@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
/* line 5, ../sass/custom/responsive_menu.scss */
.responsive-menu-block-wrapper {
  display: none;
}

/* line 9, ../sass/custom/responsive_menu.scss */
html.mm-opened .mm-page {
  position: relative !important;
  width: 100%;
}

/* line 14, ../sass/custom/responsive_menu.scss */
.mm-page {
  background-color: #ffffff;
}

/* line 18, ../sass/custom/responsive_menu.scss */
.mm-opening .toolbar-tray-open.toolbar-fixed.toolbar-vertical,
.mm-opened .toolbar-tray-open.toolbar-fixed.toolbar-vertical {
  margin-left: 0;
}

/* line 23, ../sass/custom/responsive_menu.scss */
.mm-opening .toolbar-tray-open.toolbar-fixed.toolbar-vertical .mm-page,
.mm-opened .toolbar-tray-open.toolbar-fixed.toolbar-vertical .mm-page {
  padding-left: 240px;
  padding-left: 15rem;
}

/* line 29, ../sass/custom/responsive_menu.scss */
.horizontal-menu {
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

/* line 40, ../sass/custom/responsive_menu.scss */
.horizontal-menu > li {
  display: inline-block;
  position: relative;
}

/* line 50, ../sass/custom/responsive_menu.scss */
.horizontal-menu > li ul ul {
  left: 13.75em;
  top: 0;
}

/* line 55, ../sass/custom/responsive_menu.scss */
.horizontal-menu ul .fly-left ul {
  left: -13.75em;
}

/* line 59, ../sass/custom/responsive_menu.scss */
.horizontal-menu > li > a {
  display: block;
  padding-top: 0.3em;
  padding-right: 1em;
  padding-bottom: 0.35em;
  padding-left: 1em;
}

/* line 67, ../sass/custom/responsive_menu.scss */
.horizontal-menu > li ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-sizing: border-box;
  width: 13.75em;
  list-style: none;
}

/* line 82, ../sass/custom/responsive_menu.scss */
.horizontal-menu li.sfHover > ul,
.horizontal-menu li:hover > ul {
  display: block;
}

/* line 87, ../sass/custom/responsive_menu.scss */
.horizontal-menu li li {
  position: relative;
  float: left;
  width: 100%;
}

/* line 93, ../sass/custom/responsive_menu.scss */
.horizontal-menu > li > li:hover > ul,
.horizontal-menu > li > li.sfHover > ul {
  display: block;
}

/* line 98, ../sass/custom/responsive_menu.scss */
.horizontal-menu > li li > a {
  display: block;
  position: relative;
  padding-top: 0.25em;
  padding-right: 1em;
  padding-bottom: 0.25em;
  padding-left: 1em;
  text-transform: none;
}

/* line 108, ../sass/custom/responsive_menu.scss */
.off-canvas-wrapper {
  display: block;
}

/* line 112, ../sass/custom/responsive_menu.scss */
.no-js .off-canvas-wrapper {
  display: none;
}

/* line 116, ../sass/custom/responsive_menu.scss */
#off-canvas {
  z-index: 9;
}

/* line 120, ../sass/custom/responsive_menu.scss */
.responsive-menu-toggle {
  display: inline-block;
  background-color: #323232 !important;
  position: absolute;
  right: 12px;
  bottom: 48px;
  border-radius: 16px;
  padding-right: 30px;
  cursor: pointer;
}
.hlpf-page .responsive-menu-toggle {
  padding-right: 42px;
}

/* line 131, ../sass/custom/responsive_menu.scss */
.responsive-menu-toggle-icon {
  box-sizing: border-box;
  display: block;
  width: calc(100% + 30px);
  height: 44px;
  z-index: 4;
  margin-top: 0;
  position: relative;
}

/* line 142, ../sass/custom/responsive_menu.scss */
.no-js .responsive-menu-toggle-icon {
  display: none;
}

/* line 146, ../sass/custom/responsive_menu.scss */
.responsive-menu-toggle-icon span.label {
  display: block;
  position: relative;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff !important;
  float: left;
  line-height: 34px;
  left: 0;
  font-weight: 100;
  padding-left: 12px;
  font-family: "Open Sans", sans-serif;
}

.hlpf-page .responsive-menu-toggle-icon span.label {
  display: none;
}

/* line 160, ../sass/custom/responsive_menu.scss */
.responsive-menu-toggle-icon:before,
.responsive-menu-toggle-icon:after,
.responsive-menu-toggle-icon span.icon {
  background: #fff;
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  position: absolute;
  left: auto;
  right: 12px;
  border-radius: 2px;
}
.hlpf-page .responsive-menu-toggle-icon:before,
.hlpf-page .responsive-menu-toggle-icon:after,
.hlpf-page .responsive-menu-toggle-icon span.icon {
  right: 0;
}

/* line 174, ../sass/custom/responsive_menu.scss */
.responsive-menu-toggle-icon:before {
  top: 12px;
}

/* line 178, ../sass/custom/responsive_menu.scss */
.responsive-menu-toggle-icon span.icon {
  top: 20px;
}

/* line 182, ../sass/custom/responsive_menu.scss */
.responsive-menu-toggle-icon:after {
  top: 28px;
}

/* line 186, ../sass/custom/responsive_menu.scss */
.responsive-menu-toggle-icon:before,
.responsive-menu-toggle-icon:after,
.responsive-menu-toggle-icon span.icon {
  transition: none 0.4s ease-out 0.1s;
  transition-property: -webkit-transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}

/* line 194, ../sass/custom/responsive_menu.scss */
html.mm-opening .responsive-menu-toggle-icon:before,
html.mm-opening .responsive-menu-toggle-icon:after {
  top: 20px;
}

/* line 199, ../sass/custom/responsive_menu.scss */
html.mm-opening .responsive-menu-toggle-icon span.icon {
  left: inherit;
  opacity: 1;
}

/* line 204, ../sass/custom/responsive_menu.scss */
html.mm-opening .responsive-menu-toggle-icon span.icon {
  opacity: 0;
  -webkit-transform: translate(44px, 0);
  -ms-transform: translate(44px, 0);
  transform: translate(44px, 0);
}

/* line 211, ../sass/custom/responsive_menu.scss */
html.mm-opening .responsive-menu-toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 217, ../sass/custom/responsive_menu.scss */
html.mm-opening .responsive-menu-toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 223, ../sass/custom/responsive_menu.scss */
#mm-blocker {
  background: transparent;
}

/* line 226, ../sass/custom/responsive_menu.scss */
.mm-opening #mm-blocker {
  background: transparent;
  transition: background 1s ease 0.3s;
}

/* line 230, ../sass/custom/responsive_menu.scss */
.mm-opening #page {
  border-left: 1px solid #ccc;
}

/* line 234, ../sass/custom/responsive_menu.scss */
.mm-panel a {
  border-bottom: none;
}

/* line 238, ../sass/custom/responsive_menu.scss */
ul.menu.mm-listview a.is-active {
  color: inherit;
}

/* line 242, ../sass/custom/responsive_menu.scss */
.mm-panel a:hover {
  border: none;
}

/* line 246, ../sass/custom/responsive_menu.scss */
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 253, ../sass/custom/responsive_menu.scss */
html.mm-blocking, html.mm-blocking body {
  overflow: auto;
}

/* line 256, ../sass/custom/responsive_menu.scss */
.mm-menu.mm-theme-dark {
  background-color: #bebebe;
  background-image: url("/themes/global_taskforce/imgs/menu_bg.png");
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: right 140px;
  max-width: 294px;
}

/* line 264, ../sass/custom/responsive_menu.scss */
.mm-panel.mm-hasnavbar .mm-navbar {
  display: none;
}

/* line 267, ../sass/custom/responsive_menu.scss */
.gva-navigation {
  padding-top: 0 !important;
}
/* line 269, ../sass/custom/responsive_menu.scss */
.gva-navigation .menu-header {
  display: inline-block;
  float: left;
  width: 100%;
}
/* line 273, ../sass/custom/responsive_menu.scss */
.gva-navigation .menu-header h2 {
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 100;
  display: block;
  float: left;
  line-height: 18px;
}
/* line 283, ../sass/custom/responsive_menu.scss */
.gva-navigation .menu-header .fa-times-circle-o {
  color: white;
}
/* line 286, ../sass/custom/responsive_menu.scss */
.gva-navigation .menu-header .fa-twitter {
  color: #55acee;
  color: #55acee;
}
/* line 290, ../sass/custom/responsive_menu.scss */
.gva-navigation .menu-header a {
  float: right;
  margin: 14px 4px;
  font-size: 18px;
  line-height: 18px;
}
/* line 298, ../sass/custom/responsive_menu.scss */
.gva-navigation .search-wrapper .btn-default,
.gva-navigation .search-wrapper .btn-default:hover, .gva-navigation .search-wrapper .btn-default:focus, .gva-navigation .search-wrapper .btn-default:active, .gva-navigation .search-wrapper .btn-default.active, .gva-navigation .search-wrapper .open > .btn-default.dropdown-toggle {
  background-color: transparent;
  color: white;
  padding-right: 2px;
}
/* line 304, ../sass/custom/responsive_menu.scss */
.gva-navigation .search-wrapper .form-control {
  color: white;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
/* line 310, ../sass/custom/responsive_menu.scss */
.gva-navigation .search-wrapper .input-group {
  border-bottom: 1px solid white;
}
/* line 314, ../sass/custom/responsive_menu.scss */
.gva-navigation ul.gva_menu {
  float: left;
  display: block;
  width: calc(100% + 40px);
}
/* line 319, ../sass/custom/responsive_menu.scss */
.gva-navigation .menu-item {
  border-bottom: none;
  border-top: none;
}
/* line 322, ../sass/custom/responsive_menu.scss */
.gva-navigation .menu-item a {
  color: #333333;
  padding: 8px 10px 8px 20px;
}
/* line 326, ../sass/custom/responsive_menu.scss */
.gva-navigation .menu-item:after {
  border-bottom-width: 0;
  border-bottom: none;
  display: none !important;
}

/* line 333, ../sass/custom/responsive_menu.scss */
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-keyboardfocus a:focus, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: inherit;
}

@font-face {
  font-family: 'Melbourne';
  src: url("/themes/global_taskforce/fonts/Melbourne/Melbourne.eot?#iefix") format("embedded-opentype"), url("/themes/global_taskforce/fonts/Melbourne/Melbourne.otf") format("opentype"), url("/themes/global_taskforce/fonts/Melbourne/Melbourne.woff") format("woff"), url("/themes/global_taskforce/fonts/Melbourne/Melbourne.ttf") format("truetype"), url("/themes/global_taskforce/fonts/Melbourne/Melbourne.svg#Melbourne") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Melbourne';
  src: url("/themes/global_taskforce/fonts/Melbourne-Bold/Melbourne-Bold.eot?#iefix") format("embedded-opentype"), url("/themes/global_taskforce/fonts/Melbourne-Bold/Melbourne-Bold.otf") format("opentype"), url("/themes/global_taskforce/fonts/Melbourne-Bold/Melbourne-Bold.woff") format("woff"), url("/themes/global_taskforce/fonts/Melbourne-Bold/Melbourne-Bold.ttf") format("truetype"), url("/themes/global_taskforce/fonts/Melbourne-Bold/Melbourne-Bold.svg#Melbourne-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'TheSerif';
  src: url("/themes/global_taskforce/fonts/TheSerif-Regular/TheSerif-Regular.eot?#iefix") format("embedded-opentype"), url("/themes/global_taskforce/fonts/TheSerif-Regular/TheSerif-Regular.otf") format("opentype"), url("/themes/global_taskforce/fonts/TheSerif-Regular/TheSerif-Regular.woff") format("woff"), url("/themes/global_taskforce/fonts/TheSerif-Regular/TheSerif-Regular.ttf") format("truetype"), url("/themes/global_taskforce/fonts/TheSerif-Regular/TheSerif-Regular.svg#TheSerif-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TheSerif';
  src: url("/themes/global_taskforce/fonts/TheSerif-RegularItalic/TheSerif-RegularItalic.eot?#iefix") format("embedded-opentype"), url("/themes/global_taskforce/fonts/TheSerif-RegularItalic/TheSerif-RegularItalic.otf") format("opentype"), url("/themes/global_taskforce/fonts/TheSerif-RegularItalic/TheSerif-RegularItalic.woff") format("woff"), url("/themes/global_taskforce/fonts/TheSerif-RegularItalic/TheSerif-RegularItalic.ttf") format("truetype"), url("/themes/global_taskforce/fonts/TheSerif-RegularItalic/TheSerif-RegularItalic.svg#TheSerif-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'TheSerif';
  src: url("/themes/global_taskforce/fonts/TheSerif-Bold/TheSerif-Bold.eot?#iefix") format("embedded-opentype"), url("/themes/global_taskforce/fonts/TheSerif-Bold/TheSerif-Bold.otf") format("opentype"), url("/themes/global_taskforce/fonts/TheSerif-Bold/TheSerif-Bold.woff") format("woff"), url("/themes/global_taskforce/fonts/TheSerif-Bold/TheSerif-Bold.ttf") format("truetype"), url("/themes/global_taskforce/fonts/TheSerif-Bold/TheSerif-Bold.svg#TheSerif-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* line 53, ../sass/custom/global.scss */
.fa.fa-storify:before, .more-events-list ul li .views-field-view-node a.fa-storify:before, .related-news-list ul li .views-field-view-node a.fa-storify:before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url("/themes/global_taskforce/imgs/storify_icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 94%;
  display: block;
}
/* line 63, ../sass/custom/global.scss */
.fa.fa-storify-white:before, .more-events-list ul li .views-field-view-node a.fa-storify-white:before, .related-news-list ul li .views-field-view-node a.fa-storify-white:before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url("/themes/global_taskforce/imgs/storify_white_icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 94%;
  display: block;
}

/* line 74, ../sass/custom/global.scss */
.text-light {
  color: white;
}
/* line 76, ../sass/custom/global.scss */
.text-light * {
  color: white;
}

/* line 80, ../sass/custom/global.scss */
.text-left {
  text-align: left;
}
/* line 82, ../sass/custom/global.scss */
.text-left * {
  text-align: left;
}

/* line 87, ../sass/custom/global.scss */
.home-row h1, .home-row h2, .home-row h3, .home-row h4, .home-row h5, .home-row h6 {
  font-weight: 300;
}

/* line 91, ../sass/custom/global.scss */
.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
/* line 96, ../sass/custom/global.scss */
.flex-row .row-wrapper {
  display: flex;
}

/* line 100, ../sass/custom/global.scss */
.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 106, ../sass/custom/global.scss */
.bg-size-cover {
  height: 100%;
  width: 100%;
}

/* line 111, ../sass/custom/global.scss */
.home-featured:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 15px;
  top: 0;
  width: 200px;
  height: 100%;
}
/* line 121, ../sass/custom/global.scss */
.home-featured:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 124, ../sass/custom/global.scss */
.home-featured:hover a {
  color: white;
}
/* line 128, ../sass/custom/global.scss */
.home-featured a {
  position: absolute;
  left: 15px;
  top: 0;
  height: 100%;
  align-items: center;
  margin: 0 0;
  justify-content: center;
  display: flex;
  padding: 0 28px;
  font-size: 28px;
  color: white;
  display: flex;
  justify-content: flex-start;
  padding-left: 25px;
}
/* line 145, ../sass/custom/global.scss */
.home-featured.bg-red a {
  padding-left: 30px;
}
/* line 148, ../sass/custom/global.scss */
.home-featured.bg-red:before {
  background-color: rgba(255, 100, 100, 0.5);
}
/* line 152, ../sass/custom/global.scss */
.home-featured.bg-red:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 158, ../sass/custom/global.scss */
.home-featured.bg-green a {
  padding-left: 33px;
}
/* line 161, ../sass/custom/global.scss */
.home-featured.bg-green:before {
  background-color: rgba(118, 131, 59, 0.5);
}
/* line 165, ../sass/custom/global.scss */
.home-featured.bg-green:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 171, ../sass/custom/global.scss */
.home-featured.gbb-row .bb-inner {
  padding-top: 12px;
}
/* line 176, ../sass/custom/global.scss */
.home-featured .bg-size-cover .column-content {
  padding: 60px;
}

/* line 182, ../sass/custom/global.scss */
.with-link a {
  position: absolute;
  height: 100%;
  width: 100%;
  display: inline;
  top: 0;
  left: 0;
  padding: 60px;
}
/* line 190, ../sass/custom/global.scss */
.with-link a:focus, .with-link a:hover {
  color: inherit;
}

/* line 198, ../sass/custom/global.scss */
.gsc-image-content.with-link a {
  padding: 0;
  color: white;
}
/* line 204, ../sass/custom/global.scss */
.gsc-image-content.skin-v1:last-of-type {
  margin-bottom: 0;
}
/* line 207, ../sass/custom/global.scss */
.gsc-image-content.skin-v1 .content {
  background-color: rgba(218, 41, 28, 0.8) !important;
  padding: 0 !important;
}
/* line 212, ../sass/custom/global.scss */
.gsc-image-content.skin-v1:hover .content {
  padding: 20px 30px 20px !important;
}
/* line 216, ../sass/custom/global.scss */
.gsc-image-content.skin-v1 a {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  padding-bottom: 26px;
}
/* line 224, ../sass/custom/global.scss */
.gsc-image-content.skin-v2:hover {
  cursor: pointer;
}
/* line 227, ../sass/custom/global.scss */
.gsc-image-content.skin-v2:last-of-type {
  margin-bottom: 0;
}
/* line 230, ../sass/custom/global.scss */
.gsc-image-content.skin-v2 .bg-color {
  border-radius: 0 !important;
}
/* line 234, ../sass/custom/global.scss */
.gsc-image-content.skin-v2.hover a {
  justify-content: center;
  align-items: center;
  display: flex;
  padding-bottom: 0;
}
/* line 241, ../sass/custom/global.scss */
.gsc-image-content.skin-v2 a {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  padding-bottom: 26px;
}
/* line 247, ../sass/custom/global.scss */
.gsc-image-content.skin-v2 .content,
.gsc-image-content.skin-v2 .bg-color {
  transform: translate(0, 100%);
  transition: none 0.2s ease-out 0.1s;
  transition-property: -webkit-transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}
/* line 255, ../sass/custom/global.scss */
.gsc-image-content.skin-v2:hover .content,
.gsc-image-content.skin-v2:hover .bg-color {
  transform: translate(0, 0);
  transition: none 0.3s ease-out 0.1s;
  transition-property: -webkit-transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}

/* line 265, ../sass/custom/global.scss */
.float-right {
  float: right;
}

/* line 268, ../sass/custom/global.scss */
.float-left {
  float: left;
}

/* line 271, ../sass/custom/global.scss */
.copyright {
  background-color: #535353;
  color: white;
  font-size: 12px;
}
/* line 275, ../sass/custom/global.scss */
.copyright a {
  color: white !important;
  padding-right: 24px;
}
/* line 278, ../sass/custom/global.scss */
.copyright a:last-child {
  padding-right: 0;
}
/* line 281, ../sass/custom/global.scss */
.copyright a:hover {
  color: #d5d7d8 !important;
}
/* line 285, ../sass/custom/global.scss */
.copyright .copyright-inner {
  padding: 0;
  line-height: 58px;
}

/* line 290, ../sass/custom/global.scss */
.footer {
  background-color: #626262 !important;
}
/* line 292, ../sass/custom/global.scss */
.footer .footer-center {
  padding: 34px 0 !important;
}
/* line 295, ../sass/custom/global.scss */
.footer .responsive-menu-block-wrapper {
  display: block;
}
/* line 300, ../sass/custom/global.scss */
.footer ul .menu-item:first-child a {
  padding-left: 0px;
  border-left: none;
}
/* line 306, ../sass/custom/global.scss */
.footer ul .menu-item a {
  color: white !important;
  border-left: 1px solid white;
  padding: 0px 10px;
  line-height: 16px;
}
/* line 311, ../sass/custom/global.scss */
.footer ul .menu-item a:hover {
  color: #d5d7d8 !important;
}
/* line 318, ../sass/custom/global.scss */
.footer .block .block-title {
  margin-bottom: 0 !important;
}
/* line 320, ../sass/custom/global.scss */
.footer .block .block-title span {
  font-size: 24px !important;
}
/* line 325, ../sass/custom/global.scss */
.footer #block-followus {
  float: right;
  text-align: right;
}
/* line 328, ../sass/custom/global.scss */
.footer #block-followus a {
  font-size: 24px;
  color: white;
  display: block;
  float: right;
  margin-right: 12px;
}
/* line 334, ../sass/custom/global.scss */
.footer #block-followus a:first-child {
  margin-right: 0;
}
/* line 337, ../sass/custom/global.scss */
.footer #block-followus a i {
  display: block;
  float: right;
}
/* line 342, ../sass/custom/global.scss */
.footer #block-followus .fa-storify-white:before {
  width: 24px;
  height: 24px;
}

/* line 348, ../sass/custom/global.scss */
.before-footer {
  background-color: #2e2e2e;
  padding-top: 64px !important;
  padding-bottom: 64px !important;
  text-align: center;
}
/* line 353, ../sass/custom/global.scss */
.before-footer .block .block-title span {
  font-size: 32px !important;
}
/* line 357, ../sass/custom/global.scss */
.before-footer .block-content form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
/* line 362, ../sass/custom/global.scss */
.before-footer .block-content form #edit-message {
  width: 100%;
}
/* line 365, ../sass/custom/global.scss */
.before-footer .block-content form #edit-mail-wrapper {
  margin-top: 15px !important;
  background-color: white;
  margin-right: 12px;
  border: none;
  padding: 6px 12px;
  min-width: 240px;
}
/* line 375, ../sass/custom/global.scss */
.before-footer input#edit-subscribe {
  margin-top: 15px !important;
  background-color: #28a900 !important;
  border: none;
  font-size: 18px;
  color: white;
  font-family: 'Open Sans';
  padding: 6px 12px;
}
/* line 383, ../sass/custom/global.scss */
.before-footer input#edit-subscribe:hover {
  color: white !important;
}

/* line 389, ../sass/custom/global.scss */
.gavias-blockbuilder-content .block .block-title > span {
  font-size: 32px;
}

/* line 393, ../sass/custom/global.scss */
.header-fullwidth-title {
  background-color: #2e2e2e;
  text-align: center;
  color: white;
  padding: 54px;
  margin-bottom: 44px;
}
/* line 399, ../sass/custom/global.scss */
.header-fullwidth-title .container {
  max-width: 980px;
}
/* line 402, ../sass/custom/global.scss */
.header-fullwidth-title * {
  color: white;
}
/* line 405, ../sass/custom/global.scss */
.header-fullwidth-title .tags {
  margin-top: 24px;
}
/* line 407, ../sass/custom/global.scss */
.header-fullwidth-title .tags a {
  color: #28a900;
  font-weight: bold;
  padding: 12px;
}
/* line 412, ../sass/custom/global.scss */
.header-fullwidth-title .tags span {
  color: #28a900;
  font-weight: bold;
}
/* line 417, ../sass/custom/global.scss */
.header-fullwidth-title .date {
  margin-top: 24px;
  font-weight: bold;
  color: #888182;
}

/* line 425, ../sass/custom/global.scss */
.path-events #header,
.node--type-news #header {
  background-color: #2e2e2e;
  margin-top: 0;
}
/* line 429, ../sass/custom/global.scss */
.path-events #header .site-branding-logo img,
.node--type-news #header .site-branding-logo img {
  -webkit-filter: invert(100%) grayscale(0) invert(100%);
  /* Safari 6.0 - 9.0 */
  filter: invert(100%) brightness(0) invert(100%);
}
/* line 435, ../sass/custom/global.scss */
.path-events .responsive-menu-toggle,
.node--type-news .responsive-menu-toggle {
  background-color: white !important;
  color: #2e2e2e !important;
}
/* line 438, ../sass/custom/global.scss */
.path-events .responsive-menu-toggle .responsive-menu-toggle-icon:before,
.path-events .responsive-menu-toggle .responsive-menu-toggle-icon:after,
.path-events .responsive-menu-toggle .responsive-menu-toggle-icon span.icon,
.node--type-news .responsive-menu-toggle .responsive-menu-toggle-icon:before,
.node--type-news .responsive-menu-toggle .responsive-menu-toggle-icon:after,
.node--type-news .responsive-menu-toggle .responsive-menu-toggle-icon span.icon {
  background: #2e2e2e !important;
}
/* line 443, ../sass/custom/global.scss */
.path-events .responsive-menu-toggle .responsive-menu-toggle-icon span.label,
.node--type-news .responsive-menu-toggle .responsive-menu-toggle-icon span.label {
  color: #2e2e2e !important;
}
/* line 449, ../sass/custom/global.scss */
.path-events .main-content-inner a,
.node--type-news .main-content-inner a {
  color: #28a900;
}

/* line 455, ../sass/custom/global.scss */
.more-events-list ul {
  padding: 0;
  list-style: none;
}
/* line 458, ../sass/custom/global.scss */
.more-events-list ul li {
  background-color: #f4f4f4;
  margin-bottom: 24px;
  position: relative;
  padding: 0;
  display: inline-block;
  height: 130px;
  width: 100%;
}
/* line 466, ../sass/custom/global.scss */
.more-events-list ul li .views-field-field-event-date {
  text-align: center;
  color: white;
  background-color: #fd2415;
  width: 110px;
  padding: 18px 6px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: left;
}
/* line 478, ../sass/custom/global.scss */
.more-events-list ul li .views-field-field-event-date span {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
/* line 484, ../sass/custom/global.scss */
.more-events-list ul li .views-field-field-event-date .day {
  font-size: 50px;
  font-family: 'Melbourne';
  font-weight: bold;
  line-height: 38px;
}
/* line 490, ../sass/custom/global.scss */
.more-events-list ul li .views-field-field-event-date .month {
  font-size: 18px;
  font-family: 'Melbourne';
}
/* line 494, ../sass/custom/global.scss */
.more-events-list ul li .views-field-field-event-date .year {
  line-height: 16px;
}
/* line 498, ../sass/custom/global.scss */
.more-events-list ul li:last-of-type {
  margin-bottom: 0;
}
/* line 508, ../sass/custom/global.scss */
.more-events-list ul li .views-field-title {
  padding: 12px;
  max-height: 108px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 513, ../sass/custom/global.scss */
.more-events-list ul li .views-field-title h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px !important;
}
/* line 517, ../sass/custom/global.scss */
.more-events-list ul li .views-field-title h3 a:hover {
  color: #28a900;
}
/* line 522, ../sass/custom/global.scss */
.more-events-list ul li .views-field-view-node {
  position: absolute;
  right: 16px;
  bottom: 6px;
}
/* line 526, ../sass/custom/global.scss */
.more-events-list ul li .views-field-view-node a {
  font-size: 0;
}
/* line 529, ../sass/custom/global.scss */
.more-events-list ul li .views-field-view-node a:after {
  content: "\f055";
  font-size: 22px;
}
/* line 535, ../sass/custom/global.scss */
.more-events-list ul li .views-field-created {
  position: absolute;
  color: #888182;
  font-weight: bold;
  left: 168px;
  bottom: 11px;
}

/* line 547, ../sass/custom/global.scss */
.related-news-list ul {
  padding: 0;
  list-style: none;
}
/* line 550, ../sass/custom/global.scss */
.related-news-list ul li {
  background-color: #f4f4f4;
  margin-bottom: 24px;
  position: relative;
  padding: 0;
  display: inline-block;
  height: 150px;
  width: 100%;
}
/* line 558, ../sass/custom/global.scss */
.related-news-list ul li:last-of-type {
  margin-bottom: 0;
}
/* line 561, ../sass/custom/global.scss */
.related-news-list ul li .views-field-field-featured-image {
  float: left;
  display: block;
  width: 150px;
  height: 150px;
  background-color: #888182;
}
/* line 568, ../sass/custom/global.scss */
.related-news-list ul li .views-field-title {
  padding: 18px;
  height: 105px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  margin-bottom: 40px;
}
/* line 576, ../sass/custom/global.scss */
.related-news-list ul li .views-field-title a:hover {
  color: #28a900;
}
/* line 581, ../sass/custom/global.scss */
.related-news-list ul li .views-field-view-node {
  position: absolute;
  right: 16px;
  bottom: 6px;
}
/* line 585, ../sass/custom/global.scss */
.related-news-list ul li .views-field-view-node a {
  font-size: 0;
}
/* line 588, ../sass/custom/global.scss */
.related-news-list ul li .views-field-view-node a:after {
  content: "\f055";
  font-size: 22px;
}
/* line 594, ../sass/custom/global.scss */
.related-news-list ul li .views-field-created {
  position: absolute;
  color: #888182;
  font-weight: bold;
  left: 168px;
  bottom: 11px;
}

/* line 604, ../sass/custom/global.scss */
.related-tags-list {
  display: inline-block;
}
/* line 606, ../sass/custom/global.scss */
.related-tags-list ul {
  display: none;
}
/* line 609, ../sass/custom/global.scss */
.related-tags-list h3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: transparent;
}
/* line 614, ../sass/custom/global.scss */
.related-tags-list h3 a {
  color: #28a900;
  font-weight: bold;
  background-color: #d5d7d8;
  border: 1px solid #888182;
  border-radius: 12px;
  font-size: 18px;
  display: block;
  float: left;
  padding: 0 12px;
  margin: 4px;
}

/* line 628, ../sass/custom/global.scss */
.tagclouds-term {
  padding: 4px;
  float: left;
}

/* line 633, ../sass/custom/global.scss */
#views_slideshow_cycle_teaser_section_home_latest_news-block_1 {
  padding: 0;
  list-style: none;
}
/* line 636, ../sass/custom/global.scss */
#views_slideshow_cycle_teaser_section_home_latest_news-block_1 .views_slideshow_cycle_slide {
  background-color: white;
  margin-bottom: 24px;
  position: relative;
  padding: 0;
  display: inline-block;
  border: 1px solid #d5d7d8;
  height: 202px;
}
/* line 644, ../sass/custom/global.scss */
#views_slideshow_cycle_teaser_section_home_latest_news-block_1 .views_slideshow_cycle_slide:last-of-type {
  margin-bottom: 0;
}
/* line 647, ../sass/custom/global.scss */
#views_slideshow_cycle_teaser_section_home_latest_news-block_1 .views_slideshow_cycle_slide .views-field-field-featured-image {
  float: left;
  display: block;
  width: 200px;
  height: 200px;
  background-color: #888182;
}
/* line 654, ../sass/custom/global.scss */
#views_slideshow_cycle_teaser_section_home_latest_news-block_1 .views_slideshow_cycle_slide .views-field-title {
  padding: 18px 18px 8px 18px;
  height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
}
/* line 660, ../sass/custom/global.scss */
#views_slideshow_cycle_teaser_section_home_latest_news-block_1 .views_slideshow_cycle_slide .views-field-title h2 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 666, ../sass/custom/global.scss */
#views_slideshow_cycle_teaser_section_home_latest_news-block_1 .views_slideshow_cycle_slide .views-field-body {
  padding: 0 18px 0 18px;
  overflow: hidden;
  line-height: 18px;
}
/* line 670, ../sass/custom/global.scss */
#views_slideshow_cycle_teaser_section_home_latest_news-block_1 .views_slideshow_cycle_slide .views-field-body .field-content {
  max-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 676, ../sass/custom/global.scss */
#views_slideshow_cycle_teaser_section_home_latest_news-block_1 .views_slideshow_cycle_slide .views-field-field-news-tags {
  position: absolute;
  left: 218px;
  bottom: 12px;
  color: #28a900;
}
/* line 681, ../sass/custom/global.scss */
#views_slideshow_cycle_teaser_section_home_latest_news-block_1 .views_slideshow_cycle_slide .views-field-field-news-tags a {
  color: #28a900;
  font-weight: bold;
}
/* line 686, ../sass/custom/global.scss */
#views_slideshow_cycle_teaser_section_home_latest_news-block_1 .views_slideshow_cycle_slide .views-field-created {
  color: #888182;
  font-weight: bold;
  padding: 6px 0 6px 18px;
  overflow: hidden;
}

/* line 695, ../sass/custom/global.scss */
.view_all_news {
  position: absolute;
  right: 18px;
  top: 2px;
  z-index: 99;
}
/* line 701, ../sass/custom/global.scss */
.view_all_news a:after {
  font-size: 18px !important;
  content: "\f055";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 716, ../sass/custom/global.scss */
.resources-view .views-exposed-form,
.news-view .views-exposed-form,
.events-view .views-exposed-form,
.path-events .views-exposed-form,
.block-views-blockhome-latest-news-block-1 .views-exposed-form {
  display: inline;
}
/* line 718, ../sass/custom/global.scss */
.resources-view .views-exposed-form .form-actions,
.news-view .views-exposed-form .form-actions,
.events-view .views-exposed-form .form-actions,
.path-events .views-exposed-form .form-actions,
.block-views-blockhome-latest-news-block-1 .views-exposed-form .form-actions {
  display: none;
}
/* line 721, ../sass/custom/global.scss */
.resources-view .views-exposed-form .form-item,
.news-view .views-exposed-form .form-item,
.events-view .views-exposed-form .form-item,
.path-events .views-exposed-form .form-item,
.block-views-blockhome-latest-news-block-1 .views-exposed-form .form-item {
  position: absolute;
  right: 120px;
  top: 0;
}
/* line 725, ../sass/custom/global.scss */
.resources-view .views-exposed-form .form-item label,
.news-view .views-exposed-form .form-item label,
.events-view .views-exposed-form .form-item label,
.path-events .views-exposed-form .form-item label,
.block-views-blockhome-latest-news-block-1 .views-exposed-form .form-item label {
  display: none;
}
/* line 728, ../sass/custom/global.scss */
.resources-view .views-exposed-form .form-item i.fa,
.news-view .views-exposed-form .form-item i.fa,
.events-view .views-exposed-form .form-item i.fa,
.path-events .views-exposed-form .form-item i.fa,
.block-views-blockhome-latest-news-block-1 .views-exposed-form .form-item i.fa {
  display: none;
}
/* line 729, ../sass/custom/global.scss */
.resources-view .views-exposed-form .form-item select,
.news-view .views-exposed-form .form-item select,
.events-view .views-exposed-form .form-item select,
.path-events .views-exposed-form .form-item select,
.block-views-blockhome-latest-news-block-1 .views-exposed-form .form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 2px 34px 2px 12px;
  direction: rtl;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #f4f4f4;
  border-radius: 14px;
  border: none;
  font-weight: 100;
  text-align: right;
}
/* line 734, ../sass/custom/global.scss */
.resources-view .views-exposed-form .form-item select::-ms-expand,
.news-view .views-exposed-form .form-item select::-ms-expand,
.events-view .views-exposed-form .form-item select::-ms-expand,
.path-events .views-exposed-form .form-item select::-ms-expand,
.block-views-blockhome-latest-news-block-1 .views-exposed-form .form-item select::-ms-expand {
  display: none;
}
/* line 746, ../sass/custom/global.scss */
.resources-view .views-exposed-form .form-item select option,
.news-view .views-exposed-form .form-item select option,
.events-view .views-exposed-form .form-item select option,
.path-events .views-exposed-form .form-item select option,
.block-views-blockhome-latest-news-block-1 .views-exposed-form .form-item select option {
  background-color: white;
}
/* line 749, ../sass/custom/global.scss */
.resources-view .views-exposed-form .form-item select + i.fa,
.news-view .views-exposed-form .form-item select + i.fa,
.events-view .views-exposed-form .form-item select + i.fa,
.path-events .views-exposed-form .form-item select + i.fa,
.block-views-blockhome-latest-news-block-1 .views-exposed-form .form-item select + i.fa {
  display: inline;
  position: absolute;
  margin-left: -26px;
  margin-top: 6px;
}

/* line 763, ../sass/custom/global.scss */
.resources-view .views-exposed-form .form-item,
.events-view .views-exposed-form .form-item,
.path-events .views-exposed-form .form-item,
.news-view .views-exposed-form .form-item {
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

/* line 773, ../sass/custom/global.scss */
.fringe {
  padding: 12px 80px;
}
/* line 775, ../sass/custom/global.scss */
.fringe h1, .fringe h2, .fringe h3, .fringe h4, .fringe h5, .fringe h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
}

/* line 780, ../sass/custom/global.scss */
.goals-fringe {
  color: white;
}
/* line 782, ../sass/custom/global.scss */
.goals-fringe .col-20 {
  width: 20%;
  padding: 1%;
}
/* line 786, ../sass/custom/global.scss */
.goals-fringe h1, .goals-fringe h2, .goals-fringe h3, .goals-fringe h4, .goals-fringe h5, .goals-fringe h6 {
  color: #cbcbcb;
  line-height: 24px !important;
}
/* line 791, ../sass/custom/global.scss */
.goals-fringe .gsc-image .widget-content {
  text-align: center;
}
/* line 793, ../sass/custom/global.scss */
.goals-fringe .gsc-image .widget-content img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: invert(100%) brightness(18%) invert(100%);
  max-width: 60%;
}

/* line 801, ../sass/custom/global.scss */
.fringe-photos {
  color: white;
}
/* line 803, ../sass/custom/global.scss */
.fringe-photos * {
  color: white;
}
/* line 806, ../sass/custom/global.scss */
.fringe-photos hr {
  max-width: 80px;
  border-color: #28a900;
}
/* line 810, ../sass/custom/global.scss */
.fringe-photos a {
  background-color: #28a900;
  padding: 12px 18px;
  color: white;
}
/* line 814, ../sass/custom/global.scss */
.fringe-photos a:hover {
  color: white;
}

/* line 820, ../sass/custom/global.scss */
.home-upcoming-events h2 {
  margin-bottom: 68px !important;
  font-weight: normal;
}
/* line 824, ../sass/custom/global.scss */
.home-upcoming-events h3 {
  font-family: 'Melbourne';
  line-height: 28px !important;
  font-weight: normal;
  font-size: 22px;
  margin-top: 0;
}
/* line 831, ../sass/custom/global.scss */
.home-upcoming-events .owl-stage {
  display: flex;
  flex-flow: column wrap;
  max-height: 550px;
}
/* line 836, ../sass/custom/global.scss */
.home-upcoming-events .owl-item {
  padding-left: 128px;
  padding-right: 22px;
  margin-bottom: 60px;
  height: 215px;
  width: 600px !important;
}
/* line 843, ../sass/custom/global.scss */
.home-upcoming-events .owl-item .views-field-view-node {
  float: left;
  margin-top: 26px;
}
/* line 846, ../sass/custom/global.scss */
.home-upcoming-events .owl-item .views-field-view-node a {
  background-color: #2e2e2e;
  color: white;
  padding: 12px 18px;
  text-transform: uppercase;
}
/* line 853, ../sass/custom/global.scss */
.home-upcoming-events .owl-item .views-field-field-event-date {
  text-align: center;
  color: white;
  background-color: #fd2415;
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  padding: 18px 6px;
}
/* line 862, ../sass/custom/global.scss */
.home-upcoming-events .owl-item .views-field-field-event-date span {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
/* line 868, ../sass/custom/global.scss */
.home-upcoming-events .owl-item .views-field-field-event-date .day {
  font-size: 50px;
  font-family: 'Melbourne';
  font-weight: bold;
  line-height: 38px;
}
/* line 874, ../sass/custom/global.scss */
.home-upcoming-events .owl-item .views-field-field-event-date .month {
  font-size: 18px;
  font-family: 'Melbourne';
}
/* line 878, ../sass/custom/global.scss */
.home-upcoming-events .owl-item .views-field-field-event-date .year {
  line-height: 16px;
}

/* line 884, ../sass/custom/global.scss */
.view_all_events {
  position: absolute;
  right: 46px;
  top: 0;
  z-index: 99;
}
/* line 890, ../sass/custom/global.scss */
.view_all_events a:after {
  margin-left: 8px;
  font-size: 18px !important;
  content: "\f055";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 902, ../sass/custom/global.scss */
.path-events #header {
  background-image: url("/themes/global_taskforce/imgs/header_events.jpg");
  background-size: cover;
  background-position: center center;
  height: 428px;
  margin-bottom: 60px;
}
/* line 910, ../sass/custom/global.scss */
.path-events .view-page h1 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 48px;
}
/* line 915, ../sass/custom/global.scss */
.path-events .view-page .page-header-img {
  position: absolute;
  margin-top: -276px;
  left: 0;
  height: 136px;
  padding: 0 68px 0 24px;
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 922, ../sass/custom/global.scss */
.path-events .view-page .page-header-img h1 {
  color: white;
  margin-top: 20px;
  margin-bottom: 0;
}
/* line 927, ../sass/custom/global.scss */
.path-events .view-page .page-header-img hr {
  padding-right: 66%;
  float: left;
}
/* line 932, ../sass/custom/global.scss */
.path-events .view-page .isotope-items.view-portfolio > div {
  padding-left: 58px;
  padding-right: 26px;
  margin-bottom: 60px;
  overflow: hidden;
}
/* line 938, ../sass/custom/global.scss */
.path-events .view-page .isotope-items.view-portfolio > div h3 {
  font-family: 'Melbourne';
  line-height: 28px !important;
  font-weight: normal;
  font-size: 22px;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 948, ../sass/custom/global.scss */
.path-events .view-page .isotope-items.view-portfolio > div .event-item-wrapper {
  background-color: #f4f4f4;
  display: inline-block;
  padding: 0 58px 32px 78px;
  position: relative;
  min-height: 172px;
  width: 100%;
}
/* line 956, ../sass/custom/global.scss */
.path-events .view-page .isotope-items.view-portfolio > div .views-field-view-node {
  float: left;
  margin-top: 26px;
}
/* line 959, ../sass/custom/global.scss */
.path-events .view-page .isotope-items.view-portfolio > div .views-field-view-node a {
  background-color: #2e2e2e;
  color: white;
  padding: 12px 18px;
  text-transform: uppercase;
}
/* line 966, ../sass/custom/global.scss */
.path-events .view-page .isotope-items.view-portfolio > div .views-field-field-tags {
  float: left;
  margin-top: 26px;
  margin-left: 16px;
  color: #fd2415;
}
/* line 971, ../sass/custom/global.scss */
.path-events .view-page .isotope-items.view-portfolio > div .views-field-field-tags a {
  color: #fd2415;
  font-weight: 400;
}
/* line 976, ../sass/custom/global.scss */
.path-events .view-page .isotope-items.view-portfolio > div .views-field-field-event-date {
  text-align: center;
  color: white;
  background-color: #fd2415;
  position: absolute;
  top: 24px;
  left: -58px;
  width: 110px;
  padding: 18px 6px;
}
/* line 985, ../sass/custom/global.scss */
.path-events .view-page .isotope-items.view-portfolio > div .views-field-field-event-date span {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
/* line 991, ../sass/custom/global.scss */
.path-events .view-page .isotope-items.view-portfolio > div .views-field-field-event-date .day {
  font-size: 50px;
  font-family: 'Melbourne';
  font-weight: bold;
  line-height: 38px;
}
/* line 997, ../sass/custom/global.scss */
.path-events .view-page .isotope-items.view-portfolio > div .views-field-field-event-date .month {
  font-size: 20px;
  font-family: 'Melbourne';
}
/* line 1001, ../sass/custom/global.scss */
.path-events .view-page .isotope-items.view-portfolio > div .views-field-field-event-date .year {
  line-height: 16px;
}

/* line 1013, ../sass/custom/global.scss */
.events-view .view-page h1 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 48px;
}
/* line 1018, ../sass/custom/global.scss */
.events-view .view-page .page-header-img {
  position: absolute;
  margin-top: -276px;
  left: 0;
  height: 136px;
  padding: 0 68px 0 24px;
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 1025, ../sass/custom/global.scss */
.events-view .view-page .page-header-img h1 {
  color: white;
  margin-top: 20px;
  margin-bottom: 0;
}
/* line 1030, ../sass/custom/global.scss */
.events-view .view-page .page-header-img hr {
  padding-right: 66%;
  float: left;
}
/* line 1035, ../sass/custom/global.scss */
.events-view .view-page .isotope-items.view-portfolio > div {
  padding-left: 58px;
  padding-right: 26px;
  margin-bottom: 60px;
  overflow: hidden;
}
/* line 1041, ../sass/custom/global.scss */
.events-view .view-page .isotope-items.view-portfolio > div h3 {
  font-family: 'Melbourne';
  line-height: 28px !important;
  font-weight: normal;
  font-size: 22px;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 1051, ../sass/custom/global.scss */
.events-view .view-page .isotope-items.view-portfolio > div .event-item-wrapper {
  background-color: #f4f4f4;
  display: inline-block;
  padding: 0 58px 32px 78px;
  position: relative;
  min-height: 172px;
  width: 100%;
}
/* line 1059, ../sass/custom/global.scss */
.events-view .view-page .isotope-items.view-portfolio > div .views-field-view-node {
  float: left;
  margin-top: 26px;
}
/* line 1062, ../sass/custom/global.scss */
.events-view .view-page .isotope-items.view-portfolio > div .views-field-view-node a {
  background-color: #2e2e2e;
  color: white;
  padding: 12px 18px;
  text-transform: uppercase;
}
/* line 1069, ../sass/custom/global.scss */
.events-view .view-page .isotope-items.view-portfolio > div .views-field-field-tags {
  float: left;
  margin-top: 26px;
  margin-left: 16px;
  color: #fd2415;
}
/* line 1074, ../sass/custom/global.scss */
.events-view .view-page .isotope-items.view-portfolio > div .views-field-field-tags a {
  color: #fd2415;
  font-weight: 400;
}
/* line 1079, ../sass/custom/global.scss */
.events-view .view-page .isotope-items.view-portfolio > div .views-field-field-event-date {
  text-align: center;
  color: white;
  background-color: #fd2415;
  position: absolute;
  top: 24px;
  left: -58px;
  width: 110px;
  padding: 18px 6px;
}
/* line 1088, ../sass/custom/global.scss */
.events-view .view-page .isotope-items.view-portfolio > div .views-field-field-event-date span {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
/* line 1094, ../sass/custom/global.scss */
.events-view .view-page .isotope-items.view-portfolio > div .views-field-field-event-date .day {
  font-size: 50px;
  font-family: 'Melbourne';
  font-weight: bold;
  line-height: 38px;
}
/* line 1100, ../sass/custom/global.scss */
.events-view .view-page .isotope-items.view-portfolio > div .views-field-field-event-date .month {
  font-size: 20px;
  font-family: 'Melbourne';
}
/* line 1104, ../sass/custom/global.scss */
.events-view .view-page .isotope-items.view-portfolio > div .views-field-field-event-date .year {
  line-height: 16px;
}

/* line 1116, ../sass/custom/global.scss */
.news-view .view-page .news-item {
  margin-bottom: 40px;
}
/* line 1118, ../sass/custom/global.scss */
.news-view .view-page .news-item .views-field-field-featured-image {
  width: 100%;
  height: 370px;
  background-color: #888182;
  overflow: hidden;
}
/* line 1124, ../sass/custom/global.scss */
.news-view .view-page .news-item .views-field-field-featured-image .no-results a {
  font-size: 0;
  color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
/* line 1135, ../sass/custom/global.scss */
.news-view .view-page .news-item .views-field-title-1 {
  background-color: #f4f4f4;
  padding: 30px 30px 12px 30px;
}
/* line 1138, ../sass/custom/global.scss */
.news-view .view-page .news-item .views-field-title-1 h3 {
  line-height: 28px !important;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0;
  height: 82px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 1148, ../sass/custom/global.scss */
.news-view .view-page .news-item .views-field-created {
  color: #888182;
  text-align: center;
  font-weight: bold;
  background-color: #f4f4f4;
  padding-bottom: 16px;
}
/* line 1155, ../sass/custom/global.scss */
.news-view .view-page .news-item .views-field-body-1 {
  text-align: center;
  background-color: #f4f4f4;
  padding-bottom: 16px;
  padding-right: 30px;
  padding-left: 30px;
}
/* line 1162, ../sass/custom/global.scss */
.news-view .view-page .news-item .views-field-field-news-tags {
  text-align: center;
  background-color: #f4f4f4;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  display: inline-block;
  width: 100%;
}
/* line 1170, ../sass/custom/global.scss */
.news-view .view-page .news-item .views-field-field-news-tags a {
  background-color: #d5d7d8;
  color: #28a900;
  font-weight: bold;
  border: 1px solid #888182;
  border-radius: 12px;
  margin: 4px 4px;
  padding: 4px 12px;
  display: block;
  float: left;
}

/* line 1186, ../sass/custom/global.scss */
.header-v2 + .main-page {
  padding-top: 129px;
}
/* line 1190, ../sass/custom/global.scss */
.header-v2 + .main-page .content-full article > header {
  display: none;
}
/* line 1192, ../sass/custom/global.scss */
.header-v2 + .main-page .content-full article > header h2 {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  z-index: 9;
  top: 290px;
  padding: 40px 140px 64px 20px;
}
/* line 1200, ../sass/custom/global.scss */
.header-v2 + .main-page .content-full article > header h2:after {
  content: '';
  border-bottom: 1px solid white;
  width: 20%;
  display: block;
  margin-top: 14px;
  position: absolute;
}
.header-v2 + .main-page .content-full .header-row {
  padding-top: 138px;
  height: 510px;
  margin-top: -130px;
}
/* line 1211, ../sass/custom/global.scss */
.header-v2 + .main-page .content-full .header-hlpf {
  padding-top: 138px;
  height: 900px;
  margin-top: -130px;
}
/* line 1215, ../sass/custom/global.scss */
.header-v2 + .main-page .content-full .header-row * {
  color: white;
  height: 100%;
}
/* line 1211, ../sass/custom/global.scss */
.header-v2 + .main-page .content-full .header-hlpf * {
  height: auto;
}
/* line 1346, ../sass/custom/global.scss */
	.overlay-2018 {
	  min-height:100%;
	  background:linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url('/sites/default/files/gbb-uploads/41626934442_9abf16b1cc_o-60rdwallll.jpg');
	  background-size:cover;
	}
	.overlay {
	  min-height:100%;
	  background:linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url('/sites/default/files/gbb-uploads/29592867718_a76b5f7b71_o-d0e0y1.jpg');
	  background-size:cover;
	  background-position: 0 -40px;
	}
/* line 1219, ../sass/custom/global.scss */
.header-v2 + .main-page .content-full .header-row.gbb-row .bb-inner {
  padding: 0;
}
/* line 1222, ../sass/custom/global.scss */
.header-v2 + .main-page .content-full .header-row .column-content.no-background {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 1228, ../sass/custom/global.scss */
.header-v2 + .main-page .content-full .header-row .column-content.no-background h1 {
  height: auto;
}
/* line 1232, ../sass/custom/global.scss */
.header-v2 + .main-page .content-full .header-row .column-content:not(.no-background) {
  position: absolute;
  bottom: 0;
  padding: 30px 80px 60px 40px;
  background-color: rgba(0, 0, 0, 0.5);
  height: auto;
}

.hlpf-page .gbb-row.lightergrey2-fringe .bb-inner {
	padding-top:0 !important;
}

.title-event {
  position: inherit !important;
  padding: 0 !important;
  background-color: transparent !important;
  font-size: 40px;
  line-height: 36px;
  font-family: "Melbourne" !important;
  text-shadow: 1px 5px 12px rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
}

.title-event::after {
	border-bottom:none !important;
}

.title-event p {
	font-family: "Melbourne" !important;
}

.btn-green {
	background-color: #64a70b;
	font-family: "Melbourne" !important;
	font-size: 20px !important;
	padding: 10px 20px !important;
	font-weight: 100 !important;
	letter-spacing: 1pt !important;
	display: block !important;
	text-align: center;
}

.side-events {
	background-color:#f0f0f0;
	padding: 20px;
	margin: 20px 0;
	line-height: 20px;
}
.side-event-1 {
	min-height: 180px;
}

.tabs-hlpf .gsc-image img {
	max-width: 300px;
}
.logos-footer img {
	max-width: 250px;
}
.whenwhere {
	background-color:#d0e4b5;
	padding: 10px 20px;
	margin: 0 auto 20px;
	color: black;
	font-size: 20px;
}
.whenwhere p {
	font-family: "Melbourne" !important;
}
/* line 1238, ../sass/custom/global.scss */
.header-v2 + .main-page .content-full .header-row .column-content:not(.no-background):after {
  content: '';
  display: block;
  position: absoulte;
  left: 30px;
  width: 40%;
  border-bottom: 1px solid white;
}
.block-right {
	float: right !important;
}

/* EXTRA */
.header-v2 + .main-page .content-full .header-row.home-header {
  padding-top: 0;
}

.header-v2 + .main-page .content-full .header-row.home-header .column-content.no-background.front-central-text {
  max-width: 480px;
  display: block;
  position: relative;
  padding-top: 25px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
}
.header-v2 + .main-page .content-full .header-row.home-header .column-content.no-background.assembly-badge {
  display: block;
  max-height: 35%;
  width: inherit;
  bottom: 35px;
}
.header-v2 + .main-page .content-full .header-row.home-header .column-content.no-background.assembly-badge .min-badge {
    /* display: none; */
  }
  .header-v2 + .main-page .content-full .header-row.home-header .column-content.no-background.assembly-badge .max-badge {
    display: block;
  }
  .wrap-badge-min img {
    max-height: 150px;
    display: block;
    margin: 0 auto;
  }
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width: 768px) {
  .header-v2 + .main-page .content-full .header-row.home-header .column-content.no-background.assembly-badge {
    height: 30%;
    bottom: 25%;
    left: 33%;
  }
  .header-v2 + .main-page .content-full .header-row.home-header .column-content.no-background.front-central-text {
    padding-top: 117px;
    max-width: 100%;
  }
  .header-v2 + .main-page .content-full .header-row.home-header .column-content.no-background.front-central-text p {
    margin-bottom: 0;
    line-height: 16px;
  }
  .header-v2 + .main-page .content-full .header-row.home-header .column-content.no-background.assembly-badge .min-badge {
    display: block;
  }
  .header-v2 + .main-page .content-full .header-row.home-header .column-content.no-background.assembly-badge .max-badge {
    display: none;
  }
  .header-v2 + .main-page .content-full .header-row.home-header .column-content:not(.no-background).cta-assembly {
    padding: 5px 10px;
    right: 80px;
  }
  .header-v2 + .main-page .content-full .header-row.home-header .column-content:not(.no-background).cta-assembly h1 {
    font-size: 20px;
  }
  .logos-banner img {
		max-width: 90px;
		display: block;
		margin: 5px auto;
		text-align: center;
	}

}

.header-v2 + .main-page .content-full .header-row.home-header .column-content.no-background.front-central-text,
.header-v2 + .main-page .content-full .header-row.home-header .column-content.no-background.front-central-text p {
  height: auto;
  display: block;
}

/* line 1251, ../sass/custom/global.scss */
.views-field-field-file canvas {
  max-width: 100%;
}

/* line 1255, ../sass/custom/global.scss */
.resources-item {
  padding: 20px 80px;
  padding-left: 80px !important;
  padding-right: 80px !important;
  position: relative;
}
/* line 1260, ../sass/custom/global.scss */
.resources-item .views-field-name {
  text-align: center;
  margin-top: 36px;
}
/* line 1263, ../sass/custom/global.scss */
.resources-item .views-field-name h1, .resources-item .views-field-name h2, .resources-item .views-field-name h3, .resources-item .views-field-name h4, .resources-item .views-field-name h5, .resources-item .views-field-name h6 {
  font-size: 20px;
  line-height: 28px !important;
}
/* line 1268, ../sass/custom/global.scss */
.resources-item .views-field-field-description {
  text-align: center;
}
/* line 1271, ../sass/custom/global.scss */
.resources-item .views-field-field-file-1 .field-content,
.resources-item .resources-thumbnail .item-image,
.resources-item .views-field-field-file-2 .field-content,
.resources-item .views-field-field-file .field-content {
  position: relative;
}
/* line 1276, ../sass/custom/global.scss */
.resources-item .views-field-field-file-1 .field-content img,
.resources-item .resources-thumbnail .item-image img,
.resources-item .views-field-field-file-2 .field-content img,
.resources-item .views-field-field-file .field-content img {
  width: 100%;
  z-index: 1;
  position: relative;
  transition: all 0.2s ease-out 0.1s;
  box-shadow: 0px 0px 8px #888182;
}
/* line 1283, ../sass/custom/global.scss */
.resources-item .views-field-field-file-1 .field-content canvas,
.resources-item .resources-thumbnail .item-image canvas,
.resources-item .views-field-field-file-2 .field-content canvas,
.resources-item .views-field-field-file .field-content canvas {
  position: relative;
  z-index: 1;
  background-color: white;
  max-width: 100%;
  border: none;
  transition: all 0.2s ease-out 0.1s;
  box-shadow: 0px 0px 8px #888182;
}
/* line 1292, ../sass/custom/global.scss */
.resources-item .views-field-field-file-1 .field-content:before, .resources-item .views-field-field-file-1 .field-content:after,
.resources-item .resources-thumbnail .item-image:before,
.resources-item .resources-thumbnail .item-image:after,
.resources-item .views-field-field-file-2 .field-content:before,
.resources-item .views-field-field-file-2 .field-content:after,
.resources-item .views-field-field-file .field-content:before,
.resources-item .views-field-field-file .field-content:after {
  z-index: 0;
  content: "";
  position: absolute;
  bottom: 15px;
  left: 5px;
  width: 90%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  transition: all 0.2s ease-out 0.1s;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
/* line 1313, ../sass/custom/global.scss */
.resources-item .views-field-field-file-1 .field-content:after,
.resources-item .resources-thumbnail .item-image:after,
.resources-item .views-field-field-file-2 .field-content:after,
.resources-item .views-field-field-file .field-content:after {
  right: 5px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
/* line 1323, ../sass/custom/global.scss */
.resources-item .views-field-field-file-1 .field-content:hover img,
.resources-item .resources-thumbnail .item-image:hover img,
.resources-item .views-field-field-file-2 .field-content:hover img,
.resources-item .views-field-field-file .field-content:hover img {
  box-shadow: 0px 0px 8px #2e2e2e;
}
/* line 1326, ../sass/custom/global.scss */
.resources-item .views-field-field-file-1 .field-content:hover canvas,
.resources-item .resources-thumbnail .item-image:hover canvas,
.resources-item .views-field-field-file-2 .field-content:hover canvas,
.resources-item .views-field-field-file .field-content:hover canvas {
  box-shadow: 0px 0px 8px #2e2e2e;
}
/* line 1329, ../sass/custom/global.scss */
.resources-item .views-field-field-file-1 .field-content:hover:before, .resources-item .views-field-field-file-1 .field-content:hover:after,
.resources-item .resources-thumbnail .item-image:hover:before,
.resources-item .resources-thumbnail .item-image:hover:after,
.resources-item .views-field-field-file-2 .field-content:hover:before,
.resources-item .views-field-field-file-2 .field-content:hover:after,
.resources-item .views-field-field-file .field-content:hover:before,
.resources-item .views-field-field-file .field-content:hover:after {
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
}

/* line 1338, ../sass/custom/global.scss */
.quicktabs-wrapper {
  background-color: #f6f6f6;
  padding-bottom: 60px;
}
/* line 1341, ../sass/custom/global.scss */
.quicktabs-wrapper .quicktabs-tabs {
  padding: 0;
  display: flex;
  flex-direction: row;
}
/* line 1345, ../sass/custom/global.scss */
.quicktabs-wrapper .quicktabs-tabs li.active {
  background-color: #f6f6f6;
}
/* line 1347, ../sass/custom/global.scss */
.quicktabs-wrapper .quicktabs-tabs li.active a {
  color: black;
}
/* line 1351, ../sass/custom/global.scss */
.quicktabs-wrapper .quicktabs-tabs li {
  background-color: #888182;
  flex-grow: 1;
}
/* line 1354, ../sass/custom/global.scss */
.quicktabs-wrapper .quicktabs-tabs li a {
  color: white;
  width: 100%;
  padding: 12px;
  text-align: center;
  display: block;
  font-size: 20px;
}
/* line 1364, ../sass/custom/global.scss */
.quicktabs-wrapper .quicktabs-tabpage {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
}
/* line 1370, ../sass/custom/global.scss */
.quicktabs-wrapper .quicktabs-tabpage h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 78px;
}

/* line 1377, ../sass/custom/global.scss */
.about-us {
  padding-top: 64px;
}
/* line 1379, ../sass/custom/global.scss */
.about-us .about-us-social {
  text-align: center;
  display: block;
  font-family: 'Open Sans';
  font-size: 24px;
  color: #888182;
  transition: all 0.2s ease-out 0.1s;
}
/* line 1386, ../sass/custom/global.scss */
.about-us .about-us-social i {
  clear: both;
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
/* line 1391, ../sass/custom/global.scss */
.about-us .about-us-social i:before {
  width: 80px;
  height: 80px;
  font-size: 80px;
  margin-left: auto;
  margin-right: auto;
  color: #888182;
}
/* line 1399, ../sass/custom/global.scss */
.about-us .about-us-social i.fa-storify:before {
  background-image: url("/themes/global_taskforce/imgs/storify_grey.png");
}
/* line 1403, ../sass/custom/global.scss */
.about-us .about-us-social:hover {
  color: #2e2e2e;
}

/* line 1408, ../sass/custom/global.scss */
.column-inner.padding {
  padding: 5%;
}

/* line 1411, ../sass/custom/global.scss */
.center-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1416, ../sass/custom/global.scss */
.dark-text-block {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6%;
}

/* line 1421, ../sass/custom/global.scss */
.green-fringe {
  background-color: #a3d481;
  color: #2e2e2e;
}
/* line 1424, ../sass/custom/global.scss */
.green-fringe * {
  color: #2e2e2e;
}
/* line 1427, ../sass/custom/global.scss */
.green-fringe img {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  filter: brightness(100%) invert(28%);
}

/* line 1435, ../sass/custom/global.scss */
.lightgrey-fringe {
  background-color: #d5d7d8;
}

/* line 1438, ../sass/custom/global.scss */
.lightergrey2-fringe {
  background-color: #f6f6f6;
}

/* line 1441, ../sass/custom/global.scss */
.darkgrey-fringe {
  background-color: #2e2e2e;
  color: #d5d7d8;
}
/* line 1444, ../sass/custom/global.scss */
.darkgrey-fringe * {
  color: #d5d7d8;
}
/* line 1447, ../sass/custom/global.scss */
.darkgrey-fringe img {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  filter: brightness(100%) invert(86%);
}

/* line 1456, ../sass/custom/global.scss */
.walrl-resources .resources-item {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
/* line 1459, ../sass/custom/global.scss */
.walrl-resources .resources-item .views-field-field-file {
  width: 50%;
  float: left;
}
/* line 1463, ../sass/custom/global.scss */
.walrl-resources .resources-item .views-field-name {
  float: left;
  width: 50%;
  padding-left: 24px;
  margin-top: 0;
  text-align: left;
}
/* line 1470, ../sass/custom/global.scss */
.walrl-resources .resources-item .views-field-field-description {
  width: 50%;
  display: block;
  float: left;
  padding-left: 24px;
  text-align: left;
}
/* line 1477, ../sass/custom/global.scss */
.walrl-resources .resources-item .views-field-created {
  width: 50%;
  font-weight: bold;
  color: #888182;
  display: block;
  float: left;
  padding-left: 24px;
  text-align: left;
}
/* line 1481, ../sass/custom/global.scss */
.walrl-resources .resources-item .views-field-created * {
  color: #888182;
}

/* line 1491, ../sass/custom/global.scss */
.organizing-partners-item {
  text-align: center;
}
/* line 1493, ../sass/custom/global.scss */
.organizing-partners-item .views-field-title {
  margin-top: 26px;
}
/* line 1496, ../sass/custom/global.scss */
.organizing-partners-item .views-field-body {
  line-height: 18px;
  padding: 12px 34px;
}

/* line 1501, ../sass/custom/global.scss */
.our-work-goals-wrapper .row-wrapper {
  text-align: center;
}

/* line 1504, ../sass/custom/global.scss */
.our-work-goals {
  float: none !important;
  display: inline-block;
  background-color: #f4f4f4;
  border-radius: 50%;
  padding: 0 0 !important;
  margin: 2%;
}
/* line 1511, ../sass/custom/global.scss */
.our-work-goals.col-lg-4 {
  width: 28%;
}
/* line 1514, ../sass/custom/global.scss */
.our-work-goals:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
/* line 1520, ../sass/custom/global.scss */
.our-work-goals:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 16em;
  color: #d5d7d8;
  font-family: 'Melbourne';
  line-height: 100%;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: right;
  padding: 12%;
}
/* line 1536, ../sass/custom/global.scss */
.our-work-goals.goal-1:before {
  content: '1';
}
/* line 1539, ../sass/custom/global.scss */
.our-work-goals.goal-2:before {
  content: '2';
}
/* line 1542, ../sass/custom/global.scss */
.our-work-goals.goal-3:before {
  content: '3';
}
/* line 1545, ../sass/custom/global.scss */
.our-work-goals.goal-4:before {
  content: '4';
}
/* line 1548, ../sass/custom/global.scss */
.our-work-goals.goal-5:before {
  content: '5';
}
/* line 1551, ../sass/custom/global.scss */
.our-work-goals.goal-6:before {
  content: '6';
}
/* line 1554, ../sass/custom/global.scss */
.our-work-goals.goal-7:before {
  content: '7';
}
/* line 1557, ../sass/custom/global.scss */
.our-work-goals.goal-8:before {
  content: '8';
}
/* line 1560, ../sass/custom/global.scss */
.our-work-goals.goal-9:before {
  content: '9';
}
/* line 1563, ../sass/custom/global.scss */
.our-work-goals .column-inner {
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  top: 0;
  padding: 12%;
}

/* line 1575, ../sass/custom/global.scss */
.our-work-issue img {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: invert(100%) brightness(18%) invert(100%);
}

/* line 1584, ../sass/custom/global.scss */
.our-work-mechanism-wrapper .row-wrapper {
  display: inline-block;
  text-align: center;
}

/* line 1588, ../sass/custom/global.scss */
.our-work-mechanism {
  display: inline-block;
  float: none !important;
}
/* line 1591, ../sass/custom/global.scss */
.our-work-mechanism * {
  color: #2e2e2e;
}
/* line 1595, ../sass/custom/global.scss */
.our-work-mechanism.col-lg-4 {
  width: 33%;
}
/* line 1598, ../sass/custom/global.scss */
.our-work-mechanism .gsc-image {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
/* line 1604, ../sass/custom/global.scss */
.our-work-mechanism img {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  filter: brightness(100%) invert(25%);
}
.our-work-mechanism:hover .unacla a img {
	filter: brightness(1000%);
}
.our-work-mechanism .unacla img {
  max-width: 100%;
  margin:0;
  filter:none;
}

/* line 1613, ../sass/custom/global.scss */
.unacla.lightergrey2-fringe * {
  color: #2e2e2e;
}
/* line 1616, ../sass/custom/global.scss */
.unacla.lightergrey2-fringe img {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  filter: brightness(100%) invert(25%);
}
/* line 1623, ../sass/custom/global.scss */
.unacla.lightergrey2-fringe h2 {
  margin: 42px 0;
}
/* line 1626, ../sass/custom/global.scss */
.unacla.lightergrey2-fringe p {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 1633, ../sass/custom/global.scss */
.gap-partners.lightergrey2-fringe {
  text-align: center;
}
/* line 1635, ../sass/custom/global.scss */
.gap-partners.lightergrey2-fringe * {
  color: #2e2e2e;
}
/* line 1638, ../sass/custom/global.scss */
.gap-partners.lightergrey2-fringe h3 {
  font-weight: 300;
}
/* line 1641, ../sass/custom/global.scss */
.gap-partners.lightergrey2-fringe .partner {
  display: inline-block;
  background-color: #888182;
  border-radius: 8px;
  width: auto;
  margin: 6px;
  float: none;
  padding: 4px 12px;
}
/* line 1649, ../sass/custom/global.scss */
.gap-partners.lightergrey2-fringe .partner * {
  line-height: 24px;
  text-transform: uppercase;
  color: white;
  display: inline;
  white-space: nowrap;
}

/* line 1658, ../sass/custom/global.scss */
.img-small {
  max-width: 350px;
}

/* line 1662, ../sass/custom/global.scss */
.node--type-news .field--name-field-featured-image {
  margin-top: -44px;
  margin-bottom: 44px;
}
/* line 1665, ../sass/custom/global.scss */
.node--type-news .field--name-field-featured-image .item-image {
  width: 100%;
  text-align: left;
}
/* line 1669, ../sass/custom/global.scss */
.node--type-news .field--name-field-featured-image .item-image img {
  max-width: 100%;
}
/* line 1675, ../sass/custom/global.scss */
.node--type-news .field--name-body img {
  padding: 10px;
}

/* line 1680, ../sass/custom/global.scss */
.darkgrey-fringe.lamg {
  background-color: #2e2e2e;
  color: white;
}
/* line 1683, ../sass/custom/global.scss */
.darkgrey-fringe.lamg * {
  color: white;
}
/* line 1686, ../sass/custom/global.scss */
.darkgrey-fringe.lamg img {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  filter: brightness(100%) invert(100%);
}
/* line 1693, ../sass/custom/global.scss */
.darkgrey-fringe.lamg .row-wrapper {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: center;
}

/* line 1702, ../sass/custom/global.scss */
.walrl-list p {
  border-bottom: 1px solid;
  padding-bottom: 16px;
  margin-bottom: 32px !important;
}

/* line 1709, ../sass/custom/global.scss */
.clip-link-lightergrey a {
  background-color: #f4f4f4;
  border-radius: 12px;
  padding: 10px 60px;
}

/* line 1715, ../sass/custom/global.scss */
.header-overlay {
  width: 100%;
  position: absolute;
  height: 130px;
  top: 0;
  left: 0;
  background-color: #2e2e2e;
}

/* line 1723, ../sass/custom/global.scss */
.teaser-block {
  margin-top: 20px;
  overflow: hidden;
}
/* line 1727, ../sass/custom/global.scss */
.teaser-block.events-teaser {
  padding-left: 58px;
  padding-right: 26px;
}
/* line 1731, ../sass/custom/global.scss */
.teaser-block:not(.events-teaser) {
  background-color: #f4f4f4;
}
/* line 1734, ../sass/custom/global.scss */
.teaser-block h3 {
  font-family: 'Melbourne';
  line-height: 28px !important;
  font-weight: normal;
  font-size: 22px;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 1744, ../sass/custom/global.scss */
.teaser-block .event-item-wrapper {
  background-color: #f4f4f4;
  display: inline-block;
  padding: 0 58px 32px 78px;
  position: relative;
  min-height: 172px;
  width: 100%;
}
/* line 1752, ../sass/custom/global.scss */
.teaser-block .views-field-view-node {
  float: left;
  margin-top: 26px;
}
/* line 1755, ../sass/custom/global.scss */
.teaser-block .views-field-view-node a {
  background-color: #2e2e2e;
  color: white;
  padding: 12px 18px;
  text-transform: uppercase;
}
/* line 1762, ../sass/custom/global.scss */
.teaser-block .views-field-field-tags {
  float: left;
  margin-top: 26px;
  margin-left: 16px;
  color: #fd2415;
}
/* line 1767, ../sass/custom/global.scss */
.teaser-block .views-field-field-tags a {
  color: #fd2415;
  font-weight: 400;
}
/* line 1772, ../sass/custom/global.scss */
.teaser-block .views-field-field-event-date {
  text-align: center;
  color: white;
  background-color: #fd2415;
  position: absolute;
  top: 24px;
  left: -58px;
  width: 110px;
  padding: 18px 6px;
}
/* line 1781, ../sass/custom/global.scss */
.teaser-block .views-field-field-event-date span {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
/* line 1787, ../sass/custom/global.scss */
.teaser-block .views-field-field-event-date .day {
  font-size: 50px;
  font-family: 'Melbourne';
  font-weight: bold;
  line-height: 38px;
}
/* line 1793, ../sass/custom/global.scss */
.teaser-block .views-field-field-event-date .month {
  font-size: 20px;
  font-family: 'Melbourne';
}
/* line 1797, ../sass/custom/global.scss */
.teaser-block .views-field-field-event-date .year {
  line-height: 16px;
}
/* line 1802, ../sass/custom/global.scss */
.teaser-block:not(.events-teaser) .views-field-field-featured-image {
  float: left;
  display: block;
  width: 200px;
  height: 200px;
  background-color: #888182;
}
/* line 1809, ../sass/custom/global.scss */
.teaser-block:not(.events-teaser) .field--name-field-featured-image {
  margin-top: 0;
}
/* line 1812, ../sass/custom/global.scss */
.teaser-block:not(.events-teaser) .views-field-title {
  padding: 18px 18px 8px 18px;
  height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
}
/* line 1818, ../sass/custom/global.scss */
.teaser-block:not(.events-teaser) .views-field-title h2 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 1824, ../sass/custom/global.scss */
.teaser-block:not(.events-teaser) .views-field-body {
  padding: 0 18px 0 18px;
  overflow: hidden;
  line-height: 18px;
}
/* line 1828, ../sass/custom/global.scss */
.teaser-block:not(.events-teaser) .views-field-body .field-content {
  max-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 1834, ../sass/custom/global.scss */
.teaser-block:not(.events-teaser) .views-field-field-news-tags {
  position: absolute;
  left: 218px;
  bottom: 12px;
  color: #28a900;
}
/* line 1839, ../sass/custom/global.scss */
.teaser-block:not(.events-teaser) .views-field-field-news-tags a {
  color: #28a900;
  font-weight: bold;
}
/* line 1844, ../sass/custom/global.scss */
.teaser-block:not(.events-teaser) .views-field-created {
  color: #888182;
  font-weight: bold;
  padding: 6px 0 6px 18px;
  overflow: hidden;
}

/* line 1852, ../sass/custom/global.scss */
.padding {
  padding: 24px;
}

/* line 1856, ../sass/custom/global.scss */
.search-wrapper #search-block-form input[type*="search"] {
  background-color: transparent;
  border: none;
}

/* line 1861, ../sass/custom/global.scss */
.search-help-link {
  display: none;
}

/* line 1864, ../sass/custom/global.scss */
.search-form.search-page-form {
  display: none;
}

/* line 1869, ../sass/custom/global.scss */
.path-search .content-main h2 {
  margin-top: 60px;
}

/* line 1874, ../sass/custom/global.scss */
.container-fw {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1881, ../sass/custom/global.scss */
.quicktabs-tabpage .views-field-nothing img,
.views-field-field-logo img {
  transition: all 0.2s ease-out 0.1s;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  max-width: 40px;
}
/* line 1887, ../sass/custom/global.scss */
.quicktabs-tabpage .views-field-nothing:hover img,
.views-field-field-logo:hover img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

/* line 1898, ../sass/custom/global.scss */
.our-work-mechanism:hover a {
  color: white;
}
/* line 1900, ../sass/custom/global.scss */
.our-work-mechanism:hover a img {
  filter: invert(100%);
}

/* line 1907, ../sass/custom/global.scss */
.walrl-list p {
  padding-left: 50px;
  position: relative;
}
/* line 1911, ../sass/custom/global.scss */
.walrl-list strong {
  position: absolute;
  font-size: 58px;
  display: block;
  float: left;
  top: -28px;
  margin-right: 10px;
  font-weight: bold;
  left: 0;
}

/* line 1922, ../sass/custom/global.scss */
.degradee {
  font-weight: 400;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.2, #60aa2b), color-stop(0.9, #e30714));
  background-image: gradient(linear, left top, right top, color-stop(0.2, #60aa2b), color-stop(0.9, #e30714));
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

/* line 1931, ../sass/custom/global.scss */
.gva-navigation .menu-item a:hover {
  background-color: #888182;
}

/* line 1939, ../sass/custom/global.scss */
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #28a900;
}

/* line 1944, ../sass/custom/global.scss */
.news-view .view-page .news-item .views-field-field-news-tags a:hover {
  background-color: white;
  color: #888182;
}

/* line 1950, ../sass/custom/global.scss */
.header-fullwidth-title .tags a:hover {
  color: #d5d7d8;
}

/* line 1955, ../sass/custom/global.scss */
.path-events .main-content-inner a:hover, .node--type-news .main-content-inner a:hover {
  color: #888182;
}

/* line 1960, ../sass/custom/global.scss */
.latest-news-list ul li .views-field-field-news-tags a:hover {
  color: #2e2e2e;
}

/* line 1968, ../sass/custom/global.scss */
.home-upcoming-events .owl-item .views-field-view-node a:hover,
.views-field-view-node a:hover,
.view_all_events a:hover,
.view_all_news a:hover {
  color: #28a900;
}

/* line 1973, ../sass/custom/global.scss */
.before-footer input#edit-subscribe:hover {
  background-color: #888182 !important;
}

/* line 1978, ../sass/custom/global.scss */
.fringe-photos a:hover {
  background-color: #2e2e2e;
}

/* line 1984, ../sass/custom/global.scss */
.home-upcoming-events .owl-item .views-field-view-node a:hover,
.views-field-view-node a:hover {
  background-color: #28a900;
  color: white;
}

/* line 1989, ../sass/custom/global.scss */
.hlpf-page *,
.walrl-page * {
  font-family: 'TheSerif';
}

/* line 1993, ../sass/custom/global.scss */
.header-row.main-issues {
  background-color: #2e2e2e;
  height: 340px !important;
}
/* line 1996, ../sass/custom/global.scss */
.header-row.main-issues .column-content-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 44px;
}
/* line 2002, ../sass/custom/global.scss */
.header-row.main-issues .column-content-inner .column-content {
  position: relative !important;
  background-color: transparent !important;
  padding: 0 0 0 0 !important;
}
/* line 2006, ../sass/custom/global.scss */
.header-row.main-issues .column-content-inner .column-content:after {
  border-bottom: none !important;
}
/* line 2010, ../sass/custom/global.scss */
.header-row.main-issues .column-content-inner img {
  -webkit-filter: invert(100%) grayscale(0) invert(100%);
  /* Safari 6.0 - 9.0 */
  filter: invert(100%) brightness(0) invert(100%);
  margin-right: 24px;
}

/* line 2018, ../sass/custom/global.scss */
.main-issues-paragraph .gsc-image {
  background-color: #a3d481;
  border-radius: 50%;
  padding: 10%;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/* line 2028, ../sass/custom/global.scss */
.main-issue-col .issue-text-link a {
  color: #d5d7d8;
}

/* line 2034, ../sass/custom/global.scss */
.main-issue-col:hover .issue-img-link img {
  -webkit-filter: invert(100%) grayscale(0) invert(100%);
  /* Safari 6.0 - 9.0 */
  filter: invert(100%) brightness(0) invert(100%);
}
/* line 2040, ../sass/custom/global.scss */
.main-issue-col:hover .issue-text-link a {
  color: white;
}

/* line 2045, ../sass/custom/global.scss */
#header {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 2048, ../sass/custom/global.scss */
.header-v2 + .main-page .content-full .header-row.home-header .column-content:not(.no-background) {
  left: auto;
  right: 0;
  padding: 30px 60px 30px 60px;
}
/* line 2052, ../sass/custom/global.scss */
.header-v2 + .main-page .content-full .header-row.home-header .column-content:not(.no-background):after {
  display: none;
}

/* line 2056, ../sass/custom/global.scss */
.header-v2 + .main-page .content-full .header-row .column-content.is-button {
  background-color: transparent;
  padding: 0 0 24px 0;
}
/* line 2059, ../sass/custom/global.scss */
.header-v2 + .main-page .content-full .header-row .column-content.is-button:after {
  display: none;
}

.custom-fullscreen .full-screen {
	padding: 0 5% !important;
	display: block;
	height: auto !important;
}
.resources-owl {
  padding-left: 0px;
  max-height: 500px !important;
  overflow: hidden;
}
.widget.gsc-block-drupal.title-align-center .block-title,
.resources-view h2.block-title {
  font-weight: 600;
}
.resources-owl .owl-item {
  width: 300px!important;
}
.news-view .owl-item .views-field-field-featured-image {
	background: #da291c;
}
.news-view .owl-item:hover img {
	opacity: .3;
	transition: opacity ease 1s;
}
.news-view h3 {
	line-height: 24px !important;
}

header.header-v2 .navigation .gva_menu > li > a:hover, header.header-v2 .navigation .gva_menu > li > a:focus, header.header-v2 .navigation .gva_menu > li > a:active {
	color: white;
}

.gva-navigation .menu-item a:hover {
	background-color: #28a900;
	color: white !important;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /* line 2065, ../sass/custom/global.scss */
  .pager li > a, .pager li > span {
    margin-top: 12px;
  }

  /* line 2068, ../sass/custom/global.scss */
  .teaser-block.events-teaser {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 2074, ../sass/custom/global.scss */
  .teaser-block .views-field-field-event-date {
    position: relative;
    left: 0;
    width: 100%;
    display: inine-block;
    float: left;
  }

  /* line 2085, ../sass/custom/global.scss */
  .teaser-block .event-item-wrapper {
    padding: 0 18px 18px 18px;
  }

  /* line 2089, ../sass/custom/global.scss */
  .teaser-block.events-teaser .views-field-title {
    float: left;
    padding-top: 24px;
  }

  /* line 2093, ../sass/custom/global.scss */
  .teaser-block:not(.events-teaser) .views-field-field-featured-image {
    width: 100%;
    height: auto;
  }
  /* line 2096, ../sass/custom/global.scss */
  .teaser-block:not(.events-teaser) .views-field-field-featured-image img {
    width: 100%;
  }

  /* line 2100, ../sass/custom/global.scss */
  .teaser-block:not(.events-teaser) .field--name-field-featured-image {
    margin-bottom: 0;
  }

  /* line 2103, ../sass/custom/global.scss */
  .teaser-block:not(.events-teaser) .views-field-title {
    height: auto;
  }

  /* line 2106, ../sass/custom/global.scss */
  .teaser-block:not(.events-teaser) .views-field-body {
    padding: 0 18px 18px 18px;
  }

  /* line 2109, ../sass/custom/global.scss */
  .teaser-block:not(.events-teaser) .views-field-body .field-content {
    max-height: 999px;
  }

  /* line 2113, ../sass/custom/global.scss */
  .resources-view .views-exposed-form .form-item select {
    max-width: 100%;
  }

  /* line 2116, ../sass/custom/global.scss */
  .resources-item {
    padding: 12px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    position: relative;
    width: 100% !important;
    margin-top: 24px;
  }

  /* line 2124, ../sass/custom/global.scss */
  .news-view .view-page .news-item {
    width: 100% !important;
  }
  /* line 2126, ../sass/custom/global.scss */
  .news-view .view-page .news-item .views-field-field-featured-image {
    height: auto;
  }
  /* line 2128, ../sass/custom/global.scss */
  .news-view .view-page .news-item .views-field-field-featured-image img {
    width: 100%;
  }

  /* line 2133, ../sass/custom/global.scss */
  .news-view .views-exposed-form .form-item {
    top: 6px;
  }

  /* line 2137, ../sass/custom/global.scss */
  .events-page-view .events-view {
    margin-top: -30px;
  }
  /* line 2139, ../sass/custom/global.scss */
  .events-page-view .events-view .views-exposed-form .form-item {
    top: 24px;
  }
  /* line 2141, ../sass/custom/global.scss */
  .events-page-view .events-view .views-exposed-form .form-item select + i.fa {
    margin-left: -25px;
    right: auto;
  }
  /* line 2146, ../sass/custom/global.scss */
  .events-page-view .events-view .view-page .isotope-items.view-portfolio > div {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 12px;
  }
  /* line 2151, ../sass/custom/global.scss */
  .events-page-view .events-view .view-page .isotope-items.view-portfolio > div .event-item-wrapper {
    padding: 24px;
  }
  /* line 2154, ../sass/custom/global.scss */
  .events-page-view .events-view .view-page .isotope-items.view-portfolio > div .views-field-field-event-date {
    left: 0;
    top: 0;
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* line 2165, ../sass/custom/global.scss */
  .walrl-resources .resources-item {
    padding-left: 24px !important;
    padding-right: 24px !important;
    width: 100% !important;
  }
  /* line 2169, ../sass/custom/global.scss */
  .walrl-resources .resources-item .views-field-field-description,
  .walrl-resources .resources-item .views-field-created,
  .walrl-resources .resources-item .views-field-name,
  .walrl-resources .resources-item .views-field-field-file {
    width: 100%;
    padding-left: 6px;
  }
  /* line 2176, ../sass/custom/global.scss */
  .walrl-resources .resources-item .views-field-created {
    padding-top: 18px;
  }

  /* line 2180, ../sass/custom/global.scss */
  .organizing-partners-item.world-assembly {
    width: 100% !important;
  }
  /* line 2182, ../sass/custom/global.scss */
  .organizing-partners-item.world-assembly .views-field-title {
    margin-top: 12px;
  }

  /* line 2186, ../sass/custom/global.scss */
  .plus-img {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 2190, ../sass/custom/global.scss */
  .clip-link-lightergrey a {
    padding: 10px 12px;
    font-size: 14px;
  }

  /* line 2194, ../sass/custom/global.scss */
  .our-work-goals.col-lg-4 {
    width: 90%;
  }

  /* line 2198, ../sass/custom/global.scss */
  .our-work-mechanism-wrapper .our-work-mechanism {
    width: 100%;
  }

  /* line 2202, ../sass/custom/global.scss */
  .quicktabs-wrapper .quicktabs-tabs li a {
    white-space: normal;
  }

  /* line 2205, ../sass/custom/global.scss */
  .quicktabs-wrapper .quicktabs-tabpage {
    padding: 15px;
  }

  /* line 2211, ../sass/custom/global.scss */
  header.header-v2 {
    position: absolute;
  }

  /* line 2214, ../sass/custom/global.scss */
  .home-featured {
    margin-bottom: 12px;
  }
  /* line 2216, ../sass/custom/global.scss */
  .home-featured:before {
    width: calc(100% - 30px);
  }
  /* line 2219, ../sass/custom/global.scss */
  .home-featured a {
    width: calc(100% - 30px);
    justify-content: center;
  }

  /* line 2224, ../sass/custom/global.scss */
  #block-views-block-home-latest-news-block-1 {
    margin-top: 50px;
  }
  /* line 2226, ../sass/custom/global.scss */
  #block-views-block-home-latest-news-block-1 .block-title {
    margin-bottom: 50px;
    margin-top: -38px;
  }

  /* line 2231, ../sass/custom/global.scss */
  .view_all_news {
    top: 12px;
    right: 0;
  }

  /* line 2235, ../sass/custom/global.scss */
  .events-view .views-exposed-form .form-item, .path-events .views-exposed-form .form-item {
    right: 12px;
    top: 50px;
    max-width: 296px;
  }

  /* line 2240, ../sass/custom/global.scss */
  .events-view .views-exposed-form .form-item select + i.fa, .path-events .views-exposed-form .form-item select + i.fa, .block-views-blockhome-latest-news-block-1 .views-exposed-form .form-item select + i.fa {
    margin-left: 0;
    margin-top: 0;
    right: 6px;
    top: 5px;
  }

  /* line 2246, ../sass/custom/global.scss */
  .block-views-blockhome-latest-news-block-1 .views-exposed-form .form-item {
    right: 8px;
    top: 0;
    max-width: 296px;
    position: relative;
    float: right;
    margin: -45px 0 0 0;
  }

  /* line 2254, ../sass/custom/global.scss */
  .home-latest-news-inner {
    position: relative;
  }

  /* line 2257, ../sass/custom/global.scss */
  .latest-news-list {
    margin-bottom: 30px;
  }
  /* line 2259, ../sass/custom/global.scss */
  .latest-news-list ul li {
    height: auto;
  }
  /* line 2261, ../sass/custom/global.scss */
  .latest-news-list ul li .views-field-field-featured-image {
    width: 100%;
    height: 100%;
  }
  /* line 2264, ../sass/custom/global.scss */
  .latest-news-list ul li .views-field-field-featured-image img {
    width: 100%;
  }
  /* line 2268, ../sass/custom/global.scss */
  .latest-news-list ul li .views-field-title {
    height: auto;
  }
  /* line 2271, ../sass/custom/global.scss */
  .latest-news-list ul li .views-field-body .field-content {
    max-height: 999px;
  }
  /* line 2274, ../sass/custom/global.scss */
  .latest-news-list ul li .views-field-field-news-tags {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 15px;
  }

  /* line 2282, ../sass/custom/global.scss */
  .fringe {
    padding: 30px;
    background-size: cover;
  }

  /* line 2286, ../sass/custom/global.scss */
  .view_all_events {
    position: relative;
    right: 0;
    top: 0;
    float: right;
    margin-right: 10px;
  }

  /* line 2293, ../sass/custom/global.scss */
  .home-upcoming-events h2 {
    margin-bottom: 28px !important;
  }

  /* line 2296, ../sass/custom/global.scss */
  .organizing-partners-item {
    width: 50% !important;
  }

  /* line 2299, ../sass/custom/global.scss */
  .block .block-title {
    line-height: 36px !important;
  }

  /* line 2303, ../sass/custom/global.scss */
  .footer-center #block-horizontalmenu {
    text-align: center;
  }
  /* line 2306, ../sass/custom/global.scss */
  .footer-center #block-followus {
    float: none;
    text-align: center;
  }
  /* line 2309, ../sass/custom/global.scss */
  .footer-center #block-followus a {
    display: inline-block;
    float: none;
    margin-left: 12px;
  }

  /* line 2317, ../sass/custom/global.scss */
  .copyright .text-left.float-left,
  .copyright .float-right {
    float: none;
    text-align: center;
  }
  .header-v2 + .main-page .content-full .header-row {
	  height: 250px;
  }
  .home-header {
	  background-size: contain;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /* line 2327, ../sass/custom/global.scss */
  .events-page-view .events-view .view-page .isotope-items.view-portfolio > div {
    padding-left: 58px;
    padding-right: 26px;
    margin-bottom: 60px;
  }

  /* line 2332, ../sass/custom/global.scss */
  .events-page-view .events-view .view-page .isotope-items.view-portfolio > div .event-item-wrapper {
    padding: 0 58px 32px 78px;
  }

  /* line 2335, ../sass/custom/global.scss */
  .events-page-view .events-view .view-page .isotope-items.view-portfolio > div .views-field-field-event-date {
    position: absolute;
    top: 24px;
    left: -45px;
    width: 110px;
  }

  /* line 2341, ../sass/custom/global.scss */
  .clip-link-lightergrey a {
    padding: 10px 42px;
    font-size: 20px;
  }

  /* line 2345, ../sass/custom/global.scss */
  .text-left.img-small {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 2350, ../sass/custom/global.scss */
  .our-work-goals.col-lg-4 {
    width: 78%;
  }

  /* line 2354, ../sass/custom/global.scss */
  .our-work-mechanism-wrapper .our-work-mechanism {
    width: 100%;
  }

  /* line 2358, ../sass/custom/global.scss */
  .views-field.views-field-field-file,
  .views-field.views-field-field-file-1,
  .views-field.views-field-field-file-2 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 2365, ../sass/custom/global.scss */
  .quicktabs-wrapper .quicktabs-tabpage {
    padding: 15px;
  }
  /* line 2367, ../sass/custom/global.scss */
  .quicktabs-wrapper .quicktabs-tabpage .views-col {
    width: 33.333% !important;
  }

  /* line 2371, ../sass/custom/global.scss */
  .events-view .views-exposed-form .form-item, .path-events .views-exposed-form .form-item {
    top: 62px;
  }

  /* line 2374, ../sass/custom/global.scss */
  .view_all_events {
    top: 12px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  
  .resources-owl {
	  padding-left: 40px;
	  max-height: auto !important;
	  overflow: hidden;
	}

  /* line 2381, ../sass/custom/global.scss */
  .resources-item {
    padding: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    position: relative;
    width: 50% !important;
    margin-top: 24px;
  }

  /* line 2389, ../sass/custom/global.scss */
  .block-views-blockabout-us-publication-block-1 .resources-item {
    width: 100% !important;
  }

  /* line 2392, ../sass/custom/global.scss */
  .news-view .view-page .news-item {
    width: 50% !important;
  }

  /* line 2395, ../sass/custom/global.scss */
  .walrl-resources .resources-item {
    padding-left: 24px !important;
    padding-right: 24px !important;
    width: 50% !important;
  }

  /* line 2400, ../sass/custom/global.scss */
  .organizing-partners-item.world-assembly {
    width: 33.333% !important;
  }

  /* line 2403, ../sass/custom/global.scss */
  .our-work-goals.col-lg-4 {
    width: 42%;
  }

  /* line 2407, ../sass/custom/global.scss */
  .our-work-mechanism-wrapper .our-work-mechanism {
    width: 33%;
  }

  /* line 2411, ../sass/custom/global.scss */
  .quicktabs-wrapper .quicktabs-tabpage {
    padding: 15px;
  }
  /* line 2413, ../sass/custom/global.scss */
  .quicktabs-wrapper .quicktabs-tabpage .views-col {
    width: 16% !important;
  }

  /* line 2418, ../sass/custom/global.scss */
  .latest-news-list ul li {
    height: 202px;
  }
  /* line 2420, ../sass/custom/global.scss */
  .latest-news-list ul li .views-field-field-featured-image {
    width: 200px;
    height: 200px;
  }
  /* line 2423, ../sass/custom/global.scss */
  .latest-news-list ul li .views-field-field-featured-image img {
    width: 100%;
  }
  /* line 2427, ../sass/custom/global.scss */
  .latest-news-list ul li .views-field-title {
    height: 62px;
  }
  /* line 2430, ../sass/custom/global.scss */
  .latest-news-list ul li .views-field-body .field-content {
    max-height: 55px;
  }
  /* line 2433, ../sass/custom/global.scss */
  .latest-news-list ul li .views-field-field-news-tags {
    position: absolute;
    left: 218px;
    bottom: 12px;
    padding: 0;
  }

  /* line 2441, ../sass/custom/global.scss */
  .home-upcoming-events .owl-item {
    width: 374px !important;
  }

  /* line 2444, ../sass/custom/global.scss */
  .init-carousel-owl .owl-item > .item {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 2447, ../sass/custom/global.scss */
  .init-carousel-owl .owl-item > .item .views-field-body {
    max-height: 74px;
    overflow: hidden;
  }
  /* line 2451, ../sass/custom/global.scss */
  .init-carousel-owl .owl-item > .item .views-field-title {
    max-height: 116px;
    overflow: hidden;
  }

  /* line 2456, ../sass/custom/global.scss */
  .organizing-partners-item {
    width: 25% !important;
  }

  /* line 2460, ../sass/custom/global.scss */
  .footer-center .footer-2col {
    width: 100%;
  }
    .header-v2 + .main-page .content-full .header-row {
	  height: 510px;
  }
    .header-v2 + .main-page .content-full .header-row.home-header-row-v2 {
	  height: auto!important;
  }
  .header-v2 + .main-page .content-full .header-row.home-header-row-v2 img {
	  height: auto!important;
  }
  .header-v2 + .main-page .content-full .header-row.home-header-row-v2 .bb-container.container-fw {
	  width: 100%; 
	  max-width: inherit; 
	  margin: 0 auto; 
	  text-align:center; 
	  background: #ede7e5;
	  /*
	  max-width: 3066px;
	  text-align: center;
	  */
  }
	.quicktabs-tabpage .views-field-nothing img,
	.views-field-field-logo img {
	  max-width: 100%;
	}

}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /* line 2468, ../sass/custom/global.scss */
  .block-views-blockabout-us-publication-block-1 .resources-item {
    width: 100% !important;
  }

  /* line 2471, ../sass/custom/global.scss */
  .fringe.contain {
    background-size: contain;
  }

  /* line 2474, ../sass/custom/global.scss */
  .teaser-block.events-teaser {
    padding-left: 58px;
    padding-right: 26px;
  }

  /* line 2478, ../sass/custom/global.scss */
  .teaser-block .views-field-field-event-date {
    position: absolute;
    left: -58px;
    width: 110px;
    display: block;
  }

  /* line 2484, ../sass/custom/global.scss */
  .teaser-block .event-item-wrapper {
    padding: 0 58px 32px 78px;
  }

  /* line 2487, ../sass/custom/global.scss */
  .teaser-block.events-teaser .views-field-title {
    float: none;
    padding-top: 0;
  }

  /* line 2491, ../sass/custom/global.scss */
  .teaser-block:not(.events-teaser) .views-field-field-featured-image {
    width: 200px;
    height: 200px;
  }

  /* line 2495, ../sass/custom/global.scss */
  .teaser-block:not(.events-teaser) .field--name-field-featured-image {
    margin-bottom: 44px;
  }

  /* line 2498, ../sass/custom/global.scss */
  .teaser-block:not(.events-teaser) .views-field-title {
    height: 62px;
  }

  /* line 2501, ../sass/custom/global.scss */
  .teaser-block:not(.events-teaser) .views-field-body {
    padding: 0 18px 0 18px;
  }

  /* line 2504, ../sass/custom/global.scss */
  .teaser-block:not(.events-teaser) .views-field-body .field-content {
    max-height: 55px;
  }

  /* line 2507, ../sass/custom/global.scss */
  .resources-item {
    padding: 24px;
    padding-left: 28px !important;
    padding-right: 80px !important;
    position: relative;
    width: 33.333% !important;
    margin-top: 24px;
  }

  /* line 2515, ../sass/custom/global.scss */
  .news-view .view-page .news-item {
    width: 33.333% !important;
  }

  /* line 2518, ../sass/custom/global.scss */
  .events-page-view .events-view {
    margin-top: 30px;
  }

  /* line 2521, ../sass/custom/global.scss */
  .events-page-view .events-view .views-exposed-form .form-item {
    right: 12px;
    top: 78px;
  }

  /* line 2525, ../sass/custom/global.scss */
  .events-page-view .events-view .view-page .isotope-items.view-portfolio > div .views-field-field-event-date {
    left: -58px;
  }

  /* line 2528, ../sass/custom/global.scss */
  .walrl-resources .resources-item {
    padding-left: 64px !important;
    padding-right: 64px !important;
    width: 50% !important;
  }
  /* line 2532, ../sass/custom/global.scss */
  .walrl-resources .resources-item .views-field-field-description,
  .walrl-resources .resources-item .views-field-created,
  .walrl-resources .resources-item .views-field-name,
  .walrl-resources .resources-item .views-field-field-file {
    width: 50%;
    padding-left: 16px;
  }
  /* line 2539, ../sass/custom/global.scss */
  .walrl-resources .resources-item .views-field-created {
    padding-top: 0px;
  }

  /* line 2543, ../sass/custom/global.scss */
  .our-work-goals.col-lg-4 {
    width: 31%;
    margin: 6px;
  }

  /* line 2547, ../sass/custom/global.scss */
  .quicktabs-wrapper .quicktabs-tabpage {
    padding: 64px;
  }

  /* line 2551, ../sass/custom/global.scss */
  .home-featured-row.gbb-row .bb-inner {
    padding-bottom: 24px;
  }
  /* line 2554, ../sass/custom/global.scss */
  .home-featured-row .home-featured {
    margin-bottom: 12px;
  }
  /* line 2556, ../sass/custom/global.scss */
  .home-featured-row .home-featured:before {
    width: 240px;
  }
  /* line 2559, ../sass/custom/global.scss */
  .home-featured-row .home-featured a {
    justify-content: flex-start;
    width: calc(100% - 30px);
  }

  /* line 2565, ../sass/custom/global.scss */
  #block-views-block-home-latest-news-block-1 {
    margin-top: 0;
  }
  /* line 2567, ../sass/custom/global.scss */
  #block-views-block-home-latest-news-block-1 .block-title {
    margin: 0 0 15px;
  }

  /* line 2571, ../sass/custom/global.scss */
  .view_all_news {
    top: 12px;
  }

  /* line 2574, ../sass/custom/global.scss */
  .events-view .views-exposed-form .form-item, .path-events .views-exposed-form .form-item {
    position: absolute;
    right: 120px;
    top: 10px;
  }

  /* line 2579, ../sass/custom/global.scss */
  .block-views-blockhome-latest-news-block-1 .views-exposed-form .form-item {
    margin: -8px 0 18px 0;
    max-width: inherit;
  }

  /* line 2584, ../sass/custom/global.scss */
  .latest-news-list ul li .views-field-field-news-tags {
    white-space: nowrap;
    max-width: calc(100% - 240px);
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 2589, ../sass/custom/global.scss */
  .latest-news-list ul li .views-field-field-news-tags .field-content {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* line 2598, ../sass/custom/global.scss */
  .home-upcoming-events .owl-item {
    width: 490px !important;
  }

  /* line 2601, ../sass/custom/global.scss */
  .organizing-partners-item {
    width: 25% !important;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /* line 2608, ../sass/custom/global.scss */
  .header-gap {
    background-position: center -200px !important;
  }

  /* line 2611, ../sass/custom/global.scss */
  .our-work-goals.col-lg-4 {
    width: 28%;
    margin: 16px;
  }

  /* line 2615, ../sass/custom/global.scss */
  .home-upcoming-events .owl-item {
    width: 655px !important;
    margin-left: 6px;
  }

  /* line 2619, ../sass/custom/global.scss */
  .organizing-partners-item {
    width: 12.5% !important;
  }

  /* line 2622, ../sass/custom/global.scss */
  .footer-center .footer-2col {
    width: inherit;
  }
  /* line 2624, ../sass/custom/global.scss */
  .footer-center .footer-2col:last-child {
    float: right;
  }
  /* line 2627, ../sass/custom/global.scss */
  .footer-center .footer-2col #block-horizontalmenu {
    text-align: left;
  }
  /* line 2630, ../sass/custom/global.scss */
  .footer-center .footer-2col #block-followus {
    float: right;
    text-align: right;
  }

  /* line 2636, ../sass/custom/global.scss */
  .copyright .text-left.float-left {
    text-align: left;
    float: left;
  }
  /* line 2640, ../sass/custom/global.scss */
  .copyright .float-right {
    float: right;
  }

  /* line 2644, ../sass/custom/global.scss */
  .quicktabs-wrapper .quicktabs-tabpage {
    padding: 64px;
  }

  /* line 2647, ../sass/custom/global.scss */
  .clip-link-lightergrey a {
    border-radius: 12px;
    padding: 10px 60px;
  }

  /* line 2651, ../sass/custom/global.scss */
  .walrl-resources .resources-item {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 2657, ../sass/custom/global.scss */
  .fringe-photos.gbb-row .bb-inner {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 2663, ../sass/custom/global.scss */
  .fringe-photos.gbb-row .bb-inner {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }

  /* line 2667, ../sass/custom/global.scss */
  .header-walrl {
    background-position: center -480px !important;
  }
}
@media only screen and (min-width: 2150px) {
  /* line 2672, ../sass/custom/global.scss */
  .header-walrl {
    background-position: center -800px !important;
  }

  /* line 2675, ../sass/custom/global.scss */
  .header-about-us {
    background-position: center -820px !important;
  }

  /* line 2678, ../sass/custom/global.scss */
  .header-walrl-medalles {
    background-position: center -900px !important;
  }

  /* line 2681, ../sass/custom/global.scss */
  .header-events {
    background-position: center -200px !important;
  }
}

.widget.gsc-call-to-action.button-left .button-action {
	left: 0 !important;
	right: 0 !important;
	text-align: center !important;
}
.newsletter-wrap .column-content {
	margin-top: 10px;
}
.newsletter-wrap .gsc-image {
	margin-bottom: 10px;
}


.resources-owl .owl-carousel .owl-nav > div.owl-next {    
    right: 20px !important;
}

.resources-owl .owl-carousel .owl-nav > div.owl-prev {
    left: -10px !important;
}

.resources-owl .owl-item {
    min-width: 340px !important;
}