/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   LAYOUT styles: opinionated defaults
   ========================================================================== */

* {
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
     box-sizing: border-box;
*behavior: url(../polyfills/boxsizing.htc);
}

/*html { -webkit-font-smoothing: antialiased; }*/

html, body {
  max-width: 100%;
  background-color: #fff;
  overflow-x: hidden;

  -webkit-overflow-scrolling: touch;
}

body {
  color: #282735;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4em;
  position: relative;
  min-width: 320px;

  /* Font Smoothing  */
  -moz-osx-font-smoothing: grayscale;
}

body[style*="/fileadmin/"] {
  background: none no-repeat center center fixed; 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

@media (max-width:767px) {
  body {
    font-size: 16px;
    line-height: 1.4em;
  }
}

html.openmenu body {
  overflow: hidden;
}

img { -ms-interpolation-mode: bicubic; }

button, html, input, select, textarea {
  font-family: 'Open Sans', sans-serif;
}

#ie_clearing {
  display: none;
}

a,
a:visited,
a:hover,
a:active,
a:focus {
  outline: 0;
}

b, strong {
  font-weight: 600;
}

/*input[type="radio"],
input[type="checkbox"] {
    -webkit-appearance: checkbox;
  cursor: pointer;
}*/

figure,
figure img,
.img-responsive {
  width: 100%;
  height: auto;

  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

div.table {
  display: table;
  width: 100%;
  height: 100%;
}

div.table-row {
  display: table-row;
  width: 100%;
}

div.table-cell {
  vertical-align: middle;
}

header > * {
  margin: 0;
}

h1,
h2 {
  font-weight: 300;
  font-size: 34px;
  line-height: 1.35em;
  margin: 0;
}

@media (max-width:767px) {
  .mask_hero h1 {
    font-size: 28px;
    line-height: 1em;
  }
}

h3,
h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4em;
  margin: 0;
}

.color1 {
  color: #cb333b;
}

.color2 {
  color: #6b38a6;
}

.color3 {
  color: #254d90;
}

.color4 {
  color: #467f29;
}

.color5 {
  color: #ffffff;
}

/* ==========================================================================
   GENERAL styles: opinionated defaults
   ========================================================================== */

.wrapper,
.inner-content {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  padding: 15px;
  /*overflow: hidden;*/
}

header.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255,255,255,0);
  height: 60px;

  -ms-transform: translate(0, -60px); /* IE 9 */
  -webkit-transform: translate(0, -60px); /* Safari */
  transform: translate(0, -60px);

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

html.bright header.header,
html.dark header.header,
html.no-js header.header {
  -ms-transform: translate(0, 0); /* IE 9 */
  -webkit-transform: translate(0, 0); /* Safari */
  transform: translate(0, 0);
}

html.fixed header.header {
  background-color: rgba(255,255,255,0.95);
}

html.openmenu header.header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edf1fe+0,edf1fe+100&1+0,0.7+70,0+100 */
  background: -moz-linear-gradient(top,  rgba(237,241,254,1) 0%, rgba(237,241,254,0.7) 70%, rgba(237,241,254,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(237,241,254,1) 0%,rgba(237,241,254,0.7) 70%,rgba(237,241,254,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(237,241,254,1) 0%,rgba(237,241,254,0.7) 70%,rgba(237,241,254,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf1fe', endColorstr='#00edf1fe',GradientType=0 ); /* IE6-9 */
}

.inner-header {
  padding-top: 19px;
  padding-bottom: 19px;
}

.outer-menu {
  position: relative;
}

div[class*="col-md-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width:767px) {
  .inner-header {

  }

  .inner-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}

a,
a:visited,
a:active,
a:focus {
  text-decoration: none;
  color: #254d90;
  font-weight: 600;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:hover {
  opacity: 0.875;
}

figure > a:hover {
  opacity: 1;
}

html.touch a,
html.touch a:visited,
html.touch a:active,
html.touch a:focus,
html.touch a:hover {
  opacity: 1;
}

ul.menu,
ul.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.frame-type-text ul {
  padding-left: 20px;
  list-style-type: none;
}

.frame-type-text ul li {
  position: relative;
}

.frame-type-text ul li ~ li {
  margin-top: 1em;
}

.frame-type-text ul li:before {
  content: "·";
  font-size: 40px;
  position: absolute;
  left: -15px;
  top: 0;
}

header.header .buttons {
  opacity: 0;
  position: absolute;
  right: -30px;
  top: -10px;
  z-index: 10;
  padding: 5px 20px;
  
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

html.fixed header.header .buttons.loaded {
  opacity: 1;
}

header.header .buttons a,
header.header .buttons a:active,
header.header .buttons a:focus,
header.header .buttons a:visited {
  margin: 0 10px;
  font-size: 11px;
  line-height: 1;
  min-width: 0;
  padding: 9.5px 20px;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

header.header .buttons .page-title {
  margin-right: 1em;
  position: relative;
  top: 2px;
}

@media (max-width: 991px) {
  header.header .buttons .page-title {
    display: none;
  }
}

@media (max-width: 767px) {
  header.header .buttons {
    display: none;
  }
}

/* ==========================================================================
   SECTIONS styles: opinionated defaults
   ========================================================================== */

section.content[style*="/fileadmin/"] {
  background: none no-repeat center center scroll; 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

section.content[style*="/fileadmin/"][style*="-parallax-"] {
  background: none no-repeat center center fixed; 
}

.ajax-content section.content {
  overflow: hidden;
}

section.content > .inner-content {
  padding-top: 105px;
  padding-bottom: 140px;
}

@media (max-width:767px) {
  section.content > .inner-content {
    padding-top: 47px;
    padding-bottom: 63px;
  }
}

section.content.custom1,
section.content.custom2,
section.content.custom3,
section.content.custom4 {
  max-height: 2000px;
  opacity: 1;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (max-width:767px) {
  section.content.custom1 {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.content.custom2 {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.content.custom3 {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  section.content.custom4 {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
}

section.content.custom5 {
  color: #fff;
  background-color: #282735;
}

section.content.custom5 a,
section.content.custom5 a:visited,
section.content.custom5 a:active,
section.content.custom5 a:focus,
section.content.custom5 a:hover {
  color: #fff;
}

section.content.custom51 {
  background-color: #edf1fe;
}

section.content.custom6 {
  color: #fff;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cb333b+0,6b38a6+100 */
  background: rgb(203,51,59); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(203,51,59,1) 0%, rgba(107,56,166,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(203,51,59,1) 0%,rgba(107,56,166,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(203,51,59,1) 0%,rgba(107,56,166,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb333b', endColorstr='#6b38a6',GradientType=1 ); /* IE6-9 */
}

section.content.custom6 a,
section.content.custom6 a:visited,
section.content.custom6 a:active,
section.content.custom6 a:focus,
section.content.custom6 a:hover {
  color: #fff;
}

section.content.custom7 {
  position: relative;
}

section.content.custom7:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 1;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cb333b+0,6b38a6+100 */
  background: rgb(203,51,59); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(203,51,59,1) 0%, rgba(107,56,166,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(203,51,59,1) 0%,rgba(107,56,166,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(203,51,59,1) 0%,rgba(107,56,166,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb333b', endColorstr='#6b38a6',GradientType=1 ); /* IE6-9 */
}

section.content.custom82 > .inner-content {
  max-width: 970px;
}

section.content.custom8 > .inner-content {
  max-width: 890px;
}

section.content.custom81 > .inner-content {
  max-width: 780px;
}

section.content.custom91 > .inner-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

section.content.custom9 > .inner-content {
  padding-top: 45px;
  padding-bottom: 45px;
}

section.content.custom92 > .inner-content {
  max-width: none;
  padding: 0;
}

section.content.custom10 {
  color: #fff;
}

section.content.custom10 a,
section.content.custom10 a:visited,
section.content.custom10 a:active,
section.content.custom10 a:focus,
section.content.custom10 a:hover {
  color: #fff;
}

section.content.custom11 {
  overflow: visible;
}

/* ==========================================================================
   LOGO styles: opinionated defaults
   ========================================================================== */

.logo {
  max-width: 110px;
  margin-left: 67px;
}

footer.footer .frame-type-image {
  max-width: 110px;
}

.logo .ce-row {
  display: none;
}

html.bright .logo .ce-row:first-child,
html.no-js .logo .ce-row:first-child {
  display: block;
}

html.dark .logo .ce-row:first-child + .ce-row {
  display: block;
}

html.dark.fixed .logo .ce-row:first-child + .ce-row,
html.dark.openmenu .logo .ce-row:first-child + .ce-row {
  display: none;
}

html.dark.fixed .logo .ce-row:first-child,
html.dark.openmenu .logo .ce-row:first-child {
  display: block;
}

/* ==========================================================================
   SITEMAOP styles: opinionated defaults
   ========================================================================== */

.frame-type-menu_pages ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.frame-type-menu_pages ul li ~ li {
  margin-top: 15px;
}

.frame-type-menu_pages header + ul li:first-child {
  margin-top: 15px;
}

.frame-type-menu_pages ul a,
.frame-type-menu_pages ul a:visited,
.frame-type-menu_pages ul a:focus,
.frame-type-menu_pages ul a:active,
.frame-type-menu_pages ul a:hover {
  font-size: 16px;
  line-height: 1.375em;
}

/* ==========================================================================
   INDEXED SEARCH styles: opinionated defaults
   ========================================================================== */

.tx-indexedsearch-form {
  position: relative;
}

.tx-indexedsearch-searchbox-sword::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #282735;
  opacity: 1 !important;

  -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}

.tx-indexedsearch-searchbox-sword::-moz-placeholder { /* Firefox 19+ */
  color: #282735;
  opacity: 1 !important;

  -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}

.tx-indexedsearch-searchbox-sword:-ms-input-placeholder { /* IE 10+ */
  color: #282735;
  opacity: 1 !important;

  -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}

.tx-indexedsearch-searchbox-sword:-moz-placeholder { /* Firefox 18- */
  color: #282735;
  opacity: 1 !important;

  -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}

.tx-indexedsearch-searchbox-sword:focus::-webkit-input-placeholder {
  opacity: 0.5 !important;
}

.tx-indexedsearch-searchbox-sword:focus::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.5 !important;
}

.tx-indexedsearch-searchbox-sword:focus:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.5 !important;
}

.tx-indexedsearch-searchbox-sword:focus:-moz-placeholder { /* Firefox 18- */
  opacity: 0.5 !important;
}


.tx-indexedsearch-form i {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 13px;
  font-size: 1em;
  line-height: 1em;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.tx-indexedsearch-form .tx-indexedsearch-searchbox-sword:focus + i,
.ajax-content .in-view .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword + i,
html.touch .ajax-content .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword + i {
  left: 16px;
}

.tx-indexedsearch-searchbox-sword {
  border: 1px solid transparent;
  background-color: transparent;
  padding: 10px 10px 10px 45px;
  width: 50%;
  font-size: 18px;
  line-height: 1em;
  cursor: pointer;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;

  -ms-transform: translate(-16px, 0); /* IE 9 */
  -webkit-transform: translate(-16px, 0); /* Safari */
  transform: translate(-16px, 0);
}

.tx-indexedsearch-searchbox-sword:focus,
.ajax-content .in-view .tx-indexedsearch-searchbox-sword,
html.touch .ajax-content .tx-indexedsearch-searchbox-sword {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  width: 100%;
  background-color: #fff;
  border: 1px solid #292735;
  cursor: text;

  -ms-transform: translate(0, 0); /* IE 9 */
  -webkit-transform: translate(0, 0); /* Safari */
  transform: translate(0, 0);
}

.tx-indexedsearch-searchbox form {
  margin: 0;
  padding: 0;
}

.tx-indexedsearch-searchbox .formline {
  clear: both;
  padding-bottom: 10px;
  overflow: auto;
}

.isearch_linkMode {
  display: block;
  float: left;
  padding: 2px 10px;
}

.tx-indexedsearch-rules {
  position: relative;
  padding: 10px 0;
}

.tx-indexedsearch-rules h2 {
  font-weight: normal;
  font-size: 100%;
  padding: 0;
  margin: 0;
}

.tx-indexedsearch-rules a .isearch-rules-text {
  display: none;
  text-decoration: none;
}

.tx-indexedsearch-rules a:hover .isearch-rules-text {
  display: block;
  text-decoration: none;
  position: absolute;
  font-weight: normal;
  top: 0;
  left: 100px;
  padding: 10px;
}

.tx-indexedsearch-whatis {
  padding-bottom: 10px;
}

.tx-indexedsearch-sw {
  font-weight: 600;
}

.tx-indexedsearch-browsebox {
  padding: 0 0 10px;
  margin: 0;
  list-style-type: none;
}

.tx-indexedsearch-browsebox li {
  display: inline-block;
  margin-right: 1em;
}

.tx-indexedsearch-res .result-row {
  margin: 10px 0 20px 0;
}

.tx-indexedsearch-icon {
  float: left;
  display: block;
}

.tx-indexedsearch-icon {
  position: relative;
  top: -3px;
}

.tx-indexedsearch-result-number {
  float: left;
  display: block;
}

.tx-indexedsearch-title {
  float: left;
  display: block;
}

.tx-indexedsearch-percent {
  float: right;
  display: block;
}

.tx-indexedsearch-description {
  clear: both;
  display: block;
  margin: 1em 0 0;
}

.tx-indexedsearch-info {
  margin: 0 0 1em;
  clear: both;
  display: block;
  font-size: 0.875em;
}

.tx-indexedsearch-info dt,
.tx-indexedsearch-info dd {
  clear: both;
  display: inline-block;
}

.tx-indexedsearch-info dd {
  margin: 0 35px 0 0;
}

.tx-indexedsearch-info p {
  margin: 0;
}

.tx-indexedsearch-path {
  display: block;
}

.tx-indexedsearch-searchbox legend {
  display: none;
}

.tx-indexedsearch-searchword {
  display: block;
  margin: 0.5em 0;
}

/* ==========================================================================
   BURGER MENU styles: opinionated defaults
   ========================================================================== */

a.mobile {
  display: block;
  position: absolute;
  left: -10px;
  top: -9px;
  z-index: 10;
  padding: 10px;
}

/* Icon 1 */

.nav-icon {
  margin: 0 auto;
  width: 27px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nav-icon1 span,
.nav-icon3 span,
.nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #282735;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-icon1 span:nth-child(1) {
  top: 0px;
}

.nav-icon1 span:nth-child(2) {
  top: 8px;
}

.nav-icon1 span:nth-child(3) {
  top: 16px;
}

html.openmenu .nav-icon1 span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

html.openmenu .nav-icon1 span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

html.openmenu .nav-icon1 span:nth-child(3) {
  top: 13px;

  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 2 */

.nav-icon2 {
}

.nav-icon2 span {
  display: none;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 50%;
  opacity: 1;

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);

  -webkit-transition: -webkit-transform 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out, bottom 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out, bottom 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

html.bright .nav-icon2 span,
html.no-js .nav-icon2 span {
  display: block;
  background: #000;
}

html.dark .nav-icon2 span {
  display: block;
  background: #fff;
}

html.dark.fixed .nav-icon2 span,
html.dark.openmenu .nav-icon2 span {
  background: #000;
}

.nav-icon2 span:nth-child(even) {
  left: 50%;
}

.nav-icon2 span:nth-child(odd) {
  left:0px;
}

.nav-icon2 span:nth-child(1),
.nav-icon2 span:nth-child(2) {
  top: 0px;
}

.nav-icon2 span:nth-child(3),
.nav-icon2 span:nth-child(4) {
  top: 8px;
}

.nav-icon2 span:nth-child(5),
.nav-icon2 span:nth-child(6) {
  top: 16px;
}

html.openmenu .nav-icon2 span:nth-child(1),
html.openmenu .nav-icon2 span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

html.openmenu .nav-icon2 span:nth-child(2),
html.openmenu .nav-icon2 span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

html.openmenu .nav-icon2 span:nth-child(1) {
  left: 3px;
  top: 4px;
}

html.openmenu .nav-icon2 span:nth-child(2) {
  left: calc(50% - 3px);
  top: 4px;
}

html.openmenu .nav-icon2 span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

html.openmenu .nav-icon2 span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

html.openmenu .nav-icon2 span:nth-child(5) {
  left: 3px;
  top: 12px;
}

html.openmenu .nav-icon2 span:nth-child(6) {
  left: calc(50% - 3px);
  top: 12px;
}

/* Icon 3 */

.nav-icon3 span:nth-child(1) {
  top: 0px;
}

.nav-icon3 span:nth-child(2),
.nav-icon3 span:nth-child(3) {
  top: 8px;
}

.nav-icon3 span:nth-child(4) {
  top: 16px;
}

html.openmenu .nav-icon3 span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

html.openmenu .nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

html.openmenu .nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

html.openmenu .nav-icon3 span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* ==========================================================================
   OFFMENU MENU styles: opinionated defaults
   ========================================================================== */

.outer-offmenu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: -100%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50;

  /*-webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;*/

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edf1fe+0,ffffff+100 */
  background: #edf1fe; /* Old browsers */
  background: -moz-linear-gradient(top,  #edf1fe 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #edf1fe 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #edf1fe 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf1fe', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

nav.offmenu {
  height: 100%;
  overflow: hidden;
}

html.openmenu .outer-offmenu {
  left: 0;
}

div.scroller {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 70px 0 0;
}

div.scroller .tx-indexedsearch-searchbox ~ * {
  display: none;
}

/* ==========================================================================
   ========================================================================== */

ul.menu.main li {
  position: relative;
}

ul.menu.main li.element1 {
  width: 195px;
  padding-right: 60px;
}

ul.menu.main li.element2 {
  width: 390px;
}

ul.menu.main li > i[class*="fa-"] {
  position: absolute;
  top: 3px;
  right: 55px;
  color: #c8c8c8;
  font-size: 0.875em;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

ul.menu.main li:hover > i[class*="fa-"] {
  right: 38px;
}

ul.menu.main li ~ li {
  margin-top: 1em;
}

ul.menu.main li > a,
ul.menu.main li > a:visited,
ul.menu.main li > a:focus,
ul.menu.main li > a:active,
ul.menu.main li > a:hover {
  font-size: 18px;
  line-height: 1em;
  display: block;
  font-weight: normal;
  color: #282735;
}

ul.menu.main li:hover > a,
ul.menu.main li.current > a,
ul.menu.main li:hover > i[class*="fa-"],
ul.menu.main li.current > i[class*="fa-"] {
  color: #cb333b;
  text-shadow: 1px 0 0 currentColor;
}

ul.menu.main li > ul.ebene2 {
  position: absolute;
  right: -420px;
  top: 0;
  opacity: 0;
  z-index: -1;

  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

ul.menu.main li:hover > ul.ebene2 {
  display: block;
  opacity: 1;
  z-index: 1;
  right: -390px;
}

@media (max-width:767px) {
  ul.menu.main li.current > i[class*="fa-"],
  ul.menu.main li:hover > i[class*="fa-"] {
    right: 55px;

    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  ul.menu.main li > ul.ebene2 {
    position: relative;
    right: auto;
    top: auto;
    opacity: 1;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
  }

  ul.menu.main li.current > ul.ebene2 {
    max-height: 1000px;
    right: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  ul.menu.main li.element1.current + li {
    margin-top: 0;
  }

  ul.menu.main li.element1,
  ul.menu.main li.element2 {
    width: 100%;
  }

  ul.menu.main li.element1 {
    padding-right: 30px;
  }

  ul.menu.main li.element2 {
    padding-left: 30px;
  }

  ul.menu.main li > i[class*="fa-"],
  ul.menu.main li.current > i[class*="fa-"],
  ul.menu.main li:hover > i[class*="fa-"] {
    right: 2px;
  }
}


/* ==========================================================================
   ========================================================================== */

ul.menu.meta {
  max-width: 120px;
}

ul.menu.meta li {
  display: inline-block;
}

ul.menu.meta li > a,
ul.menu.meta li > a:visited,
ul.menu.meta li > a:focus,
ul.menu.meta li > a:active {
  padding: 7.5px;
  font-size: 1.5em;
  line-height: 1;
  display: block;
  font-weight: normal;
  color: #282735;
}

ul.menu.meta li:first-child > a,
ul.menu.meta li:first-child > a:visited,
ul.menu.meta li:first-child > a:focus,
ul.menu.meta li:first-child > a:active,
ul.menu.meta li:first-child + li + li + li > a,
ul.menu.meta li:first-child + li + li + li > a:visited,
ul.menu.meta li:first-child + li + li + li > a:focus,
ul.menu.meta li:first-child + li + li + li > a:active {
  padding-left: 0;
}

footer.footer ul.socialmedia a:hover {
  color: #cb333b;
}

ul.menu.meta li > a:hover[href*="facebook.com"] {
  color: #3b5998;
}

ul.menu.meta li > a:hover[href*="youtube.com/"],
ul.menu.meta li > a:hover[href*="youtu.be"] {
  color: #bb0000;
}

ul.menu.meta li > a:hover[href*="twitter.com"] {
  color: #55acee;
}

ul.menu.meta li > a:hover[href*="instagram.com"] {
  color: #8a3ab9;
}

ul.menu.meta li > a:hover[href*="xing.de"],
ul.menu.meta li > a:hover[href*="xing.com"] {
  color: #126567;
}

ul.menu.meta li > a:hover[href*="plus.google.com"] {
  color: #dd4b39;
}

ul.menu.meta li > a:hover[href*="pinterest.com"],
ul.menu.meta li > a:hover[href*="pinterest.de"] {
  color: #cb2027;
}

ul.menu.meta li > a:hover[href*="linkedin.com"] {
  color: #0077b5;
}

/* ==========================================================================
   SOLUTIONBOX styles: opinionated defaults
   ========================================================================== */

.mask_industrypartners {
  text-align: center;
  margin-left: 100px/*-15px*/;
  margin-right: 100px/*-15px*/;
}

.industrypartners-item {
  max-width: 145px;
  display: inline-block;
  padding: 15px;
}

/* ==========================================================================
   HERO styles: opinionated defaults
   ========================================================================== */

.mask_hero {
  min-height: 100vh;
  text-align: center;
  overflow: hidden;
}

.outer-hero-images {
  position: relative;
}

.mask_hero.small-hero {
  min-height: 416px;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (max-width:767px) {
  .mask_hero.small-hero {
    min-height: 280px;
  }
}

.mask_hero.dark {
  color: #fff;
}

.mask_hero .outer-hero-images div {
  float: none !important;
  display: inline-block;
}

.mask_hero .hero-ambience {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.mask_hero.standard .hero-ambience-left img {
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;

  opacity: 0;

  -ms-transform: translate(-50px, 0); /* IE 9 */
  -webkit-transform: translate(-50px, 0); /* Safari */
  transform: translate(-50px, 0);
}

html.dark .mask_hero.standard .hero-ambience-left img,
html.bright .mask_hero.standard .hero-ambience-left img,
html.no-js .mask_hero.standard .hero-ambience-left img {
  opacity: 1;

  -ms-transform: translate(0, 0); /* IE 9 */
  -webkit-transform: translate(0, 0); /* Safari */
  transform: translate(0, 0);
}

.mask_hero.solutions .hero-ambience-left img {
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;

  opacity: 0;

  -ms-transform: translate(-50px, -50px); /* IE 9 */
  -webkit-transform: translate(-50px, -50px); /* Safari */
  transform: translate(-50px, -50px);
}

html.dark .mask_hero.solutions .hero-ambience-left img,
html.bright .mask_hero.solutions .hero-ambience-left img,
html.no-js .mask_hero.solutions .hero-ambience-left img {
  opacity: 1;

  -ms-transform: translate(0, -50px); /* IE 9 */
  -webkit-transform: translate(0, -50px); /* Safari */
  transform: translate(0, -50px);
}

.mask_hero.standard .hero-ambience-right img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;

  opacity: 0;

  -ms-transform: translate(25px, 0); /* IE 9 */
  -webkit-transform: translate(25px, 0); /* Safari */
  transform: translate(25px, 0);
}

html.dark .mask_hero.standard .hero-ambience-right img,
html.bright .mask_hero.standard .hero-ambience-right img,
html.no-js .mask_hero.standard .hero-ambience-right img {
  opacity: 1;

  -ms-transform: translate(0, 0); /* IE 9 */
  -webkit-transform: translate(0, 0); /* Safari */
  transform: translate(0, 0);
}

.mask_hero.solutions .hero-ambience-right img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;

  opacity: 0;

  -ms-transform: translate(25px, -50px); /* IE 9 */
  -webkit-transform: translate(25px, -50px); /* Safari */
  transform: translate(25px, -50px);
}

html.dark .mask_hero.solutions .hero-ambience-right img,
html.bright .mask_hero.solutions .hero-ambience-right img,
html.no-js .mask_hero.solutions .hero-ambience-right img {
  opacity: 1;

  -ms-transform: translate(0, -50px); /* IE 9 */
  -webkit-transform: translate(0, -50px); /* Safari */
  transform: translate(0, -50px);
}
.mask_hero .hero-image img {
  -webkit-transition: all 0.3s ease-in-out 0.15s;
  transition: all 0.3s ease-in-out 0.15s;

  opacity: 0;

  -ms-transform: translate(0, -25px); /* IE 9 */
  -webkit-transform: translate(0, -25px); /* Safari */
  transform: translate(0, -25px);
}

html.dark .mask_hero .hero-image img,
html.bright .mask_hero .hero-image img,
html.no-js .mask_hero .hero-image img {
  opacity: 1;

  -ms-transform: translate(0, 0); /* IE 9 */
  -webkit-transform: translate(0, 0); /* Safari */
  transform: translate(0, 0);
}

html.dark .mask_hero.solutions .hero-image img,
html.bright .mask_hero.solutions .hero-image img,
html.no-js .mask_hero.solutions .hero-image img {
  opacity: 1;

  -ms-transform: translate(0, 10px); /* IE 9 */
  -webkit-transform: translate(0, 10px); /* Safari */
  transform: translate(0, 10px);
}

.mask_hero .hero-animation-bodytext {
  -webkit-transition: all 0.3s ease-in-out 0.15s;
  transition: all 0.3s ease-in-out 0.15s;

  opacity: 0;

  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

html.dark .mask_hero .hero-animation-bodytext,
html.bright .mask_hero .hero-animation-bodytext,
html.no-js .mask_hero .hero-animation-bodytext {
  opacity: 1;

  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mask_hero .hero-image {
  position: relative;
  z-index: 15;
}

.mask_hero.solutions .frame-type-shortcut {
  -webkit-transition: all 0.3s ease-in-out 0.15s;
  transition: all 0.3s ease-in-out 0.15s;

  position: relative;
  z-index: 20;
  opacity: 0;
  text-align: left;

  -ms-transform: translate(0, 0); /* IE 9 */
  -webkit-transform: translate(0, 0); /* Safari */
  transform: translate(0, 0);
}

html.dark .mask_hero.solutions .frame-type-shortcut,
html.bright .mask_hero.solutions .frame-type-shortcut,
html.no-js .mask_hero.solutions .frame-type-shortcut {
  opacity: 1;

  -ms-transform: translate(0, -150px); /* IE 9 */
  -webkit-transform: translate(0, -150px); /* Safari */
  transform: translate(0, -150px);
}

.mask_hero.solutions .frame-type-shortcut section.content {
  overflow: visible;
}

@media (max-width:767px) {
  .mask_hero .hero-images {
    margin-top: 60px;
  }

  .mask_hero.solutions .hero-images {
    margin-top: 0;
  }
}

.mask_hero .hero-outer-background {
  overflow: hidden;
  height: calc(100% - 30px);
}

.mask_hero.small-hero .hero-outer-background {
  height: 100%;
}

.mask_hero .hero-background {
  background: none no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  height: 100%;
  z-index: 5;
}

.mask_hero .hero-bodytext {
  display: block;
  position: relative;
  z-index: 20;
  padding: 0 15px;

  -ms-transform: translate(0, -100px); /* IE 9 */
  -webkit-transform: translate(0, -100px); /* Safari */
  transform: translate(0, -100px);

  padding-bottom: 60px;
}

.mask_hero.small-hero .hero-bodytext,
.mask_hero.solutions .hero-bodytext {
  -ms-transform: translate(0, 100px); /* IE 9 */
  -webkit-transform: translate(0, 100px); /* Safari */
  transform: translate(0, 100px);

  padding-bottom: 160px;
}

.mask_hero.solutions .hero-bodytext {
  padding-bottom: 0;
}

.mask_hero h1 {
  font-weight: 300;
  font-size: 60px;
  line-height: 1em;
  margin: 0;
}

.mask_hero h2 {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  margin: 1em 0;
}

.mask_hero .hero-bodytext header {
  margin-bottom: 2em;
}

.mask_hero .hero-bodytext header + p {
  font-weight: 16px;
  line-height: 1.4;
  max-width: 1140px;
  text-align: left;
  margin: 0 auto;
  display: block;
}

.mask_hero .hero-bodytext header + p.text-center {
  text-align: center;
}

@media (max-width:767px) {
  .mask_hero .hero-bodytext {
    -ms-transform: translate(0, -50px); /* IE 9 */
    -webkit-transform: translate(0, -50px); /* Safari */
    transform: translate(0, -50px);
  }

  .mask_hero h1 {
    font-size: 40px;
    line-height: 1em;
  }
}

.mask_hero a.mehr,
.mask_hero a.mehr:visited,
.mask_hero a.mehr:active,
.mask_hero a.mehr:focus,
.mask_hero a.mehr:hover,
.text-center a.mehr,
.text-center a.mehr:visited,
.text-center a.mehr:active,
.text-center a.mehr:focus,
.text-center a.mehr:hover {
  margin-left: 15px;
  margin-right: 15px;
}

.mask_hero .hero-end {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  width: 1000%;
  z-index: 25;
  background-color: #fff;
}

@media (max-width:767px) {

}

section.content.custom51 .mask_hero .hero-end {
  background-color: #edf1fe;
}

section.content.custom5 .mask_hero .hero-end {
  background-color: #282735;
}

/* ==========================================================================
   SOLUTIONS MENU styles: opinionated defaults
   ========================================================================== */

.mask_solutionbox {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,edf1fe+100&1+0,1+73,0.75+100 */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,245,254,1) 73%, rgba(237,241,254,0.75) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,245,254,1) 73%,rgba(237,241,254,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,245,254,1) 73%,rgba(237,241,254,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bfedf1fe',GradientType=0 ); /* IE6-9 */

  -webkit-box-shadow: 0px 5px 20px 0px rgba(37,77,144,0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(37,77,144,0.1);
  box-shadow: 0px 5px 20px 0px rgba(37,77,144,0.1);

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  padding: 14px 20px 20px;
  cursor: pointer;
}

.mask_solutionbox:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(37,77,144,0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(37,77,144,0.2);
  box-shadow: 0px 10px 20px 0px rgba(37,77,144,0.2);

  -ms-transform: translate(0, -5px); /* IE 9 */
  -webkit-transform: translate(0, -5px); /* Safari */
  transform: translate(0, -5px);
}

.mask_solutionbox a,
.mask_solutionbox a:visited,
.mask_solutionbox a:focus,
.mask_solutionbox a:active,
.mask_solutionbox a:hover {
  display: block;
}

.mask_solutionbox h1 {
  margin: 0;
  font-size: 16px;
  line-height: 1.5em;
  color: #282735;
  font-weight: normal;
}

.mask_solutionbox h2 {
  /*font-family: 'Merriweather', serif;*/
  margin: 0;
  font-size: 11px;
  line-height: 2em;
  color: #cb333b;
  font-weight: 600;
}

/* ==========================================================================
   LIGHTBOX styles: opinionated defaults
   ========================================================================== */

.mfp-iframe + * .mfp-iframe-scaler iframe {
  background: #fff;
  padding: 20px;
}

.mfp-iframe + * .mfp-iframe-holder .mfp-content {
  max-width: 670px;
}

.mfp-iframe + * .mfp-iframe-scaler {
  padding-top: 100%;
}

.mfp-lightbox + * figure {
  padding: 40px 0;
}

.mfp-lightbox + * img.mfp-img {
  padding: 0;
  background-color: #fff;
}

/* ==========================================================================
   SOLUTIONBOX styles: opinionated defaults
   ========================================================================== */

a.scroll-down,
a.scroll-down:visited,
a.scroll-down:active,
a.scroll-down:focus,
a.scroll-down:hover {
  width: 60px;
  height: 60px;
  background-color: #edf1fe;
  color: #cb333b;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  line-height: 60px;
  text-align: center;
  bottom: 0;
  z-index: 30;
  font-size: 1.5em;

  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width:767px) {
}

/* ==========================================================================
   OFF THE GRID styles: opinionated defaults
   ========================================================================== */

.mask_imageoffthegrid img {
  position: absolute;
  width: auto;
  opacity: 0;

  -ms-transform: translate(100px, 0); /* IE 9 */
  -webkit-transform: translate(100px, 0); /* Safari */
  transform: translate(100px, 0);

  -webkit-transition: all 0.9s ease-in-out 0s;
  transition: all 0.9s ease-in-out 0s;
}

.in-view .mask_imageoffthegrid img,
html.touch .mask_imageoffthegrid img {
  opacity: 1;

  -ms-transform: translate(0, 0); /* IE 9 */
  -webkit-transform: translate(0, 0); /* Safari */
  transform: translate(0, 0);
}

/* ==========================================================================
   ICON / IMAGE DESCRIPTION styles: opinionated defaults
   ========================================================================== */

.mask_iconimagedescription .iconimagedescription-image {
  width: 46px;
  float: left;
  padding-top: 5px;
  text-align: center;
  color: #cb333b;
  font-size: 2em;
  line-height: 1;
  min-height: 100px;
  opacity: 0;

  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);

  -webkit-transition: all 0.9s ease-in-out 0s;
  transition: all 0.9s ease-in-out 0s;
}

.in-view .mask_iconimagedescription .iconimagedescription-image,
html.touch .mask_iconimagedescription .iconimagedescription-image {
  opacity: 1;

  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (max-width:767px) {
  .mask_iconimagedescription .iconimagedescription-image {
    min-height: 0;
  }
}

.mask_iconimagedescription .iconimagedescription-description {
  margin-left: 75px;
  width: auto;
  font-size: 16px;
  line-height: 1.4;
}

.mask_iconimagedescription .iconimagedescription-description a:not(.mehr),
.mask_iconimagedescription .iconimagedescription-description a:not(.mehr):active,
.mask_iconimagedescription .iconimagedescription-description a:not(.mehr):focus,
.mask_iconimagedescription .iconimagedescription-description a:not(.mehr):visited {
  font-weight: normal;
  color: #282735;
}

.mask_iconimagedescription .iconimagedescription-description a:not(.mehr) strong,
.mask_iconimagedescription .iconimagedescription-description a:not(.mehr):active strong,
.mask_iconimagedescription .iconimagedescription-description a:not(.mehr):focus strong,
.mask_iconimagedescription .iconimagedescription-description a:not(.mehr):visited strong,
.mask_iconimagedescription .iconimagedescription-description a:not(.mehr) b,
.mask_iconimagedescription .iconimagedescription-description a:not(.mehr):active b,
.mask_iconimagedescription .iconimagedescription-description a:not(.mehr):focus b,
.mask_iconimagedescription .iconimagedescription-description a:not(.mehr):visited b {
  font-weight: 600;
  color: #254d90;
}

.mask_iconimagedescription .iconimagedescription-description p:first-child {
  margin-top: 0;
}

.mask_iconimagedescription .iconimagedescription-description p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   ICON / IMAGE DESCRIPTION W/ BUTTON styles: opinionated defaults
   ========================================================================== */

.mask_iconimagebutton {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,edf1fe+100&1+0,1+73,0.75+100 */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,245,254,1) 73%, rgba(237,241,254,0.75) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,245,254,1) 73%,rgba(237,241,254,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,245,254,1) 73%,rgba(237,241,254,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bfedf1fe',GradientType=0 ); /* IE6-9 */

  text-align: center;
  font-size: 16px;
  line-height: 1.4;

  -webkit-box-shadow: 0px 5px 20px 0px rgba(37,77,144,0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(37,77,144,0.1);
  box-shadow: 0px 5px 20px 0px rgba(37,77,144,0.1);

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  padding: 20px 9px;

  opacity: 0;
  cursor: pointer;

  -ms-transform: translate(0, 100px); /* IE 9 */
  -webkit-transform: translate(0, 100px); /* Safari */
  transform: translate(0, 100px);

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

div[class*="col-md-"]:first-child .mask_iconimagebutton {
  -ms-transform: translate(0, 25px); /* IE 9 */
  -webkit-transform: translate(0, 25px); /* Safari */
  transform: translate(0, 25px);

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

div[class*="col-md-"]:nth-child(1) .mask_iconimagebutton {
  -ms-transform: translate(0, 50px); /* IE 9 */
  -webkit-transform: translate(0, 50px); /* Safari */
  transform: translate(0, 50px);

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

div[class*="col-md-"]:nth-child(2) .mask_iconimagebutton {
  -ms-transform: translate(0, 75px); /* IE 9 */
  -webkit-transform: translate(0, 75px); /* Safari */
  transform: translate(0, 75px);

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.in-view .mask_iconimagebutton,
html.touch .mask_iconimagebutton {
  opacity: 1;

  -ms-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.mask_iconimagebutton:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(37,77,144,0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(37,77,144,0.2);
  box-shadow: 0px 10px 20px 0px rgba(37,77,144,0.2);

  -ms-transform: translate(0, -5px) !important; /* IE 9 */
  -webkit-transform: translate(0, -5px) !important; /* Safari */
  transform: translate(0, -5px) !important;
}

.mask_iconimagebutton div {
  float: none !important;
  display: block;
}

.mask_iconimagebutton a,
.mask_iconimagebutton a:visited,
.mask_iconimagebutton a:focus,
.mask_iconimagebutton a:active,
.mask_iconimagebutton a:hover {
  margin-bottom: 0 !important;
  pointer-events: none;
  display: block !important;
  min-width: 0 !important;

  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.mask_iconimagebutton .iconimagebutton-image i {
  color: #cb333b;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b38a6+0,c9333c+100 */
  background: rgb(107,56,166); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(107,56,166,1) 0%, rgba(201,51,60,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(107,56,166,1) 0%,rgba(201,51,60,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(107,56,166,1) 0%,rgba(201,51,60,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b38a6', endColorstr='#c9333c',GradientType=0 ); /* IE6-9 */

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-size: 4em;
  min-height: 100px;
  line-height: 100px;
}

.mask_iconimagebutton .iconimagebutton-image .ce-gallery figure {
  margin: 0 auto;
}

.mask_iconimagebutton .iconimagebutton-description {
  min-height: 112px;
  margin: 1em 0;
}

.mask_iconimagebutton .iconimagebutton-description p:first-child {
  margin-top: 0;
}

.mask_iconimagebutton .iconimagebutton-description p:last-child {
  margin-bottom: 0;
}


/* ==========================================================================
   IMAGE DESCRIPTION W/ BUTTON styles: opinionated defaults
   ========================================================================== */

.mask_imagebutton {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,edf1fe+100&1+0,1+73,0.75+100 */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,245,254,1) 73%, rgba(237,241,254,0.75) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,245,254,1) 73%,rgba(237,241,254,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,245,254,1) 73%,rgba(237,241,254,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bfedf1fe',GradientType=0 ); /* IE6-9 */

  text-align: center;
  font-size: 16px;
  line-height: 1.4;

  -webkit-box-shadow: 0px 5px 20px 0px rgba(37,77,144,0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(37,77,144,0.1);
  box-shadow: 0px 5px 20px 0px rgba(37,77,144,0.1);

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  padding: 60px 30px;

  opacity: 0;

  -ms-transform: translate(0, 100px); /* IE 9 */
  -webkit-transform: translate(0, 100px); /* Safari */
  transform: translate(0, 100px);

  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

div[class*="col-md-"]:first-child .mask_imagebutton {
  -ms-transform: translate(0, 25px); /* IE 9 */
  -webkit-transform: translate(0, 25px); /* Safari */
  transform: translate(0, 25px);

  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

div[class*="col-md-"]:nth-child(1) .mask_imagebutton {
  -ms-transform: translate(0, 50px); /* IE 9 */
  -webkit-transform: translate(0, 50px); /* Safari */
  transform: translate(0, 50px);

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

div[class*="col-md-"]:nth-child(2) .mask_imagebutton {
  -ms-transform: translate(0, 75px); /* IE 9 */
  -webkit-transform: translate(0, 75px); /* Safari */
  transform: translate(0, 75px);

  -webkit-transition: all 0.45s ease-in-out 0s;
  transition: all 0.45s ease-in-out 0s;
}

.in-view .mask_imagebutton,
html.touch .mask_imagebutton {
  opacity: 1;

  -ms-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.mask_imagebutton div {
  float: none !important;
  display: block;
}

.mask_imagebutton a,
.mask_imagebutton a:visited,
.mask_imagebutton a:focus,
.mask_imagebutton a:active,
.mask_imagebutton a:hover {
  margin-bottom: 0 !important;

  -ms-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;

  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.mask_imagebutton .imagebutton-image .ce-gallery figure {
  margin: 0 auto;
}

.mask_imagebutton .imagebutton-description {
  min-height: 152px;
  margin: 1em 0;
}

.mask_imagebutton .imagebutton-description p:first-child {
  margin-top: 0;
}

.mask_imagebutton .imagebutton-description p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   TABLE styles: opinionated defaults
   ========================================================================== */

.frame-200 {
  overflow-x:auto;
}

.frame-200 table.contenttable {
  min-width: 991px;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  border-collapse: collapse;
}

.tabs table.contenttable {
  width: 100%;
  margin: 1em 0;
  font-size: 16px;
  line-height: 1.4;
  border-collapse: collapse;
}

table.contenttable td,
table.contenttable th {
  border: 1px solid #848386;
}

.frame-200 table.contenttable tr:last-child td {
  border: 0 none transparent;
}

table.contenttable td,
table.contenttable th {
  padding: 15px;
}

.frame-200 table.contenttable td:first-child {
  width: auto;
}

.frame-200 table.contenttable td:first-child + td {
  color: #cb333b;
  font-weight: 600;
}

.frame-200 table.contenttable td:first-child ~ td {
  width: 195px;
  text-align: center;
}

.frame-200 table.contenttable td.grey:first-child {
  background-color: #f1f1f1;
}

.frame-200 table.contenttable td.grey:first-child ~ td {
  background-color: #f1f1f1;
}

.frame-200 table.contenttable td.subhead:first-child {
  background-color: #d4d5da;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  border-right: 0 none transparent;
}

.frame-200 table.contenttable td.subhead:first-child ~ td {
  background-color: #d4d5da;
  border-left: 0 none transparent;
}

.frame-200 table.contenttable td.subhead:first-child + td,
.frame-200 table.contenttable td.subhead:first-child + td + td {
  border-right: 0 none transparent;
}

.frame-200 table.contenttable th.head:first-child {
  text-transform: uppercase;
  background-color: #d4d5da;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}

.frame-200 table.contenttable th.head:first-child + th {
  background-color: #cb333b;
}

/* ==========================================================================
   NEWS styles: opinionated defaults
   ========================================================================== */

.news-text-wrap img {
  width: 100%;
  height: auto;
}

.news-list-view .news-list-item,
.news-single .article {
  border-right: 1px solid #c4cbde;
  padding-right: 30px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .news-list-view .news-list-item,
  .news-single .article {
    border-right: 0 none transparent;
    padding-right: 0;
    margin-right: 0;
  }
}

.news-list-view .news-list-item.news-layout-1 {
  border-right: 0 none transparent;
  padding-right: 0;
  margin-right: 0;
}

.news-text-wrap table.contenttable {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  border-collapse: collapse;
}

.news-list-view .page-navigation:first-child {
  display: none;
}

.news-list-view .page-navigation ul {
  list-style-type: none;
  padding: 0;
}

.news-list-view .page-navigation li {
  margin-right: 1em;
  display: inline-block;
}

.news-list-view .page-navigation a,
.news-list-view .page-navigation a:visited,
.news-list-view .page-navigation a:active,
.news-list-view .page-navigation a:focus {
  font-size: 18px;
  line-height: 1.4;
  color: #282735;
  font-weight: normal;
}

.news-list-view .page-navigation li.active {
  color: #cb333b;
}

.news .news-extras {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}

.news i {
  display: inline-block;
  width: 25px;
}

.news .news-extras .label-info:after {
  content: ", ";
}

.news .news-extras .label-info:last-child:after {
  content: "";
}

.news .news-author {
  margin-top: 1em;
}

.news .news-date {
  margin: 1em 0;
}

.news .news-author + .news-date {
  margin-top: 0;
}

.news-list-view .lead {
  font-size: 16px;
  line-height: 1.4;
}

.news-list-view .news-list-item h3[itemprop="headline"] a,
.news-list-view .news-list-item h3[itemprop="headline"] a:visited,
.news-list-view .news-list-item h3[itemprop="headline"] a:active,
.news-list-view .news-list-item h3[itemprop="headline"] a:focus {
  font-size: 18px;
  line-height: 1.4;
  color: #282735;
  font-weight: 600;
  text-transform: none;
}

.news-list-view .news-list-item.news-layout-1 h3[itemprop="headline"] a,
.news-list-view .news-list-item.news-layout-1 h3[itemprop="headline"] a:visited,
.news-list-view .news-list-item.news-layout-1 h3[itemprop="headline"] a:active,
.news-list-view .news-list-item.news-layout-1 h3[itemprop="headline"] a:focus {
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
}

.news-list-view .news-list-item .img-responsive {
  padding-top: 6px;
}

ul.tag-menu-view {
  list-style-type: none;
  padding: 0;
}

ul.tag-menu-view a,
ul.tag-menu-view a:visited,
ul.tag-menu-view a:active,
ul.tag-menu-view a:focus {
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  color: #282735;
}

.news-image-header {
  position: relative;
  margin-top: -15px;
}

.news-image-header > *:first-child {
  position: initial;
}

.news-image-header img {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(50% - 30px);
  z-index: 10;
}

@media (max-width: 991px) {
  .news-image-header img {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
  }
}

.news-single h1[itemprop="headline"] {
  text-transform: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4em;
  margin: 0;
}

/* ==========================================================================
   NEWS styles: opinionated defaults
   ========================================================================== */

iframe[src*="maps/embed"] {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(37,76,144,0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(37,76,144,0.2);
  box-shadow: 0px 0px 20px 0px rgba(37,76,144,0.2);
}

/* ==========================================================================
   SOCIAL SHARE styles: opinionated defaults
   ========================================================================== */

.csc-textpic-socialwrap {
  margin: 1em 0;
  max-width: none !important;
}

/* ==========================================================================
   TAB styles: opinionated defaults
   ========================================================================== */

.tabs {
  display: none;
}

.tabs.active {
  display: block;
}

ul.tab-nav {
  border-bottom: 1px solid #254d90;
  padding: 0 0 30px;
  margin: 0;
  list-style-type: none;
  width: 100%;
}

ul.tab-nav li {
  float: left;
  text-align: center;
}

ul.tab-nav[data-grid="1"] li {
  width: 100%;
}

ul.tab-nav[data-grid="2"] li {
  width: 50%;
}

ul.tab-nav[data-grid="3"] li {
  width: 33.33%;
}

ul.tab-nav[data-grid="4"] li {
  width: 25%;
}

ul.tab-nav[data-grid="5"] li {
  width: 20%;
}

@media (max-width: 767px) {
  ul.tab-nav[data-grid="1"] li,
  ul.tab-nav[data-grid="2"] li,
  ul.tab-nav[data-grid="3"] li,
  ul.tab-nav[data-grid="4"] li,
  ul.tab-nav[data-grid="5"] li {
    width: 100%;
  }
}

ul.tab-nav li > a,
ul.tab-nav li >a:visited,
ul.tab-nav li >a:active,
ul.tab-nav li >a:focus {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #254d90;
  text-transform: uppercase;
  display: block;
  position: relative;
}

ul.tab-nav li > a:hover:after,
ul.tab-nav li.active > a:after,
ul.tab-nav li.active > a:visited:after,
ul.tab-nav li.active > a:active:after,
ul.tab-nav li.active > a:focus:after {
  position: absolute;
  font-family: Font Awesome\ 5 Free;
  content: "\f078";
  left: 50%;
  top: 25px;
  color: #254d90;
  margin-left: -0.5em;

  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

@media (max-width: 767px) {
  ul.tab-nav li > a:hover,
  ul.tab-nav li.active > a,
  ul.tab-nav li.active > a:visited,
  ul.tab-nav li.active > a:active,
  ul.tab-nav li.active > a:focus {
    color: #cb333b;
  }

  ul.tab-nav li > a:hover:after,
  ul.tab-nav li > a:after,
  ul.tab-nav li > a:visited:after,
  ul.tab-nav li > a:active:after,
  ul.tab-nav li > a:focus:after {
    display: none !important;
  }

  ul.tab-nav li:last-child > a:after,
  ul.tab-nav li:last-child > a:visited:after,
  ul.tab-nav li:last-child > a:active:after,
  ul.tab-nav li:last-child > a:focus:after,
  ul.tab-nav li:last-child > a:hover:after {
    display: block !important;
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    content: "\f078";
    left: 50%;
    top: 25px;
    color: #254d90;
    margin-left: -0.5em;

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
}

/* ==========================================================================
   FILTER styles: opinionated defaults
   ========================================================================== */

.filter-container {
  margin-left: -15px;
  margin-right: -15px;
}

.filter-container .iconimagefilter {
  margin: 15px;
}

.filter-container .iconimagefilter.hidden {
  display: none;
}

.show-all {
  display: none;
}

.show-all.active {
  display: block;
}

/* ==========================================================================
   MORE INFO styles: opinionated defaults
   ========================================================================== */

.mask_moreinformation ~ .mask_moreinformation {
  margin-top: 1.5em;
}

.mask_moreinformation .outer-morelink i,
.mask_securitylevel i {
  margin-right: 0.5em;

  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

.mask_moreinformation.open .outer-morelink i {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mask_moreinformation .outer-bodytext {
  max-height: 0;
  overflow: hidden;

  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

.mask_moreinformation.open .outer-bodytext {
  max-height: 5000px;
}

/* ==========================================================================
   NANPBAR styles: opinionated defaults
   ========================================================================== */

.nanobar {
  width: 100% !important;
  height: 3px !important;
  z-index: 99999 !important;
  top: 0 !important;
}

.bar {
  width: 0;
  height: 100% !important;
  background: #282735 !important;
  position: relative;
  z-index: 1;

  -webkit-transition: height 0.3s ease-in-out 0s;
  transition: height 0.3s ease-in-out 0s;
}

/* ==========================================================================
   ADDITIONAL styles
   ========================================================================== */

.disclamer {
  font-size:11px;
  line-height:14px;
  color:#777;
}

#widthBanner {
  width:auto;
  position:relative;
  overflow:hidden;
  margin:0 auto;
  text-align:center;
}
#widthBanner .urlBlock {
  display:block;
  position:relative;
  overflow:hidden;
}
#widthBanner p {
  font-weight:400;
  font-size:16px;
  display:inline;
}
#widthBanner .imgBlock {
  margin-left:15px;
}
#widthBanner .closeBlock {
  position:absolute;
  right:10%;
  top:50%;
  margin-top:-12px;
}

@media screen and (max-width: 800px) {
  #widthBanner p {
display:block;
white-space:pre-line;
  }
}