/*
* Compass Core Mixins
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html,
body,
.site-wrapper {
  width: 100%;
  height: 100%; }

.marker {
  display: inline-block;
  color: white;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 4px 5px;
  background: green;
  border-radius: 3px;
  position: relative;
  top: -2px; }

@media all and (max-width: 800px) {
  #toolbar, #admin-menu {
    display: none; }
  html body.toolbar, html body.admin-menu {
    padding-top: 0 !important;
    margin-top: 0 !important; } }

.panels-flexible-region {
  width: 100% !important; }

#admin-menu, #toolbar {
  -webkit-box-shadow: none;
  box-shadow: none; }
  #admin-menu div.toolbar-menu, #toolbar div.toolbar-menu {
    background: #23282d; }

#toolbar-administration {
  z-index: 1000; }

.messages {
  border: none;
  padding: 14px 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 0px;
  color: white;
  background-repeat: no-repeat !important;
  background-position: 20px 16px !important;
  background-size: 16px 16px !important; }
  .messages a {
    color: white;
    text-decoration: underline; }
  .messages.status, .messages.messages--status {
    background: #09896f;
    background-image: url(../images/icons/success.png); }
  .messages.error, .messages.messages--error {
    background: #d52a32;
    background-image: url(../images/icons/error.png); }
  .messages.warning, .messages.messages--warning {
    background: #eca834;
    background-image: url(../images/icons/warning.png); }

.pager {
  clear: both;
  padding-top: 30px; }
  .pager li:before {
    display: none !important; }
  .pager .pager__item {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0px; }
    .pager .pager__item a {
      display: block;
      width: 100%;
      height: 100%; }
      .pager .pager__item a:hover {
        color: white;
        background: black; }
    .pager .pager__item.pager__item--current {
      min-width: 32px;
      height: 32px;
      color: black;
      background: #dddddd; }
    .pager .pager__item.pager__item--next a,
    .pager .pager__item.pager__item--last a {
      padding: 0 10px; }

html:before {
  content: "desktop";
  display: none;
  /* Prevent from displaying. */ }

@media (max-width: 1099px) {
  html:before {
    content: "tablet"; } }

@media (max-width: 767px) {
  html:before {
    content: "mobile"; } }

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
* Frontpage Styling
*/
.path-frontpage .content-wrapper {
  max-width: 100%;
  padding: 0; }
  .path-frontpage .content-wrapper .layout-main {
    width: 100%;
    margin-bottom: 0; }
    .path-frontpage .content-wrapper .layout-main .block[id$="page-title"] {
      display: none; }
    .path-frontpage .content-wrapper .layout-main .view-frontpage {
      display: none; }
    .path-frontpage .content-wrapper .layout-main .region-main-content-bottom {
      border-top: none;
      margin-top: 0; }

/*
* Main Content Styling
*/
.content-wrapper {
  max-width: 1140px;
  padding: 180px 20px 50px;
  margin: 0 auto; }
  .content-wrapper .layout-main {
    width: 100%;
    margin-bottom: 25px; }

/*
* Sidebar Styling
*/
.sidebar-true .content-wrapper .layout-main {
  float: left;
  width: 67.5% !important; }

.sidebar-true .content-wrapper .site-sidebar {
  min-width: 300px;
  width: 30% !important;
  float: right;
  padding-left: 2%;
  border-left: 2px dashed #cccccc; }

@media (max-width: 1099px) {
  .content-wrapper {
    max-width: 680px;
    padding: 100px 20px 50px; }
    .content-wrapper .layout-main {
      width: 100%; }
  .sidebar-true .content-wrapper .layout-main {
    width: 100% !important; }
  .sidebar-true .content-wrapper .site-sidebar {
    width: 100% !important;
    float: right;
    border-left: 0;
    padding-left: 0; } }

@media (max-width: 767px) {
  .sidebar-true .content-wrapper .site-sidebar {
    min-width: 240px; } }

embed,
img,
object,
video {
  max-width: 100%;
  height: auto; }

a,
a:link,
a:visited {
  text-decoration: none;
  color: #bc3869; }
  a:hover,
  a:link:hover,
  a:visited:hover {
    color: #ce5985;
    text-decoration: none; }
    a:hover img,
    a:link:hover img,
    a:visited:hover img {
      opacity: 0.75; }

*:focus {
  outline: 0; }

.grippie {
  display: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button,
input[type="button"],
input[type="submit"] {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid;
  color: #055885;
  font-weight: 600;
  border-radius: 20px;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1em;
  padding: 12px 30px; }
  button:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover {
    background-color: rgba(5, 88, 133, 0.2);
    text-decoration: none; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  background-color: #fff;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  color: #212121;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  padding: 6px 10px 7px;
  max-width: 100%; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    border-color: #055885; }
  @media (max-width: 767px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    textarea {
      width: 100%; } }

input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
textarea.error {
  border: 1px solid #d52a32 !important; }

.form-select.error .chosen-single {
  border: 0px none; }
  .form-select.error .chosen-single span {
    border: 1px solid #d52a32; }

input[type="checkbox"].error + label.option span,
input[type="radio"].error + label.option span {
  border: 1px solid #d52a32; }

input[type=file] {
  width: 100%; }

.form-item label, .form-actions label {
  font-weight: normal;
  margin-bottom: 10px; }

.marker, .form-required {
  color: #d52a32; }

textarea {
  max-width: 100%;
  min-height: 400px; }

#edit-submit {
  margin-top: 15px; }

form .help-block,
form .description,
form .help {
  clear: both;
  display: block;
  margin-top: 5px; }

html.js .form-autocomplete {
  background-image: none; }
  html.js .form-autocomplete.throbbing {
    background-image: url(../images/icons/loader.gif);
    background-repeat: no-repeat;
    background-position: right;
    background-position: calc(100% - 5px);
    background-size: 22px; }

.form-type-radio:after,
.form-type-checkbox:after {
  content: "";
  display: table;
  clear: both; }

.form-type-radio input[type="checkbox"],
.form-type-radio input[type="radio"],
.form-type-checkbox input[type="checkbox"],
.form-type-checkbox input[type="radio"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.form-type-radio label,
.form-type-checkbox label {
  cursor: pointer;
  font-size: 18px;
  margin-left: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.form-type-radio span.radio,
.form-type-radio span.checkbox,
.form-type-checkbox span.radio,
.form-type-checkbox span.checkbox {
  display: inline-block;
  position: relative;
  left: -10px;
  top: -1px;
  width: 15px;
  height: 15px;
  margin: 0 0 0 -20px;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #cccccc;
  cursor: pointer; }
  .form-type-radio span.radio:hover,
  .form-type-radio span.checkbox:hover,
  .form-type-checkbox span.radio:hover,
  .form-type-checkbox span.checkbox:hover {
    border-color: black; }
  .form-type-radio span.radio:active,
  .form-type-radio span.checkbox:active,
  .form-type-checkbox span.radio:active,
  .form-type-checkbox span.checkbox:active {
    opacity: 0.5; }
  .section-feedback-form .form-type-radio span.radio, .section-feedback-form
  .form-type-radio span.checkbox, .section-feedback-form
  .form-type-checkbox span.radio, .section-feedback-form
  .form-type-checkbox span.checkbox {
    margin: 0px; }
  .form-type-radio span.radio.checked,
  .form-type-radio span.checkbox.checked,
  .form-type-checkbox span.radio.checked,
  .form-type-checkbox span.checkbox.checked {
    border-color: #055885; }
    .form-type-radio span.radio.checked:before,
    .form-type-radio span.checkbox.checked:before,
    .form-type-checkbox span.radio.checked:before,
    .form-type-checkbox span.checkbox.checked:before {
      content: "";
      display: block;
      width: 70%;
      height: 70%;
      margin: 15%;
      background: #055885; }

.form-type-radio span.radio {
  border-radius: 50%; }
  .form-type-radio span.radio.checked:before {
    border-radius: 50%; }

.pane-page-content ul:not(.links) :not(.contextual-links) :not(.slides) :not(.menu) :not(.links--inline) {
  margin-bottom: 20px; }
  .pane-page-content ul:not(.links) :not(.contextual-links) :not(.slides) :not(.menu) :not(.links--inline) li {
    position: relative;
    left: 20px;
    margin-bottom: 6px; }
    .pane-page-content ul:not(.links) :not(.contextual-links) :not(.slides) :not(.menu) :not(.links--inline) li:before {
      content: "\2022";
      display: inline-block;
      position: relative;
      left: -12px;
      top: 3px;
      margin-left: -7px;
      font-size: 200%;
      line-height: 0; }

.content-wrapper ul, ol {
  padding-left: 32px;
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  margin: 20px 0; }
  .content-wrapper ul li, ol li {
    margin-bottom: 0.25em; }
    .content-wrapper ul li ul, ol li ul {
      margin-bottom: 0.25em; }

table {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px; }
  table th {
    font-weight: normal;
    color: black;
    background: #dddddd;
    border-color: #dddddd; }
  table td {
    border-color: #dddddd; }
  table tr th, table tr td {
    font-size: 0.75em;
    padding: 0em 1em;
    text-align: left;
    vertical-align: middle; }
  table thead tr th {
    color: white;
    background: #dddddd;
    border-bottom-color: #5e5e5e;
    border-top-color: #5e5e5e; }
  table tbody tr:nth-child(even) th {
    background: #efefef; }
  table tbody tr:nth-child(even) td {
    background: #efefef; }
  table tbody tr:nth-child(odd) th {
    background: #efefef; }
  table tbody tr:nth-child(odd) td {
    background: white; }

html {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30.0px;
  line-height: 1.875rem; }

h1,
h2,
h3,
nav.block[id$="mainnavigation-3"] h2,
.view-content-lists .partner-list h3,
h4,
.resoucres .item-list h3,
.resoucres .item-list nav.block[id$="mainnavigation-3"] h2,
nav.block[id$="mainnavigation-3"] .resoucres .item-list h2,
h5,
h6 {
  color: black; }

h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 60.0px;
  line-height: 3.75rem; }

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px; }


h3,
nav.block[id$="mainnavigation-3"] h2,
.view-content-lists .partner-list h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26.66667px;
  line-height: 1.66667rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }


h4,
.resoucres .item-list h3,
.resoucres .item-list nav.block[id$="mainnavigation-3"] h2,
nav.block[id$="mainnavigation-3"] .resoucres .item-list h2 {
  font-family: "Open Sans", sans-serif;
  margin-top: 10%;
  text-transform: uppercase;
  line-height: 20px;
  height: 30px;
  margin: 0; }
  h4:after, .resoucres .item-list h3:after, .resoucres .item-list nav.block[id$="mainnavigation-3"] h2:after, nav.block[id$="mainnavigation-3"] .resoucres .item-list h2:after {
    content: "- - - - -";
    height: 6.5px;
    display: block;
    bottom: -5px;
    left: 0%; }

h5 {
  font-weight: bold;
  line-height: 2.5;
  height: 60px;
  text-align: center;
  font-size: 30px; }

b,
strong {
  font-weight: bold; }

em {
  font-style: italic; }

p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  margin: 20px 0; }

sup, sub {
  font-size: 75% !important; }

.block[id$="breadcrumbs"] .breadcrumb {
  padding: 25px 0; }
  .block[id$="breadcrumbs"] .breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 15px; }
    .block[id$="breadcrumbs"] .breadcrumb ol li {
      display: inline-block; }
      .block[id$="breadcrumbs"] .breadcrumb ol li a {
        color: #bc3869;
        text-decoration: none; }
      .block[id$="breadcrumbs"] .breadcrumb ol li:before {
        color: #bc3869; }
    .block[id$="breadcrumbs"] .breadcrumb ol li:last-child a {
      color: black;
      font-weight: 100; }

main .chosen-container {
  /* hover state */
  /* active state */ }
  @media (max-width: 767px) {
    main .chosen-container {
      width: 100% !important; } }
  main .chosen-container .chosen-single {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 21px;
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    main .chosen-container .chosen-single span {
      font-weight: normal;
      padding: 5px 10px;
      background: white;
      border: 1px solid #cccccc; }
      main .chosen-container .chosen-single span:hover {
        border-color: #055885; }
    main .chosen-container .chosen-single div {
      border: none;
      background-color: black;
      background-image: url(../images/icons/dropdown-arrow.png);
      background-repeat: no-repeat;
      background-position: 7px 6px;
      background-size: 30px 18px;
      width: 33px;
      height: 33px;
      border-top: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc;
      border-right: 1px solid #cccccc; }
      main .chosen-container .chosen-single div b {
        display: none; }
  main .chosen-container:hover .chosen-single div, main .chosen-container:hover .chosen-single span {
    border-color: #055885; }
  main .chosen-container:hover .chosen-single div {
    background-color: #055885; }
  main .chosen-container.chosen-container-active .chosen-single {
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    main .chosen-container.chosen-container-active .chosen-single div, main .chosen-container.chosen-container-active .chosen-single span {
      border-color: #055885; }
    main .chosen-container.chosen-container-active .chosen-single div {
      background-color: #055885;
      background-image: url(../images/icons/dropdown-arrow.png);
      background-repeat: no-repeat;
      background-position: 7px 6px;
      background-size: 30px 18px; }
  main .chosen-container .chosen-drop {
    margin-top: 0;
    border: none;
    border-left: 1px solid #055885;
    border-right: 1px solid #055885;
    border-bottom: 1px solid #055885;
    -webkit-box-shadow: none;
    box-shadow: none; }
    main .chosen-container .chosen-drop .chosen-results {
      background-color: #dddddd;
      padding: 0;
      margin: -1px 0 0 0;
      border-top: 1px solid #055885; }
      main .chosen-container .chosen-drop .chosen-results li {
        padding: 10px;
        font-size: 15px;
        line-height: 16px;
        padding: 7px 6px;
        -webkit-transition: padding 0.25s ease;
        transition: padding 0.25s ease; }
        main .chosen-container .chosen-drop .chosen-results li.result-selected, main .chosen-container .chosen-drop .chosen-results li.result-selected.highlighted {
          background: #055885;
          color: white; }
        main .chosen-container .chosen-drop .chosen-results li.highlighted {
          color: black;
          background: white;
          padding-left: 13px; }
  main .chosen-container .chosen-choices {
    font-weight: 600;
    padding: 3px 4px 4px;
    background: #dddddd;
    border: 2px solid #cccccc; }
    main .chosen-container .chosen-choices:hover {
      border-color: #aaa; }
    main .chosen-container .chosen-choices .search-choice {
      background: #bebebe;
      border: 0 none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  main .chosen-container.chosen-container-active .chosen-choices {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #055885; }
  main .chosen-container.chosen-container-multi {
    width: 100% !important; }
  main .chosen-container .chosen-search {
    padding: 3px 8px 3px 3px; }
    main .chosen-container .chosen-search input[type="text"] {
      margin: 0;
      border: 0 none;
      padding: 7px 20px 7px 5px;
      font-size: 14px;
      background: url(../images/icons/search.png) no-repeat right center !important;
      background-size: 14px !important; }

main .form-item.form-type-select {
  margin-bottom: 0; }

main .form-select {
  cursor: pointer; }

@media (max-width: 767px) {
  .player {
    width: 100%; }
    .player iframe {
      width: 100%; } }

.progress .filled {
  background: black; }

.site-footer {
  position: relative;
  z-index: 3;
  clear: both; }

.site-footer .region-footer-bottom {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  line-height: 1.666;
  text-align: center;
  background: url("../images/os_pattern.png");
  width: 100%;
  z-index: 3;
  position: absolute;
  padding-top: 40px; }
  .site-footer .region-footer-bottom .copyright {
    font-size: 12px;
    color: white; }
  .site-footer .region-footer-bottom .amazee-accredit {
    max-width: 350px;
    margin: auto; }
    .site-footer .region-footer-bottom .amazee-accredit:after {
      content: "";
      display: table;
      clear: both; }
    .site-footer .region-footer-bottom .amazee-accredit .right img {
      width: 100px; }
    .site-footer .region-footer-bottom .amazee-accredit .left {
      margin-right: 20px; }
      .site-footer .region-footer-bottom .amazee-accredit .left img {
        width: 175px; }
    .site-footer .region-footer-bottom .amazee-accredit .left, .site-footer .region-footer-bottom .amazee-accredit .right {
      float: left; }
      @media (max-width: 480px) {
        .site-footer .region-footer-bottom .amazee-accredit .left, .site-footer .region-footer-bottom .amazee-accredit .right {
          float: none; } }
      .site-footer .region-footer-bottom .amazee-accredit .left .amazee-labs a,
      .site-footer .region-footer-bottom .amazee-accredit .left .amazee-io a, .site-footer .region-footer-bottom .amazee-accredit .right .amazee-labs a,
      .site-footer .region-footer-bottom .amazee-accredit .right .amazee-io a {
        text-decoration: none; }
        .site-footer .region-footer-bottom .amazee-accredit .left .amazee-labs a p,
        .site-footer .region-footer-bottom .amazee-accredit .left .amazee-io a p, .site-footer .region-footer-bottom .amazee-accredit .right .amazee-labs a p,
        .site-footer .region-footer-bottom .amazee-accredit .right .amazee-io a p {
          text-decoration: none;
          color: #ffc60b;
          padding-top: 5px;
          font-size: 12px; }
          .site-footer .region-footer-bottom .amazee-accredit .left .amazee-labs a p img,
          .site-footer .region-footer-bottom .amazee-accredit .left .amazee-io a p img, .site-footer .region-footer-bottom .amazee-accredit .right .amazee-labs a p img,
          .site-footer .region-footer-bottom .amazee-accredit .right .amazee-io a p img {
            -webkit-transition: opacity 1s ease;
            transition: opacity 1s ease; }
            .site-footer .region-footer-bottom .amazee-accredit .left .amazee-labs a p img:hover,
            .site-footer .region-footer-bottom .amazee-accredit .left .amazee-io a p img:hover, .site-footer .region-footer-bottom .amazee-accredit .right .amazee-labs a p img:hover,
            .site-footer .region-footer-bottom .amazee-accredit .right .amazee-io a p img:hover {
              opacity: 0.7; }

.site-footer .block[id$="footercontact"] {
  background-color: #055885;
  text-align: center;
  width: 50%;
  float: left;
  height: 300px;
  z-index: 11; }
  .site-footer .block[id$="footercontact"] .field--name-body {
    margin-left: 17.5%;
    padding: 80px 0;
    font-size: 18px; }
    .site-footer .block[id$="footercontact"] .field--name-body h4, .site-footer .block[id$="footercontact"] .field--name-body .resoucres .item-list h3, .resoucres .item-list .site-footer .block[id$="footercontact"] .field--name-body h3, .site-footer .block[id$="footercontact"] .field--name-body .resoucres .item-list nav.block[id$="mainnavigation-3"] h2, .resoucres .item-list nav.block[id$="mainnavigation-3"] .site-footer .block[id$="footercontact"] .field--name-body h2, .site-footer .block[id$="footercontact"] .field--name-body nav.block[id$="mainnavigation-3"] .resoucres .item-list h2, nav.block[id$="mainnavigation-3"] .resoucres .item-list .site-footer .block[id$="footercontact"] .field--name-body h2 {
      color: #ffc60b;
      margin: 0; }
    .site-footer .block[id$="footercontact"] .field--name-body h5 {
      color: white;
      margin: 0; }
    .site-footer .block[id$="footercontact"] .field--name-body .tel {
      color: white;
      font-weight: 200; }
    .site-footer .block[id$="footercontact"] .field--name-body .num {
      color: #ffc60b;
      font-weight: 200; }
    .site-footer .block[id$="footercontact"] .field--name-body .email {
      color: white;
      font-weight: 200; }
    .site-footer .block[id$="footercontact"] .field--name-body .email2 a {
      color: #ffc60b;
      text-decoration: none;
      font-weight: 200; }

.site-footer .block[id$="footerconnect"] {
  background-color: #09896f;
  text-align: center;
  width: 50%;
  float: right;
  height: 300px;
  z-index: 10; }
  .site-footer .block[id$="footerconnect"] .field--name-body {
    margin-right: 17.5%;
    padding: 80px 0;
    font-size: 18px; }
    .site-footer .block[id$="footerconnect"] .field--name-body h4, .site-footer .block[id$="footerconnect"] .field--name-body .resoucres .item-list h3, .resoucres .item-list .site-footer .block[id$="footerconnect"] .field--name-body h3, .site-footer .block[id$="footerconnect"] .field--name-body .resoucres .item-list nav.block[id$="mainnavigation-3"] h2, .resoucres .item-list nav.block[id$="mainnavigation-3"] .site-footer .block[id$="footerconnect"] .field--name-body h2, .site-footer .block[id$="footerconnect"] .field--name-body nav.block[id$="mainnavigation-3"] .resoucres .item-list h2, nav.block[id$="mainnavigation-3"] .resoucres .item-list .site-footer .block[id$="footerconnect"] .field--name-body h2 {
      color: #ffc60b;
      margin: 0; }
    .site-footer .block[id$="footerconnect"] .field--name-body h5 {
      color: white;
      margin: 0; }
    .site-footer .block[id$="footerconnect"] .field--name-body p {
      margin: 0; }
      .site-footer .block[id$="footerconnect"] .field--name-body p .social-links a {
        text-decoration: none;
        -webkit-transition: opacity 1s ease;
        transition: opacity 1s ease; }
        .site-footer .block[id$="footerconnect"] .field--name-body p .social-links a img {
          width: 60px;
          padding: 10px 8px; }
        .site-footer .block[id$="footerconnect"] .field--name-body p .social-links a:hover {
          opacity: 0.6; }

/* --------------- max-width 1100px ---------------*/
@media (max-width: 1099px) {
  .site-footer .inner .block[id$="footerconnect"] .field--name-body {
    margin: 0 auto !important; }
  .site-footer .inner .block[id$="footercontact"] .field--name-body {
    margin: 0 auto !important; } }

/* --------------- max-width 768 --------------*/
@media (max-width: 767px) {
  .site-footer .inner .block[id$="footerconnect"] {
    width: 100%; }
    .site-footer .inner .block[id$="footerconnect"] .field--name-body {
      margin: 0 auto !important; }
  .site-footer .inner .block[id$="footercontact"] {
    width: 100%; }
    .site-footer .inner .block[id$="footercontact"] .field--name-body {
      margin: 0 auto !important;
      width: 100%; } }

.form-item label {
  font-size: 15px;
  line-height: 18px;
  font-weight: 300; }

.form-item input[type="text"], .form-item input[type="email"], .form-item textarea {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  width: 90%;
  padding: 6px 2% 7px; }

.form-item .form-type-radio, .form-item .form-type-checkbox {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 16px; }

.form-item .form-type-radio label, .form-item .form-type-checkbox label {
  margin-left: 16px; }

.form-item .form-required {
  color: inherit; }

/* Not part of .form-item */
.field--type-boolean .form-type-radio, .field--type-boolean .form-type-checkbox {
  margin-top: 0;
  margin-left: 16px; }

.field--type-boolean .form-type-checkbox label {
  margin-left: 16px; }

.field--type-boolean .description {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  margin-left: -16px; }

/* Not part of .form-item */
fieldset .fieldset-legend {
  font-weight: 600 !important;
  font-size: 15px; }

fieldset .description {
  font-size: 14px;
  margin-left: 0; }

fieldset .fieldset-legend, fieldset .description {
  line-height: 18px;
  font-weight: 300; }

/* ------------------ 0 to 388px-----------------*/
@media (min-width: 0px) and (max-width: 388px) {
  .button {
    margin-bottom: 15px;
    margin-left: 0; } }

.region-header-left, .region-header, .region-header-right {
  height: 100px;
  font-family: "Open Sans", sans-serif; }

header ul {
  margin: 0;
  padding: 0; }

#header-slide {
  margin-top: -60px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  width: 100%;
  z-index: 90;
  position: fixed; }
  #header-slide .hidden-search {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    height: 40px !important;
    margin-top: 20px; }
  #header-slide .region-search {
    display: none; }
  #header-slide.expanded {
    margin-top: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    #header-slide.expanded .hidden-search {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      margin-top: 0px;
      height: 40px; }
      #header-slide.expanded .hidden-search .search-wrapper {
        max-width: 1100px;
        margin: 0 auto;
        position: relative; }
        #header-slide.expanded .hidden-search .search-wrapper:after {
          border-style: solid;
          border-width: 12px 12px 0 12px;
          border-color: white transparent transparent transparent;
          content: " ";
          position: absolute;
          right: 14%;
          height: 0;
          width: 0; }
    #header-slide.expanded .region-search {
      display: block; }
      #header-slide.expanded .region-search label {
        display: none; }
      #header-slide.expanded .region-search .form-item {
        width: 100%;
        margin: 0;
        padding: 0; }
        #header-slide.expanded .region-search .form-item input[type="text"] {
          font-size: 14px;
          height: 40px;
          width: 100%;
          padding: 0;
          border: none;
          text-align: center;
          font-family: "Open Sans", sans-serif; }
      #header-slide.expanded .region-search .button {
        display: none; }
  #header-slide .hidden-search {
    background-color: white;
    height: 60px; }

.header {
  float: left;
  width: 100%;
  z-index: 999;
  background: url("../images/os_pattern.png");
  border-bottom: 4px solid black; }

.header .inner {
  height: 100px;
  max-width: 1100px;
  margin: 0 auto; }

.region-header-left {
  width: 12%;
  float: left; }
  .region-header-left .block-system-branding-block {
    height: 80%;
    padding: 10% 0; }
    .region-header-left .block-system-branding-block a.site-logo {
      position: relative;
      line-height: 0;
      float: left;
      display: block;
      width: 200px;
      height: 100%;
      text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.004); }
      .region-header-left .block-system-branding-block a.site-logo img {
        height: auto;
        width: 100%; }
  .region-header-left .site-name {
    display: none; }

.region-header {
  width: 68.5%;
  float: left; }
  .region-header .block-superfishmain {
    text-align: center;
    margin: 0 auto;
    width: 110%;
    height: 100%;
    margin: 0; }
    .region-header .block-superfishmain .sf-menu {
      margin: 0 auto;
      display: inline-block;
      float: none;
      width: auto;
      height: 100%; }
      .region-header .block-superfishmain .sf-menu .sf-depth-1 {
        height: 104px; }
        .region-header .block-superfishmain .sf-menu .sf-depth-1 ul {
          margin-top: 59px;
          margin-left: -10px;
          border-bottom: 4px solid black;
          background: #ffc60b;
          padding: 10px 0; }
          .region-header .block-superfishmain .sf-menu .sf-depth-1 ul .sf-depth-2 {
            line-height: 0.8;
            padding: 6px 0 0px 18px;
            border-bottom: none; }
            .region-header .block-superfishmain .sf-menu .sf-depth-1 ul .sf-depth-2 a {
              height: 100%;
              padding: 0 0 10px 0;
              color: black;
              font-size: 15px;
              font-weight: 600;
              text-decoration: none; }
        .region-header .block-superfishmain .sf-menu .sf-depth-1 a {
          line-height: 120px;
          color: white;
          font-size: 16px;
          text-decoration: none;
          padding: 0 8px;
          margin: 0;
          text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.004); }
          .region-header .block-superfishmain .sf-menu .sf-depth-1 a:hover {
            color: #ffc60b; }
        @media (min-width: 1100px) {
          .region-header .block-superfishmain .sf-menu .sf-depth-1:hover {
            border-bottom: 4px solid #ffc60b; } }
        .region-header .block-superfishmain .sf-menu .sf-depth-1.active-trail {
          border-bottom: 4px solid #ffc60b; }
          .region-header .block-superfishmain .sf-menu .sf-depth-1.active-trail a {
            color: #ffc60b; }

.search-toggle {
  cursor: pointer;
  display: inline-block;
  float: left;
  width: 4%;
  height: 100%;
  margin-left: -20px;
  padding-top: 45px;
  text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.004); }
  .search-toggle svg {
    margin: 0 40%;
    float: left;
    height: 40%;
    width: 40%; }
    .search-toggle svg path {
      fill: white;
      -webkit-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
  .search-toggle.active svg path {
    fill: #ffc60b; }
  .search-toggle:hover svg path {
    fill: #ffc60b; }
  .search-toggle .cancel {
    background: url("../images/icons/cancel.svg"); }

.region-header-right {
  width: 16%;
  float: right;
  height: 100px; }
  .region-header-right .field--name-body {
    padding-top: 40px; }
    .region-header-right .field--name-body li {
      display: inline-block;
      padding: 0 5px;
      text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.004); }
      .region-header-right .field--name-body li img {
        width: 30px;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease; }
        .region-header-right .field--name-body li img:hover {
          opacity: 0.6; }

/* --------------- max-width 1100px ---------------*/
@media (max-width: 1099px) {
  .block[id$="mainnavigation"] {
    width: 100%; }
  .header {
    height: 75px;
    position: fixed; }
  .header .inner {
    position: relative;
    height: 75px;
    width: 680px;
    max-width: 100%; }
  .region-header-left {
    padding-left: 20px; }
    .region-header-left .block-system-branding-block a.site-logo {
      width: 150px; }
    .region-header-left .site-name {
      display: none; }
  .region-header {
    height: 75px;
    width: 100%; }
    .region-header .block-superfishmain .sf-menu {
      width: 100%;
      max-width: 680px;
      z-index: 1000; }
      .region-header .block-superfishmain .sf-menu .sf-depth-1 ul {
        position: relative !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        width: 100%;
        max-width: 680px;
        height: auto;
        border-bottom: 0px;
        background: #ffc60b;
        padding: 0 0 15px 0; }
        .region-header .block-superfishmain .sf-menu .sf-depth-1 ul .sf-depth-2 {
          height: 20px !important;
          line-height: 20px !important;
          padding: 0 !important;
          border-bottom: none; }
          .region-header .block-superfishmain .sf-menu .sf-depth-1 ul .sf-depth-2 a {
            height: 100%;
            padding: 0 0 0 50px;
            color: black;
            font-size: 15px !important;
            font-weight: 600;
            line-height: 15px;
            text-decoration: none; }
            .region-header .block-superfishmain .sf-menu .sf-depth-1 ul .sf-depth-2 a:before {
              content: "\BB";
              padding: 0 5px 0 50px;
              font-size: 15px; }
      .region-header .block-superfishmain .sf-menu .sf-depth-1 a:hover {
        color: #ffc60b; }
  .search-toggle {
    position: absolute;
    right: 70px;
    height: 50px;
    margin-top: 27.5px;
    padding-top: 0px;
    width: 30px; }
    .search-toggle svg {
      margin: 0;
      float: left;
      height: auto;
      width: 20px; }
  .region-header-right {
    display: none; } }

/* --------------- max-width 768 --------------*/
@media (max-width: 480px) {
  .header {
    height: 75px; } }

.pager {
  padding-top: 0px;
  margin-top: 50px;
  display: inline-block;
  text-align: center;
  width: 100%; }
  .pager ul, .pager ol {
    display: inline-block;
    margin: 5px 0;
    padding: 0 15px !important;
    height: 100%;
    vertical-align: middle; }
    .pager ul li, .pager ol li {
      display: inline-block;
      width: auto;
      padding: 3px;
      margin: 5px !important;
      border: 1px solid #919191;
      line-height: 28px !important;
      height: 28px !important; }
      .pager ul li:hover, .pager ol li:hover {
        border-color: #055885 !important; }
      .pager ul li a, .pager ol li a {
        color: #055885;
        font-size: 14px;
        line-height: 28px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .pager ul li a:hover, .pager ol li a:hover {
          text-decoration: none;
          background-color: #055885 !important; }
    .pager ul .pager__item--first a, .pager ul .pager__item--previous,
    .pager ul .pager__item--last a, .pager ul .pager__item--next a, .pager ol .pager__item--first a, .pager ol .pager__item--previous,
    .pager ol .pager__item--last a, .pager ol .pager__item--next a {
      padding: 0 20px !important; }
      .pager ul .pager__item--first a:hover, .pager ul .pager__item--previous:hover,
      .pager ul .pager__item--last a:hover, .pager ul .pager__item--next a:hover, .pager ol .pager__item--first a:hover, .pager ol .pager__item--previous:hover,
      .pager ol .pager__item--last a:hover, .pager ol .pager__item--next a:hover {
        text-decoration: none;
        background-color: #055885 !important; }

.path-search .search-toggle {
  display: none; }

.path-search .page-title {
  padding-bottom: 0; }

.path-search .profile-wrapper {
  width: 100%; }
  .path-search .profile-wrapper .image {
    width: 30%;
    height: auto;
    float: left; }
  .path-search .profile-wrapper .profile-teaser {
    width: 65%;
    float: right; }

.path-search article .field--name-field-category {
  display: block !important; }

.path-search .partner-wrapper .image {
  width: 30%;
  float: left; }
  .path-search .partner-wrapper .image img {
    height: auto;
    margin-top: 15px;
    width: 100%; }

.path-search .partner-wrapper .partner-teaser {
  width: 65%;
  float: right;
  padding-top: 25px; }

@media (max-width: 480px) {
  .path-search .profile-wrapper {
    width: 100%; }
    .path-search .profile-wrapper .image {
      width: 100%;
      height: auto;
      float: left; }
    .path-search .profile-wrapper .profile-teaser {
      width: 100%;
      float: left; }
  .path-search .partner-wrapper .image {
    width: 100%;
    float: left; }
    .path-search .partner-wrapper .image img {
      height: auto;
      max-width: 460px;
      margin: 0 auto; }
  .path-search .partner-wrapper .partner-teaser {
    width: 100%;
    float: left;
    text-align: center; } }

.site-sidebar .block {
  border-bottom: 2px dashed #cccccc;
  margin-bottom: 35px;
  padding-bottom: 35px;
  clear: both; }
  .site-sidebar .block .button {
    margin-left: 0;
    margin-top: 15px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid;
    color: rgba(188, 56, 105, 0.9);
    font-weight: 600;
    border-radius: 20px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.05em;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1em;
    padding: 12px 30px; }
    .site-sidebar .block .button:hover {
      background-color: rgba(188, 56, 105, 0.2);
      text-decoration: none; }
  .site-sidebar .block #events .field--name-field-teaser- {
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
    margin: 10px 0;
    color: black; }
  .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] .view-header {
    padding: 0 !important; }
  .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] .field-date-start {
    color: #055885;
    font-weight: 700;
    padding-bottom: 5px; }
  .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] .field--type-image {
    padding-bottom: 10px; }
  .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] h3, .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] h2 {
    padding: 0; }
  .site-sidebar .block.block[id$="newslettersignup-2"] h4, .site-sidebar .block.block[id$="newslettersignup-2"] .resoucres .item-list h3, .resoucres .item-list .site-sidebar .block.block[id$="newslettersignup-2"] h3, .site-sidebar .block.block[id$="newslettersignup-2"] .resoucres .item-list nav.block[id$="mainnavigation-3"] h2, .resoucres .item-list nav.block[id$="mainnavigation-3"] .site-sidebar .block.block[id$="newslettersignup-2"] h2, .site-sidebar .block.block[id$="newslettersignup-2"] nav.block[id$="mainnavigation-3"] .resoucres .item-list h2, nav.block[id$="mainnavigation-3"] .resoucres .item-list .site-sidebar .block.block[id$="newslettersignup-2"] h2 {
    display: none; }
  .site-sidebar .block.block[id$="donatetoopenstreets-2"] h4, .site-sidebar .block.block[id$="donatetoopenstreets-2"] .resoucres .item-list h3, .resoucres .item-list .site-sidebar .block.block[id$="donatetoopenstreets-2"] h3, .site-sidebar .block.block[id$="donatetoopenstreets-2"] .resoucres .item-list nav.block[id$="mainnavigation-3"] h2, .resoucres .item-list nav.block[id$="mainnavigation-3"] .site-sidebar .block.block[id$="donatetoopenstreets-2"] h2, .site-sidebar .block.block[id$="donatetoopenstreets-2"] nav.block[id$="mainnavigation-3"] .resoucres .item-list h2, nav.block[id$="mainnavigation-3"] .resoucres .item-list .site-sidebar .block.block[id$="donatetoopenstreets-2"] h2 {
    display: none; }
  .site-sidebar .block h2 {
    text-transform: uppercase;
    font-size: 40px;
    padding-bottom: 30px;
    font-weight: 700;
    color: #09896f;
    line-height: 40px; }
  .site-sidebar .block p {
    margin: 10px 0 !important; }
  .site-sidebar .block h3, .site-sidebar nav.block[id$="mainnavigation-3"] h2, .site-sidebar .block h5 {
    line-height: 20px;
    font-size: 20px;
    text-align: left;
    height: auto;
    padding: 0 0 0 0;
    font-weight: 700;
    color: #bc3869; }
  .site-sidebar .block.menu--main ul.menu {
    padding-left: 6px;
    font-weight: 600;
    margin: 0; }

.site-sidebar .sponsored-by .view-header {
  padding: 10px 0 10px; }

.site-sidebar .sponsored-by .news-item {
  padding: 0; }
  @media (min-width: 769px) and (max-width: 1099px) {
    .site-sidebar .sponsored-by .news-item {
      display: table; } }
  @media (min-width: 769px) and (max-width: 1099px) {
    .site-sidebar .sponsored-by .news-item article {
      display: table-cell; } }
  @media (max-width: 767px) {
    .site-sidebar .sponsored-by .news-item article {
      width: 50%;
      float: left; } }
  @media (max-width: 480px) {
    .site-sidebar .sponsored-by .news-item article {
      width: 100%;
      max-width: 320px; } }
  .site-sidebar .sponsored-by .news-item article img {
    padding: 10px 0 10px 0; }
  .site-sidebar .sponsored-by .news-item article:nth-child(odd) {
    clear: both; }

.site-sidebar .related-links:after {
  content: "";
  display: table;
  clear: both; }

.site-sidebar .related-links .view-header {
  padding: 10px 0 10px; }

.site-sidebar .related-links .news-item {
  padding: 0; }
  .site-sidebar .related-links .news-item article {
    /*-------------- Only start from the 2nd article -------------*/ }
    @media (min-width: 1100px) {
      .site-sidebar .related-links .news-item article .left-content,
      .site-sidebar .related-links .news-item article .right-content {
        float: none;
        width: 100%; } }
    @media (max-width: 480px) {
      .site-sidebar .related-links .news-item article .left-content,
      .site-sidebar .related-links .news-item article .right-content {
        float: none;
        width: 100%; } }
    .site-sidebar .related-links .news-item article .left-content span.readmore a,
    .site-sidebar .related-links .news-item article .right-content span.readmore a {
      line-height: 1em;
      font-size: 15px; }
    @media (min-width: 769px) and (max-width: 1099px) {
      .site-sidebar .related-links .news-item article:nth-child(n+2) {
        width: 50%;
        float: left; } }
    @media (max-width: 767px) {
      .site-sidebar .related-links .news-item article:nth-child(n+2) {
        width: 50%;
        float: left; } }
    @media (max-width: 480px) {
      .site-sidebar .related-links .news-item article:nth-child(n+2) {
        width: 100%;
        max-width: 320px; } }
    .site-sidebar .related-links .news-item article:nth-child(n+2) img {
      padding: 10px 0 10px 0; }
    .site-sidebar .related-links .news-item article:nth-child(even) {
      clear: both; }

.site-sidebar .upnext:after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 1099px) {
  .site-sidebar .block {
    border-top: 2px dashed #cccccc;
    border-bottom: 0;
    padding-top: 35px;
    padding-bottom: 0px; }
    .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] {
      height: auto;
      display: inline-block; }
      .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] .field-date-start {
        float: left; }
      .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] .field--name-field-image {
        width: 50%;
        float: left; }
      .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] .field--name-field-teaser- {
        width: 50%;
        float: left;
        padding: 0 15px; }
      .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] h3 a span, .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] nav.block[id$="mainnavigation-3"] h2 a span, nav.block[id$="mainnavigation-3"] .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] h2 a span {
        padding: 0;
        width: 100% !important; }
      .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] .field-date-start, .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] h3, .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] h2, .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] span {
        text-align: left;
        padding: 0 15px;
        width: 50% !important;
        float: left; }
      .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] .button {
        float: left;
        clear: left; } }

@media (max-width: 480px) {
  .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] {
    height: auto;
    display: inline-block; }
    .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] .node-content-wrapper {
      width: 100%;
      clear: left; }
    .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] .field-date-start {
      float: left; }
    .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] .field--name-field-image {
      width: 100%;
      margin: 0 auto;
      float: none; }
    .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] h3 a span, .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] nav.block[id$="mainnavigation-3"] h2 a span, nav.block[id$="mainnavigation-3"] .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] h2 a span {
      padding: 0;
      width: 100% !important; }
    .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] .field-date-start, .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] h3, .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] h2, .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] span, .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] .field--name-field-teaser- {
      text-align: left;
      padding: 0;
      width: 100% !important;
      float: none; }
    .site-sidebar .block.block[id$="views-block-content-blocks-block-1-2"] .button {
      float: left;
      clear: left; } }

.block[id$="aboutus"] {
  background-size: cover;
  background-position: top center;
  height: 235px;
  width: 100%; }
  .block[id$="aboutus"] .field--name-body {
    background: #bc3869;
    height: 100%;
    width: 100%;
    padding: 140px 0 25px 0;
    text-align: center;
    color: white; }
    .block[id$="aboutus"] .field--name-body h4, .block[id$="aboutus"] .field--name-body .resoucres .item-list h3, .resoucres .item-list .block[id$="aboutus"] .field--name-body h3, .block[id$="aboutus"] .field--name-body .resoucres .item-list nav.block[id$="mainnavigation-3"] h2, .resoucres .item-list nav.block[id$="mainnavigation-3"] .block[id$="aboutus"] .field--name-body h2, .block[id$="aboutus"] .field--name-body nav.block[id$="mainnavigation-3"] .resoucres .item-list h2, nav.block[id$="mainnavigation-3"] .resoucres .item-list .block[id$="aboutus"] .field--name-body h2 {
      color: #ffc60b;
      height: 50px; }
    .block[id$="aboutus"] .field--name-body h2 {
      font-weight: bold; }
    .block[id$="aboutus"] .field--name-body .teaser {
      line-height: 44px;
      font-weight: 600;
      display: block;
      margin: 0 auto; }
    .block[id$="aboutus"] .field--name-body h2, .block[id$="aboutus"] .field--name-body .teaser, .block[id$="aboutus"] .field--name-body p {
      display: inline;
      color: white;
      font-size: 20px;
      max-width: 1100px;
      line-height: 26px; }
    .block[id$="aboutus"] .field--name-body p {
      display: block;
      padding: 0 40px;
      margin: 0 auto;
      float: none; }
    .block[id$="aboutus"] .field--name-body .button {
      background-color: rgba(0, 0, 0, 0);
      border: 1px solid;
      color: white;
      font-weight: 600;
      border-radius: 20px;
      display: inline-block;
      font-size: 15px;
      letter-spacing: 0.05em;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      line-height: 1em;
      padding: 12px 30px;
      margin-top: 5px;
      display: none; }
      .block[id$="aboutus"] .field--name-body .button:hover {
        background-color: rgba(255, 255, 255, 0.2);
        text-decoration: none; }
  .block[id$="aboutus"]:hover {
    cursor: pointer; }
    .block[id$="aboutus"]:hover .field--name-body .teaser {
      display: none; }
    .block[id$="aboutus"]:hover .field--name-body .button {
      display: inline-block; }

/* ---------------- max-width 935px ---------------*/
@media (max-width: 1099px) {
  .block[id$="aboutus"]:hover {
    cursor: pointer; }
    .block[id$="aboutus"]:hover .field--name-body .teaser {
      display: inline; }
    .block[id$="aboutus"]:hover .field--name-body .button {
      display: inline-block; } }

/* ---------------- max-width 480px ---------------*/
@media (max-width: 480px) {
  .block[id$="aboutus"] {
    width: 100%;
    float: left;
    overflow: hidden;
    height: auto; }
    .block[id$="aboutus"] .field--name-body {
      padding: 120px 0 50px 0; }
      .block[id$="aboutus"] .field--name-body h4, .block[id$="aboutus"] .field--name-body .resoucres .item-list h3, .resoucres .item-list .block[id$="aboutus"] .field--name-body h3, .block[id$="aboutus"] .field--name-body .resoucres .item-list nav.block[id$="mainnavigation-3"] h2, .resoucres .item-list nav.block[id$="mainnavigation-3"] .block[id$="aboutus"] .field--name-body h2, .block[id$="aboutus"] .field--name-body nav.block[id$="mainnavigation-3"] .resoucres .item-list h2, nav.block[id$="mainnavigation-3"] .resoucres .item-list .block[id$="aboutus"] .field--name-body h2 {
        height: 50px; }
      .block[id$="aboutus"] .field--name-body h2, .block[id$="aboutus"] .field--name-body .teaser, .block[id$="aboutus"] .field--name-body p {
        width: 100%;
        max-width: 90%;
        font-size: 18px;
        line-height: 26px; }
      .block[id$="aboutus"] .field--name-body p {
        padding: 0 20px;
        width: 100%; }
      .block[id$="aboutus"] .field--name-body .button {
        display: inline-block;
        margin-top: 15px; } }

/* ---------------- 481px to 768px ---------------*/
@media (min-width: 481px) and (max-width: 768px) {
  .block[id$="aboutus"] {
    height: auto;
    width: 100%;
    float: left;
    overflow: hidden; }
    .block[id$="aboutus"] .field--name-body {
      padding: 120px 0 50px 0; }
      .block[id$="aboutus"] .field--name-body h4, .block[id$="aboutus"] .field--name-body .resoucres .item-list h3, .resoucres .item-list .block[id$="aboutus"] .field--name-body h3, .block[id$="aboutus"] .field--name-body .resoucres .item-list nav.block[id$="mainnavigation-3"] h2, .resoucres .item-list nav.block[id$="mainnavigation-3"] .block[id$="aboutus"] .field--name-body h2, .block[id$="aboutus"] .field--name-body nav.block[id$="mainnavigation-3"] .resoucres .item-list h2, nav.block[id$="mainnavigation-3"] .resoucres .item-list .block[id$="aboutus"] .field--name-body h2 {
        height: 50px; }
      .block[id$="aboutus"] .field--name-body h2, .block[id$="aboutus"] .field--name-body .teaser, .block[id$="aboutus"] .field--name-body p {
        width: 100%;
        max-width: 90%; }
      .block[id$="aboutus"] .field--name-body p {
        padding: 0 20px;
        width: 100%; }
      .block[id$="aboutus"] .field--name-body .button {
        display: inline-block;
        margin-top: 15px; } }

/* ---------------- 768px to 1099px ---------------*/
@media (min-width: 769px) and (max-width: 1099px) {
  .block[id$="aboutus"] {
    height: auto; }
    .block[id$="aboutus"] .field--name-body {
      padding: 120px 5% 50px; }
      .block[id$="aboutus"] .field--name-body h4, .block[id$="aboutus"] .field--name-body .resoucres .item-list h3, .resoucres .item-list .block[id$="aboutus"] .field--name-body h3, .block[id$="aboutus"] .field--name-body .resoucres .item-list nav.block[id$="mainnavigation-3"] h2, .resoucres .item-list nav.block[id$="mainnavigation-3"] .block[id$="aboutus"] .field--name-body h2, .block[id$="aboutus"] .field--name-body nav.block[id$="mainnavigation-3"] .resoucres .item-list h2, nav.block[id$="mainnavigation-3"] .resoucres .item-list .block[id$="aboutus"] .field--name-body h2 {
        height: 50px; }
      .block[id$="aboutus"] .field--name-body h2, .block[id$="aboutus"] .field--name-body .teaser, .block[id$="aboutus"] .field--name-body p {
        width: 100%;
        max-width: 90%; }
      .block[id$="aboutus"] .field--name-body p {
        text-align: left; }
      .block[id$="aboutus"] .field--name-body .button {
        display: inline-block;
        margin-top: 5px; }
      .block[id$="aboutus"] .field--name-body .teaser {
        float: left;
        width: 67%;
        text-align: left; }
        .block[id$="aboutus"] .field--name-body .teaser p {
          padding-right: 0;
          margin: 0;
          max-width: 100%; }
      .block[id$="aboutus"] .field--name-body .about-button {
        float: right;
        width: 30%; }
    .block[id$="aboutus"]:hover {
      cursor: pointer; }
      .block[id$="aboutus"]:hover .field--name-body .teaser {
        display: inline-block; }
      .block[id$="aboutus"]:hover .field--name-body .button {
        display: inline-block; } }

.block-addtoany {
  margin-top: 25px;
  width: auto;
  clear: both; }
  .block-addtoany a span {
    float: left; }
    .block-addtoany a span.a2a_count span {
      float: none; }

.donate-block {
  line-height: 1.666;
  text-align: center;
  width: 100%;
  height: 400px;
  margin: 40px 0 0 0;
  overflow: hidden;
  text-align: center;
  color: black; }
  .donate-block h4, .donate-block .resoucres .item-list h3, .resoucres .item-list .donate-block h3, .donate-block .resoucres .item-list nav.block[id$="mainnavigation-3"] h2, .resoucres .item-list nav.block[id$="mainnavigation-3"] .donate-block h2, .donate-block nav.block[id$="mainnavigation-3"] .resoucres .item-list h2, nav.block[id$="mainnavigation-3"] .resoucres .item-list .donate-block h2 {
    color: #09896f; }
  .donate-block h5 {
    color: #bc3869; }
  .donate-block p {
    line-height: 24px;
    max-width: 400px;
    margin: 0 auto; }
  .donate-block .donate-form {
    width: 325px;
    height: 156px;
    z-index: 36;
    margin: 0px auto; }
    @media (min-width: 481px) and (max-width: 568px) {
      .donate-block .donate-form {
        height: 160px; } }
    .donate-block .donate-form form {
      line-height: 0; }
    .donate-block .donate-form table {
      border: none;
      width: 0;
      margin: 0; }
      .donate-block .donate-form table td {
        padding: 10px 0;
        background: none;
        text-align: center; }
      .donate-block .donate-form table input[type="text"] {
        text-align: center;
        font-weight: 300;
        font-size: 14px;
        width: 325px;
        height: 50px; }
  .donate-block .donate-images {
    width: 135px;
    margin: 10px auto; }

.node--id-291 .donate-block {
  height: auto; }

/* Frontpage donate block */
.block[id$="donatetoopenstreets-2"] h2 {
  line-height: 30px; }

.block[id$="donatetoopenstreets-2"] .donate-block {
  margin: 0; }

.region-sidebar .donate-block {
  height: auto;
  text-align: left; }
  .region-sidebar .donate-block p {
    line-height: 22px;
    text-align: left;
    max-width: 280px;
    padding: 0; }
  .region-sidebar .donate-block .donate-form {
    width: 300px;
    z-index: 36;
    margin: 0; }
    .region-sidebar .donate-block .donate-form table {
      border: none;
      width: 0;
      margin: 0;
      width: 100%; }
      .region-sidebar .donate-block .donate-form table td {
        background: none;
        float: left;
        padding: 10px 0; }
      .region-sidebar .donate-block .donate-form table input[type="text"] {
        font-weight: 300;
        font-size: 14px;
        width: 280px;
        max-width: 280px;
        height: 50px; }
      .region-sidebar .donate-block .donate-form table input {
        float: left; }
  .region-sidebar .donate-block .donate-images {
    width: 135px;
    float: left; }

.block[id$="donate-3"] {
  background: white;
  height: 440px;
  clear: both; }
  .block[id$="donate-3"] .field--name-body {
    color: black;
    padding: 18px 0; }
    .block[id$="donate-3"] .field--name-body h5 {
      color: #bc3869; }
    .block[id$="donate-3"] .field--name-body .donate-form table input[type="text"] {
      margin: 0 10px 10px 10px;
      width: 300px; }

/* -------------- max-width 768px ---------------*/
@media (max-width: 768px) {
  overflow: hidden;
  .block[id$="donate-2"] .donate-form input[type="text"] {
    width: 290px;
    margin: 0 15px; }
  .region-sidebar .donate-block .donate-form {
    width: 100%; }
    .region-sidebar .donate-block .donate-form table {
      width: 100%; }
      .region-sidebar .donate-block .donate-form table td {
        width: 100%; }
      .region-sidebar .donate-block .donate-form table input[type="text"] {
        width: 90%; }
  .block[id$="donate-3"] .donate-block {
    padding-bottom: 20px; }
    .block[id$="donate-3"] .donate-block .field--name-body .donate-form input[type="text"] {
      width: 290px;
      margin: 0 15px; }
    .block[id$="donate-3"] .donate-block .field--name-body p {
      width: 300px;
      margin: 0 auto; } }

.block[id$="getinvolved-2"] {
  background: url("../images/volunteers.png");
  background-size: auto 100%;
  background-position: top center;
  line-height: 1.666;
  text-align: center;
  width: 100%;
  padding: 50px 0 30px 0;
  clear: both; }
  @media (max-width: 1099px) {
    .block[id$="getinvolved-2"] {
      margin-top: -100px !important; } }
  .block[id$="getinvolved-2"] .field--name-body {
    text-align: center;
    color: white;
    margin: 40px auto; }
    .block[id$="getinvolved-2"] .field--name-body h4, .block[id$="getinvolved-2"] .field--name-body .resoucres .item-list h3, .resoucres .item-list .block[id$="getinvolved-2"] .field--name-body h3, .block[id$="getinvolved-2"] .field--name-body .resoucres .item-list nav.block[id$="mainnavigation-3"] h2, .resoucres .item-list nav.block[id$="mainnavigation-3"] .block[id$="getinvolved-2"] .field--name-body h2, .block[id$="getinvolved-2"] .field--name-body nav.block[id$="mainnavigation-3"] .resoucres .item-list h2, nav.block[id$="mainnavigation-3"] .resoucres .item-list .block[id$="getinvolved-2"] .field--name-body h2 {
      color: #ffc60b; }
    .block[id$="getinvolved-2"] .field--name-body h5 {
      color: white; }
    .block[id$="getinvolved-2"] .field--name-body p {
      margin: 0;
      color: white; }
    .block[id$="getinvolved-2"] .field--name-body a {
      background-color: rgba(0, 0, 0, 0);
      border: 1px solid;
      color: white;
      font-weight: 600;
      border-radius: 20px;
      display: inline-block;
      font-size: 15px;
      letter-spacing: 0.05em;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      line-height: 1em;
      padding: 12px 30px;
      margin-top: 15px; }
      .block[id$="getinvolved-2"] .field--name-body a:hover {
        background-color: rgba(255, 255, 255, 0.2);
        text-decoration: none; }

/* ---------------max-width 736px ---------------- */
@media (max-width: 736px) {
  .block[id$="getinvolved-2"] {
    padding: 30px 0 30px 0; }
    .block[id$="getinvolved-2"] .field--name-body p {
      margin: 0;
      padding: 0 10px; } }

.block[id$="openstreetsmanifesto-2"] {
  background: #ffc60b;
  width: 100%;
  text-align: center;
  height: 120px; }
  .block[id$="openstreetsmanifesto-2"] .field--name-body {
    margin: 0 auto;
    width: 70%;
    min-width: 800px; }
    .block[id$="openstreetsmanifesto-2"] .field--name-body img {
      width: 150px;
      margin: 0 auto;
      margin-top: 20px; }
    .block[id$="openstreetsmanifesto-2"] .field--name-body h1 {
      font-weight: 600;
      color: #bc3869;
      line-height: 1.2;
      font-family: "museo-slab", "Times New Roman", sans-serif;
      text-align: center;
      line-height: 100px;
      z-index: 10;
      margin-top: -100px; }
    .block[id$="openstreetsmanifesto-2"] .field--name-body .button {
      background-color: rgba(0, 0, 0, 0);
      border: 1px solid;
      color: #bc3869;
      font-weight: 600;
      border-radius: 20px;
      display: inline-block;
      font-size: 15px;
      letter-spacing: 0.05em;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      line-height: 1em;
      padding: 12px 30px;
      float: right;
      margin-top: -72.5px;
      margin-right: 190px; }
      .block[id$="openstreetsmanifesto-2"] .field--name-body .button:hover {
        background-color: rgba(188, 56, 105, 0.2);
        text-decoration: none; }
    .block[id$="openstreetsmanifesto-2"] .field--name-body .round-down-button {
      position: absolute;
      top: 35px;
      right: 10%;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.6);
      -webkit-transition: background 0.6s ease;
      transition: background 0.6s ease; }
      .block[id$="openstreetsmanifesto-2"] .field--name-body .round-down-button .round-inner {
        position: relative;
        width: 100%;
        height: 100%; }
        .block[id$="openstreetsmanifesto-2"] .field--name-body .round-down-button .round-inner:before, .block[id$="openstreetsmanifesto-2"] .field--name-body .round-down-button .round-inner:after {
          display: block;
          content: '';
          width: 20px;
          height: 4px;
          background: #bc3869;
          position: absolute;
          top: 25px; }
        .block[id$="openstreetsmanifesto-2"] .field--name-body .round-down-button .round-inner:before {
          left: 21px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .block[id$="openstreetsmanifesto-2"] .field--name-body .round-down-button .round-inner:after {
          left: 9px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
      .block[id$="openstreetsmanifesto-2"] .field--name-body .round-down-button:hover {
        cursor: pointer;
        background: rgba(255, 255, 255, 0.9); }

/* ---------------- max-width 768px ---------------*/
@media (max-width: 768px) {
  .block[id$="openstreetsmanifesto-2"] {
    overflow: hidden;
    float: left;
    width: 100% !important; }
    .block[id$="openstreetsmanifesto-2"] .field--name-body {
      min-width: auto;
      padding: 0 25px;
      width: 100%; }
      .block[id$="openstreetsmanifesto-2"] .field--name-body .round-down-button {
        display: none; }
      .block[id$="openstreetsmanifesto-2"] .field--name-body h1 {
        font-size: 32px; }
      .block[id$="openstreetsmanifesto-2"] .field--name-body .button {
        color: #bc3869;
        background: none; }
        .block[id$="openstreetsmanifesto-2"] .field--name-body .button:hover {
          background: rgba(188, 56, 105, 0.25) !important; } }

/* ---------------- 769px to 940px ---------------*/
@media (max-width: 1099px) {
  .block[id$="openstreetsmanifesto-2"] {
    height: 200px;
    position: relative; }
    .block[id$="openstreetsmanifesto-2"] .field--name-body .button {
      background-color: rgba(0, 0, 0, 0);
      border: 1px solid;
      color: #bc3869;
      font-weight: 600;
      border-radius: 20px;
      display: inline-block;
      font-size: 15px;
      letter-spacing: 0.05em;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      line-height: 1em;
      padding: 12px 30px;
      background-color: rgba(188, 56, 105, 0.4);
      color: white;
      border-color: #bc3869;
      margin: 0 auto;
      width: 160px;
      display: block;
      float: none;
      margin-top: 15px; }
      .block[id$="openstreetsmanifesto-2"] .field--name-body .button:hover {
        background-color: rgba(188, 56, 105, 0.2);
        text-decoration: none; }
    .block[id$="openstreetsmanifesto-2"] .field--name-body .round-down-button {
      position: absolute;
      top: 120px;
      right: 10%; } }

/* -------------- 941px 1099px ---------------*/
@media (min-width: 941px) and (max-width: 1099px) {
  .block[id$="openstreetsmanifesto-2"] .field--name-body h1 {
    padding: 0 35px;
    font-size: 32px; } }

/* ---------------- 1100px 1199px;---------------*/
@media (min-width: 1100px) and (max-width: 1199px) {
  .block[id$="openstreetsmanifesto-2"] .field--name-body {
    width: 100%; }
    .block[id$="openstreetsmanifesto-2"] .field--name-body .button {
      display: block; } }

/* ---------------- 1200px ---------------*/
@media (min-width: 1200px) {
  .block[id$="openstreetsmanifesto-2"]:hover {
    cursor: pointer; }
    .block[id$="openstreetsmanifesto-2"]:hover .field--name-body h1, .block[id$="openstreetsmanifesto-2"]:hover .field--name-body img {
      display: none; }
    .block[id$="openstreetsmanifesto-2"]:hover .field--name-body .button {
      display: inline-block;
      margin: 0 auto;
      margin-top: 40px;
      float: none; }
  .block[id$="openstreetsmanifesto-2"] .field--name-body:hover h1, .block[id$="openstreetsmanifesto-2"] .field--name-body:hover img {
    display: none; }
  .block[id$="openstreetsmanifesto-2"] .field--name-body:hover .button {
    display: inline-block;
    margin: 0 auto;
    margin-top: 40px;
    float: none; }
  .block[id$="openstreetsmanifesto-2"] .field--name-body .button {
    display: none; } }

.block[id$="newslettersignup-3"] {
  background: #ffc60b;
  clear: both;
  width: 100%;
  padding: 50px 0 25px 0;
  overflow: hidden; }
  .block[id$="newslettersignup-3"] .field--name-body {
    text-align: center;
    color: black;
    margin: 0 auto;
    width: 450px; }
    .block[id$="newslettersignup-3"] .field--name-body h4, .block[id$="newslettersignup-3"] .field--name-body .resoucres .item-list h3, .resoucres .item-list .block[id$="newslettersignup-3"] .field--name-body h3, .block[id$="newslettersignup-3"] .field--name-body .resoucres .item-list nav.block[id$="mainnavigation-3"] h2, .resoucres .item-list nav.block[id$="mainnavigation-3"] .block[id$="newslettersignup-3"] .field--name-body h2, .block[id$="newslettersignup-3"] .field--name-body nav.block[id$="mainnavigation-3"] .resoucres .item-list h2, nav.block[id$="mainnavigation-3"] .resoucres .item-list .block[id$="newslettersignup-3"] .field--name-body h2 {
      color: #09896f; }
    .block[id$="newslettersignup-3"] .field--name-body h5 {
      color: black;
      height: 50px; }
    .block[id$="newslettersignup-3"] .field--name-body p {
      color: black; }
    .block[id$="newslettersignup-3"] .field--name-body a {
      background-color: rgba(0, 0, 0, 0);
      border: 1px solid;
      color: #bc3869;
      font-weight: 600;
      border-radius: 20px;
      display: inline-block;
      font-size: 15px;
      letter-spacing: 0.05em;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      line-height: 1em;
      padding: 12px 30px; }
      .block[id$="newslettersignup-3"] .field--name-body a:hover {
        background-color: rgba(188, 56, 105, 0.2);
        text-decoration: none; }

/* -------------- max-width 480px ---------------*/
@media (max-width: 736px) {
  .block[id$="newslettersignup-3"] {
    padding: 30px 0 30px 0; }
    .block[id$="newslettersignup-3"] .field--name-body {
      width: 300px; }
      .block[id$="newslettersignup-3"] .field--name-body p {
        margin: 0;
        padding: 10px 10px; } }

.block[id$="page-title"] h1 {
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #09896f; }
  @media (max-width: 767px) {
    .block[id$="page-title"] h1 {
      font-size: 30px; } }

@media (min-width: 1100px) {
  .sf-menu.menu {
    float: right;
    display: block;
    list-style: none;
    margin: 5px 0 0 0; }
    .sf-menu.menu li {
      display: inline-block;
      margin: 0 6px; }
      .sf-menu.menu li:last-of-type {
        margin-right: 0; }
      .sf-menu.menu li a {
        color: black;
        padding: 10px 0 5px;
        border-bottom: 1px solid transparent;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .sf-menu.menu li a.user-login-menu {
          position: relative;
          top: 2px;
          background-color: rgba(0, 0, 0, 0);
          border: 1px solid;
          color: black;
          font-weight: 600;
          border-radius: 20px;
          display: inline-block;
          font-size: 15px;
          letter-spacing: 0.05em;
          cursor: pointer;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          line-height: 1em;
          padding: 12px 30px;
          text-transform: uppercase;
          margin-left: 4px; }
          .sf-menu.menu li a.user-login-menu:hover {
            background-color: rgba(0, 0, 0, 0.2);
            text-decoration: none; } }

@media (min-width: 1070px) {
  .sf-menu.menu li {
    margin: 0 11px; } }

@media (min-width: 1180px) {
  .sf-menu.menu li {
    margin: 0 13px; } }

.sf-accordion-toggle {
  position: absolute;
  right: 0px;
  top: 5px;
  height: 70px; }
  .sf-accordion-toggle a {
    cursor: pointer;
    position: relative;
    display: block;
    float: right;
    width: 80px;
    height: 70px;
    padding: 0 27px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .sf-accordion-toggle a span, .sf-accordion-toggle a span:before, .sf-accordion-toggle a span:after {
      content: '';
      position: absolute;
      display: block;
      cursor: pointer;
      height: 4px;
      width: 30px;
      background: white;
      -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    .sf-accordion-toggle a.sf-expanded {
      border-bottom: 5px solid #ffc60b; }
    .sf-accordion-toggle a.sf-expanded span:before, .sf-accordion-toggle a.sf-expanded span:after {
      background: #ffc60b; }
    .sf-accordion-toggle a span {
      text-indent: -9999px;
      top: 31px;
      right: 25px; }
      .sf-accordion-toggle a span:before {
        top: -9px; }
      .sf-accordion-toggle a span:after {
        top: 9px; }
    .sf-accordion-toggle a:hover span:before {
      top: -11px; }
    .sf-accordion-toggle a:hover span:after {
      top: 11px; }
    .sf-accordion-toggle a.sf-expanded span {
      background-color: transparent; }
      .sf-accordion-toggle a.sf-expanded span:before, .sf-accordion-toggle a.sf-expanded span:after {
        top: 0px; }
      .sf-accordion-toggle a.sf-expanded span:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sf-accordion-toggle a.sf-expanded span:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

nav.block[id$="mainnavigation-3"] {
  margin: 0 auto;
  height: 120px;
  text-align: center; }
  @media (max-width: 1099px) {
    nav.block[id$="mainnavigation-3"] {
      height: auto; } }
  nav.block[id$="mainnavigation-3"] h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26.66667px;
    line-height: 1.66667rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #09896f;
    margin: 50px auto;
    width: 100%;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase; }
    @media (max-width: 1099px) {
      nav.block[id$="mainnavigation-3"] h2 {
        margin: 50px auto 25px; } }
    nav.block[id$="mainnavigation-3"] h2:after {
      color: #09896f;
      content: "- - - - -";
      height: 0;
      display: block;
      bottom: -5px;
      left: 0; }
  nav.block[id$="mainnavigation-3"] ul.menu {
    text-align: center;
    display: none;
    margin: 39px auto; }
    @media (max-width: 934px) {
      nav.block[id$="mainnavigation-3"] ul.menu {
        padding-left: 0; } }
    @media (max-width: 1099px) {
      nav.block[id$="mainnavigation-3"] ul.menu {
        display: inline-block; } }
    nav.block[id$="mainnavigation-3"] ul.menu li.menu-item {
      display: inline;
      margin: 0 5px; }
      @media (max-width: 480px) {
        nav.block[id$="mainnavigation-3"] ul.menu li.menu-item {
          display: block; } }
      nav.block[id$="mainnavigation-3"] ul.menu li.menu-item a {
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid;
        color: #bc3869;
        font-weight: 600;
        border-radius: 20px;
        display: inline-block;
        font-size: 15px;
        letter-spacing: 0.05em;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        line-height: 1em;
        padding: 12px 30px; }
        nav.block[id$="mainnavigation-3"] ul.menu li.menu-item a:hover {
          background-color: rgba(188, 56, 105, 0.2);
          text-decoration: none; }
        @media (max-width: 767px) {
          nav.block[id$="mainnavigation-3"] ul.menu li.menu-item a {
            margin-bottom: 20px; } }
  @media (min-width: 1100px) {
    nav.block[id$="mainnavigation-3"]:hover h2 {
      display: none; }
    nav.block[id$="mainnavigation-3"]:hover ul.menu {
      display: inline-block; }
      nav.block[id$="mainnavigation-3"]:hover ul.menu a {
        background-color: rgba(188, 56, 105, 0.2);
        text-decoration: none; } }

@media (max-width: 1099px) {
  ul.sf-menu.sf-accordion.sf-expanded,
  ul.sf-menu.sf-accordion {
    position: fixed !important;
    top: 75px !important;
    background: #ffc60b;
    left: 0 !important;
    right: 0 !important; }
    ul.sf-menu.sf-accordion.sf-expanded a,
    ul.sf-menu.sf-accordion a {
      display: block;
      width: 100%;
      color: black !important;
      padding-left: 50px !important;
      line-height: 40px !important;
      height: 40px !important;
      font-weight: 600;
      font-size: 15px !important; }
      ul.sf-menu.sf-accordion.sf-expanded a:hover,
      ul.sf-menu.sf-accordion a:hover {
        color: #bc3869 !important; }
  .sf-menu.menu {
    display: none; }
  .sf-menu.sf-expanded {
    display: inline-block;
    list-style: none;
    position: fixed;
    height: auto !important;
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
    background: #ffc60b;
    border-bottom: 3px solid black; }
    .sf-menu.sf-expanded li {
      float: none;
      display: inline-block;
      overflow: hidden;
      height: auto !important;
      position: relative;
      border-bottom: 2px solid #fdb916; }
      .sf-menu.sf-expanded li#main-menu-link-content7e03c153-d1ad-4fbb-ba02-2c5151524796-accordion {
        border-bottom: 0; }
      .sf-menu.sf-expanded li.menuparent.sf-expanded a.sf-accordion-button:after, .sf-menu.sf-expanded li.menuparent.sf-expanded a.sf-accordion-button:before {
        width: 15px;
        height: 2px; }
      .sf-menu.sf-expanded li.menuparent.sf-expanded a.sf-accordion-button:before {
        right: 27px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sf-menu.sf-expanded li.menuparent.sf-expanded a.sf-accordion-button:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 27px; }
      .sf-menu.sf-expanded li.menuparent a.sf-accordion-button {
        position: absolute;
        right: 0px;
        width: auto;
        z-index: 10000;
        font-size: 0px !important;
        color: #ffc60b; }
        .sf-menu.sf-expanded li.menuparent a.sf-accordion-button:after, .sf-menu.sf-expanded li.menuparent a.sf-accordion-button:before {
          content: "" !important;
          width: 10px;
          height: 1.5px;
          top: 20px;
          background: black;
          position: absolute;
          z-index: 999; }
        .sf-menu.sf-expanded li.menuparent a.sf-accordion-button:after {
          right: 33px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sf-menu.sf-expanded li.menuparent a.sf-accordion-button:before {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 27px; } }

article a, article a:link {
  color: #bc3869; }

article img {
  width: 100%; }

article footer .posted-by {
  font-size: 14px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 20px; }
  article footer .posted-by .field--name-created {
    font-size: 14px;
    font-weight: 100;
    font-family: "Open Sans", sans-serif; }
  article footer .posted-by .field--name-uid {
    font-size: 14px;
    font-weight: 100;
    font-family: "Open Sans", sans-serif; }

article .field--name-field-map-location {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden; }
  article .field--name-field-map-location .gm-style {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0; }

article .field--name-field-video {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden; }
  article .field--name-field-video #youtube-field-player {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0; }

article .node-tags {
  width: 10%;
  padding: 40px 5px 0 0;
  font-size: 14px;
  font-weight: 600;
  height: 100% !important; }

article .node-tags, article .field--name-field-open-streets-cat,
article .field--name-field-tags, article .field--name-field-news-category {
  display: inline; }
  article .node-tags .field__item, article .field--name-field-open-streets-cat .field__item,
  article .field--name-field-tags .field__item, article .field--name-field-news-category .field__item {
    display: inline-block; }
  article .node-tags a, article .field--name-field-open-streets-cat a,
  article .field--name-field-tags a, article .field--name-field-news-category a {
    background: #09896f;
    color: white;
    font-weight: 600;
    border-radius: 20px;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 5px 10px;
    margin: 2px; }
    article .node-tags a:hover, article .field--name-field-open-streets-cat a:hover,
    article .field--name-field-tags a:hover, article .field--name-field-news-category a:hover {
      background-color: #0cb996;
      text-decoration: none;
      color: white; }

article .field--name-field-link {
  font-size: 16px; }
  article .field--name-field-link a {
    text-decoration: none; }

article .field--name-field-category {
  margin: 0;
  display: none; }

article .field--name-field-gallery-images {
  display: inline-block;
  padding-bottom: 25px;
  width: 100%;
  padding-top: 25px; }
  article .field--name-field-gallery-images .field__item {
    line-height: 0;
    padding: 0 10px 10px 0;
    float: left;
    width: 25%;
    height: auto; }
    article .field--name-field-gallery-images .field__item:nth-child(4n) {
      padding-right: 0px; }
      article .field--name-field-gallery-images .field__item:nth-child(4n) img {
        padding-right: 10px; }

@media (max-width: 1099px) {
  article .field--name-field-gallery-images .field__item {
    width: 33.33%; } }

@media (max-width: 767px) {
  article .field--name-field-gallery-images .field__item {
    width: 50%; } }

@media (max-width: 480px) {
  article .field--name-field-gallery-images .field__item {
    width: 100%; } }

.node--view-mode-teaser {
  text-align: center; }
  .node--view-mode-teaser h3, .node--view-mode-teaser nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .node--view-mode-teaser h2, .node--view-mode-teaser .view-content-lists .partner-list h3, .view-content-lists .partner-list .node--view-mode-teaser h3, .node--view-mode-teaser h4, .node--view-mode-teaser .resoucres .item-list h3, .resoucres .item-list .node--view-mode-teaser h3, .node--view-mode-teaser .resoucres .item-list nav.block[id$="mainnavigation-3"] h2, .resoucres .item-list nav.block[id$="mainnavigation-3"] .node--view-mode-teaser h2, .node--view-mode-teaser nav.block[id$="mainnavigation-3"] .resoucres .item-list h2, nav.block[id$="mainnavigation-3"] .resoucres .item-list .node--view-mode-teaser h2, .node--view-mode-teaser h5 {
    font-size: 16px; }
  .node--view-mode-teaser .group-dates {
    padding: 15px 0; }
    .node--view-mode-teaser .group-dates .field-date.day-date h5 {
      color: #ffc60b;
      font-size: 14px;
      font-weight: 400;
      height: auto;
      line-height: 18px; }
    .node--view-mode-teaser .group-dates .field-date.full-date h3, .node--view-mode-teaser .group-dates .field-date.full-date nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .node--view-mode-teaser .group-dates .field-date.full-date h2 {
      color: white;
      font-weight: 600;
      line-height: 20px; }
  .node--view-mode-teaser .field-title {
    min-height: 120px;
    display: block;
    padding: 20px;
    background-color: #efefef; }
    .node--view-mode-teaser .field-title h4, .node--view-mode-teaser .field-title .resoucres .item-list h3, .resoucres .item-list .node--view-mode-teaser .field-title h3, .node--view-mode-teaser .field-title .resoucres .item-list nav.block[id$="mainnavigation-3"] h2, .resoucres .item-list nav.block[id$="mainnavigation-3"] .node--view-mode-teaser .field-title h2, .node--view-mode-teaser .field-title nav.block[id$="mainnavigation-3"] .resoucres .item-list h2, nav.block[id$="mainnavigation-3"] .resoucres .item-list .node--view-mode-teaser .field-title h2 {
      text-transform: inherit; }
      .node--view-mode-teaser .field-title h4 span, .node--view-mode-teaser .field-title .resoucres .item-list h3 span, .resoucres .item-list .node--view-mode-teaser .field-title h3 span, .node--view-mode-teaser .field-title .resoucres .item-list nav.block[id$="mainnavigation-3"] h2 span, .resoucres .item-list nav.block[id$="mainnavigation-3"] .node--view-mode-teaser .field-title h2 span, .node--view-mode-teaser .field-title nav.block[id$="mainnavigation-3"] .resoucres .item-list h2 span, nav.block[id$="mainnavigation-3"] .resoucres .item-list .node--view-mode-teaser .field-title h2 span {
        color: black;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .node--view-mode-teaser .field-title h4:after, .node--view-mode-teaser .field-title .resoucres .item-list h3:after, .resoucres .item-list .node--view-mode-teaser .field-title h3:after, .node--view-mode-teaser .field-title .resoucres .item-list nav.block[id$="mainnavigation-3"] h2:after, .resoucres .item-list nav.block[id$="mainnavigation-3"] .node--view-mode-teaser .field-title h2:after, .node--view-mode-teaser .field-title nav.block[id$="mainnavigation-3"] .resoucres .item-list h2:after, nav.block[id$="mainnavigation-3"] .resoucres .item-list .node--view-mode-teaser .field-title h2:after {
        display: none; }

.block[id$="content"] {
  height: auto; }

#profile {
  height: 100% !important; }
  #profile div {
    height: auto; }
  #profile .left-content {
    width: 70%;
    float: left; }
    #profile .left-content .location span::before {
      background-image: url("../images/icons/location.png"); }
    #profile .left-content .role span::before {
      background-image: url("../images/icons/designation.png"); }
    #profile .left-content .location, #profile .left-content .role {
      font-size: 18px;
      font-family: "Open Sans", sans-serif;
      color: #212121;
      line-height: 1.556;
      text-align: left;
      top: 17em; }
      #profile .left-content .location span, #profile .left-content .role span {
        display: block;
        padding: 5px 0;
        clear: left; }
        #profile .left-content .location span::before, #profile .left-content .role span::before {
          content: '';
          display: block;
          float: left;
          width: 25px;
          height: 25px;
          background-size: contain;
          background-repeat: no-repeat;
          margin-right: 10px; }
    #profile .left-content .body {
      font-size: 18px;
      font-family: "Open Sans", sans-serif;
      color: #212121;
      line-height: 1.556;
      text-align: left;
      position: relative;
      margin-top: 107.5px;
      width: 1001px;
      z-index: 181;
      padding: 0 250px 0 0; }
      #profile .left-content .body a {
        text-decoration: none;
        color: #bc3869; }
  #profile .right-content {
    width: 70%;
    float: left; }
  #profile .center-content {
    width: 30%;
    float: right; }
    #profile .center-content .image {
      float: right;
      width: 80%;
      height: 80%;
      z-index: 186; }

/* --------------- max-width 480px ---------------*/
@media (max-width: 480px) {
  #profile .left-content {
    width: 100%;
    float: left; }
    #profile .left-content .role, #profile .left-content .location {
      font-size: 12px; }
  #profile .center-content {
    width: 100%;
    float: left;
    padding-top: 30px; }
    #profile .center-content .image {
      float: none;
      width: 100%;
      height: 100%;
      text-align: center; }
  #profile .right-content {
    width: 100%;
    float: left; }
    #profile .right-content .body {
      text-align: left; } }

/* --------------- 481px - 1070px --------------*/
@media (min-width: 481px) and (max-width: 1099px) {
  #profile .left-content {
    margin-bottom: 20px;
    width: 100%;
    float: left; }
    #profile .left-content .role, #profile .left-content .location {
      font-size: 16px; }
  #profile .center-content {
    width: 50%;
    float: right;
    margin-top: 30px;
    margin-left: 10px; }
    #profile .center-content .image {
      margin-top: -23px;
      width: 100%;
      height: 100%; }
  #profile .right-content {
    float: none;
    width: 100%; } }

.field--name-field-related-event, .field--name-field-related-campaign {
  border-top: 2px dashed #cccccc;
  padding-bottom: 25px; }
  .field--name-field-related-event .field__label, .field--name-field-related-campaign .field__label {
    font-size: 24px;
    font-weight: 700;
    color: #09896f;
    padding: 30px 0; }

.node--type-resources > .button {
  margin-top: 25px;
  margin-left: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid;
  color: rgba(188, 56, 105, 0.9);
  font-weight: 600;
  border-radius: 20px;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1em;
  padding: 12px 30px; }
  .node--type-resources > .button:hover {
    background-color: rgba(188, 56, 105, 0.2);
    text-decoration: none; }

.node--type-resources .field--name-field-image {
  max-width: 320px; }

.node--type-resources .related-campaigns {
  padding-top: 25px; }
  .node--type-resources .related-campaigns .field--name-field-related-campaign:before {
    content: "Related Campaign";
    display: block;
    font-weight: bold;
    line-height: 2.5;
    height: 60px;
    text-align: center;
    font-size: 30px;
    font-size: 24px;
    text-align: left;
    color: #09896f; }
  @media (max-width: 480px) {
    .node--type-resources .related-campaigns .field--name-field-related-campaign article .left-content,
    .node--type-resources .related-campaigns .field--name-field-related-campaign article .right-content {
      float: none;
      width: 100%; } }
  .node--type-resources .related-campaigns .field--name-field-related-campaign article .readmore {
    display: block !important; }

.view-term-blocks .button {
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid;
  color: rgba(188, 56, 105, 0.9);
  font-weight: 600;
  border-radius: 20px;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1em;
  padding: 12px 30px; }
  .view-term-blocks .button:hover {
    background-color: rgba(188, 56, 105, 0.2);
    text-decoration: none; }

.block[id$="views-block-archive-block-1"] {
  display: inline-block;
  border: 1px solid #dddddd;
  padding: 0.5em;
  float: none;
  margin: 40px auto 0;
  width: 100%;
  text-align: center; }
  .block[id$="views-block-archive-block-1"] h2 {
    margin-top: 5px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 16px;
    color: black;
    font-weight: bold;
    display: inline-block;
    float: left;
    text-transform: uppercase; }
  .block[id$="views-block-archive-block-1"] .item-list ul {
    margin: 0 auto;
    padding: 0px; }
    .block[id$="views-block-archive-block-1"] .item-list ul li {
      line-height: 24px;
      display: inline-block;
      margin: 0 20px 0 0; }
      .block[id$="views-block-archive-block-1"] .item-list ul li a {
        font-size: 14px;
        text-decoration: none;
        line-height: 16px;
        color: #919191;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .block[id$="views-block-archive-block-1"] .item-list ul li a:hover {
          color: #055885 !important; }

.view-archive .attachment {
  display: block;
  border: 1px solid #dddddd;
  padding: 0.5em;
  width: auto; }
  .view-archive .attachment .item-list {
    display: block;
    clear: both; }
    .view-archive .attachment .item-list .views-summary {
      width: auto;
      padding: 0;
      margin: 0.5em 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .view-archive .attachment .item-list .views-summary li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        font-size: 16px;
        text-align: center;
        list-style: none;
        margin: 0 0.5em 0 0; }
        .view-archive .attachment .item-list .views-summary li a {
          font-size: 14px;
          text-decoration: none;
          line-height: 16px;
          color: #919191;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .view-archive .attachment .item-list .views-summary li a:hover {
            color: #055885 !important; }

/* --------------- max-width 767px ---------------*/
@media (max-width: 480px) {
  .block[id$="views-block-archive-block-1"] {
    text-align: center; }
    .block[id$="views-block-archive-block-1"] h2 {
      padding-right: 0;
      display: block;
      float: none;
      margin-bottom: 0.5em; }
    .block[id$="views-block-archive-block-1"] .item-list ul {
      margin: 0 auto;
      padding: 0px; }
      .block[id$="views-block-archive-block-1"] .item-list ul li {
        display: block;
        margin: 0.5em 0 !important; } }

.region-main-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.main-content-top:after {
  content: "";
  display: table;
  clear: both; }

.block[id$="aboutus"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  min-height: 235px; }

.block[id$="views-block-term-blocks-block-2"],
.block[id$="views-block-content-lists-block-6"],
.block[id$="views-block-content-lists-block-5"],
.block[id$="views-block-content-lists-block-4"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media (min-width: 935px) {
    .block[id$="views-block-term-blocks-block-2"],
    .block[id$="views-block-content-lists-block-6"],
    .block[id$="views-block-content-lists-block-5"],
    .block[id$="views-block-content-lists-block-4"] {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
  .block[id$="views-block-term-blocks-block-2"] .front-page-block,
  .block[id$="views-block-content-lists-block-6"] .front-page-block,
  .block[id$="views-block-content-lists-block-5"] .front-page-block,
  .block[id$="views-block-content-lists-block-4"] .front-page-block {
    overflow: hidden; }
    .block[id$="views-block-term-blocks-block-2"] .front-page-block .table-outer,
    .block[id$="views-block-content-lists-block-6"] .front-page-block .table-outer,
    .block[id$="views-block-content-lists-block-5"] .front-page-block .table-outer,
    .block[id$="views-block-content-lists-block-4"] .front-page-block .table-outer {
      position: absolute;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 20px 15px; }
      @media (min-width: 935px) {
        .block[id$="views-block-term-blocks-block-2"] .front-page-block .table-outer,
        .block[id$="views-block-content-lists-block-6"] .front-page-block .table-outer,
        .block[id$="views-block-content-lists-block-5"] .front-page-block .table-outer,
        .block[id$="views-block-content-lists-block-4"] .front-page-block .table-outer {
          padding: 40px 80px; } }
    .block[id$="views-block-term-blocks-block-2"] .front-page-block > .news-wrapper,
    .block[id$="views-block-term-blocks-block-2"] .front-page-block > .fpb-wrapper,
    .block[id$="views-block-content-lists-block-6"] .front-page-block > .news-wrapper,
    .block[id$="views-block-content-lists-block-6"] .front-page-block > .fpb-wrapper,
    .block[id$="views-block-content-lists-block-5"] .front-page-block > .news-wrapper,
    .block[id$="views-block-content-lists-block-5"] .front-page-block > .fpb-wrapper,
    .block[id$="views-block-content-lists-block-4"] .front-page-block > .news-wrapper,
    .block[id$="views-block-content-lists-block-4"] .front-page-block > .fpb-wrapper {
      position: relative;
      width: 100%;
      height: 100%; }
      .block[id$="views-block-term-blocks-block-2"] .front-page-block > .news-wrapper .fpg-wrapper-inner,
      .block[id$="views-block-term-blocks-block-2"] .front-page-block > .fpb-wrapper .fpg-wrapper-inner,
      .block[id$="views-block-content-lists-block-6"] .front-page-block > .news-wrapper .fpg-wrapper-inner,
      .block[id$="views-block-content-lists-block-6"] .front-page-block > .fpb-wrapper .fpg-wrapper-inner,
      .block[id$="views-block-content-lists-block-5"] .front-page-block > .news-wrapper .fpg-wrapper-inner,
      .block[id$="views-block-content-lists-block-5"] .front-page-block > .fpb-wrapper .fpg-wrapper-inner,
      .block[id$="views-block-content-lists-block-4"] .front-page-block > .news-wrapper .fpg-wrapper-inner,
      .block[id$="views-block-content-lists-block-4"] .front-page-block > .fpb-wrapper .fpg-wrapper-inner {
        position: absolute;
        height: 100%; }

.block[id$="openstreetsmanifesto-2"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  .block[id$="openstreetsmanifesto-2"] > div {
    position: relative; }

.block[id$="views-block-term-blocks-block-2"] .field-image {
  background-image: url("../images/block.png");
  background-position: center;
  background-size: cover;
  display: block;
  height: 100%; }
  .block[id$="views-block-term-blocks-block-2"] .field-image img {
    display: none; }

.front-page-block .fpb-wrapper .field-image .frontpage-images {
  background-size: cover;
  background-position: top center;
  line-height: 0; }

.front-page-block .fpb-wrapper .fpg-wrapper-inner {
  -webkit-transition: 0.5s background ease;
  transition: 0.5s background ease;
  top: 0;
  background: rgba(5, 88, 133, 0.8);
  height: 100%;
  width: 100%;
  text-align: center; }
  .front-page-block .fpb-wrapper .fpg-wrapper-inner h4, .front-page-block .fpb-wrapper .fpg-wrapper-inner .resoucres .item-list h3, .resoucres .item-list .front-page-block .fpb-wrapper .fpg-wrapper-inner h3, .front-page-block .fpb-wrapper .fpg-wrapper-inner .resoucres .item-list nav.block[id$="mainnavigation-3"] h2, .resoucres .item-list nav.block[id$="mainnavigation-3"] .front-page-block .fpb-wrapper .fpg-wrapper-inner h2, .front-page-block .fpb-wrapper .fpg-wrapper-inner nav.block[id$="mainnavigation-3"] .resoucres .item-list h2, nav.block[id$="mainnavigation-3"] .resoucres .item-list .front-page-block .fpb-wrapper .fpg-wrapper-inner h2 {
    color: #ffc60b;
    height: 40px; }
  .front-page-block .fpb-wrapper .fpg-wrapper-inner h5 {
    display: none; }
  .front-page-block .fpb-wrapper .fpg-wrapper-inner .title {
    font-weight: 600;
    color: white;
    font-size: 32px;
    line-height: 38px;
    padding-top: 10px;
    margin-bottom: 25px; }
    @media (max-width: 480px) {
      .front-page-block .fpb-wrapper .fpg-wrapper-inner .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px; } }
  @media (max-width: 480px) {
    .front-page-block .fpb-wrapper .fpg-wrapper-inner .date .field--name-field-date-start {
      font-size: 14px; } }
  .front-page-block .fpb-wrapper .fpg-wrapper-inner .teaser {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-height: 90px; }
    .front-page-block .fpb-wrapper .fpg-wrapper-inner .teaser .field--name-field-teaser- {
      color: white;
      line-height: 30px;
      font-size: 20px;
      font-weight: 300; }
      @media (max-width: 480px) {
        .front-page-block .fpb-wrapper .fpg-wrapper-inner .teaser .field--name-field-teaser- {
          font-size: 18px; } }
  .front-page-block .fpb-wrapper .fpg-wrapper-inner .button {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid;
    color: white;
    font-weight: 600;
    border-radius: 20px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.05em;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1em;
    padding: 12px 30px;
    margin-top: 15px; }
    .front-page-block .fpb-wrapper .fpg-wrapper-inner .button:hover {
      background-color: rgba(255, 255, 255, 0.2);
      text-decoration: none; }
    @media (min-width: 1100px) {
      .front-page-block .fpb-wrapper .fpg-wrapper-inner .button {
        display: none; } }

.front-page-block:hover .fpb-wrapper .fpg-wrapper-inner .title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px; }

.front-page-block:hover .fpb-wrapper .fpg-wrapper-inner .teaser {
  display: none; }

.front-page-block:hover .fpb-wrapper .fpg-wrapper-inner .button {
  display: inline-block; }

.view-content-lists .view-header, .view-content-lists .view-footer,
.resources .view-header,
.resources .view-footer,
.view-taxonomy-term .view-header,
.view-taxonomy-term .view-footer,
.view-archive .view-header,
.view-archive .view-footer,
.view-content-blocks .view-header,
.view-content-blocks .view-footer,
.view-search-views .view-header,
.view-search-views .view-footer,
.field .view-header,
.field .view-footer {
  font-size: 24px;
  font-weight: 700;
  color: #09896f;
  padding: 30px 0 10px; }
  .view-content-lists .view-header h4, .view-content-lists .view-header .resoucres .item-list h3, .resoucres .item-list .view-content-lists .view-header h3, .view-content-lists .view-header .resoucres .item-list nav.block[id$="mainnavigation-3"] h2, .resoucres .item-list nav.block[id$="mainnavigation-3"] .view-content-lists .view-header h2, .view-content-lists .view-header nav.block[id$="mainnavigation-3"] .resoucres .item-list h2, nav.block[id$="mainnavigation-3"] .resoucres .item-list .view-content-lists .view-header h2, .view-content-lists .view-footer h4, .view-content-lists .view-footer .resoucres .item-list h3, .resoucres .item-list .view-content-lists .view-footer h3, .view-content-lists .view-footer .resoucres .item-list nav.block[id$="mainnavigation-3"] h2, .resoucres .item-list nav.block[id$="mainnavigation-3"] .view-content-lists .view-footer h2, .view-content-lists .view-footer nav.block[id$="mainnavigation-3"] .resoucres .item-list h2, nav.block[id$="mainnavigation-3"] .resoucres .item-list .view-content-lists .view-footer h2,
  .resources .view-header h4,
  .resources .view-header .resoucres .item-list h3,
  .resoucres .item-list .resources .view-header h3,
  .resources .view-header .resoucres .item-list nav.block[id$="mainnavigation-3"] h2,
  .resoucres .item-list nav.block[id$="mainnavigation-3"] .resources .view-header h2,
  .resources .view-header nav.block[id$="mainnavigation-3"] .resoucres .item-list h2,
  nav.block[id$="mainnavigation-3"] .resoucres .item-list .resources .view-header h2,
  .resources .view-footer h4,
  .resources .view-footer .resoucres .item-list h3,
  .resoucres .item-list .resources .view-footer h3,
  .resources .view-footer .resoucres .item-list nav.block[id$="mainnavigation-3"] h2,
  .resoucres .item-list nav.block[id$="mainnavigation-3"] .resources .view-footer h2,
  .resources .view-footer nav.block[id$="mainnavigation-3"] .resoucres .item-list h2,
  nav.block[id$="mainnavigation-3"] .resoucres .item-list .resources .view-footer h2,
  .view-taxonomy-term .view-header h4,
  .view-taxonomy-term .view-header .resoucres .item-list h3,
  .resoucres .item-list .view-taxonomy-term .view-header h3,
  .view-taxonomy-term .view-header .resoucres .item-list nav.block[id$="mainnavigation-3"] h2,
  .resoucres .item-list nav.block[id$="mainnavigation-3"] .view-taxonomy-term .view-header h2,
  .view-taxonomy-term .view-header nav.block[id$="mainnavigation-3"] .resoucres .item-list h2,
  nav.block[id$="mainnavigation-3"] .resoucres .item-list .view-taxonomy-term .view-header h2,
  .view-taxonomy-term .view-footer h4,
  .view-taxonomy-term .view-footer .resoucres .item-list h3,
  .resoucres .item-list .view-taxonomy-term .view-footer h3,
  .view-taxonomy-term .view-footer .resoucres .item-list nav.block[id$="mainnavigation-3"] h2,
  .resoucres .item-list nav.block[id$="mainnavigation-3"] .view-taxonomy-term .view-footer h2,
  .view-taxonomy-term .view-footer nav.block[id$="mainnavigation-3"] .resoucres .item-list h2,
  nav.block[id$="mainnavigation-3"] .resoucres .item-list .view-taxonomy-term .view-footer h2,
  .view-archive .view-header h4,
  .view-archive .view-header .resoucres .item-list h3,
  .resoucres .item-list .view-archive .view-header h3,
  .view-archive .view-header .resoucres .item-list nav.block[id$="mainnavigation-3"] h2,
  .resoucres .item-list nav.block[id$="mainnavigation-3"] .view-archive .view-header h2,
  .view-archive .view-header nav.block[id$="mainnavigation-3"] .resoucres .item-list h2,
  nav.block[id$="mainnavigation-3"] .resoucres .item-list .view-archive .view-header h2,
  .view-archive .view-footer h4,
  .view-archive .view-footer .resoucres .item-list h3,
  .resoucres .item-list .view-archive .view-footer h3,
  .view-archive .view-footer .resoucres .item-list nav.block[id$="mainnavigation-3"] h2,
  .resoucres .item-list nav.block[id$="mainnavigation-3"] .view-archive .view-footer h2,
  .view-archive .view-footer nav.block[id$="mainnavigation-3"] .resoucres .item-list h2,
  nav.block[id$="mainnavigation-3"] .resoucres .item-list .view-archive .view-footer h2,
  .view-content-blocks .view-header h4,
  .view-content-blocks .view-header .resoucres .item-list h3,
  .resoucres .item-list .view-content-blocks .view-header h3,
  .view-content-blocks .view-header .resoucres .item-list nav.block[id$="mainnavigation-3"] h2,
  .resoucres .item-list nav.block[id$="mainnavigation-3"] .view-content-blocks .view-header h2,
  .view-content-blocks .view-header nav.block[id$="mainnavigation-3"] .resoucres .item-list h2,
  nav.block[id$="mainnavigation-3"] .resoucres .item-list .view-content-blocks .view-header h2,
  .view-content-blocks .view-footer h4,
  .view-content-blocks .view-footer .resoucres .item-list h3,
  .resoucres .item-list .view-content-blocks .view-footer h3,
  .view-content-blocks .view-footer .resoucres .item-list nav.block[id$="mainnavigation-3"] h2,
  .resoucres .item-list nav.block[id$="mainnavigation-3"] .view-content-blocks .view-footer h2,
  .view-content-blocks .view-footer nav.block[id$="mainnavigation-3"] .resoucres .item-list h2,
  nav.block[id$="mainnavigation-3"] .resoucres .item-list .view-content-blocks .view-footer h2,
  .view-search-views .view-header h4,
  .view-search-views .view-header .resoucres .item-list h3,
  .resoucres .item-list .view-search-views .view-header h3,
  .view-search-views .view-header .resoucres .item-list nav.block[id$="mainnavigation-3"] h2,
  .resoucres .item-list nav.block[id$="mainnavigation-3"] .view-search-views .view-header h2,
  .view-search-views .view-header nav.block[id$="mainnavigation-3"] .resoucres .item-list h2,
  nav.block[id$="mainnavigation-3"] .resoucres .item-list .view-search-views .view-header h2,
  .view-search-views .view-footer h4,
  .view-search-views .view-footer .resoucres .item-list h3,
  .resoucres .item-list .view-search-views .view-footer h3,
  .view-search-views .view-footer .resoucres .item-list nav.block[id$="mainnavigation-3"] h2,
  .resoucres .item-list nav.block[id$="mainnavigation-3"] .view-search-views .view-footer h2,
  .view-search-views .view-footer nav.block[id$="mainnavigation-3"] .resoucres .item-list h2,
  nav.block[id$="mainnavigation-3"] .resoucres .item-list .view-search-views .view-footer h2,
  .field .view-header h4,
  .field .view-header .resoucres .item-list h3,
  .resoucres .item-list .field .view-header h3,
  .field .view-header .resoucres .item-list nav.block[id$="mainnavigation-3"] h2,
  .resoucres .item-list nav.block[id$="mainnavigation-3"] .field .view-header h2,
  .field .view-header nav.block[id$="mainnavigation-3"] .resoucres .item-list h2,
  nav.block[id$="mainnavigation-3"] .resoucres .item-list .field .view-header h2,
  .field .view-footer h4,
  .field .view-footer .resoucres .item-list h3,
  .resoucres .item-list .field .view-footer h3,
  .field .view-footer .resoucres .item-list nav.block[id$="mainnavigation-3"] h2,
  .resoucres .item-list nav.block[id$="mainnavigation-3"] .field .view-footer h2,
  .field .view-footer nav.block[id$="mainnavigation-3"] .resoucres .item-list h2,
  nav.block[id$="mainnavigation-3"] .resoucres .item-list .field .view-footer h2 {
    color: #ffc60b;
    text-align: center;
    font-weight: 400;
    font-size: 18px; }
  .view-content-lists .view-header .listing-heading, .view-content-lists .view-footer .listing-heading,
  .resources .view-header .listing-heading,
  .resources .view-footer .listing-heading,
  .view-taxonomy-term .view-header .listing-heading,
  .view-taxonomy-term .view-footer .listing-heading,
  .view-archive .view-header .listing-heading,
  .view-archive .view-footer .listing-heading,
  .view-content-blocks .view-header .listing-heading,
  .view-content-blocks .view-footer .listing-heading,
  .view-search-views .view-header .listing-heading,
  .view-search-views .view-footer .listing-heading,
  .field .view-header .listing-heading,
  .field .view-footer .listing-heading {
    color: #055885;
    border-bottom: 2px dashed #dddddd;
    padding-bottom: 1em; }
  .view-content-lists .view-header .listing-heading2, .view-content-lists .view-footer .listing-heading2,
  .resources .view-header .listing-heading2,
  .resources .view-footer .listing-heading2,
  .view-taxonomy-term .view-header .listing-heading2,
  .view-taxonomy-term .view-footer .listing-heading2,
  .view-archive .view-header .listing-heading2,
  .view-archive .view-footer .listing-heading2,
  .view-content-blocks .view-header .listing-heading2,
  .view-content-blocks .view-footer .listing-heading2,
  .view-search-views .view-header .listing-heading2,
  .view-search-views .view-footer .listing-heading2,
  .field .view-header .listing-heading2,
  .field .view-footer .listing-heading2 {
    font-size: 28px;
    font-weight: 700;
    color: #09896f;
    padding: 30px 0px 20px; }

.view-content-lists .view-footer .listing-heading,
.resources .view-footer .listing-heading,
.view-taxonomy-term .view-footer .listing-heading,
.view-archive .view-footer .listing-heading,
.view-content-blocks .view-footer .listing-heading,
.view-search-views .view-footer .listing-heading,
.field .view-footer .listing-heading {
  border-bottom: 2px dashed #dddddd;
  border-top: 2px dashed #dddddd;
  padding: 1em 0; }

.view-content-lists .news-item, .view-content-lists .events-item, .view-content-lists .taxo-item,
.resources .news-item,
.resources .events-item,
.resources .taxo-item,
.view-taxonomy-term .news-item,
.view-taxonomy-term .events-item,
.view-taxonomy-term .taxo-item,
.view-archive .news-item,
.view-archive .events-item,
.view-archive .taxo-item,
.view-content-blocks .news-item,
.view-content-blocks .events-item,
.view-content-blocks .taxo-item,
.view-search-views .news-item,
.view-search-views .events-item,
.view-search-views .taxo-item,
.field .news-item,
.field .events-item,
.field .taxo-item {
  clear: both;
  border-bottom: 2px dashed #cccccc;
  padding: 40px 0 40px 0;
  list-style-type: none; }
  .view-content-lists .news-item:after, .view-content-lists .events-item:after, .view-content-lists .taxo-item:after,
  .resources .news-item:after,
  .resources .events-item:after,
  .resources .taxo-item:after,
  .view-taxonomy-term .news-item:after,
  .view-taxonomy-term .events-item:after,
  .view-taxonomy-term .taxo-item:after,
  .view-archive .news-item:after,
  .view-archive .events-item:after,
  .view-archive .taxo-item:after,
  .view-content-blocks .news-item:after,
  .view-content-blocks .events-item:after,
  .view-content-blocks .taxo-item:after,
  .view-search-views .news-item:after,
  .view-search-views .events-item:after,
  .view-search-views .taxo-item:after,
  .field .news-item:after,
  .field .events-item:after,
  .field .taxo-item:after {
    content: "";
    display: table;
    clear: both; }
  .view-content-lists .news-item:last-of-type, .view-content-lists .events-item:last-of-type, .view-content-lists .taxo-item:last-of-type,
  .resources .news-item:last-of-type,
  .resources .events-item:last-of-type,
  .resources .taxo-item:last-of-type,
  .view-taxonomy-term .news-item:last-of-type,
  .view-taxonomy-term .events-item:last-of-type,
  .view-taxonomy-term .taxo-item:last-of-type,
  .view-archive .news-item:last-of-type,
  .view-archive .events-item:last-of-type,
  .view-archive .taxo-item:last-of-type,
  .view-content-blocks .news-item:last-of-type,
  .view-content-blocks .events-item:last-of-type,
  .view-content-blocks .taxo-item:last-of-type,
  .view-search-views .news-item:last-of-type,
  .view-search-views .events-item:last-of-type,
  .view-search-views .taxo-item:last-of-type,
  .field .news-item:last-of-type,
  .field .events-item:last-of-type,
  .field .taxo-item:last-of-type {
    border-bottom: none; }

.news-wrapper, .events-wrapper, .campaign-wrapper, .basic-page-wrapper {
  /* Do not display date for campaign teasers and nodes */ }
  .news-wrapper .left-content, .events-wrapper .left-content, .campaign-wrapper .left-content, .basic-page-wrapper .left-content {
    float: left;
    width: 30%; }
    .news-wrapper .left-content .image, .events-wrapper .left-content .image, .campaign-wrapper .left-content .image, .basic-page-wrapper .left-content .image {
      width: 100%;
      height: 100%; }
  .news-wrapper .right-content, .events-wrapper .right-content, .campaign-wrapper .right-content, .basic-page-wrapper .right-content {
    float: right;
    width: 65%; }
  .news-wrapper .basic-page-teaser h3, .news-wrapper .basic-page-teaser nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .news-wrapper .basic-page-teaser h2, .events-wrapper .basic-page-teaser h3, .events-wrapper .basic-page-teaser nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .events-wrapper .basic-page-teaser h2, .campaign-wrapper .basic-page-teaser h3, .campaign-wrapper .basic-page-teaser nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .campaign-wrapper .basic-page-teaser h2, .basic-page-wrapper .basic-page-teaser h3, .basic-page-wrapper .basic-page-teaser nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .basic-page-wrapper .basic-page-teaser h2 {
    padding-bottom: 15px; }
  .news-wrapper .news-teaser a, .news-wrapper .events-teaser a, .news-wrapper .campaign-teaser a, .news-wrapper .basic-page-teaser a, .events-wrapper .news-teaser a, .events-wrapper .events-teaser a, .events-wrapper .campaign-teaser a, .events-wrapper .basic-page-teaser a, .campaign-wrapper .news-teaser a, .campaign-wrapper .events-teaser a, .campaign-wrapper .campaign-teaser a, .campaign-wrapper .basic-page-teaser a, .basic-page-wrapper .news-teaser a, .basic-page-wrapper .events-teaser a, .basic-page-wrapper .campaign-teaser a, .basic-page-wrapper .basic-page-teaser a {
    text-decoration: none; }
    .news-wrapper .news-teaser a h3, .news-wrapper .news-teaser a nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .news-wrapper .news-teaser a h2, .news-wrapper .events-teaser a h3, .news-wrapper .events-teaser a nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .news-wrapper .events-teaser a h2, .news-wrapper .campaign-teaser a h3, .news-wrapper .campaign-teaser a nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .news-wrapper .campaign-teaser a h2, .news-wrapper .basic-page-teaser a h3, .news-wrapper .basic-page-teaser a nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .news-wrapper .basic-page-teaser a h2, .events-wrapper .news-teaser a h3, .events-wrapper .news-teaser a nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .events-wrapper .news-teaser a h2, .events-wrapper .events-teaser a h3, .events-wrapper .events-teaser a nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .events-wrapper .events-teaser a h2, .events-wrapper .campaign-teaser a h3, .events-wrapper .campaign-teaser a nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .events-wrapper .campaign-teaser a h2, .events-wrapper .basic-page-teaser a h3, .events-wrapper .basic-page-teaser a nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .events-wrapper .basic-page-teaser a h2, .campaign-wrapper .news-teaser a h3, .campaign-wrapper .news-teaser a nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .campaign-wrapper .news-teaser a h2, .campaign-wrapper .events-teaser a h3, .campaign-wrapper .events-teaser a nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .campaign-wrapper .events-teaser a h2, .campaign-wrapper .campaign-teaser a h3, .campaign-wrapper .campaign-teaser a nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .campaign-wrapper .campaign-teaser a h2, .campaign-wrapper .basic-page-teaser a h3, .campaign-wrapper .basic-page-teaser a nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .campaign-wrapper .basic-page-teaser a h2, .basic-page-wrapper .news-teaser a h3, .basic-page-wrapper .news-teaser a nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .basic-page-wrapper .news-teaser a h2, .basic-page-wrapper .events-teaser a h3, .basic-page-wrapper .events-teaser a nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .basic-page-wrapper .events-teaser a h2, .basic-page-wrapper .campaign-teaser a h3, .basic-page-wrapper .campaign-teaser a nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .basic-page-wrapper .campaign-teaser a h2, .basic-page-wrapper .basic-page-teaser a h3, .basic-page-wrapper .basic-page-teaser a nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .basic-page-wrapper .basic-page-teaser a h2 {
      line-height: 26px;
      font-size: 22px;
      font-family: "Open Sans", sans-serif;
      color: #bc3869;
      font-weight: bold; }
      .news-wrapper .news-teaser a h3:hover, .news-wrapper .news-teaser a nav.block[id$="mainnavigation-3"] h2:hover, nav.block[id$="mainnavigation-3"] .news-wrapper .news-teaser a h2:hover, .news-wrapper .events-teaser a h3:hover, .news-wrapper .events-teaser a nav.block[id$="mainnavigation-3"] h2:hover, nav.block[id$="mainnavigation-3"] .news-wrapper .events-teaser a h2:hover, .news-wrapper .campaign-teaser a h3:hover, .news-wrapper .campaign-teaser a nav.block[id$="mainnavigation-3"] h2:hover, nav.block[id$="mainnavigation-3"] .news-wrapper .campaign-teaser a h2:hover, .news-wrapper .basic-page-teaser a h3:hover, .news-wrapper .basic-page-teaser a nav.block[id$="mainnavigation-3"] h2:hover, nav.block[id$="mainnavigation-3"] .news-wrapper .basic-page-teaser a h2:hover, .events-wrapper .news-teaser a h3:hover, .events-wrapper .news-teaser a nav.block[id$="mainnavigation-3"] h2:hover, nav.block[id$="mainnavigation-3"] .events-wrapper .news-teaser a h2:hover, .events-wrapper .events-teaser a h3:hover, .events-wrapper .events-teaser a nav.block[id$="mainnavigation-3"] h2:hover, nav.block[id$="mainnavigation-3"] .events-wrapper .events-teaser a h2:hover, .events-wrapper .campaign-teaser a h3:hover, .events-wrapper .campaign-teaser a nav.block[id$="mainnavigation-3"] h2:hover, nav.block[id$="mainnavigation-3"] .events-wrapper .campaign-teaser a h2:hover, .events-wrapper .basic-page-teaser a h3:hover, .events-wrapper .basic-page-teaser a nav.block[id$="mainnavigation-3"] h2:hover, nav.block[id$="mainnavigation-3"] .events-wrapper .basic-page-teaser a h2:hover, .campaign-wrapper .news-teaser a h3:hover, .campaign-wrapper .news-teaser a nav.block[id$="mainnavigation-3"] h2:hover, nav.block[id$="mainnavigation-3"] .campaign-wrapper .news-teaser a h2:hover, .campaign-wrapper .events-teaser a h3:hover, .campaign-wrapper .events-teaser a nav.block[id$="mainnavigation-3"] h2:hover, nav.block[id$="mainnavigation-3"] .campaign-wrapper .events-teaser a h2:hover, .campaign-wrapper .campaign-teaser a h3:hover, .campaign-wrapper .campaign-teaser a nav.block[id$="mainnavigation-3"] h2:hover, nav.block[id$="mainnavigation-3"] .campaign-wrapper .campaign-teaser a h2:hover, .campaign-wrapper .basic-page-teaser a h3:hover, .campaign-wrapper .basic-page-teaser a nav.block[id$="mainnavigation-3"] h2:hover, nav.block[id$="mainnavigation-3"] .campaign-wrapper .basic-page-teaser a h2:hover, .basic-page-wrapper .news-teaser a h3:hover, .basic-page-wrapper .news-teaser a nav.block[id$="mainnavigation-3"] h2:hover, nav.block[id$="mainnavigation-3"] .basic-page-wrapper .news-teaser a h2:hover, .basic-page-wrapper .events-teaser a h3:hover, .basic-page-wrapper .events-teaser a nav.block[id$="mainnavigation-3"] h2:hover, nav.block[id$="mainnavigation-3"] .basic-page-wrapper .events-teaser a h2:hover, .basic-page-wrapper .campaign-teaser a h3:hover, .basic-page-wrapper .campaign-teaser a nav.block[id$="mainnavigation-3"] h2:hover, nav.block[id$="mainnavigation-3"] .basic-page-wrapper .campaign-teaser a h2:hover, .basic-page-wrapper .basic-page-teaser a h3:hover, .basic-page-wrapper .basic-page-teaser a nav.block[id$="mainnavigation-3"] h2:hover, nav.block[id$="mainnavigation-3"] .basic-page-wrapper .basic-page-teaser a h2:hover {
        color: #d46d93; }
  .news-wrapper .news-teaser .published-on, .news-wrapper .events-teaser .published-on, .news-wrapper .campaign-teaser .published-on, .news-wrapper .basic-page-teaser .published-on, .events-wrapper .news-teaser .published-on, .events-wrapper .events-teaser .published-on, .events-wrapper .campaign-teaser .published-on, .events-wrapper .basic-page-teaser .published-on, .campaign-wrapper .news-teaser .published-on, .campaign-wrapper .events-teaser .published-on, .campaign-wrapper .campaign-teaser .published-on, .campaign-wrapper .basic-page-teaser .published-on, .basic-page-wrapper .news-teaser .published-on, .basic-page-wrapper .events-teaser .published-on, .basic-page-wrapper .campaign-teaser .published-on, .basic-page-wrapper .basic-page-teaser .published-on {
    font-family: "Open Sans", sans-serif;
    color: black;
    font-weight: 100;
    padding: 10px 0 5px; }
    .news-wrapper .news-teaser .published-on p, .news-wrapper .news-teaser .published-on .field--name-field-date-start, .news-wrapper .events-teaser .published-on p, .news-wrapper .events-teaser .published-on .field--name-field-date-start, .news-wrapper .campaign-teaser .published-on p, .news-wrapper .campaign-teaser .published-on .field--name-field-date-start, .news-wrapper .basic-page-teaser .published-on p, .news-wrapper .basic-page-teaser .published-on .field--name-field-date-start, .events-wrapper .news-teaser .published-on p, .events-wrapper .news-teaser .published-on .field--name-field-date-start, .events-wrapper .events-teaser .published-on p, .events-wrapper .events-teaser .published-on .field--name-field-date-start, .events-wrapper .campaign-teaser .published-on p, .events-wrapper .campaign-teaser .published-on .field--name-field-date-start, .events-wrapper .basic-page-teaser .published-on p, .events-wrapper .basic-page-teaser .published-on .field--name-field-date-start, .campaign-wrapper .news-teaser .published-on p, .campaign-wrapper .news-teaser .published-on .field--name-field-date-start, .campaign-wrapper .events-teaser .published-on p, .campaign-wrapper .events-teaser .published-on .field--name-field-date-start, .campaign-wrapper .campaign-teaser .published-on p, .campaign-wrapper .campaign-teaser .published-on .field--name-field-date-start, .campaign-wrapper .basic-page-teaser .published-on p, .campaign-wrapper .basic-page-teaser .published-on .field--name-field-date-start, .basic-page-wrapper .news-teaser .published-on p, .basic-page-wrapper .news-teaser .published-on .field--name-field-date-start, .basic-page-wrapper .events-teaser .published-on p, .basic-page-wrapper .events-teaser .published-on .field--name-field-date-start, .basic-page-wrapper .campaign-teaser .published-on p, .basic-page-wrapper .campaign-teaser .published-on .field--name-field-date-start, .basic-page-wrapper .basic-page-teaser .published-on p, .basic-page-wrapper .basic-page-teaser .published-on .field--name-field-date-start {
      display: inline;
      font-size: 14px !important; }
    .news-wrapper .news-teaser .published-on p, .news-wrapper .events-teaser .published-on p, .news-wrapper .campaign-teaser .published-on p, .news-wrapper .basic-page-teaser .published-on p, .events-wrapper .news-teaser .published-on p, .events-wrapper .events-teaser .published-on p, .events-wrapper .campaign-teaser .published-on p, .events-wrapper .basic-page-teaser .published-on p, .campaign-wrapper .news-teaser .published-on p, .campaign-wrapper .events-teaser .published-on p, .campaign-wrapper .campaign-teaser .published-on p, .campaign-wrapper .basic-page-teaser .published-on p, .basic-page-wrapper .news-teaser .published-on p, .basic-page-wrapper .events-teaser .published-on p, .basic-page-wrapper .campaign-teaser .published-on p, .basic-page-wrapper .basic-page-teaser .published-on p {
      font-weight: 600; }
      .news-wrapper .news-teaser .published-on p span, .news-wrapper .events-teaser .published-on p span, .news-wrapper .campaign-teaser .published-on p span, .news-wrapper .basic-page-teaser .published-on p span, .events-wrapper .news-teaser .published-on p span, .events-wrapper .events-teaser .published-on p span, .events-wrapper .campaign-teaser .published-on p span, .events-wrapper .basic-page-teaser .published-on p span, .campaign-wrapper .news-teaser .published-on p span, .campaign-wrapper .events-teaser .published-on p span, .campaign-wrapper .campaign-teaser .published-on p span, .campaign-wrapper .basic-page-teaser .published-on p span, .basic-page-wrapper .news-teaser .published-on p span, .basic-page-wrapper .events-teaser .published-on p span, .basic-page-wrapper .campaign-teaser .published-on p span, .basic-page-wrapper .basic-page-teaser .published-on p span {
        color: #055885; }
    .news-wrapper .news-teaser .published-on .field--name-field-date-start, .news-wrapper .events-teaser .published-on .field--name-field-date-start, .news-wrapper .campaign-teaser .published-on .field--name-field-date-start, .news-wrapper .basic-page-teaser .published-on .field--name-field-date-start, .events-wrapper .news-teaser .published-on .field--name-field-date-start, .events-wrapper .events-teaser .published-on .field--name-field-date-start, .events-wrapper .campaign-teaser .published-on .field--name-field-date-start, .events-wrapper .basic-page-teaser .published-on .field--name-field-date-start, .campaign-wrapper .news-teaser .published-on .field--name-field-date-start, .campaign-wrapper .events-teaser .published-on .field--name-field-date-start, .campaign-wrapper .campaign-teaser .published-on .field--name-field-date-start, .campaign-wrapper .basic-page-teaser .published-on .field--name-field-date-start, .basic-page-wrapper .news-teaser .published-on .field--name-field-date-start, .basic-page-wrapper .events-teaser .published-on .field--name-field-date-start, .basic-page-wrapper .campaign-teaser .published-on .field--name-field-date-start, .basic-page-wrapper .basic-page-teaser .published-on .field--name-field-date-start {
      font-weight: 600;
      color: #055885; }
  .news-wrapper .news-teaser .intro-text, .news-wrapper .events-teaser .intro-text, .news-wrapper .campaign-teaser .intro-text, .news-wrapper .basic-page-teaser .intro-text, .events-wrapper .news-teaser .intro-text, .events-wrapper .events-teaser .intro-text, .events-wrapper .campaign-teaser .intro-text, .events-wrapper .basic-page-teaser .intro-text, .campaign-wrapper .news-teaser .intro-text, .campaign-wrapper .events-teaser .intro-text, .campaign-wrapper .campaign-teaser .intro-text, .campaign-wrapper .basic-page-teaser .intro-text, .basic-page-wrapper .news-teaser .intro-text, .basic-page-wrapper .events-teaser .intro-text, .basic-page-wrapper .campaign-teaser .intro-text, .basic-page-wrapper .basic-page-teaser .intro-text {
    padding-top: 10px; }
    .news-wrapper .news-teaser .intro-text .field--name-field-teaser-, .news-wrapper .news-teaser .intro-text .readmore, .news-wrapper .events-teaser .intro-text .field--name-field-teaser-, .news-wrapper .events-teaser .intro-text .readmore, .news-wrapper .campaign-teaser .intro-text .field--name-field-teaser-, .news-wrapper .campaign-teaser .intro-text .readmore, .news-wrapper .basic-page-teaser .intro-text .field--name-field-teaser-, .news-wrapper .basic-page-teaser .intro-text .readmore, .events-wrapper .news-teaser .intro-text .field--name-field-teaser-, .events-wrapper .news-teaser .intro-text .readmore, .events-wrapper .events-teaser .intro-text .field--name-field-teaser-, .events-wrapper .events-teaser .intro-text .readmore, .events-wrapper .campaign-teaser .intro-text .field--name-field-teaser-, .events-wrapper .campaign-teaser .intro-text .readmore, .events-wrapper .basic-page-teaser .intro-text .field--name-field-teaser-, .events-wrapper .basic-page-teaser .intro-text .readmore, .campaign-wrapper .news-teaser .intro-text .field--name-field-teaser-, .campaign-wrapper .news-teaser .intro-text .readmore, .campaign-wrapper .events-teaser .intro-text .field--name-field-teaser-, .campaign-wrapper .events-teaser .intro-text .readmore, .campaign-wrapper .campaign-teaser .intro-text .field--name-field-teaser-, .campaign-wrapper .campaign-teaser .intro-text .readmore, .campaign-wrapper .basic-page-teaser .intro-text .field--name-field-teaser-, .campaign-wrapper .basic-page-teaser .intro-text .readmore, .basic-page-wrapper .news-teaser .intro-text .field--name-field-teaser-, .basic-page-wrapper .news-teaser .intro-text .readmore, .basic-page-wrapper .events-teaser .intro-text .field--name-field-teaser-, .basic-page-wrapper .events-teaser .intro-text .readmore, .basic-page-wrapper .campaign-teaser .intro-text .field--name-field-teaser-, .basic-page-wrapper .campaign-teaser .intro-text .readmore, .basic-page-wrapper .basic-page-teaser .intro-text .field--name-field-teaser-, .basic-page-wrapper .basic-page-teaser .intro-text .readmore {
      display: inline-block; }
    .news-wrapper .news-teaser .intro-text .field--name-field-teaser-, .news-wrapper .events-teaser .intro-text .field--name-field-teaser-, .news-wrapper .campaign-teaser .intro-text .field--name-field-teaser-, .news-wrapper .basic-page-teaser .intro-text .field--name-field-teaser-, .events-wrapper .news-teaser .intro-text .field--name-field-teaser-, .events-wrapper .events-teaser .intro-text .field--name-field-teaser-, .events-wrapper .campaign-teaser .intro-text .field--name-field-teaser-, .events-wrapper .basic-page-teaser .intro-text .field--name-field-teaser-, .campaign-wrapper .news-teaser .intro-text .field--name-field-teaser-, .campaign-wrapper .events-teaser .intro-text .field--name-field-teaser-, .campaign-wrapper .campaign-teaser .intro-text .field--name-field-teaser-, .campaign-wrapper .basic-page-teaser .intro-text .field--name-field-teaser-, .basic-page-wrapper .news-teaser .intro-text .field--name-field-teaser-, .basic-page-wrapper .events-teaser .intro-text .field--name-field-teaser-, .basic-page-wrapper .campaign-teaser .intro-text .field--name-field-teaser-, .basic-page-wrapper .basic-page-teaser .intro-text .field--name-field-teaser- {
      color: black;
      line-height: 22px !important;
      font-size: 16px;
      font-family: "Open Sans", sans-serif; }
    .news-wrapper .news-teaser .intro-text span.readmore a, .news-wrapper .events-teaser .intro-text span.readmore a, .news-wrapper .campaign-teaser .intro-text span.readmore a, .news-wrapper .basic-page-teaser .intro-text span.readmore a, .events-wrapper .news-teaser .intro-text span.readmore a, .events-wrapper .events-teaser .intro-text span.readmore a, .events-wrapper .campaign-teaser .intro-text span.readmore a, .events-wrapper .basic-page-teaser .intro-text span.readmore a, .campaign-wrapper .news-teaser .intro-text span.readmore a, .campaign-wrapper .events-teaser .intro-text span.readmore a, .campaign-wrapper .campaign-teaser .intro-text span.readmore a, .campaign-wrapper .basic-page-teaser .intro-text span.readmore a, .basic-page-wrapper .news-teaser .intro-text span.readmore a, .basic-page-wrapper .events-teaser .intro-text span.readmore a, .basic-page-wrapper .campaign-teaser .intro-text span.readmore a, .basic-page-wrapper .basic-page-teaser .intro-text span.readmore a {
      line-height: 20px;
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      color: #bc3869;
      font-weight: 600; }
      .news-wrapper .news-teaser .intro-text span.readmore a:hover, .news-wrapper .events-teaser .intro-text span.readmore a:hover, .news-wrapper .campaign-teaser .intro-text span.readmore a:hover, .news-wrapper .basic-page-teaser .intro-text span.readmore a:hover, .events-wrapper .news-teaser .intro-text span.readmore a:hover, .events-wrapper .events-teaser .intro-text span.readmore a:hover, .events-wrapper .campaign-teaser .intro-text span.readmore a:hover, .events-wrapper .basic-page-teaser .intro-text span.readmore a:hover, .campaign-wrapper .news-teaser .intro-text span.readmore a:hover, .campaign-wrapper .events-teaser .intro-text span.readmore a:hover, .campaign-wrapper .campaign-teaser .intro-text span.readmore a:hover, .campaign-wrapper .basic-page-teaser .intro-text span.readmore a:hover, .basic-page-wrapper .news-teaser .intro-text span.readmore a:hover, .basic-page-wrapper .events-teaser .intro-text span.readmore a:hover, .basic-page-wrapper .campaign-teaser .intro-text span.readmore a:hover, .basic-page-wrapper .basic-page-teaser .intro-text span.readmore a:hover {
        color: #d46d93;
        -webkit-text-decoration-color: #d46d93;
        text-decoration-color: #d46d93; }
    .news-wrapper .news-teaser .intro-text span.readmore:after, .news-wrapper .events-teaser .intro-text span.readmore:after, .news-wrapper .campaign-teaser .intro-text span.readmore:after, .news-wrapper .basic-page-teaser .intro-text span.readmore:after, .events-wrapper .news-teaser .intro-text span.readmore:after, .events-wrapper .events-teaser .intro-text span.readmore:after, .events-wrapper .campaign-teaser .intro-text span.readmore:after, .events-wrapper .basic-page-teaser .intro-text span.readmore:after, .campaign-wrapper .news-teaser .intro-text span.readmore:after, .campaign-wrapper .events-teaser .intro-text span.readmore:after, .campaign-wrapper .campaign-teaser .intro-text span.readmore:after, .campaign-wrapper .basic-page-teaser .intro-text span.readmore:after, .basic-page-wrapper .news-teaser .intro-text span.readmore:after, .basic-page-wrapper .events-teaser .intro-text span.readmore:after, .basic-page-wrapper .campaign-teaser .intro-text span.readmore:after, .basic-page-wrapper .basic-page-teaser .intro-text span.readmore:after {
      content: ' \BB ';
      color: #bc3869;
      font-size: 16px;
      font-weight: 600; }
    .news-wrapper .news-teaser .intro-text span.readmore:hover, .news-wrapper .events-teaser .intro-text span.readmore:hover, .news-wrapper .campaign-teaser .intro-text span.readmore:hover, .news-wrapper .basic-page-teaser .intro-text span.readmore:hover, .events-wrapper .news-teaser .intro-text span.readmore:hover, .events-wrapper .events-teaser .intro-text span.readmore:hover, .events-wrapper .campaign-teaser .intro-text span.readmore:hover, .events-wrapper .basic-page-teaser .intro-text span.readmore:hover, .campaign-wrapper .news-teaser .intro-text span.readmore:hover, .campaign-wrapper .events-teaser .intro-text span.readmore:hover, .campaign-wrapper .campaign-teaser .intro-text span.readmore:hover, .campaign-wrapper .basic-page-teaser .intro-text span.readmore:hover, .basic-page-wrapper .news-teaser .intro-text span.readmore:hover, .basic-page-wrapper .events-teaser .intro-text span.readmore:hover, .basic-page-wrapper .campaign-teaser .intro-text span.readmore:hover, .basic-page-wrapper .basic-page-teaser .intro-text span.readmore:hover {
      color: #d46d93;
      text-decoration: underline;
      -webkit-text-decoration-color: #d46d93;
      text-decoration-color: #d46d93; }
  .news-wrapper .campaign-teaser span.readmore, .events-wrapper .campaign-teaser span.readmore, .campaign-wrapper .campaign-teaser span.readmore, .basic-page-wrapper .campaign-teaser span.readmore {
    display: block !important; }
    .news-wrapper .campaign-teaser span.readmore:after, .events-wrapper .campaign-teaser span.readmore:after, .campaign-wrapper .campaign-teaser span.readmore:after, .basic-page-wrapper .campaign-teaser span.readmore:after {
      display: none; }

/* --------------- max-width 480px ---------------*/
@media (max-width: 480px) {
  .news-wrapper .left-content, .events-wrapper .left-content, .basic-page-wrapper .left-content {
    float: left;
    width: 100% !important; }
  .news-wrapper .right-content, .events-wrapper .right-content, .basic-page-wrapper .right-content {
    float: left;
    width: 100% !important;
    margin: 0 auto; } }

.block[id$="views-block-content-lists-block-3"] {
  clear: both;
  margin-top: 35px;
  padding-top: 15px !important;
  border-top: 2px dashed #cccccc; }
  .block[id$="views-block-content-lists-block-3"] .view-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #09896f;
    padding: 20px 0; }
  .block[id$="views-block-content-lists-block-3"] .advisory-item, .block[id$="views-block-content-lists-block-3"] li {
    width: 100%; }
    .block[id$="views-block-content-lists-block-3"] .advisory-item .left-content, .block[id$="views-block-content-lists-block-3"] li .left-content {
      width: 25%;
      float: left; }
      .block[id$="views-block-content-lists-block-3"] .advisory-item .left-content .image, .block[id$="views-block-content-lists-block-3"] li .left-content .image {
        width: 150px;
        height: auto; }
        .block[id$="views-block-content-lists-block-3"] .advisory-item .left-content .image img, .block[id$="views-block-content-lists-block-3"] li .left-content .image img {
          border-radius: 100%; }
    .block[id$="views-block-content-lists-block-3"] .advisory-item .center-content, .block[id$="views-block-content-lists-block-3"] li .center-content {
      width: 75%;
      float: right;
      margin-top: 45px; }
      .block[id$="views-block-content-lists-block-3"] .advisory-item .center-content h2, .block[id$="views-block-content-lists-block-3"] li .center-content h2 {
        font-weight: 700;
        font-size: 24px;
        color: #09896f; }
      .block[id$="views-block-content-lists-block-3"] .advisory-item .center-content .field--name-field-role, .block[id$="views-block-content-lists-block-3"] li .center-content .field--name-field-role {
        font-size: 18px;
        font-weight: 500;
        color: #055885;
        line-height: 1.5; }
    .block[id$="views-block-content-lists-block-3"] .advisory-item .right-content, .block[id$="views-block-content-lists-block-3"] li .right-content {
      clear: both;
      width: 100%;
      float: left; }
  .block[id$="views-block-content-lists-block-3"] .attachment .view-header {
    clear: both;
    padding-top: 15px !important;
    border-top: 2px dashed #cccccc; }
  .block[id$="views-block-content-lists-block-3"] .attachment .support-item, .block[id$="views-block-content-lists-block-3"] .attachment li {
    width: 100%; }
    .block[id$="views-block-content-lists-block-3"] .attachment .support-item .left-content, .block[id$="views-block-content-lists-block-3"] .attachment li .left-content {
      width: 25%;
      float: left; }
      .block[id$="views-block-content-lists-block-3"] .attachment .support-item .left-content .image, .block[id$="views-block-content-lists-block-3"] .attachment li .left-content .image {
        width: 150px;
        height: auto; }
        .block[id$="views-block-content-lists-block-3"] .attachment .support-item .left-content .image img, .block[id$="views-block-content-lists-block-3"] .attachment li .left-content .image img {
          border-radius: 100%; }
    .block[id$="views-block-content-lists-block-3"] .attachment .support-item .center-content, .block[id$="views-block-content-lists-block-3"] .attachment li .center-content {
      width: 75%;
      float: right;
      margin-top: 45px; }
      .block[id$="views-block-content-lists-block-3"] .attachment .support-item .center-content h2, .block[id$="views-block-content-lists-block-3"] .attachment li .center-content h2 {
        font-weight: 700;
        font-size: 24px;
        color: #09896f; }
      .block[id$="views-block-content-lists-block-3"] .attachment .support-item .center-content .field--name-field-role, .block[id$="views-block-content-lists-block-3"] .attachment li .center-content .field--name-field-role {
        font-size: 18px;
        font-weight: 500;
        color: #055885;
        line-height: 1.5; }
    .block[id$="views-block-content-lists-block-3"] .attachment .support-item .right-content, .block[id$="views-block-content-lists-block-3"] .attachment li .right-content {
      clear: both;
      width: 100%;
      float: left; }

/* --------------- max-width 767px ---------------*/
@media (max-width: 767px) {
  .block[id$="views-block-content-lists-block-3"] .view-header h2 {
    font-size: 22px; }
  .block[id$="views-block-content-lists-block-3"] .advisory-item .left-content {
    width: 100%;
    float: left; }
  .block[id$="views-block-content-lists-block-3"] .advisory-item .center-content {
    width: 100%;
    float: left;
    margin-top: 45px; }
  .block[id$="views-block-content-lists-block-3"] .advisory-item .right-content {
    width: 100%;
    float: left; }
  .block[id$="views-block-content-lists-block-3"] .attachment .support-item .left-content {
    width: 100%;
    float: left; }
  .block[id$="views-block-content-lists-block-3"] .attachment .support-item .center-content {
    width: 100%;
    float: left;
    margin-top: 45px; }
  .block[id$="views-block-content-lists-block-3"] .attachment .support-item .right-content {
    width: 100%;
    float: left; } }

.block[id$="views-block-content-lists-block-2"] {
  clear: both;
  max-width: 1100px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 6%;
  padding-right: 6%;
  margin-left: auto;
  margin-right: auto; }

.block[id$="views-block-content-lists-block-1"] {
  margin-top: 25px !important;
  display: inline-block;
  clear: both;
  border-top: 2px dashed #cccccc; }

.calendar {
  padding-top: 40px; }
  .calendar ul:not(.contextual-links) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .calendar ul:not(.contextual-links) li {
      width: 31.1111%;
      float: left;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 31.1111%;
      flex: 0 0 31.1111%;
      padding: 20px 0 0 !important; }
      @media (max-width: 480px) {
        .calendar ul:not(.contextual-links) li {
          float: none !important;
          width: 100% !important;
          max-width: 320px;
          margin: 0 auto !important;
          -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important; } }
      @media (max-width: 767px) {
        .calendar ul:not(.contextual-links) li {
          width: 48%;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
          flex: 0 0 48%; } }
      .calendar ul:not(.contextual-links) li:nth-child(3n+2) {
        margin: 0 2.5%; }
        @media (max-width: 767px) {
          .calendar ul:not(.contextual-links) li:nth-child(3n+2) {
            margin: 0; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .calendar ul:not(.contextual-links) li:nth-child(even) {
          margin: 0 0 0 3% !important; } }
  .calendar .view-header {
    padding-bottom: 0; }
    .calendar .view-header h3, .calendar .view-header nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .calendar .view-header h2 {
      font-weight: 400;
      color: #09896f;
      text-transform: uppercase;
      border-bottom: 1px dashed #dddddd;
      padding-bottom: 10px; }
  .calendar .view-content .item-list {
    padding-bottom: 40px; }
    .calendar .view-content .item-list > h3, .calendar .view-content nav.block[id$="mainnavigation-3"] .item-list > h2, nav.block[id$="mainnavigation-3"] .calendar .view-content .item-list > h2, .calendar .view-content .view-content-lists .partner-list .item-list > h3 {
      font-weight: 400;
      color: #09896f;
      text-transform: uppercase;
      border-bottom: 1px dashed #dddddd;
      padding-bottom: 10px; }
  .calendar .view-content li.calendar-item .group-dates {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #085986; }
  .calendar .view-content li.calendar-item:hover a .group-dates {
    background-color: #bc3869 !important; }
  .calendar .view-content li.calendar-item:hover a .field-title h4 span, .calendar .view-content li.calendar-item:hover a .field-title .resoucres .item-list h3 span, .resoucres .item-list .calendar .view-content li.calendar-item:hover a .field-title h3 span, .calendar .view-content li.calendar-item:hover a .field-title .resoucres .item-list nav.block[id$="mainnavigation-3"] h2 span, .resoucres .item-list nav.block[id$="mainnavigation-3"] .calendar .view-content li.calendar-item:hover a .field-title h2 span, .calendar .view-content li.calendar-item:hover a .field-title nav.block[id$="mainnavigation-3"] .resoucres .item-list h2 span, nav.block[id$="mainnavigation-3"] .resoucres .item-list .calendar .view-content li.calendar-item:hover a .field-title h2 span {
    color: #bc3869; }
  .calendar .attachment-after li.calendar-item .group-dates {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #09896f !important; }

.block[id$="views-block-content-lists-block-6"] .campaign-item .campaign-wrapper {
  background: rgba(4, 104, 81, 0.85); }

.block[id$="views-block-content-lists-block-6"]:hover .campaign-item .campaign-wrapper {
  background: rgba(4, 104, 81, 0.95); }

.block[id$="views-block-content-lists-block-5"] .latest-news-item .news-wrapper {
  position: relative; }
  .block[id$="views-block-content-lists-block-5"] .latest-news-item .news-wrapper .video-play {
    top: 16%;
    left: 5%;
    right: 5%;
    position: absolute;
    background: url("../images/play-button.svg") no-repeat center 100%;
    height: 60px; }
  .block[id$="views-block-content-lists-block-5"] .latest-news-item .news-wrapper .latest-news-wrapper {
    background: rgba(4, 131, 200, 0.8); }
  .block[id$="views-block-content-lists-block-5"] .latest-news-item .news-wrapper .title {
    margin-bottom: 0; }
  @media (max-width: 1099px) {
    .block[id$="views-block-content-lists-block-5"] .latest-news-item .news-wrapper .teaser {
      display: block !important; } }

.block[id$="views-block-content-lists-block-5"]:hover .latest-news-item .news-wrapper .latest-news-wrapper {
  background: rgba(4, 131, 200, 0.95); }

.block[id$="views-block-content-lists-block-5"]:hover .latest-news-item .news-wrapper .teaser {
  display: none; }

.block[id$="views-block-content-lists-block-5"]:hover .latest-news-item .news-wrapper .title {
  margin-bottom: 5px; }

.dev {
  clear: both;
  width: 100%;
  position: absolute;
  display: block; }

@media (max-width: 1439px) {
  .block[id$="views-block-term-blocks-block-2"] .field-image {
    overflow: hidden; } }

.block[id$="views-block-term-blocks-block-2"] .field-image img {
  width: 100%;
  height: auto;
  max-width: initial; }
  @media (max-width: 1439px) {
    .block[id$="views-block-term-blocks-block-2"] .field-image img {
      width: auto;
      height: 100%; } }

.block[id$="views-block-term-blocks-block-2"] .fpg-wrapper-inner {
  background: rgba(6, 170, 135, 0.85); }
  .block[id$="views-block-term-blocks-block-2"] .fpg-wrapper-inner .date {
    font-size: 24px;
    line-height: 30px;
    color: white;
    margin-top: 5px; }
    .block[id$="views-block-term-blocks-block-2"] .fpg-wrapper-inner .date span {
      display: block;
      font-size: 32px;
      line-height: 38px;
      font-weight: 600;
      color: white;
      margin-bottom: 25px; }

.block[id$="views-block-term-blocks-block-2"]:hover .fpg-wrapper-inner {
  background: rgba(6, 170, 135, 0.96); }

.block[id$="views-block-term-blocks-block-2"]:hover .ops-title {
  display: block !important; }
  @media (max-width: 1099px) {
    .block[id$="views-block-term-blocks-block-2"]:hover .ops-title {
      display: block !important; } }

.block[id$="views-block-term-blocks-block-2"]:hover .date {
  display: none; }

.dev {
  clear: both;
  width: 100%;
  position: absolute;
  display: block; }

@media (max-width: 1099px) {
  .block[id$="views-block-content-lists-block-11"] .fpg-wrapper-inner .title, .block[id$="views-block-content-lists-block-11"] .fpg-wrapper-inner .teaser {
    display: block !important; }
  .block[id$="views-block-content-lists-block-11"] .fpg-wrapper-inner .date {
    font-size: 20px;
    line-height: 26px; }
    .block[id$="views-block-content-lists-block-11"] .fpg-wrapper-inner .date span {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 5px; } }

@media (min-width: 935px) {
  .path-frontpage .view-content-lists .view-display-id-attachment_2 {
    padding-top: 50px; } }

.view-content-lists .partner-list {
  clear: both; }
  .view-content-lists .partner-list nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .view-content-lists .partner-list h2, .view-content-lists .partner-list h3 {
    color: #09896f;
    text-align: center;
    margin: 80px 0 25px 0;
    text-transform: uppercase;
    line-height: 24px; }
    .view-content-lists .partner-list nav.block[id$="mainnavigation-3"] h2:after, nav.block[id$="mainnavigation-3"] .view-content-lists .partner-list h2:after, .view-content-lists .partner-list h3:after {
      color: #09896f;
      content: "- - - - -";
      height: 6.5px;
      display: block;
      bottom: -5px;
      left: 0%; }
    .view-content-lists .partner-list nav.block[id$="mainnavigation-3"] h2 a, nav.block[id$="mainnavigation-3"] .view-content-lists .partner-list h2 a, .view-content-lists .partner-list h3 a {
      color: #09896f;
      text-decoration: none; }
  .view-content-lists .partner-list ul {
    margin: 0;
    width: 100%; }
  .view-content-lists .partner-list > ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(30px + 7%), 1fr));
    grid-gap: 50px; }
    .view-content-lists .partner-list > ul > li {
      float: none;
      width: auto;
      line-height: inherit;
      overflow: visible; }
  .view-content-lists .partner-list.partners-main > ul {
    grid-template-columns: repeat(auto-fill, minmax(calc(60px + 20%), 1fr)); }

.view-content-lists p {
  margin-top: -20px !important;
  color: black; }

.view-content-lists ul {
  padding: 0; }

.view-content-lists .people-item, .view-content-lists li {
  margin: 0 !important;
  padding: 0 !important;
  float: left;
  width: 16.66%;
  position: relative;
  line-height: 0;
  overflow: hidden; }
  .view-content-lists .people-item .profile-teaser, .view-content-lists li .profile-teaser {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 6%;
    line-height: 17px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #bc3869;
    overflow: hidden;
    opacity: 0; }
    .view-content-lists .people-item .profile-teaser:hover, .view-content-lists li .profile-teaser:hover {
      opacity: 0.89; }
    .view-content-lists .people-item .profile-teaser h3, .view-content-lists .people-item .profile-teaser nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .view-content-lists .people-item .profile-teaser h2, .view-content-lists li .profile-teaser h3, .view-content-lists li .profile-teaser nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .view-content-lists li .profile-teaser h2 {
      font-size: 15px;
      font-weight: 600;
      font-family: "Open Sans", sans-serif;
      line-height: 19px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .view-content-lists .people-item .profile-teaser h3 span, .view-content-lists .people-item .profile-teaser nav.block[id$="mainnavigation-3"] h2 span, nav.block[id$="mainnavigation-3"] .view-content-lists .people-item .profile-teaser h2 span, .view-content-lists li .profile-teaser h3 span, .view-content-lists li .profile-teaser nav.block[id$="mainnavigation-3"] h2 span, nav.block[id$="mainnavigation-3"] .view-content-lists li .profile-teaser h2 span {
        color: #ffc60b;
        text-decoration: none; }
    .view-content-lists .people-item .profile-teaser .role, .view-content-lists li .profile-teaser .role {
      line-height: 17px;
      overflow: hidden;
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      color: white; }
    .view-content-lists .people-item .profile-teaser .location, .view-content-lists li .profile-teaser .location {
      line-height: 17px;
      overflow: hidden;
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      color: white; }

.view-content-lists .view-footer {
  clear: both; }
  .view-content-lists .view-footer p {
    padding-top: 20px; }
    @media (max-width: 1099px) {
      .view-content-lists .view-footer p {
        line-height: 1.5;
        padding-top: 20px; } }
    .view-content-lists .view-footer p a {
      text-decoration: none;
      color: #bc3869; }

/* -------------- max-width 480px ---------------*/
@media (max-width: 480px) {
  .view-content-lists .people-item, .view-content-lists li {
    float: left;
    width: 50%; }
    .view-content-lists .people-item .profile-teaser h3, .view-content-lists .people-item .profile-teaser nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .view-content-lists .people-item .profile-teaser h2, .view-content-lists li .profile-teaser h3, .view-content-lists li .profile-teaser nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .view-content-lists li .profile-teaser h2 {
      font-size: 14px; }
    .view-content-lists .people-item .profile-teaser .role, .view-content-lists li .profile-teaser .role {
      font-size: 10px;
      line-height: 1.5; }
    .view-content-lists .people-item .profile-teaser .location, .view-content-lists li .profile-teaser .location {
      font-size: 10px;
      line-height: 1.5; } }

/* -------------- 481px 767px ---------------*/
@media (min-width: 481px) and (max-width: 767px) {
  .view-content-lists .people-item, .view-content-lists li {
    float: left;
    width: 33%; }
    .view-content-lists .people-item .profile-teaser h3, .view-content-lists .people-item .profile-teaser nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .view-content-lists .people-item .profile-teaser h2, .view-content-lists li .profile-teaser h3, .view-content-lists li .profile-teaser nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .view-content-lists li .profile-teaser h2 {
      font-size: 14px; }
    .view-content-lists .people-item .profile-teaser .role, .view-content-lists li .profile-teaser .role {
      font-size: 11px;
      line-height: 1.5; }
    .view-content-lists .people-item .profile-teaser .location, .view-content-lists li .profile-teaser .location {
      font-size: 11px;
      line-height: 1.5; } }

/* -------------- 768px 1099px ---------------*/
@media (min-width: 768px) and (max-width: 1099px) {
  .view-content-lists .people-item, .view-content-lists li {
    float: left;
    width: 25%; } }

.calendar .item-list ul,
.reverse-resoucres .item-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .calendar .item-list ul li,
  .reverse-resoucres .item-list ul li {
    margin: 0;
    padding: 20px 0; }

.reverse-resoucres:after {
  content: "";
  display: table;
  clear: both; }

.reverse-resoucres .view-header {
  padding: 10px 0 10px; }

.resoucres .item-list {
  clear: both;
  margin-bottom: 40px;
  margin-top: 40px; }
  .resoucres .item-list h3, .resoucres .item-list nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .resoucres .item-list h2 {
    font-family: "Open Sans", sans-serif;
    margin-top: 10%;
    text-transform: uppercase;
    line-height: 20px;
    height: 30px;
    margin: 0;
    color: #09896f;
    border-bottom: 1px dashed #cccccc; }
    .resoucres .item-list h3:after, .resoucres .item-list nav.block[id$="mainnavigation-3"] h2:after, nav.block[id$="mainnavigation-3"] .resoucres .item-list h2:after {
      content: "- - - - -";
      height: 6.5px;
      display: block;
      bottom: -5px;
      left: 0%; }
    .resoucres .item-list h3:after, .resoucres .item-list nav.block[id$="mainnavigation-3"] h2:after, nav.block[id$="mainnavigation-3"] .resoucres .item-list h2:after {
      display: none; }
  .resoucres .item-list ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .resoucres .item-list ul li {
      padding: 0;
      width: 30%;
      float: left;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      margin-left: 0;
      border-bottom: 0; }
      .resoucres .item-list ul li:nth-child(3n+2) {
        margin: 0 5%; }
        @media (max-width: 480px) {
          .resoucres .item-list ul li:nth-child(3n+2) {
            margin: 0 !important; } }
        @media (max-width: 767px) {
          .resoucres .item-list ul li:nth-child(3n+2) {
            margin: 0 0 0 6%; } }
      @media (max-width: 480px) {
        .resoucres .item-list ul li {
          width: 100% !important;
          float: none;
          -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
          margin-right: 0; } }
      @media (max-width: 767px) {
        .resoucres .item-list ul li {
          width: 47%;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 47%;
          flex: 0 0 47%; } }
      .resoucres .item-list ul li .resource-wrapper .book-img {
        position: relative;
        line-height: 0;
        cursor: pointer; }
        .resoucres .item-list ul li .resource-wrapper .book-img .book-desc {
          position: absolute;
          bottom: 0;
          left: 0;
          height: 100%;
          width: 100%;
          max-width: 400px;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
          background-color: #bc3869;
          overflow: hidden;
          opacity: 0; }
          .resoucres .item-list ul li .resource-wrapper .book-img .book-desc p {
            position: absolute;
            top: 0;
            left: 0;
            padding: 20px;
            margin: 0;
            color: white;
            font-size: 13px;
            line-height: 17px; }
      .resoucres .item-list ul li .resource-wrapper .book-info {
        padding: 10px 0; }
        .resoucres .item-list ul li .resource-wrapper .book-info h3, .resoucres .item-list ul li .resource-wrapper .book-info nav.block[id$="mainnavigation-3"] h2, nav.block[id$="mainnavigation-3"] .resoucres .item-list ul li .resource-wrapper .book-info h2 {
          height: auto;
          font-weight: 600;
          border-bottom: 0;
          padding: 10px 0;
          max-width: 320px;
          text-transform: inherit; }
        .resoucres .item-list ul li .resource-wrapper .book-info span {
          font-size: 14px; }
      .resoucres .item-list ul li:hover .resource-wrapper .book-desc {
        opacity: 0.89; }

.block[id$="views-block-content-lists-block-4"] .view-header {
  padding: 0 !important;
  right: 0;
  top: 7.5em;
  position: relative;
  z-index: 100; }

.block[id$="views-block-content-lists-block-4"]:hover .view-header {
  top: 5em; }

.block[id$="views-block-content-lists-block-4"]:hover .upnext-item .upnext-wrapper {
  background: rgba(5, 88, 133, 0.95); }
  .block[id$="views-block-content-lists-block-4"]:hover .upnext-item .upnext-wrapper .teaser {
    display: none; }
  .block[id$="views-block-content-lists-block-4"]:hover .upnext-item .upnext-wrapper .title {
    margin-bottom: 5px; }

.block[id$="views-block-content-lists-block-4"] .upnext-item .upnext-wrapper {
  background: rgba(5, 88, 133, 0.8); }
  .block[id$="views-block-content-lists-block-4"] .upnext-item .upnext-wrapper .teaser, .block[id$="views-block-content-lists-block-4"] .upnext-item .upnext-wrapper .field--name-field-date-start {
    color: white;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px; }
  @media (max-width: 1099px) {
    .block[id$="views-block-content-lists-block-4"] .upnext-item .upnext-wrapper .teaser {
      display: block !important; } }
  .block[id$="views-block-content-lists-block-4"] .upnext-item .upnext-wrapper .title {
    margin-bottom: 0; }
  .block[id$="views-block-content-lists-block-4"] .upnext-item .upnext-wrapper .join-us-on {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400; }
  .block[id$="views-block-content-lists-block-4"] .upnext-item .upnext-wrapper .field--name-field-date-start {
    display: inline; }
    .block[id$="views-block-content-lists-block-4"] .upnext-item .upnext-wrapper .field--name-field-date-start time {
      display: inline;
      font-size: 20px;
      line-height: 26px;
      font-weight: 400; }

.page-title {
  color: #09896f;
  font-weight: 600;
  height: auto;
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 25px; }

.field--name-field-teaser-, .listing-heading, .views-field-field-teaser .field-content {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  color: #055885; }

.node .field--type-image {
  padding: 20px 0;
  width: 100%; }

article .image-style-large {
  padding: 20px 0; }

.region-main-content-bottom {
  display: inline-block;
  width: 100%; }

.node--type-basic-page .field__label {
  font-weight: 600; }

.node--type-basic-page .field__item .file a {
  list-style: circle outside none;
  display: list-item;
  margin-left: 20px; }

.block[id$="websitebanner"] {
  background: url("../images/hp_image_s.jpg") no-repeat 50% 50% fixed;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  width: 100%;
  line-height: 0;
  clear: both;
  position: relative; }
  .block[id$="websitebanner"]:after {
    content: "";
    display: block;
    color: white;
    position: absolute;
    right: 6px;
    bottom: 12px;
    font-size: 12px; }

/* ---------------- max-width 768px ---------------*/
@media (max-width: 768px) {
  .block[id$="websitebanner"] {
    height: 300px; } }

@media (max-width: 1099px) {
  .block[id$="websitebanner"] {
    background-position: center;
    background-attachment: local; } }

/* ---------------- 768px to 1099px ---------------*/
@media (min-width: 769px) and (max-width: 1099px) {
  .block[id$="websitebanner"] {
    height: 450px; } }

/*# sourceMappingURL=styles.css.map */
