@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'webflow-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  font-family: 'webflow-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-icon-slider-right:before {
  content: "\e600";
}

.w-icon-slider-left:before {
  content: "\e601";
}

.w-icon-nav-menu:before {
  content: "\e602";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-preserve-3d {
  transform-style: preserve-3d;
}

.w-hidden {
  display: none;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

a:focus {
  outline: 0;
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0;
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(#ffffff 0%, #f3f3f3 100%);
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}

.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table;
}

.w-checkbox:after,
.w-radio:after {
  clear: both;
}

.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}

.w-radio-input {
  margin-top: 3px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333333%;
}

.w-col-2 {
  width: 16.66666667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-col-5 {
  width: 41.66666667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.33333333%;
}

.w-col-8 {
  width: 66.66666667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.33333333%;
}

.w-col-11 {
  width: 91.66666667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333333%;
  }

  .w-col-medium-2 {
    width: 16.66666667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.33333333%;
  }

  .w-col-medium-5 {
    width: 41.66666667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.33333333%;
  }

  .w-col-medium-8 {
    width: 66.66666667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.33333333%;
  }

  .w-col-medium-11 {
    width: 91.66666667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333333%;
  }

  .w-col-small-2 {
    width: 16.66666667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.33333333%;
  }

  .w-col-small-5 {
    width: 41.66666667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.33333333%;
  }

  .w-col-small-8 {
    width: 66.66666667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.33333333%;
  }

  .w-col-small-11 {
    width: 91.66666667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333333%;
  }

  .w-col-tiny-2 {
    width: 16.66666667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.33333333%;
  }

  .w-col-tiny-5 {
    width: 41.66666667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.33333333%;
  }

  .w-col-tiny-8 {
    width: 66.66666667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.33333333%;
  }

  .w-col-tiny-11 {
    width: 91.66666667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden;
}

.w-widget-map .gm-style-iw + div {
  display: none;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  margin-left: 7px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-widget-gplus {
  overflow: hidden;
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block;
}

.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block;
  }

  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block;
  }

  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block;
  }

  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}

/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }

  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure[data-rt-type="video"] > div:before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.w-richtext figure {
  position: relative;
  max-width: 60%;
}

.w-richtext figure > div:before,
.w-richtext figure img {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}

.w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  position: relative;
  float: right;
}

.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.w-nav-overlay .w--nav-menu-open {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}

.w-tab-link.w--current {
  background-color: #C8C8C8;
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.w-tab-pane {
  position: relative;
  display: none;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}

.w-condition-invisible {
  display: none !important;
}

/* Import the Open Sans webfont from Google CDN */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTRsxEYwM7FgeyaSgU71cLG0.woff) format("woff");
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/uYKcPVoh6c5R0NpdEY5A-Q.woff) format("woff");
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNShsxEYwM7FgeyaSgU71cLG0.woff) format("woff");
}
.modal-content {
  /**
     * Skip link.
     */
  /**
     * Branding.
     */
  /**
     * Help.
     */
  /**
     * Page title.
     */
  /**
     * Console.
     */
  /**
     * Tabs.
     */
  /**
     * Page layout.
     */
  /**
     * Tables.
     */
  /* Fieldsets */
  /**
     * Form elements.
     */
  /* Filter */
  /* Fix webkit select on OS X see issue #2351221 */
  /* Exceptions */
  /**
     * System.
     */
  /* admin/appearance */
  /* Update options. */
  /* Update status */
  /* Maintenance theming */
  /* Overlay theming */
  /* Shortcut theming */
  /* Dashboard */
  /* Field UI */
  /* Recent content block */
  /* User login block */
  /* Messages */
  /* Disable overlay message */
  /* Configuration menu blocks */
  /* Table hover style */
  /* Tokens */
  /* Link Icons */
  /* Views and Ctools */
  /* Media Module Styling */
  /* Sidebars */
  /* Fix SemanticViews module see #2340681 */
  /* Fix Views preview display issue #2486489 by @geoffreyr */
  /* Fix Views left and right sidebar display issue see #2562275 */
  /* Fix Module Filter form float... see #2444477 */
  /* Improve Commerce Kickstart styling. */
  /**
     * Hide dummy checkbox in Fast Permissions Administration (FPA) see #2653436.
     * by @rcodina.
     */
  /* Style checkbox and radio buttons in Chrome + Safari + Opera */
  /* Buttons */
  /* Gray Button */
  /* Green Button */
  /* Red Button */
  /* Blue Button */
  /* Orange Button */
  /* END Buttons */
  /* Omega Fieldset fix */
}
.modal-content .form-type-textfield {
  background: #fff;
  color: #000;
  font: normal 13px/1.538em Open Sans, "Segoe UI", "Helvetica", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal-content a {
  color: #0074BD;
  text-decoration: none;
}
.modal-content a:hover {
  text-decoration: underline;
}
.modal-content hr {
  margin: 0;
  padding: 0;
  height: 1px;
  border: none;
  background: #cccccc;
}
.modal-content legend {
  font-weight: bold;
}
.modal-content h1, .modal-content h2, .modal-content h3, .modal-content h4, .modal-content h5, .modal-content h6 {
  margin: 0 0 20px;
  font-weight: 300;
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
}
.modal-content h1 {
  font-size: 23px;
}
.modal-content h2 {
  font-size: 20px;
}
.modal-content h3 {
  font-size: 18px;
}
.modal-content h4 {
  font-size: 16px;
}
.modal-content h5, .modal-content h6 {
  font-size: 14px;
}
.modal-content p {
  margin: 0 0 20px;
}
.modal-content dl {
  margin: 0 0 20px;
}
.modal-content dl dd, .modal-content dl dl {
  margin-bottom: 10px;
  margin-left: 5px;
  background: url("../images/small-bullet.png") no-repeat scroll 0 6px transparent;
  color: #444444;
  text-indent: 10px;
  line-height: 18px;
}
.modal-content blockquote {
  margin: 1em 40px;
}
.modal-content address {
  font-style: italic;
}
.modal-content u, .modal-content ins {
  text-decoration: underline;
}
.modal-content s, .modal-content strike, .modal-content del {
  text-decoration: line-through;
}
.modal-content big {
  font-size: larger;
}
.modal-content small {
  font-size: smaller;
}
.modal-content sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: normal;
}
.modal-content sup {
  vertical-align: super;
  font-size: smaller;
  line-height: normal;
}
.modal-content nobr {
  white-space: nowrap;
}
.modal-content abbr, .modal-content acronym {
  border-bottom: dotted 1px;
}
.modal-content ul, .modal-content .block ul, .modal-content .item-list ul {
  margin: 0.25em 0 0.25em 1.5em;
  list-style-type: square;
  list-style-image: none;
  /* LTR */
}
.modal-content .item-list .pager li {
  padding: 0.5em;
}
.modal-content .item-list ul li, .modal-content li.leaf, .modal-content ul.menu li {
  list-style-type: disc;
  list-style-image: none;
}
.modal-content ul.menu li {
  margin: 0;
}
.modal-content ol {
  margin: 0.25em 0 0.25em 2em;
  list-style-type: decimal;
  /* LTR */
}
.modal-content .item-list ul li.collapsed, .modal-content ul.menu li.collapsed {
  list-style-type: disc;
  list-style-image: url(/misc/menu-collapsed.png);
}
.modal-content .item-list ul li.expanded, .modal-content ul.menu li.expanded {
  list-style-type: circle;
  list-style-image: url(/misc/menu-expanded.png);
}
.modal-content quote, .modal-content code {
  margin: 0.5em 0;
}
.modal-content code, .modal-content pre, .modal-content kbd {
  font-size: 1.231em;
}
.modal-content pre {
  margin: 0.5em 0;
  white-space: pre-wrap;
}
.modal-content #skip-link {
  position: absolute;
  left: 50%;
  z-index: 50;
  /* LTR */
  margin-top: 0;
  /* LTR */
  margin-left: -5.25em;
  width: auto;
}
.modal-content #skip-link a, .modal-content #skip-link a:link, .modal-content #skip-link a:visited {
  display: block;
  padding: 1px 10px 2px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  /* LTR */
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  background: #444;
  color: #fff;
  text-decoration: none;
  font-size: 0.94em;
}
.modal-content #skip-link a:hover, .modal-content #skip-link a:focus, .modal-content #skip-link a:active {
  outline: 0;
}
.modal-content #branding {
  position: relative;
  overflow: hidden;
  /* LTR */
  padding: 10px 20px 0 20px;
  background-color: #333;
}
.modal-content #branding div.breadcrumb {
  padding-bottom: 5px;
  color: #888888;
  font-size: 14px;
}
.modal-content #branding div.block {
  position: relative;
  float: right;
  /* LTR */
  padding-left: 10px;
  width: 240px;
  /* LTR */
  background: #333;
}
.modal-content #branding div.block form label {
  display: none;
}
.modal-content #branding div.block form div.form-item {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
  border: 0;
}
.modal-content #branding div.block form input.form-text {
  margin-right: 10px;
  width: 140px;
  /* LTR */
}
.modal-content #branding div.block form input.form-submit {
  width: 80px;
  text-align: center;
}
.modal-content #help {
  margin-top: 1em;
  font-size: 0.923em;
}
.modal-content #help p {
  margin: 0 0 10px;
}
.modal-content #help div.more-help-link {
  text-align: right;
  /* LTR */
}
.modal-content #page-title {
  padding-top: 20px;
  background: #333;
}
.modal-content #branding h1.page-title {
  float: left;
  margin: 0;
  padding: 0 0 12px;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 32px;
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
  line-height: 38px;
}
.modal-content #console {
  margin: 9px 0 10px;
}
.modal-content ul.primary {
  display: table;
  float: left;
  clear: both;
  margin: 0;
  padding-top: 0;
  padding-right: 8px;
  padding-left: 8px;
  width: 100%;
  height: auto;
  border-bottom: 0;
  background: #ebebeb;
  font-size: 0.923em;
}
.modal-content ul.primary li {
  float: left;
  /* LTR */
  margin: 0;
  list-style: none;
}
.modal-content #navigation ul.primary li:first-of-type {
  margin-left: 10px;
}
.modal-content #navigation ul.primary li:first-of-type.active {
  margin-left: 20px;
}
.modal-content ul.primary li a:link, .modal-content ul.primary li a.active, .modal-content ul.primary li a:active, .modal-content ul.primary li a:visited, .modal-content ul.primary li a:hover, .modal-content ul.primary li.active a {
  display: block;
  float: left;
  /* LTR */
  margin: 0;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  color: #797979;
  font-weight: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
}
.modal-content ul.primary li.active a, .modal-content ul.primary li.active a.active, .modal-content ul.primary li.active a:active, .modal-content ul.primary li.active a:visited {
  position: relative;
  margin-top: -3px;
  border: none;
  border-top: 3px solid #0074BD;
  background-color: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  color: #333;
}
.modal-content ul.primary li.active a.active:after {
  position: absolute;
  bottom: -5px;
  left: 0px;
  display: block;
  width: 100%;
  height: 5px;
  background: white;
  content: "";
}
.modal-content ul.primary li a:hover {
  color: #0074BD;
}
.modal-content ul.primary li.active a:hover {
  color: #333;
}
.modal-content .tabs-secondary {
  clear: both;
}
.modal-content ul.secondary {
  overflow: hidden;
  padding: 0;
  width: 100%;
  background-color: #fff;
  font-size: 1em;
  line-height: 1.385em;
}
.modal-content ul.secondary li {
  float: left;
  /* LTR */
}
.modal-content ul.secondary li a {
  display: inline-block;
  border-bottom: 1px solid #EBEBEB;
  color: #777;
  transition: all, 0.3s;
}
.modal-content ul.secondary li a, .modal-content ul.secondary li a:hover, .modal-content ul.secondary li.active a, .modal-content ul.secondary li.active a.active {
  padding: 2px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-content ul.secondary li a:hover, .modal-content ul.secondary li.active a, .modal-content ul.secondary li.active a.active {
  border-color: #0074BD;
  background: transparent;
  box-shadow: none;
  color: #0074BD;
}
.modal-content ul.secondary li a:hover {
  box-shadow: none;
}
.modal-content ul.secondary li a, .modal-content ul.secondary li a:hover, .modal-content ul.secondary li.active a, .modal-content ul.secondary li.active a.active {
  padding: 10px 10px;
  border-radius: 0;
}
.modal-content ul.secondary li.active a, .modal-content ul.secondary li.active a.active {
  border-bottom: 1px solid #000;
  background-color: transparent;
  box-shadow: none;
  color: #000;
}
.modal-content div.vertical-tabs ul li.vertical-tab-button a {
  border-right: 1px solid #CCCCCC;
  background: #F9F9F9;
}
.modal-content div.vertical-tabs ul li.vertical-tab-button a:hover, .modal-content div.vertical-tabs ul li.vertical-tab-button a:focus {
  outline: 0 none;
  background: #efefef;
  text-decoration: none;
}
.modal-content div.vertical-tabs ul li.vertical-tab-button .selected a {
  border-right: none;
  background: #fff;
}
.modal-content div.vertical-tabs ul li.selected a, .modal-content div.vertical-tabs ul li.selected a:hover, .modal-content div.vertical-tabs ul li.selected a:focus, .modal-content div.vertical-tabs ul li.selected a:active {
  margin-left: -1px;
  border-right: 0 none;
  border-left: 5px solid #0074BD;
  background: none repeat scroll 0 0 #FFFFFF;
}
.modal-content div.vertical-tabs ul li.selected a:focus strong {
  text-decoration: none;
}
.modal-content #content {
  clear: left;
}
.modal-content #page {
  position: relative;
  padding: 20px 40px;
  background: #fff;
  color: #333;
}
.modal-content #secondary-links ul.links li {
  padding: 0 10px 10px 0;
  /* LTR */
}
.modal-content #secondary-links ul.links li a {
  overflow: hidden;
  padding: 5px;
  width: 80px;
  height: 55px;
  background: #777;
  color: #fff;
  text-align: center;
  font-size: 0.923em;
}
.modal-content #secondary-links ul.links li a:hover {
  background: #999;
}
.modal-content ul.links li, .modal-content ul.inline li {
  padding-right: 1em;
  /* LTR */
}
.modal-content ul.inline li {
  display: inline;
}
.modal-content #secondary-links ul.links li.active-trail a, .modal-content #secondary-links ul.links li a.active {
  background: #333;
}
.modal-content ul.admin-list li {
  position: relative;
  margin-bottom: 10px;
  /* LTR */
  margin-left: 0;
  padding-top: 9px;
  /* LTR */
  padding-left: 30px;
  background: url(../images/list-item.png) no-repeat 0 11px;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}
.modal-content .admin-panel .item-list ul, .modal-content ul.admin-list {
  margin: 0;
  padding: 0;
}
.modal-content .admin-panel .item-list ul, .modal-content ul.admin-list .compact {
  margin: 8px 0;
}
.modal-content .admin-panel .item-list li, .modal-content ul.admin-list .compact li {
  margin: 0 0 0.75em;
  padding: 0;
  border: none;
  background: none;
  line-height: 1;
}
.modal-content ul.admin-list li:last-child {
  border-bottom: none;
}
.modal-content ul.admin-list li a {
  margin-left: -30px;
  /* LTR */
  padding: 0 0 4px 30px;
  /* LTR */
  min-height: 0;
}
.modal-content ul.admin-list .compact li a {
  margin-left: 0;
  /* LTR */
  padding: 0;
}
.modal-content ul.admin-list li div.description a {
  margin-left: 0;
  /* LTR */
  padding: 0;
  min-height: inherit;
}
.modal-content div.submitted {
  color: #898989;
}
.modal-content .progress {
  font-weight: normal;
}
.modal-content table {
  margin: 0 0 10px;
  width: 100%;
}
.modal-content table td, .modal-content table th {
  padding: 8px 10px;
  border: 0;
  color: #000;
  vertical-align: middle;
}
.modal-content tr.even, .modal-content tr.odd {
  border-style: solid;
  border-color: #ddd;
  background: #f3f4ee;
  transition: all, 0.15s;
}
.modal-content tr.odd {
  background: #fff;
}
.modal-content tr.drag {
  background: #fe7;
}
.modal-content tr.drag-previous {
  background: #ffb;
}
.modal-content table th {
  padding: 10px;
  background: none repeat scroll 0 0 #E1E2DC;
  font-weight: 300;
  font-size: 18px;
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
}
.modal-content table th.active {
  background: #0074BD;
  color: #fff;
}
.modal-content table th a {
  display: block;
}
.modal-content table th.active a {
  padding: 0 25px 0 0;
  /* LTR */
  color: #fff;
}
.modal-content table th.active img {
  position: relative;
  top: 3px;
  right: -20px;
  float: right;
  /* LTR */
}
.modal-content table td.active {
  background: transparent;
}
.modal-content table tr.odd td.active {
  background: transparent;
}
.modal-content table tr.selected td.active, .modal-content table tr.selected td {
  border-color: #eeb;
  background: #ffc;
}
.modal-content table.system-status-report tr {
  border-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ccc;
}
.modal-content table.system-status-report tr.ok {
  background-color: #e5ffe2;
  color: #255b1e;
}
.modal-content table.system-status-report tr.info {
  background-color: #bdf;
  color: #040f37;
}
.modal-content table.system-status-report tr.warning {
  background-color: #fffbe2;
  color: #840;
}
.modal-content .adminimal-theme table tr.error {
  background-color: #FFDDDD;
  color: #C70000;
}
.modal-content .adminimal-theme table tr.error td {
  color: #C70000;
}
.modal-content fieldset {
  margin: 0 0 20px;
  padding: 12px;
  border: solid 1px #ddd;
  border-top: none;
  box-shadow: 0px -3px 0 #0074BD;
}
.modal-content fieldset legend {
  margin: 0;
  margin-left: -3px;
  padding: 0 6px;
  background: white;
  font-weight: 300;
  font-size: 20px;
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
}
.modal-content .form-item {
  margin-bottom: 1em;
  padding: 0 1em 0 0;
}
.modal-content .filter-wrapper .form-item, .modal-content div.teaser-checkbox .form-item, .modal-content .form-item .form-item {
  margin: 0;
  padding: 5px 0;
  border: 0;
}
.modal-content .form-type-checkbox {
  padding: 0;
}
.modal-content .text-format-wrapper .form-item {
  padding-bottom: 0;
}
.modal-content .form-item label {
  margin: 0;
  margin: 0px 0px 4px;
  width: initial;
  font-weight: 300;
  font-size: 20px;
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
  line-height: 1.4;
}
.modal-content .exposed-filters .form-item label {
  margin: 0;
  margin: 0px 0px 4px;
  width: initial;
  font-weight: 600;
  font-size: 16px;
  font-family: sans-serif;
  line-height: 1.4;
}
.modal-content .exposed-filters .form-item label {
  line-height: 40px;
}
.modal-content .form-item label.option {
  text-transform: none;
  font-size: 16px;
}
.modal-content .form-item label.option input {
  vertical-align: middle;
}
.modal-content .form-disabled input.form-autocomplete, .modal-content .form-disabled input.form-text, .modal-content .form-disabled input.form-file, .modal-content .form-disabled textarea.form-textarea, .modal-content .form-disabled select.form-select {
  background-color: #eee;
  color: #777;
}
.modal-content .form-managed-file .form-file, .modal-content .form-managed-file .form-submit {
  margin-right: 1em;
}
.modal-content input.empty {
  color: #ccc !important;
}
.modal-content .filter-wrapper {
  padding: 10px 2px;
  border-top: 0;
  box-shadow: none;
}
.modal-content .filter-wrapper .fieldset-wrapper {
  padding: 0 6px;
}
.modal-content .filter-wrapper .form-item, .modal-content .filter-wrapper .filter-guidelines, .modal-content .filter-wrapper .filter-help {
  padding: 2px 0 0 0;
  font-size: 0.923em;
  /* LTR */
}
.modal-content .exposed-filters .filters {
  display: inline-block;
  width: inherit;
}
.modal-content .exposed-filters .form-item {
  display: inline-block;
  margin-right: 1em;
}
.modal-content ul.tips, .modal-content div.description, .modal-content .form-item div.description {
  margin: 5px 0;
  color: #666;
  font-size: 0.923em;
  line-height: 1.231em;
}
.modal-content ul.tips li {
  margin: 0.25em 0 0.25em 1.5em;
  /* LTR */
}
.modal-content div.form-type-radio div.description, .modal-content div.form-type-checkbox div.description {
  margin-top: 0;
  /* LTR */
  margin-left: 25px;
  color: #949494;
}
.modal-content a.button:link, .modal-content a.button:visited, .modal-content a.button:hover, .modal-content a.button:active {
  color: #5a5a5a;
  text-decoration: none;
}
.modal-content input.form-button-disabled, .modal-content input.form-button-disabled:active {
  border-color: #eee;
  background: #eee none;
  color: #999;
  text-shadow: none;
}
.modal-content input.form-autocomplete, .modal-content input.form-text, .modal-content input.form-file, .modal-content textarea.form-textarea, .modal-content select.form-select {
  box-sizing: inherit;
  padding: 5px 7px;
  outline: 2px solid transparent;
  outline-offset: 0px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  vertical-align: baseline;
  transition: all, 0.1s;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .modal-content input.form-autocomplete, .modal-content input.form-text, .modal-content input.form-file, .modal-content textarea.form-textarea, .modal-content select.form-select {
    -webkit-appearance: none;
    -webkit-padding-start: 8px;
    -webkit-padding-end: 16px;
    -webkit-padding-before: 5px;
    -webkit-padding-after: 5px;
    border-radius: 0;
    min-height: 16px;
  }
  .modal-content input.form-autocomplete, .modal-content select.form-select {
    background: url("images/select-arrow.svg") no-repeat right 50% #fff;
  }
}
.modal-content input#edit-module-filter-name {
  width: 100%;
  border: none;
  border-bottom: 3px solid #DDDDDD;
  background: transparent;
  color: #333333;
  text-align: center;
  font-weight: 100;
  font-size: 32px;
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
  line-height: 38px;
}
.modal-content .page-admin-modules input#edit-module-filter-name {
  margin-left: -9px;
  padding: 5px 9px;
}
.modal-content input#edit-module-filter-name:active, .modal-content input#edit-module-filter-name:focus {
  border-bottom: 3px solid #2196d6;
}
.modal-content label[for=edit-module-filter-name], .modal-content label[for=edit-module-filter-name] {
  display: none !important;
}
.modal-content .module-filter-clear {
  position: relative;
  top: 12px;
  top: -47px;
  right: 30px;
  display: block;
  float: right;
}
.modal-content .page-admin-modules .module-filter-clear {
  top: -47px;
}
.modal-content .module-filter-clear a {
  display: block;
  margin-left: 0;
  width: 29px;
  height: 29px;
  background: url(../images/x.svg) scroll no-repeat 0 0;
  font-size: 0;
}
.modal-content .module-filter-clear a:hover {
  background: url(../images/x-hover.svg) scroll no-repeat 0 0;
}
.modal-content .js .toggle-enable {
  border-radius: 0 !important;
  background: #555555;
  background: -moz-linear-gradient(left, #555555 50%, #008000 50%, #008000 100%);
  /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #555555), color-stop(50%, #008000), color-stop(100%, #008000));
  /* FF3.6+ */
  background: -webkit-linear-gradient(left, #555555 50%, #008000 50%, #008000 100%);
  /* Chrome,Safari4+ */
  background: -o-linear-gradient(left, #555555 50%, #008000 50%, #008000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(left, #555555 50%, #008000 50%, #008000 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, #555555 50%, #008000 50%, #008000 100%);
  /* IE10+ */
  box-shadow: none !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#008000', GradientType=1);
  /* IE6-9 */
}
.modal-content .js .toggle-enable.enabled {
  background: #008000;
  /* Old browsers */
  background: -moz-linear-gradient(left, #555555 50%, #008000 50%, #008000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #555555), color-stop(50%, #008000), color-stop(100%, #008000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #555555 50%, #008000 50%, #008000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #555555 50%, #008000 50%, #008000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #555555 50%, #008000 50%, #008000 100%);
  /* IE10+ */
  background: linear-gradient(to right, #555555 50%, #008000 50%, #008000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#008000', GradientType=1);
  /* IE6-9 */
}
.modal-content .js .toggle-enable.enabled.disabled {
  background: #ef6114;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0074bd 50%, #ef6114 50%, #ef6114 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0074bd), color-stop(50%, #ef6114), color-stop(100%, #ef6114));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #0074bd 50%, #ef6114 50%, #ef6114 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #0074bd 50%, #ef6114 50%, #ef6114 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #0074bd 50%, #ef6114 50%, #ef6114 100%);
  /* IE10+ */
  background: linear-gradient(to right, #0074bd 50%, #ef6114 50%, #ef6114 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0074bd', endColorstr='#ef6114', GradientType=1);
  /* IE6-9 */
}
.modal-content .js .toggle-enable.enabled.disabled div:after {
  width: 25px;
  height: 25px;
  background: url("images/module-filter-sprite.svg") no-repeat scroll 1px -50px transparent;
  content: "";
}
.modal-content .js .toggle-enable.disabled div {
  background: #DDDDDD;
}
.modal-content .js .toggle-enable div {
  border-radius: 0 !important;
  background: #fff;
}
.modal-content .js .toggle-enable div:before {
  width: 25px;
  height: 25px;
  background: url("images/module-filter-sprite.svg") no-repeat scroll 0px -100px transparent;
  content: "";
}
.modal-content .js .toggle-enable div:after {
  width: 25px;
  height: 25px;
  background: url("images/module-filter-sprite.svg") no-repeat scroll 1px 0px transparent;
  content: "";
}
.modal-content .js .toggle-enable div:after, .modal-content .js .toggle-enable div:before {
  font-size: 13px;
}
.modal-content input.form-text:focus, .modal-content input.form-file:focus, .modal-content textarea.form-textarea:focus, .modal-content select.form-select:focus {
  outline: 2px solid #C1E0FF;
  outline-offset: 0px;
  border-color: #68A3CF;
  color: #000;
}
.modal-content .js input.form-autocomplete {
  background-position: 100% 7px;
}
.modal-content .js input.throbbing {
  background-position: 100% -13px;
}
.modal-content ul.action-links {
  display: inline-block;
  margin: 20px 0 10px;
  list-style-type: none;
  list-style-type: none;
}
.modal-content ul.action-links li {
  float: left;
  /* LTR */
  margin: 0 1em 0 0;
  /* LTR */
}
.modal-content ul.action-links a {
  padding-left: 15px;
  /* LTR */
  background: transparent url(../images/add.png) no-repeat 0 center;
  font-weight: 300;
  font-size: 23px;
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
  line-height: 30px;
}
.modal-content #diff-inline-form select, .modal-content div.filter-options select {
  padding: 0;
}
.modal-content div.admin .right, .modal-content div.admin .left {
  margin: 0;
  width: 49%;
}
.modal-content div.admin-panel, .modal-content div.admin-panel .body {
  clear: left;
  padding: 0;
}
.modal-content div.admin-panel {
  margin: 0 0 20px;
  padding: 9px;
  border: 1px solid #ccc;
  background: #f8f8f8;
}
.modal-content div.admin-panel h3 {
  margin: 0;
  padding-bottom: 9px;
  text-transform: none;
  font: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 23px;
}
.modal-content #system-themes-page h2 {
  text-transform: uppercase;
  font-weight: normal;
}
.modal-content .theme-selector {
  padding-bottom: 40px;
}
.modal-content .theme-selector .theme-description {
  overflow: hidden;
}
.modal-content .theme-selector h3 {
  margin-bottom: 8px;
  font-weight: bold;
}
.modal-content .theme-default h3 {
  font-weight: bold;
}
.modal-content .system-themes-list-enabled .theme-selector h3 {
  margin-top: 0;
}
.modal-content div.admin-options {
  margin: 0 0 10px;
  padding: 9px;
  height: 30px;
  border: 1px solid #ccc;
  background: #f8f8f8;
  line-height: 30px;
}
.modal-content div.admin-options label {
  text-transform: uppercase;
  font: 0.846em/1.875em Lucida Grande, Lucida Sans Unicode, sans-serif;
}
.modal-content div.admin-options label, .modal-content div.admin-options div.form-item {
  float: left;
  /* LTR */
  margin-right: 10px;
  /* LTR */
}
.modal-content div.admin-options div.form-item {
  padding: 0;
  border: 0;
}
.modal-content .versions table.version {
  border: none;
}
.modal-content body.in-maintenance #sidebar-first {
  float: left;
  /* LTR */
  width: 200px;
}
.modal-content body.in-maintenance #content {
  float: right;
  /* LTR */
  clear: none;
  padding-right: 20px;
  /* LTR */
  width: 550px;
}
.modal-content body.in-maintenance #page {
  overflow: auto;
  margin: 0 auto;
  padding-top: 2em;
  width: 770px;
}
.modal-content body.in-maintenance #branding h1 {
  float: none;
  margin: 0 auto;
  width: 770px;
}
.modal-content body.in-maintenance .form-radios .form-type-radio {
  padding: 2px 0;
}
.modal-content body.in-maintenance div.form-item:after {
  display: none;
  clear: none;
  content: "";
}
.modal-content body.in-maintenance .form-submit {
  display: block;
}
.modal-content body.in-maintenance #logo {
  margin-bottom: 1.5em;
  max-width: 180px;
}
.modal-content ol.task-list {
  margin-left: 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}
.modal-content ol.task-list li {
  padding: 0.5em 1em 0.5em 20px;
  /* LTR */
  color: #adadad;
}
.modal-content ol.task-list li.active {
  padding: 0.5em 1em 0.5em 20px;
  /* LTR */
  background: transparent url(images/task-item.png) no-repeat 3px 50%;
  /* LTR */
  color: #000;
}
.modal-content ol.task-list li.done {
  background: transparent url(images/task-check.png) no-repeat 0 50%;
  color: green;
}
.modal-content div.breadcrumb a {
  color: #999;
}
.modal-content div.breadcrumb a:hover {
  color: #fff;
  text-decoration: none;
}
.modal-content .overlay #branding {
  padding-top: 15px;
  background-color: #fff;
}
.modal-content .overlay #branding h1.page-title, .modal-content .overlay #left, .modal-content .overlay #footer {
  display: none;
}
.modal-content .overlay #page {
  margin: 0;
  padding: 20px 20px;
}
.modal-content .overlay #branding div.breadcrumb {
  position: relative;
  /* LTR */
  z-index: 10;
  float: left;
}
.modal-content #overlay-tabs {
  bottom: -1px;
  margin: 0;
  font-size: 1.54em;
  line-height: 1.54em;
}
.modal-content #overlay-tabs li {
  margin: 0 -3px;
}
.modal-content .overlay ul.secondary {
  float: left;
  overflow: visible;
  /* LTR */
  margin: -1.4em 0 0.3em 0;
  width: 100%;
  background: transparent none;
  text-align: right;
}
.modal-content .overlay #content {
  padding: 0;
}
.modal-content #overlay-titlebar {
  padding: 0;
  white-space: normal;
}
.modal-content h1#overlay-title {
  margin: 0;
  padding: 0 0 5px;
  font: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 44px;
}
.modal-content #overlay-titlebar .add-or-remove-shortcuts {
  padding-top: 1.5em;
}
.modal-content #overlay-close, .modal-content #overlay-close:hover {
  background-color: #fff;
}
.modal-content .overlay div.breadcrumb a:hover {
  color: #0074bd;
}
.modal-content #overlay-container, .modal-content .overlay-modal-background, .modal-content .overlay-element, .modal-content #overlay {
  padding-top: 29px;
}
.modal-content #overlay-tabs li a, .modal-content #overlay-tabs li a:active, .modal-content #overlay-tabs li a:visited, .modal-content #overlay-tabs li a:hover {
  display: inline-block;
  margin: 0 0 2px;
  padding: 4px 15px;
  outline: 0 none;
  border-radius: 0 0 0 0;
  background-color: #ddd;
  color: #000000;
  text-decoration: none;
  text-transform: none;
  font-weight: 300;
  font-size: 18px;
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
}
.modal-content #overlay-tabs li a:hover {
  background: none repeat scroll 0 0 #0074BD;
  color: #FFFFFF;
}
.modal-content #overlay-tabs li.active a, .modal-content #overlay-tabs li.active a.active, .modal-content #overlay-tabs li.active a:active, .modal-content #overlay-tabs li.active a:visited, .modal-content #overlay-tabs li.active a:hover {
  margin: 0;
  padding-bottom: 4px;
  background-color: #FFFFFF;
}
.modal-content #overlay-tabs {
  right: 0px;
  bottom: -2px;
  margin: 0;
  white-space: nowrap;
  font-size: 1.54em;
  line-height: 1.54em;
}
.modal-content div.add-or-remove-shortcuts {
  float: left;
  padding-top: 17px;
  padding-left: 6px;
}
.modal-content #dashboard.dashboard-region div.block h2 {
  background: #E0E0D8;
}
.modal-content #dashboard div.block h2 {
  margin: 0;
  padding: 10px 0;
  font-size: 23px;
}
.modal-content #dashboard div.block div.content {
  padding: 10px 5px 5px 5px;
  /* LTR */
}
.modal-content #dashboard div.block div.content ul.menu {
  margin-left: 20px;
  /* LTR */
}
.modal-content #dashboard.dashboard-region .block {
  border: #ccc 1px solid;
}
.modal-content #field-display-overview input.field-formatter-settings-edit {
  margin: 0;
  padding: 1px 8px;
  background-color: transparent;
}
.modal-content #field-display-overview input.field-formatter-settings-edit:focus,
.modal-content #field-display-overview input.field-formatter-settings-edit:active {
  box-shadow: none;
}
.modal-content #field-display-overview tr.field-formatter-settings-changed {
  background: #FFFFBB;
}
.modal-content #field-display-overview tr.drag {
  background: #FFEE77;
}
.modal-content #field-display-overview tr.field-formatter-settings-editing {
  background: #EDF4FF;
}
.modal-content #field-display-overview.field-formatter-settings-edit-form .form-item {
  margin: 10px 0;
}
.modal-content #field-display-overview.field-formatter-settings-edit-form .form-submit {
  margin-bottom: 0;
}
.modal-content form.field-multiple-table th.field-label {
  background: transparent;
}
.modal-content form .field-multiple-table th.field-label {
  padding-left: 18px;
}
.modal-content form.field-multiple-table tr.even {
  background: transparent;
}
.modal-content #dashboard div#block-node-recent div.content {
  padding: 0;
}
.modal-content #block-node-recent table, .modal-content #block-node-recent tr {
  border: none;
}
.modal-content #block-node-recent.more-link {
  padding: 0 5px 5px 0;
  /* LTR */
}
.modal-content #user-login-form.openid-links {
  margin-left: 0;
  /* LTR */
}
.modal-content #user-login-form.openid-links .user-link {
  margin-left: 1.5em;
  /* LTR */
}
.modal-content div.warning {
  padding: 10px 10px 10px 45px;
  border: none;
  background-position: 12px 8px;
}
.modal-content #overlay-disable-message {
  background-color: #addafc;
}
.modal-content #overlay-disable-message a, .modal-content #overlay-disable-message a:visited {
  color: #000;
}
.modal-content #overlay-disable-message a:focus, .modal-content #overlay-disable-message a:active {
  outline: none;
  text-decoration: underline;
}
.modal-content .overlay-disable-message-focused a {
  padding: 0.4em 0.6em;
}
.modal-content .overlay-disable-message-focused #overlay-dismiss-message {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #59a0d8;
  color: #fff;
}
.modal-content #ctools-export-ui-list-form.form-submit {
  float: left;
  margin-top: 36px;
}
.modal-content a.imce-filefield-opener {
  margin: 5px 0;
}
.modal-content div.autocomplete-deluxe-multiple {
  padding: 0;
  min-width: 500px;
  width: auto;
  background: none repeat scroll 0 0 #FFFFFF;
}
.modal-content .autocomplete-deluxe-item {
  margin: 0;
  padding: 7px 20px 7px 10px;
  height: 12px;
  border: 0 none;
  border-radius: 0 0 0 0;
  background: none repeat scroll 0 0 #555555;
  box-shadow: none;
  color: #FFFFFF;
}
.modal-content .autocomplete-deluxe-item-delete {
  position: absolute;
  top: 7px;
  right: 2px;
  display: block;
  width: 12px;
  height: 13px;
  background: url("../images/ui-icons-ffffff-256x240.png") no-repeat scroll -100px -130px transparent;
  font-size: 1px;
}
.modal-content ul.ui-autocomplete {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin-left: -2px;
  padding: 0;
  max-width: 300px;
  max-height: 300px;
  border: 1px solid #DDD;
}
.modal-content div.autocomplete-deluxe-container input.autocomplete-deluxe-form-single {
  background: #fff;
}
.modal-content .ui-autocomplete .ui-menu-item a {
  display: block;
  padding: 5px 10px;
  color: #777;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5;
}
.modal-content ul.ui-autocomplete li.ui-menu-item .ui-state-focus {
  background: inherit;
  color: inherit;
}
.modal-content .ui-menu .ui-menu-item a.ui-state-focus {
  margin: 0;
  font-size: 12px;
}
.modal-content .autocomplete-deluxe-highlight-char {
  color: #000;
  text-decoration: underline;
  font-weight: normal;
  font-size: 12px;
}
.modal-content .ui-autocomplete .ui-menu-item a.ui-state-focus:hover,
.modal-content .ui-autocomplete .ui-menu-item a.ui-state-hover {
  margin: 0;
  background-color: #0074BD;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.modal-content a.ui-state-focus:hover .autocomplete-deluxe-highlight-char,
.modal-content .ui-autocomplete .ui-menu-item a.ui-state-hover .autocomplete-deluxe-highlight-char {
  color: #caf631;
  font-size: 12px;
}
.modal-content .ctools-dropbutton-processed {
  border-radius: 0;
  background: #FFFFFF;
}
.modal-content body #page-manager-list-pages-form.form-item {
  margin-bottom: 20px;
}
.modal-content body div.warning {
  border-top: 1px solid #ff9421;
  border-right: none;
  border-bottom: 1px solid #ff9421;
  border-left: none;
  background-color: transparent;
  background-image: url("images/warning.svg");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  color: #555;
}
.modal-content body div.warning a {
  color: #0074BD;
}
.modal-content body div.error {
  border-top: 1px solid #e55454;
  border-right: none;
  border-bottom: 1px solid #e55454;
  border-left: none;
  background-color: transparent;
  background-image: url("images/error.svg");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  color: #555;
}
.modal-content body div.error a {
  color: #0074BD;
}
.modal-content body div.status {
  border-top: 1px solid #61a643;
  border-right: none;
  border-bottom: 1px solid #61a643;
  border-left: none;
  background-color: transparent;
  background-image: url("images/status.svg");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  color: #555;
}
.modal-content body div.status a {
  color: #0074BD;
}
.modal-content #edit-pages-apply, .modal-content #edit-pages-reset {
  float: left;
  margin-top: 40px;
}
.modal-content .views-ui-display-tab-bucket h3 {
  margin: 10px;
  padding: 6px 6px 10px;
  border-left: 5px solid #DDD;
  font-size: 20px;
  transition: all, 0.3s;
}
.modal-content .views-ui-display-tab-bucket:hover h3 {
  border-color: #0074BD;
}
.modal-content div.fieldset-description {
  padding-bottom: 0.5em;
}
.modal-content div.admin-panel {
  margin: 0 0 20px;
  padding: 10px;
  border: none;
  background: none repeat scroll 0 0 #F8F8F8;
}
.modal-content .adminimal-theme tr.even:hover, .modal-content .adminimal-theme tr.odd:hover {
  background: #FFFFBF;
}
.modal-content .adminimal-theme .token-tree {
  margin-left: 0;
}
.modal-content .adminimal-theme table.token-tree span.expander {
  margin-left: -5px;
}
.modal-content ul.links.inline li.edit {
  text-transform: capitalize;
}
.modal-content ul.links.inline li.delete {
  text-transform: capitalize;
}
.modal-content .views-display-column > .ctools-collapsible-handle {
  margin: 0;
  padding: 6px 5px 6px 5px;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #F3F3F3;
  font-weight: 300;
  font-size: 17px;
}
.modal-content .views-display-column > .ctools-toggle {
  margin-top: 14px;
  margin-right: 6px;
  margin-left: 10px;
}
.modal-content .views-display-column > .ctools-toggle.ctools-toggle-collapsed {
  margin-top: 11px;
  margin-right: 6px;
  margin-left: 12px;
}
.modal-content .views-ui-display-tab-bucket .ctools-button-processed {
  border-radius: 0;
}
.modal-content .views-admin .icon {
  margin-left: -6px;
  width: 16px;
  height: 16px;
}
.modal-content #simplenews-admin-filter .spacer {
  float: left;
  margin-top: 10px;
  margin-left: 0;
}
.modal-content .token-tree th {
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal-content .overlay ul.secondary {
  float: left;
  overflow: visible;
  margin: 0;
  background: none repeat scroll 0 0 transparent;
}
.modal-content .views-ui-display-tab-bucket .ctools-button-processed {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 4px;
}
.modal-content .ctools-dropbutton-processed {
  border-radius: 4px;
}
.modal-content #views-ui-preview-form .arguments-preview, .modal-content #views-ui-preview-form .form-type-textfield {
  margin-top: 0px;
  margin-left: 14px;
}
.modal-content #preview-submit-wrapper {
  margin-top: 8px;
}
.modal-content #views-ui-preview-form .form-type-checkbox {
  margin-top: 8px;
  margin-left: 2px;
}
.modal-content #page-manager-list-pages td.page-manager-page-operations .ctools-dropbutton {
  right: auto;
}
.modal-content .views-exposed-widget {
  float: left;
  padding-right: 20px;
}
.modal-content .views-exposed-widget .views-submit-button {
  clear: both;
}
.modal-content .views-exposed-form label {
  margin-bottom: 0;
  padding: 0.25em 0;
  font-weight: 600;
  font-size: 16px;
  font-family: Sans-serif;
  line-height: inherit;
}
.modal-content .views-exposed-form .views-exposed-widget .form-submit {
  /* Add top margin of 34px. */
  margin-top: 2.429em;
}
.modal-content .overlay ul.secondary {
  float: left;
  overflow: visible;
  margin: 0;
  background: none repeat scroll 0 0 transparent;
}
.modal-content .views-ui-display-tab-bucket .ctools-button-processed {
  position: relative;
  top: 1px;
  right: 5px;
  float: right;
}
.modal-content .views-display-column .views-ui-display-tab-bucket .ctools-button-processed {
  top: 14px;
}
.modal-content .ctools-dropbutton-processed {
  border-radius: 4px;
}
.modal-content #views-ui-preview-form.arguments-preview, .modal-content #views-ui-preview-form.form-type-textfield {
  margin-top: 0px;
  margin-left: 14px;
}
.modal-content #preview-submit-wrapper {
  margin-top: 8px;
}
.modal-content #views-ui-preview-form.form-type-checkbox {
  margin-top: 8px;
  margin-left: 2px;
}
.modal-content #page-manager-list-pages td.page-manager-page-operations .ctools-dropbutton {
  right: auto;
}
.modal-content .views-exposed-widget {
  float: left;
  padding-right: 20px;
}
.modal-content .views-exposed-widget .views-submit-button {
  clear: both;
}
.modal-content #views-ui-config-item-form .dependent-options {
  margin-left: 18px;
  /* Restore views default from being overridden by .form-item */
}
.modal-content .views-exposed-form label {
  padding-bottom: 10px;
}
.modal-content .ui-widget table th {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.modal-content #ui-datepicker-div {
  margin: 0;
  padding: 0;
  border: 5px solid #333;
  background: white;
}
.modal-content .ui-widget table thead th {
  background: #555;
  color: white;
}
.modal-content body.page-admin-appearance fieldset legend {
  margin: 0 !important;
  margin-left: -3px !important;
  padding: 0 6px !important;
  background: white !important;
  font-weight: 300 !important;
  font-size: 22px !important;
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif !important;
}
.modal-content body.page-admin-appearance fieldset fieldset {
  background-color: white !important;
}
.modal-content .views-attachment .options-set label {
  font-weight: 300;
}
.modal-content #views-ui-preview-form .form-type-textfield label {
  font-weight: 300;
}
.modal-content .views-ui-dialog .ui-dialog-titlebar-close {
  top: 5px;
  right: 5px;
  border: medium none;
  border-radius: 0 0 0 0;
  box-shadow: none;
}
.modal-content .views-ui-dialog #views-ajax-title {
  text-align: center;
  font-weight: normal;
}
.modal-content .views-ui-dialog .scroll {
  padding: 10px 20px;
}
.modal-content .views-ui-dialog .form-buttons {
  padding: 15px;
  background-color: #F3F4EE;
}
.modal-content .ui-widget-header {
  border: none;
}
.modal-content .views-ui-dialog {
  padding-bottom: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.modal-content .views-ui-dialog #views-ajax-popup {
  padding-bottom: 10px;
}
.modal-content .views-filterable-options .form-type-checkbox input.form-checkbox {
  position: relative;
  top: 1px;
}
.modal-content .views-filterable-options .form-type-checkbox {
  padding: 10px;
}
.modal-content .views-filterable-options .form-type-checkbox:hover {
  background: #ffffbf;
}
.modal-content input.form-checkbox, .modal-content input.form-radio {
  vertical-align: baseline;
}
.modal-content table.sticky-header {
  z-index: 999;
}
.modal-content .ctools-content ul.actions {
  margin: 0;
  padding: 0;
}
.modal-content .ctools-button-processed {
  border-color: #CCCCCC;
  background: none repeat scroll 0 0 #FFFFFF;
}
.modal-content .ctools-button-processed:hover {
  border-color: #0074BD;
}
.modal-content .ctools-no-js .ctools-content ul, .modal-content .ctools-button-processed .ctools-content ul {
  margin: 0.25em;
}
.modal-content div.form-item-view-args input#preview-args {
  margin-top: 0.6em;
}
.modal-content .ctools-dropbutton ul.right.actions li input {
  color: #0074BD;
}
.modal-content .ctools-dropbutton ul.right.actions li input:hover {
  text-decoration: underline;
}
.modal-content .views-ui-dialog .form-item-options-tokenize {
  margin-top: 10px;
}
.modal-content #dblog-filter-form .form-actions {
  float: left;
  clear: both;
  padding: 0;
}
.modal-content .container-inline .form-actions, .modal-content .container-inline.form-actions {
  display: inline-block;
  float: left;
  clear: none;
  margin-top: 0;
  margin-bottom: 0;
}
.modal-content div.admin-panel .description {
  margin: 0 0 3px;
  padding: 0 0 0.5em;
}
.modal-content #permissions td.module {
  font-weight: bold;
  font-family: sans-serif;
}
.modal-content .page-node-add ul.admin-list li {
  margin-bottom: 20px;
  padding-top: 0;
  background-position: 0 50%;
}
.modal-content .page-node-add ul.admin-list li div.description {
  margin: 0;
}
.modal-content #dashboard .canvas-content a.button:hover {
  color: #fff;
}
.modal-content div.contextual-links-wrapper ul.contextual-links, .modal-content a.contextual-links-trigger, .modal-content div.contextual-links-active a.contextual-links-trigger {
  border-radius: 0;
}
.modal-content .page-admin-dashboard .container-inline .form-actions, .modal-content .page-admin-dashboard .container-inline.form-actions {
  margin-top: 0;
}
.modal-content .system-themes-list-disabled .theme-selector {
  display: inline-block;
  float: none;
  padding: 20px 20px 20px 0;
  width: 300px;
  vertical-align: top;
  opacity: 0.5;
}
.modal-content .system-themes-list-disabled .theme-selector:hover {
  opacity: 1;
}
.modal-content #system-themes-page {
  padding-top: 20px;
}
.modal-content #system-themes-page h2 {
  color: #555555;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 21px;
}
.modal-content .system-themes-list-enabled .theme-info h3 {
  font-weight: 400;
  font-size: 24px;
}
.modal-content .system-themes-list-enabled .theme-default .theme-info h3 {
  font-weight: 400;
  font-size: 24px;
}
.modal-content .system-themes-list-disabled {
  padding-top: 20px;
  border-top: 5px solid #CDCDCD;
}
.modal-content .system-themes-list-disabled .theme-selector .screenshot, .modal-content .system-themes-list-disabled .theme-selector .no-screenshot {
  margin-bottom: 10px;
}
.modal-content #block-system-main {
  clear: both;
}
.modal-content #palette .lock {
  float: right;
}
.modal-content div.field-type-media {
  padding-bottom: 1em;
}
.modal-content div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.media-wrapper {
  padding: 0;
}
.modal-content .media-browser-tab.ui-tabs-panel {
  border: none;
}
.modal-content #media-browser-tabset ul.tabs.primary li {
  border: medium none;
}
.modal-content #media-browser-tabset ul.tabs.primary li.ui-state-active {
  background: #FFFFFF;
}
.modal-content #media-browser-tabset ul.tabs.primary li a:link {
  margin: 0;
  padding: 10px 20px;
  border: none;
  background: transparent;
  color: #111;
  font-weight: 300;
  font-size: 16px;
  line-height: 8px;
}
.modal-content #media-browser-tabset ul.tabs.primary li a:hover {
  background: #0074BD;
  color: #fff;
}
.modal-content #media-browser-tabset ul.tabs.primary li.ui-state-active a:hover {
  background: #fff;
  color: #111;
}
.modal-content .progress .bar {
  margin: 0 0 0.5em 0;
  border: none;
  border-radius: 0;
  background: none repeat scroll 0 0 #CCCCCC;
}
.modal-content .progress .percentage {
  float: right;
  font-weight: 100;
  font-size: 26px;
  line-height: 30px;
}
.modal-content .progress .filled {
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}
.modal-content .progress .filled,
.modal-content .progress .bar .filled {
  background: none repeat scroll 0 0 #0074BD !important;
}
.modal-content .update tr.error, .modal-content .update tr.error.even:hover, .modal-content .update tr.error.odd:hover {
  background: none repeat scroll 0 0 #B73939 !important;
  color: #fff;
}
.modal-content .update tr.error .version-recommended {
  background: none repeat scroll 0 0 #B73939;
}
.modal-content .update .security-error {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 23px;
}
.modal-content .update table.version-security .version-title {
  color: #FFFFFF;
}
.modal-content table.update tr.error td, .modal-content table.update tr.error th {
  color: #fff;
}
.modal-content .text-format-wrapper .form-item {
  padding-right: 0;
}
.modal-content .form-textarea-wrapper textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: vertical;
}
.modal-content div.krumo-root {
  border-color: #ddd;
}
.modal-content div.krumo-wrapper ul {
  margin: 0;
}
.modal-content div.krumo-wrapper li {
  list-style: none outside none;
}
.modal-content #module-filter-tabs.bottom-fixed {
  position: fixed;
}
.modal-content div.dev-query {
  bottom: 0;
  display: block;
  overflow: auto;
  padding: 5px;
  background: none repeat scroll 0 0 #000000;
  color: #82eb12;
  font-family: courier;
}
.modal-content div.dev-query strong {
  color: #FFE414;
}
.modal-content .messages.theme-disabled {
  padding: 10px 15px;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: transparent;
}
.modal-content ul.rules-operations a, .modal-content .rules-elements-add ul.action-links a {
  font-size: inherit;
}
.modal-content .rules-autocomplete-button {
  top: -1px;
  height: 28px;
}
.modal-content ul.rules-autocomplete .rules-dsac-group {
  background-color: transparent;
}
.modal-content #media-browser-page #branding {
  margin: 0;
  padding: 0;
  background: #ddd;
}
.modal-content #media-tabs-wrapper {
  float: left;
}
.modal-content .exposed-filters .form-select {
  margin: 0.5em;
}
.modal-content .exposed-filters .container-inline .form-actions, .modal-content .exposed-filters .container-inline.form-actions {
  margin: 0.5em 0;
}
.modal-content .views-ui-dialog .ui-dialog-titlebar-close span {
  top: 0;
  left: 0;
  display: block;
}
.modal-content .views-ui-dialog #edit-options .collapsible {
  float: inherit;
  width: auto;
}
.modal-content div.views-display-settings #edit-display-settings-title {
  margin: 0px;
  font-size: 26px;
  line-height: 1.5;
}
.modal-content div#edit-display-settings .ctools-toggle {
  margin-top: 18px;
  margin-right: 6px;
}
.modal-content div#edit-display-settings .ctools-toggle.ctools-toggle-collapsed {
  margin-top: 14px;
}
.modal-content .ctools-twisty {
  top: 1em;
}
.modal-content .views-admin h1.unit-title {
  margin-bottom: 4px;
}
.modal-content .views-edit-view .views-display-top {
  padding: 0px;
}
.modal-content ul#views-display-menu-tabs {
  margin-right: 18em;
  width: auto;
}
.modal-content .views-display-top ul#views-display-menu-tabs li {
  margin: 0px;
}
.modal-content .views-display-top ul#views-display-menu-tabs li a {
  padding: 12px 10px;
  border: none;
  font-size: 14px;
}
.modal-content .views-displays .secondary a:hover > .icon.add,
.modal-content .views-displays .secondary a:focus > .icon.add {
  background-position: center -23px;
}
.modal-content .views-displays .secondary a > .icon.add {
  background-position: center 5px;
}
.modal-content #views-display-top #views-display-menu-tabs li.add .action-list {
  top: 42px;
  width: auto;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.modal-content .views-displays .secondary .action-list li {
  clear: both;
  border: none;
}
.modal-content .views-displays .secondary .action-list li.last {
  padding-bottom: 5px;
}
.modal-content .views-display-top ul#views-display-menu-tabs li a.active {
  box-shadow: 0px 1px 0px #0073BC;
  color: #0073BC;
}
.modal-content .views-display-top ul#views-display-menu-tabs li a:hover,
.modal-content .views-display-top ul#views-display-menu-tabs li a:focus {
  background-color: #0074BD;
  box-shadow: 0px -1px 0px #0074BD, 0px 1px 0px #0074BD;
  color: #FFF;
  text-decoration: none;
}
.modal-content .views-admin a:hover {
  text-decoration: underline;
}
.modal-content .views-displays .secondary .action-list li {
  background-color: #fff;
}
.modal-content .views-displays .secondary .action-list li:hover {
  background-color: #fff;
}
.modal-content .views-displays .secondary .action-list li input {
  color: #0074BD;
}
.modal-content .views-displays .secondary .action-list li input:hover {
  text-decoration: underline;
}
.modal-content #edit-module-filter-name::-ms-clear {
  display: none;
}
.modal-content .chosen-container-single .chosen-single {
  padding: 2px 10px;
  height: 30px;
  border-color: #ddd;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.modal-content .chosen-container.chosen-container-active > a {
  background: #fff;
  border-color: #0074BD;
}
.modal-content .chosen-container.chosen-container-active .chosen-drop,
.modal-content .chosen-container-active .chosen-choices {
  background: #fff;
  border-color: #0074BD;
}
.modal-content .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop {
  border-top: 1px solid #0074BD;
}
.modal-content .chosen-container-single .chosen-single div b {
  background-position: 0px 4px;
}
.modal-content .chosen-container-single .chosen-drop,
.modal-content .chosen-container-multi .chosen-drop {
  border-radius: 0;
  box-shadow: none;
}
.modal-content .chosen-container-multi .chosen-choices li.search-choice,
.modal-content .chosen-container-active.chosen-with-drop .chosen-single,
.modal-content .chosen-container-active .chosen-choices {
  border-radius: 0;
  box-shadow: none;
}
.modal-content .chosen-container-multi .chosen-choices {
  border-color: #DDD;
  background: #fff;
}
.modal-content .chosen-container-multi .chosen-choices li.search-choice {
  border-color: #e3e3e3;
  background: #e3e3e3;
}
.modal-content .chosen-container .chosen-results li.highlighted {
  background: #0074BD;
}
.modal-content .chosen-container .chosen-results li.group-result {
  background: #eaeaea;
}
.modal-content .chosen-drop .active-result {
  font: normal 13px/1.538em Open Sans, "Segoe UI", "Helvetica", sans-serif;
}
.modal-content input#edit-module-filter-name {
  outline: none;
  -webkit-outline: none;
}
.modal-content .custom_css_found .css_path {
  padding: 2px 6px;
  color: #61A643;
  font-weight: 600;
}
.modal-content .custom_css_not_found .css_path {
  padding: 2px 6px;
  background: #eee;
  color: #000;
  font-weight: 600;
}
.modal-content #content-wrapper {
  display: table;
  margin: 0;
  width: 100%;
}
.modal-content #main-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.modal-content #sidebar-left .region-sidebar-left, .modal-content #sidebar-right .region-sidebar-right {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 220px;
}
.modal-content #sidebar-left .region-sidebar-left {
  padding-right: 20px;
}
.modal-content #sidebar-right .region-sidebar-right {
  padding-left: 20px;
}
.modal-content .form-wrapper {
  margin-bottom: 20px;
}
.modal-content scroll.form-wrapper {
  margin-bottom: 0px;
}
.modal-content #autosave-status {
  left: 0;
  padding: 1em;
  height: auto;
  background: #37A5DA;
}
.modal-content #autosave-status #status {
  margin-left: 0;
}
.modal-content #autosave-status a {
  display: inline-block;
  padding: 0.3em 0.5em;
  background: #444;
  text-decoration: none;
}
.modal-content #autosave-status a:hover,
.modal-content #autosave-status a:focus {
  background: #222;
}
.modal-content .page-admin-structure-views-view #views-ui-edit-display-form #edit-options #edit-style-options-row fieldset#edit-style-options-row--2 {
  float: left;
}
.modal-content #module-filter-update-status-form {
  float: none;
  text-align: center;
}
.modal-content #module-filter-update-status-form #edit-module-filter-show {
  padding: 10px;
}
.modal-content .page-admin-structure-views-view #content-wrapper {
  table-layout: fixed;
}
.modal-content .page-admin-structure-views-view.sidebar-left #content-wrapper #main-content {
  padding-left: 240px;
}
.modal-content .page-admin-structure-views-view.sidebar-right #content-wrapper #main-content {
  padding-right: 240px;
}
.modal-content .page-admin-structure-views-view.sidebar-right #content-wrapper #sidebar-right {
  margin-left: -240px;
}
.modal-content .page-admin-structure-views-view.two-sidebars #content-wrapper #main-content {
  padding-right: 240px;
  padding-left: 240px;
}
.modal-content .page-admin-structure-views-view.two-sidebars #content-wrapper #sidebar-right {
  margin-left: -240px;
}
.modal-content #module-filter-update-status-form {
  float: none;
  clear: both;
  padding-bottom: 1em;
}
.modal-content #module-filter-update-status-form #edit-module-filter-show {
  margin-top: 5px;
}
.modal-content #module-filter-update-status-form .module-filter-inputs-wrapper {
  display: block;
  text-align: center;
}
.modal-content .adminimal-theme.page-admin-reports-updates .update.checked {
  margin-top: -10px;
  color: #9B9B9B;
  text-align: center;
}
.modal-content .adminimal-theme .update tr.error,
.modal-content .adminimal-theme .update tr.error.even:hover,
.modal-content .adminimal-theme .update tr.error.odd:hover {
  margin-bottom: 5px;
  width: 100%;
  border: 1px solid #B73939;
  border-left-width: 5px;
  background: #FFFFFF !important;
  color: #000;
}
.modal-content .adminimal-theme .update tr.error .update table.version-security .version-title {
  color: #B73939;
}
.modal-content .adminimal-theme .table.update tr.error td,
.modal-content .adminimal-theme table.update tr.error th {
  color: #B73939;
}
.modal-content .adminimal-theme .update tr.error .version-recommended,
.modal-content .adminimal-theme .update .version-recommended {
  background: #EDEDED;
}
.modal-content .adminimal-theme .update table.version-security .version-title {
  color: #B73939;
}
.modal-content .adminimal-theme table.update {
  margin-top: 0;
}
.modal-content .adminimal-theme table.update tr.error td,
.modal-content .adminimal-theme table.update tr.error th {
  color: #B73939;
}
.modal-content .adminimal-theme .update .security-error {
  color: #B73939;
  font-size: 18px;
}
.modal-content .adminimal-theme .update tr td {
  border: none;
}
.modal-content .adminimal-theme.page-admin-reports-updates .content h3 {
  margin: 40px 0 0 0;
  padding: 18px;
  background: #0074BD;
  color: #fff;
  font-size: 25px;
}
.modal-content .adminimal-theme.page-admin-reports-updates .update tr.warning {
  margin-bottom: 5px;
  width: 100%;
  border: 1px solid #FF7C43;
  border-left-width: 5px;
  background: #FFF;
}
.modal-content .adminimal-theme.page-admin-reports-updates .update tr.ok {
  background: #FFF;
  opacity: .75;
}
.modal-content .adminimal-theme .update tr.warning .version-recommended {
  background: #EDEDED;
}
.modal-content .adminimal-theme.page-admin-reports-updates .overflow-fix {
  overflow: initial !important;
}
.modal-content .adminimal-theme .focal-point-indicator.form-wrapper {
  margin: 0;
  padding: 0;
}
.modal-content .adminimal-theme .focal-point-indicator:after {
  font-size: 38px;
}
.modal-content .adminimal-theme #commerce-kickstart-inline-help-button {
  margin-bottom: 20px;
}
.modal-content .adminimal-theme #commerce-kickstart-inline-help-button #header {
  margin-top: 10px;
}
.modal-content .adminimal-theme .commerce-backoffice-view .vbo-views-form #edit-select {
  margin-top: 20px;
}
.modal-content .adminimal-theme .commerce-backoffice-view .vbo-views-form #edit-select select {
  height: 17px;
}
.modal-content .adminimal-theme .commerce-backoffice-view .vbo-views-form .container-inline.form-wrapper#edit-select input.form-submit {
  margin-left: -10px;
}
.modal-content .adminimal-theme .commerce-backoffice-view div.views-megarow-content {
  border-color: #D5E9F2;
  border-top: none;
  border-bottom: 10px solid #D5E9F2;
  border-radius: 0;
}
.modal-content .adminimal-theme div.views-megarow-content .megarow-header a.close {
  margin-top: -34px;
}
.modal-content .adminimal-theme .commerce-backoffice-view .vbo-views-form select {
  margin: 0px 10px 0px 0;
  height: 17px;
}
.modal-content .adminimal-theme .commerce-backoffice-view .vbo-views-form .form-submit {
  margin-top: -1px;
}
.modal-content .adminimal-theme #commerce-backoffice-order-status-form {
  margin-top: 12px;
}
.modal-content .adminimal-theme #edit-field-product-und-entities-7-form-product-attributes {
  margin-bottom: 20px;
}
.modal-content .adminimal-theme fieldset.ief-entity-fieldset {
  margin: 20px 0;
}
.modal-content .adminimal-theme div.image-preview {
  float: none;
}
.modal-content .adminimal-theme .image-widget .image-widget-data .file-size {
  padding-right: 1em;
}
.modal-content .adminimal-theme .field-widget-commerce-line-item-manager input {
  margin-top: 3px;
}
.modal-content .adminimal-theme .add-payment .form-submit {
  margin: 0;
}
.modal-content .adminimal-theme table tr.rules-elements-add {
  background: #fff;
}
.modal-content .adminimal-theme table tr.rules-elements-add:hover {
  background: #fff;
}
.modal-content .adminimal-theme .rules-elements-table .tabledrag-toggle-weight-wrapper {
  position: absolute;
  right: 48px;
}
.modal-content .adminimal-theme .rules-elements-table caption,
.modal-content .adminimal-theme .rules-overview-table caption {
  padding: 10px 0;
  text-align: left;
  font-weight: 100;
  font-size: 23px;
}
.modal-content .rules-elements-add ul.action-links a,
.modal-content ul.rules-operations a,
.modal-content .rules-elements-add ul.action-links a {
  padding: 0;
  border: none;
  font-weight: bold;
  font-size: 14px;
  font-family: sans-serif;
}
.modal-content .rules-elements-add ul.action-links a:hover,
.modal-content ul.rules-operations a:hover,
.modal-content .rules-elements-add ul.action-links a:hover {
  background: transparent;
  color: #0074BD;
  text-decoration: underline;
}
.modal-content ul.rules-operations .delete a,
.modal-content ul.rules-operations .delete a:hover,
.modal-content ul.rules-operations .delete_event a,
.modal-content ul.rules-operations .delete_event a:hover {
  color: #E25D5D;
}
.modal-content .adminimal-theme form input.rules-switch-button {
  padding: 5px;
  font-size: 12px;
}
.modal-content .adminimal-theme .field-type-commerce-product-reference .ief-entity-table tr.ief-row-entity-form {
  border: 3px solid #0074BD;
  background: #F1F6FF;
}
.modal-content .adminimal-theme .ief-row-form .ief-form-row {
  padding: 10px 10px;
  border-bottom: 10px solid #FFD477;
}
.modal-content .adminimal-theme .field-type-commerce-product-reference tr.ief-row-form .ief-form-row {
  background: transparent url("../images/arrow-down.svg") no-repeat 4px 8px;
}
.modal-content .adminimal-theme .field-widget-inline-entity-form fieldset {
  border-top: solid 3px #ddd;
}
.modal-content .adminimal-theme .views-ui-dialog {
  z-index: 1000;
}
.modal-content .adminimal-theme #overlay-content {
  padding: 0;
}
.modal-content .adminimal-theme #dashboard .ui-sortable .block h2 {
  padding: 4px;
  background-color: #E0E0D8;
  background-position-x: 5px;
  background-position-y: -13px;
  text-indent: 20px;
  font-size: 15px;
}
.modal-content .adminimal-theme #dashboard.customize-inactive .dashboard-region .ui-sortable .block:hover h2 {
  background-position: 5px -33px;
}
.modal-content .adminimal-theme #toolbar {
  box-shadow: none;
}
.modal-content .adminimal-theme #toolbar div.toolbar-menu {
  background: #2D2D2D;
}
.modal-content .adminimal-theme #toolbar div.toolbar-menu ul li.active-trail a {
  background: #0074BD;
  text-shadow: none;
}
.modal-content .adminimal-theme div#toolbar div.toolbar-shortcuts ul li a.active {
  background: #505050;
}
.modal-content .adminimal-theme .form-item.form-type-textfield.form-item-view-args label {
  line-height: 46px;
}
.modal-content .adminimal-theme #dashboard #disabled-blocks h2 {
  padding: 2px 8px 0px 18px;
  background-color: transparent;
  background-position-x: 0px;
  background-position-y: -33px;
  line-height: 16px;
}
.modal-content .adminimal-theme #dashboard.customize-inactive #disabled-blocks h2:hover,
.modal-content .adminimal-theme #dashboard.customize-inactive #disabled-blocks .block:hover {
  background-position-x: 0px !important;
  background-position-y: -33px !important;
}
.modal-content .adminimal-theme #dashboard #disabled-blocks .block {
  margin-right: 8px;
}
.modal-content .adminimal-theme .field-name-commerce-discount-offer .form-item-commerce-discount-fields-commerce-discount-offer-und-form-type .form-radios .form-item input,
.modal-content .adminimal-theme .field-name-commerce-discount-offer .form-wrapper .form-wrapper .form-item div.form-radios .form-item input {
  display: inline-block;
}
.modal-content .adminimal-theme .field-name-commerce-discount-offer .form-wrapper .form-wrapper .form-item div.form-radios input[type=radio],
.modal-content .adminimal-theme .form-item-commerce-discount-type .form-radios input[type=radio] {
  top: -2px;
}
.modal-content .adminimal-theme .field-widget-inline-entity-form .ief-entity-operations input {
  margin-bottom: 0 !important;
}
.modal-content .ief-entity-operations {
  margin-bottom: 0;
}
.modal-content .field-widget-inline-entity-form .container-inline.form-wrapper {
  margin-top: 20px;
  margin-bottom: 0;
}
.modal-content .field-widget-commerce-line-item-manager table .form-wrapper {
  margin-bottom: 0;
}
.modal-content .tabledrag-toggle-weight-wrapper {
  margin-bottom: 5px;
}
.modal-content .page-admin-config-system-actions #edit-parent {
  margin-top: 30px;
}
.modal-content .sticky-actions .form-actions.form-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 20px 40px 8px;
  width: 100%;
  border-top: 1px solid #CCCCCC;
  background: #fff;
}
.modal-content .sticky-actions #page {
  margin-bottom: 60px;
}
.modal-content .adminimal-theme fieldset.features-export-component.collapsed {
  background: transparent;
}
.modal-content .adminimal-theme fieldset.features-export-component .fieldset-title {
  font-weight: 600;
  font-size: 16px;
  font-family: sans-serif;
  line-height: 40px;
}
.modal-content .adminimal-theme.page-admin-structure-features fieldset {
  background: transparent;
  box-shadow: none;
}
.modal-content .adminimal-theme.page-admin-structure-features fieldset legend {
  background: transparent;
}
.modal-content .adminimal-theme.page-admin-structure-features #edit-export fieldset.collapsible.collapse-processed .fieldset-legend {
  margin-left: 0px;
  padding-left: 10px;
  background-position-x: 0px;
  background-position-y: 19px;
}
.modal-content .adminimal-theme.page-admin-structure-features #edit-export fieldset.collapsible.collapse-processed.collapsed .fieldset-legend {
  background-position-y: 16px;
}
.modal-content .adminimal-theme .features-export-parent #edit-export fieldset.collapsible legend {
  margin-left: -12px;
  padding-left: 10px;
}
.modal-content .adminimal-theme .features-export-parent fieldset.collapsible {
  margin-top: 0;
  border: none;
}
.modal-content .adminimal-theme .features-export-parent fieldset.collapsible.collapsed legend {
  margin-left: 0px;
}
.modal-content .js .adminimal-theme #features-export-form fieldset.collapsed {
  min-height: 40px;
}
.modal-content .adminimal-theme #features-export-wrapper div.features-export-parent {
  margin: 10px 0;
  border: 1px solid #ddd;
}
.modal-content .adminimal-theme #features-filter span {
  position: absolute;
  margin-top: 10px;
  margin-left: -35px;
  width: 10px;
  height: 20px;
  border-radius: 0;
  background-color: #EFEFEF;
  color: #929292;
  text-align: center;
  font-size: 0px;
  line-height: 20px;
  transition: all, 0.2s;
}
.modal-content .adminimal-theme #features-filter span:hover {
  background-color: #E05D5D;
}
.modal-content #edit-features-filter-wrapper > div > div.form-item.form-type-textfield.form-item-features-filter {
  margin-right: 10px;
}
.modal-content .adminimal-theme #features-filter span:after {
  position: absolute;
  left: 5px;
  display: inline-block;
  width: 10px;
  height: 11px;
  color: #909090;
  content: "X";
  font-weight: bold;
  font-size: 10px;
  font-family: sans-serif;
  transition: all, 0.2s;
}
.modal-content .adminimal-theme #features-filter span:hover:after {
  color: #fff;
}
.modal-content .adminimal-theme #features-filter .form-item.form-type-checkbox.form-item-checkall {
  margin: 8px 2px;
}
.modal-content .adminimal-theme #edit-features-filter {
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.modal-content .adminimal-theme div.features-export-list {
  padding: 10px 5px;
  border: none;
  background-color: #FFFFFF;
}
.modal-content .adminimal-theme #features-export-form input[size="60"].form-text {
  width: auto;
}
.modal-content .adminimal-theme #features-export-form input[size="60"].form-text#edit-features-filter {
  padding-right: 30px;
  width: 200px;
}
.modal-content .adminimal-theme #features-export-wrapper .component-added .form-type-checkbox,
.modal-content .adminimal-theme #features-export-wrapper .component-detected .form-type-checkbox,
.modal-content .adminimal-theme #features-export-wrapper .component-included .form-type-checkbox,
.modal-content .adminimal-theme #features-export-wrapper .features-conflict .form-item {
  margin-bottom: 8px;
  padding: 4px 8px;
}
.modal-content .adminimal-theme #features-export-wrapper .form-item label.option {
  text-transform: none;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: sans-serif;
}
.modal-content .adminimal-theme #features-export-wrapper div.component-added label.option {
  position: relative;
  top: -1px;
}
.modal-content .adminimal-theme #features-legend .fieldset-wrapper .component-detected {
  font-style: normal;
}
.modal-content #features-filter input {
  display: inline-block;
  width: 16px;
}
.modal-content #features-filter label {
  position: relative;
  top: -1px;
}
.modal-content .sticky-actions #module-filter-submit.fixed.fixed-bottom .form-actions.form-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  width: initial;
  border-top: none;
}
.modal-content #locale-translation-filter-form .form-item-language, .modal-content #locale-translation-filter-form .form-item-translation, .modal-content #locale-translation-filter-form .form-item-group {
  margin: 0 2em 0 0;
  padding-right: 1em;
  width: auto;
}
.modal-content #locale-translation-filter-form .form-actions {
  padding: 32px 0 0 0px;
}
.modal-content .sticky-actions #locale-translation-filter-form .form-actions {
  float: left;
  padding: 20px 0 0 3em;
}
.modal-content [dir="rtl"] .sticky-actions #locale-translation-filter-form .form-actions {
  padding: 20px 26px 0 2em;
}
.modal-content [dir="rtl"] .sticky-actions .form-actions.form-wrapper {
  right: 0;
  left: initial;
}
.modal-content [dir="rtl"].js input.form-autocomplete {
  text-indent: 1em;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .modal-content [dir="rtl"] input.form-autocomplete,
  .modal-content [dir="rtl"] input.form-text,
  .modal-content [dir="rtl"] input.form-file,
  .modal-content [dir="rtl"] textarea.form-textarea,
  .modal-content [dir="rtl"] select.form-select {
    -webkit-padding-start: 16px;
    -webkit-padding-end: 8px;
  }
}
.modal-content [dir="rtl"] div.admin-panel.admin h3 {
  background-position-x: 100%;
}
.modal-content [dir="rtl"] dl dd,
.modal-content [dir="rtl"] dl dl {
  background-position-x: 100%;
}
.modal-content [dir="rtl"] input.form-checkbox,
.modal-content [dir="rtl"] input.form-radio {
  margin-left: 0.25em;
}
.modal-content [dir="rtl"] input.form-checkbox {
  margin-right: 16px !important;
}
.modal-content .adminimal-skin-alternative.adminimal-theme.page-admin-structure-features #edit-export > legend,
.modal-content .adminimal-skin-alternative.adminimal-theme.page-admin-structure-features #edit-info > legend,
.modal-content .adminimal-skin-alternative.adminimal-theme.page-admin-structure-features #edit-features-legend > legend {
  padding-left: 0;
}
.modal-content .page-admin-structure-features-create form div.buttons {
  text-align: left;
}
.modal-content .fpa-container .dummy-checkbox {
  display: none !important;
}
@supports (-webkit-appearance: none) {
  .modal-content .style-checkboxes input[type=checkbox],
  .modal-content .style-checkboxes input[type=radio],
  .modal-content .style-checkboxes input[type=checkbox]#edit-delete {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 0.25em;
    padding: 0;
    background: #fff;
    border: 1px solid #B5B5B5;
    width: 16px !important;
    height: 16px !important;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: background 0.5s ease;
    outline: none;
  }
  .modal-content .adminimal-theme .location .form-item input.form-checkbox {
    width: 16px;
    display: inline-block;
  }
  .modal-content .style-checkboxes input[type=checkbox]#edit-delete {
    margin-bottom: 0;
  }
  .modal-content .style-checkboxes input[type=radio] {
    border-radius: 50%;
  }
  .modal-content .style-checkboxes input[type=checkbox]:hover,
  .modal-content .style-checkboxes input[type=checkbox]:focus,
  .modal-content .style-checkboxes input[type=radio]:hover,
  .modal-content .style-checkboxes input[type=radio]:focus {
    border-color: #0074BD;
    cursor: pointer;
  }
  .modal-content .style-checkboxes input[type=checkbox]#edit-delete:hover,
  .modal-content .style-checkboxes input[type=checkbox]#edit-delete:focus {
    border-color: #D01616;
    cursor: pointer;
  }
  .modal-content .style-checkboxes input[type=checkbox]:checked,
  .modal-content .style-checkboxes input[type=checkbox]:disabled:checked,
  .modal-content .style-checkboxes input[type=radio]:checked,
  .modal-content .style-checkboxes input[type=radio]:disabled:checked {
    background: #0074BD;
    box-shadow: inset 0px 0px 0px 4px #fff;
  }
  .modal-content .style-checkboxes input[type=checkbox]#edit-delete:checked,
  .modal-content .style-checkboxes input[type=checkbox]#edit-delete:disabled:checked {
    background: #D01616;
    box-shadow: inset 0px 0px 0px 4px #fff;
  }
  .modal-content .style-checkboxes input[type=checkbox]:disabled,
  .modal-content .style-checkboxes input[type=radio]:disabled {
    opacity: .5;
    background: #E2E2E2;
  }
  .modal-content .style-checkboxes input[type=checkbox]#edit-delete:disabled {
    opacity: .5;
    background: #E88181;
  }
  .modal-content .style-checkboxes input[type=checkbox]:disabled:hover {
    border-color: #B5B5B5;
    cursor: default;
  }
  .modal-content .style-checkboxes input[type=checkbox]:disabled:hover,
  .modal-content .style-checkboxes input[type=radio]:disabled:hover {
    border-color: #B5B5B5;
    cursor: default;
    /*cursor: not-allowed;*/
  }
}
.modal-content input.form-submit,
.modal-content a.button,
.modal-content div.exposed-filters input#edit-submit {
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 6px 10px;
  border: none;
  border-radius: 0;
  background: #e3e3e3;
  color: #555;
  /* LTR */
  text-align: center;
  font-weight: normal;
  font-size: 1.077em;
  font-family: "Lucida Grande", Verdana, sans-serif;
  cursor: pointer;
  transition: all, 0.3s;
}
.modal-content input.form-submit:hover,
.modal-content a.button:hover,
.modal-content div.exposed-filters input#edit-submit:hover {
  background: #CECECE;
}
.modal-content input.form-submit:active,
.modal-content a.button:active,
.modal-content div.exposed-filters input#edit-submit:active {
  border: none;
  border-radius: 0;
}
.modal-content input.form-submit:focus,
.modal-content a.button:focus,
.modal-content div.exposed-filters input#edit-submit:focus {
  outline: 3px solid #EFEFEF;
}
.modal-content input[type="submit"][id^="edit-submit"],
.modal-content input#edit-actions-submit,
.modal-content input[id^="save-continue"],
.modal-content input[type="submit"][id^="edit-save"],
.modal-content input#edit-save,
.modal-content input#edit-submit,
.modal-content input#edit-actions-save,
.modal-content .field-widget-inline-entity-form .container-inline .form-submit,
.modal-content #media-browser-page a.button-yes,
.modal-content input.add-new-condition,
.modal-content #edit-field-product-und-form-actions input.ief-entity-submit {
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 6px 10px;
  border: none;
  border-radius: 0;
  background: #4d8f46;
  /* LTR */
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 1.077em;
  font-family: "Lucida Grande", Verdana, sans-serif;
  cursor: pointer;
  transition: all, 0.3s;
}
.modal-content input[type="submit"][id^="edit-submit"]:hover,
.modal-content input#edit-actions-submit:hover,
.modal-content input[id^="save-continue"]:hover,
.modal-content input[type="submit"][id^="edit-save"]:hover,
.modal-content input#edit-save:hover,
.modal-content input#edit-submit:hover,
.modal-content input#edit-actions-save:hover,
.modal-content .field-widget-inline-entity-form .container-inline .form-submit:hover,
.modal-content #media-browser-page a.button-yes:hover,
.modal-content input.add-new-condition:hover,
.modal-content #edit-field-product-und-form-actions input.ief-entity-submit:hover {
  border: none;
  border-radius: 0;
  background: #0a6700;
  color: #fff;
}
.modal-content input[type="submit"][id^="edit-submit"]:active,
.modal-content input#edit-actions-submit:active,
.modal-content input[id^="save-continue"]:active,
.modal-content input[type="submit"][id^="edit-save"]:active,
.modal-content input#edit-save:active,
.modal-content input#edit-submit:active,
.modal-content .field-widget-inline-entity-form .container-inline .form-submit:active,
.modal-content input#edit-actions-save:active,
.modal-content input.add-new-condition:active,
.modal-content #edit-field-product-und-form-actions input.ief-entity-submit:active {
  border: none;
  border-radius: 0;
  color: #fff;
}
.modal-content input[type="submit"][id^="edit-submit"]:focus,
.modal-content input#edit-actions-submit:focus,
.modal-content input[id^="save-continue"]:focus,
.modal-content input[type="submit"][id^="edit-save"]:focus,
.modal-content input#edit-save:focus,
.modal-content input#edit-submit:focus,
.modal-content .field-widget-inline-entity-form .container-inline .form-submit:focus,
.modal-content input#edit-actions-save:focus,
.modal-content input.add-new-condition:focus,
.modal-content #edit-field-product-und-form-actions input.ief-entity-submit:focus {
  outline: 3px solid #D0E8CE;
}
.modal-content input#edit-delete,
.modal-content input#remove-button,
.modal-content input#edit-remove,
.modal-content input#edit-clear,
.modal-content a.button.remove,
.modal-content .page-node-delete input#edit-submit,
.modal-content input[id*="remove-button"],
.modal-content .page-admin-modules-uninstall input#edit-submit,
.modal-content .remove-condition input,
.modal-content .field-widget-inline-entity-form .ief-entity-operations input[id*="remove"].form-submit {
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 6px 10px;
  border: none;
  border-radius: 0;
  background: #b73939;
  /* LTR */
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 1.077em;
  font-family: "Lucida Grande", Verdana, sans-serif;
  cursor: pointer;
  transition: all, 0.3s;
}
.modal-content input#edit-delete:hover,
.modal-content input#remove-button:hover,
.modal-content input#edit-remove:hover,
.modal-content input#edit-clear:hover,
.modal-content a.button.remove:hover,
.modal-content .page-node-delete input#edit-submit:hover,
.modal-content input[id*="remove-button"]:hover,
.modal-content .page-admin-modules-uninstall input#edit-submit:hover,
.modal-content .remove-condition input:hover,
.modal-content .field-widget-inline-entity-form .ief-entity-operations input[id*="remove"].form-submit:hover {
  border: none;
  border-radius: 0;
  background: #990000;
  color: #fff;
}
.modal-content input#edit-delete:active,
.modal-content input#remove-button:active,
.modal-content input#edit-remove:active,
.modal-content input#edit-clear:active,
.modal-content .page-node-delete input#edit-submit:active,
.modal-content input[id*="remove-button"]:active,
.modal-content .page-admin-modules-uninstall input#edit-submit:active,
.modal-content .remove-condition input:active,
.modal-content .field-widget-inline-entity-form .ief-entity-operations input[id*="remove"].form-submit:active {
  border: none;
  border-radius: 0;
  color: #fff;
}
.modal-content input#edit-delete:focus,
.modal-content input#remove-button:focus,
.modal-content input#edit-remove:focus,
.modal-content input#edit-clear:focus,
.modal-content .page-node-delete input#edit-submit:focus,
.modal-content input[id*="remove-button"]:focus,
.modal-content .page-admin-modules-uninstall input#edit-submit:focus,
.modal-content .remove-condition input:focus,
.modal-content .field-widget-inline-entity-form .ief-entity-operations input[id*="remove"].form-submit:focus {
  outline: 3px solid #FFD8D8;
}
.modal-content input#edit-preview,
.modal-content input#edit-next,
.modal-content input#preview-submit,
.modal-content input.ief-entity-submit,
.modal-content input[type="submit"][id^="edit-return"],
.modal-content .field-widget-inline-entity-form .ief-entity-operations input[id*="edit"] {
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 6px 10px;
  border: none;
  border-radius: 0;
  background: #0074BD;
  /* LTR */
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 1.077em;
  font-family: "Lucida Grande", Verdana, sans-serif;
  cursor: pointer;
  transition: all, 0.3s;
}
.modal-content input#edit-preview:hover,
.modal-content input#edit-next:hover,
.modal-content input#preview-submit:hover,
.modal-content input.ief-entity-submit:hover,
.modal-content input[type="submit"][id^="edit-return"]:hover,
.modal-content .field-widget-inline-entity-form .ief-entity-operations input[id*="edit"]:hover {
  border: none;
  border-radius: 0;
  background: #004c99;
  color: #fff;
}
.modal-content input#edit-preview:active,
.modal-content input#edit-next:active,
.modal-content input#preview-submit:active,
.modal-content input.ief-entity-submit:active,
.modal-content input[type="submit"][id^="edit-return"]:active,
.modal-content .field-widget-inline-entity-form .ief-entity-operations input[id*="edit"]:active {
  border: none;
  border-radius: 0;
  color: #fff;
}
.modal-content input#edit-preview:focus,
.modal-content input#edit-next:focus,
.modal-content input#preview-submit:focus,
.modal-content input.ief-entity-submit:focus,
.modal-content input[type="submit"][id^="edit-return"]:focus,
.modal-content .field-widget-inline-entity-form .ief-entity-operations input[id*="edit"]:focus {
  outline: 3px solid #D2E4F7;
}
.modal-content #edit-cancel,
.modal-content #edit-actions-cancel,
.modal-content input#edit-buttons-revert,
.modal-content #media-browser-page a.button-no,
.modal-content .field-widget-inline-entity-form input[id*="cancel"] {
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 6px 10px;
  border: none;
  border-radius: 0;
  background: #f69231;
  /* LTR */
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 1.077em;
  font-family: "Lucida Grande", Verdana, sans-serif;
  cursor: pointer;
  transition: all, 0.3s;
}
.modal-content a#edit-cancel, .modal-content a#edit-actions-cancel {
  padding: 6px 10px;
  border: none;
  border-radius: 0;
  text-decoration: none;
}
.modal-content #edit-cancel:hover,
.modal-content #edit-actions-cancel:hover,
.modal-content input#edit-buttons-revert:hover,
.modal-content #media-browser-page a.button-no:hover,
.modal-content .field-widget-inline-entity-form input[id*="cancel"]:hover {
  border: none;
  border-radius: 0;
  background: #ef6114;
  color: #fff;
  text-decoration: none;
}
.modal-content #edit-cancel:active,
.modal-content #edit-actions-cancel:active,
.modal-content input#edit-buttons-revert:active,
.modal-content .field-widget-inline-entity-form input[id*="cancel"]:active {
  border: none;
  border-radius: 0;
  color: #fff;
}
.modal-content #edit-cancel:focus,
.modal-content #edit-actions-cancel:focus,
.modal-content input#edit-buttons-revert:focus,
.modal-content .field-widget-inline-entity-form input[id*="cancel"]:focus {
  outline: 3px solid #FFE8D2;
}
.modal-content input.disabled,
.modal-content input.disabled:hover,
.modal-content input.disabled:active,
.modal-content input.disabled:focus {
  background-color: #A0A0A0;
  color: #CCCCCC;
  text-decoration: line-through;
  cursor: not-allowed;
}
.modal-content input[type="submit"]:disabled {
  outline: none !important;
  background: repeating-linear-gradient(-45deg, #FFFFFF, #D2D2D2 4px) !important;
  color: #6B6B6B !important;
  text-shadow: 1px 1px 0px #fff !important;
  opacity: 0.665 !important;
  cursor: not-allowed !important;
}
.modal-content strong {
  font-weight: bold !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
.modal-content .page-admin-appearance-settings-omega fieldset {
  margin: 18px 0 !important;
  padding: 12px !important;
  border: solid 1px #ddd !important;
  border-top: 3px solid #0074BD !important;
}
.modal-content div.breadcrumb a {
  transition: all, 0.3s;
}
.modal-content ul.action-links a {
  display: block;
  margin: 5px auto;
  padding: 0px 20px;
  border: 2px solid #0074BD;
  border-radius: 100px;
  background: #fff;
  font-weight: bold;
  font-size: 14px;
  font-family: "Helvetica", sans-serif;
  line-height: 30px;
  transition: all, 0.3s;
}
.modal-content .no-rounded-buttons ul.action-links a {
  border-radius: 0;
}
.modal-content ul.action-links a:hover {
  background: #0074BD;
  color: #fff;
  text-decoration: none;
}
.modal-content #admin-menu {
  background: #2B2B2B;
  box-shadow: none;
}
.modal-content #admin-menu .dropdown .admin-menu-toolbar-category > a.active-trail {
  background: #0074BD;
}
.modal-content .overlay #overlay-close,
.modal-content .overlay #overlay-close:hover {
  left: -36px;
  height: 44px;
  background-position-y: 10px;
}
.modal-content .overlay #overlay-tabs {
  right: 2px;
}
.modal-content .sticky-actions .form-actions.form-wrapper {
  box-shadow: -20px 2px 40px rgba(0, 0, 0, 0.4);
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #545456;
  font-size: 3em;
  line-height: 36px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #545456;
  font-size: 1.3em;
  line-height: 24px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #545456;
  font-size: 1.2em;
  line-height: 23px;
  font-weight: 300;
}

.body {
  height: 100%;
  padding-left: 0px;
}

.globalnavsection {
  position: fixed;
  left: 0px;
  z-index: 1000;
  width: 100%;
  height: 80px;
  margin-bottom: 0px;
  background-color: #f4f4f4;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.07);
  top: 0;
}
.globalnavsection .navbar {
  height: 100%;
  background-color: #fff;
}
.globalnavsection .navbar .navmenu {
  position: initial;
  font-size: 0;
  line-height: 0;
}
.globalnavsection .navbar .navmenu .navlink {
  position: initial;
  top: 50%;
  width: auto;
  height: 80px;
  padding: 30px 20px;
  float: left;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #f3ede9;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #545456;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.globalnavsection .navbar .navmenu .navlink.in-trail > a {
  color: #ff5959;
}
.globalnavsection .navbar .navmenu .navlink > a {
  color: inherit;
  text-decoration: none;
}
.globalnavsection .navbar .navmenu .navlink:hover {
  background-color: #f3ede9;
}
.globalnavsection .navbar .navmenu .navlink:hover .subnav {
  display: block;
}
.globalnavsection .navbar .navmenu .navlink:hover .subnav .child {
  display: block;
}
@media (max-width: 991px) {
  .globalnavsection .navbar .navmenu .navlink:hover {
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  .globalnavsection .navbar .navmenu .navlink {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #e1e3e4;
  }
}
.globalnavsection .navbar .navmenu .navlink .subnav {
  display: none;
  position: fixed;
  left: 0;
}
.globalnavsection #search-block-form .form-text {
  background: transparent;
  width: 90%;
  border: 0;
  text-align: center;
}
.globalnavsection #search-block-form .form-actions {
  display: none;
}
.globalnavsection .navbar.mobile .navblock {
  display: inline-block !important;
  font-size: 14px;
  line-height: 20px;
}
.globalnavsection .navbar.mobile .navblock.opened .subnav {
  display: inline-block;
}
.globalnavsection .navbar.mobile .subnav {
  display: none;
  position: static;
}
.globalnavsection .navbar.mobile #search-block-form .container-inline {
  display: block;
}
.globalnavsection .navbar.mobile #search-block-form .container-inline .form-item {
  display: block;
}
.globalnavsection .navbar.mobile #search-block-form .container-inline .form-item .form-text {
  background: transparent;
  width: 90%;
  border: 0;
  text-align: center;
}
.globalnavsection .navbar.mobile #search-block-form .container-inline .form-item .form-actions {
  display: none;
}

.navlink.w--current {
  color: #ff5959;
}

.container {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.brand {
  width: 180px;
  height: 80px;
  margin-top: 0px;
  margin-left: 50px;
  background-image: url("../images/logo.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navmenu {
  float: right;
}

.icon {
  width: 80px;
  height: 80px;
  padding: 30px 35px 30px 30px;
  float: left;
  border-top: 1px none #f3ede9;
  border-left: 1px solid #e9e9f0;
  background-color: #ff5959;
  font-family: Danskeark, sans-serif;
  color: #f3ede9;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
}

.icon.social {
  display: block;
  width: 25%;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  border-top: 1px solid #f3ede9;
  border-bottom: 1px solid #f3ede9;
  border-left-style: none;
  font-family: Icomoon;
  color: #999;
  font-size: 1.2em;
  text-align: center;
}

.icon.no {
  height: auto;
  padding-top: 24px;
  padding-bottom: 20px;
  border-top-style: none;
  border-left-style: none;
}

.herosection {
  position: relative;
  top: 0px;
  z-index: 100;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
  background-color: #fafdff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  text-align: center;
}

.herosection.landing {
  height: 500px;
}

._1400div {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

._1400div.footer {
  position: relative;
}

._1400div.margin {
  margin-bottom: 40px;
}

._1400div._2 {
  padding-top: 12px;
  padding-bottom: 1px;
}

.h1 {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #545456;
  font-size: 4.6em;
  line-height: 67px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
  text-shadow: none;
}

.h1.white {
  color: #fff;
}

.h1herowrapper {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  z-index: 200;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12%;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.h1herowrapper._2 {
  padding-top: 20px;
}

.h1herowrapper._3 {
  position: static;
  margin-bottom: 58px;
  padding-top: 0%;
}

.iconblock {
  display: block;
  width: 80px;
  height: 60px;
  margin: 23px auto 10px;
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.iconblock.people {
  width: 80px;
  height: 60px;
  background-image: url("../images/icons/people.svg");
  background-size: 75px;
}

.iconblock.city {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/city.svg");
  background-size: 57px;
}

.iconblock.course {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/course.svg");
  background-size: 35px;
}

.iconblock.standards {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/standards.svg");
  background-size: 49px;
}

.iconblock.tools {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/tools.svg");
  background-size: 40px;
}

.iconblock.can {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/can.svg");
  background-size: 25px;
}

.iconwrapper {
  position: relative;
  left: 0px;
  top: -63px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
  border-radius: 100px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(90deg, #07aca0, #00c0b3);
  background-image: linear-gradient(0deg, #07aca0, #00c0b3);
}

.h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #545456;
  font-size: 3.2em;
  line-height: 46px;
  font-weight: 300;
}

.h2._2 {
  margin-top: 0px;
  margin-bottom: 17px;
  color: #0a7e76;
  font-size: 1.7em;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
}

.textblockcenter {
  margin-bottom: 13px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #545456;
  font-size: 1.1em;
  font-weight: 300;
}

.entrybox {
  position: relative;
  top: -85px;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 31px 40px 0px;
  background-color: transparent;
}

.button {
  width: 120px;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #ff5959;
  border-radius: 20px;
  background-color: transparent;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #ff5959;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
}

.button.center {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  border-style: none;
  border-width: 1px;
  border-radius: 30px;
  background-color: #ff5959;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  letter-spacing: 0.5px;
}

.button.center:hover {
  border-style: none;
  border-color: #00c6b9;
  background-color: #00c6b9;
}

.button.auto {
  width: auto;
}

.button.white {
  width: auto;
  background-color: #fff;
}

.button.white.left {
  margin-top: 0px;
  float: right;
}

.parentwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.parentwrapper.margin {
  padding-top: 20px;
}

.child {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.child._4 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.child._4.bg {
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
}

.child._10 {
  padding-right: 10px;
  padding-left: 10px;
}

.child._10._2 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.child._0.tools {
  margin-bottom: 54px;
}

.child._2 {
  -webkit-flex-basis: 16.66%;
  -ms-flex-preferred-size: 16.66%;
  flex-basis: 16.66%;
}

.child._50 {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.child._25 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.newssection {
  position: relative;
  z-index: 100;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  float: none;
  background-color: #f2f6f8;
}

.newstextblock {
  padding: 20px;
  max-width: 400px;
  width: 100%;
  height: 430px;
  border: 1px solid #f2f6f8;
  background-color: #fff;
  -webkit-transition: opacity 300ms ease;
}
.newstextblock .buttonhide {
  opacity: 0;
  transform: translateX(0px) translateY(136%) translateZ(0px);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  display: block;
}

.newstextblock:hover {
  background-color: #fdf9f7;
}
.newstextblock:hover .buttonhide {
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px);
}

.newstextblock.bg {
  position: relative;
  overflow: visible;
  padding: 0px 30px 30px;
  background-color: #fdf9f7;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08);
}

.newstextblock.bg.auto {
  height: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.newstextblock.bg.auto:hover {
  background-color: #fdf9f7;
}

.newstextblock.noimage {
  padding-top: 20px;
  border-color: #f2f6f8;
}

.newstextblock._2 {
  height: 100%;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

.newstextblock._2.green {
  position: relative;
  overflow: visible;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.newstextblock._2.green:hover {
  background-color: #e8f3f2;
}

.newstextblock._2.top {
  padding-top: 20px;
}

.newstextblock.small {
  height: auto;
}

.date {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #a7a7a7;
  font-size: 0.9em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.date:hover {
  color: #ff5959;
}

.date.block {
  min-height: 60px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  line-height: 16px;
}

.date.right {
  margin-top: 0px;
  float: right;
  font-weight: 300;
}

.date.center {
  text-align: center;
}

.teasersection {
  position: relative;
  z-index: 100;
  width: 100%;
  margin-bottom: 430px;
  float: left;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.12);
}

.formwrapper {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.slider {
  height: 600px;
  background-color: transparent;
}

.footersection {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  width: 100%;
  height: 350px;
  padding-top: 0px;
  padding-left: 0px;
  float: left;
  background-color: #fdf9f7;
}

.slide {
  padding: 0px;
  background-image: url("../images/RB_Plus__Husejerne__521831a.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../images/Greenhouse.jpg");
}

.arrow {
  display: none;
  width: 50px;
}

.slidenav {
  display: none;
}

.slideicon {
  display: block;
}

.slideicon:hover {
  opacity: 0.6;
}

._100 {
  width: 100%;
  height: 100%;
}

.bwrapper {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.bwrapper.left {
  float: left;
  text-align: left;
}

.footertxt {
  margin-bottom: 16px;
  padding-top: 20px;
  padding-right: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #545456;
  font-size: 1em;
}

.footertxt._0 {
  margin-bottom: 0px;
  text-transform: uppercase;
}

.footertxt.content {
  font-size: 1.2em;
  font-weight: 500;
}

.footertxt.fo {
  padding-top: 0px;
}

.footerlinks {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #545456;
  font-size: 1.1em;
  text-decoration: none;
  text-transform: none;
}

.footerlinks:hover {
  color: #747474;
}

.footerlinks.sub {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #0a7e76;
  font-size: 1.1em;
  text-transform: none;
}

.iconimage {
  width: 120px;
  height: 60px;
  margin-top: 30px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
  background-color: transparent;
  background-image: url("../images/WRI.png");
  background-position: 50% 50%;
  background-size: 118px;
  background-repeat: no-repeat;
}

.iconimage._2 {
  width: 120px;
  float: left;
  background-image: url("../images/wbcsd.png");
  background-size: 105px;
}

.iconimage._3 {
  width: 150px;
  background-image: url("../images/logo.svg");
  background-size: 150px;
}

.stalink {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.stalink.red {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #ff5959;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

.stalink.red:hover {
  color: #00c6b9;
}

.arrowiconwrapper {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.arrowiconwrapper:hover {
  -webkit-transform: translate(0px, 14px);
  -ms-transform: translate(0px, 14px);
  transform: translate(0px, 14px);
}

.iconlink {
  font-family: Danskeark, sans-serif;
  color: #fff;
  font-size: 2em;
  text-decoration: none;
}

.iconlink:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.scrollwrap {
  position: relative;
  display: none;
  width: 100%;
  height: 20%;
  float: left;
}

._0div {
  width: 100%;
  float: left;
}

._0div._10left {
  padding-right: 10px;
}

.socilaiconwrapper {
  width: auto;
  height: 30px;
  margin-right: 10px;
  padding-top: 5px;
  float: left;
}

.socialicon {
  float: left;
  font-family: Some, sans-serif;
  text-align: center;
  text-transform: none;
}

.socialicon.large {
  color: #0a7e76;
  font-size: 1.6em;
}

.herobox {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 50%;
  height: 220px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  background-color: #fff;
  box-shadow: inset 0 -5px 11px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  transform: translateX(0px) translateY(130px) translateZ(0px);
  transition: transform 500ms;
}
.herobox:hover {
  transform: translateX(0px) translateY(0px) translateZ(0px);
}

.herobox.green {
  background-color: #fff;
}

.heroboxwrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 300;
  display: block;
  width: 100%;
  height: 220px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.linie {
  display: block;
  width: 300px;
  height: 1px;
  margin: 20px auto;
  background-color: #0a7e76;
}

.linie.left {
  width: 100%;
  float: left;
  background-color: rgba(164, 182, 181, 0.29);
}

.teasertext {
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #545456;
  font-size: 1.2em;
  line-height: 24px;
  font-weight: 300;
}

.teasertext.big {
  float: left;
  color: #545456;
  font-size: 2.3em;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}

.teasertext.big.c {
  display: block;
  width: 75%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  color: #0a7e76;
  font-size: 1.8em;
  line-height: 37px;
  font-style: normal;
  text-align: center;
  text-transform: none;
}

.teasertext.big.c.w {
  width: 100%;
  color: #fff;
}

.smallicon {
  margin-top: -20px;
  font-family: Danskeark, sans-serif;
  color: #fff;
  font-size: 1.1em;
}

.smallicon.large {
  margin-top: 0px;
  color: #0a7e76;
  font-size: 2em;
}

.image {
  width: 100%;
}

.image._200 {
  height: 200px;
  margin-bottom: 20px;
  background-image: url("../images/3c_klim_vindmollepark_2.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.image._200._2 {
  background-image: url("../images/Greenhouse.jpg");
}

.newstxt {
  margin-bottom: 15px;
  padding-left: 0px;
  color: #545456;
  word-wrap: break-word;
  font-weight: 300;
  font-size: 1.1em;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 24px;
}
.child._0._100 .newstxt, .child._0.tools .newstxt {
  font-weight: bold;
}
.child._0._100 .newstxt a, .child._0.tools .newstxt a {
  color: inherit;
}

.newstxt.margin {
  margin-bottom: 18px;
}

.newstxt.show._0 {
  margin-bottom: 0px;
}

.datebox {
  position: relative;
  top: -22px;
  width: 60px;
  height: auto;
  background-color: #00c6b9;
  text-align: center;
}

.shortcuts {
  position: relative;
  z-index: 200;
  width: 100%;
  height: 80%;
  padding-top: 0px;
  float: none;
  background-color: #fafdff;
  box-shadow: none;
}

._1200div {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

._1200div._100 {
  height: 100%;
}

._1200div.index {
  padding-top: 50px;
  padding-left: 50px;
}

._6div {
  width: 50%;
  float: left;
}

._6div._100 {
  height: 100%;
}

._6div._100.image {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-right: 20px;
}

._6div._10left {
  padding-right: 10px;
}

._3div {
  width: 25%;
  float: left;
}

._3div._100.cons {
  position: relative;
  border-bottom: 2px solid #e8f3f2;
  background-color: #edf8f8;
  text-align: center;
}

._9div {
  width: 75%;
  float: left;
}

._9div._100 {
  overflow: hidden;
}

.shortcutwtapper {
  position: relative;
  width: 100%;
  height: 33.33%;
  float: left;
}

.teasertopwrapper {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #00c6b9;
}

.iconwrapper2 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  background-image: url("../images/example-bg.png");
  background-position: 0px 0px;
  background-size: 125px;
}

.iconwrapper2._2 {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background-image: url("../images/icons/standards.svg");
  background-position: 50% 50%;
  background-size: 49px;
  background-repeat: no-repeat;
}

.iconwrapper2._3 {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background-image: url("../images/icons/tools.svg");
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.iconwrapper2._4 {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background-image: url("../images/icons/course.svg");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.textcon {
  width: 100%;
  height: 100%;
  padding-top: 22px;
  padding-left: 30px;
  border-bottom: 2px solid #e8f3f2;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.textcon:hover {
  background-color: #edf8f8;
}

.newsletterwrapper {
  position: relative;
  z-index: 50;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #fff;
}

.c {
  text-transform: uppercase;
}

.footertxtcon {
  width: 100%;
}

.footertxtcon.center {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.footertxtcon._50 {
  width: 45%;
  float: left;
}

.fieldlabel {
  width: 50%;
  margin-right: 10px;
  float: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #545456;
  font-size: 1em;
  font-weight: 400;
}

.statementwrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 25%;
  float: none;
}

.heroimage {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url("../images/sky_blue_white_clouds_tenderness_4937_2560x1600.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.linkblock {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.linkblock._40 {
  width: 40px;
  height: 40px;
  float: left;
}

.herocontent {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 75%;
}

.herocontent.landing {
  height: 600px;
}

.teaserbox {
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
  border-right: 10px solid #edf8f8;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.teaserbox:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.teaserbox._2 {
  border-right-style: none;
}

.teasertxtbox {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 80%;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.teasertxtheader {
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 2.8em;
  line-height: 44px;
  font-style: italic;
  font-weight: 700;
  text-transform: none;
}

.teasertxtheader.small {
  font-size: 2em;
  line-height: 37px;
}

.teaserimage {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/Clean_topimage.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.teaserimage:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/field-5 copy.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/field-5 copy.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hiddenteasertxtbox {
  width: 100%;
}

.teaserbody {
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 27px;
  font-weight: 300;
}

.teaserbody.small {
  font-size: 1.2em;
  line-height: 25px;
}

.buttonhide {
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 20px;
}

.linkblocklarge {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.linkblocklarge:hover {
  opacity: 1;
  text-decoration: none;
}

.subnav {
  position: fixed;
  top: 80px;
  z-index: 0;
  display: none;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e1e3e4;
  background-color: #fff;
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.05);
}

._8div {
  width: 66.64%;
  float: left;
}

._8div.content {
  padding-right: 80px;
  padding-left: 80px;
}

.footer {
  text-transform: uppercase;
}

.h3 {
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #0a7e76;
  font-size: 1.7em;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.h3.separator {
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 300;
  text-transform: uppercase;
}

.h3.nocaps {
  text-align: center;
  text-transform: none;
}

.shc {
  margin-top: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #0a7e76;
  font-size: 1.7em;
  font-weight: 300;
}

.h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #545456;
  font-size: 1.2em;
  line-height: 22px;
  font-weight: 500;
}

.h5._0 {
  margin-top: 0px;
}

.h5._0.no {
  margin-top: 0px;
}

.h5._10 {
  margin-top: 10px;
}

.h5._5 {
  margin-top: 0px;
  margin-bottom: 5px;
}
.twitterheader .h5._5 {
  display: inline;
}

.h5._00 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.h5.no {
  margin-top: 0px;
  margin-bottom: 10px;
}

.quote {
  display: block;
  margin: 30px auto;
  padding: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #0a7e76;
  font-size: 1.8em;
  line-height: 37px;
  font-style: italic;
  font-weight: 300;
}

.quote.green {
  color: #0a7e76;
}

.quote.normal {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-style: normal;
}

.headerteaser {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.8em;
  line-height: 37px;
  font-weight: 300;
  text-align: left;
}

.landpagehero {
  width: 100%;
  height: 500px;
  background-image: url("../images/BANGUI_WINDMILL,ILOCOS_NORTE_2 copy.jpg");
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentsection {
  position: relative;
  z-index: 100;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.contentsection.contentpage {
  padding-top: 150px;
}

.contentsection._1000 {
  height: 100%;
  margin-bottom: 430px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.related-content {
  position: relative;
  z-index: 100;
  width: 100%;
  margin-bottom: 350px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ebeef0;
}

.shortcut-section {
  position: relative;
  z-index: 100;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f2f6f8;
}

.shortcut-section.margin {
  margin-bottom: 430px;
}

._4div {
  width: 33.32%;
  float: left;
}

.paragraph {
  line-height: 27px;
}

.paragraph.list {
  font-weight: 400;
}

.h4 {
  width: 100%;
  float: left;
  font-size: 1.4em;
}

.h4._20 {
  margin-top: 20px;
}

.h4.auto {
  width: auto;
}

.h4.auto.white {
  color: #fff;
  width: 85%;
  margin-bottom: 17px;
  margin-right: 5px;
}

.leadtext {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: 30px;
}

.social {
  position: fixed;
  width: 60px;
  background-color: transparent;
}

.relatedcontent {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.05);
}

.relatedcontent.event {
  padding: 0px;
}

.teaser {
  color: #fff;
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  padding: 20px;
  background-repeat: repeat, no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  position: relative;
  z-index: 1;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.teaser:hover {
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
}
.teaser:hover .buttonhide {
  opacity: 1;
  bottom: 0;
}
.teaser:hover .teaser-content {
  background-color: rgba(0, 0, 0, 0.5);
}
.teaser img {
  vertical-align: top;
}
.teaser h3 {
  margin: 0;
}
.teaser p {
  margin: 0;
  color: inherit;
}
.teaser .teaser-content {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  padding: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.teaser .buttonhide {
  opacity: 0;
  position: absolute;
  bottom: -68px;
  -moz-transition: bottom 0.3s ease, opacity 0.3s ease;
  -o-transition: bottom 0.3s ease, opacity 0.3s ease;
  -webkit-transition: bottom 0.3s ease, opacity 0.3s ease;
  transition: bottom 0.3s ease, opacity 0.3s ease;
}

.socialdiv {
  position: fixed;
  z-index: 49;
  overflow: hidden;
  width: 120px;
  height: auto;
  background-color: transparent;
}

.sharediv {
  width: 40px;
  height: 40px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #e1e3e4;
  background-color: #fff;
}

.sharediv.last {
  position: relative;
  z-index: 10;
  float: left;
  border-bottom-style: solid;
  background-color: #fff;
}

.sharediv.last._2 {
  border-left-style: none;
}

.shareicon {
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Some, sans-serif;
  color: #a4b6b5;
  font-size: 1.2em;
  text-align: center;
}

.shareicon.plus {
  padding-top: 7px;
  font-family: Danskeark, sans-serif;
  font-size: 1.6em;
}

.shareicon.plus._2 {
  padding-top: 9px;
  font-size: 1.2em;
}

.shareholder {
  position: absolute;
  left: 40px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: hidden;
  width: 80px;
  height: 40px;
}

.sectionhero {
  position: relative;
  z-index: 100;
  width: 100%;
  height: auto;
  padding-top: 140px;
  padding-bottom: 40px;
  background-color: #f2f6f8;
}

._5div {
  width: 41.65%;
  float: left;
}

._5div.c {
  display: block;
  text-align: center;
}

._7div {
  width: 58.31%;
  float: left;
}

._7div.content {
  padding-left: 40px;
}

.coverimage {
  display: block;
  width: 350px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/Cover.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.sta-link {
  width: auto;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #ff5959;
  font-size: 1.2em;
  font-weight: 300;
  text-decoration: none;
}
.dowloaddiv .sta-link {
  width: 90%;
}

.sta-link._100 {
  width: 100%;
}

.dowloaddiv {
  padding-top: 10px;
  float: left;
}

.largeiconblock {
  width: 31px;
  height: 45px;
  margin-right: 5px;
  float: left;
}

.largeiconblock._2 {
  height: auto;
}

.largeicon {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Danskeark, sans-serif;
  color: #545456;
  font-size: 2em;
  text-align: left;
}

.largeicon._0 {
  padding-top: 0px;
  padding-bottom: 10px;
}

.flags {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  float: left;
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.flags.texticon {
  float: left;
  margin-right: 10px;
  width: auto;
  height: 32px;
  line-height: 2.3;
  text-transform: uppercase;
}

.flags.china {
  background-image: url("../images/China.png");
}

.flags.japan {
  background-image: url("../images/Japan.png");
}

.small-stalink {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #88888d;
  font-size: 1.1em;
  text-decoration: none;
}
.child._0._100 .small-stalink:hover {
  color: #88888d;
}
.child._0.tools .small-stalink {
  font-weight: 300;
}
.child._0.tools .small-stalink:hover {
  color: #88888d;
}

.small-stalink:hover {
  color: #545456;
}

.linklist-div {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
}

.video {
  margin-top: 40px;
  margin-bottom: 40px;
}

.iconbox {
  width: 50px;
  height: auto;
  margin-bottom: 20px;
}
.twitter .iconbox {
  float: left;
}

.tweet-name {
  float: right;
}

.iconbox.green {
  position: relative;
  top: -33px;
  width: 80px;
  height: 80px;
  margin-bottom: 0px;
  padding-top: 9px;
  background-color: #e8f3f2;
  text-align: center;
}

.largesocialicon {
  font-family: Some, sans-serif;
  color: #00c6b9;
  font-size: 2em;
}

.light {
  font-weight: 300;
}

.inlinelink {
  color: #ff5959;
  text-decoration: none;
}

.inlinelink:hover {
  text-decoration: underline;
}

.twttterblock {
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f3f5;
}
.twttterblock .light {
  color: #545456;
}

.twitterheader {
  margin-bottom: 5px;
}

.name {
  width: 80%;
  float: left;
}

.time {
  width: 20%;
  height: 30px;
  float: left;
}

.tablediv {
  overflow: auto;
  width: 100%;
}

.tabletop {
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  border-bottom: 1px solid #a4b6b5;
}

.tabletop._0 {
  margin-top: 0px;
}

.table4 {
  width: 33.33%;
  height: 100%;
  padding: 10px;
  float: left;
  border-right: 1px none #e1e3e4;
}

.verticllinie {
  display: none;
  width: 1px;
  height: 30px;
  float: right;
  background-color: #e1e3e4;
}

.tablecontent {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  border-bottom: 1px none #a4b6b5;
}

.tablecontent.bg {
  background-color: #edf8f8;
}

.tablecontenttxt {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #545456;
  font-size: 1.1em;
  font-weight: 300;
}

.tablecontenttxt.left {
  float: left;
}

._0divcontent {
  width: 100%;
  padding-left: 80px;
}

.table3 {
  width: 25%;
  height: 100%;
  padding: 12px;
  float: left;
}

.table2 {
  width: 16.66%;
  height: 100%;
  padding: 10px;
  float: left;
}

.table1 {
  width: 8.33%;
  height: 100%;
  padding: 10px;
  float: left;
}

.tablescrollwrapper {
  overflow: auto;
  width: 100%;
}

.icontools {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/icons/can.svg");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.buttoncon {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
}

.link {
  text-decoration: none;
}

.table0 {
  width: 100%;
  padding-top: 10px;
}

.table6 {
  width: 50%;
  padding: 10px;
  float: left;
}

.newsimage {
  width: 100%;
}

.imagenews {
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
  background-image: url("../images/3c_klim_vindmollepark_2.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.authordiv {
  width: 100%;
  margin-bottom: 20px;
}

.newselement {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8f3f2;
}

.filter {
  padding-bottom: 20px;
}

.filterwrapper {
  padding-right: 20px;
  float: left;
}

.checkbutton {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  float: left;
  border: 1px solid #a4b6b5;
}

.formtxt {
  float: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #545456;
  font-size: 1em;
}

.paging {
  width: 100%;
}

.page {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #788181;
  font-size: 1em;
}

.page:hover {
  color: #ff5959;
}

.page.center {
  text-align: center;
}

.page.right {
  text-align: right;
}

.page.right:hover {
  color: #ff5959;
}

.nextpost {
  width: 100%;
}

.socialblock {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.txtfield {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 20px;
  float: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
}

.textarea {
  min-height: 100px;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
}

.commentsdiv {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #e1e3e4;
  border-bottom: 1px solid #e1e3e4;
}

.acrodian {
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.acordianheader {
  width: 100%;
  padding: 14px 10px 8px 20px;
  background-color: #edf8f8;
}

.alink {
  width: 100%;
  text-decoration: none;
}

.arrowbox {
  width: 30px;
  height: 30px;
  float: right;
}

.icontxt {
  -webkit-transition: all 300ms cubic-bezier(0.518, 0.096, 0.026, 1.038);
  transition: all 300ms cubic-bezier(0.518, 0.096, 0.026, 1.038);
  font-family: Danskeark, sans-serif;
  color: #ff5959;
  font-size: 1.3em;
  text-align: center;
}

.icontxt:hover {
  -webkit-transform: rotate(180deg) scale(1.06);
  -ms-transform: rotate(180deg) scale(1.06);
  transform: rotate(180deg) scale(1.06);
}

.acordiancontent {
  width: 100%;
  padding-right: 0px;
  padding-left: 20px;
  float: left;
}

.listwrapper {
  width: 100%;
}

.listitem {
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
}

.inlinlink {
  height: 100%;
  color: #ff5959;
  text-decoration: none;
}

.linkarrow {
  width: 30px;
  height: 100%;
  float: left;
}

.smallarrow {
  height: 50px;
  padding-top: 4px;
  font-family: Danskeark, sans-serif;
  color: #ff5959;
}

.hhdiv {
  display: none;
  width: 100%;
  height: 80px;
  padding-left: 20px;
  float: left;
  background-color: #e1e3e4;
}

.searchtxt {
  height: 80px;
  padding-top: 25px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #545456;
  font-size: 1.8em;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.navsection {
  width: 100%;
  height: 80px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.07);
}

._404con {
  width: 100%;
  height: 100%;
  padding-top: 15%;
  padding-left: 50px;
  background-color: #edf8f8;
}

._404block {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

._404image {
  display: block;
  width: 238px;
  height: 306px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/icons/404.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.attentiondiv {
  position: fixed;
  top: 80px;
  z-index: 500;
  display: block;
  width: 100%;
  border-bottom: 1px none #e8f3f2;
  background-color: #ff5959;
}

.icondiv {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  width: 80px;
  height: 80px;
  float: none;
  background-color: transparent;
}

html.w-mod-js *[data-ix="herobox-down"] {
  -webkit-transform: translate(0px, 130px);
  -ms-transform: translate(0px, 130px);
  transform: translate(0px, 130px);
}

html.w-mod-js *[data-ix="herobox-down-2"] {
  -webkit-transform: translate(0px, 130px);
  -ms-transform: translate(0px, 130px);
  transform: translate(0px, 130px);
}

html.w-mod-js *[data-ix="buttonhide"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 135%);
  -ms-transform: translate(0px, 135%);
  transform: translate(0px, 135%);
}

html.w-mod-js *[data-ix="showbutton"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="sharehide"] {
  -webkit-transform: translate(-80px, 0px);
  -ms-transform: translate(-80px, 0px);
  transform: translate(-80px, 0px);
}

html.w-mod-js *[data-ix="sharehide-2"] {
  -webkit-transform: translate(-80px, 0px);
  -ms-transform: translate(-80px, 0px);
  transform: translate(-80px, 0px);
}

html.w-mod-js *[data-ix="acordiancontenthide"] {
  display: none;
}

html.w-mod-js *[data-ix="searchhide"] {
  display: none;
}

html.w-mod-js *[data-ix="subdivhide"] {
  display: none;
}

html.w-mod-js *[data-ix="subnavhide"] {
  display: none;
}

html.w-mod-js *[data-ix="clevelhide"] {
  display: none;
}

html.w-mod-js *[data-ix="att-hide"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .navlink {
    width: 100%;
  }

  .brand {
    margin-left: 20px;
  }

  .navmenu {
    position: absolute;
    left: 50%;
    z-index: 1000;
    width: 50%;
    height: auto;
    float: right;
    background-color: #e8f3f2;
  }

  .icon.no {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    float: right;
  }

  .h1herowrapper {
    padding-top: 150px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .h2 {
    line-height: 42px;
  }

  .h2._2 {
    margin-bottom: 10px;
    font-size: 1.4em;
    line-height: 23px;
  }

  .textblockcenter {
    margin-bottom: 17px;
  }

  .entrybox {
    padding-right: 30px;
    padding-left: 30px;
  }

  .button.center {
    font-size: 0.9em;
    letter-spacing: 0.5px;
  }

  .button.white.left {
    margin-right: 40px;
  }

  .parentwrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .child {
    padding-right: 0px;
    padding-left: 0px;
  }

  .child._4.bg {
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .child._10._2 {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }

  .child._0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .child._0._100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .child._100._2 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .newstextblock {
    height: auto;
  }

  .newstextblock.bg.auto {
    margin-top: 10px;
  }

  .newstextblock.noimage {
    height: 100%;
  }

  .newstextblock._2 {
    height: 100%;
  }

  .teasersection {
    margin-bottom: 0px;
  }

  .footersection {
    position: static;
    height: auto;
  }

  .slidenav {
    display: block;
  }

  .footertxt {
    padding-left: 0px;
  }

  .footertxt._0 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1em;
  }

  .footerlinks {
    padding-left: 5px;
  }

  .footerlinks.sub {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }

  .footerlinks.sub._2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .footerlinks.sub._2:hover {
    background-color: #fdf9f7;
  }

  .iconimage {
    margin-top: 0px;
  }

  .iconimage._2 {
    margin-top: 0px;
  }

  ._0div._10 {
    padding-left: 10px;
  }

  .herobox {
    height: 240px;
  }

  .herobox.green {
    height: 250px;
  }

  .heroboxwrapper {
    display: block;
    height: 240px;
  }

  .teasertext.big.c.w {
    width: 100%;
  }

  .newstxt {
    line-height: 22px;
  }

  .newstxt.margin {
    line-height: 22px;
  }

  ._6div._100 {
    width: 100%;
    height: 50%;
  }

  ._6div._100.image {
    width: 100%;
    height: 50%;
    padding-right: 0px;
  }

  ._3div._100.cons {
    width: 100%;
    height: 25%;
  }

  ._9div._100 {
    width: 100%;
    height: 75%;
  }

  .shortcutwtapper {
    width: 33.33%;
    height: 100%;
    border-right: 1px solid #e8f3f2;
  }

  .textcon {
    height: 100%;
    padding-right: 30px;
  }

  .statementwrapper {
    height: 20%;
  }

  .herocontent {
    height: 80%;
  }

  .teaserbox {
    border-style: none;
  }

  .teasertxtbox {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .teasertxtheader.small {
    font-size: 1.8em;
    line-height: 33px;
    font-weight: 500;
  }

  ._8div.content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .menubutton {
    height: 100%;
    padding-top: 25px;
  }

  .menubutton.w--open {
    float: right;
    background-color: #edf8f8;
  }

  .iicon {
    color: #545456;
  }

  .contentsection {
    padding-top: 0px;
  }

  .contentsection.contentpage {
    padding-top: 80px;
  }

  .related-content {
    margin-bottom: 0px;
  }

  ._4div {
    padding-right: 20px;
  }

  .paragraph {
    font-size: 1.1em;
    line-height: 25px;
  }

  .teaser {
    height: 300px;
  }
  .teaser p {
    width: 99.9%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 99.9%;
  }

  .socialdiv {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sharediv {
    position: relative;
    z-index: 10;
    float: left;
    border-bottom-style: solid;
  }

  .shareicon.some {
    font-family: Some, sans-serif;
  }

  .shareholder._2 {
    position: relative;
    left: 0px;
  }

  ._7div.content {
    padding-right: 40px;
    padding-left: 0px;
  }

  .coverimage {
    width: 250px;
    height: 360px;
  }

  .sta-link {
    float: none;
  }

  .sta-link._100 {
    float: left;
  }

  .largeiconblock {
    float: left;
  }

  .largeicon {
    float: left;
  }

  .twttterblock {
    width: 100%;
  }

  .tablediv.scroll {
    width: auto;
    min-width: 1000px;
    padding-right: 20px;
  }

  ._0divcontent {
    padding-right: 40px;
    padding-left: 40px;
  }

  .tablescrollwrapper {
    overflow: auto;
  }

  .submobile {
    position: relative;
    z-index: 10;
    padding-left: 20px;
    float: left;
    background-color: #fff;
  }

  .navlinkblock {
    width: auto;
    height: 80px;
    padding-top: 0px;
    padding-right: 50px;
    padding-left: 20px;
    float: left;
    border-bottom: 1px none #a4b6b5;
    font-size: 1em;
    text-decoration: none;
  }

  .navlinkblock:hover {
    background-color: #fff;
  }

  .navlinkblock.white {
    width: auto;
    border-bottom-style: none;
    background-color: transparent;
  }

  .navlinkblock.right {
    padding-right: 0px;
    padding-left: 0px;
    float: right;
  }

  .navlinkblock.auto {
    margin-right: 10px;
    padding-right: 0px;
  }

  .navlinktxt {
    padding-top: 30px;
    float: left;
    font-family: Ubuntu, Helvetica, sans-serif;
    color: #545456;
    font-size: 1.2em;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
  }

  .sublinkarroww {
    width: 80px;
    height: 80px;
    float: right;
    border-left: 1px solid #e1e3e4;
  }

  .sublinkarroww.red {
    background-color: #ff5959;
  }

  .sublinkarroww.left {
    float: left;
    font-family: Some, sans-serif;
  }

  .sublinkarroww.some {
    width: auto;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    float: left;
  }

  .subicon {
    padding-top: 30px;
    font-family: Danskeark, sans-serif;
    color: #ff5959;
    font-size: 1.2em;
    text-transform: none;
  }

  .subicon.search {
    color: #fff;
    font-size: 1.7em;
  }

  .navblock {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #e1e3e4;
  }

  .navblock:hover {
    background-color: #fff;
  }

  .navblock.c {
    display: inline-block;
  }

  .navblock.c.some {
    height: auto;
  }

  .navblock.search {
    background-color: #fdf9f7;
  }

  .secondlevel {
    display: none;
    width: 100%;
    padding: 0px;
    border-bottom: 1px solid #e1e3e4;
    background-color: #fff;
  }

  .clevel {
    display: none;
    width: 100%;
    background-color: #fff;
  }

  .some {
    font-family: Some, sans-serif;
  }

  .attentiondiv {
    padding-left: 10px;
  }

  .icondiv {
    width: 40px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .globalnavsection {
    height: 71px;
  }

  .navlink {
    border-style: none solid solid;
    border-color: #e1e3e4;
    font-size: 1.2em;
    font-weight: 300;
  }

  .navlink.w--current {
    border-style: solid;
    border-color: #fdf9f7;
  }

  .brand {
    width: 167px;
    height: 70px;
    margin-left: 10px;
  }

  .navmenu {
    left: 0%;
    width: 100%;
  }

  .herosection {
    height: 600px;
  }

  .h1.white {
    font-size: 3em;
    line-height: 49px;
  }

  .h1herowrapper {
    position: absolute;
    left: 0%;
    top: 0px;
    right: 0%;
    padding-top: 100px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .iconblock {
    background-size: 52px;
  }

  .iconblock.people {
    background-size: 52px;
  }

  .iconblock.city {
    background-size: 43px;
  }

  .iconwrapper {
    width: 80px;
    height: 80px;
  }

  .h2._2 {
    font-size: 1.5em;
    line-height: 26px;
  }

  .entrybox {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button.center {
    font-size: 0.8em;
  }

  .button.white.left {
    float: left;
  }

  .child {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .child._4.bg {
    padding-right: 0px;
    padding-left: 0px;
  }

  .child._10._2 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .child._0 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .child._0._100 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .child._100 {
    padding-top: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .child._100._2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .newstextblock {
    height: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .newstextblock.bg.auto {
    padding-right: 20px;
    padding-left: 20px;
  }

  .newstextblock._2 {
    height: 100%;
  }

  .date {
    font-weight: 400;
  }

  .footerlinks.sub {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 1.2em;
    text-align: left;
  }

  .socialicon {
    font-family: Some, sans-serif;
  }

  .herobox.green.mip {
    height: 175px;
  }

  .herobox.mip {
    height: 175px;
  }

  .heroboxwrapper {
    display: block;
  }

  .heroboxwrapper.mip {
    height: 175px;
  }

  .teasertext.big.c.w {
    line-height: 32px;
  }

  .newstxt.margin {
    font-size: 1.1em;
    line-height: 23px;
  }

  .newstxt.show {
    display: block;
  }

  .shortcuts._2 {
    height: auto;
  }

  ._6div._100 {
    height: 75%;
  }

  ._6div._100.image {
    height: 600px;
  }

  ._6div._2 {
    width: 100%;
  }

  ._3div._100.cons {
    width: 25%;
    height: 250px;
  }

  ._9div._100 {
    width: 75%;
    height: 250px;
  }

  .shortcutwtapper {
    width: 100%;
    height: 250px;
  }

  .teasertopwrapper {
    padding: 20px 30px;
  }

  .textcon {
    padding-top: 10px;
  }

  .newsletterwrapper {
    padding-top: 20px;
  }

  .statementwrapper {
    position: static;
    display: block;
    height: auto;
  }

  .heroimage {
    bottom: 0px;
    height: 800px;
    background-position: 50% 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .linkblock {
    margin-right: 5px;
  }

  .herocontent {
    height: 100%;
  }

  .teasertxtbox {
    top: 189px;
  }

  ._8div.content {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .h3 {
    font-size: 1.1em;
    line-height: 21px;
  }

  .shc {
    font-size: 1.5em;
  }

  .h5 {
    font-size: 1em;
    line-height: 20px;
  }

  .h5._0 {
    margin-top: 0px;
  }

  .contentsection {
    padding-top: 0px;
  }

  .shortcut-section {
    padding-bottom: 20px;
  }

  ._4div._100 {
    width: 100%;
    padding-left: 20px;
  }

  .teaser {
    position: relative;
    z-index: 100;
    height: 250px;
  }

  .socialdiv {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sharediv {
    position: relative;
    z-index: 10;
    float: left;
    border-bottom-style: solid;
  }

  .shareholder._2 {
    position: relative;
    left: 0px;
  }

  .sectionhero {
    padding-top: 100px;
  }

  ._7div.content {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .twttterblock {
    height: 100%;
  }

  ._0divcontent {
    padding-right: 20px;
    padding-left: 20px;
  }

  .checkbutton {
    width: 30px;
    height: 30px;
  }

  .formtxt {
    margin-top: 4px;
  }

  .submobile {
    display: block;
  }

  .subdiv {
    display: block;
    width: 100%;
    float: left;
    background-color: #fff;
  }

  .attentiondiv {
    height: auto;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .icondiv {
    width: 45px;
    padding-right: 5px;
  }
}
@media (max-width: 479px) {
  .herosection.landing {
    height: 300px;
  }

  .h1.white {
    font-size: 2.2em;
    line-height: 37px;
  }

  .h1herowrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .h2 {
    font-size: 2em;
    line-height: 34px;
  }

  .h2._2 {
    font-size: 1.2em;
    line-height: 19px;
  }

  .entrybox {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button.center {
    padding-right: 15px;
    padding-left: 15px;
    letter-spacing: 0px;
  }

  .child {
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .child._4.bg {
    margin-bottom: 0px;
    padding-right: 5px;
    padding-bottom: 20px;
    padding-left: 5px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .child._4._10 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .child._10._2 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .child._0 {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .child._0._100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .child._0.news {
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .child._50 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .newstextblock {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .newstextblock.bg.auto {
    padding-right: 10px;
    padding-left: 10px;
  }

  .newstextblock.noimage {
    height: 100%;
    padding-top: 10px;
  }

  .newstextblock._2 {
    height: 100%;
    padding-top: 20px;
  }

  .slidenav {
    display: block;
  }

  .footertxt {
    padding-right: 10px;
    font-size: 0.9em;
  }

  .footerlinks {
    font-size: 0.9em;
    line-height: 17px;
  }

  .herobox.green.mip {
    height: 160px;
  }

  .herobox.mip {
    height: 160px;
  }

  .heroboxwrapper.mip {
    height: 160px;
  }

  .linie {
    width: 200px;
  }

  .image._200 {
    height: 150px;
  }

  .newstxt.margin {
    font-size: 1.1em;
    line-height: 20px;
  }

  .newstxt.show._0 {
    font-size: 1em;
  }

  .datebox {
    top: -26px;
  }

  ._6div._10left {
    width: 100%;
  }

  .teasertopwrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footertxtcon {
    width: 100%;
  }

  .fieldlabel {
    font-size: 0.9em;
  }

  .herocontent.landing {
    height: 300px;
  }

  .teasertxtbox {
    padding-right: 20px;
    padding-left: 20px;
  }

  .teasertxtheader {
    font-size: 2.6em;
  }

  .teasertxtheader.small {
    font-size: 1.6em;
    line-height: 29px;
  }

  ._8div {
    width: 100%;
  }

  ._8div.content {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .h3 {
    font-size: 1.1em;
    line-height: 22px;
  }

  .h3.separator {
    font-size: 1.6em;
    line-height: 29px;
  }

  .h5 {
    font-size: 1.1em;
    line-height: 19px;
    font-weight: 500;
  }

  .h5._0 {
    margin-top: 0px;
    font-size: 1em;
  }

  .h5._0.no {
    font-size: 1em;
  }

  .quote {
    padding: 0px;
    font-size: 1.4em;
    line-height: 29px;
  }

  .headerteaser {
    font-size: 1.4em;
    line-height: 27px;
  }

  .landpagehero {
    height: 300px;
  }

  .contentsection {
    padding-top: 0px;
  }

  .h4 {
    font-size: 1.3em;
  }

  .leadtext {
    font-size: 1.3em;
    line-height: 25px;
  }

  .teaser {
    height: 251px;
  }

  .socialdiv {
    width: 100%;
  }

  .small-stalink {
    font-size: 1em;
  }

  .tablediv.scroll {
    width: 800px;
    min-width: auto;
  }

  .table4 {
    padding-right: 5px;
    padding-left: 0px;
  }

  .tablecontenttxt {
    font-size: 1em;
  }

  .filterwrapper {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@font-face {
  font-family: 'Danskeark';
  src: url("../fonts/DanskeArk.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Some';
  src: url("../fonts/some.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
body.front > .contextual-links-region {
  height: 100%;
}

.panel-separator {
  display: none;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.media-wrapper {
  z-index: 1002;
}

.newssection.news {
  padding-bottom: 20px;
}
.newssection.events {
  padding-top: 50px;
}

.event-teaser a.title {
  color: #545456;
}
.event-teaser a.more {
  color: #a7a7a7;
}

.flags.zh-hant {
  background-image: url("../images/flags/Taiwan.png");
}
.flags.zh-hans {
  background-image: url("../images/flags/China.png");
}
.flags.sq {
  background-image: url("../images/flags/Albania.png");
}
.flags.hy {
  background-image: url("../images/flags/Armenia.png");
}
.flags.ar {
  background-image: url("../images/flags/Arabic.png");
}
.flags.az {
  background-image: url("../images/flags/Azerbaijan.png");
}
.flags.eu {
  background-image: url("../images/flags/Basque-Country.png");
}
.flags.be {
  background-image: url("../images/flags/Belarus.png");
}
.flags.bs {
  background-image: url("../images/flags/Bosnia-and-Herzegovina.png");
}
.flags.bg {
  background-image: url("../images/flags/Bulgaria.png");
}
.flags.km {
  background-image: url("../images/flags/Cambodia.png");
}
.flags.hr {
  background-image: url("../images/flags/Croatia.png");
}
.flags.cs {
  background-image: url("../images/flags/Czech-Republic.png");
}
.flags.da {
  background-image: url("../images/flags/Denmark.png");
}
.flags.nl {
  background-image: url("../images/flags/Netherlands.png");
}
.flags.en {
  background-image: url("../images/flags/United-States.png");
}
.flags.en-gb {
  background-image: url("../images/flags/United-Kingdom.png");
}
.flags.es {
  background-image: url("../images/flags/Spain.png");
}
.flags.et {
  background-image: url("../images/flags/Estonia.png");
}
.flags.fi {
  background-image: url("../images/flags/Finland.png");
}
.flags.fr {
  background-image: url("../images/flags/France.png");
}
.flags.ka {
  background-image: url("../images/flags/Georgia.png");
}
.flags.de {
  background-image: url("../images/flags/Germany.png");
}
.flags.el {
  background-image: url("../images/flags/Greece.png");
}
.flags.he {
  background-image: url("../images/flags/Israel.png");
}
.flags.it {
  background-image: url("../images/flags/Italy.png");
}
.flags.ja {
  background-image: url("../images/flags/Japan.png");
}
.flags.ga {
  background-image: url("../images/flags/Ireland.png");
}
.flags.ga {
  background-image: url("../images/flags/Ireland.png");
}
.flags.ko {
  background-image: url("../images/flags/South-Korea.png");
}
.flags.pl {
  background-image: url("../images/flags/Poland.png");
}
.flags.pt {
  background-image: url("../images/flags/Portugal.png");
}
.flags.pt-br {
  background-image: url("../images/flags/Brazil.png");
}
.flags.ru {
  background-image: url("../images/flags/Russia.png");
}

.sectionhero {
  padding-top: 60px;
}

.h5 a,
h5 a {
  color: #545456;
}
.h5:hover a,
h5:hover a {
  color: #ff5959;
}

.container-block {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.layout__two-columns {
  width: 100%;
}
.layout__two-columns .panels-ipe-region {
  float: none;
}
.layout__two-columns .layout__top,
.layout__two-columns .layout__bottom {
  width: 100%;
}
.layout__two-columns .laytout__two-columns--wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 50px 0;
}
@media all and (max-width: 992px) {
  .layout__two-columns .laytout__two-columns--wrapper {
    margin-top: 15px;
  }
}
@media all and (max-width: 767px) {
  .layout__two-columns .laytout__two-columns--wrapper {
    flex-direction: column;
  }
}
.layout__two-columns .laytout__two-columns--wrapper .layout__main {
  width: 66.6%;
  padding: 0 80px;
}
@media all and (max-width: 992px) {
  .layout__two-columns .laytout__two-columns--wrapper .layout__main {
    width: 100%;
    padding: 0 40px;
  }
}
@media all and (max-width: 767px) {
  .layout__two-columns .laytout__two-columns--wrapper .layout__main {
    padding: 0 30px;
  }
}
@media all and (max-width: 479px) {
  .layout__two-columns .laytout__two-columns--wrapper .layout__main {
    padding: 0 20px;
  }
}
.layout__two-columns .laytout__two-columns--wrapper .layout__sidebar {
  width: 33.3%;
}
@media all and (max-width: 767px) {
  .layout__two-columns .laytout__two-columns--wrapper .layout__sidebar {
    width: 100%;
  }
}

body,
body.admin-menu.adminimal-menu {
  padding-top: 72px;
}
body:before,
body.admin-menu.adminimal-menu:before {
  height: 0;
}
body .tabs.primary,
body .messages.error,
body.admin-menu.adminimal-menu .tabs.primary,
body.admin-menu.adminimal-menu .messages.error {
  margin-top: 30px;
}

.globalnavsection {
  z-index: 998;
}
.globalnavsection input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #e1e3e4 inset;
}
@media all and (max-width: 1200px) {
  .globalnavsection input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fdf9f7 inset;
  }
}
.globalnavsection .parentwrapper {
  margin: 0 auto;
  max-width: 1200px;
}
.globalnavsection .searchdiv {
  position: relative;
  margin-top: 80px;
  background: #e1e3e4;
  z-index: -1;
}
.globalnavsection .search .navlinktxt {
  padding-top: 15px;
}
.globalnavsection #edit-search-block-form--2 {
  text-align: center !important;
  outline: none;
}
@media all and (max-width: 991px) {
  .globalnavsection #edit-search-block-form--2 {
    text-align: left !important;
    text-transform: uppercase;
  }
}
.globalnavsection #edit-search-block-form--2:focus, .globalnavsection #edit-search-block-form--2:active, .globalnavsection #edit-search-block-form--2:hover {
  color: #545456;
}
.globalnavsection #edit-search-block-form--2::-webkit-input-placeholder {
  color: #545456;
}
.globalnavsection #edit-search-block-form--2::-moz-placeholder {
  color: #545456;
}
.globalnavsection #edit-search-block-form--2:-moz-placeholder {
  color: #545456;
}
.globalnavsection #edit-search-block-form--2:-ms-input-placeholder {
  color: #545456;
}
.globalnavsection #search-block-form .form-item-search-block-form {
  background-color: #e1e3e4;
}
@media all and (min-width: 992px) and (max-width: 1289px) {
  .globalnavsection .brand {
    margin-left: 20px;
  }
  .globalnavsection #search-block-form {
    padding-top: 25px;
  }
  .globalnavsection .searchtxt {
    padding-top: 0;
  }
  .globalnavsection .searchdiv {
    margin-top: 0;
  }
  .globalnavsection .w-nav-button,
  .globalnavsection .navmenu {
    float: none;
  }
  .globalnavsection .navmenu {
    display: flex;
  }
  .globalnavsection .navmenu .navlink {
    padding: 20px 15px 0 15px !important;
    margin: 0;
    flex-grow: 1;
    text-align: center;
  }
}
@media all and (max-width: 991px) {
  .globalnavsection .w-nav-button {
    padding: 28px;
  }
  .globalnavsection #search-block-form .form-item-search-block-form {
    background-color: #fdf9f7;
  }
}
@media all and (max-width: 767px) {
  .globalnavsection .navbar .navblock.search {
    display: flex !important;
  }
  .globalnavsection .navbar .navblock.search .navlinkblock {
    flex-grow: 2;
    padding-right: 0;
  }
  .globalnavsection .navbar .navblock.search .navlinkblock .navlinktxt {
    width: 100%;
  }
  .globalnavsection .w-nav-button {
    padding-top: 24px;
  }
  .globalnavsection #search-block-form {
    width: 100%;
  }
  .globalnavsection #edit-search-block-form--2 {
    width: 100% !important;
  }
}

.pane-page-breadcrumb {
  margin-top: 60px;
}

.page-page-404 .herosection {
  display: none;
}
.page-page-404 .wrap__404 {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 100;
}

.body {
  position: relative;
  padding-bottom: 306px;
  z-index: 1;
}
@media all and (max-width: 991px) {
  .body {
    padding-bottom: 316px;
  }
}
@media all and (max-width: 800px) {
  .body {
    padding-bottom: 336px;
  }
}
@media all and (max-width: 767px) {
  .body {
    padding-bottom: 516px;
  }
}
@media all and (max-width: 454px) {
  .body {
    padding-bottom: 536px;
  }
}
@media all and (max-width: 434px) {
  .body {
    padding-bottom: 556px;
  }
}
@media all and (max-width: 341px) {
  .body {
    padding-bottom: 576px;
  }
}

.layout__two-columns,
.layout__one-column {
  background: #FFF;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  z-index: -2;
  transform: translate(-50%);
}
.footer .footer__top-wrapper {
  padding-top: 30px;
}
@media all and (max-width: 767px) {
  .footer .footer__top-wrapper {
    text-align: center;
  }
}
.footer .footer__partner-block {
  position: relative;
  width: 120px;
  height: 60px;
  margin-right: 20px;
  display: inline-block;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: 118px;
  background-repeat: no-repeat;
}
.footer .footer__partner-block a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer .footer__bottom-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media all and (max-width: 767px) {
  .footer .footer__bottom-wrapper {
    flex-direction: column;
  }
}
.footer .footer__address {
  flex-basis: 50%;
}
@media all and (max-width: 991px) {
  .footer .footer__address {
    flex-basis: 40%;
  }
}
@media all and (max-width: 767px) {
  .footer .footer__address {
    flex-basis: 100%;
    width: 100%;
  }
}
.footer .footer__address-wrapper,
.footer .footer__subscribe-wrapper,
.footer .footer__social-wrapper {
  padding: 0 5px;
}
.footer .footer__address-title h4,
.footer .footer__subscribe-title h4,
.footer .footer__social-title h4 {
  padding: 20px 0;
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(164, 182, 181, 0.29);
}
.footer .footer__address-left p,
.footer .footer__address-right p {
  width: 50%;
  float: left;
  margin-bottom: 16px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-transform: uppercase;
}
.footer .footer__subscribe,
.footer .footer__social {
  flex-basis: 25%;
}
@media all and (max-width: 991px) {
  .footer .footer__subscribe,
  .footer .footer__social {
    flex-basis: 20%;
  }
}
@media all and (max-width: 767px) {
  .footer .footer__subscribe,
  .footer .footer__social {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
}
.footer .footer__subscribe {
  flex-basis: 25%;
}
@media all and (max-width: 991px) {
  .footer .footer__subscribe {
    flex-basis: 40%;
  }
}
@media all and (max-width: 767px) {
  .footer .footer__subscribe {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .footer .footer__social-icons {
    text-align: center;
  }
}
.footer .footer__social-icon {
  width: auto;
  height: 30px;
  margin-right: 10px;
  padding-top: 5px;
  display: inline-block;
  vertical-align: top;
}
.footer .footer__social-icon:last-child {
  margin-right: 0;
}
@media all and (max-width: 767px) {
  .footer .footer__social-icon:last-child {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .footer .footer__social-icon {
    margin-right: 30px;
  }
}

.footer__relative {
  position: relative;
  bottom: auto;
  left: auto;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  z-index: 1;
  transform: translate(0%);
}

.remove__padding {
  padding-bottom: 0 !important;
}

.shortcuts {
  position: static;
  width: 100%;
  height: 100%;
}
.shortcuts__statement {
  width: 100%;
  height: 250px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 80px 0;
  background-color: #00c6b9;
}
@media all and (max-width: 767px) {
  .shortcuts__statement {
    height: auto;
    padding: 20px 0 30px;
  }
}
.shortcuts__statement--text {
  margin-bottom: 40px;
  padding: 0 30px;
  color: #fff;
  font-size: 25px;
  line-height: 37px;
}
@media all and (max-width: 767px) {
  .shortcuts__statement--text {
    margin-bottom: 0;
    line-height: 32px;
  }
}
.shortcuts__statement--arrow {
  width: 60px;
  height: 60px;
  padding-top: 10px;
  margin: 0 auto;
}
.shortcuts__statement--arrow:hover a {
  transform: translate(0px, 14px);
}
@media all and (max-width: 767px) {
  .shortcuts__statement--arrow {
    display: none;
  }
}
.shortcuts__statement--arrow a {
  display: inline-block;
  transition: all 500ms ease;
  font-family: Danskeark, sans-serif;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .shortcuts__statement--arrow a {
    color: #fff;
  }
}
.shortcuts__main {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  height: 569px;
  margin: 0 auto;
}
@media all and (max-width: 992px) {
  .shortcuts__main {
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: 777px;
  }
}
@media all and (max-width: 767px) {
  .shortcuts__main {
    height: 1310px;
  }
}
.shortcuts__teaser {
  position: relative;
  flex-basis: 50%;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  transition: background-color 0.3s ease 0s;
  overflow: hidden;
}
@media all and (max-width: 992px) {
  .shortcuts__teaser {
    height: 390px;
    flex-basis: auto;
  }
}
@media all and (max-width: 767px) {
  .shortcuts__teaser {
    flex-basis: 50%;
    width: 100%;
    height: 100%;
  }
}
.shortcuts__teaser:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.shortcuts__teaser--img {
  position: absolute;
  top: 0;
  left: -550px;
  width: 1800px;
  height: 794px;
  max-width: none;
  z-index: -1;
  overflow: hidden;
}
@media all and (max-width: 992px) {
  .shortcuts__teaser--img {
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  .shortcuts__teaser--img {
    left: -125px;
    width: 1200px;
    height: 600px;
  }
}
.shortcuts__teaser--titles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 2;
  transition: background-color 0.3s ease 0s;
}
.shortcuts__teaser--titles:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.shortcuts__teaser--block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 80%;
  padding: 20px 20px 0;
  margin: 0 auto 55px;
  text-align: left;
}
@media all and (max-width: 992px) {
  .shortcuts__teaser--block {
    bottom: 50px;
    height: auto;
    padding: 20px 40px;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .shortcuts__teaser--block {
    bottom: 130px;
  }
}
@media all and (max-width: 414px) {
  .shortcuts__teaser--block {
    bottom: 90px;
  }
}
@media all and (max-width: 320px) {
  .shortcuts__teaser--block {
    bottom: 20px;
  }
}
.shortcuts__teaser--block h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-style: italic;
  font-weight: 700;
}
.shortcuts__teaser--block p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}
.shortcuts__teaser--block a {
  text-decoration: none;
}
.shortcuts__list {
  flex-basis: 50%;
}
@media all and (max-width: 991px) {
  .shortcuts__list {
    width: 100%;
    flex-basis: auto;
  }
}
.shortcuts__item {
  width: 100%;
  height: 190px;
  float: left;
  display: flex;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-align: left;
  border-bottom: 2px solid #e8f3f2;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}
@media all and (max-width: 991px) {
  .shortcuts__item {
    flex-direction: column-reverse;
    width: 33.3%;
    height: auto;
    border-left: 2px solid #e8f3f2;
  }
}
@media all and (max-width: 767px) {
  .shortcuts__item {
    width: 100%;
    flex-direction: row-reverse;
  }
}
.shortcuts__item:hover {
  background-color: #edf8f8;
}
.shortcuts__item--text {
  width: 75%;
  float: left;
  padding: 22px 0 70px 30px;
}
@media all and (max-width: 991px) {
  .shortcuts__item--text {
    width: 100%;
    padding-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .shortcuts__item--text {
    width: 75%;
  }
}
.shortcuts__item--image {
  width: 25%;
  height: 190px;
  float: left;
  display: flex;
  border-bottom: 2px solid #e8f3f2;
  background-color: #edf8f8;
}
@media all and (max-width: 991px) {
  .shortcuts__item--image {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0;
    border-left: 2px solid #e8f3f2;
  }
}
@media all and (max-width: 767px) {
  .shortcuts__item--image {
    display: flex;
    padding: 0;
    width: 25%;
  }
}
.shortcuts__item--image img {
  margin: auto;
  width: 60px;
  height: 60px;
}
@media all and (max-width: 991px) {
  .shortcuts__item--image img {
    display: block;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .shortcuts__item--image img {
    display: inline-block;
    margin: auto;
  }
}
.shortcuts__item h3 {
  margin: 0 0 10px;
  color: #0a7e76;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}
@media all and (max-width: 767px) {
  .shortcuts__item h3 {
    font-size: 21px;
  }
}
.shortcuts__item p {
  margin: 0 0 18px;
  padding-left: 0;
  color: #545456;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}
@media all and (max-width: 767px) {
  .shortcuts__item p {
    font-size: 15px;
  }
}
@media all and (min-width: 993px) and (max-width: 1209px) {
  .shortcuts__item p {
    margin-bottom: 5px;
  }
}
.shortcuts__item a {
  text-decoration: none;
}
@media all and (max-width: 991px) {
  .shortcuts__item a {
    margin-bottom: 20px;
  }
}

.herosection {
  height: auto;
}

.herocontent {
  height: auto;
}
.herocontent h3, .herocontent .h3 {
  font-size: 24px;
}
.herocontent h2, .herocontent .h2 {
  font-size: 19px;
}
@media all and (max-width: 767px) {
  .herocontent h2, .herocontent .h2 {
    font-size: 21px;
  }
}
@media all and (max-width: 479px) {
  .herocontent h2, .herocontent .h2 {
    font-size: 17px;
  }
}
.herocontent a.button.center {
  font-size: 13px;
}
@media all and (max-width: 767px) {
  .herocontent a.button.center {
    font-size: 11px;
  }
}
.herocontent .textblockcenter {
  font-size: 15px;
}

.h1herowrapper {
  position: static;
}
@media all and (max-width: 991px) {
  .h1herowrapper {
    padding-top: 100px;
  }
}
@media all and (max-width: 767px) {
  .h1herowrapper {
    padding-top: 35px;
  }
}
.h1herowrapper h1 {
  margin-bottom: 80px;
  font-size: 64px;
}
@media all and (max-width: 1210px) {
  .h1herowrapper h1 {
    padding: 0 30px;
  }
}
@media all and (max-width: 991px) {
  .h1herowrapper h1 {
    margin-bottom: 120px;
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .h1herowrapper h1 {
    margin-bottom: 150px;
    padding: 0;
    font-size: 42px !important;
    line-height: 49px;
  }
}
@media all and (max-width: 479px) {
  .h1herowrapper h1 {
    margin-bottom: 200px;
    padding: 0;
    font-size: 31px !important;
  }
}

.heroboxwrapper {
  position: static;
}

@media all and (max-width: 991px) {
  .herobox {
    height: 250px;
  }
}

.heroimage {
  top: 0;
  z-index: -1;
}

.contextual-links-region {
  height: initial;
}

.body {
  height: initial;
}

.newssection h3, .newssection .h3 {
  font-size: 28px;
}
@media all and (max-width: 479px) {
  .newssection h3, .newssection .h3 {
    font-size: 22px;
  }
}
.newssection h5, .newssection .h5 {
  font-size: 17px;
}
@media all and (max-width: 767px) {
  .newssection h5, .newssection .h5 {
    font-size: 14px;
  }
}
@media all and (max-width: 479px) {
  .newssection h5, .newssection .h5 {
    font-size: 15px;
  }
}
.newssection .newstxt {
  font-size: 15px;
}
.newssection .date {
  font-size: 13px;
}
.newssection .stalink {
  font-size: 14px;
}

.socialicon.large {
  font-size: 22px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  background-color: #ffffff;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.gallery__slider {
  position: relative;
}
.gallery__slider .slick-prev {
  position: absolute;
  top: 0;
  left: 30px;
  height: 100%;
  width: 40px;
  font-size: 40px;
  background: transparent;
  outline: none;
  z-index: 1;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 767px) {
  .gallery__slider .slick-prev {
    left: 10px;
  }
}
.gallery__slider .slick-prev:after {
  content: "\e601";
  font-family: 'webflow-icons';
  color: #fff;
}
.gallery__slider .slick-next {
  position: absolute;
  top: 0;
  right: 30px;
  height: 100%;
  width: 40px;
  font-size: 40px;
  background: transparent;
  outline: none;
  z-index: 1;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 767px) {
  .gallery__slider .slick-next {
    right: 10px;
  }
}
.gallery__slider .slick-next:after {
  content: "\e600";
  font-family: 'webflow-icons';
  color: #fff;
}
.gallery__slider .gallery__fade {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease 0s;
  overflow: hidden;
}
.gallery__slider .gallery__fade:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.gallery__slider .gallery__fade:hover a {
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px);
}
.gallery__slider .gallery__item {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.gallery__slider .gallery__item--wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 80%;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
@media all and (max-width: 991px) {
  .gallery__slider .gallery__item--wrapper {
    bottom: 90px;
  }
}
@media all and (max-width: 767px) {
  .gallery__slider .gallery__item--wrapper {
    bottom: 120px;
  }
}
@media all and (max-width: 414px) {
  .gallery__slider .gallery__item--wrapper {
    bottom: 160px;
  }
}
@media all and (max-width: 320px) {
  .gallery__slider .gallery__item--wrapper {
    bottom: 210px;
  }
}
.gallery__slider .gallery__item--header {
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 44px;
  font-style: italic;
  font-weight: 700;
}
.gallery__slider .gallery__item--subtitle {
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}
.gallery__slider .gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.gallery__slider .gallery__image img {
  width: 100% !important;
  height: 600px;
  max-width: 100%;
}
@media all and (max-width: 1200px) {
  .gallery__slider .gallery__image img {
    position: absolute;
    bottom: 0;
    left: 50%;
    min-width: 1200px;
    height: auto;
    width: auto !important;
    transform: translateX(-50%);
  }
}
@media all and (min-width: 1201px) {
  .gallery__slider .gallery__image img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    transform: translate(-50%, -50%);
  }
}
.gallery__slider .button {
  text-decoration: none;
  opacity: 0;
  transform: translateX(0px) translateY(136%) translateZ(0px);
  transition: opacity 300ms, transform 500ms;
}

body {
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 20px;
  color: #545456;
  font-size: 14px;
  font-weight: 300;
}
body .dark {
  color: #545456;
}
body .dark h1, body .dark h2, body .dark h3, body .dark h4, body .dark h5, body .dark h6, body .dark p {
  color: #545456;
}
body .light {
  color: #FFF;
}
body .light h1, body .light h2, body .light h3, body .light h4, body .light h5, body .light h6, body .light p {
  color: #FFF;
}
body h2 {
  margin: 0 0 20px;
  color: #545456;
  font-size: 45px;
  line-height: 46px;
  font-weight: 300;
}
@media all and (max-width: 479px) {
  body h2 {
    font-size: 28px;
  }
}
body h4 {
  margin: 10px 0;
  color: #545456;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
@media all and (max-width: 479px) {
  body h4 {
    font-size: 18px;
  }
}
body h5 {
  margin: 20px 0 10px;
  color: #545456;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}
@media all and (max-width: 479px) {
  body h5 {
    font-size: 14px;
  }
}
body p {
  margin: 0 0 10px;
  line-height: 27px;
  color: #545456;
  font-size: 17px;
  font-weight: 300;
}
@media all and (max-width: 479px) {
  body p {
    font-size: 15px;
    line-height: 25px;
  }
}
body a {
  font-family: inherit;
  color: #ff5959;
  text-decoration: none;
}
body a.button {
  font-size: 13px;
}
@media all and (max-width: 479px) {
  body a.button {
    font-size: 11px;
  }
}
body .leadtext {
  margin: 20px 0;
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
}
body q,
body blockquote {
  margin: 30px auto;
  padding: 30px;
  display: block;
  color: #0a7e76;
  font-size: 25px;
  line-height: 37px;
  font-style: italic;
  font-weight: 300;
  border-left: 0;
}
@media all and (max-width: 479px) {
  body q,
  body blockquote {
    font-size: 20px;
    line-height: 29px;
  }
}
body ul, body ol {
  margin: 0 0 10px;
  padding-left: 40px;
  font-size: 17px;
  font-weight: 300;
}
@media all and (max-width: 479px) {
  body ul, body ol {
    font-size: 15px;
    line-height: 25px;
  }
}
body ul li, body ol li {
  padding: 5px 0;
}
body ol.arrow-list,
body ul.arrow-list {
  padding-left: 10px;
  list-style: none;
}
body ol.arrow-list li,
body ul.arrow-list li {
  position: relative;
}
body ol.arrow-list li:before,
body ul.arrow-list li:before {
  content: 'b';
  position: absolute;
  top: 2px;
  left: -45px;
  display: block;
  height: 50px;
  padding-top: 4px;
  font-family: Danskeark, sans-serif;
  color: #ff5959;
}
body iframe {
  width: 100%;
}
body table {
  width: 100% !important;
  margin-top: 20px;
  float: none !important;
  border: none;
}
body table.table3 td {
  width: 33%;
}
body table.table4 td {
  width: 25%;
}
body table.table5 td {
  width: 20%;
}
body table.table6 td {
  width: 16.66%;
}
body table thead {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #a4b6b5;
}
body table thead td {
  padding: 10px 0;
  width: auto;
  color: #545456;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  border: none;
}
@media all and (max-width: 479px) {
  body table thead td {
    font-size: 15px;
    line-height: 25px;
  }
}
body table tbody {
  border: none;
}
body table tbody tr:nth-child(2n) {
  background-color: #edf8f8;
}
body table tbody td {
  font-size: 1.1em;
  padding: 17px 12px;
}
body table tbody td.file {
  width: 31px;
  height: 45px;
  margin-right: 5px;
  font-family: Danskeark, sans-serif;
  color: #545456;
  font-size: 2em;
  text-align: left;
}
body table tbody td.file.pdf:after, body table tbody td.file.xls:after {
  width: 100%;
  height: 100%;
  padding: 5px 0;
}
body table tbody td.file.pdf:after {
  content: "m";
}
body table tbody td.file.xls:after {
  content: ".";
}
body table tbody th {
  padding: 12px;
  border-bottom: 1px solid #a4b6b5;
  padding-bottom: 22px;
  color: #545456;
  font-size: 1.2em;
  line-height: 22px;
  font-weight: 500;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 25px;
  color: #545456;
  font-size: 25px;
  font-weight: 300;
  -webkit-text-fill-color: #545456;
  -webkit-box-shadow: 0 0 0px 1000px #e1e3e4 inset;
  border: 1px solid #545456;
  transition: background-color 5000s ease-in-out 0s;
}

.hero-image {
  position: relative;
  height: 430px;
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  overflow: hidden;
}
@media all and (max-width: 479px) {
  .hero-image {
    height: 230px;
  }
}
.hero-image__wrapper {
  position: relative;
  max-width: 1200px;
  margin: 150px auto 0;
  padding: 0 10px;
  z-index: 1;
}
@media all and (max-width: 1210px) {
  .hero-image__wrapper {
    padding: 0 30px;
  }
}
@media all and (max-width: 991px) {
  .hero-image__wrapper {
    margin: 75px auto 0;
    padding: 0 50px;
  }
}
@media all and (max-width: 767px) {
  .hero-image__wrapper {
    margin: 35px auto 0;
    padding: 0 30px;
  }
}
@media all and (max-width: 479px) {
  .hero-image__wrapper {
    margin: 20px auto 0;
    padding: 0 30px;
  }
}
.hero-image__pict {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.hero-image__pict img {
  width: 100% !important;
  height: 600px;
  max-width: 100%;
  z-index: -1;
}
@media all and (max-width: 1200px) {
  .hero-image__pict img {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 1200px;
    height: auto;
    width: auto !important;
    transform: translateX(-50%);
  }
}
@media all and (min-width: 1201px) {
  .hero-image__pict img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    transform: translate(-50%, -50%);
  }
}
.hero-image__header {
  margin: 0 0 20px;
  font-size: 64px;
  line-height: 67px;
  font-weight: 500;
  text-align: left;
}
@media all and (max-width: 767px) {
  .hero-image__header {
    font-size: 42px;
    line-height: 49px;
  }
}
@media all and (max-width: 479px) {
  .hero-image__header {
    font-size: 37px;
    line-height: 31px;
  }
}
.hero-image__subtitle {
  color: #fff;
  font-size: 25px;
  line-height: 37px;
  font-weight: 300;
  text-align: left;
}
@media all and (max-width: 479px) {
  .hero-image__subtitle {
    font-size: 20px;
    line-height: 27px;
  }
}

.a2a_kit {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
}
@media all and (max-width: 992px) {
  .a2a_kit {
    position: relative;
    display: block;
    width: 100%;
    margin: 20px 0;
    font-size: 0;
  }
}
.a2a_kit a {
  display: block;
  padding: 9px;
  border: 1px solid #e1e3e4;
  border-bottom: none;
}
@media all and (max-width: 992px) {
  .a2a_kit a {
    display: inline-block;
    width: 40px;
    border-bottom: 1px solid #e1e3e4;
  }
}
.a2a_kit a.a2a_dd {
  border-bottom: 1px solid #e1e3e4;
}

.news-block, .blog-block,
.page-comment {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8f3f2;
}
.news-block__image, .blog-block .blog-block__image,
.page-comment .blog-block__image {
  position: relative;
  height: 350px;
  margin-bottom: 30px;
  overflow: hidden;
}
.news-block__image img, .blog-block .blog-block__image img,
.page-comment .blog-block__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.news-block__author, .blog-block .blog-block__author, .blog-block .submitted .username, .blog-block ul.links,
.page-comment .blog-block__author,
.page-comment .submitted .username,
.page-comment ul.links, .next-blog__data, .page-search .search-info {
  margin: 10px 0;
  color: #a7a7a7;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
.news-block__author a, .blog-block .blog-block__author a, .blog-block .submitted .username a, .blog-block ul.links a,
.page-comment .blog-block__author a,
.page-comment .submitted .username a,
.page-comment ul.links a, .next-blog__data a, .page-search .search-info a {
  color: #a7a7a7;
}
.news-block__author a:hover, .blog-block .blog-block__author a:hover, .blog-block .submitted .username a:hover, .blog-block ul.links a:hover,
.page-comment .blog-block__author a:hover,
.page-comment .submitted .username a:hover,
.page-comment ul.links a:hover, .next-blog__data a:hover, .page-search .search-info a:hover {
  color: #ff5959;
}
.news-block__author .field-label, .blog-block .blog-block__author .field-label, .blog-block .submitted .username .field-label, .blog-block ul.links .field-label,
.page-comment .blog-block__author .field-label,
.page-comment .submitted .username .field-label,
.page-comment ul.links .field-label, .next-blog__data .field-label, .page-search .search-info .field-label {
  display: none;
}
.news-block__author .field-items a, .blog-block .blog-block__author .field-items a, .blog-block .submitted .username .field-items a, .blog-block ul.links .field-items a,
.page-comment .blog-block__author .field-items a,
.page-comment .submitted .username .field-items a,
.page-comment ul.links .field-items a, .next-blog__data .field-items a, .page-search .search-info .field-items a {
  font-weight: bold;
}
.news-block__author .field-name-field-blog-type, .blog-block .blog-block__author .field-name-field-blog-type, .blog-block .submitted .username .field-name-field-blog-type, .blog-block ul.links .field-name-field-blog-type,
.page-comment .blog-block__author .field-name-field-blog-type,
.page-comment .submitted .username .field-name-field-blog-type,
.page-comment ul.links .field-name-field-blog-type, .next-blog__data .field-name-field-blog-type, .page-search .search-info .field-name-field-blog-type {
  display: inline-block;
  vertical-align: top;
}
.news-block__header h2, .blog-block .blog-block__author h2, .blog-block .submitted .username h2, .blog-block ul.links h2,
.page-comment .blog-block__author h2,
.page-comment .submitted .username h2,
.page-comment ul.links h2 {
  margin-bottom: 20px;
  color: #545456;
  font-size: 44px;
  line-height: 46px;
  font-weight: 300;
}
@media all and (max-width: 479px) {
  .news-block__header h2, .blog-block .blog-block__author h2, .blog-block .submitted .username h2, .blog-block ul.links h2,
  .page-comment .blog-block__author h2,
  .page-comment .submitted .username h2,
  .page-comment ul.links h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.news-block__link {
  margin: 10px 0;
  color: #a7a7a7;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
.news-block__link a {
  color: #a7a7a7;
}
.news-block__link a:hover {
  color: #ff5959;
}

ul.pager {
  position: relative;
}
ul.pager li {
  position: relative;
  margin: 0;
  padding: 4px !important;
}
ul.pager li:after {
  content: '|';
  position: absolute;
  top: 4px;
  right: -4px;
  display: block;
  font-size: 14px;
  font-weight: normal;
}
@media all and (max-width: 479px) {
  ul.pager li:after {
    content: '|';
    position: absolute;
    top: 0;
    right: -4px;
    display: block;
    font-size: 14px;
    font-weight: normal;
  }
}
ul.pager li a {
  color: #788181;
  font-size: 14px;
}
ul.pager li a:hover {
  color: #ff5959;
}
ul.pager li.pager-previous {
  position: absolute;
  top: -5px;
  left: 0;
}
ul.pager li.pager-previous:after {
  content: '';
}
ul.pager li.pager-next {
  position: absolute;
  top: -5px;
  right: 0;
}
ul.pager li.pager-next:after {
  content: '';
}

.blog-block,
.page-comment {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  border-bottom: none;
}
.blog-block .new,
.page-comment .new {
  font-size: 20px;
  line-height: 30px;
  color: #0a7e76;
}
.blog-block input[type="submit"],
.page-comment input[type="submit"] {
  width: auto !important;
}
.blog-block h2.comment-form,
.page-comment h2.comment-form {
  display: none;
}
.blog-block .comment,
.page-comment .comment {
  background: #FFF;
}
.blog-block .comment-wrapper .comment-form,
.page-comment .comment-wrapper .comment-form {
  display: none;
}
.blog-block .blog-block__author .field-label, .blog-block .submitted .username .field-label,
.page-comment .submitted .blog-block .username .field-label, .blog-block ul.links .field-label,
.page-comment .blog-block__author .field-label,
.blog-block .submitted .page-comment .username .field-label,
.page-comment .submitted .username .field-label,
.page-comment ul.links .field-label {
  display: none;
}
.blog-block .blog-block__author .field-items a, .blog-block .submitted .username .field-items a,
.page-comment .submitted .blog-block .username .field-items a, .blog-block ul.links .field-items a,
.page-comment .blog-block__author .field-items a,
.blog-block .submitted .page-comment .username .field-items a,
.page-comment .submitted .username .field-items a,
.page-comment ul.links .field-items a {
  font-weight: bold;
}
.blog-block .blog-block__author .field-name-field-blog-type, .blog-block .submitted .username .field-name-field-blog-type,
.page-comment .submitted .blog-block .username .field-name-field-blog-type, .blog-block ul.links .field-name-field-blog-type,
.page-comment .blog-block__author .field-name-field-blog-type,
.blog-block .submitted .page-comment .username .field-name-field-blog-type,
.page-comment .submitted .username .field-name-field-blog-type,
.page-comment ul.links .field-name-field-blog-type {
  display: inline-block;
  vertical-align: top;
}
.blog-block .blog-block__main-text,
.page-comment .blog-block__main-text {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8f3f2;
}
.blog-block .title,
.page-comment .title {
  margin: 10px 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.blog-block .comment-form,
.page-comment .comment-form {
  width: 100%;
  padding: 10px 0 50px;
  margin: 0;
  background: #FFF;
  border-bottom: 1px solid #e8f3f2;
}
.blog-block label,
.page-comment label {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
}
.blog-block #edit-field-first-name,
.blog-block #edit-field-last-name,
.page-comment #edit-field-first-name,
.page-comment #edit-field-last-name {
  float: left;
  width: 50%;
  padding-right: 10px;
}
.blog-block #edit-field-last-name,
.blog-block #edit-field-email,
.page-comment #edit-field-last-name,
.page-comment #edit-field-email {
  padding-right: 0;
}
.blog-block .form-type-textfield,
.page-comment .form-type-textfield {
  margin: 0;
}
.blog-block input[type="text"],
.page-comment input[type="text"] {
  width: 100%;
  height: 38px;
  margin-bottom: 20px;
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 300;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.blog-block .form-textarea,
.page-comment .form-textarea {
  padding: 8px 12px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.blog-block .grippie,
.page-comment .grippie {
  display: none;
}
.blog-block .content .field-name-field-email,
.page-comment .content .field-name-field-email {
  display: none;
}
.blog-block input[type="submit"],
.page-comment input[type="submit"] {
  width: 120px;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #ff5959;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #ff5959;
  border-radius: 20px;
  background-color: transparent;
  cursor: pointer;
}
.blog-block .comment-by-viewer,
.page-comment .comment-by-viewer {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8f3f2;
}
.blog-block .submitted,
.page-comment .submitted {
  margin: 10px 0;
  color: #a7a7a7;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.blog-block .submitted .permalink,
.page-comment .submitted .permalink {
  display: none;
}
.blog-block .field-name-comment-body,
.page-comment .field-name-comment-body {
  margin-bottom: 10px;
}
.blog-block h3,
.page-comment h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #545456;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}
.blog-block h3 a,
.page-comment h3 a {
  color: #545456;
}
.blog-block h3 a:hover,
.page-comment h3 a:hover {
  color: #545456;
}

.next-blog {
  font-weight: bold;
  text-transform: uppercase;
  color: #a7a7a7;
  font-size: 12px;
  text-align: center;
}

.next-blog__title {
  margin-top: 10px;
  color: #0a7e76;
  font-size: 23px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}
.next-blog__title h3 {
  margin: 10px 0;
  font-weight: 300;
}

.next-blog__data {
  text-align: center;
}
.next-blog__data span {
  display: inline-block;
  vertical-align: top;
}

.view-media-center .views-exposed-form .views-exposed-widget {
  padding: 0 0 5px;
}
.view-media-center form .views-widget-filter-field_blog_type_tid > label {
  margin: 0 0 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #545456;
  font-size: 1.2em;
  line-height: 22px;
  font-weight: 500;
}
.view-media-center form .form-item {
  padding-right: 20px;
  float: left;
}
.view-media-center form .form-item input {
  width: 20px;
  height: 20px;
  margin: 3px 5px 0 0;
  float: left;
}
.view-media-center form .form-item label {
  float: left;
  color: #545456;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

.panels-ipe-portlet-content > h3,
.layout__bottom > h3 {
  position: relative;
  padding: 60px 0 58px;
  margin: 0;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  color: #0a7e76;
  line-height: 24px;
  text-align: center;
  background-color: #ebeef0;
}
.panels-ipe-portlet-content > h3:after,
.layout__bottom > h3:after {
  content: '';
  position: absolute;
  bottom: 38px;
  left: 50%;
  display: block;
  height: 1px;
  width: 300px;
  margin-left: -150px;
  background: #0a7e76;
}

.related-events__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.related-events__content .views-row {
  flex-basis: 25%;
}
@media all and (max-width: 992px) {
  .related-events__content .views-row {
    flex-basis: 50%;
  }
}

.related-news__content,
.related-content__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.related-news__content .views-row,
.related-content__content .views-row {
  flex-basis: 33%;
}
@media all and (max-width: 767px) {
  .related-news__content .views-row,
  .related-content__content .views-row {
    flex-basis: 50%;
  }
}
@media all and (max-width: 479px) {
  .related-news__content .views-row,
  .related-content__content .views-row {
    padding: 0 5px 5px;
  }
}

.related-news,
.related-events,
.related-content {
  padding: 50px 0;
  margin-bottom: 0;
  background-color: #ebeef0;
}
.related-news__wrapper,
.related-events__wrapper,
.related-content__wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.related-news__header,
.related-events__header,
.related-content__header {
  position: relative;
  margin-bottom: 28px;
}
.related-news__header :after,
.related-events__header :after,
.related-content__header :after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: block;
  height: 1px;
  width: 300px;
  margin-left: -150px;
  background: #0a7e76;
}
.related-news__header h3,
.related-events__header h3,
.related-content__header h3 {
  margin: 10px 0 20px;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  color: #0a7e76;
  line-height: 24px;
  text-align: center;
}
.related-news__pager .pager-show-more-next:after,
.related-events__pager .pager-show-more-next:after,
.related-content__pager .pager-show-more-next:after {
  display: none;
}
.related-news__pager .pager-show-more-next a,
.related-events__pager .pager-show-more-next a,
.related-content__pager .pager-show-more-next a {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding: 10px 0;
  color: #ff5959;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.related-news__pager .pager-show-more-next a:hover,
.related-events__pager .pager-show-more-next a:hover,
.related-content__pager .pager-show-more-next a:hover {
  color: #00c6b9;
}

.faq__wrapper .faq__question {
  position: relative;
  width: 100%;
  padding: 14px 10px 8px 20px;
  margin-top: 20px;
  background-color: #edf8f8;
  cursor: pointer;
}
.faq__wrapper .faq__question:after {
  content: 'n';
  position: absolute;
  top: 13px;
  right: 13px;
  display: block;
  color: #ff5959;
  font-family: Danskeark, sans-serif;
  -webkit-transition: all 700ms cubic-bezier(0.518, 0.096, 0.026, 1.038);
  transition: all 700ms cubic-bezier(0.518, 0.096, 0.026, 1.038);
  font-size: 1.3em;
}
.faq__wrapper .faq__question h5 {
  padding-right: 30px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #545456;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}
.faq__wrapper .faq__answer {
  max-height: 0;
  padding: 10px 0 0 20px;
  overflow: hidden;
  transition: .7s;
}
.faq__wrapper .expand:after {
  -webkit-transform: rotate(180deg) scale(1.06);
  -ms-transform: rotate(180deg) scale(1.06);
  transform: rotate(180deg) scale(1.06);
}
.faq__wrapper .show {
  max-height: 5000px;
}

.events-page {
  padding: 50px 0;
  background-color: #f2f6f8;
}
.events-page__header {
  margin: 0 auto;
  width: 100%;
}
.events-page__header h3 {
  position: relative;
  margin: 0 0 58px;
  padding: 10px 0 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #0a7e76;
  line-height: 24px;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.events-page__header h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  margin-left: -150px;
  width: 300px;
  height: 1px;
  background-color: #0a7e76;
}
.events-page__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
}
.events-page__wrapper .views-row {
  flex-basis: 25%;
  word-wrap: break-word;
}
@media all and (max-width: 991px) {
  .events-page__wrapper .views-row {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.events-page__pager ul li:after {
  content: '';
  display: none;
}
.events-page__pager ul li a {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #ff5959;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
.events-page__pager ul li a:hover {
  color: #00c6b9;
}

@media all and (max-width: 767px) {
  .attentiondiv {
    top: 72px;
  }
}
@media all and (max-width: 479px) {
  .attentiondiv {
    padding-left: 0;
  }
}
@media all and (max-width: 479px) {
  .attentiondiv ._1400div {
    width: 80%;
  }
}
@media all and (max-width: 1360px) {
  .attentiondiv ._1400div .h4.auto {
    width: 77%;
  }
}
@media all and (max-width: 1248px) {
  .attentiondiv ._1400div .h4.auto {
    width: 75%;
  }
}
@media all and (max-width: 1048px) {
  .attentiondiv ._1400div .h4.auto {
    width: 72%;
  }
}
@media all and (max-width: 960px) {
  .attentiondiv ._1400div .h4.auto {
    width: 65%;
  }
}
@media all and (max-width: 767px) {
  .attentiondiv ._1400div .h4.auto {
    width: 63%;
  }
}
@media all and (max-width: 615px) {
  .attentiondiv ._1400div .h4.auto {
    width: 57%;
  }
}
@media all and (max-width: 545px) {
  .attentiondiv ._1400div .h4.auto {
    width: 51%;
  }
}
@media all and (max-width: 479px) {
  .attentiondiv ._1400div .h4.auto {
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 1360px) {
  .attentiondiv ._1400div a.button.left {
    margin-left: 10px;
    margin-right: 80px;
  }
}
@media all and (max-width: 767px) {
  .attentiondiv ._1400div a.button.left {
    margin-right: 40px;
    float: right;
  }
}
@media all and (max-width: 479px) {
  .attentiondiv ._1400div a.button.left {
    float: none;
    clear: both;
    display: table;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
}

@media all and (max-width: 991px) {
  .parentwrapper .event-teaser {
    width: 50%;
  }
}

.event-teaser {
  margin-bottom: 30px;
  padding: 0 10px;
  flex-basis: 25%;
}
@media all and (max-width: 991px) {
  .event-teaser {
    padding: 0 5px 10px;
    flex-basis: 50%;
  }
}
@media all and (max-width: 767px) {
  .event-teaser {
    padding: 0 0 10px;
  }
}
.event-teaser__wrapper {
  position: relative;
  height: auto;
  padding: 0 20px 30px;
  background-color: #fff;
  border: 1px solid #f2f6f8;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08);
  overflow: visible;
  transition: opacity 300ms ease;
}
.event-teaser__wrapper:hover {
  background-color: #fdf9f7;
}
.event-teaser__content {
  font-size: 15px;
  line-height: 24px;
  word-break: break-word;
}
@media all and (max-width: 767px) {
  .event-teaser__content {
    display: none;
  }
}
.event-teaser h5 {
  margin-top: 0;
}

.page-search .search-form,
.page-search .search-advanced {
  margin-top: 20px;
}
.page-search label {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
}
.page-search input[type="text"] {
  width: 100%;
  height: 38px;
  margin-bottom: 20px;
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 300;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.page-search input[type="submit"] {
  width: auto;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #ff5959;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #ff5959;
  border-radius: 20px;
  background-color: transparent;
  cursor: pointer;
}
.page-search .form-checkboxes input[type="checkbox"] {
  display: none;
}
.page-search .form-checkboxes input[type="checkbox"]:checked + label:before {
  background: #ff5959;
  border: 1px solid #ff5959;
}
.page-search .form-checkboxes label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.page-search .form-checkboxes label:before {
  content: '';
  position: absolute;
  left: 0px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  background: transparent;
  transition: background .5s;
}
.page-search .search-result {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8f3f2;
}
.page-search .search-snippet-info {
  padding-left: 0;
}
.page-search .title {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #545456;
  font-size: 44px;
  line-height: 46px;
  font-weight: 500;
}
.page-search .title a {
  color: #545456;
  font-weight: 300;
}
.page-search .title a:hover {
  color: #545456;
}

.styleguide {
  margin-top: 100px;
}
.styleguide .colour-grid {
  display: flex;
  flex-wrap: wrap;
}
.styleguide .colour-grid__item {
  flex-basis: 32%;
  height: 85px;
  padding: 10px;
  margin: 0 10px 10px 0;
}
.styleguide .colour-grid__item p {
  text-align: center;
  color: #fff;
}
.styleguide .colour-grid .item1 {
  background: #FFFFFF;
  border: 1px solid black;
}
.styleguide .colour-grid .item1 p {
  color: #545456;
}
.styleguide .colour-grid .item2 {
  background: #CCCCCC;
}
.styleguide .colour-grid .item3 {
  background: #545456;
}
.styleguide .colour-grid .item4 {
  background: #e8f3f2;
}
.styleguide .colour-grid .item4 p {
  color: #545456;
}
.styleguide .colour-grid .item5 {
  background: #a4b6b5;
}
.styleguide .colour-grid .item6 {
  background: #0a7e76;
}
.styleguide .colour-grid .item7 {
  background: #ff5959;
}
.styleguide .colour-grid .item8 {
  background: #0074BD;
}
.styleguide .colour-grid .item9 {
  background: #00c6b9;
}
.styleguide h2 {
  font-size: 32px;
  line-height: 30px;
  font-weight: bold;
}
.styleguide .emph {
  font-size: 1.1em;
  color: #ff5959;
  background: #f9f2f4;
}
.styleguide .example-block {
  padding: 10px;
  border: 1px solid #ccc;
}
.styleguide .code {
  margin-bottom: 0;
  padding: 10px;
  font-family: monospace;
  background: #eee;
  border: 1px solid #ccc;
  border-top: 0px;
}
.styleguide .align_left {
  text-align: left;
}
.styleguide .align_center {
  text-align: center;
}
.styleguide .align_right {
  text-align: right;
}
.styleguide ol.arrow-list,
.styleguide ul.arrow-list {
  padding-left: 50px;
}
