/***************************/
/*        VARIABLES        */
/***************************/
/***************************/
/*         MIXINS          */
/***************************/
/*
 * mixin:box-shadow
 *
 * Creates shadows
 *
 * Parameters:
 * - @arguments:0px 0px 10px 0px #666
 *
 * */
/*
 * mixin:border-radius
 *
 * Creates rounded borders
 *
 * Parameters:
 * - radius
 *
 * */
/*
 * mixin:column-count
 *
 * Creates rounded borders
 *
 * Parameters:
 * - radius
 *
 * */
/*
 * mixin:border-radius-full
 *
 * Creates rounded borders
 *
 * Parameters:
 * - radius
 *
 * */
/*
 * mixin:.inner-box-shadow
 *
 * Creates inner shadows
 *
 * Parameters:
 * - @arguments:0px 0px 10px 0px #666
 *
 * */
.notification_messages {
  background-color: #900;
  color: #fff;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #fff;
  position: fixed;
  z-index: 9999999;
  top: 0px;
  -webkit-box-shadow: 0em 0em 1em 0em #000;
  -moz-box-shadow: 0em 0em 1em 0em #000;
  box-shadow: 0em 0em 1em 0em #000;
}
.notification_messages .close {
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
  background-position: 100% 57.5%;
  background-position: 100% 20%;
  float: right;
  cursor: pointer;
}
.notification_messages li {
  list-style: none;
}
.notification_item {
  font-weight: bold;
}
.notification_item.seen {
  font-weight: normal;
}
/*
 * mixin:scale
 *
 * Creates shadows
 *
 * Parameters:
 * - @arguments:0px 0px 10px 0px #666
 *
 * */
/***************************/
/*         IMPORTS         */
/***************************/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  position: relative;
}
.preloader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: white;
}
.preloader img {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
}
/*
 * Zodiac
 * global.css
 *
 * body, paragraphs, lists, links,h etc
 *
 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  line-height: 140%;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 1.6em;
  color: #333333;
}
a {
  text-decoration: none;
  color: #216778;
}
a:hover {
  color: #f44336;
}
h1 {
  font-size: 52px;
}
h2,
legend {
  font-size: 44px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 18px;
}
h1,
h2,
h3,
h4,
legend {
  display: block;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  line-height: 120%;
  color: #216778;
  font-weight: bold;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #216778;
  margin: 1em 0;
  padding: 0;
}
iframe {
  width: 100%;
  height: 400px;
}
img {
  font-size: 1em;
  max-width: 100%;
  height: auto;
}
ol {
  list-style-type: decimal;
}
p {
  margin: 0;
  padding: 0;
}
small,
.small {
  font-size: 0.8em;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.clear:after {
  content: "";
  visibility: hidden;
  overflow: hidden;
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
}
.invisible {
  display: none;
  visibility: hidden;
}
.zebra-striped tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}
.zebra-striped tbody tr:hover td {
  background-color: #f5f5f5;
}
.loading {
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px;
  background-color: #333;
  color: #666;
}
::-moz-selection,
::selection {
  background-color: #216778;
  color: #fff;
  text-shadow: none;
}
ul,
li {
  margin: 0;
  padding: 0;
}
.genericmedia.empty {
  display: none;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  position: relative;
}
.flex .col-0 {
  flex: auto;
}
.flex .col-12 {
  width: 100%;
}
.flex .col-11 {
  width: 91.666666%;
}
.flex .col-10 {
  width: 83.333333%;
}
.flex .col-9 {
  width: 75%;
}
.flex .col-8 {
  width: 66.666666%;
}
.flex .col-7 {
  width: 58.333333%;
}
.flex .col-6 {
  width: 50%;
}
.flex .col-5 {
  width: 41.666666%;
}
.flex .col-4 {
  width: 33.333333%;
}
.flex .col-3 {
  width: 25%;
}
.flex .col-2 {
  width: 16.666666%;
}
.flex .col-1 {
  width: 8.333333%;
}
@media only screen and (max-width: 900px) {
  .flex {
    flex-direction: column;
  }
  .flex [class*='col-'] {
    width: 100%;
  }
}
.masonry {
  margin: 1.5em 0;
  padding: 0;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
  font-size: 0;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.masonry .brick {
  display: inline-block;
  font-size: 16px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
}
@media only screen and (max-width: 479px) {
}
/*
 * CI EVOLUTION
 * global.css
 *
 * body, paragraphs, lists, links,h etc
 *
 */
figure {
  margin: 0;
}
.galleryitem {
  width: 32%;
  float: left;
  padding: 0.3em;
}
.galleryitem img.blogImage {
  width: 100%;
}
.noimage {
  display: none;
}
.articleTypes a,
.articleTypes a img {
  margin: 5px;
}
#loadBar {
  background-color: #f00;
  height: 20px;
  width: 320px;
}
#progBar {
  background-color: #ff0;
  height: 20px;
  width: 0px;
}
.menueditor {
  width: 300px;
}
.genericmeta .date .day,
.genericmeta .date .month,
.genericmeta .date .year {
  width: auto;
  display: inline-block;
  margin-right: 0.25em;
}
/*
 * CI EVOLUTION
 * navigation.less
 *
 * menu
 *
 */
nav ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
nav ul li a {
  padding: 5px 15px;
  display: block;
}
nav ul li a:hover {
  background-color: #216778;
  color: #fff;
}
nav ul li ul {
  background-color: #fff;
  display: none;
  text-align: left;
}
nav ul li ul li {
  display: block;
}
nav ul li ul li ul {
  margin-left: 100%;
  top: 0px;
}
nav li:hover > ul {
  display: block;
  position: absolute;
  min-width: 120px;
  z-index: 1000;
}
nav li:hover {
  position: relative;
  z-index: 2000;
}
.mobilemenu,
.mobilesearch {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  overflow: hidden;
  width: 24px;
  height: 24px;
  z-index: 999;
  color: transparent;
}
.mobilemenu::before,
.mobilesearch::before {
  content: "";
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
}
.mobilemenu::before {
  background-position: 40% 0;
  background-position: 33.33333333% 40%;
  position: absolute;
}
.mobilesearch::before {
  background-position: 60% 80%;
  background-position: 50% 100%;
  position: absolute;
}
.open .mobilemenu::before {
  background-position: 100% 57.5%;
  background-position: 100% 20%;
}
.menuwrapper {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.menuwrapper.open .menu {
  display: block;
  margin-top: 40px;
}
.menuwrapper.open .menu li {
  display: block;
}
.menuwrapper.open ul {
  margin-left: 1em;
}
.menuwrapper.open,
.searchBox.open {
  width: 100vw;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100vh;
  z-index: 9999;
}
.menuwrapper.open nav,
.searchBox.open nav {
  display: block;
}
.menuwrapper.open .mobilemenu,
.searchBox.open .mobilemenu,
.menuwrapper.open .mobilesearch,
.searchBox.open .mobilesearch {
  display: block;
  right: 0;
  left: auto;
}
.menuwrapper.open .mobilemenu::before,
.searchBox.open .mobilemenu::before,
.menuwrapper.open .mobilesearch::before,
.searchBox.open .mobilesearch::before {
  background-position: 100% 57.5%;
  background-position: 100% 20%;
}
@media only screen and (max-width: 900px) {
  header {
    position: relative;
    z-index: 9;
    padding-top: 0;
  }
  header .menuwrapper,
  header .searchBox {
    overflow: hidden;
    width: 24px;
    height: 24px;
    color: transparent;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  header .menuwrapper nav,
  header .searchBox nav,
  header .menuwrapper .searchform,
  header .searchBox .searchform {
    margin-top: 25px;
  }
  header .menuwrapper nav li,
  header .searchBox .searchform li {
    display: block;
    width: 100%;
  }
  header .menuwrapper .menu {
    display: none;
  }
  header .mobilemenu {
    display: block;
  }
  header .searchBox.open .formObject.textbox {
    float: left;
  }
  header .searchBox.open .searchform {
    display: block;
  }
  nav ul li ul {
    display: block;
  }
  nav ul li:hover > ul {
    position: relative;
  }
}
@media only screen and (max-width: 450px) {
}
/*
 * CI EVOLUTION
 * pagination.css
 *
 *
 */
ul.pagination {
  margin: 30px 0px;
  text-align: center;
}
ul.pagination li {
  display: inline-block;
  float: none;
}
ul.pagination li a,
ul.pagination li span {
  padding: 3px 5px;
  min-width: 20px;
  text-align: center;
  margin: 3px;
  display: inline-block;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px #000000;
  -moz-box-shadow: 0px 0px 5px 0px #000000;
  box-shadow: 0px 0px 5px 0px #000000;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
ul.pagination li a:hover {
  background-color: #999;
  text-decoration: none;
  color: #ccc;
}
ul.pagination li.active span,
ul.pagination li.disabled span {
  background-color: transparent;
  -webkit-box-shadow: inset 0px 0px 10px 0px #999;
  -moz-box-shadow: inset 0px 0px 10px 0px #999;
  box-shadow: inset 0px 0px 10px 0px #999;
  cursor: default;
  color: #999;
}
.adminMenu {
  line-height: 1.8em;
  height: 2.2em;
  display: block;
  background-color: #900;
  clear: both;
}
.unpublished {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.adminButtons a {
  float: right;
  font-size: 12px;
}
.adminButtons .edit,
.adminButtons .delete,
.adminButtons .unpublished,
.adminButtons .published {
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
}
.adminButtons .edit {
  background-position: 80% 60%;
  background-position: 83.33333333% 60%;
}
.adminButtons .delete {
  background-position: 100% 57.5%;
  background-position: 100% 20%;
}
.adminButtons .unpublished {
  background-position: 40% 20%;
  background-position: 50% 0;
}
.adminButtons .published {
  background-position: 40% 20%;
  background-position: 50% 0;
}
.adminButtons .new::before {
  content: "";
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
  background-position: 20% 80%;
  background-position: 16.66666667% 100%;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.adminButtons .new {
  width: auto;
  padding: 3px 10px;
  background-color: #216778;
  color: #fff;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.adminMenu .horizontalNav li a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 18px;
  display: block;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
  padding-left: 20px;
  padding-right: 3px;
  white-space: nowrap;
  margin: 1px;
}
.adminMenu .horizontalNav li.current a {
  background-color: #fff;
  color: #900;
}
.adminMenu .horizontalNav li {
  float: right;
}
.adminContent {
  clear: both;
  display: block;
  border: 1px solid #eee;
  padding: 3px;
}
.adminContent .adminContentImage {
  width: 50px;
  margin-right: 5px;
  border: 1px solid #999;
}
.adminContent img {
  width: 50px;
  float: left;
  margin-right: 10px;
}
.adminContent .formObject {
  display: inline;
  width: 300px;
  float: right;
  line-height: 30px;
}
.adminContent.usercategory img {
  width: 3em;
}
.adminContent.usercategory .adminButtons {
  display: none;
}
.adminContent:hover {
  background-color: #eee;
}
.formObject.buttonObject.remove {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 3px;
}
.formObject.buttonObject.remove button {
  background-color: #900;
  padding: 0px;
  overflow: hidden;
  width: 20px;
  height: 20px;
}
.formObject.buttonObject.remove button::before {
  content: "";
  display: inline-block;
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
  background-position: 100% 57.5%;
  background-position: 100% 20%;
  overflow: hidden;
}
.formObject.buttonObject.remove button .loading {
  padding-right: 30px;
}
.adminContent .select .formObject,
.adminContent .select .formObject {
  display: block;
  width: 20px;
  float: left;
}
.adminContent .select .formObject label,
.adminContent .select .formObject label {
  display: none;
}
.editImageHolder {
  margin-top: 1em;
}
.unpublishedStatus {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.adminContent.level2 {
  padding-left: 30px;
}
.adminContent.level3 {
  padding-left: 60px;
}
.adminContent.level4 {
  padding-left: 90px;
}
.adminContent.level5 {
  padding-left: 120px;
}
.adminContent.level6 {
  padding-left: 150px;
}
.adminContent.level7 {
  padding-left: 180px;
}
.adminContent.level8 {
  padding-left: 210px;
}
.editImage {
  position: relative;
  width: 20%;
  padding: 2px;
  float: left;
  border: 1px solid #ccc;
}
.editImage #remove {
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
  background-position: 80% 0;
  background-position: 16.66666667% 80%;
  cursor: pointer;
  cursor: hand;
}
.editImage:hover {
  background-color: #eee;
}
.menulist .menu li {
  display: block;
  position: relative;
}
.menulist .menu ul {
  display: block;
  margin-left: 30px;
}
.menulist .menu li:hover > ul {
  position: relative;
}
.menulist .menu li:hover {
  z-index: 0;
}
.menulist .menu .dragbar {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
}
.menulist .sortable li a.menuItem {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: move;
  border-color: #D4D4D4 #D4D4D4 #BCBCBC;
  margin: 0;
  padding: 3px;
}
button#delete:before {
  content: "";
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
  background-position: 100% 57.5%;
  background-position: 100% 20%;
}
.formObject {
  margin-top: 1em;
}
.formObject .errorLabel {
  border: 1px solid #900;
  position: relative;
}
.formObject div.errorLabel {
  padding: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #900;
  color: #fff;
  display: block;
}
.formObject div.errorLabel .arrow-up {
  content: "...";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  position: absolute;
  z-index: 10;
  border-bottom: 5px solid #900;
  border-top: none;
  top: -5px;
}
.blogSumary .select,
.blogTitle .select {
  width: 1em;
  float: left;
}
.blogSumary .select label,
.blogTitle .select label {
  display: none;
}
.blogSumary .horizontalNav li,
.blogTitle .horizontalNav li {
  list-style: none;
}
.blogSumary .formObject,
.blogTitle .formObject {
  margin: 0px;
}
label {
  display: block;
}
.inline label {
  display: inline;
  margin-right: 1em;
}
.inline input[type=text] {
  width: 300px;
}
input[type="checkbox"],
input[type="radio"] {
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 3px;
}
.checkbox label,
.radio label {
  line-height: 1em;
  clear: both;
  display: inline;
  vertical-align: top;
}
.hint {
  font-size: 14px;
  font-style: italic;
}
button,
.button {
  font-family: Tahoma, Arial, sans-serif;
  padding: 0.6em 2em;
  display: inline-block;
  background-color: #216778;
  color: #fff;
  border: none;
  overflow: hidden;
  cursor: pointer;
}
button.clear,
.button.clear {
  background-color: transparent;
  color: #216778;
}
button.loading,
.button.loading {
  padding-right: 40px;
}
button.disabled,
.button.disabled {
  background-color: #ccc;
  color: #666;
}
.confirmButtons a {
  font-family: Tahoma, Arial, sans-serif;
  padding: 0.6em 2em;
  display: inline-block;
  background-color: #216778;
  cursor: pointer;
  font-family: opensans, Arial, Verdana, sans-serif;
  padding: 5px 15px;
  background-color: #4882b7;
  color: #fff;
  border: none;
  border-radius: 3px;
  overflow: hidden;
  border-radius: 0;
  margin-right: 1em;
}
.confirmButtons a.clear {
  background-color: transparent;
  color: #216778;
}
.confirmButtons a.loading {
  padding-right: 40px;
}
.confirmButtons a.disabled {
  background-color: #ccc;
  color: #666;
}
.confirmButtons a.delete {
  background-color: #ff0000;
  color: #fff;
}
.confirmButtons a.cancel {
  background-color: #ccc;
  color: #000;
}
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type="date"],
textarea,
select {
  appearance: none;
  border: 1px solid #333333;
  padding: 10px;
  width: 100%;
  color: #333333;
}
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #216778;
  outline: 0;
}
input[type='email']:focus::-webkit-input-placeholder,
input[type='number']:focus::-webkit-input-placeholder,
input[type='password']:focus::-webkit-input-placeholder,
input[type='search']:focus::-webkit-input-placeholder,
input[type='tel']:focus::-webkit-input-placeholder,
input[type='text']:focus::-webkit-input-placeholder,
input[type='url']:focus::-webkit-input-placeholder,
input[type="date"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  -webkit-transition: text-indent 2s ease;
  -moz-transition: text-indent 2s ease;
  -o-transition: text-indent 2s ease;
  -ms-transition: text-indent 2s ease;
  transition: text-indent 2s ease;
  text-indent: -100%;
  opacity: 1;
}
button.hideShowPassword-toggle {
  top: 0px;
  background-color: transparent;
  color: #666;
}
.cke_source {
  max-width: 100%;
}
.cke_editable {
  padding: 1em;
  font-size: 1em;
  background-color: #fff;
  background-image: none;
  text-align: initial;
}
.fileUpload label {
  display: none;
}
.rating {
  width: 8px;
}
.blogSumary.gallery {
  width: 200px;
  float: left;
}
textarea {
  overflow: auto;
  vertical-align: top;
  height: 6.5em;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
#suggestions,
#editUsers legend {
  display: none;
}
.tofields label {
  display: inline;
}
.tofields select {
  width: 70px;
  margin-left: 1em;
  margin-right: 1em;
}
.tofields .formObject.dropdown {
  width: 80px;
  display: inline;
}
.tofields .formObject.textbox {
  width: 80px;
  display: inline;
}
.tofields .formObject.textbox.invisible {
  display: none;
}
input[type="text"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="date"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder {
  -webkit-transition: text-indent 2s ease;
  -moz-transition: text-indent 2s ease;
  -o-transition: text-indent 2s ease;
  -ms-transition: text-indent 2s ease;
  transition: text-indent 2s ease;
  text-indent: -100%;
  opacity: 1;
}
@media only print {
  .textbox input {
    border: 1px solid #216778;
    height: 40px;
    line-height: 40px;
    color: #fff;
  }
  input::-webkit-input-placeholder {
    color: transparent;
  }
  input:-moz-placeholder {
    color: transparent;
  }
  /* FF 4-18 */
  input::-moz-placeholder {
    color: transparent;
  }
  /* FF 19+ */
  input:-ms-input-placeholder {
    color: transparent;
  }
  /* IE 10+ */
  form {
    max-width: 100%;
    width: 100%;
  }
  .formObject {
    margin-top: 20px;
  }
}
.attachments {
  border: 1px solid #216778;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0px;
}
.attachments a {
  line-height: 120%;
  margin: 5px 10px;
  display: block;
  clear: both;
}
.attachments a img {
  margin-right: 10px;
  vertical-align: middle;
  width: 50px;
}
.attachments small {
  padding: 0.4em;
  -moz-border-radius: 0.5em;
  -khtml-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  background-color: #216778;
  color: #fff;
  display: inline-block;
}
#suggestions {
  position: absolute;
  width: 20em;
  padding-top: 0.5em;
  top: 0em;
}
#suggestions .arrow-up {
  top: 0em;
  display: none;
}
#suggestions .close img {
  float: right;
  transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  /* IE 9 */
  -webkit-transform: scale(0.6, 0.6);
  /* Safari and Chrome */
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
#suggestions .close img:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#suggestions #suggestedItem {
  display: block;
  padding: 1em;
  border-bottom: 0.1em solid #333333;
  background-color: #666666;
}
#suggestions #suggestedItem:hover {
  background-color: #888888;
  text-decoration: none;
}
#suggestions h3 {
  margin: 0em;
}
#suggestions:before {
  content: "";
  border-style: solid;
  border-width: 0 0.5em 0.5em 0.5em;
  border-color: transparent transparent #ccc transparent;
  height: 0;
  position: absolute;
  left: 0.3em;
  top: 0em;
  width: 0;
  -webkit-transform: rotate(360deg);
}
.breadcrumb {
  margin-top: 10px;
}
.breadcrumb .breadcrumbdiv {
  display: inline-block;
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
  background-position: 80% 0;
  background-position: 16.66666667% 80%;
  overflow: hidden;
}
.breadcrumb .breadcrumbdiv::before {
  content: "";
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
  background-position: 40% 40%;
  background-position: 0 60%;
}
/*
 * ZODIAC
 * login.css
 *
 * loginpage only
 *
 */
.loginpage.minimal .wrapper,
.registerpage.minimal .wrapper {
  width: 300px;
  max-width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -125px;
  padding: 10px;
}
.loginpage.minimal .wrapper footer,
.registerpage.minimal .wrapper footer {
  text-align: center;
}
.loginpage.minimal header,
.registerpage.minimal header {
  text-align: center;
  margin-bottom: 40px;
  background-color: transparent;
}
.loginpage.minimal footer,
.registerpage.minimal footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
.loginpage.minimal .logintitle .col-6,
.registerpage.minimal .logintitle .col-6 {
  line-height: 30px;
}
.loginpage.minimal .logintitle .col-6 legend,
.registerpage.minimal .logintitle .col-6 legend {
  margin: 0px;
}
.loginpage.minimal .logintitle .col-6.alignright,
.registerpage.minimal .logintitle .col-6.alignright {
  text-align: right;
}
.loginpage.minimal .logintitle .col-6.alignright a,
.registerpage.minimal .logintitle .col-6.alignright a {
  text-decoration: underline;
}
.loginpage.minimal .loginform label,
.registerpage.minimal .loginform label,
.loginpage.minimal .register label,
.registerpage.minimal .register label {
  display: none;
  visibility: hidden;
}
.loginpage.minimal .loginform .formObject,
.registerpage.minimal .loginform .formObject,
.loginpage.minimal .register .formObject,
.registerpage.minimal .register .formObject {
  margin-top: 0px;
  border-bottom: 1px solid #999;
}
.loginpage.minimal .loginform .formObject.names::before,
.registerpage.minimal .loginform .formObject.names::before,
.loginpage.minimal .register .formObject.names::before,
.registerpage.minimal .register .formObject.names::before,
.loginpage.minimal .loginform .formObject.password::before,
.registerpage.minimal .loginform .formObject.password::before,
.loginpage.minimal .register .formObject.password::before,
.registerpage.minimal .register .formObject.password::before,
.loginpage.minimal .loginform .formObject.email::before,
.registerpage.minimal .loginform .formObject.email::before,
.loginpage.minimal .register .formObject.email::before,
.registerpage.minimal .register .formObject.email::before,
.loginpage.minimal .loginform .formObject.userlevels::before,
.registerpage.minimal .loginform .formObject.userlevels::before,
.loginpage.minimal .register .formObject.userlevels::before,
.registerpage.minimal .register .formObject.userlevels::before {
  content: "";
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
  float: left;
  margin-top: 13px;
  margin-left: 5px;
  margin-right: 5px;
}
.loginpage.minimal .loginform .formObject.names::before,
.registerpage.minimal .loginform .formObject.names::before,
.loginpage.minimal .register .formObject.names::before,
.registerpage.minimal .register .formObject.names::before {
  background-position: 0 100%;
  background-position: 100% 60%;
}
.loginpage.minimal .loginform .formObject.password::before,
.registerpage.minimal .loginform .formObject.password::before,
.loginpage.minimal .register .formObject.password::before,
.registerpage.minimal .register .formObject.password::before {
  background-position: 80% 20%;
  background-position: 66.66666667% 80%;
}
.loginpage.minimal .loginform .formObject.email::before,
.registerpage.minimal .loginform .formObject.email::before,
.loginpage.minimal .register .formObject.email::before,
.registerpage.minimal .register .formObject.email::before {
  background-position: 60% 20%;
  background-position: 66.66666667% 0;
}
.loginpage.minimal .loginform .formObject.userlevels::before,
.registerpage.minimal .loginform .formObject.userlevels::before,
.loginpage.minimal .register .formObject.userlevels::before,
.registerpage.minimal .register .formObject.userlevels::before {
  background-position: 60% 20%;
  background-position: 66.66666667% 0;
}
.loginpage.minimal .loginform .formObject input,
.registerpage.minimal .loginform .formObject input,
.loginpage.minimal .register .formObject input,
.registerpage.minimal .register .formObject input,
.loginpage.minimal .loginform .formObject select,
.registerpage.minimal .loginform .formObject select,
.loginpage.minimal .register .formObject select,
.registerpage.minimal .register .formObject select {
  border: none;
  background-color: transparent;
  padding-right: 5px;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 40px;
  height: 40px;
  width: calc(100% - 30px);
}
.loginpage.minimal .loginform .formObject.buttonObject,
.registerpage.minimal .loginform .formObject.buttonObject,
.loginpage.minimal .register .formObject.buttonObject,
.registerpage.minimal .register .formObject.buttonObject {
  border: none;
}
.loginpage.minimal .loginform .logininputs,
.registerpage.minimal .loginform .logininputs,
.loginpage.minimal .register .logininputs,
.registerpage.minimal .register .logininputs {
  border: 0.1em solid #999;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.registerpage.minimal .wrapper {
  margin-top: 30px;
  top: 0px;
}
@media only screen and (max-width: 900px) {
}
@media only screen and (max-width: 450px) {
  .loginpage.minimal .wrapper,
  .registerpage.minimal .wrapper {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 10px;
  }
}
div.hopscotch-bubble {
  background-color: rgba(250, 250, 250, 0.5);
}
.error404page {
  background: url(../img/404.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.error404page .error404 {
  position: absolute;
  bottom: 10%;
  width: 100%;
  padding: 0% 30%;
  text-align: center;
  font-size: 15px;
}
/*
 * ZODIAC
 * dashboard.less
 *
 *
 *
 */
.dashboard {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: fixed;
  top: -1600px;
  z-index: 9999999;
  width: 100%;
  background-color: #333;
  -webkit-box-shadow: 0em 0em 0.5em 0em #666;
  -moz-box-shadow: 0em 0em 0.5em 0em #666;
  box-shadow: 0em 0em 0.5em 0em #666;
}
.dashboard .dashwidgets {
  width: 80%;
  float: right;
  min-height: 400px;
  background-color: #fff;
}
.dashboard .dashwidgets div.widget {
  width: 50%;
  overflow: hidden;
  float: left;
  padding: 0em 4em;
  border-left: 0.1em solid #999;
}
.dashboard .dashwidgets .blogSumary {
  margin: 0px;
  padding: 8px 2px;
}
.dashboard .dashwidgets .blogSumary h2 {
  margin: 0px;
  font-weight: normal;
  font-size: 13px;
}
.dashmenu a {
  color: #fff;
}
.dashmenu .dashmenuitem {
  border-bottom: 1px solid #fff;
}
.dashmenu .dashmenuitem img {
  max-width: 100%;
}
.dashmenu .dashmenuitem .add {
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
  background-position: 20% 80%;
  background-position: 16.66666667% 100%;
  float: right;
}
.dashmenu .dashmenuitem,
.dashmenu a.logout {
  display: block;
  padding: 0.5em 1em;
}
.dashmenu a.logout {
  background-color: #f00;
  margin-left: 1em;
  margin-top: 1em;
  width: 6em;
  text-align: center;
  -moz-border-radius: 0.3em;
  -khtml-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
}
.dashboard.open {
  top: 0;
}
.dash-icons {
  position: fixed;
  top: -5px;
  right: 50%;
  z-index: 999999999;
  background-color: #fff;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 70px;
  height: 30px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 2px;
  padding-top: 7px;
  -webkit-box-shadow: 0em 0em 0.5em 0em #666;
  -moz-box-shadow: 0em 0em 0.5em 0em #666;
  box-shadow: 0em 0em 0.5em 0em #666;
}
.dash-icons div {
  float: left;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
  background-position: 0 40%;
  background-position: 50% 20%;
}
.dash-icons div a {
  display: block;
  width: 24px;
  height: 24px;
}
.dash-icons div.notifications {
  background-position: 40% 60%;
  background-position: 50% 80%;
}
.dash-icons div.logout {
  background-position: 100% 0;
  background-position: 66.66666667% 100%;
}
.dash-icons.open div.open {
  background-position: 60% 0;
  background-position: 16.66666667% 60%;
}
@media only screen and (max-width: 959px) {
  .dashboard .dashmenu a.dashmenuitem,
  .dashboard .dashmenu a.logout,
  .dashboard .dashmenu div.dashmenuitem {
    padding: 0.2em;
  }
  .dashboard .dashwidgets div.widget {
    padding: 0em 0.5em;
  }
}
@media only screen and (max-width: 450px) {
  .dashboard .dashmenu {
    width: 100%;
  }
  .dashboard .dashwidgets {
    width: 100%;
  }
  .dashboard .dashwidgets div.widget {
    width: 100%;
    height: auto;
    border: none;
  }
}
@media only print {
  .dashboard {
    display: none;
  }
}
div.bx-wrapper {
  margin: 0px;
  box-shadow: none;
  border: 0px;
  background: transparent;
}
div.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0px;
  left: 0px;
  background: transparent;
}
ul.bxslider {
  margin: 0px;
  padding: 0px;
}
.angle-double-right {
  background-position: 20% 0;
}
.angle-right {
  background-position: 80% 0;
}
.angle-up {
  background-position: 0 20%;
}
.arrow-circle-right {
  background-position: 20% 20%;
}
.bars {
  background-position: 40% 0;
}
.check {
  background-position: 40% 20%;
}
.chevron-down {
  background-position: 0 40%;
}
.chevron-left {
  background-position: 20% 40%;
}
.chevron-right {
  background-position: 40% 40%;
}
.chevron-up {
  background-position: 60% 0;
}
.envelope {
  background-position: 60% 20%;
}
.facebook {
  background-position: 60% 40%;
}
.github {
  background-position: 0 60%;
}
.home {
  background-position: 20% 60%;
}
.info {
  background-position: 40% 60%;
}
.instagram {
  background-position: 60% 60%;
}
.linkedin {
  background-position: 0 0;
}
.lock {
  background-position: 80% 20%;
}
.map-marker {
  background-position: 80% 40%;
}
.pencil {
  background-position: 80% 60%;
}
.phone {
  background-position: 0 80%;
}
.plus {
  background-position: 20% 80%;
}
.rss {
  background-position: 40% 80%;
}
.search {
  background-position: 60% 80%;
}
.shopping-cart {
  background-position: 80% 80%;
}
.sign-out {
  background-position: 100% 0;
}
.square-o {
  background-position: 100% 20%;
}
.tags {
  background-position: 100% 39.02439024390244%;
}
.times {
  background-position: 100% 57.5%;
}
.twitter {
  background-position: 100% 77.5%;
}
.user {
  background-position: 0 100%;
}
.youtube-play {
  background-position: 20% 100%;
}
.svg-sprites {
  background-position: 40% 98.28009828009827%;
}
.no-break {
  margin-top: 40px;
}
.stButton .st-twitter-counter,
.stButton .st-facebook-counter,
.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
  height: 22px !important;
  line-height: 22px !important;
}
.stButton .stBubble_count {
  height: 42px !important;
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.spinner {
  width: 40px;
  height: 40px;
  background-color: #216778;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.tags {
  font-size: 12px;
  line-height: 24px;
}
.tags .tagicon {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}
.tags .tagicon::before {
  content: "";
  display: inline-block;
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
  background-position: 100% 39.02439024390244%;
  background-position: 100% 0;
  overflow: hidden;
}
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone {
  min-height: 150px;
  border: 1px dashed #216778;
  background: white;
  padding: 20px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
  background: #216778;
  color: #fff;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 100;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border: 1px solid #000;
}
.dropzone .dz-preview:hover .dz-image img {
  border: 1px solid #216778;
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-remove {
  display: block;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 700;
  background-color: #900;
  padding: 0px;
  overflow: hidden;
  width: 23px;
  height: 23px;
}
.dropzone .dz-preview .dz-remove::before {
  content: "";
  display: inline-block;
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
  background-position: 100% 57.5%;
  background-position: 100% 20%;
  overflow: hidden;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 0.4em;
}
.dropzone .dz-preview .dz-image {
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 4px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ccc;
  -webkit-transform: scale(1);
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #216778;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
.flex.jp-audio {
  background-color: #333;
  font-size: 12px;
  color: #fff;
}
.flex.jp-audio button {
  height: 50px;
  width: 100%;
}
.flex.jp-audio .col-10 {
  padding: 0 10px;
}
.jp-play-bar {
  height: 10px;
  background-color: #216778;
}
.jp-seek-bar {
  background-color: #ccc;
}
.jp-current-time {
  float: left;
}
.jp-duration {
  float: right;
}
.jp-stop,
.jp-repeat,
.jp-volume-max,
.jp-volume-bar {
  display: none !important;
}
.accordionjs {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
}
.accordionjs .acc_section {
  border: 1px solid #ccc;
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}
.accordionjs .acc_section .acc_head {
  position: relative;
  background: #fff;
  padding: 10px;
  display: block;
  cursor: pointer;
}
.accordionjs .acc_section .acc_head h3 {
  line-height: 1;
  margin: 5px 0;
}
.accordionjs .acc_section .acc_content {
  padding: 10px;
}
.accordionjs .acc_section:first-of-type,
.accordionjs .acc_section:first-of-type .acc_head {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.accordionjs .acc_section:last-of-type,
.accordionjs .acc_section:last-of-type .acc_content {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.accordionjs .acc_section.acc_active > .acc_content {
  display: block;
}
.accordionjs .acc_section.acc_active > .acc_head {
  background: #F9F9F9;
  border-bottom: 1px solid #ccc;
}
/***************************/
/*         CUSTOM          */
/***************************/
html {
  font-size: 62.5%;
}
body,
html {
  height: 100%;
  width: 100%;
}
body {
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  line-height: 140%;
  font-family: opensans, Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #191919;
}
a {
  text-decoration: none;
  color: #4882b7;
}
h1 {
  font-size: 26px;
}
h2,
legend {
  font-size: 22px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 12px;
}
h1,
h2,
h3,
h4,
legend {
  display: block;
  margin-top: .3em;
  margin-bottom: .3em;
  line-height: 120%;
  color: #4882b7;
  font-weight: 700;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #4882b7;
  margin: 1em 0;
  padding: 0;
}
iframe {
  width: 100%;
  height: 400px;
}
img {
  font-size: 1em;
  max-width: 100%;
  height: auto;
}
ol {
  list-style-type: decimal;
}
p {
  margin: 0;
  padding: 0;
}
.small,
small {
  font-size: 11px;
}
.clear:after {
  content: "";
  visibility: hidden;
  overflow: hidden;
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
}
.invisible {
  display: none;
  visibility: hidden;
}
.zebra-striped tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}
.zebra-striped tbody tr:hover td {
  background-color: #f5f5f5;
}
.loading {
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
::-moz-selection,
::selection {
  background-color: #4882b7;
  color: #fff;
  text-shadow: none;
}
.headerspace {
  min-height: 128px;
}
#block-stencil-content ul {
  margin-right: 15px;
}
.highlight {
  background-color: #ddd;
  border: 1px solid #ccc;
  padding: 10px;
  color: #666;
  font-size: 18px;
  line-height: 120%;
}
@media only screen and (max-width: 768px) {
  .flex {
    flex-direction: column;
  }
  .flex .col-1,
  .flex .col-2,
  .flex .col-3,
  .flex .col-4,
  .flex .col-5,
  .flex .col-6,
  .flex .col-7,
  .flex .col-8,
  .flex .col-9,
  .flex .col-10,
  .flex .col-11,
  .flex .col-12 {
    width: 100%;
  }
}
figure {
  margin: 0;
}
.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.galleryitem {
  width: 32%;
  float: left;
  padding: 0.3em;
}
.galleryitem img.blogImage {
  width: 100%;
}
.noimage {
  display: none;
}
.attachments {
  border: 1px solid #4882b7;
  border-radius: 5px;
  margin: 10px 0;
}
.attachments a {
  line-height: 120%;
  margin: 5px 10px;
  display: block;
  clear: both;
}
.attachments a img {
  margin-right: 10px;
  vertical-align: middle;
  width: 50px;
}
.attachments small {
  padding: .4em;
  border-radius: .5em;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: .5em;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: .5em;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: .5em;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: .5em;
  border-top-right-radius: 0;
  border-bottom-right-radius: .5em;
  border-bottom-left-radius: 0;
  border-top-left-radius: .5em;
  background-color: #4882b7;
  color: #fff;
  display: inline-block;
}
.articleTypes a,
.articleTypes a img {
  margin: 5px;
}
#loadBar {
  background-color: red;
  height: 20px;
  width: 320px;
}
#progBar {
  background-color: #ff0;
  height: 20px;
  width: 0;
}
.menueditor {
  width: 300px;
}
.mobilesearch {
  display: none;
}
.genericmeta .date .day,
.genericmeta .date .month,
.genericmeta .date .year {
  width: auto;
  display: inline-block;
  margin-right: 0.25em;
}
nav ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
nav ul li a {
  padding: 5px 15px;
  display: block;
}
nav ul li a:hover {
  background-color: #4882b7;
  color: #fff;
}
nav ul li ul {
  background-color: #fff;
  display: none;
  text-align: left;
}
nav ul li ul li {
  display: block;
}
nav ul li ul li ul {
  margin-left: 100%;
  top: 0;
}
nav li:hover > ul {
  display: block;
  position: absolute;
  min-width: 120px;
  z-index: 3;
}
nav li:hover {
  position: relative;
  z-index: 4;
}
.mobilemenu,
.mobilesearch {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  cursor: hand;
  overflow: hidden;
  width: 24px;
  height: 24px;
  z-index: 2;
}
.mobilemenu:before,
.mobilesearch:before {
  content: "";
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
}
.mobilemenu:before {
  background-position: 33.33333333% 40%;
}
.mobilesearch:before {
  background-position: 50% 100%;
}
.open .mobilemenu:before {
  background-position: 100% 20%;
}
.menuwrapper {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.menuwrapper.open,
.searchBox.open {
  width: 100vw;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 5;
}
.menuwrapper.open nav,
.searchBox.open nav {
  display: block;
}
.menuwrapper.open .mobilemenu,
.menuwrapper.open .mobilesearch,
.searchBox.open .mobilemenu,
.searchBox.open .mobilesearch {
  display: block;
  right: 0;
  left: auto;
}
.menuwrapper.open .mobilemenu:before,
.menuwrapper.open .mobilesearch:before,
.searchBox.open .mobilemenu:before,
.searchBox.open .mobilesearch:before {
  background-position: 100% 20%;
}
@media only screen and (max-width: 768px) {
  header {
    position: relative;
    z-index: 8;
    padding-top: 0;
  }
  header .menuwrapper,
  header .searchBox {
    overflow: hidden;
    width: 24px;
    height: 24px;
    color: transparent;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .menuwrapper .searchform,
  header .menuwrapper nav,
  header .searchBox .searchform,
  header .searchBox nav {
    margin-top: 25px;
  }
  header .menuwrapper nav li,
  header .searchBox .searchform li {
    display: block;
    width: 100%;
  }
  header .mobilemenu {
    display: block;
  }
  header .searchBox.open .formObject.textbox {
    float: left;
  }
  header .searchBox.open .searchform {
    display: block;
  }
  li:hover > ul {
    position: relative;
  }
}
@media only screen and (max-width: 450px) {
  nav li ul {
    display: block;
  }
  nav li:hover > ul {
    position: relative;
  }
}
.formObject {
  margin-top: 1em;
}
.formObject .error {
  padding: 0 .5em;
  background-color: #900;
  color: #fff;
  display: block;
}
.blogSumary .select,
.blogTitle .select {
  width: 1em;
  float: left;
}
.blogSumary .select label,
.blogTitle .select label {
  display: none;
}
.blogSumary .horizontalNav li,
.blogTitle .horizontalNav li {
  list-style: none;
}
.blogSumary .formObject,
.blogTitle .formObject {
  margin: 0;
}
button.loading {
  padding-right: 40px;
}
button.disabled {
  background-color: #ccc;
  color: #666;
}
label {
  width: 100%;
  display: block;
}
input[type=email],
input[type=password],
input[type=text],
label,
select,
textarea {
  font-family: opensans, Arial, Verdana, sans-serif;
  line-height: 2em;
  height: 2em;
  width: 100%;
  text-indent: 0;
  color: #191919;
}
input[type=checkbox],
input[type=radio] {
  width: 1em;
  height: 1em;
  float: left;
  margin-right: 3px;
}
.checkbox label,
.radio label {
  line-height: 1em;
  clear: both;
  display: inline;
  vertical-align: top;
}
.hint {
  font-size: 14px;
  font-style: italic;
}
.button,
.confirmButtons a,
button {
  font-family: opensans, Arial, Verdana, sans-serif;
  padding: 5px 15px;
  background-color: #4882b7;
  color: #fff;
  border: none;
  border-radius: 3px;
  overflow: hidden;
}
.confirmButtons a {
  border-radius: 0;
  margin-right: 1em;
}
.confirmButtons a.delete {
  background-color: red;
  color: #fff;
}
.confirmButtons a.cancel {
  background-color: #ccc;
  color: #000;
}
input[type=email],
input[type=password],
input[type=search],
input[type=text],
select,
textarea {
  border-radius: 3px;
  border: 1px solid #191919;
  padding: 0;
  padding-left: 5px;
  width: 100%;
}
input[type=email] .cke_source,
input[type=password] .cke_source,
input[type=search] .cke_source,
input[type=text] .cke_source,
select .cke_source,
textarea .cke_source {
  max-width: 100%;
}
.cke_editable {
  padding: 1em;
  font-size: 1em;
  background-color: #fff;
  background-image: none;
  text-align: initial;
}
.fileUpload label {
  display: none;
}
.rating {
  width: 8px;
}
.blogSumary.gallery {
  width: 200px;
  float: left;
}
textarea {
  overflow: auto;
  vertical-align: top;
  height: 70px;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
#editUsers legend,
#suggestions {
  display: none;
}
.tofields label {
  display: inline;
}
.tofields select {
  width: 70px;
  margin-left: 1em;
  margin-right: 1em;
}
.tofields .formObject.dropdown,
.tofields .formObject.textbox {
  width: 80px;
  display: inline;
}
.tofields .formObject.textbox.invisible {
  display: none;
}
input[type=email]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder {
  -webkit-transition: text-indent 2s ease;
  transition: text-indent 2s ease;
  text-indent: -100%;
  opacity: 1;
}
@media only print {
  .textbox input {
    border: 1px solid #4882b7;
    height: 40px;
    line-height: 40px;
    color: #fff;
  }
  input::-webkit-input-placeholder {
    color: transparent;
  }
  input:-moz-placeholder,
  input::-moz-placeholder {
    color: transparent;
  }
  input:-ms-input-placeholder {
    color: transparent;
  }
  form {
    max-width: 100%;
    width: 100%;
  }
  label {
    font-size: 16px;
  }
  .formObject {
    margin-top: 20px;
  }
}
.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.loginpage.minimal .wrapper,
.registerpage.minimal .wrapper {
  width: 300px;
  max-width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -125px;
  padding: 10px;
}
.loginpage.minimal .wrapper footer,
.registerpage.minimal .wrapper footer {
  text-align: center;
}
.loginpage.minimal header,
.registerpage.minimal header {
  text-align: center;
  margin-bottom: 40px;
  background-color: transparent;
}
.loginpage.minimal footer,
.registerpage.minimal footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.loginpage.minimal .logintitle .col-6,
.registerpage.minimal .logintitle .col-6 {
  line-height: 30px;
}
.loginpage.minimal .logintitle .col-6 legend,
.registerpage.minimal .logintitle .col-6 legend {
  margin: 0;
}
.loginpage.minimal .logintitle .col-6.alignright,
.registerpage.minimal .logintitle .col-6.alignright {
  text-align: right;
}
.loginpage.minimal .logintitle .col-6.alignright a,
.registerpage.minimal .logintitle .col-6.alignright a {
  text-decoration: underline;
}
.loginpage.minimal .loginform label,
.loginpage.minimal .register label,
.registerpage.minimal .loginform label,
.registerpage.minimal .register label {
  display: none;
  visibility: hidden;
}
.loginpage.minimal .loginform .formObject,
.loginpage.minimal .register .formObject,
.registerpage.minimal .loginform .formObject,
.registerpage.minimal .register .formObject {
  margin-top: 0;
  border-bottom: 1px solid #999;
}
.loginpage.minimal .loginform .formObject.email:before,
.loginpage.minimal .loginform .formObject.names:before,
.loginpage.minimal .loginform .formObject.password:before,
.loginpage.minimal .loginform .formObject.userlevels:before,
.loginpage.minimal .register .formObject.email:before,
.loginpage.minimal .register .formObject.names:before,
.loginpage.minimal .register .formObject.password:before,
.loginpage.minimal .register .formObject.userlevels:before,
.registerpage.minimal .loginform .formObject.email:before,
.registerpage.minimal .loginform .formObject.names:before,
.registerpage.minimal .loginform .formObject.password:before,
.registerpage.minimal .loginform .formObject.userlevels:before,
.registerpage.minimal .register .formObject.email:before,
.registerpage.minimal .register .formObject.names:before,
.registerpage.minimal .register .formObject.password:before,
.registerpage.minimal .register .formObject.userlevels:before {
  content: "";
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
  float: left;
  margin-top: 13px;
  margin-left: 5px;
  margin-right: 5px;
}
.loginpage.minimal .loginform .formObject.names:before,
.loginpage.minimal .register .formObject.names:before,
.registerpage.minimal .loginform .formObject.names:before,
.registerpage.minimal .register .formObject.names:before {
  background-position: 100% 60%;
}
.loginpage.minimal .loginform .formObject.password:before,
.loginpage.minimal .register .formObject.password:before,
.registerpage.minimal .loginform .formObject.password:before,
.registerpage.minimal .register .formObject.password:before {
  background-position: 66.66666667% 80%;
}
.loginpage.minimal .loginform .formObject.email:before,
.loginpage.minimal .loginform .formObject.userlevels:before,
.loginpage.minimal .register .formObject.email:before,
.loginpage.minimal .register .formObject.userlevels:before,
.registerpage.minimal .loginform .formObject.email:before,
.registerpage.minimal .loginform .formObject.userlevels:before,
.registerpage.minimal .register .formObject.email:before,
.registerpage.minimal .register .formObject.userlevels:before {
  background-position: 66.66666667% 0;
}
.loginpage.minimal .loginform .formObject input,
.loginpage.minimal .loginform .formObject select,
.loginpage.minimal .register .formObject input,
.loginpage.minimal .register .formObject select,
.registerpage.minimal .loginform .formObject input,
.registerpage.minimal .loginform .formObject select,
.registerpage.minimal .register .formObject input,
.registerpage.minimal .register .formObject select {
  border: none;
  background-color: transparent;
  padding-right: 5px;
  border-radius: 0;
  line-height: 40px;
  height: 40px;
  width: calc(100% - 30px);
}
.loginpage.minimal .loginform .formObject.buttonObject,
.loginpage.minimal .register .formObject.buttonObject,
.registerpage.minimal .loginform .formObject.buttonObject,
.registerpage.minimal .register .formObject.buttonObject {
  border: none;
}
.loginpage.minimal .loginform .logininputs,
.loginpage.minimal .register .logininputs,
.registerpage.minimal .loginform .logininputs,
.registerpage.minimal .register .logininputs {
  border: .1em solid #999;
  border-radius: 5px;
  margin-bottom: 20px;
}
.registerpage.minimal .wrapper {
  margin-top: 30px;
  top: 0;
}
@media only screen and (max-width: 450px) {
  .loginpage.minimal .wrapper,
  .registerpage.minimal .wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 10px;
  }
}
.error404page {
  background: url(../img/404.png) no-repeat 50% fixed;
  background-size: cover;
}
.error404page .error404 {
  position: absolute;
  bottom: 10%;
  width: 100%;
  padding: 0 30%;
  text-align: center;
  font-size: 15px;
}
div.bx-wrapper {
  margin: 0;
}
div.bx-wrapper,
div.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0;
  background: transparent;
}
div.bx-wrapper .bx-viewport {
  left: 0;
}
ul.bxslider {
  margin: 0;
  padding: 0;
}
.angle-double-right {
  background-position: 16.66666667% 0;
}
.angle-right {
  background-position: 16.66666667% 80%;
}
.angle-up {
  background-position: 0 20%;
}
.arrow-circle-right {
  background-position: 16.66666667% 20%;
}
.arrow-down {
  background-position: 33.33333333% 0;
}
.arrow-left {
  background-position: 33.33333333% 20%;
}
.arrow-right {
  background-position: 0 40%;
}
.arrow-up {
  background-position: 16.66666667% 40%;
}
.bars {
  background-position: 33.33333333% 40%;
}
.check {
  background-position: 50% 0;
}
.chevron-down {
  background-position: 50% 20%;
}
.chevron-left {
  background-position: 50% 40%;
}
.chevron-right {
  background-position: 0 60%;
}
.chevron-up {
  background-position: 16.66666667% 60%;
}
.circle-o {
  background-position: 33.33333333% 60%;
}
.cog {
  background-position: 50% 60%;
}
.envelope {
  background-position: 66.66666667% 0;
}
.exclamation-triangle {
  background-position: 66.66666667% 20%;
}
.facebook {
  background-position: 66.66666667% 40%;
}
.fax {
  background-position: 66.66666667% 60%;
}
.file {
  background-position: 0 80%;
}
.file-text {
  background-position: 0 0;
}
.home {
  background-position: 33.33333333% 80%;
}
.info {
  background-position: 50% 80%;
}
.lock {
  background-position: 66.66666667% 80%;
}
.map-marker {
  background-position: 83.33333333% 0;
}
.paperclip {
  background-position: 83.33333333% 20%;
}
.pause {
  background-position: 83.33333333% 40%;
}
.pencil {
  background-position: 83.33333333% 60%;
}
.phone {
  background-position: 83.33333333% 80%;
}
.play {
  background-position: 0 100%;
}
.plus {
  background-position: 16.66666667% 100%;
}
.rss {
  background-position: 33.33333333% 100%;
}
.search {
  background-position: 50% 100%;
}
.sign-out {
  background-position: 66.66666667% 100%;
}
.stop {
  background-position: 83.33333333% 100%;
}
.tags {
  background-position: 100% 0;
}
.times {
  background-position: 100% 20%;
}
.twitter {
  background-position: 100% 40%;
}
.user {
  background-position: 100% 60%;
}
.volume-off {
  background-position: 100% 80%;
}
.volume-up {
  background-position: 100% 100%;
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: a .7s infinite;
  animation: a 0.7s infinite;
}
@keyframes a {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes a {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.spinner {
  width: 40px;
  height: 40px;
  background-color: #4882b7;
  margin: 100px auto;
  -webkit-animation: b 1.2s infinite ease-in-out;
  animation: b 1.2s infinite ease-in-out;
}
@-webkit-keyframes b {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  to {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes b {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  to {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.notification_messages {
  background-color: #900;
  color: #fff;
  width: 100%;
  padding: .2em;
  border-bottom: .1em solid #fff;
  position: fixed;
  z-index: 7;
  top: 0;
  box-shadow: 0 0 1em 0 #000;
}
.notification_messages .close {
  background-position: 100% 20%;
  float: right;
  cursor: pointer;
  cursor: hand;
}
.notification_messages .close,
.notification_messages li.error:before,
.notification_messages li.info:before {
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
}
.notification_messages li.error:before,
.notification_messages li.info:before {
  background-position: 16.666666666666668% 80%;
  padding-left: 25px;
}
.notification_messages li.info:before {
  background-position: 16.66666667% 80%;
}
@font-face {
  font-family: opensans;
  src: url(../fonts/opensans-regular_0-webfont.eot);
  src: url(../fonts/opensans-regular_0-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans-regular_0-webfont.woff2) format('woff2'), url(../fonts/opensans-regular_0-webfont.woff) format('woff'), url(../fonts/opensans-regular_0-webfont.ttf) format('truetype'), url(../fonts/opensans-regular_0-webfont.svg#open_sansregular) format('svg');
  font-weight: 400;
  font-style: normal;
}
h1,
h2,
h3,
h4 {
  color: #191919;
}
h1 {
  text-transform: uppercase;
}
input[type=email],
input[type=password],
input[type=search],
input[type=text],
select,
textarea {
  border-radius: 0;
  border: 1px solid #4882b7;
}
.miniheader header .search-block-form,
.miniheader header .translator {
  display: none;
}
.miniheader header .mainlogo img {
  width: 300px;
}
.miniheader header .menuwrapper {
  margin-top: -20px;
}
header {
  padding-top: 15px;
  position: fixed;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  width: 100%;
  z-index: 2;
  box-shadow: 0 0 10px 0 #333;
}
header,
header .wrapper {
  background-color: #fff;
}
header nav {
  text-align: right;
  text-transform: uppercase;
}
header nav ul li a {
  color: #191919;
  font-weight: 700;
  font-size: 12px;
}
header nav ul li a.is-active {
  color: #fff;
  background-color: #4882b7;
}
header nav ul li ul {
  box-shadow: 0 0 10px 0 #666;
  background-color: #fff;
}
header nav ul li ul li {
  width: 200px;
}
header .translator {
  margin-bottom: 10px;
}
header .mainlogo img {
  width: 423px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
hr {
  border-top: 1px solid #999;
}
.button,
.confirmButtons a,
button {
  border-radius: 0;
}
a.readmore {
  font-weight: 700;
  color: #4882b7;
}
a.readmore:after {
  content: "";
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
  background-position: 16.66666667% 80%;
}
article .metadata {
  display: none;
}
article ul {
  margin-left: 2em;
}
article ul.links {
  margin-left: 0;
}
.wrapper {
  padding: 0 10px;
}
.feed-icons {
  display: none;
}
.col-4.right {
  border-left: 1px solid #999;
  padding: 0 25px;
}
.col-4.right .image img {
  border-radius: 800px;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
.col-4.right div.bx-wrapper,
.col-4.right div.bx-wrapper .bx-viewport {
  margin-bottom: 80px;
}
.col-4.right div.bx-wrapper .bx-viewport li,
.col-4.right div.bx-wrapper li {
  text-align: left;
}
.col-4.right h2 {
  text-transform: uppercase;
}
.social {
  position: fixed;
  right: 0;
  top: 40%;
  width: 52px;
  z-index: 6;
}
.multicolor,
.social {
  font-size: 0;
  line-height: 0;
}
.multicolor {
  width: 100%;
  height: 5px;
  clear: both;
}
.multicolor div {
  width: 20%;
  height: 10px;
  display: inline-block;
}
.multicolor div.blue {
  background-color: #db3b33;
}
.multicolor div.green {
  background-color: #51a84b;
}
.multicolor div.yellow {
  background-color: #ffcd53;
}
.multicolor div.red {
  background-color: #4882b7;
}
.multicolor div.black {
  background-color: #000;
}
.featuredcontent,
.quicklinks {
  background-color: #f6f7f7;
  padding: 20px 0;
}
.featuredcontent img {
  border: 1px solid #4882b7;
}
.featuredcontent h2 {
  font-size: 18px;
}
.featuredcontent h4 {
  color: #4882b7;
}
.featuredcontent .flex .col-4 {
  padding-right: 30px;
}
.featuredcontent iframe {
  height: 153px;
}
.links.inline {
  list-style: none;
}
.links.inline .comment-add,
.links.inline .statistics-counter {
  display: none;
}
.roundimage {
  border-radius: 800px;
  width: 250px;
  height: 250px;
}
.justified {
  text-align: justify;
}
.quicklinksborder {
  border-top: 1px solid #4882b7;
  border-bottom: 1px solid #4882b7;
  clear: both;
  margin: 10px 0;
}
.quicklinksborder .flex .col-4 {
  text-align: center;
  padding: 20px 30px;
}
.quicklinksborder .flex .col-4.middle {
  border-left: 1px solid #4882b7;
  border-right: 1px solid #4882b7;
}
.quicklinksborder .flex .col-4 h2 {
  text-transform: uppercase;
}
.quicklinksborder .flex .col-4 h2,
.quicklinksborder .flex .col-4 h3 {
  font-size: 16px;
  color: #191919;
}
.quicklinksborder .flex .col-4 h2 a,
.quicklinksborder .flex .col-4 h3 a {
  color: #191919;
}
.quicklinksborder .flex .col-4 .image img {
  border-radius: 800px;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
.quicklinksborder .flex .col-4 h2 {
  margin: 20px auto;
  padding: 10px 0;
  border-bottom: 3px solid #4882b7;
}
.bluerow .bx-wrapper .bx-controls-direction a,
.featuredcontent .bx-wrapper .bx-controls-direction a,
.quicklinksborder .bx-wrapper .bx-controls-direction a,
.right .bx-wrapper .bx-controls-direction a {
  display: none;
}
.bluerow .bx-wrapper:hover .bx-controls-direction a,
.featuredcontent .bx-wrapper:hover .bx-controls-direction a,
.quicklinksborder .bx-wrapper:hover .bx-controls-direction a,
.right .bx-wrapper:hover .bx-controls-direction a {
  display: block;
}
.center {
  text-align: center;
}
.node-readmore,
.readmore {
  margin: 10px 0;
}
.node-readmore a:after,
.readmore a:after {
  color: #4882b7;
  content: "";
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
  background-position: 16.66666667% 80%;
}
.innerpage .flex .col-8 {
  padding-right: 40px;
}
.innerpage .flex .col-4 {
  border-left: 1px solid #999;
  text-align: center;
}
.innerpage .flex .col-4 h2 a {
  color: #191919;
}
.innerpage .flex .col-4 h2 .views-element-container {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
}
.innerpage #block-stencil-page-title {
  border-bottom: 1px solid #999;
  margin-bottom: 25px;
}
.newsletter .newslettertitle {
  text-align: center;
  font-weight: 700;
}
#mc_embed_signup {
  width: 500px;
  margin: 0 auto;
}
#mc_embed_signup .mc-field-group label {
  display: none;
}
#mc_embed_signup #mc-embedded-subscribe {
  width: 100%;
}
#mc_embed_signup input {
  height: 30px;
}
.twocolumn .col-8 .view-content {
  display: flex;
  flex-flow: row wrap;
}
.twocolumn .col-8 .view-content .views-row {
  display: block;
  width: 50%;
  float: left;
  padding: 0 10px;
  flex-basis: 50%;
  padding-bottom: 30px;
}
.innerpage.resources .view-content {
  display: flex;
  flex-flow: row wrap;
}
.innerpage.resources .view-content .views-row {
  display: block;
  width: 50%;
  float: left;
  padding: 0 10px;
  flex-basis: 50%;
  padding-bottom: 30px;
}
.footermenu h2 {
  color: #4882b7;
  font-size: 18px;
  text-transform: uppercase;
}
.footermenu ul {
  margin-right: 30px;
}
.footermenu ul li {
  list-style: none;
  display: block;
}
.footermenu ul li a {
  padding: 5px;
  display: inline-block;
}
.footermenu .flex .fifth {
  width: 20%;
  padding: 0 10px;
}
.footermenu footer {
  display: none;
}
footer.site-footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: 160%;
}
footer.site-footer nav ul li a {
  padding: 0 15px;
  color: #fff;
}
footer.site-footer nav ul li:last-child {
  border: 0;
}
#block-stencil-footer li {
  border-right: 1px solid #191919;
}
#block-stencil-footer li:last-child {
  border: none;
}
.bluerow {
  background-color: #4882b7;
  color: #fff;
  padding: 20px 0;
}
.bluerow .comment-add,
.bluerow .statistics-counter {
  display: none;
}
.bluerow .sectiontittle {
  font-size: 24px;
  padding-left: 10px;
}
.bluerow h2,
.bluerow h2 a {
  color: #fff;
}
.bluerow img {
  border: 1px solid #fff;
  margin: 30px 0;
}
.bluerow li {
  padding: 10px;
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.bluerow li h2 {
  width: 95%;
}
.bluerow .bx-wrapper .bx-prev {
  left: 0;
}
.bluerow .bx-wrapper .bx-next {
  right: 0;
  background: url(images/controls.png) no-repeat -43px -32px;
}
.bluerow a,
.bluerow a.readmore {
  color: #ffcd53;
}
.bluerow a.readmore:after {
  content: "";
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/spriteyellow.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
  background-position: 16.66666667% 80%;
}
.bluerow ul.bxslider3 li article {
  padding: 0 40px;
}
.newsletter {
  padding: 20px 0;
}
.addtoany_list {
  display: block;
  margin: 40px 0;
}
.publications .views-row a {
  background-image: url(../img/pdf.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 30px;
  min-height: 40px;
  margin-bottom: 10px;
  display: block;
  color: #000;
}
.slider {
  background-color: #191919;
  clear: both;
  overflow: hidden;
}
.slider .bx-wrapper .bx-pager {
  bottom: 20px;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a {
  width: 15px;
  height: 15px;
  border-radius: 30px;
}
.slider .bx-wrapper .bx-controls-direction a {
  z-index: 1;
}
.slider li,
.slider ul {
  list-style: none;
}
.slider .col-9 img {
  width: 100%;
}
.slider .col-9 .sliderdetails,
.slider .col-9 .views-field-body,
.slider .col-9 a {
  display: none;
}
.slider .col-9 h2 {
  margin: 0;
}
.slider .col-3 {
  background-color: #191919;
  color: #fff;
  padding-left: 40px;
  padding-top: 60px;
  padding-right: 60px;
  line-height: 125%;
}
.slider .col-3 .image {
  display: none;
}
.slider .col-3 h4 {
  color: #ffcd53;
  font-size: 10px;
}
.slider .col-3 h2 {
  color: #fff;
  font-size: 18px;
}
.slider .col-3 a {
  color: #fff;
}
.slider .col-3 .readmore {
  margin: 10px 0;
  display: block;
}
.slider .col-3 .readmore a {
  color: #ffcd53;
}
.slider .col-3 .readmore a:after {
  content: "";
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/spriteyellow.svg);
  background-repeat: no-repeat;
  margin: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: 900px;
  background-position: 16.66666667% 80%;
}
.flex .col-6.searchsection {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 5px;
}
.flex .col-6.searchsection h2 {
  display: none;
}
.flex .col-6.searchsection .js-form-item {
  width: 300px;
  display: inline-block;
}
.flex .col-6.searchsection .js-form-item input {
  height: 30px;
}
.flex .col-6.searchsection .form-actions {
  display: inline-block;
  width: 30px;
  margin-left: 0;
}
.flex .col-6.searchsection .form-actions input {
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: 900px;
  border-radius: 0;
  border: 1px solid #4882b7;
}
.flex .col-6.searchsection .form-actions input.button {
  background-image: url(../img/search.svg);
  background-repeat: no-repeat;
  background-position: 50%;
}
@media only screen and (max-width: 768px) {
  .headerspace {
    min-height: 190px;
  }
  .innerpage .flex .col-8 {
    padding-right: 0px;
  }
  img {
    max-width: 100%;
  }
  header {
    padding-bottom: 15px;
  }
  header .menuwrapper {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
  }
  header .menuwrapper.open {
    padding-top: 40px;
    padding-right: 40px;
  }
  header .menuwrapper .mobilemenu {
    position: absolute;
    top: 0;
    right: 0;
  }
  header .flex .col-6.searchsection .js-form-item {
    width: 80%;
  }
  .bluerow li {
    padding: 10px;
    width: 100%;
    display: block;
  }
  #mc_embed_signup {
    width: 100%;
    margin: 0 auto;
  }
  #mc_embed_signup .flex .col-3,
  #mc_embed_signup .flex .col-9 {
    clear: none;
    display: inline-block;
    padding: 0;
  }
  #mc_embed_signup .flex .col-9 {
    width: 75%;
  }
  #mc_embed_signup .flex .col-3 {
    width: 25%;
  }
  .flex.slideshow .col-4 {
    padding: 0 10px;
  }
  .twocolumn .col-8 .view-content .views-row {
    width: 100%;
    float: none;
  }
  .footermenu .flex .fifth {
    width: 100%;
    display: block;
  }
}
@media only print {
  .horizontalNav,
  .right {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
}
@media only screen and (max-width: 479px) {
}
