/* BEGIN MISC VARIABLES */
/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);*/
/*@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&subset=latin-ext);*/



/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src:
       url("/static/fonts/montserrat-v12-latin-regular.501ce09c4271.woff2") format('woff2'),
       url("/static/fonts/montserrat-v12-latin-regular.f29d2b855969.woff") format('woff');
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src:
       url("/static/fonts/montserrat-v12-latin-regular.501ce09c4271.woff2") format('woff2'),
       url("/static/fonts/montserrat-v12-latin-regular.f29d2b855969.woff") format('woff');
}



@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: url("/static/fonts/rubik-v7-latin-ext-300.7fd36c7f5cd1.woff2") format('woff2'),
  url("/static/fonts/rubik-v7-latin-ext-300.215e01a00b6c.woff") format('woff');
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/rubik-v7-latin-ext-regular.488eb9197617.woff2") format('woff2'),
  url("/static/fonts/rubik-v7-latin-ext-regular.b53ebf7b4dec.woff") format('woff');
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url("/static/fonts/rubik-v7-latin-ext-500.3654fada5c91.woff2") format('woff2'),
  url("/static/fonts/rubik-v7-latin-ext-500.60361ce014ec.woff") format('woff');
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url("/static/fonts/rubik-v7-latin-ext-700.f7d011ca8e32.woff2") format('woff2'),
  url("/static/fonts/rubik-v7-latin-ext-700.26e3133f68d2.woff") format('woff');
}


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

body {
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif; }

a, p {
  font-size: 18px; }

a {
  color: #77B3FF;
  text-decoration: none; }
  a:hover {
    color: #000; }
  a:active {
    color: #6da5eb; }

button {
  border: none;
  background-color: #77B3FF;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0;
  padding: 0;
  outline: none; }

header, footer, section, article, nav, main, figcaption, figure, blockquote {
  display: block;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4 {
  font-family: "Montserrat"; }
  h1.toplined:before, h2.toplined:before, h3.toplined:before, h4.toplined:before {
    content: " ";
    width: 50px;
    height: 2px;
    background-color: #000;
    display: block;
    margin-bottom: 20px;
    margin-top: 40px; }

/*
.test-skin {
	.button {

	}

	.category-list {
		border: 1px #dcddde solid;
	    color: $text-color;

		li {
	    	
			background-color: #f9fafb;

			&.selected {
				background-color: #dcddde;
			}
		}
	}
}
*/
.slim-container {
  width: 100%;
  padding-bottom: 40px;
  zoom: 1; }
  .slim-container::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }

.hide-on-small-screens {
  display: none; }
  @media (min-width: 769px) {
    .hide-on-small-screens {
      display: block; } }

.show-on-small-screens {
  display: block; }
  @media (min-width: 769px) {
    .show-on-small-screens {
      display: none !important; } }

.hide-on-mid-screens {
  display: none; }
  @media (min-width: 1241px) {
    .hide-on-mid-screens {
      display: block; } }

.show-on-mid-screens {
  display: block; }
  @media (min-width: 1241px) {
    .show-on-mid-screens {
      display: none; } }

.arrow-up-background {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ddd;
  position: absolute; }

.arrow-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fafafa;
  position: absolute; }

.arrow-right-background {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid  #ddd;
  position: absolute;
  top: 17px;
  right: -9px; }

.arrow-right {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid white;
  position: absolute;
  top: 18px;
  right: -7px; }

.title-background {
  width: 876px;
  height: 180px;
  position: absolute;
  display: none;
  left: -80px;
  top: 320px;
  z-index: -1; }
  @media (min-width: 769px) {
    .title-background {
      display: block;
      top: 150px; } }
  @media (min-width: 1241px) {
    .title-background {
      top: 180px; } }
  @media (max-width: 900px) and (min-width: 321px) {
    .title-background {
      left: -20px;
      max-width: 100%; } }
  @media (max-width: 1390px) and (min-width: 1241px) {
    .title-background {
      left: -20px;
      max-width: 856px; } }

.admin-control {
  display: none; }

.admin-edit {
  display: none; }

.admin .admin-edit {
  display: block; }

.admin .admin-control {
  display: block;
  float: left;
  width: 100%;
  background: #fbfbfb;
  padding: 20px; }
  .admin .admin-control .button {
    float: left;
    margin: 0px 20px 0px 0px; }
  .admin .admin-control .discard-link {
    float: left;
    margin: 20px; }
  .admin .admin-control .content-warning {
    width: 100%;
    float: left;
    color: #F19C3E;
    display: none; }
  .admin .admin-control h2 {
    float: right;
    margin: 0;
    margin: 20px;
    font-weight: 400px; }

address {
  margin: 0;
  color: #555;
  font-weight: 200;
  font-style: normal;
  line-height: 26px;
  font-size: 18px; }

.email {
  margin: 20px 0 0 0; }
  .email a {
    text-decoration: none;
    color: #77B3FF; }

.grey-button {
  width: 100%;
  float: left;
  text-align: center;
  background-color: #f9fafb;
  font-family: "Montserrat";
  border: 1px #dcddde solid;
  margin-bottom: 20px;
  cursor: pointer; }
  .grey-button:hover {
    background-color: #dcddde; }
  .grey-button p {
    margin: 20px;
    color: #555; }

.results-filter {
  zoom: 1;
  padding: 0px;
  margin: 0px;
  list-style: none;
  zoom: 1;
  padding: 40px 0;
  clear: both; }
  .results-filter::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .results-filter dt {
    float: left;
    clear: left; }
  .results-filter dd {
    float: left;
    margin: 0; }
  .results-filter::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .results-filter li {
    display: block;
    float: left;
    margin-right: 40px;
    font-weight: 200; }
    .results-filter li.selected {
      font-weight: 500; }
    .results-filter li a {
      color: #000;
      display: block; }

.full-width {
  width: 100%;
  clear: both; }

.left-half, .right-half {
  float: left;
  width: 100%; }
  @media (min-width: 1241px) {
    .left-half, .right-half {
      width: 50%; } }

@media (min-width: 321px) {
  .slim-container {
    width: 100%; } }

@media (min-width: 769px) {
  .slim-container {
    width: 700px; } }

@media (min-width: 1241px) {
  .slim-container {
    width: 880px;
    float: left; } }

.broad-container {
  width: 90%;
  zoom: 1;
  margin: 0 auto; }
  .broad-container::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }

@media (min-width: 769px) {
  .broad-container {
    width: 700px;
    margin: 0 auto; } }

@media (min-width: 1241px) {
  .broad-container {
    width: 1220px;
    margin: 0 auto;
    padding: 0 20px; } }

.no-flow {
  position: relative;
  width: 0px;
  height: 0px; }

.left-column {
  zoom: 1; }
  .left-column::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  @media (min-width: 1241px) {
    .left-column {
      width: 900px;
      padding-right: 20px;
      float: left; } }

.right-column a {
  text-decoration: none; }
  .right-column a.button {
    margin-bottom: 20px;
    margin-right: 0;
    display: block; }

@media (max-width: 1241px) {
  .right-column {
    clear: both; } }

@media (min-width: 1241px) {
  .right-column {
    width: 280px;
    float: right; } }

.right-column.border {
  padding: 20px;
  border: 1px solid #eee; }

.breadcrumbs {
  color: #A5A5A5;
  font-weight: 200; }
  .breadcrumbs ul {
    zoom: 1;
    padding: 0px;
    margin: 0px;
    list-style: none; }
    .breadcrumbs ul::after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
      clear: both; }
    .breadcrumbs ul dt {
      float: left;
      clear: left; }
    .breadcrumbs ul dd {
      float: left;
      margin: 0; }
    .breadcrumbs ul li {
      float: left; }
      .breadcrumbs ul li a {
        color: #A5A5A5;
        text-decoration: none;
        font-size: 14px;
        padding-right: 30px;
        display: block;
        background-image: url("../assets/svg/right-arrow.e0ac9cbeb813.svg");
        background-position: right 5px center;
        background-size: 14px auto;
        background-repeat: no-repeat; }
        .breadcrumbs ul li a:hover {
          color: black; }
        @media (min-width: 769px) {
          .breadcrumbs ul li a {
            font-size: 18px; } }
        @media (max-width: 769px) {
          .breadcrumbs ul li a {
            background-size: 10px auto;
            padding-right: 25px; } }

.post-title {
  position: relative;
  width: 100%;
  clear: both; }
  .post-title h1 {
    font-family: "Montserrat";
    font-size: 24px;
    width: 100%;
    margin: 10px 0 40px 0; }
    @media (min-width: 769px) {
      .post-title h1 {
        font-size: 64px; } }
  .post-title h2 {
    font-size: 18px;
    font-family: "Montserrat";
    line-height: 1.2em; }
    @media (min-width: 769px) {
      .post-title h2 {
        font-size: 36px; } }
  .post-title .subtitle {
    float: left;
    width: 100%;
    max-width: 750px;
    color: #555; }
    .post-title .subtitle p {
      margin: 0;
      font-size: 20px; }
    .post-title .subtitle .publication-info p {
      font-size: 14px;
      margin: 10px 0 0 0; }
    .post-title .subtitle .publication-info a, .post-title .subtitle .publication-info p {
      font-size: 14px; }
    .post-title .subtitle .publication-info .author {
      text-decoration: none;
      color: #77B3FF; }
    .post-title .subtitle .publication-info .comments {
      text-decoration: none;
      color: #A5A5A5; }
  .post-title .supplementary {
    float: left;
    width: 100%;
    padding: 40px 0; }
    .post-title .supplementary .tags {
      zoom: 1; }
      .post-title .supplementary .tags::after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
        clear: both; }
      @media (min-width: 1241px) {
        .post-title .supplementary .tags {
          float: left; } }
      .post-title .supplementary .tags div {
        float: left;
        margin-right: 10px;
        color: white;
        padding: 5px;
        font-size: 14px; }
        .post-title .supplementary .tags div.blue {
          background-color: #77B3FF; }
        .post-title .supplementary .tags div.red {
          background-color: #F65959; }
        .post-title .supplementary .tags div.green {
          background-color: #9AD36A; }
        .post-title .supplementary .tags div.orange {
          background-color: #F19C3E; }
    .post-title .supplementary .social {
      margin-top: 10px; }
      @media (min-width: 1241px) {
        .post-title .supplementary .social {
          width: 280px;
          float: right;
          margin-top: 0; } }
      .post-title .supplementary .social img {
        padding-right: 10px; }

.absolute-center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 18px; }

.date {
  text-align: center;
  border: 2px solid #fff;
  padding: 5px 0;
  width: 60px;
  height: 60px; }
  .date .day {
    font-size: 24px;
    margin-left: 3px;
    display: block;
    margin-top: 1px;
    font-weight: bold; }
  .date .month {
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 0px;
    display: block;
    font-weight: bold; }
  .date time {
    font-size: 12px;
    display: block;
    padding-top: 2px;
    font-weight: bold; }

.single-date.big, .multi-date.big {
  padding-top: 45px; }
  .single-date.big .date, .multi-date.big .date {
    border: none;
    height: auto; }
    .single-date.big .date .day, .multi-date.big .date .day {
      font-size: 40px; }
    .single-date.big .date .month, .multi-date.big .date .month {
      font-size: 12px; }

.single-date.big .date {
  width: 100%; }

.multi-date {
  width: 120px; }
  .multi-date.big {
    width: 100%; }
    .multi-date.big .date {
      border-right: solid 1px #000; }
      .multi-date.big .date:nth-child(even) {
        border-right: solid 0px #000; }
    .multi-date.big.more {
      padding-top: 20px; }
    .multi-date.big.duration .date {
      border: none; }
    .multi-date.big.duration:after {
      top: 75px;
      background-color: #000;
      height: 5px;
      width: 13px; }
  .multi-date .date {
    width: 50%;
    float: left; }
    .multi-date .date:first-child {
      border-right-width: 1px; }
    .multi-date .date:last-child {
      border-left-width: 1px; }
  .multi-date.duration {
    position: relative; }
    .multi-date.duration:after {
      position: absolute;
      top: 22px;
      width: 10px;
      height: 2px;
      background-color: #fff;
      left: 50%;
      margin-left: -5px;
      content: " "; }
    .multi-date.duration .date:first-child {
      border-right-width: 0px; }
    .multi-date.duration .date:last-child {
      border-left-width: 0px; }

.xgrid {
  margin: 0 -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  @media (max-width: 769px) {
    .xgrid {
      margin: 0; } }
  .xgrid.centered-kid {
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: center;
        justify-content: center; }
  .xgrid.stretch {
    -ms-flex-align: stretch;
        align-items: stretch; }
    .xgrid.stretch .x-item .member.card, .xgrid.stretch .x-item .region-card.card {
      position: relative;
      padding-bottom: 70px; }
      .xgrid.stretch .x-item .member.card button, .xgrid.stretch .x-item .member.card .button, .xgrid.stretch .x-item .region-card.card button, .xgrid.stretch .x-item .region-card.card .button {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0; }
  .xgrid .x-item {
    float: none;
    width: 100%;
    padding: 10px;
    position: relative; }
    .xgrid .x-item > *:not(.button) {
      height: 100%; }
    @media (max-width: 769px) {
      .xgrid .x-item {
        padding: 10px 0; } }
  .xgrid.col-x2 .x-item {
    width: 50%; }
  @media (max-width: 769px) {
    .xgrid.col-x2 .x-item {
      width: 100%; } }
  .xgrid.col-x3 .x-item {
    width: 33.3333%; }
    @media (max-width: 1241px) {
      .xgrid.col-x3 .x-item {
        width: 50%; } }
    @media (max-width: 769px) {
      .xgrid.col-x3 .x-item {
        width: 100%; } }
  .xgrid.col-x4 .x-item {
    width: 25%; }
  @media (max-width: 1241px) {
    .xgrid.col-x4 .x-item {
      width: 50%; } }
  @media (max-width: 769px) {
    .xgrid.col-x4 .x-item {
      width: 100%; } }
  .xgrid .x-item .input-container {
    width: 100%;
    max-width: 480px; }
  .xgrid .x-item .grid-demo-image {
    width: 100%;
    height: auto; }
  .xgrid .x-item .xg-text {
    padding: 20px; }
    .xgrid .x-item .xg-text.center {
      text-align: center; }

.x-container {
  overflow: hidden;
  width: calc(100% + 10px);
  padding-left: 10px;
  margin-left: -10px;
  margin-top: -10px; }

.xlist {
  zoom: 1;
  clear: both; }
  .xlist::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .xlist .x-item {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px 0; }

.square-holder {
  width: 100%;
  padding-bottom: 100%; }

.admin .item-container .admin-edit {
  font-size: 18px;
  background-color: #f8e71d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  z-index: 4;
  display: none; }
  .admin .item-container .admin-edit:hover {
    text-decoration: underline;
    cursor: pointer; }

.admin .item-container:hover .admin-edit {
  display: block; }

.admin .item-container.editing {
  outline: 4px solid #f8e71d; }

.item-container {
  position: relative;
  transition: box-shadow .15s ease-in-out, transform .15s ease-in-out; }
  .item-container:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -ms-transform: translateY(-5px);
        transform: translateY(-5px); }
  .item-container.offset-content .square-holder {
    display: none; }
  .item-container.offset-content .item {
    position: relative; }
    .item-container.offset-content .item > a, .item-container.offset-content .item .item-wrap {
      background: none;
      border: none;
      position: relative; }
      .item-container.offset-content .item > a figure, .item-container.offset-content .item .item-wrap figure {
        border: 1px #ddd solid;
        padding-bottom: 100%;
        position: static;
        width: 100%; }
      .item-container.offset-content .item > a .tag, .item-container.offset-content .item .item-wrap .tag {
        top: 0%;
        margin-top: 100%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
      .item-container.offset-content .item > a .event-container, .item-container.offset-content .item .item-wrap .event-container {
        display: none; }
      .item-container.offset-content .item > a .item-content, .item-container.offset-content .item .item-wrap .item-content {
        position: static;
        top: 66.666%;
        max-height: 33.333%;
        padding-top: 20px; }
        .item-container.offset-content .item > a .item-content .title, .item-container.offset-content .item .item-wrap .item-content .title {
          display: block;
          padding-top: 10px;
          font-weight: normal; }
        .item-container.offset-content .item > a .item-content .description, .item-container.offset-content .item .item-wrap .item-content .description {
          padding-top: 5px;
          display: block; }
          .item-container.offset-content .item > a .item-content .description p, .item-container.offset-content .item .item-wrap .item-content .description p {
            font-size: 14px;
            margin-top: 5px; }
            .item-container.offset-content .item > a .item-content .description p small, .item-container.offset-content .item .item-wrap .item-content .description p small {
              color: #A5A5A5; }
      .item-container.offset-content .item > a.with-photo, .item-container.offset-content .item .item-wrap.with-photo {
        color: #555; }
        .item-container.offset-content .item > a.with-photo .event-container, .item-container.offset-content .item .item-wrap.with-photo .event-container {
          color: #fff;
          text-shadow: 2px 2px 1px rgba(1, 1, 1, 0.4); }
        .item-container.offset-content .item > a.with-photo .item-content .title, .item-container.offset-content .item .item-wrap.with-photo .item-content .title {
          text-shadow: 0 0 0 transparent;
          padding: inherit;
          color: #555;
          padding: 0; }
        .item-container.offset-content .item > a.with-photo .item-content .description p, .item-container.offset-content .item .item-wrap.with-photo .item-content .description p {
          color: #555;
          text-shadow: 0 0 0 transparent; }
  .item-container .item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .item-container .item.no-data {
      background: #fbfbfb;
      outline: 1px solid #f19c3e;
      border: none; }
      .item-container .item.no-data .tag {
        display: none; }
      .item-container .item.no-data .text-container {
        display: none; }
      .item-container .item.no-data .date {
        display: none; }
      .item-container .item.no-data .descriptor {
        display: none; }
      .item-container .item.no-data .person-item-info-container {
        opacity: 0; }
    .item-container .item > a, .item-container .item a.item-wrap {
      cursor: pointer; }
    .item-container .item > .item-wrap {
      display: block;
      text-align: center;
      position: relative;
      background-size: cover;
      background-position: center center;
      background-color: white;
      height: 100%;
      width: 100%;
      background-color: #eee;
      border: 1px #ddd solid;
      color: #555; }
      .item-container .item > .item-wrap.no-data {
        background: #fbfbfb;
        outline: 1px solid #f19c3e;
        border: none; }
        .item-container .item > .item-wrap.no-data .tag {
          display: none; }
        .item-container .item > .item-wrap.no-data .text-container {
          display: none; }
        .item-container .item > .item-wrap.no-data .date {
          display: none; }
        .item-container .item > .item-wrap.no-data .descriptor {
          display: none; }
        .item-container .item > .item-wrap.no-data .person-item-info-container {
          opacity: 0; }
      .item-container .item > .item-wrap .tag {
        position: absolute;
        padding: 6px;
        left: 52px;
        color: white;
        left: -8px;
        top: 10px;
        font-weight: 300;
        font-size: 14px; }
        .item-container .item > .item-wrap .tag.blue-background {
          background: #77B3FF; }
        .item-container .item > .item-wrap .tag.red-background {
          background: #F65959; }
        .item-container .item > .item-wrap .tag.orange-background {
          background: #F19C3E; }
        .item-container .item > .item-wrap .tag.green-background {
          background: #9AD36A; }
      .item-container .item > .item-wrap figure {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        border: none;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      .item-container .item > .item-wrap .item-content {
        border: none;
        float: none;
        position: absolute;
        margin: 0;
        text-align: center;
        bottom: 0;
        width: 100%;
        padding: 0 20px 20px 20px; }
        .item-container .item > .item-wrap .item-content .title {
          color: #555;
          font-family: "Montserrat";
          margin: 0;
          word-break: break-word; }
        .item-container .item > .item-wrap .item-content .description p {
          margin-bottom: 0px; }
      .item-container .item > .item-wrap .event-container {
        float: right;
        position: relative;
        z-index: 1;
        padding: 20px 20px 0 0;
        left: auto;
        top: auto; }
      .item-container .item > .item-wrap.with-photo {
        color: #fff; }
        .item-container .item > .item-wrap.with-photo .event-container {
          text-shadow: 2px 2px 1px rgba(1, 1, 1, 0.4); }
        .item-container .item > .item-wrap.with-photo .item-content .title {
          color: white;
          text-shadow: 2px 2px 1px rgba(1, 1, 1, 0.4);
          padding: 10px;
          text-align: center; }
        .item-container .item > .item-wrap.with-photo .item-content .description p {
          color: white;
          text-shadow: 2px 1px 1px rgba(1, 1, 1, 0.4); }
      .item-container .item > .item-wrap dl {
        display: none; }
  .item-container:not(.offset-item) .item > a.with-photo, .item-container:not(.offset-item) .item .item-wrap.with-photo {
    background-color: #000; }
    .item-container:not(.offset-item) .item > a.with-photo figure, .item-container:not(.offset-item) .item .item-wrap.with-photo figure {
      opacity: .7; }

@media (min-width: 769px) {
  .xlist .item-container {
    width: 100%;
    position: relative;
    min-height: 277px; }
    .xlist .item-container .square-holder {
      width: 0;
      padding-bottom: 0; }
    .xlist .item-container .item > .item-wrap {
      padding-left: 308px;
      background-color: white;
      border: none; }
      .xlist .item-container .item > .item-wrap figure {
        width: 277px;
        height: 277px;
        border: 1px #ddd solid;
        margin-right: 20px;
        position: absolute;
        left: 0;
        top: 0;
        padding-bottom: 0; }
      .xlist .item-container .item > .item-wrap.with-photo {
        color: #555;
        background: none; }
        .xlist .item-container .item > .item-wrap.with-photo a figure {
          opacity: 1; }
        .xlist .item-container .item > .item-wrap.with-photo .event-container {
          color: #fff;
          text-shadow: 2px 2px 1px rgba(1, 1, 1, 0.4); }
        .xlist .item-container .item > .item-wrap.with-photo .item-content .title {
          text-shadow: 0 0 0 transparent;
          padding: inherit;
          text-align: left;
          color: #555;
          padding: 0; }
        .xlist .item-container .item > .item-wrap.with-photo .item-content .description p {
          color: #555;
          text-shadow: 0 0 0 transparent; }
      .xlist .item-container .item > .item-wrap .tag {
        position: absolute;
        padding: 6px;
        color: white;
        left: -8px;
        top: 10px;
        margin-top: 0;
        -ms-transform: none;
            transform: none;
        font-weight: 300;
        font-size: 14px; }
      .xlist .item-container .item > .item-wrap .event-container {
        left: 0;
        position: absolute;
        z-index: 1;
        width: 277px;
        display: block;
        padding-right: 0; }
        .xlist .item-container .item > .item-wrap .event-container .single-date, .xlist .item-container .item > .item-wrap .event-container .multi-date {
          padding-top: 45px; }
          .xlist .item-container .item > .item-wrap .event-container .single-date .date, .xlist .item-container .item > .item-wrap .event-container .multi-date .date {
            border: none;
            height: auto; }
            .xlist .item-container .item > .item-wrap .event-container .single-date .date .day, .xlist .item-container .item > .item-wrap .event-container .multi-date .date .day {
              font-size: 40px; }
            .xlist .item-container .item > .item-wrap .event-container .single-date .date .month, .xlist .item-container .item > .item-wrap .event-container .multi-date .date .month {
              font-size: 12px; }
        .xlist .item-container .item > .item-wrap .event-container .single-date .date {
          width: 100%; }
        .xlist .item-container .item > .item-wrap .event-container .multi-date {
          width: 100%; }
          .xlist .item-container .item > .item-wrap .event-container .multi-date .date {
            border-right: solid 1px #000; }
            .xlist .item-container .item > .item-wrap .event-container .multi-date .date:nth-child(even) {
              border-right: solid 0px #000; }
          .xlist .item-container .item > .item-wrap .event-container .multi-date.more {
            padding-top: 20px; }
          .xlist .item-container .item > .item-wrap .event-container .multi-date.duration .date {
            border: none; }
          .xlist .item-container .item > .item-wrap .event-container .multi-date.duration:after {
            top: 75px;
            background-color: #000;
            height: 5px;
            width: 13px; }
      .xlist .item-container .item > .item-wrap .item-content {
        border: 1px #ddd solid;
        padding: 20px;
        min-height: 277px;
        width: auto;
        position: static;
        text-align: left;
        color: #555; }
        .xlist .item-container .item > .item-wrap .item-content dl {
          display: block;
          zoom: 1;
          padding: 0px;
          margin: 0px;
          list-style: none;
          margin: .8em 0;
          font-size: 14px; }
          .xlist .item-container .item > .item-wrap .item-content dl::after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden;
            clear: both; }
          .xlist .item-container .item > .item-wrap .item-content dl dt {
            float: left;
            clear: left; }
          .xlist .item-container .item > .item-wrap .item-content dl dd {
            float: left;
            margin: 0; }
          .xlist .item-container .item > .item-wrap .item-content dl dt {
            color: #A5A5A5;
            float: none;
            display: inline-block;
            margin: 0;
            padding: 0; }
          .xlist .item-container .item > .item-wrap .item-content dl dd {
            float: none;
            display: inline-block;
            color: #555;
            margin: 0;
            padding: 0;
            margin-right: 20px; } }

aside {
  padding: 20px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  font-size: 14px;
  background-color: #fff; }
  aside p, aside a {
    font-size: 14px;
    line-height: 1.5em; }
  aside > *:first-child {
    margin-top: 0; }
  aside > *:last-child {
    margin-bottom: 0; }
  aside nav {
    clear: both;
    padding: 20px 0 0 0; }
    aside nav ul {
      zoom: 1;
      padding: 0px;
      margin: 0px;
      list-style: none; }
      aside nav ul::after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
        clear: both; }
      aside nav ul dt {
        float: left;
        clear: left; }
      aside nav ul dd {
        float: left;
        margin: 0; }
      aside nav ul li a {
        color: #000;
        font-size: 18px;
        display: block;
        padding: 10px 0px; }

.clear {
  clear: both; }

.user-item a, .user-item span, .user-item time {
  font-size: 14px;
  display: inline-block; }

.user-item time {
  margin-right: 20px; }

@media (max-width: 769px) {
  .user-item time {
    display: block;
    padding-bottom: 10px; }
  .user-item.comment-number {
    display: block;
    clear: both;
    margin-left: 0;
    width: 50px; }
  .user-item.download-number {
    float: left;
    display: block; } }

.user-item .role {
  display: inline-block;
  color: #888;
  padding: 4px 0; }

.user-item .circular-profile-image {
  width: 28px;
  height: 28px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  background-color: #eee;
  background-size: cover;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px; }

.user-item .name {
  color: #555;
  float: left;
  margin: 0;
  width: calc(100% - 40px) !important;
  position: relative;
  top: 4px;
  line-height: inherit; }
  .user-item .name a.username {
    display: block;
    text-decoration: none;
    color: #555; }
  .user-item .name a {
    text-decoration: none;
    color: #555; }

.xgrid.col-x3 .box-item .box-item-footer .user-item {
  float: none; }
  .xgrid.col-x3 .box-item .box-item-footer .user-item time {
    display: block; }

.comment-number {
  background-repeat: no-repeat;
  height: 15px;
  background-image: url("../assets/svg/bubble.a2098536f4e8.svg");
  background-size: 20px 15px;
  background-position: left center;
  padding-left: 22px;
  display: inline-block; }
  .comment-number span {
    display: none; }

.download-number {
  background-repeat: no-repeat;
  height: 15px;
  background-image: url("../assets/svg/download.96f85053e2e6.svg");
  background-size: 20px 15px;
  background-position: left center;
  padding-left: 22px;
  display: inline-block;
  margin-left: 22px; }
  .download-number span {
    display: none; }

.watch-number {
  background-repeat: no-repeat;
  height: 15px;
  background-image: url("../assets/svg/watch.b531e0644d10.svg");
  background-size: 20px 15px;
  background-position: left center;
  padding-left: 22px;
  display: inline-block;
  margin-left: 2px; }
  .watch-number span {
    display: none; }

.sidebar-widget {
  border: 1px #ddd solid;
  padding: 20px; }

.sceditor-container {
  clear: both;
  z-index: 1; }
  .sceditor-container iframe {
    width: 100%;
    margin: 0; }


.sceditor-header-option {
  display: block;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  color: #222; }

.sceditor-header-option:hover {
  background: #eee; }

.admin-edit-post {
  font-size: 14px;
  color: #A5A5A5; }
  .admin-edit-post:before {
    content: " ";
    width: 20px;
    border-top: 1px solid #eee;
    height: 1px;
    display: block; }
  .admin-edit-post a, .admin-edit-post p {
    font-size: 14px;
    line-height: .9em; }

@charset "UTF-8";
/* BEGIN MISC VARIABLES */
.comment-content blockquote {
  position: relative;
  background: none;
  margin: 10px 0 10px 40px;
  padding-left: 15px;
  background: none;
  border: none;
  border-left: 1px solid #eee; }
  .comment-content blockquote:before {
    content: '″';
    font-size: 70px;
    color: #aaa;
    margin-left: -60px;
    position: absolute;
    line-height: .8em;
    font-family: "Georgia"; }

.time-span-title {
  color: #A5A5A5;
  font-size: 18px;
  position: relative;
  margin: 20px 0px 20px 0;
  zoom: 1;
  clear: both; }
  .time-span-title::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .time-span-title span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    font-weight: 200; }
  .time-span-title:before {
    content: "";
    display: block;
    border-top: solid 1px #A5A5A5;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1; }

.time-span-title.one {
  margin-top: 0;
  text-align: center; }

.title-background {
  background-color: #f7f7f7; }

.post-title .supplementary .tags div {
  background-color: #f7f7f7; }

.clapout-list {
  background: #f7f7f7; }
  .clapout-list .button {
    background-color: #eaeaea; }

.scheme-red .show-category-list.button {
  background-color: #F65959;
  border-bottom: 2px solid #f32929; }
  .scheme-red .show-category-list.button:hover {
    background-color: #f54141; }

.scheme-red .time-span-title {
  color: #F65959; }
  .scheme-red .time-span-title:before {
    border-top-color: #F65959; }

.scheme-red .title-background {
  background-color: #feeeee; }

.scheme-red .post-title .supplementary .tags div {
  background-color: #F65959; }

.scheme-red .clapout-list {
  background: #F65959; }
  .scheme-red .clapout-list .button {
    background-color: #f54141; }

.scheme-red .category-list {
  border: none;
  color: white;
  background-color: #F65959; }
  .scheme-red .category-list > li.selected a {
    background-color: #f54141; }
  .scheme-red .category-list > li > a {
    border-top: 1px solid rgba(255, 255, 255, 0.4); }
  .scheme-red .category-list > li a {
    color: #fff; }
  .scheme-red .category-list > li.js-category-accordion-topic.active > a {
    background-image: url("../assets/svg/up-arrow-white.1903eeea11c0.svg"); }
  .scheme-red .category-list > li.js-category-accordion-topic > a {
    background-image: url("../assets/svg/down-arrow-white.609c7a240220.svg"); }

.scheme-red .mini-calendar .fc-header-toolbar {
  background: #F65959; }
  .scheme-red .mini-calendar .fc-header-toolbar h2 {
    color: white; }

.scheme-blue .show-category-list.button {
  background-color: #77B3FF;
  border-bottom: 2px solid #4497ff; }
  .scheme-blue .show-category-list.button:hover {
    background-color: #5ea5ff; }

.scheme-blue .time-span-title {
  color: #77B3FF; }
  .scheme-blue .time-span-title:before {
    border-top-color: #77B3FF; }

.scheme-blue .title-background {
  background-color: rgba(119, 179, 255, 0.1); }

.scheme-blue .post-title .supplementary .tags div {
  background-color: #77B3FF; }

.scheme-blue .clapout-list {
  background: #77B3FF; }
  .scheme-blue .clapout-list .button {
    background-color: #5ea5ff; }

.scheme-blue .category-list {
  border: none;
  color: white;
  background-color: #77B3FF; }
  .scheme-blue .category-list > li.selected a {
    background-color: #5ea5ff; }
  .scheme-blue .category-list > li > a {
    border-top: 1px solid rgba(255, 255, 255, 0.4); }
  .scheme-blue .category-list > li a {
    color: #fff; }
  .scheme-blue .category-list > li.js-category-accordion-topic.active > a {
    background-image: url("../assets/svg/up-arrow-white.1903eeea11c0.svg"); }
  .scheme-blue .category-list > li.js-category-accordion-topic > a {
    background-image: url("../assets/svg/down-arrow-white.609c7a240220.svg"); }

.scheme-blue .mini-calendar .fc-header-toolbar {
  background: #77B3FF; }
  .scheme-blue .mini-calendar .fc-header-toolbar h2 {
    color: white; }

.scheme-green .show-category-list.button {
  background-color: #9AD36A;
  border-bottom: 2px solid #7fc743; }
  .scheme-green .show-category-list.button:hover {
    background-color: #8dcd56; }

.scheme-green .time-span-title {
  color: #9AD36A; }
  .scheme-green .time-span-title:before {
    border-top-color: #9AD36A; }

.scheme-green .title-background {
  background-color: #f4faf0; }

.scheme-green .post-title .supplementary .tags div {
  background-color: #9AD36A; }

.scheme-green .clapout-list {
  background: #9AD36A; }
  .scheme-green .clapout-list .button {
    background-color: #8dcd56; }

.scheme-green .category-list {
  border: none;
  color: white;
  background-color: #9AD36A; }
  .scheme-green .category-list > li.selected a {
    background-color: #8dcd56; }
  .scheme-green .category-list > li > a {
    border-top: 1px solid rgba(255, 255, 255, 0.4); }
  .scheme-green .category-list > li a {
    color: #fff; }
  .scheme-green .category-list > li.js-category-accordion-topic.active > a {
    background-image: url("../assets/svg/up-arrow-white.1903eeea11c0.svg"); }
  .scheme-green .category-list > li.js-category-accordion-topic > a {
    background-image: url("../assets/svg/down-arrow-white.609c7a240220.svg"); }

.scheme-green .mini-calendar .fc-header-toolbar {
  background: #9AD36A; }
  .scheme-green .mini-calendar .fc-header-toolbar h2 {
    color: white; }

.scheme-orange .show-category-list.button {
  background-color: #F19C3E;
  border-bottom: 2px solid #eb8311; }
  .scheme-orange .show-category-list.button:hover {
    background-color: #ef9026; }

.scheme-orange .time-span-title {
  color: #F19C3E; }
  .scheme-orange .time-span-title:before {
    border-top-color: #F19C3E; }

.scheme-orange .title-background {
  background-color: #fff6eb; }

.scheme-orange .post-title .supplementary .tags div {
  background-color: #F19C3E; }

.scheme-orange .clapout-list {
  background: #F19C3E; }
  .scheme-orange .clapout-list .button {
    background-color: #ef9026; }

.scheme-orange .category-list {
  border: none;
  color: white;
  background-color: #F19C3E; }
  .scheme-orange .category-list > li.selected a {
    background-color: #ef9026; }
  .scheme-orange .category-list > li > a {
    border-top: 1px solid rgba(255, 255, 255, 0.4); }
  .scheme-orange .category-list > li a {
    color: #fff; }
  .scheme-orange .category-list > li.js-category-accordion-topic.active > a {
    background-image: url("../assets/svg/up-arrow-white.1903eeea11c0.svg"); }
  .scheme-orange .category-list > li.js-category-accordion-topic > a {
    background-image: url("../assets/svg/down-arrow-white.609c7a240220.svg"); }

.scheme-orange .mini-calendar .fc-header-toolbar {
  background: #F19C3E; }
  .scheme-orange .mini-calendar .fc-header-toolbar h2 {
    color: white; }

input, textarea, button, select {
  font-family: "Rubik", sans-serif; }

input, select, textarea {
  border: 1px #ddd solid; }

#toast {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  padding: 20px;
  text-align: center;
  transition: all .3s ease-in-out;
  top: -100px;
  background-color: white; }
  #toast.error {
    color: #F65959;
    background-color: #feeeee; }
  #toast.success {
    color: #9AD36A;
    background-color: #f4faf0; }
  #toast * {
    margin: 0px; }
  #toast.show {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    top: 0; }

.button, button, input[type="button"] {
  display: block;
  color: white;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  text-align: center;
  text-decoration: none;
  padding: 20px; }
  .button *, button *, input[type="button"] * {
    text-decoration: none; }
  .button.right, button.right, input[type="button"].right {
    float: right;
    margin-left: 20px; }
  .button.left, button.left, input[type="button"].left {
    max-width: 300px;
    float: left; }
  .button.inline, button.inline, input[type="button"].inline {
    display: inline-block; }
  .button p, button p, input[type="button"] p {
    margin: 0; }
  .button.download, button.download, input[type="button"].download {
    position: relative;
    text-align: left;
    background-image: url("../assets/svg/download.96f85053e2e6.svg");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    padding-right: 40px; }
  .button.arrow, button.arrow, input[type="button"].arrow {
    position: relative;
    text-align: left;
    background-image: url("../assets/svg/long-arrow-right.d90d031b017a.svg");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding-right: 50px;
    display: inline-block;
    margin: 0;
    color: black;
    transition: background-position .2s ease-in-out; }
    .button.arrow:hover, button.arrow:hover, input[type="button"].arrow:hover {
      background-position: right 5px center; }
  .button.blue, button.blue, input[type="button"].blue {
    background-color: #77B3FF;
    color: white; }
    .button.blue:hover, button.blue:hover, input[type="button"].blue:hover {
      background-color: #5ea5ff; }
    .button.blue.arrow, button.blue.arrow, input[type="button"].blue.arrow {
      background-image: url("../assets/svg/long-arrow-right-white.81d10d972e89.svg"); }
  .button.red, button.red, input[type="button"].red {
    background-color: #F65959;
    color: white; }
    .button.red:hover, button.red:hover, input[type="button"].red:hover {
      background-color: #f54141; }
    .button.red.arrow, button.red.arrow, input[type="button"].red.arrow {
      background-image: url("../assets/svg/long-arrow-right-white.81d10d972e89.svg"); }
  .button.green, button.green, input[type="button"].green {
    background-color: #9AD36A;
    color: white; }
    .button.green:hover, button.green:hover, input[type="button"].green:hover {
      background-color: #8dcd56; }
    .button.green.arrow, button.green.arrow, input[type="button"].green.arrow {
      background-image: url("../assets/svg/long-arrow-right-white.81d10d972e89.svg"); }
  .button.orange, button.orange, input[type="button"].orange {
    background-color: #F19C3E;
    color: white; }
    .button.orange:hover, button.orange:hover, input[type="button"].orange:hover {
      background-color: #ef9026; }
    .button.orange.arrow, button.orange.arrow, input[type="button"].orange.arrow {
      background-image: url("../assets/svg/long-arrow-right-white.81d10d972e89.svg"); }
  .button.yellow, button.yellow, input[type="button"].yellow {
    background-color: #f8e71d;
    color: #555;
    border: 1px #dcddde solid; }
    .button.yellow:hover, button.yellow:hover, input[type="button"].yellow:hover {
      background-color: #f4e208; }
  .button.grey, .button.download, button.download, input[type="button"].download, .link.download, button.grey, input[type="button"].grey {
    background-color: #f9fafb;
    color: #555;
    border: 1px #dcddde solid; }
    .button.grey:hover, .button.download:hover, button.download:hover, input[type="button"].download:hover, .link.download:hover, button.grey:hover, input[type="button"].grey:hover {
      background-color: #dcddde; }
  .button.photo-button, button.photo-button, input[type="button"].photo-button {
    display: inline-block; }

.link {
  display: block;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  padding: 0 20px; }
  .link * {
    text-decoration: none; }
  .link.right {
    float: right;
    margin-left: 20px; }
  .link.left {
    max-width: 300px;
    float: left; }
  .link.inline {
    display: inline-block; }
  .link p {
    margin: 0; }
  .link.download {
    position: relative;
    text-align: left;
    background-image: url("../assets/svg/download.96f85053e2e6.svg");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding-right: 40px; }
  .link.arrow {
    position: relative;
    text-align: left;
    background-image: url("../assets/svg/long-arrow-right.d90d031b017a.svg");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding-right: 50px;
    display: inline-block;
    margin: 0;
    color: black;
    transition: background-position .2s ease-in-out; }
    .link.arrow:hover {
      background-position: right 5px center; }
  .link.blue {
    color: #77B3FF; }
  .link.red {
    color: #F65959; }
  .link.green {
    color: #9AD36A; }
  .link.orange {
    color: #F19C3E; }
  .link.yellow {
    background-color: #f8e71d;
    color: #555;
    border: 1px #dcddde solid; }
  .link.grey {
    background-color: #f9fafb;
    color: #555;
    border: 1px #dcddde solid; }
    .link.grey:hover {
      background-color: #dcddde; }
  .link.right {
    float: right; }

.button-container {
  clear: both; }
  .button-container .button {
    float: left;
    margin-right: 20px; }

@media (min-width: 1241px) {
  .full-form .input-container {
    width: 100%; } }

.full-form .sceditor-container {
  width: 100% !important; }

.input-container {
  margin: 0 0 20px 0;
  width: 100%; }
  @media (min-width: 1241px) {
    .input-container {
      width: 480px; }
      .input-container.full {
        width: 100%; } }
  .input-container .existing-images .existing-image {
    zoom: 1;
    width: 100%;
    padding: 10px 0px 0 10px;
    margin-top: 20px;
    border: 1px solid #eee;
    border-bottom: none; }
    .input-container .existing-images .existing-image::after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
      clear: both; }
    .input-container .existing-images .existing-image:nth-child(n+2) {
      margin-top: 0px; }
    .input-container .existing-images .existing-image:last-child {
      border-bottom: 1px solid #eee; }
    .input-container .existing-images .existing-image img {
      height: 62px;
      width: auto;
      float: left;
      margin-right: 10px;
      margin-bottom: 10px; }
    .input-container .existing-images .existing-image .button, .input-container .existing-images .existing-image button {
      float: right;
      margin-right: 10px;
      margin-bottom: 10px;
      padding: 20px 10px; }
  .input-container .inline-button {
    position: relative;
    padding-right: 100px; }
    .input-container .inline-button input {
      width: 100%; }
    .input-container .inline-button .button {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 101px;
      margin: 0; }
  .input-container label {
    width: 100%;
    position: relative; }
    .input-container label.check-label input[type="checkbox"] {
      position: absolute;
      left: 0;
      top: 0px; }
    .input-container label.check-label p, .input-container label.check-label p.label-text, .input-container label.check-label p.check-box {
      width: 100%;
      float: none;
      padding-left: 20px; }
    .input-container label p {
      float: left;
      width: 100%;
      max-width: 450px; }
      .input-container label p.label-text {
        margin: 0 0 5px 0;
        font-weight: 600; }
        .input-container label p.label-text.check-box {
          width: initial;
          margin-left: 6px;
          color: #A5A5A5;
          font-weight: initial; }
  .input-container .error-text {
    margin: 0;
    color: #F65959;
    display: none;
    font-size: 14px;
    position: relative; }
  .input-container select {
    height: 60px;
    font-size: 18px;
    width: 100%; }
    .input-container select.multiselect {
      height: 200px; }
      .input-container select.multiselect.autoheight {
        height: auto; }
  .input-container input {
    border: 1px #dcddde solid;
    height: 40px;
    padding: 0 10px;
    width: 100%;
    font-family: "Rubik", sans-serif;
    color: #555;
    font-size: 18px; }
    .input-container input:focus {
      -moz-outline-width: 0;
      outline-width: 0; }
    .input-container input[type="checkbox"] {
      height: 20px;
      width: 20px;
      padding: 0px;
      margin: 0px;
      float: left;
      position: relative;
      top: 3px; }
    .input-container input[type="time"] {
      width: 230px;
      float: left; }
      .input-container input[type="time"]:nth-child(2) {
        margin-right: 20px; }
    .input-container input[type="date"] {
      width: 230px;
      float: left; }
    @media (min-width: 769px) {
      .input-container input {
        height: 60px;
        padding: 0 20px;
        width: 438px; } }
    @media (min-width: 769px) {
      .input-container input {
        height: 60px;
        padding: 0 20px;
        width: 100%; } }
    .input-container input.error {
      border: 1px #F65959 solid;
      color: #F65959; }
  .input-container textarea {
    padding: 20px;
    width: 100%;
    margin: 0px;
    font-size: 16px;
    outline: none;
    border: 1px #cccccc solid;
    box-shadow: none;
    resize: none;
    font-family: "Rubik", sans-serif, sans-serif; }
    .input-container textarea.error {
      border: 1px #F65959 solid;
      color: #F65959; }
  .input-container .helper-text {
    color: #A5A5A5;
    margin: 0;
    font-size: 14px;
    position: relative;
    top: 2px; }
    .input-container .helper-text.from {
      top: 100px; }
    .input-container .helper-text.until {
      top: 100px;
      left: 250px; }

.select-container {
  width: 100%;
  margin-right: 0; }
  .select-container select {
    width: 100%;
    height: 60px; }

.safety-code {
  float: left;
  clear: both;
  margin-bottom: 20px; }

.full-width .input-container {
  width: 100%; }
  .full-width .input-container textarea {
    width: 100%; }

.edit-list {
  width: 100%;
  margin: 20px 0; }
  .edit-list h2 {
    margin: 0 0 10px 0; }
  .edit-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .edit-list ul li {
      margin-bottom: 10px;
      float: left;
      width: 100%; }
      .edit-list ul li p {
        margin: 0; }
      .edit-list ul li .label {
        width: 280px;
        float: left; }
        .edit-list ul li .label a {
          cursor: pointer;
          color: #A5A5A5; }
      .edit-list ul li .list-item {
        float: left;
        font-family: "Montserrat";
        font-weight: 600; }
      .edit-list ul li .remove-role {
        text-decoration: underline;
        cursor: pointer;
        color: #A5A5A5;
        font-size: 14px; }

.usergroup-container {
  width: 100%;
  margin-top: 20px; }
  .usergroup-container .input-container {
    margin-bottom: 10px; }

/* FILE UPLOAD OVERWRITE STYLING */
.jFiler-items-default .jFiler-item {
  margin-bottom: 0 !important;
  background: white !important;
  color: #A5A5A5 !important;
  border: 1px solid #eee !important;
  border-bottom: 0  !important; }
  .jFiler-items-default .jFiler-item:last-child {
    border-bottom: 1px solid #eee !important; }
  .jFiler-items-default .jFiler-item .button {
    float: left;
    margin: 0 0 0 20px; }

.cropper-container {
  margin-bottom: 20px;
  clear: both;
  max-width: 480px; }
  .cropper-container img {
    width: 100%; }

.jFiler {
  font-family: "Rubik", sans-serif !important;
  margin-bottom: 20px !important; }

.jFiler-input {
  border-radius: 0 !important;
  font-family: "Rubik", sans-serif !important;
  width: 100% !important; }

.jFiler-item-title {
  color: #555; }

.icon-jfi-trash {
  border: none !important;
  background: none !important; }

.jFiler-item-icon.pull-left {
  display: none; }

.jFiler-input-button {
  background-image: none !important;
  font-family: "Rubik" !important;
  border-radius: initial !important;
  color: #555 !important;
  background-color: #f7f7f7 !important; }
  .jFiler-input-button:hover {
    box-shadow: none !important; }

/* BEGIN MISC VARIABLES */


/* BEGIN MISC VARIABLES */
.intro-text {
  font-size: 24px;
  color: #555;
  max-width: 900px;
  margin: 0 0 40px 0; }

.contact-details {
  margin-bottom: 80px !important; }
  @media (min-width: 1241px) {
    .contact-details {
      height: 184px; } }
  .contact-details .title {
    font-weight: bold;
    color: black; }
  .contact-details p {
    margin: 0;
    line-height: 24px;
    color: #555; }
    .contact-details p:nth-child(4) {
      margin-bottom: 20px; }
    .contact-details p a {
      text-decoration: none;
      color: #77B3FF; }

.send-message {
  float: right;
  position: relative; }

.contact-time {
  margin-bottom: 80px !important; }
  @media (min-width: 1241px) {
    .contact-time {
      width: 480px;
      height: 184px;
      float: right; } }
  .contact-time .title {
    font-weight: bold;
    color: black; }
  .contact-time p {
    margin: 0;
    line-height: 24px;
    color: #555; }

.xgrid .box-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .xgrid .box-item h3 {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .xgrid .box-item time {
    margin-right: 0; }

/* BEGIN MISC VARIABLES */
.input-container textarea {
  width: 100% !important; }

.section-heading {
  margin-top: 2em;
  width: 100%; }

.left-half > *:nth-child(1), .right-half > *:nth-child(1) {
  margin-top: 0em; }

.left-half .button, .right-half .button {
  clear: both; }

.profile-edit-image {
  height: 280px;
  width: 280px;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
  background-color: #eee; }

/* BEGIN MISC VARIABLES */
.layout-toggle-container {
  float: right;
  cursor: pointer;
  position: relative;
  top: -80px; }
  .layout-toggle-container .button-state-a {
    display: none; }

.calendar-layout {
  float: left;
  width: 880px;
  max-width: 100%;
  visibility: hidden;
  height: 0px;
  max-height: 0;
  overflow: hidden; }
  .calendar-layout.active {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out; }
    @media (min-width: 1241px) {
      .calendar-layout.active {
        visibility: visible;
        height: auto;
        max-height: 2000px;
        overflow: visible; } }

.list-layout {
  display: block; }
  @media (min-width: 1241px) {
    .list-layout {
      display: none; } }
  .list-layout.active {
    display: block; }

.todays-events-container {
  width: 100%;
  float: left; }

.hover-hit-area {
  display: none;
  width: 500px;
  height: 500px;
  position: absolute;
  background-color: red;
  opacity: 0.3;
  z-index: 2; }

.calendar-hover {
  display: none;
  position: absolute;
  z-index: 3; }
  .calendar-hover .visible-content {
    width: 250px;
    position: relative;
    float: left;
    background: white;
    border: 1px #ddd solid;
    padding: 0 10px 10px 10px; }
    .calendar-hover .visible-content a {
      font-size: 14px; }
    .calendar-hover .visible-content p {
      margin: 0 0 10px 0;
      width: 100%;
      font-size: 14px; }
      .calendar-hover .visible-content p a {
        text-decoration: none;
        z-index: 4; }
      .calendar-hover .visible-content p:last-child {
        margin: 0; }
  .calendar-hover .hidden-hit-area {
    width: 280px;
    float: left;
    min-height: 100px;
    opacity: 0; }

.fc-row.fc-widget-content {
  height: 123px !important; }

/* BEGIN MISC VARIABLES */
.sidebar-widget ul {
  zoom: 1;
  padding: 0px;
  margin: 0px;
  list-style: none; }
  .sidebar-widget ul li {
    display: block;
    zoom: 1;
    padding-bottom: 30px; }
    .sidebar-widget ul li a {
      color: #000;
      font-size: 18px; }

/* BEGIN MISC VARIABLES */
.box-item:not(:last-child) {
  margin-bottom: 20px; }

/* BEGIN MISC VARIABLES */
/*
	OVERWRITES FOR NEW ELEMENT
*/
.club .post-element .tag {
  background-color: #77B3FF !important; }

.moinmoi .post-element .tag {
  background-color: #9AD36A !important; }

.fk .post-element .tag {
  background-color: #F65959 !important; }

.portal .post-element .tag {
  background-color: #F19C3E !important; }

.welcome-header-image {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  float: left;
  position: relative; }
  @media (max-width: 600px) {
    .welcome-header-image {
      height: 280px; } }
  .welcome-header-image .title-container {
    width: 90%;
    top: 200px;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 1241px) {
      .welcome-header-image .title-container {
        top: 160px;
        width: 1000px; } }
    .welcome-header-image .title-container h1 {
      color: white;
      font-family: "Montserrat";
      font-size: 36px;
      text-shadow: 3px 4px 2px rgba(1, 1, 1, 0.4); }
      @media (min-width: 1241px) {
        .welcome-header-image .title-container h1 {
          font-size: 64px;
          top: 160px;
          width: 1000px; } }
      .welcome-header-image .title-container h1 span {
        margin: 0.2em 0; }
        .welcome-header-image .title-container h1 span:nth-child(3) {
          margin-left: 30px; }
        .welcome-header-image .title-container h1 span:nth-child(5) {
          margin-left: 60px; }
  .welcome-header-image nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden; }
    .welcome-header-image nav ul {
      zoom: 1;
      padding: 0px;
      margin: 0px;
      list-style: none; }
      .welcome-header-image nav ul::after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
        clear: both; }
      .welcome-header-image nav ul dt {
        float: left;
        clear: left; }
      .welcome-header-image nav ul dd {
        float: left;
        margin: 0; }
      .welcome-header-image nav ul li {
        position: absolute;
        display: block;
        left: 50%;
        top: 0;
        transition: all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28); }
        .welcome-header-image nav ul li.drophold {
          -ms-transform: scale(0);
              transform: scale(0); }
        .welcome-header-image nav ul li a {
          display: table-cell;
          border-radius: 100%;
          color: white;
          width: 120px;
          height: 120px;
          text-align: center;
          vertical-align: middle;
          font-weight: bold;
          font-size: 16px;
          box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
          border: 10px solid transparent;
          transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28); }
          .welcome-header-image nav ul li a:hover {
            border: 10px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 100px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 0, 0, 0.4); }
        .welcome-header-image nav ul li.verein {
          margin: 200px 0px 0px 50px; }
          .welcome-header-image nav ul li.verein a {
            background-color: #77B3FF;
            width: 200px;
            height: 200px;
            font-size: 36px; }
        .welcome-header-image nav ul li.moinmoi {
          margin: 340px 0px 0px -150px; }
          .welcome-header-image nav ul li.moinmoi a {
            background-color: #9AD36A;
            width: 150px;
            height: 150px;
            font-size: 24px; }
        .welcome-header-image nav ul li.kultur {
          margin: 100px 0px 0px 280px; }
          .welcome-header-image nav ul li.kultur a {
            background-color: #F65959; }
        .welcome-header-image nav ul li.portal {
          margin: 360px 0px 0px 260px; }
          .welcome-header-image nav ul li.portal a {
            background-color: #F19C3E; }
    @media (max-width: 1241px) {
      .welcome-header-image nav ul li {
        left: 45%; } }
    @media (max-width: 769px) {
      .welcome-header-image nav ul li {
        left: 40%; } }
    @media (max-width: 740px) {
      .welcome-header-image nav {
        display: none; } }

.homepage-container-padding {
  width: 100%;
  float: left; }
  @media (min-width: 1241px) {
    .homepage-container-padding {
      width: 1200px;
      margin: 0 auto;
      float: none; } }
  .homepage-container-padding .homepage-container {
    margin: 0 auto;
    width: 90%;
    /*box-shadow: 0 9px 0px 0px white, 0px 20px 0px 0px white, 12px 0 15px -4px rgba(0, 0, 0, 0.4), -12px 0 15px -4px rgba(0, 0, 0, 0.4);*/ }
    @media (min-width: 769px) {
      .homepage-container-padding .homepage-container {
        width: 300px; } }
    @media (min-width: 769px) {
      .homepage-container-padding .homepage-container {
        width: 700px; } }
    @media (min-width: 1241px) {
      .homepage-container-padding .homepage-container {
        top: -80px;
        float: left;
        background-color: white;
        position: relative;
        width: 1200px; } }

.homepage-leading-text {
  margin: 80px auto 0 auto;
  text-align: center; }
  @media (max-width: 600px) {
    .homepage-leading-text {
      margin: 40px auto 20px auto; } }
  @media (min-width: 1241px) {
    .homepage-leading-text {
      width: 900px; }
      .homepage-leading-text p {
        font-size: 24px; }
        .homepage-leading-text p a {
          font-size: 24px; } }
  .homepage-leading-text p {
    margin: 0; }
  .homepage-leading-text a {
    text-decoration: none; }
    .homepage-leading-text a.verein-link {
      color: #77B3FF; }
    .homepage-leading-text a.moinmoi-link {
      color: #9AD36A; }
    .homepage-leading-text a.kultur-link {
      color: #F65959; }
    .homepage-leading-text a.portal-link {
      color: #F19C3E; }

.news-title-container {
  width: 100%;
  zoom: 1;
  padding-bottom: 20px; }
  .news-title-container::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .news-title-container h2 {
    float: left;
    font-family: "Montserrat";
    font-size: 36px;
    min-width: 200px;
    margin: 0; }
    .news-title-container h2 a {
      font-size: inherit;
      text-decoration: none; }
    @media (max-width: 769px) {
      .news-title-container h2 {
        font-size: 30px; } }
  .news-title-container p {
    float: none;
    clear: both;
    margin-bottom: 0px;
    bottom: 20px;
    position: relative; }
    @media (min-width: 1241px) {
      .news-title-container p {
        float: right;
        clear: none; } }
    .news-title-container p a {
      text-decoration: none;
      color: #555;
      cursor: pointer;
      display: block;
      padding-left: 0; }
      .news-title-container p a:hover.blue {
        color: #77B3FF; }
      .news-title-container p a:hover.green {
        color: #9AD36A; }
      .news-title-container p a:hover.red {
        color: #F65959; }
      .news-title-container p a:hover.orange {
        color: #F19C3E; }

.blue {
  color: #77B3FF; }

.green {
  color: #9AD36A; }

.red {
  color: #F65959; }

.orange {
  color: #F19C3E; }

.news-item-container {
  width: 100%;
  float: left; }
  .news-item-container a {
    text-decoration: none;
    color: black; }
  .news-item-container .post-element {
    margin-bottom: 20px;
    margin-right: 20px; }

.aw-container {
  padding-bottom: 100%;
  width: 100%;
  margin: 0 0px 0px 0;
  position: relative;
  font-family: "Montserrat";
  border: 1px #ddd solid; }
  .aw-container a {
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%; }
  .aw-container.with-background-photo {
    background-size: cover;
    background-position: center; }
    .aw-container.with-background-photo .ad-title h2 {
      color: white;
      text-shadow: 2px 2px 1px rgba(1, 1, 1, 0.4); }
  .aw-container .aw-image {
    width: 40%;
    margin: 20px auto 0 auto; }
    .aw-container .aw-image img {
      width: 100%; }
  .aw-container .aw-title {
    margin: auto;
    position: absolute;
    bottom: 75px;
    width: 100%;
    text-align: center;
    padding: 10px; }
    .aw-container .aw-title h2 {
      height: 40px;
      color: #555;
      padding: 10px;
      top: 20px;
      font-size: 18px; }
      @media (min-width: 769px) {
        .aw-container .aw-title h2 {
          top: 40px; } }
      @media (min-width: 1241px) {
        .aw-container .aw-title h2 {
          font-size: 18px; } }
  .aw-container .aw-subtitle {
    background-color: #77B3FF;
    color: white;
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    bottom: 0; }
    .aw-container .aw-subtitle h2 {
      font-size: 18px;
      padding: 15px 0; }
      .aw-container .aw-subtitle h2.absolute-center {
        position: static; }
      @media (min-width: 769px) {
        .aw-container .aw-subtitle h2 {
          font-size: 14px; } }
      @media (min-width: 1241px) {
        .aw-container .aw-subtitle h2 {
          font-size: 18px; } }

.cta-background {
  margin-top: 40px;
  width: 100%;
  float: left;
  height: 470px;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media (min-width: 769px) {
    .cta-background {
      width: 380px; } }
  @media (min-width: 1241px) {
    .cta-background {
      margin-top: 80px; } }
  .cta-background .cta-membership {
    margin: 20px;
    color: white;
    font-family: "Montserrat";
    position: absolute;
    bottom: 0px; }
    @media (min-width: 1241px) {
      .cta-background .cta-membership {
        width: 340px; } }
    .cta-background .cta-membership h2 {
      font-size: 36px;
      text-shadow: 3px 4px 2px rgba(1, 1, 1, 0.4); }
    .cta-background .cta-membership a {
      text-decoration: none;
      color: white; }
    .cta-background .cta-membership .cta-button {
      text-align: center;
      background-color: #F19C3E;
      padding: 20px; }

/* BEGIN MISC VARIABLES */
.jobs-container .job {
  width: 100%;
  zoom: 1; }
  .jobs-container .job::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .jobs-container .job .event-info-container {
    padding: 20px;
    margin-left: 0px;
    width: 100%;
    height: auto;
    zoom: 1; }
    .jobs-container .job .event-info-container::after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
      clear: both; }
    .jobs-container .job .event-info-container .header {
      color: #555; }
    .jobs-container .job .event-info-container.with-photo img {
      height: initial;
      width: 200px;
      float: left;
      display: block;
      margin: 0 20px 20px 0; }
    .jobs-container .job .event-info-container p {
      margin: 0; }
      @media (min-width: 1241px) {
        .jobs-container .job .event-info-container p {
          padding-left: 40px; } }

.right-column .card {
  margin-bottom: 20px; }

/* BEGIN MISC VARIABLES */
address {
  padding-bottom: 20px; }

.contact-info .contact-link {
  color: #555;
  text-decoration: none; }

.contact-info p {
  color: #555; }

.cm_textblock .button {
  float: left; }
  .cm_textblock .button img {
    padding-left: 40px; }

.membership-table {
  margin-top: 40px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  .membership-table td {
    border-top: 1px solid #eee; }
    .membership-table td:first-child {
      font-weight: bold;
      color: black; }
      .membership-table td:first-child .little-text {
        font-weight: initial; }
    .membership-table td:last-child {
      color: #555; }

/* BEGIN MISC VARIABLES */
.messages table {
  width: 100%;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-top: -20px; }
  .messages table th {
    background: #fff;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding: 10px 20px; }
    .messages table th.input {
      width: 50px; }
    .messages table th.sender {
      width: 200px; }
    .messages table th.send-date {
      width: 120px; }

.actions {
  zoom: 1;
  vertical-align: top;
  padding: 20px 0; }
  .actions::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .actions select.select-action {
    height: 40px;
    margin: 0 20px 20px 0;
    border-color: #ddd;
    display: block;
    float: left; }
  .actions button {
    float: right; }
  .actions a.button {
    display: block;
    clear: none;
    float: left; }

a.button.new-message, button.new-message {
  padding: 0px 20px;
  height: 40px;
  line-height: 40px; }

a.button.delete-message, button.delete-message {
  padding: 0px 20px;
  height: 40px;
  line-height: 40px; }

/* BEGIN MISC VARIABLES */
.online-indicator {
  background-color: #f9fafb;
  border: 1px #dcddde solid;
  padding: 20px;
  margin-bottom: 20px; }
  .online-indicator p {
    line-height: initial;
    margin: 0px;
    color: #555; }
  .online-indicator a {
    color: #77B3FF;
    display: block; }

.login-container {
  zoom: 1;
  background-color: #f9fafb;
  border: 1px #dcddde solid;
  margin-bottom: 20px; }
  .login-container::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .login-container .forgotten-password {
    float: left; }
  .login-container a {
    text-decoration: underline; }
  .login-container .input-container {
    margin: 0; }

.iframe {
  width: 100%;
  height: 400px;
  float: left; }
  .iframe.twitter {
    background-color: #00aced; }
  .iframe.facebook {
    background-color: #3B5998; }

.news-title-container {
  zoom: 1;
  width: 100%;
  margin-bottom: 0;
  margin-top: 40px;
  padding-bottom: 20px;
  clear: both; }
  .news-title-container::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .news-title-container h2 {
    float: left;
    font-family: "Montserrat";
    font-size: 36px;
    min-width: 200px;
    margin: 0; }
    .news-title-container h2 a {
      font-size: inherit;
      text-decoration: none;
      color: black; }
      .news-title-container h2 a img {
        position: relative;
        top: 4px; }
    @media (max-width: 769px) {
      .news-title-container h2 {
        font-size: 30px; } }
  .news-title-container p {
    float: left;
    margin-bottom: 0px;
    position: relative;
    top: -1px; }
    @media (min-width: 1241px) {
      .news-title-container p {
        float: right; } }
    .news-title-container p a {
      text-decoration: none;
      color: #555;
      cursor: pointer; }
      .news-title-container p a img {
        position: relative;
        top: 4px; }

/* BEGIN MISC VARIABLES */
/*
#square1, #square3, #square6, #square7 {
	margin-right: 20px;
	float: left;
}
*/
.admin-edit-popup {
  width: 100%;
  height: 50%;
  background-color: #fbfbfb;
  position: fixed;
  bottom: -50%;
  z-index: 1000;
  transition: bottom 0.25s ease-in-out;
  -webkit-transition: bottom 0.25s ease-in-out;
  -moz-transition: bottom 0.25s ease-in-out;
  -o-transition: bottom 0.25s ease-in-out; }
  .admin-edit-popup.open {
    transition: bottom 0.25s ease-in-out;
    -webkit-transition: bottom 0.25s ease-in-out;
    -moz-transition: bottom 0.25s ease-in-out;
    -o-transition: bottom 0.25s ease-in-out;
    bottom: 0; }
  .admin-edit-popup .broad-container {
    position: relative; }
  .admin-edit-popup .down-arrow {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer; }
  .admin-edit-popup .label-text {
    margin: 20px 0;
    font-family: "Montserrat";
    font-weight: 600; }
  .admin-edit-popup select {
    font-size: 18px; }
  .admin-edit-popup .js-secondary-options {
    display: none; }

/*.slim-container {
	&.overview {
		width: 300px;
		@media (min-width: $breakpoint-mid) {
			width: 900px;
		}
		@media (min-width: $breakpoint-max) {
			width: 900px;
		}
		margin: 0px;
		.slider-widget-container {
			max-width: 880px;
		}
	}
}*/
.overview .xgrid-layout {
  zoom: 1;
  clear: both; }
  .overview .xgrid-layout::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  @media (min-width: 769px) and (max-width: 1241px) {
    .overview .xgrid-layout .xgrid-layout-left .x-item {
      width: 50%; }
    .overview .xgrid-layout .xgrid-layout-left:nth-child(2) {
      padding-right: 10px;
      float: left;
      width: 50%; }
      .overview .xgrid-layout .xgrid-layout-left:nth-child(2) .x-item {
        width: 100%; }
    .overview .xgrid-layout .xgrid-layout-right {
      width: 50%;
      float: right;
      padding-left: 10px; }
    .overview .xgrid-layout .xgrid-layout-fillright {
      width: 50%;
      float: left;
      padding-right: 10px; } }
  @media (min-width: 1241px) {
    .overview .xgrid-layout .xgrid-layout-left {
      width: 34.1%;
      float: left;
      padding-right: 20px; }
    .overview .xgrid-layout .xgrid-layout-right {
      width: 31.8%;
      float: right; } }

@media (min-width: 769px) and (max-width: 1241px) {
  .overview .xgrid.col-x3 .x-item.double-width {
    width: 100%; }
    .overview .xgrid.col-x3 .x-item.double-width .item-container .square-holder {
      padding-bottom: calc( 50% - 10px); } }

@media (min-width: 1241px) {
  .overview .xgrid.col-x3 .x-item.double-width {
    width: 66.666%; }
    .overview .xgrid.col-x3 .x-item.double-width .item-container .square-holder {
      padding-bottom: calc( 50% - 10px); } }

.clapout-list {
  background: #77B3FF;
  color: white;
  margin-bottom: 20px; }
  .clapout-list .event-list-container {
    width: 100%;
    padding: 20px 20px; }
    .clapout-list .event-list-container .title {
      font-size: 18px;
      width: 100%;
      font-family: "Montserrat";
      margin: 0 0 40px 0; }
      @media (min-width: 1241px) {
        .clapout-list .event-list-container .title {
          font-size: 24px; } }
    .clapout-list .event-list-container .event-list {
      clear: both;
      width: calc(100% + 40px);
      list-style: none;
      padding: 0;
      margin: 0  -20px; }
      .clapout-list .event-list-container .event-list li {
        width: 100%;
        display: block;
        margin: 0;
        zoom: 1;
        /*.date {
 					
				    
					border: 2px white solid;
					float: left;
					padding: 10px;
					text-transform: uppercase;
					
					margin-bottom: 0;
					width: 60px;
					height: 60px;
					
					margin-right: 20px; 
					text-align: center;
					p {
						margin: 0;
						text-align: center;
						font-size: $regular-font-size;
					}

					.day {
			    		font-size: 24px;
			    		position: relative;
			    		
			    	}

			    	.month {
			    		font-size: 10px;
					    position: relative;
					    
					    text-transform: uppercase;
			    	}
				}*/ }
        .clapout-list .event-list-container .event-list li::after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden;
          clear: both; }
        .clapout-list .event-list-container .event-list li:last-child {
          margin-bottom: 0; }
        .clapout-list .event-list-container .event-list li > a {
          zoom: 1;
          display: block;
          padding: 10px 20px;
          color: white; }
          .clapout-list .event-list-container .event-list li > a::after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden;
            clear: both; }
          .clapout-list .event-list-container .event-list li > a:hover {
            background-color: rgba(255, 255, 255, 0.2); }
        .clapout-list .event-list-container .event-list li .date {
          float: left;
          margin-right: 20px; }
        .clapout-list .event-list-container .event-list li .event-text {
          margin: 0;
          width: 150px;
          float: left; }
          @media (min-width: 769px) {
            .clapout-list .event-list-container .event-list li .event-text {
              width: 100px; } }
          @media (min-width: 1241px) {
            .clapout-list .event-list-container .event-list li .event-text {
              width: 150px; } }
          .clapout-list .event-list-container .event-list li .event-text a {
            color: white;
            text-decoration: none;
            font-size: 14px; }
  .clapout-list .button {
    background: #6da5eb;
    width: 100%;
    min-width: 0;
    margin-bottom: 0px !important;
    padding: 20px 20px;
    cursor: pointer; }
    .clapout-list .button:hover {
      color: white;
      background-color: rgba(255, 255, 255, 0.2); }
    .clapout-list .button p {
      margin: 0;
      font-size: 18px;
      font-family: "Montserrat";
      text-align: center; }

/* BEGIN MISC VARIABLES */
.offer-heading {
  zoom: 1;
  margin-bottom: 40px; }
  .offer-heading::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .offer-heading img {
    outline: 1px #eee solid;
    background-color: white;
    padding: 60px 20px; }
  .offer-heading p {
    color: #555;
    font-size: 18px; }

.offer .card {
  width: 100%;
  margin-top: 20px;
  float: left; }
  @media (min-width: 1241px) {
    .offer .card {
      width: inherit;
      margin-top: 0;
      float: none; } }

/* BEGIN MISC VARIABLES */
.album-description {
  margin: 0 0 10px 0;
  color: #555;
  width: 100%; }

.album-info h2 {
  margin: 0 0 10px 0; }

.album-info .photo-count-title {
  margin: 5px 0;
  color: #A5A5A5; }

.album-info .photo-count {
  margin: 10px 0 20px 0;
  font-weight: bold; }

.album-info .button {
  max-width: 300px; }

.edit-album-info {
  zoom: 1;
  max-width: 480px; }
  .edit-album-info::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .edit-album-info .button {
    float: left;
    margin-right: 20px; }

.edit-buttons .button {
  float: left;
  margin-right: 20px; }
  @media (min-width: 1241px) {
    .edit-buttons .button.back-to-album {
      float: right; } }

.full-album {
  zoom: 1; }
  .full-album::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .full-album img {
    float: left;
    padding: 4px;
    width: 20%;
    height: auto; }
    @media (min-width: 1241px) {
      .full-album img {
        width: 10%; } }
    .full-album img:hover {
      cursor: pointer; }

/* BEGIN MISC VARIABLES */
.user-info-container {
  width: 350px;
  float: left; }
  .user-info-container p {
    margin: 10px 0; }
  .user-info-container .label {
    color: #A5A5A5; }
  .user-info-container .info {
    font-family: "Montserrat";
    font-weight: 600;
    margin-bottom: 20px; }

.photos-list {
  margin-top: 20px; }
  .photos-list h2 {
    margin: 0 0 10px 0; }
  .photos-list .album-count {
    font-size: 14px;
    color: #A5A5A5;
    margin: 0;
    margin-bottom: 10px; }
  .photos-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .photos-list ul li {
      margin-bottom: 10px; }
      .photos-list ul li a {
        cursor: pointer;
        color: black; }

.profile-list {
  margin-top: 20px;
  float: left; }
  .profile-list h2 {
    margin: 0 0 10px 0; }
  .profile-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .profile-list ul li {
      margin-bottom: 10px;
      float: left;
      width: 100%; }
      .profile-list ul li p {
        margin: 0; }
      .profile-list ul li .label {
        width: 280px;
        float: left; }
        .profile-list ul li .label a {
          cursor: pointer;
          color: #A5A5A5; }
      .profile-list ul li .list-item {
        float: left;
        font-family: "Montserrat";
        font-weight: 600; }

.profile-image {
  height: 280px;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
  background-color: #eee; }

/* BEGIN MISC VARIABLES */
.right-column .card {
  margin-bottom: 20px; }

.button.contact {
  max-width: 280px; }

/* BEGIN MISC VARIABLES */
#search-field {
  zoom: 1;
  position: relative; }
  #search-field::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  #search-field input {
    height: 60px; }
  #search-field .input-container {
    width: 100%;
    margin-bottom: 0; }
  #search-field .inline-button {
    clear: both; }
    #search-field .inline-button .search-button {
      height: 60px;
      position: absolute;
      right: 0;
      top: 0;
      width: 101px; }

.hit-count {
  color: #A5A5A5; }
  .hit-count:before {
    border-top: solid 1px #A5A5A5 !important; }

.search-tab-container {
  zoom: 1;
  position: relative;
  /*
	.secondary-tabs {

		@include list-reset;
		width: 180px;
		right:0;
		top: 70px;
		opacity: 0;
		position: absolute;
    	z-index: 10;

    	&.active {
			opacity: 1;
		}

		li {
			width: 100%;
			float: left;
			padding: 20px 20px 20px 20px;
			cursor: pointer;
			border: 1px solid #dcddde;
			border-bottom: none;
			background-color: #f9fafb;
			text-align: center;

			&:last-child {
				border-bottom: 1px solid #dcddde;
			}

			&.active {
				background-color: white;
			}

			&:hover {
				background-color: #dcddde;
			}
		}
	}
*/ }
  .search-tab-container::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .search-tab-container .reveal-tabs-nav {
    background-color: #f9fafb;
    border-left: 1px solid #dcddde;
    border-right: 1px solid #dcddde;
    border-bottom: 1px solid #dcddde;
    padding: 70px 0px 0 0px;
    position: relative;
    height: 70px;
    margin-bottom: 20px; }
  .search-tab-container .initial-tabs {
    float: right;
    zoom: 1;
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 20px;
    width: 20%;
    max-height: 0; }
    .search-tab-container .initial-tabs::after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
      clear: both; }
    .search-tab-container .initial-tabs dt {
      float: left;
      clear: left; }
    .search-tab-container .initial-tabs dd {
      float: left;
      margin: 0; }
    .search-tab-container .initial-tabs li {
      margin-bottom: -1px;
      padding: 20px 20px 20px 20px;
      cursor: pointer;
      border: 1px solid transparent;
      border-bottom: 1px solid #dcddde;
      border-left: none;
      background-color: #f9fafb;
      text-align: center;
      width: 100%;
      position: relative;
      z-index: 10;
      /* selective show */
      border-right: 1px solid #dcddde;
      border-left: 1px solid #dcddde; }
      .search-tab-container .initial-tabs li.active {
        background-color: white;
        border: 1px solid #dcddde;
        border-bottom: 1px solid #fff; }
      .search-tab-container .initial-tabs li:hover {
        background-color: #dcddde; }
      .search-tab-container .initial-tabs li.js-reveal-secondary-tabs {
        position: absolute;
        top: 10px;
        right: 0px;
        display: block !important;
        z-index: 100;
        border: none; }
        .search-tab-container .initial-tabs li.js-reveal-secondary-tabs:after {
          content: " ";
          background-image: url("../assets/svg/down-arrow.421716f0e4e6.svg");
          height: 20px;
          width: 20px;
          background-size: 18px auto;
          background-position: center center;
          background-repeat: no-repeat;
          position: absolute;
          right: 10px;
          top: calc(50% - 10px);
          z-index: 99; }
        .search-tab-container .initial-tabs li.js-reveal-secondary-tabs.show:after {
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    @media (max-width: 769px) {
      .search-tab-container .initial-tabs {
        width: 100%; }
        .search-tab-container .initial-tabs li {
          display: none; }
          .search-tab-container .initial-tabs li.js-reveal-secondary-tabs {
            display: block; }
          .search-tab-container .initial-tabs li.show {
            display: block; } }
    @media (min-width: 769px) {
      .search-tab-container .initial-tabs {
        width: 33.333%; }
        .search-tab-container .initial-tabs li {
          display: none; }
          .search-tab-container .initial-tabs li:nth-child(1) {
            position: absolute;
            left: 0;
            display: block;
            top: 10px;
            width: 33.333%;
            border-right: 1px solid transparent;
            border-left: 1px solid transparent;
            margin-left: -1px; }
          .search-tab-container .initial-tabs li:nth-child(2) {
            position: absolute;
            left: 33.333%;
            display: block;
            top: 10px;
            width: 33.333%;
            border-right: 1px solid transparent;
            border-left: 1px solid transparent; }
          .search-tab-container .initial-tabs li.active {
            border-right: 1px solid #dcddde;
            border-left: 1px solid #dcddde; }
          .search-tab-container .initial-tabs li.show {
            display: block; }
          .search-tab-container .initial-tabs li.js-reveal-secondary-tabs {
            width: 33.333%; } }
    @media (min-width: 1241px) {
      .search-tab-container .initial-tabs {
        width: 20%; }
        .search-tab-container .initial-tabs li {
          display: none; }
          .search-tab-container .initial-tabs li:nth-child(1) {
            position: absolute;
            left: 0;
            display: block;
            top: 10px;
            width: 20%;
            margin-left: -1px;
            border-right: 1px solid transparent;
            border-left: 1px solid transparent; }
          .search-tab-container .initial-tabs li:nth-child(2) {
            position: absolute;
            left: 20%;
            display: block;
            top: 10px;
            width: 20%;
            border-right: 1px solid transparent;
            border-left: 1px solid transparent; }
          .search-tab-container .initial-tabs li:nth-child(3) {
            position: absolute;
            left: 40%;
            display: block;
            top: 10px;
            width: 20%;
            border-right: 1px solid transparent;
            border-left: 1px solid transparent; }
          .search-tab-container .initial-tabs li:nth-child(4) {
            position: absolute;
            left: 60%;
            display: block;
            top: 10px;
            width: 20%;
            border-right: 1px solid transparent;
            border-left: 1px solid transparent; }
          .search-tab-container .initial-tabs li.active {
            border-right: 1px solid #dcddde;
            border-left: 1px solid #dcddde; }
          .search-tab-container .initial-tabs li.show {
            display: block; }
          .search-tab-container .initial-tabs li.js-reveal-secondary-tabs {
            width: 20%; } }
  .search-tab-container .results-container {
    width: 100%;
    zoom: 1; }
    .search-tab-container .results-container::after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
      clear: both; }
    .search-tab-container .results-container .search-results {
      display: none; }
      .search-tab-container .results-container .search-results.active {
        display: block; }
  .search-tab-container .hit-count {
    display: none; }

/* BEGIN MISC VARIABLES */
.suomi .layout-toggle-container,
.finnischkurse .layout-toggle-container {
  top: -40px; }

.suomi .dark-background,
.finnischkurse .dark-background {
  background: white !important; }

/* BEGIN MISC VARIABLES */
.select-container.inline {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  float: left;
  background-color: #fff;
  margin-bottom: 20px;
  margin-right: 20px; }
  .select-container.inline h2 {
    font-family: "Montserrat";
    margin: 20px 0; }
  .select-container.inline select {
    font-size: 18px;
    margin-right: 20px;
    outline: none;
    display: inline-block;
    width: auto;
    min-width: 250px;
    margin-bottom: 10px; }
    @media (max-width: 769px) {
      .select-container.inline select {
        width: 100%;
        display: block; } }

.tab-select {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dcddde; }
  .tab-select .button {
    color: black !important;
    font-weight: 500;
    position: relative;
    border-bottom: 0 !important;
    border-right: 0 !important;
    margin-bottom: 0px; }
    .tab-select .button .bar {
      display: none; }
    .tab-select .button.active {
      background-color: white; }
      .tab-select .button.active .bar {
        width: 100%;
        height: 3px;
        position: absolute;
        background-color: white;
        bottom: -2px;
        left: 0px;
        display: block; }
    .tab-select .button:last-child {
      border-right: 1px #dcddde solid !important; }

.no-change {
  position: relative;
  left: 6px; }

.triangle-red-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #d0011c transparent transparent transparent; }

.triangle-green-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #7fd321 transparent; }

.direction-nav {
  zoom: 1;
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  padding: 20px 0 20px 0;
  zoom: 1;
  clear: both;
  border-bottom: 1px solid #ddd; }
  .direction-nav::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .direction-nav dt {
    float: left;
    clear: left; }
  .direction-nav dd {
    float: left;
    margin: 0; }
  .direction-nav::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .direction-nav li a {
    display: block;
    padding: 11px 20px 10px 20px;
    background-repeat: no-repeat;
    background-size: 16px auto; }
  .direction-nav li.prev {
    float: left; }
    .direction-nav li.prev a {
      left: 0;
      background-image: url("../assets/svg/left-arrow.ec917904df5e.svg");
      background-position: left  center;
      padding-right: 5px; }
  .direction-nav li.next {
    float: right; }
    .direction-nav li.next a {
      background-position: right  center;
      right: 0;
      left: auto;
      padding-left: 5px;
      background-image: url("../assets/svg/right-arrow.e0ac9cbeb813.svg"); }

.player-table tbody tr td {
  color: black;
  font-weight: 500; }
  .player-table tbody tr td:nth-child(2) {
    font-weight: 200;
    color: #555; }
  .player-table tbody tr td:nth-child(5) {
    font-weight: 200;
    color: #555; }
  .player-table tbody tr td:nth-child(7) {
    font-weight: 200;
    color: #555; }

.team-table tbody tr td {
  color: black;
  font-weight: 500; }
  .team-table tbody tr td:nth-child(n+3) {
    font-weight: 200;
    color: #555; }

.dataTable thead th {
  padding: 20px 10px !important;
  text-align: left;
  border-bottom: 0 !important;
  color: #555;
  font-size: 14px; }

.dataTable tfoot {
  display: none; }

.register-team {
  margin-top: 40px;
  float: right !important; }

/* BEGIN MISC VARIABLES */
.accordion-container {
  float: left;
  width: 100%;
  background-color: white;
  border: 1px #ddd solid;
  color: #555; }
  .accordion-container.margin {
    margin-top: 40px; }
  .accordion-container .topic-container:last-child {
    border-bottom: 0 !important; }
    .accordion-container .topic-container:last-child .topic-heading {
      border-bottom: 0 !important; }
    .accordion-container .topic-container:last-child.active .topic-heading {
      border-bottom: 1px #ddd solid !important; }
  .accordion-container .topic-container .topic-heading {
    border-bottom: 1px #ddd solid;
    padding: 20px;
    cursor: pointer;
    position: relative; }
    .accordion-container .topic-container .topic-heading h2 {
      margin: 0;
      font-family: "Montserrat";
      color: black;
      font-size: 24px; }
      .accordion-container .topic-container .topic-heading h2:before {
        content: none; }
    .accordion-container .topic-container .topic-heading img {
      position: absolute;
      right: 20px;
      top: 25px; }
      .accordion-container .topic-container .topic-heading img.down-arrow {
        opacity: 1; }
      .accordion-container .topic-container .topic-heading img.up-arrow {
        opacity: 0; }
  .accordion-container .topic-container .topic-responses {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s;
    padding: 0; }
    .accordion-container .topic-container .topic-responses .response {
      padding: 0 20px; }
      .accordion-container .topic-container .topic-responses .response:last-child {
        padding-bottom: 20px; }
    .accordion-container .topic-container .topic-responses h3 {
      color: black; }
      .accordion-container .topic-container .topic-responses h3:before {
        content: none; }
  .accordion-container .topic-container.active {
    border-top: none;
    border-bottom: 1px #ddd solid; }
    .accordion-container .topic-container.active .topic-heading {
      background-color: #fafafa; }
      .accordion-container .topic-container.active .topic-heading img.down-arrow {
        opacity: 0; }
      .accordion-container .topic-container.active .topic-heading img.up-arrow {
        opacity: 1; }
    .accordion-container .topic-container.active .topic-responses {
      max-height: 800px;
      transition: max-height 0.4s; }
      .accordion-container .topic-container.active .topic-responses .response {
        padding: 0 20px; }
        .accordion-container .topic-container.active .topic-responses .response:last-child {
          padding-bottom: 20px; }

/* BEGIN MISC VARIABLES */
.aw-item .item a {
  border: none; }
  .aw-item .item a figure {
    border: 1px solid #eee; }

.double-height .aw-item .square-holder {
  padding-bottom: calc(200% + (2* 10px )); }

.x-container .x-item.double-width .aw-item .square-holder {
  padding-bottom: 280px;
  width: 100%; }

.x-container .x-item.double-width .aw-item .item > a figure {
  margin: 0;
  width: 100%; }

.aw {
  background-size: cover;
  background-position: center;
  position: relative; }
  .aw.banner {
    width: 880px;
    height: 280px;
    margin: 0 auto; }
  .aw .descriptor {
    color: #000;
    font-size: 10px;
    position: absolute;
    right: 0;
    padding: 5px;
    margin: 0;
    background: rgba(255, 255, 255, 0.4); }

/* BEGIN MISC VARIABLES */
.album-item .item > a .item-content .title {
  margin-top: 5px;
  font-size: 12px;
  padding-top: 0; }

.album-item .item > a figure {
  box-sizing: cover;
  -webkit-box-sizing: cover;
  -moz-box-sizing: cover; }
  .album-item .item > a figure img {
    width: 100%;
    height: auto;
    display: none; }

/* BEGIN MISC VARIABLES */
.global-message {
  position: fixed;
  bottom: -101px;
  overflow: hidden;
  transition: bottom 0.25s ease-in-out, max-height 0.25s ease-in-out;
  -webkit-transition: bottom 0.25s ease-in-out, max-height 0.25s ease-in-out;
  -moz-transition: bottom 0.25s ease-in-out, max-height 0.25s ease-in-out;
  -ms-transition: bottom 0.25s ease-in-out, max-height 0.25s ease-in-out;
  -o-transition: bottom 0.25s ease-in-out, max-height 0.25s ease-in-out;
  left: 0;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  z-index: 3;
  max-height: 100px; }
  .global-message.active {
    bottom: 0;
    overflow: auto;
    max-height: 400px; }
  .global-message p {
    color: #F65959;
    margin: 40px;
    position: relative; }
    .global-message p img {
      position: absolute;
      left: -35px;
      top: -1px; }
  .global-message.error p {
    color: #F65959; }
  .global-message.success p {
    color: #9AD36A; }

.head-container {
  max-width: 1180px;
  margin: 0 auto;
  width: 94%; }
  @media (max-width: 600px) {
    .head-container {
      width: 100%; } }

header.site-header {
  border-bottom: 1px solid #eee;
  float: left;
  width: 100%;
  padding-top: 64px;
  position: relative; }
  header.site-header .dfg-logo {
    position: relative;
    float: left;
    display: block;
    margin-top: -18px; }
    header.site-header .dfg-logo img {
      margin: 0;
      height: 44px; }
    @media (max-width: 600px) {
      header.site-header .dfg-logo {
        padding: 12px 0 10px 10px;
        margin-left: 0;
        position: absolute;
        margin-top: 0;
        z-index: 9999;
        overflow: hidden;
        left: 50px;
        max-height: 64px;
        margin-top: 3px; }
    }
  header.site-header button.assistive {
    display: none;
    position: relative;
    z-index: 1000;
    float: left;
    text-indent: -9999px;
    background-image: url("../assets/svg/menu.0b0e94c6be71.svg");
    background-color: transparent;
    background-position: left 5px center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    -moz-background-size: 40px auto;
    -webkit-background-size: 40px auto;
    -o-background-size: 40px auto;
    background-repeat: no-repeat;
    height: 50px;
    width: 60px;
    margin-left: 10px; }
    @media (max-width: 600px) {
      header.site-header button.assistive {
        display: block;
        margin: 0;
        height: 70px; } }
  @media (max-width: 600px) {
    header.site-header {
      padding: 0; }
      header.site-header.show-menu nav {
        right: 0;
        max-height: 400vh;
        padding-top: 60px; }
        header.site-header.show-menu nav .bottom-nav-container {
          overflow: visible;
          height: auto; }
        header.site-header.show-menu nav .top-nav-container .top-nav-list {
          height: 50px;
          transition: all 0.25s ease-in-out;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          border-top: 1px solid #eee; }
          header.site-header.show-menu nav .top-nav-container .top-nav-list li.item-svg {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1; } }
  header.site-header nav {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out; }
    @media (max-width: 600px) {
      header.site-header nav {
        position: absolute;
        top: 0px;
        right: 0;
        z-index: 999;
        min-height: 70px;
        max-height: 70px;
        width: 100%;
        padding: 50px 2% 0px 2%;
        background-color: #fff;
        box-shadow: 0 5px 100px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 100px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 5px 100px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 5px 100px rgba(0, 0, 0, 0.2); }
        header.site-header nav .top-nav-container {
          position: static;
          height: 0;
          background-color: #fff; }
          header.site-header nav .top-nav-container .top-nav-list {
            width: 100%;
            float: none; }
            header.site-header nav .top-nav-container .top-nav-list li {
              width: 20%;
              text-align: center;
              bottom: 0; }
              header.site-header nav .top-nav-container .top-nav-list li.item-svg {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
                -moz-opacity: 0;
                -khtml-opacity: 0;
                opacity: 0;
                height: 0;
                overflow: hidden;
                height: 60px; }
                header.site-header nav .top-nav-container .top-nav-list li.item-svg a {
                  height: 60px; }
              header.site-header nav .top-nav-container .top-nav-list li a {
                height: 50px;
                line-height: 54px;
                padding: 5px 15px; }
              header.site-header nav .top-nav-container .top-nav-list li.login {
                height: 50px;
                right: 10px;
                top: 0px;
                position: absolute; }
                header.site-header nav .top-nav-container .top-nav-list li.login a.button {
                  margin-top: 10px; }
              header.site-header nav .top-nav-container .top-nav-list li.register {
                display: none; }
              header.site-header nav .top-nav-container .top-nav-list li img {
                display: inline-block; }
              header.site-header nav .top-nav-container .top-nav-list li.user-nav {
                position: absolute;
                top: 0;
                bottom: auto;
                right: 0; }
                header.site-header nav .top-nav-container .top-nav-list li.user-nav .circular-profile-image {
                  margin-top: 6px; }
                header.site-header nav .top-nav-container .top-nav-list li.user-nav .profile-hello {
                  height: 40px;
                  line-height: 49px;
                  margin-right: 0px; }
                header.site-header nav .top-nav-container .top-nav-list li.user-nav > a {
                  float: right;
                  width: 85px; }
                  header.site-header nav .top-nav-container .top-nav-list li.user-nav > a:hover:before {
                    right: 5px;
                    width: auto;
                    left: 0px;
                    top: 5px; }
                header.site-header nav .top-nav-container .top-nav-list li.user-nav .user-menu {
                  top: 60px;
                  right: 0;
                  width: 280px; }
                  header.site-header nav .top-nav-container .top-nav-list li.user-nav .user-menu li {
                    width: 100%; }
        header.site-header nav .bottom-nav-container {
          float: none;
          overflow: hidden;
          width: 100%;
          height: 0; }
          header.site-header nav .bottom-nav-container > ul > li {
            float: none; }
            header.site-header nav .bottom-nav-container > ul > li > a {
              padding: 16px 10px;
              border-top: 1px solid #eee;
              background-image: url("../assets/svg/down-arrow.421716f0e4e6.svg");
              background-position: right 10px center;
              background-repeat: no-repeat;
              background-size: 14px auto;
              -moz-background-size: 14px auto;
              -webkit-background-size: 14px auto;
              -o-background-size: 14px auto;
              background-repeat: no-repeat; }
            header.site-header nav .bottom-nav-container > ul > li:hover > a:after {
              border-bottom: 0;
              height: 0; }
            header.site-header nav .bottom-nav-container > ul > li:hover div.flyout {
              display: none; }
            header.site-header nav .bottom-nav-container > ul > li div.flyout {
              position: static; }
              header.site-header nav .bottom-nav-container > ul > li div.flyout .nav-add, header.site-header nav .bottom-nav-container > ul > li div.flyout .nav-main {
                width: 100%;
                float: none; }
                header.site-header nav .bottom-nav-container > ul > li div.flyout .nav-add a, header.site-header nav .bottom-nav-container > ul > li div.flyout .nav-main a {
                  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
                header.site-header nav .bottom-nav-container > ul > li div.flyout .nav-add .nav-highlights ul li, header.site-header nav .bottom-nav-container > ul > li div.flyout .nav-main .nav-highlights ul li {
                  float: none; }
            header.site-header nav .bottom-nav-container > ul > li.show > a {
              background-image: url("../assets/svg/up-arrow.c659a69dad04.svg");
              background-position: right 10px center;
              background-repeat: no-repeat;
              background-size: 14px auto;
              -moz-background-size: 14px auto;
              -webkit-background-size: 14px auto;
              -o-background-size: 14px auto;
              background-repeat: no-repeat; }
            header.site-header nav .bottom-nav-container > ul > li.show div.flyout {
              display: block; } }
  header.site-header .top-nav-container {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 44px; }
    header.site-header .top-nav-container .top-nav-list {
      float: right; }
      header.site-header .top-nav-container .top-nav-list li {
        position: relative; }
        header.site-header .top-nav-container .top-nav-list li.user-nav > a {
          padding-right: 0; }
          header.site-header .top-nav-container .top-nav-list li.user-nav > a:hover:before {
            content: " ";
            background-color: #eee;
            height: 40px;
            width: 100%;
            display: block;
            position: absolute;
            z-index: -1;
            top: 10px;
            left: 7px;
            right: 0;
            border-radius: 100px; }
        header.site-header .top-nav-container .top-nav-list li.user-nav.show-user-menu .profile-hello {
          background-image: url("../assets/svg/up-arrow.c659a69dad04.svg"); }
        header.site-header .top-nav-container .top-nav-list li.user-nav.show-user-menu .user-menu {
          display: block; }
        header.site-header .top-nav-container .top-nav-list li.user-nav .profile-hello {
          float: left;
          display: block;
          font-family: "Rubik", sans-serif;
          height: 64px;
          line-height: 63px;
          padding-right: 20px;
          background-image: url("../assets/svg/down-arrow.421716f0e4e6.svg");
          background-position: right center;
          background-repeat: no-repeat;
          background-size: 12px auto;
          -moz-background-size: 12px auto;
          -webkit-background-size: 12px auto;
          -o-background-size: 12px auto;
          background-repeat: no-repeat; }
          @media (max-width: 600px) {
            header.site-header .top-nav-container .top-nav-list li.user-nav .profile-hello {
              text-indent: -9999px;
              width: 15px;
              padding-right: 10px;
              margin-right: 2vw; } }
          header.site-header .top-nav-container .top-nav-list li.user-nav .profile-hello img {
            position: relative;
            left: 5px; }
        header.site-header .top-nav-container .top-nav-list li.user-nav .circular-profile-image {
          width: 28px;
          height: 28px;
          border-radius: 50px;
          -moz-border-radius: 50px;
          -webkit-border-radius: 50px;
          -o-border-radius: 50px;
          background-color: #eee;
          background-size: cover;
          margin-right: 8px;
          float: left;
          margin-top: 16px; }
        header.site-header .top-nav-container .top-nav-list li.user-nav .notification {
          width: 24px;
          height: 24px;
          line-height: 24px;
          border-radius: 24px;
          background-color: #F65959;
          display: inline-block;
          position: relative;
          top: 0px;
          color: white;
          text-align: center;
          margin-left: 4px; }
        header.site-header .top-nav-container .top-nav-list li.user-nav .user-menu {
          display: none;
          position: absolute;
          width: 280px;
          right: 0;
          top: 64px;
          float: left;
          background-color: #fafafa;
          border: 1px solid #ddd;
          z-index: 9; }
          header.site-header .top-nav-container .top-nav-list li.user-nav .user-menu .arrow-up {
            top: -8px;
            right: 72px; }
          header.site-header .top-nav-container .top-nav-list li.user-nav .user-menu .arrow-up-background {
            top: -10px;
            right: 70px; }
          @media (max-width: 600px) {
            header.site-header .top-nav-container .top-nav-list li.user-nav .user-menu .arrow-up {
              margin-right: 2vw;
              right: 29px; }
            header.site-header .top-nav-container .top-nav-list li.user-nav .user-menu .arrow-up-background {
              margin-right: 2vw;
              right: 27px; } }
          header.site-header .top-nav-container .top-nav-list li.user-nav .user-menu .notification {
            width: 24px;
            height: 24px;
            line-height: 24px;
            border-radius: 24px;
            background-color: #F65959;
            display: inline-block;
            position: relative;
            top: 0px;
            color: white;
            text-align: center;
            margin-left: 4px; }
          header.site-header .top-nav-container .top-nav-list li.user-nav .user-menu ul {
            zoom: 1;
            padding: 0px;
            margin: 0px;
            list-style: none; }
            header.site-header .top-nav-container .top-nav-list li.user-nav .user-menu ul::after {
              content: "\0020";
              display: block;
              height: 0;
              overflow: hidden;
              clear: both; }
            header.site-header .top-nav-container .top-nav-list li.user-nav .user-menu ul dt {
              float: left;
              clear: left; }
            header.site-header .top-nav-container .top-nav-list li.user-nav .user-menu ul dd {
              float: left;
              margin: 0; }
            header.site-header .top-nav-container .top-nav-list li.user-nav .user-menu ul li {
              margin: 0;
              float: none; }
              header.site-header .top-nav-container .top-nav-list li.user-nav .user-menu ul li a {
                color: #555;
                text-decoration: none;
                padding: 0 1em;
                height: 54px;
                line-height: 54px;
                display: block;
                float: none; }
                header.site-header .top-nav-container .top-nav-list li.user-nav .user-menu ul li a:hover {
                  background-color: #eee; }
              header.site-header .top-nav-container .top-nav-list li.user-nav .user-menu ul li:last-child {
                border-top: 1px solid #ddd; }
                header.site-header .top-nav-container .top-nav-list li.user-nav .user-menu ul li:last-child a {
                  color: #999;
                  text-decoration: none; }
        header.site-header .top-nav-container .top-nav-list li a {
          float: left;
          padding: 0 15px;
          height: 64px;
          line-height: 68px;
          text-decoration: none;
          color: #A5A5A5; }
          header.site-header .top-nav-container .top-nav-list li a.button {
            margin: 14px 10px 0 0;
            height: auto;
            padding: 0px 10px;
            height: 30px;
            color: white;
            float: none;
            line-height: 30px; }
          header.site-header .top-nav-container .top-nav-list li a img.nav-svg {
            height: 20px; }
        header.site-header .top-nav-container .top-nav-list li.item-svg a:hover:before {
          content: " ";
          background-color: #eee;
          height: 40px;
          width: 40px;
          display: block;
          position: absolute;
          z-index: -1;
          top: 10px;
          left: 5px;
          border-radius: 100px; }
    header.site-header .top-nav-container .click-background {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      display: none;
      z-index: 1; }
  header.site-header .bottom-nav-container {
    float: right;
    margin-top: 4px; }
    header.site-header .bottom-nav-container > ul {
      zoom: 1;
      padding: 0px;
      margin: 0px;
      list-style: none; }
      header.site-header .bottom-nav-container > ul::after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
        clear: both; }
      header.site-header .bottom-nav-container > ul dt {
        float: left;
        clear: left; }
      header.site-header .bottom-nav-container > ul dd {
        float: left;
        margin: 0; }
      header.site-header .bottom-nav-container > ul > li:last-child a {
        padding-right: 0px; }
      header.site-header .bottom-nav-container > ul > li ul {
        zoom: 1;
        padding: 0px;
        margin: 0px;
        list-style: none; }
        header.site-header .bottom-nav-container > ul > li ul::after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden;
          clear: both; }
        header.site-header .bottom-nav-container > ul > li ul dt {
          float: left;
          clear: left; }
        header.site-header .bottom-nav-container > ul > li ul dd {
          float: left;
          margin: 0; }
        header.site-header .bottom-nav-container > ul > li ul a {
          padding: 10px 20px; }
          header.site-header .bottom-nav-container > ul > li ul a:hover {
            background-color: rgba(255, 255, 255, 0.2); }
      header.site-header .bottom-nav-container > ul > li a {
        text-decoration: none;
        color: black;
        display: block; }
      header.site-header .bottom-nav-container > ul > li > a {
        padding: 5px 20px; }
        @media (max-width: 769px) {
          header.site-header .bottom-nav-container > ul > li > a {
            padding: 5px 12px; } }
      header.site-header .bottom-nav-container > ul > li:hover > a, header.site-header .bottom-nav-container > ul > li.active > a {
        position: relative; }
        header.site-header .bottom-nav-container > ul > li:hover > a:after, header.site-header .bottom-nav-container > ul > li.active > a:after {
          content: " ";
          height: 5px;
          background-color: #77B3FF;
          position: absolute;
          bottom: 0;
          left: 12px;
          right: 12px; }
      header.site-header .bottom-nav-container > ul > li:hover:last-child > a:after, header.site-header .bottom-nav-container > ul > li.active:last-child > a:after {
        right: 0px; }
      header.site-header .bottom-nav-container > ul > li:hover .flyout {
        display: block; }
      header.site-header .bottom-nav-container > ul > li.blue > a:after {
        background-color: #77B3FF; }
      header.site-header .bottom-nav-container > ul > li.blue .flyout {
        background-color: #91c1ff; }
        header.site-header .bottom-nav-container > ul > li.blue .flyout .nav-add {
          background-color: #77B3FF; }
      header.site-header .bottom-nav-container > ul > li.red > a:after {
        background-color: #F65959; }
      header.site-header .bottom-nav-container > ul > li.red .flyout {
        background-color: #f77171; }
        header.site-header .bottom-nav-container > ul > li.red .flyout .nav-add {
          background-color: #F65959; }
      header.site-header .bottom-nav-container > ul > li.orange > a:after {
        background-color: #F19C3E; }
      header.site-header .bottom-nav-container > ul > li.orange .flyout {
        background-color: #f3a856; }
        header.site-header .bottom-nav-container > ul > li.orange .flyout .nav-add {
          background-color: #F19C3E; }
      header.site-header .bottom-nav-container > ul > li.green > a:after {
        background-color: #9AD36A; }
      header.site-header .bottom-nav-container > ul > li.green .flyout {
        background-color: #a7d97e; }
        header.site-header .bottom-nav-container > ul > li.green .flyout .nav-add {
          background-color: #9AD36A; }
      header.site-header .bottom-nav-container > ul > li .flyout {
        display: none;
        background-color: #91c1ff;
        position: absolute;
        width: 30rem;
        max-width: 400px;
        right: 0;
        z-index: 999; }
        header.site-header .bottom-nav-container > ul > li .flyout .nav-main {
          zoom: 1;
          padding: 20px 0px;
          float: right;
          width: 100%;
          position: relative;
          height: 100%; }
          header.site-header .bottom-nav-container > ul > li .flyout .nav-main::after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden;
            clear: both; }
          header.site-header .bottom-nav-container > ul > li .flyout .nav-main ul li {
            float: none; }
            header.site-header .bottom-nav-container > ul > li .flyout .nav-main ul li.active {
              background-color: rgba(0, 0, 0, 0.07); }
            header.site-header .bottom-nav-container > ul > li .flyout .nav-main ul li a {
              color: #fff; }
        header.site-header .bottom-nav-container > ul > li .flyout .nav-add {
          zoom: 1;
          float: left;
          position: relative;
          height: 100%;
          width: 50%;
          background-color: #77B3FF; }
          header.site-header .bottom-nav-container > ul > li .flyout .nav-add::after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden;
            clear: both; }
          header.site-header .bottom-nav-container > ul > li .flyout .nav-add > ul {
            padding: 20px 0; }
            header.site-header .bottom-nav-container > ul > li .flyout .nav-add > ul li {
              float: none; }
              header.site-header .bottom-nav-container > ul > li .flyout .nav-add > ul li a {
                color: #fff; }
          header.site-header .bottom-nav-container > ul > li .flyout .nav-add .nav-highlights {
            clear: both;
            padding-bottom: 20px;
            color: #fff; }
            header.site-header .bottom-nav-container > ul > li .flyout .nav-add .nav-highlights strong {
              padding: 20px 20px 10px 20px;
              display: block; }
            header.site-header .bottom-nav-container > ul > li .flyout .nav-add .nav-highlights ul li {
              float: none;
              display: block; }
              header.site-header .bottom-nav-container > ul > li .flyout .nav-add .nav-highlights ul li a {
                display: block;
                padding-top: 10px;
                color: #fff;
                zoom: 1; }
                header.site-header .bottom-nav-container > ul > li .flyout .nav-add .nav-highlights ul li a::after {
                  content: "\0020";
                  display: block;
                  height: 0;
                  overflow: hidden;
                  clear: both; }
                header.site-header .bottom-nav-container > ul > li .flyout .nav-add .nav-highlights ul li a figure {
                  width: 50px;
                  height: 50px;
                  float: left;
                  margin-right: 10px;
                  background-color: #fff; }
                header.site-header .bottom-nav-container > ul > li .flyout .nav-add .nav-highlights ul li a span {
                  font-size: 14px; }
  header.site-header ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    header.site-header ul li {
      position: relative;
      float: left; }

.header-separation-padding {
  padding-top: 50px; }
  @media (min-width: 769px) {
    .header-separation-padding {
      padding-top: 75px; } }
  @media (min-width: 1241px) {
    .header-separation-padding {
      padding-top: 100px; } }

body > footer {
  clear: both;
  margin-top: 80px;
  padding: 50px 0 50px 0;
  color: white;
  width: 100%;
  background-color: #77B3FF;
  font-weight: 300;
  zoom: 1; }
  @media (min-width: 769px) {
    body > footer {
      padding: 100px 0 100px 0 !important; } }
  body > footer::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  body > footer .logo-container {
    float: left;
    width: 100%; }
    body > footer .logo-container img {
      float: left; }
  body > footer .footer-block {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    float: left; }
    @media (min-width: 769px) {
      body > footer .footer-block {
        margin: 20px 40px 20px 0;
        width: 40%; } }
    @media (min-width: 1241px) {
      body > footer .footer-block {
        margin: 20px 0 20px 0; } }
    @media (min-width: 1241px) {
      body > footer .footer-block.social-icons {
        width: 20%; } }
    body > footer .footer-block .title {
      font-weight: bolder;
      display: none; }
      @media (min-width: 769px) {
        body > footer .footer-block .title {
          display: block; } }
      @media (min-width: 1241px) {
        body > footer .footer-block .title {
          display: block; } }
    body > footer .footer-block .social-icon {
      width: auto;
      margin: 20px 15px 20px 0; }
      body > footer .footer-block .social-icon a {
        display: inline-block;
        padding: 5px;
        line-height: 0px;
        border-radius: 3px; }
        body > footer .footer-block .social-icon a:hover {
          background-color: rgba(255, 255, 255, 0.3); }
    body > footer .footer-block li {
      float: left;
      width: 100%;
      margin: 2px 0; }
    body > footer .footer-block a {
      color: white;
      text-decoration: none;
      font-family: inherit;
      font-weight: 300;
      font-size: 1em; }
      body > footer .footer-block a:hover {
        text-decoration: underline; }
  body > footer .bottom-footer-info {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    float: left;
    font-size: 14px; }
    body > footer .bottom-footer-info li {
      float: left;
      margin: 4px 40px 4px 0; }
      body > footer .bottom-footer-info li a {
        font-size: 14px;
        color: white;
        text-decoration: none; }
        body > footer .bottom-footer-info li a:hover {
          text-decoration: underline; }

/* BEGIN MISC VARIABLES */
.birthday-container {
  border: 1px #ddd solid;
  padding: 20px; }
  .birthday-container h2 {
    font-family: "Montserrat";
    margin: 0px 0px 20px 0px; }
  .birthday-container .user-item .name a.username {
    font-size: 18px;
    display: inline-block; }
  .birthday-container ul {
    zoom: 1;
    padding: 0px;
    margin: 0px;
    list-style: none; }
    .birthday-container ul::after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
      clear: both; }
    .birthday-container ul dt {
      float: left;
      clear: left; }
    .birthday-container ul dd {
      float: left;
      margin: 0; }
    .birthday-container ul li {
      display: block;
      zoom: 1; }
      .birthday-container ul li::after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
        clear: both; }

/* BEGIN MISC VARIABLES */
.box-item {
  border: 1px solid #eee;
  padding: 20px;
  background-color: white;
  zoom: 1;
  transition: box-shadow .15s ease-in-out, transform .15s ease-in-out; }
  .box-item::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .box-item span.breadcumbs {
    color: #A5A5A5; }
  .box-item:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -ms-transform: translateY(-5px);
        transform: translateY(-5px); }
  .box-item a.link {
    display: block;
    text-decoration: none;
    color: #77B3FF; }
  .box-item .box-item-footer {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px; }
    .box-item .box-item-footer .user-item {
      float: left;
      zoom: 1; }
      .box-item .box-item-footer .user-item::after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
        clear: both; }
      @media (max-width: 769px) {
        .box-item .box-item-footer .user-item {
          float: none; } }
    .box-item .box-item-footer .unfollow {
      float: right;
      display: block;
      font-size: 14px; }
      @media (max-width: 769px) {
        .box-item .box-item-footer .unfollow {
          float: none;
          clear: both;
          margin-top: 20px;
          text-align: center;
          background-color: #f7f7f7;
          padding: 10px 0; } }

.stretch .box-item h3 {
  -ms-flex-positive: initial;
  flex-grow: initial; }

.stretch .box-item p {
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  overflow: hidden; }

/* BEGIN MISC VARIABLES */
img.js-toggle-calendar-layout, img.js-toggle-list-layout {
  height: 40px !important; }

.mini-calendar {
  opacity: 0;
  height: 0;
  float: left;
  position: relative;
  left: -1000px;
  top: 0;
  /*.fc-event-container {
		display: none;
	}*/ }
  .mini-calendar.active {
    height: initial;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    opacity: 1;
    margin-bottom: 20px;
    left: 0; }
  .mini-calendar .fc-head {
    display: none; }
  .mini-calendar td.fc-today .fc-day-number {
    color: black !important; }
  .mini-calendar .fc-toolbar .fc-center {
    width: 100%;
    display: block;
    position: relative; }
    .mini-calendar .fc-toolbar .fc-center h2 {
      width: 100%;
      text-align: center;
      float: none; }
    .mini-calendar .fc-toolbar .fc-center img {
      position: absolute;
      float: none;
      cursor: pointer; }
      .mini-calendar .fc-toolbar .fc-center img.previous-button {
        left: 5px; }
      .mini-calendar .fc-toolbar .fc-center img.next-button {
        right: 5px;
        top: 0px; }
      @media (min-width: 1241px) {
        .mini-calendar .fc-toolbar .fc-center img.previous-button {
          left: 10px; }
        .mini-calendar .fc-toolbar .fc-center img.next-button {
          right: 10px;
          top: 0px; } }
  .mini-calendar .fc-day-grid-event {
    opacity: 0;
    position: relative;
    top: -10px; }
  .mini-calendar .fc-row {
    height: 28px !important;
    min-height: 0 !important; }
  .mini-calendar .fc-day-number {
    position: relative !important;
    left: 0 !important;
    top: 5px !important;
    color: #A5A5A5 !important;
    font-size: 14px;
    float: none !important;
    font-weight: 400; }
  @media (min-width: 1241px) {
    .mini-calendar .fc-row {
      height: 46px !important;
      min-height: 0 !important; }
    .mini-calendar .fc-day-number {
      top: 14px !important; } }
  .mini-calendar .fc-day-top {
    text-align: center; }
  .mini-calendar .fc-header-toolbar {
    background: #dcddde;
    padding: 20px 0;
    margin-bottom: 0 !important;
    text-align: center; }
    .mini-calendar .fc-header-toolbar h2 {
      font-size: 18px;
      font-family: "Montserrat";
      margin: 0;
      color: #555; }
  .mini-calendar td.fc-today {
    background: white !important; }

.big-calendar td.fc-today {
  background: white !important; }
  .big-calendar td.fc-today .fc-day-number {
    font-weight: 400;
    color: black !important; }

.big-calendar .fc-day-grid-container {
  height: 100% !important; }

td.fc-day {
  background: white; }

td.fc-other-month {
  background: #fafafa !important; }

.fc-day-number {
  position: relative !important;
  top: 10px !important;
  left: 10px !important;
  color: #A5A5A5 !important;
  font-size: 14px;
  float: none !important;
  font-weight: 200; }

.fc-day-top {
  border-color: #ddd !important; }

.fc th {
  position: relative !important;
  left: 10px !important;
  text-align: left !important;
  font-weight: 200;
  color: #A5A5A5 !important;
  font-size: 14px; }

.fc-widget-header {
  border-style: none !important;
  padding: 10px 0; }

.fc-today-button {
  display: none; }

.fc-header-toolbar {
  margin-bottom: 20px; }
  .fc-header-toolbar h2 {
    font-size: 24px;
    font-family: "Montserrat";
    margin: 0 20px; }

.fc-event {
  position: relative;
  top: 10px;
  border-radius: 0 !important;
  padding: 0 10px !important;
  font-weight: 200 !important; }

.fc-left img {
  position: relative;
  top: 5px;
  cursor: pointer; }

/* BEGIN MISC VARIABLES */
.card-button {
  border: 1px #ddd solid;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  .card-button.no-data {
    background: #fbfbfb;
    box-shadow: inset 0px 0px 2px #F19C3E, inset 0px 0px 2px #F19C3E, inset 0px 0px 2px #F19C3E;
    -moz-box-shadow: inset 0px 0px 2px #F19C3E, inset 0px 0px 2px #F19C3E, inset 0px 0px 2px #F19C3E;
    -webkit-box-shadow: inset 0px 0px 2px #F19C3E, inset 0px 0px 2px #F19C3E, inset 0px 0px 2px #F19C3E;
    -o-box-shadow: inset 0px 0px 2px #F19C3E, inset 0px 0px 2px #F19C3E, inset 0px 0px 2px #F19C3E;
    border: none; }
    .card-button.no-data .tag {
      display: none; }
    .card-button.no-data .text-container {
      display: none; }
    .card-button.no-data .date {
      display: none; }
    .card-button.no-data .descriptor {
      display: none; }
    .card-button.no-data .personofcontact-info-container {
      opacity: 0; }
  .card-button a {
    text-decoration: none;
    background-color: #f9fafb;
    padding: 20px;
    text-align: center;
    display: block;
    color: #555; }
    .card-button a:hover {
      cursor: pointer; }

/* BEGIN MISC VARIABLES */
.admin .card .admin-edit {
  font-size: 18px;
  background-color: #f8e71d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  z-index: 4;
  display: none; }
  .admin .card .admin-edit:hover {
    text-decoration: underline;
    cursor: pointer; }

.admin .card:hover .admin-edit {
  display: block; }

@media (min-width: 1241px) {
  .xgrid.col-x2 .card .card-image {
    max-width: 50%; }
  .xgrid.col-x2 .card .card-info-container {
    font-size: 14px;
    line-height: 1.5em; }
    .xgrid.col-x2 .card .card-info-container * {
      font-size: 14px;
      line-height: 1.5em; }
  .xgrid.col-x2 .card .card-image + .card-info-container {
    max-width: 50%; } }

.card {
  border: 1px #ddd solid;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  transition: box-shadow .15s ease-in-out, transform .15s ease-in-out; }
  .card.no-data {
    background: #fbfbfb;
    outline: 1px solid #f19c3e;
    border: none; }
    .card.no-data .tag {
      display: none; }
    .card.no-data .text-container {
      display: none; }
    .card.no-data .date {
      display: none; }
    .card.no-data .descriptor {
      display: none; }
    .card.no-data .person-item-info-container {
      opacity: 0; }
  .card:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -ms-transform: translateY(-5px);
        transform: translateY(-5px); }
  .card.editing {
    outline: 4px solid #f8e71d; }
  .card.outline {
    border: 4px solid #f8e71d; }
  .card .card-image {
    background-position: center;
    background-size: cover;
    float: left;
    width: 100%;
    max-width: 320px; }
    .card .card-image img {
      width: 100%;
      height: auto;
      display: block; }
  .card .card-info-container {
    padding: 20px;
    float: left; }
    .card .card-info-container *:not(br) {
      font-size: 14px;
      line-height: 1.5em; }
      @media (min-width: 1241px) {
        .card .card-info-container *:not(br) {
          font-size: 18px;
          line-height: 1.9em; } }
    .card .card-info-container .header {
      margin: 0;
      font-family: "Montserrat";
      color: #A5A5A5;
      line-height: 24px;
      padding-bottom: 10px; }
    .card .card-info-container .name {
      font-weight: bold;
      color: #555;
      margin: 0; }
    .card .card-info-container .title {
      font-weight: bold;
      color: #555;
      font-style: italic;
      margin: 0;
      line-height: 20px;
      font-size: 14px; }
    .card .card-info-container address {
      margin: 5px 0 0 0;
      color: #555;
      font-weight: 200;
      font-style: normal;
      line-height: 24px;
      font-size: 14px; }
    .card .card-info-container .email {
      margin: 20px 0 0 0; }
      .card .card-info-container .email a {
        text-decoration: none;
        color: #77B3FF; }
    .card .card-info-container p a {
      line-height: initial; }
    .card .card-info-container.center-table {
      display: table;
      height: 150px;
      background: white; }
      .card .card-info-container.center-table p {
        display: table-cell;
        margin: 0;
        background: white;
        width: 680px;
        color: #555;
        line-height: initial;
        font-size: initial;
        margin: 0;
        vertical-align: middle;
        text-align: center; }
        .card .card-info-container.center-table p a {
          text-decoration: none;
          color: #77B3FF;
          font-size: initial; }
  .card.member .card-info-container {
    float: left; }
    .card.member .card-info-container .name {
      margin-top: 0px;
      color: black;
      font-size: 24px; }
  .card.member .card-image {
    float: right;
    height: 100px;
    max-width: 100px;
    margin: 20px; }
  @media (max-width: 769px) {
    .card.member .card-info-container, .card.member .card-image {
      float: none;
      clear: both;
      max-width: calc(100% - 40px);
      margin: 20px auto;
      padding: 0;
      text-align: center; } }
  .card.member .button, .card.member button {
    float: none;
    clear: both;
    width: 100%;
    margin-bottom: 0px;
    border-left: none;
    border-right: none;
    border-bottom: none; }
  .card.region-card {
    position: relative;
    padding-bottom: 60px;
    /*.flag {
			float: left;
			@media (min-width: $breakpoint-mid) {
				float: right;
			}
			margin: 20px;
		}*/ }
    .card.region-card .card-image {
      float: right;
      width: 40%;
      padding: 20px; }
    .card.region-card .card-info-container {
      max-width: 60%;
      float: left;
      width: 60%;
      /*@media (min-width: $breakpoint-mid) {
				width: 360px;
			}
			*/ }
      .card.region-card .card-info-container .region {
        margin: 0px;
        color: black;
        font-size: 24px; }
      .card.region-card .card-info-container .member-count {
        margin: 0 0 10px 0;
        color: #A5A5A5; }
      .card.region-card .card-info-container .description {
        color: #555;
        font-size: 14px;
        line-height: inherit; }
    .card.region-card .button {
      width: 100%;
      margin-bottom: 0px;
      border-left: none;
      border-right: none;
      border-bottom: none;
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (max-width: 1241px) {
      .card.region-card .card-image {
        float: none;
        width: 60%;
        margin: 0 auto; }
      .card.region-card .card-info-container {
        float: none;
        width: 100%;
        max-width: 100%; } }
  .card.spotlight-card {
    border-bottom: none;
    height: 100%; }
    .card.spotlight-card .card-image {
      padding: 20px;
      height: 200px; }
      .card.spotlight-card .card-image img {
        max-height: 100%; }
    .card.spotlight-card .card-info-container * {
      font-size: 14px; }
    .card.spotlight-card .button {
      clear: both;
      margin: 0px -1px;
      width: auto;
      display: block;
      position: absolute;
      bottom: 0;
      width: calc(100% + 2px); }
    @media (min-width: 769px) {
      .card.spotlight-card .card-image {
        max-width: 200px; }
      .card.spotlight-card .card-info-container {
        max-width: 490px; } }
    @media (min-width: 1241px) {
      .card.spotlight-card .card-image {
        max-width: 200px; }
      .card.spotlight-card .card-info-container {
        max-width: 370px; } }
  .card.program-card {
    position: relative;
    margin-bottom: 20px; }
    .card.program-card .card-image {
      padding: 20px 0 20px 20px;
      max-width: 350px; }
    .card.program-card .card-info-container {
      float: right;
      width: 60%;
      /*@media (min-width: $breakpoint-mid) {
				width: 360px;
			}
			*/ }
      .card.program-card .card-info-container .edition {
        margin: 0px;
        color: black;
        font-size: 24px; }
      .card.program-card .card-info-container .release-date {
        margin: 0 0 0 0;
        color: #A5A5A5; }
      .card.program-card .card-info-container h3 {
        margin: 10px 0 0 0; }
      .card.program-card .card-info-container .contents {
        position: relative;
        list-style: none;
        color: #555; }
        .card.program-card .card-info-container .contents li:before {
          content: "-";
          position: absolute;
          left: 21px; }
      .card.program-card .card-info-container .button {
        position: relative;
        max-width: 230px;
        text-align: left; }
        .card.program-card .card-info-container .button img {
          position: absolute;
          right: 20px;
          top: 24px; }
    .card.program-card .material-reveal {
      width: 100%;
      float: left;
      text-align: center;
      border-top: 1px solid #eee;
      margin: 0 20px;
      padding: 20px 0;
      color: #555; }
      .card.program-card .material-reveal:hover {
        cursor: pointer; }
      .card.program-card .material-reveal p {
        margin: 0; }
        .card.program-card .material-reveal p .down-arrow {
          padding-left: 10px; }
        .card.program-card .material-reveal p .up-arrow {
          display: none;
          padding-left: 10px; }
    .card.program-card .hidden-material {
      height: 0px;
      width: 100%;
      padding: 0 20px;
      color: #555;
      float: left;
      transition: height 0.4s; }
      .card.program-card .hidden-material p {
        line-height: initial; }
      .card.program-card .hidden-material.active {
        height: 300px; }
    @media (max-width: 1241px) {
      .card.program-card .card-image {
        float: none;
        padding: 20px 0 0 0;
        width: 60%;
        margin: 0 auto; }
      .card.program-card .card-info-container {
        float: none;
        width: 100%; } }

/* BEGIN MISC VARIABLES */

/* BEGIN MISC VARIABLES */
.button.show-category-list {
  margin-bottom: 0;
  text-align: left;
  position: relative; }
  .button.show-category-list .arrow {
    display: none;
    position: absolute;
    top: 19px;
    right: 20px; }
    .button.show-category-list .arrow.active {
      display: block; }

.category-list {
  margin: 0 0 20px 0;
  list-style: none;
  padding: 0;
  color: white;
  width: 100%;
  max-height: 0;
  transition: max-height 0.8s;
  overflow: hidden;
  border: 1px #ddd solid;
  color: #555;
  background-color: #f7f7f7; }
  .category-list.active {
    transition: max-height 0.8s;
    max-height: 600px; }
  @media (min-width: 769px) {
    .category-list {
      max-height: inherit; } }
  .category-list > li {
    cursor: pointer;
    font-weight: 200; }
    .category-list > li:first-child > a {
      border-top: none; }
    .category-list > li > a {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .category-list > li a {
      display: block;
      padding: 15px 20px;
      color: #555; }
      .category-list > li a:hover {
        background-color: rgba(255, 255, 255, 0.3); }
    .category-list > li.selected a {
      background-color: rgba(0, 0, 0, 0.1); }
    .category-list > li.js-category-accordion-topic.active > a {
      background-image: url("../assets/svg/up-arrow.c659a69dad04.svg"); }
    .category-list > li.js-category-accordion-topic > a {
      background-image: url("../assets/svg/down-arrow.421716f0e4e6.svg");
      background-position: right 15px center;
      background-repeat: no-repeat;
      background-size: 20px auto;
      padding-right: 50px; }
    .category-list > li.js-category-accordion-topic img {
      display: none; }
    .category-list > li p {
      padding: 20px;
      margin: 0; }
    .category-list > li ul {
      list-style: none;
      max-height: 0;
      overflow: hidden;
      transition: all 0.4s;
      padding: 0; }
      .category-list > li ul li a {
        padding: 20px 20px 20px 40px;
        display: block;
        color: #555;
        font-size: 14px; }
    .category-list > li.active ul {
      max-height: 800px;
      transition: max-height 0.4s; }

/* BEGIN MISC VARIABLES */
.comments-section {
  clear: both;
  width: 100%;
  margin-top: 80px; }
  .comments-section h2 {
    font-size: 36px;
    font-family: "Montserrat";
    margin: 0 0 40px 0; }
  .comments-section .user-photo {
    width: 56px;
    height: 56px;
    margin-right: 22px;
    border-radius: 28px;
    background-color: #eee;
    background-size: cover;
    float: left; }
  .comments-section .post-comment-container {
    width: 100%;
    padding-bottom: 50px;
    position: relative; }
    .comments-section .post-comment-container .comment-actions {
      list-style: none;
      margin: 0;
      padding: 0;
      float: right;
      width: 100%; }
      @media (min-width: 769px) {
        .comments-section .post-comment-container .comment-actions {
          width: 350px;
          float: right; } }
      .comments-section .post-comment-container .comment-actions .checkbox-text {
        margin-right: 5px; }
      .comments-section .post-comment-container .comment-actions li {
        float: right;
        margin: 10px 0 5px 0; }
        .comments-section .post-comment-container .comment-actions li p, .comments-section .post-comment-container .comment-actions li input {
          float: right; }
        .comments-section .post-comment-container .comment-actions li .send-button {
          background-color: #77B3FF;
          text-align: center;
          height: 40px;
          color: white;
          cursor: pointer;
          padding: 0 20px;
          width: auto; }
          .comments-section .post-comment-container .comment-actions li .send-button span {
            position: static; }
    .comments-section .post-comment-container .arrow-left-background {
      top: 17px;
      left: 68px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #A5A5A5;
      position: absolute; }
    .comments-section .post-comment-container .arrow-left {
      top: 18px;
      left: 69px;
      width: 0;
      height: 0;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      border-right: 10px solid white;
      position: absolute; }
    @media (max-width: 769px) {
      .comments-section .post-comment-container .user-photo {
        float: none;
        margin-bottom: 15px; }
      .comments-section .post-comment-container .arrow-left {
        top: -19px;
        left: 18px;
        border: 10px solid transparent;
        border-bottom: 10px solid white; }
      .comments-section .post-comment-container .arrow-left-background {
        top: -20px;
        left: 18px;
        border: 10px solid transparent;
        border-bottom-color: #a5a5a5; } }
    .comments-section .post-comment-container .textarea-container {
      float: left;
      width: 100%;
      height: 60px;
      border: 1px #A5A5A5 solid; }
      @media (min-width: 769px) {
        .comments-section .post-comment-container .textarea-container {
          width: 622px; } }
      @media (min-width: 1241px) {
        .comments-section .post-comment-container .textarea-container {
          width: 802px; } }
      .comments-section .post-comment-container .textarea-container .text-field {
        padding: 10px;
        width: 100%;
        margin: 0px;
        font-size: 16px;
        height: 100%;
        outline: none;
        border: none;
        box-shadow: none;
        resize: none;
        font-family: "Rubik", sans-serif; }
  .comments-section .comment-list {
    clear: both;
    width: 100%; }
    .comments-section .comment-list .comment-container {
      clear: both;
      padding-bottom: 40px;
      padding-left: 80px;
      padding-top: 15px;
      position: relative; }
      .comments-section .comment-list .comment-container:last-child {
        padding-bottom: 0px; }
      .comments-section .comment-list .comment-container .user-photo {
        position: absolute;
        left: 0;
        top: 0; }
      .comments-section .comment-list .comment-container .comment {
        clear: both;
        width: 100%;
        font-family: "Rubik", sans-serif;
        line-height: 30px;
        color: #555; }
        .comments-section .comment-list .comment-container .comment .author {
          width: 100%; }
          .comments-section .comment-list .comment-container .comment .author .username {
            color: #77B3FF;
            font-weight: bold;
            margin-right: 20px;
            font-size: 14px;
            text-decoration: none; }
          .comments-section .comment-list .comment-container .comment .author .date {
            border: none;
            color: #A5A5A5;
            font-size: 14px; }
        .comments-section .comment-list .comment-container .comment p {
          margin: 10px 0; }
        .comments-section .comment-list .comment-container .comment .comment-footer a {
          display: inline-block;
          margin-right: 10px; }
          .comments-section .comment-list .comment-container .comment .comment-footer a.yellow {
            color: black;
            background-color: #fdf7b1;
            padding: 0px 10px; }
      @media (max-width: 769px) {
        .comments-section .comment-list .comment-container {
          padding-left: 0;
          border-top: 1px solid #eee;
          padding-top: 20px; }
          .comments-section .comment-list .comment-container .user-photo {
            position: static;
            left: auto;
            top: auto;
            margin: 0 auto;
            float: left; }
          .comments-section .comment-list .comment-container .comment .author {
            margin-top: -55px;
            float: left;
            width: 100%;
            height: auto;
            padding-left: 80px;
            text-align: left;
            margin-bottom: 20px; }
            .comments-section .comment-list .comment-container .comment .author .username {
              display: block;
              float: none;
              width: 100%;
              height: auto;
              padding: 5px 0 0 0; }
            .comments-section .comment-list .comment-container .comment .author .date {
              text-align: left;
              display: block;
              float: none;
              width: 100%;
              height: auto;
              margin: 0;
              padding: 0 0 10px 0;
              line-height: 0.9em; } }

/* BEGIN MISC VARIABLES */
.hidden-left-column {
  position: relative; }
  .hidden-left-column .button img {
    padding-left: 10px;
    position: relative;
    top: 2px; }
  .hidden-left-column .button .up {
    display: none; }

.hiding-panel {
  height: 10000px;
  width: 100%;
  background-color: #bada55;
  position: absolute;
  top: -10000px;
  z-index: -2;
  background-color: white; }

.hidden-container {
  position: absolute;
  z-index: -3; }

.content-modules {
  clear: both;
  zoom: 1; }
  .content-modules iframe {
    max-width: 100%; }
  .content-modules::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .content-modules h2.toplined:before, .content-modules h3.toplined:before, .content-modules h4.toplined:before {
    content: " ";
    width: 50px;
    height: 2px;
    background-color: #000;
    display: block;
    margin-bottom: 20px;
    margin-top: 40px; }
  .content-modules h2.strikethrough, .content-modules h3.strikethrough, .content-modules h4.strikethrough {
    position: relative; }
    .content-modules h2.strikethrough.one, .content-modules h3.strikethrough.one, .content-modules h4.strikethrough.one {
      margin-top: 0;
      text-align: center; }
      .content-modules h2.strikethrough.one:before, .content-modules h3.strikethrough.one:before, .content-modules h4.strikethrough.one:before {
        content: "";
        display: block;
        border-top: solid 1px #77B3FF;
        width: 100%;
        max-width: 880px;
        height: 1px;
        position: absolute;
        top: 50%;
        z-index: 1;
        border-top: solid 1px #555; }
    .content-modules h2.strikethrough span, .content-modules h3.strikethrough span, .content-modules h4.strikethrough span {
      background: #fff;
      padding: 0 20px;
      position: relative;
      z-index: 5;
      font-weight: 200; }
  .content-modules p {
    line-height: 30px;
    margin: 10px auto; }
    .content-modules p:last-child {
      margin-bottom: 0; }
    @media (min-width: 769px) {
      .content-modules p.toplined:before {
        content: " ";
        width: 50px;
        height: 2px;
        background-color: #000;
        display: block;
        position: relative;
        left: -65px;
        top: 15px; } }
  .content-modules .info-text {
    background-color: #eee;
    display: block;
    padding: 20px;
    text-align: center; }
    .content-modules .info-text p {
      margin: 0; }
  .content-modules section {
    zoom: 1;
    padding-bottom: 20px;
    clear: both;
    margin-bottom: 20px; }
    .content-modules section::after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
      clear: both; }
    .content-modules section.small, .content-modules .cm_textblock, .content-modules .cm_person, .content-modules .cm_quote blockquote {
      max-width: 580px;
      margin: 0 auto 20px 150px; }
      @media (max-width: 1241px) {
        .content-modules section.small, .content-modules .cm_textblock, .content-modules .cm_person, .content-modules .cm_quote blockquote {
          max-width: 100%;
          margin-left: 0; } }
    .content-modules section.cm_insert {
      padding: 0;
      margin: 0; }
  .content-modules .cm_textblock_wide h2 {
    font-size: 36px;
    font-family: "Montserrat"; }
  .content-modules .cm_textblock_wide h3 {
    font-size: 24px;
    font-family: "Montserrat"; }
  .content-modules .cm_textblock_left {
    max-width: 580px;
    /*@media (max-width: $breakpoint-max) {
			max-width: 100%;
		}*/ }
  .content-modules .cm_textblock {
    line-height: 1.9em; }
    .content-modules .cm_textblock h2 {
      font-size: 36px;
      font-family: "Montserrat";
      border-bottom: 1px solid #CCC;
      line-height: 1.2em;
    }
      /*.content-modules .cm_textblock h2:before {*/
      /*  content: " ";*/
      /*  width: 140px;*/
      /*  height: 2px;*/
      /*  background-color: #000;*/
      /*  display: inline-block;*/
      /*  margin: 0px 20px 0 -120px;*/
      /*  position: relative;*/
      /*  top: -11px; }*/
      @media (max-width: 1241px) {
        .content-modules .cm_textblock h2:before {
          width: 80px;
          margin-left: -60px; } }
      @media (max-width: 769px) {
        .content-modules .cm_textblock h2 {
          font-size: 18px; }
          .content-modules .cm_textblock h2:before {
            content: "";
            display: none; } }
    .content-modules .cm_textblock h3 {
      font-size: 24px;
      line-height: 1.0em;
      margin-top: 1.2em; }
      /*.content-modules .cm_textblock h3:before {*/
      /*  content: " ";*/
      /*  width: 50px;*/
      /*  height: 2px;*/
      /*  background-color: #000;*/
      /*  display: inline-block;*/
      /*  margin: 0px 20px 0 -30px;*/
      /*  position: relative;*/
      /*  top: -7px; }*/
      @media (max-width: 769px) {
        .content-modules .cm_textblock h3 {
          font-size: 16px; }
          .content-modules .cm_textblock h3:before {
            content: "";
            display: none; } }
    .content-modules .cm_textblock h4 {
      font-size: 18px; }
      @media (max-width: 769px) {
        .content-modules .cm_textblock h4 {
          font-size: 14px; } }
    .content-modules .cm_textblock figure {
      float: left;
      width: 280px;
      margin: 0 40px 30px  -150px;
      border: 1px solid #ddd; }
      .content-modules .cm_textblock figure.bordered {
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 20px; }
      .content-modules .cm_textblock figure img {
        display: block;
        width: 100%;
        height: auto; }
      .content-modules .cm_textblock figure + h2:before, .content-modules .cm_textblock figure + h3:before {
        content: "";
        display: none; }
      @media (max-width: 1241px) {
        .content-modules .cm_textblock figure {
          float: none;
          padding: 0 0 40px 0;
          margin: 0 0 20px 0;
          width: 100%; } }
      @media (max-width: 769px) {
        .content-modules .cm_textblock figure.bordered {
          border: none;
          padding: 0 0 10px 0; } }
  .content-modules .cm_person {
    margin: 0 0 20px auto; }
    @media (min-width: 769px) {
      .content-modules .cm_person {
        max-width: 60%; } }
    .content-modules .cm_person h2 {
      font-size: 36px;
      font-family: "Montserrat"; }
      .content-modules .cm_person h2:before {
        content: " ";
        width: 140px;
        height: 2px;
        background-color: #000;
        display: inline-block;
        margin: 0px 20px 0 -120px;
        position: relative;
        top: -11px; }
      @media (max-width: 1241px) {
        .content-modules .cm_person h2:before {
          width: 80px;
          margin-left: -60px; } }
      @media (max-width: 769px) {
        .content-modules .cm_person h2 {
          font-size: 18px; }
          .content-modules .cm_person h2:before {
            content: "";
            display: none; } }
    .content-modules .cm_person h3 {
      font-size: 24px; }
      .content-modules .cm_person h3:before {
        content: " ";
        width: 50px;
        height: 2px;
        background-color: #000;
        display: inline-block;
        margin: 0px 20px 0 -30px;
        position: relative;
        top: -7px; }
      @media (max-width: 769px) {
        .content-modules .cm_person h3 {
          font-size: 16px; }
          .content-modules .cm_person h3:before {
            content: "";
            display: none; } }
    .content-modules .cm_person h4 {
      font-size: 18px; }
      @media (max-width: 769px) {
        .content-modules .cm_person h4 {
          font-size: 14px; } }
    .content-modules .cm_person figure {
      float: left; }
      .content-modules .cm_person figure.bordered {
        border: 1px solid #A5A5A5;
        background-color: #fff;
        padding: 20px; }
      .content-modules .cm_person figure img {
        width: 100%;
        height: auto; }
      .content-modules .cm_person figure + h2:before, .content-modules .cm_person figure + h3:before {
        content: "";
        display: none; }
      @media (min-width: 769px) {
        .content-modules .cm_person figure {
          width: 50%;
          margin-left: -66%; } }
      @media (max-width: 769px) {
        .content-modules .cm_person figure {
          margin-bottom: 30px; }
          .content-modules .cm_person figure.bordered {
            border: none;
            padding: 0 0 10px 0; } }
  .content-modules .cm_frame iframe {
    width: 100%;
    margin: 0 auto;
    border: none; }
  .content-modules .cm_figure.inboxing figure {
    border-top: 550px solid #f6f6f6;
    overflow: hidden; }
    .content-modules .cm_figure.inboxing figure img {
      height: 550px;
      width: auto;
      margin: 0 auto;
      margin-top: -550px; }
  @media (max-width: 769px) {
    .content-modules .cm_figure.inboxing {
      border-top: 450px solid #f6f6f6; }
      .content-modules .cm_figure.inboxing img {
        height: 450px;
        width: auto;
        margin: 0 auto;
        margin-top: -450px; } }
  .content-modules .cm_figure figure img {
    width: 100%;
    height: auto;
    display: block; }
  .content-modules .cm_figure figure figcaption {
    padding: 10px 0 40px 0; }
    .content-modules .cm_figure figure figcaption * {
      font-size: 14px; }
    .content-modules .cm_figure figure figcaption p {
      margin: 0; }
    .content-modules .cm_figure figure figcaption span {
      padding-left: 10px;
      color: #A5A5A5;
      display: inline-block; }
  .content-modules .cm_list ul {
    zoom: 1;
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%; }
    .content-modules .cm_list ul::after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
      clear: both; }
    .content-modules .cm_list ul dt {
      float: left;
      clear: left; }
    .content-modules .cm_list ul dd {
      float: left;
      margin: 0; }
    .content-modules .cm_list ul li {
      display: block;
      padding: 20px 0px;
      border-bottom: 1px solid #ddd; }
  .content-modules .cm_list dl {
    zoom: 1;
    padding: 0px;
    margin: 0px;
    list-style: none; }
    .content-modules .cm_list dl::after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
      clear: both; }
    .content-modules .cm_list dl dt {
      float: left;
      clear: left; }
    .content-modules .cm_list dl dd {
      float: left;
      margin: 0; }
    .content-modules .cm_list dl dt {
      margin-top: 10px;
      width: 50%;
      padding-right: 20px;
      border-top: 1px solid black;
      padding-top: 10px;
      font-weight: bold; }
      .content-modules .cm_list dl dt small {
        display: block; }
    .content-modules .cm_list dl dd {
      margin-top: 10px;
      border-top: 1px solid black;
      padding-top: 10px;
      width: 50%;
      text-align: right; }
  .content-modules .cm_quote blockquote {
    display: block;
    font-style: italic;
    font-size: 36px;
    text-align: center;
    line-height: 51px;
    color: #666; }
    .content-modules .cm_quote blockquote:before {
      content: '"';
      font-size: 64px;
      color: #ddd;
      line-height: 0px;
      display: inline-block;
      position: relative; }
    .content-modules .cm_quote blockquote:after {
      content: '"';
      font-size: 64px;
      color: #ddd;
      line-height: 10px;
      position: absolute;
      padding-top: 20px;
      display: inline-block; }
  .content-modules .cm_table {
    /* defaults */ }
    .content-modules .cm_table table {
      width: 100%;
      text-align: left; }
    .content-modules .cm_table thead th {
      border-bottom: 1px solid #ddd; }
    .content-modules .cm_table tr:nth-child(even) {
      background-color: #eee; }
    .content-modules .cm_table td, .content-modules .cm_table th {
      padding: 10px 10px; }
      .content-modules .cm_table td.right, .content-modules .cm_table th.right {
        text-align: right; }
    .content-modules .cm_table th {
      padding-bottom: 10px; }
    @media (max-width: 769px) {
      .content-modules .cm_table table,
      .content-modules .cm_table thead,
      .content-modules .cm_table tbody,
      .content-modules .cm_table th,
      .content-modules .cm_table td,
      .content-modules .cm_table tr {
        display: block;
        overflow: hidden; }
      .content-modules .cm_table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px; }
      .content-modules .cm_table tr:nth-child(even) {
        border-top: 1px solid #A5A5A5; }
        .content-modules .cm_table tr:nth-child(even) td {
          border-bottom: 1px solid #ddd; }
      .content-modules .cm_table td {
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #ddd; }
        .content-modules .cm_table td:before {
          content: attr(data-label) ": ";
          -ms-flex: 0 0 5em;
              flex: 0 0 5em;
          font-weight: bold;
          margin-right: 1em;
          margin-bottom: 0.25em; } }
    .content-modules .cm_table *,
    .content-modules .cm_table *::before,
    .content-modules .cm_table *::after {
      box-sizing: inherit; }
  .content-modules .cm-grid {
    overflow: hidden; }

/* BEGIN MISC VARIABLES */
.cropping-modal {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
  position: fixed; }
  .cropping-modal .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer; }
  .cropping-modal .cropping-container {
    width: 800px;
    height: 600px;
    margin-left: -400px;
    margin-top: -300px;
    z-index: 1000;
    padding: 20px;
    overflow-y: scroll;
    position: absolute;
    background-color: white;
    left: 50%;
    top: 50%; }
  .cropping-modal h3 {
    clear: both; }

.scaling-error .cropper-view-box {
  outline: #F65959 solid 1px;
  outline-color: rgba(246, 89, 89, 0.75); }

.scaling-error .cropper-point {
  background-color: #F65959; }

/* BEGIN MISC VARIABLES */
.date-selection-container {
  width: 100%;
  margin-bottom: 20px;
  float: left; }
  .date-selection-container .date-variant-container {
    clear: both;
    float: left;
    margin: 20px 0; }
    .date-selection-container .date-variant-container .date-variant {
      display: none;
      width: 100%; }
      .date-selection-container .date-variant-container .date-variant input {
        font-size: 18px;
        float: left;
        height: 60px;
        padding: 0 20px;
        margin-right: 20px;
        font-family: "Rubik", sans-serif; }
        .date-selection-container .date-variant-container .date-variant input.time {
          width: 140px; }
        .date-selection-container .date-variant-container .date-variant input.input-date {
          width: 200px; }
      .date-selection-container .date-variant-container .date-variant.active {
        display: block; }
      .date-selection-container .date-variant-container .date-variant p {
        margin: 20px 20px 0 0;
        float: left; }
  .date-selection-container .label-text {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 5px 0; }

/* BEGIN MISC VARIABLES */
.card-button.download {
  display: inline-block;
  margin-right: 20px;
  max-width: 30%; }
  .card-button.download a {
    text-align: left;
    position: relative;
    padding-right: 75px; }
    .card-button.download a img {
      position: absolute;
      right: 20px;
      top: 23px; }


.draggable-anchor {
  cursor: pointer; }

/* BEGIN MISC VARIABLES */
.event-summary-container {
  border: 1px #ddd solid;
  padding: 20px;
  margin-bottom: 20px; }
  .event-summary-container p {
    margin: 0; }
    .event-summary-container p.light-text {
      color: #A5A5A5; }
    .event-summary-container p.time {
      font-size: 18px;
      font-size: 24px;
      font-weight: bold;
      font-family: "Montserrat"; }
    .event-summary-container p.place {
      margin-bottom: 20px; }
    .event-summary-container p a {
      text-decoration: none;
      color: #77B3FF; }
    .event-summary-container p:nth-child(6) {
      margin-top: 20px; }
  .event-summary-container .title {
    margin: 0 0 20px 0;
    font-family: "Montserrat"; }

/* BEGIN MISC VARIABLES */
.event, .job {
  margin-bottom: 20px;
  float: left;
  width: 100%; }
  .event:last-child, .job:last-child {
    margin-bottom: 80px; }
  .event .date-container, .job .date-container {
    width: 100%;
    height: 205px;
    padding: 20px;
    border: 1px #ddd solid;
    border-bottom: none;
    background: white;
    float: left;
    position: relative; }
    .event .date-container .category, .job .date-container .category {
      background: #77b3ff;
      color: white;
      padding: 5px;
      float: left;
      top: 20px;
      left: -10px;
      position: absolute;
      font-weight: 200; }
  .event img, .job img {
    width: 300px;
    float: left; }
  .event .event-info-container, .job .event-info-container {
    width: 299px;
    border: 1px #ddd solid;
    float: left;
    background: white; }
    .event .event-info-container h2, .job .event-info-container h2 {
      float: left;
      margin: 20px;
      font-size: 36px;
      color: black; }
    .event .event-info-container p, .job .event-info-container p {
      margin: 0 20px 20px 20px;
      font-size: 18px;
      color: #555; }
  @media (min-width: 769px) {
    .event .event-info-container, .job .event-info-container {
      width: 274px;
      margin-left: 20px; }
    .event .date-container, .job .date-container {
      margin-right: 0;
      border: 1px #ddd solid;
      height: 205px;
      width: 205px; }
    .event img, .job img {
      width: 100%; } }
  @media (min-width: 1241px) {
    .event .event-info-container, .job .event-info-container {
      width: 654px;
      margin-left: 20px;
      height: 205px; }
      .event .event-info-container h2, .job .event-info-container h2 {
        width: 100%; }
      .event .event-info-container p, .job .event-info-container p {
        width: 100%; }
      .event .event-info-container.with-photo .text-container, .job .event-info-container.with-photo .text-container {
        width: 60%;
        float: left; }
      .event .event-info-container.with-photo img, .job .event-info-container.with-photo img {
        width: 40%;
        float: left;
        height: 203px; } }

/* BEGIN MISC VARIABLES */
.comments-section .comment-list .comment-container .meta {
  border-top: 1px solid #eee;
  zoom: 1;
  padding-top: 2px;
  clear: both; }
  .comments-section .comment-list .comment-container .meta::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .comments-section .comment-list .comment-container .meta span {
    display: inline-block;
    padding-right: 20px;
    font-size: 14px;
    color: #A5A5A5; }
  .comments-section .comment-list .comment-container .meta a {
    float: right;
    font-size: 14px; }
  @media (max-width: 769px) {
    .comments-section .comment-list .comment-container .meta {
      text-align: center;
      background-color: #f7f7f7; }
      .comments-section .comment-list .comment-container .meta a {
        float: none;
        text-align: center;
        display: block;
        padding: 10px;
        background-color: rgba(119, 179, 255, 0.1); } }

.comments-section .comment-list .comment-container .comment-footer a {
  font-size: 14px; }

.forum-comment {
  background-color: #f7f7f7;
  padding: 20px 20px 0px 20px;
  margin-left: 60px;
  zoom: 1; }
  .forum-comment::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .forum-comment .button-container {
    border-top: 2px solid #eee;
    margin-top: 20px;
    padding-top: 20px; }
    .forum-comment .button-container .input-container {
      float: left;
      width: auto; }
    .forum-comment .button-container button {
      float: right; }
  @media (max-width: 769px) {
    .forum-comment {
      margin-left: 0; } }

/* BEGIN MISC VARIABLES */
.job-item .item > a figure {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

@media (max-width: 769px) {
  .job-item .square-holder {
    display: none; }
  .job-item .item {
    position: relative; }
    .job-item .item > a {
      background: none;
      border: none;
      position: relative; }
      .job-item .item > a figure {
        border: 1px #ddd solid;
        padding-bottom: 100%;
        position: static;
        width: 100%; }
      .job-item .item > a .tag {
        top: 0%;
        margin-top: 100%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
      .job-item .item > a .event-container {
        display: none; }
      .job-item .item > a .item-content {
        position: static;
        top: 66.666%;
        max-height: 33.333%;
        padding-top: 20px; }
        .job-item .item > a .item-content .title {
          display: block;
          padding-top: 10px;
          font-weight: normal; }
        .job-item .item > a .item-content .description {
          display: block; }
          .job-item .item > a .item-content .description p {
            font-size: 14px;
            margin-top: 5px; }
            .job-item .item > a .item-content .description p small {
              color: #A5A5A5; }
      .job-item .item > a.with-photo {
        color: #555; }
        .job-item .item > a.with-photo .event-container {
          color: #fff;
          text-shadow: 2px 2px 1px rgba(1, 1, 1, 0.4); }
        .job-item .item > a.with-photo .item-content .title {
          text-shadow: 0 0 0 transparent;
          padding: inherit;
          color: #555;
          padding: 0; }
        .job-item .item > a.with-photo .item-content .description p {
          color: #555;
          text-shadow: 0 0 0 transparent; } }

/* BEGIN MISC VARIABLES */
.login-background {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
  position: absolute; }
  .login-background .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer; }
  .login-background .login-container {
    width: 300px;
    height: 600px;
    margin-left: -150px;
    margin-top: -300px;
    z-index: 1000;
    position: absolute;
    background-color: white;
    left: 50%;
    top: 50%; }
    @media (min-width: 1241px) {
      .login-background .login-container {
        width: 520px;
        height: 560px;
        margin-left: -235px;
        margin-top: -280px; } }

.login-container .contents {
  width: 100%;
  padding: 20px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .login-container .contents h2 {
    margin: 0 0 20px 0;
    font-size: 36px;
    font-family: "Montserrat";
    text-align: center; }
  .login-container .contents .login {
    width: 200px;
    margin: 0 auto;
    float: none; }
  .login-container .contents .input-container {
    width: 100%;
    max-width: 480px;
    margin-bottom: 10px; }

.login-container .stay-logged-in {
  width: 300px;
  margin-top: 20px;
  float: left; }
  .login-container .stay-logged-in .input-container {
    width: 100%;
    margin-bottom: 20px !important; }

.login-container .forgotten-password {
  color: #A5A5A5;
  float: left;
  margin-bottom: 20px; }
  @media (min-width: 1241px) {
    .login-container .forgotten-password {
      float: right; } }

.login-container .registration-container {
  width: 100%;
  padding-top: 20px;
  float: left; }
  .login-container .registration-container .register {
    width: 100%;
    text-align: center;
    color: #A5A5A5; }
    .login-container .registration-container .register a {
      color: #A5A5A5; }

/* BEGIN MISC VARIABLES */
.message-item {
  background-color: white; }
  .message-item td {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 14px; }
    .message-item td a {
      font-size: 14px; }
    .message-item td.subject a {
      font-size: 18px;
      display: block;
      width: 100%; }

/* BEGIN MISC VARIABLES */
.messages-box {
  margin-top: 40px; }
  .messages-box .message {
    border: 1px solid #ddd;
    padding: 20px; }
    .messages-box .message .user-item {
      float: none;
      width: 100%; }
    .messages-box .message time {
      color: #A5A5A5; }
    .messages-box .message .message-title {
      clear: both;
      font-weight: bold;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
      padding: 10px 0; }
    .messages-box .message .message-actions {
      border-top: 1px solid #ddd;
      margin: 20px -20px -20px -20px;
      background-color: #eee;
      zoom: 1;
      padding: 20px 0 20px 20px; }
      .messages-box .message .message-actions::after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
        clear: both; }
      .messages-box .message .message-actions ul {
        zoom: 1;
        padding: 0px;
        margin: 0px;
        list-style: none; }
        .messages-box .message .message-actions ul::after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden;
          clear: both; }
        .messages-box .message .message-actions ul dt {
          float: left;
          clear: left; }
        .messages-box .message .message-actions ul dd {
          float: left;
          margin: 0; }
        .messages-box .message .message-actions ul li {
          float: left; }
          .messages-box .message .message-actions ul li a.link, .messages-box .message .message-actions ul li a.button {
            height: 40px;
            line-height: 40px;
            padding: 0 20px;
            margin: 0; }
          .messages-box .message .message-actions ul li.delete {
            float: right; }
            .messages-box .message .message-actions ul li.delete a {
              font-size: 14px; }

/* BEGIN MISC VARIABLES */
.offer-category {
  margin-bottom: 80px; }
  .offer-category .offer {
    zoom: 1;
    margin-bottom: 20px; }
    .offer-category .offer::after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
      clear: both; }
    .offer-category .offer .details {
      float: left;
      width: 80%;
      padding-right: 8%; }
      .offer-category .offer .details .x-item {
        max-width: 375px; }
      .offer-category .offer .details .text {
        border: none;
        width: 100%;
        float: left;
        color: #555;
        height: inherit;
        line-height: inherit;
        margin-top: 0px;
        padding-right: 20px; }
      .offer-category .offer .details .percent {
        border: none;
        width: 100%;
        float: left;
        color: #555;
        font-size: 1.5em;
        margin: 0px; }
    .offer-category .offer address {
      float: left;
      width: 100%;
      padding-top: 40px; }
      @media (min-width: 1241px) {
        .offer-category .offer address {
          width: 20%; } }
    .offer-category .offer h3.toplined:before {
      margin-top: 0px; }

.toplined .highlight {
  color: #F65959; }

/* BEGIN MISC VARIABLES */
.overview-container {
  padding: 20px;
  width: 100%;
  border: 1px #ddd solid;
  clear: both; }
  .overview-container img.head {
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -20px; }
  .overview-container h2 {
    text-align: center;
    margin: 20px 0;
    font-size: 36px;
    font-family: "Montserrat"; }
  .overview-container p {
    text-align: center;
    margin: 0 20px 20px 20px;
    color: #555; }
    @media (min-width: 1241px) {
      .overview-container p {
        margin: 0 140px 20px 140px; } }
    .overview-container p:last-child {
      margin-bottom: 0px; }
    .overview-container p img {
      top: 7px;
      position: relative;
      right: -5px; }
  .overview-container a {
    text-decoration: none;
    color: #555; }

/* BEGIN MISC VARIABLES */
.pagination {
  text-align: center;
  padding: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee;
  clear: both;
  zoom: 1; }
  .pagination::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .pagination a {
    font-size: 14px;
    display: inline-block;
    padding: 4px 5px; }
    .pagination a.previous {
      background-image: url("../assets/svg/left-arrow.ec917904df5e.svg");
      background-size: 13px auto;
      -moz-background-size: 13px auto;
      -webkit-background-size: 13px auto;
      -o-background-size: 13px auto;
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 25px;
      text-align: left; }
      @media (max-width: 769px) {
        .pagination a.previous {
          display: block;
          margin-bottom: 10px; } }
    .pagination a.next {
      background-image: url("../assets/svg/right-arrow.e0ac9cbeb813.svg");
      background-size: 13px auto;
      -moz-background-size: 13px auto;
      -webkit-background-size: 13px auto;
      -o-background-size: 13px auto;
      background-repeat: no-repeat;
      background-position: right center;
      padding-right: 25px;
      text-align: right; }
      @media (max-width: 769px) {
        .pagination a.next {
          display: block;
          margin-top: 10px; } }
    .pagination a.current {
      font-weight: bold; }

/* BEGIN MISC VARIABLES */

/* BEGIN MISC VARIABLES */
.post-entry {
  float: left;
  margin-right: 10px;
  margin-bottom: 32px;
  margin-right: 10px; }
  .post-entry .image {
    width: 100%;
    height: 135px;
    background-size: cover;
    position: relative; }
  .post-entry .title {
    background: #77B3FF;
    font-size: 14px;
    font-weight: 300;
    margin: 0 auto;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    color: white;
    left: 100.5px;
    bottom: -12px; }
  .post-entry p {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    color: black;
    position: relative;
    top: 12px; }
    .post-entry p.post-title {
      font-family: "Montserrat"; }
    .post-entry p.summary {
      font-size: 14px;
      font-weight: 200;
      display: none; }
      @media (min-width: 1241px) {
        .post-entry p.summary {
          display: block; } }
    .post-entry p.publication-info {
      color: #A5A5A5;
      font-weight: 200;
      font-size: 14px; }

@media (min-width: 321px) {
  .post-entry {
    width: 100%; }
    .post-entry .image {
      width: 100%;
      height: 145px; }
    .post-entry .title {
      left: 112px; } }

@media (min-width: 769px) {
  .post-entry {
    margin-right: 20px;
    width: 240px; }
    .post-entry .image {
      height: 240px; }
    .post-entry .title {
      left: 82px; } }

@media (min-width: 1241px) {
  .post-entry {
    margin-right: 20px;
    width: 280px; }
    .post-entry .image {
      width: 280px;
      height: 220px; }
    .post-entry .title {
      left: 100px; } }

/* BEGIN MISC VARIABLES */
.post-slider {
  zoom: 1;
  clear: both;
  width: 100%;
  margin-top: 80px; }
  .post-slider::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  @media (min-width: 769px) {
    .post-slider h2 {
      width: 80%; } }
  .post-slider h2 {
    float: left;
    font-size: 36px;
    font-family: "Montserrat";
    margin: 0;
    margin-left: 20px; }
  .post-slider .header {
    float: left;
    width: 100%;
    padding-bottom: 20px; }
    .post-slider .header h2 {
      font-size: 36px; }
    .post-slider .header .arrow {
      float: left;
      position: relative;
      top: 11px;
      margin: 0 0;
      padding: 0 10px;
      width: 50px;
      line-height: 0;
      color: #A5A5A5;
      cursor: pointer; }
  @media (max-width: 768px) {
    .post-slider {
      text-align: center; }
      .post-slider .header h2 {
        width: 100%;
        float: none;
        clear: both;
        margin-left: 0px;
        margin-top: 20px; }
      .post-slider .header .arrow {
        float: none !important;
        display: inline-block;
        padding: 10px;
        width: 50px;
        line-height: 0; }
        .post-slider .header .arrow:hover {
          background: #eee; } }

.slider-container {
  width: 100%;
  overflow: hidden; }
  .slider-container .slider {
    width: 10000px;
    position: relative; }
    .slider-container .slider .slider-element {
      position: relative;
      height: 100%;
      float: left;
      margin-right: 10px;
      width: 300px; }
      .slider-container .slider .slider-element .item-container:hover {
        box-shadow: 0 0px 0px transparent;
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
      .slider-container .slider .slider-element .item-container .item > a .item-content .description {
        display: none; }
      .slider-container .slider .slider-element .item-container.offset-content .item .item-wrap .item-content .description {
        display: none; }
      .slider-container .slider .slider-element .item-container.offset-content .item .item-wrap .item-content .title {
        font-size: 14px; }
    @media (min-width: 769px) {
      .slider-container .slider .slider-element {
        margin-right: 20px;
        width: 160px; }
        .slider-container .slider .slider-element .item-container.offset-content .item .item-wrap .item-content .title {
          font-size: 14px; } }
    @media (min-width: 1241px) {
      .slider-container .slider .slider-element {
        width: 280px; }
        .slider-container .slider .slider-element .item-container.offset-content .item .item-wrap .item-content .title {
          font-size: 18px; } }

@media (min-width: 1241px) {
  .homepage-container .slider-container .slider .slider-element {
    width: 285px; } }

/* BEGIN MISC VARIABLES */
.shoutbox {
  border: 1px solid #ddd;
  background-color: #f9fafb;
  margin-bottom: 20px; }
  .shoutbox > h2 {
    margin: 0;
    padding: 20px 20px 10px 20px; }
  .shoutbox > p {
    margin: 0;
    padding: 0 20px 20px 20px;
    font-size: 14px; }
  .shoutbox > p a {
    font-size: 14px; }
  .shoutbox form {
    padding: 0 20px 20px 20px; }
    .shoutbox form textarea {
      width: 100%;
      margin: 0;
      border-bottom: none;
      border-color: #ddd;
      display: block;
      min-height: 60px;
      padding: 10px 10px;
      font-family: "Rubik", sans-serif;
      font-size: 14px;
      outline: none; }
    .shoutbox form button {
      height: 40px;
      padding: 0 20px;
      text-align: center;
      display: block;
      width: 100%;
      line-height: 40px;
      font-size: 14px;
      margin-bottom: 0; }
  .shoutbox .shouts {
    overflow: auto;
    height: 400px;
    border-top: 1px solid #ddd; }
    .shoutbox .shouts .shout {
      border-bottom: 1px solid #ddd;
      padding: 20px; }
      .shoutbox .shouts .shout.dfg {
        background-color: #fff; }
      .shoutbox .shouts .shout > a {
        font-size: 14px;
        display: block;
        line-height: 1.4em;
        zoom: 1; }
        .shoutbox .shouts .shout > a::after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden;
          clear: both; }
        .shoutbox .shouts .shout > a img {
          width: 28px;
          height: 28px;
          margin-bottom: 20px;
          border-radius: 100px;
          float: left;
          display: block;
          border: 1px solid #ddd; }
        .shoutbox .shouts .shout > a span {
          float: left;
          margin-left: 10px;
          display: block;
          max-width: calc(100% - 40px);
          padding-top: 5px; }
        .shoutbox .shouts .shout > a time {
          color: #A5A5A5;
          padding-top: 5px;
          padding-bottom: 10px;
          float: left;
          margin-left: 10px;
          display: block;
          max-width: calc(100% - 40px); }
      .shoutbox .shouts .shout .shout-content > *:first-child {
        margin-top: 0; }
      .shoutbox .shouts .shout .shout-content * {
        font-size: 14px; }
    .shoutbox .shouts a.button.load {
      border: none;
      margin: 0;
      background-color: #eee; }
      .shoutbox .shouts a.button.load:hover {
        background-color: white; }

/* BEGIN MISC VARIABLES */
.admin .slider-widget-container .admin-edit {
  font-size: 18px;
  background-color: #f8e71d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  z-index: 4;
  display: none; }
  .admin .slider-widget-container .admin-edit:hover {
    text-decoration: underline;
    cursor: pointer; }

.admin .slider-widget-container:hover .admin-edit {
  display: block; }

.slider-widget-container {
  width: 100%;
  height: 300px;
  overflow-x: hidden;
  position: relative; }
  @media (min-width: 769px) {
    .slider-widget-container {
      height: 465px; } }
  @media (min-width: 1241px) {
    .slider-widget-container {
      height: 580px; } }
  .slider-widget-container.no-data {
    background: #fbfbfb;
    outline: 1px solid #f19c3e;
    border: none; }
    .slider-widget-container.no-data .tag {
      display: none; }
    .slider-widget-container.no-data .text-container {
      display: none; }
    .slider-widget-container.no-data .date {
      display: none; }
    .slider-widget-container.no-data .descriptor {
      display: none; }
    .slider-widget-container.no-data .person-item-info-container {
      opacity: 0; }
  .slider-widget-container.has-thumbs {
    height: auto;
    overflow-x: initial; }
  .slider-widget-container.editing {
    outline: 4px solid #f8e71d; }

.flexslider.slider-style, .flexslider.slider-withthumbs-style {
  overflow: hidden;
  margin: 0px;
  background: none;
  box-shadow: 0 0 0 transparent;
  border: 0;
  position: relative;
  border-radius: 0;
  border: none;
  height: 300px; }
  @media (min-width: 769px) {
    .flexslider.slider-style, .flexslider.slider-withthumbs-style {
      height: 465px; } }
  @media (min-width: 1241px) {
    .flexslider.slider-style, .flexslider.slider-withthumbs-style {
      height: 580px; } }
  .flexslider.slider-style .flex-viewport, .flexslider.slider-withthumbs-style .flex-viewport {
    height: 100%; }
  .flexslider.slider-style ul.slides, .flexslider.slider-withthumbs-style ul.slides {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    zoom: 1;
    padding: 0px;
    margin: 0px;
    list-style: none; }
    .flexslider.slider-style ul.slides::after, .flexslider.slider-withthumbs-style ul.slides::after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
      clear: both; }
    .flexslider.slider-style ul.slides dt, .flexslider.slider-withthumbs-style ul.slides dt {
      float: left;
      clear: left; }
    .flexslider.slider-style ul.slides dd, .flexslider.slider-withthumbs-style ul.slides dd {
      float: left;
      margin: 0; }
    .flexslider.slider-style ul.slides > li, .flexslider.slider-withthumbs-style ul.slides > li {
      height: 100%;
      background-size: cover;
      -moz-background-size: cover;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative; }
      .flexslider.slider-style ul.slides > li > iframe, .flexslider.slider-withthumbs-style ul.slides > li > iframe {
        width: 100%;
        height: 100%;
        position: absolute; }
      .flexslider.slider-style ul.slides > li.flex-active-slide .item a .tag, .flexslider.slider-withthumbs-style ul.slides > li.flex-active-slide .item a .tag {
        display: block; }
      .flexslider.slider-style ul.slides > li .item-container, .flexslider.slider-withthumbs-style ul.slides > li .item-container {
        width: 100%;
        height: 100%; }
        .flexslider.slider-style ul.slides > li .item-container:hover, .flexslider.slider-withthumbs-style ul.slides > li .item-container:hover {
          box-shadow: 0 0px 0px transparent;
          -ms-transform: translateY(0px);
              transform: translateY(0px); }
        .flexslider.slider-style ul.slides > li .item-container .square-holder, .flexslider.slider-withthumbs-style ul.slides > li .item-container .square-holder {
          display: none; }
        .flexslider.slider-style ul.slides > li .item-container .item > a figure, .flexslider.slider-withthumbs-style ul.slides > li .item-container .item > a figure {
          border: none;
          height: 100%;
          padding-bottom: 0;
          position: absolute; }
        .flexslider.slider-style ul.slides > li .item-container .item > a .tag, .flexslider.slider-withthumbs-style ul.slides > li .item-container .item > a .tag {
          display: none; }
        .flexslider.slider-style ul.slides > li .item-container .item > a .event-container, .flexslider.slider-withthumbs-style ul.slides > li .item-container .item > a .event-container {
          display: block; }
        .flexslider.slider-style ul.slides > li .item-container .item > a .item-content, .flexslider.slider-withthumbs-style ul.slides > li .item-container .item > a .item-content {
          position: absolute;
          top: auto;
          padding-top: 0;
          max-width: 100%; }
          .flexslider.slider-style ul.slides > li .item-container .item > a .item-content .title, .flexslider.slider-withthumbs-style ul.slides > li .item-container .item > a .item-content .title {
            color: white;
            text-shadow: 2px 2px 1px rgba(1, 1, 1, 0.4);
            padding: 10px;
            text-align: center;
            font-weight: bold; }
          .flexslider.slider-style ul.slides > li .item-container .item > a .item-content .description, .flexslider.slider-withthumbs-style ul.slides > li .item-container .item > a .item-content .description {
            padding-top: 0;
            color: white; }
  .flexslider.slider-style .flex-direction-nav, .flexslider.slider-withthumbs-style .flex-direction-nav {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    zoom: 1;
    padding: 0px;
    margin: 0px;
    list-style: none; }
    .flexslider.slider-style .flex-direction-nav::after, .flexslider.slider-withthumbs-style .flex-direction-nav::after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
      clear: both; }
    .flexslider.slider-style .flex-direction-nav dt, .flexslider.slider-withthumbs-style .flex-direction-nav dt {
      float: left;
      clear: left; }
    .flexslider.slider-style .flex-direction-nav dd, .flexslider.slider-withthumbs-style .flex-direction-nav dd {
      float: left;
      margin: 0; }
    .flexslider.slider-style .flex-direction-nav a.flex-prev,
    .flexslider.slider-style .flex-direction-nav a.flex-next, .flexslider.slider-withthumbs-style .flex-direction-nav a.flex-prev,
    .flexslider.slider-withthumbs-style .flex-direction-nav a.flex-next {
      top: 50%;
      left: 0;
      right: auto;
      bottom: auto;
      position: absolute;
      z-index: 9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      background-size: 30px auto;
      -moz-background-size: 30px auto;
      -webkit-background-size: 30px auto;
      -o-background-size: 30px auto;
      background-repeat: no-repeat;
      background-position: center center;
      background-repeat: no-repeat;
      text-indent: -9999px;
      text-align: left;
      display: block;
      height: 50px;
      width: 50px;
      margin-top: -25px;
      background-color: rgba(255, 255, 255, 0.5); }
      .flexslider.slider-style .flex-direction-nav a.flex-prev:hover,
      .flexslider.slider-style .flex-direction-nav a.flex-next:hover, .flexslider.slider-withthumbs-style .flex-direction-nav a.flex-prev:hover,
      .flexslider.slider-withthumbs-style .flex-direction-nav a.flex-next:hover {
        background-color: white; }
      .flexslider.slider-style .flex-direction-nav a.flex-prev:active,
      .flexslider.slider-style .flex-direction-nav a.flex-next:active, .flexslider.slider-withthumbs-style .flex-direction-nav a.flex-prev:active,
      .flexslider.slider-withthumbs-style .flex-direction-nav a.flex-next:active {
        background-color: white; }
      .flexslider.slider-style .flex-direction-nav a.flex-prev:before,
      .flexslider.slider-style .flex-direction-nav a.flex-next:before, .flexslider.slider-withthumbs-style .flex-direction-nav a.flex-prev:before,
      .flexslider.slider-withthumbs-style .flex-direction-nav a.flex-next:before {
        content: ""; }
    .flexslider.slider-style .flex-direction-nav a.flex-prev, .flexslider.slider-withthumbs-style .flex-direction-nav a.flex-prev {
      background-image: url("../assets/svg/left-arrow.ec917904df5e.svg");
      left: 0px; }
    .flexslider.slider-style .flex-direction-nav a.flex-next, .flexslider.slider-withthumbs-style .flex-direction-nav a.flex-next {
      background-image: url("../assets/svg/right-arrow.e0ac9cbeb813.svg");
      right: 0px;
      left: auto; }
  .flexslider.slider-style .flex-control-nav, .flexslider.slider-withthumbs-style .flex-control-nav {
    z-index: 5;
    display: none;
    width: auto; }
    .flexslider.slider-style .flex-control-nav li a, .flexslider.slider-withthumbs-style .flex-control-nav li a {
      box-shadow: 0 0 0 transparent;
      -moz-box-shadow: 0 0 0 transparent;
      -webkit-box-shadow: 0 0 0 transparent;
      -o-box-shadow: 0 0 0 transparent;
      background: rgba(255, 255, 255, 0.6); }
      .flexslider.slider-style .flex-control-nav li a.flex-active, .flexslider.slider-withthumbs-style .flex-control-nav li a.flex-active {
        background: white; }

.flexslider.slider-withthumbs-style {
  overflow: visible;
  height: auto; }
  .flexslider.slider-withthumbs-style ul.slides {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    position: static;
    height: auto; }
    .flexslider.slider-withthumbs-style ul.slides li {
      height: 300px; }
      .flexslider.slider-withthumbs-style ul.slides li a {
        display: block;
        height: 100%; }
      .flexslider.slider-withthumbs-style ul.slides li figure {
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
        .flexslider.slider-withthumbs-style ul.slides li figure img {
          display: none; }
        .flexslider.slider-withthumbs-style ul.slides li figure figcaption {
          position: absolute;
          bottom: 5px;
          left: 5px;
          color: #fff;
          text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          font-size: 14px;
          color: rgba(255, 255, 255, 0.8); }
        .flexslider.slider-withthumbs-style ul.slides li figure:hover figcaption {
          color: white; }
      @media (min-width: 769px) {
        .flexslider.slider-withthumbs-style ul.slides li {
          height: 465px; } }
      @media (min-width: 1241px) {
        .flexslider.slider-withthumbs-style ul.slides li {
          height: 580px; } }
      .flexslider.slider-withthumbs-style ul.slides li .item-container {
        height: 100%; }
  .flexslider.slider-withthumbs-style .flex-direction-nav {
    height: 300px;
    position: absolute;
    top: 0;
    width: 100%; }
    @media (min-width: 769px) {
      .flexslider.slider-withthumbs-style .flex-direction-nav {
        height: 465px; } }
    @media (min-width: 1241px) {
      .flexslider.slider-withthumbs-style .flex-direction-nav {
        height: 580px; } }
    .flexslider.slider-withthumbs-style .flex-direction-nav li a {
      background-color: rgba(255, 255, 255, 0.7); }
  .flexslider.slider-withthumbs-style .flex-control-nav {
    z-index: 5;
    display: block;
    bottom: 0px;
    margin-bottom: 20px;
    clear: both; }
    .flexslider.slider-withthumbs-style .flex-control-nav li a {
      box-shadow: 0 0 0 transparent;
      -moz-box-shadow: 0 0 0 transparent;
      -webkit-box-shadow: 0 0 0 transparent;
      -o-box-shadow: 0 0 0 transparent;
      background: rgba(255, 255, 255, 0.6); }
      .flexslider.slider-withthumbs-style .flex-control-nav li a.flex-active {
        background: white; }
    .flexslider.slider-withthumbs-style .flex-control-nav.flex-control-thumbs {
      /*
			margin: 5px 0 0;
			position: relative !important;
			clear: both;
			overflow: inherit !important;
			margin-bottom: 20px !important;*/
      margin: 0 -10px;
      zoom: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .flexslider.slider-withthumbs-style .flex-control-nav.flex-control-thumbs::after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
        clear: both; }
      @media (max-width: 769px) {
        .flexslider.slider-withthumbs-style .flex-control-nav.flex-control-thumbs {
          margin: 0; } }
      @media (max-width: 769px) {
        .flexslider.slider-withthumbs-style .flex-control-nav.flex-control-thumbs {
          display: none; }
          .flexslider.slider-withthumbs-style .flex-control-nav.flex-control-thumbs li {
            width: 100%; } }
      .flexslider.slider-withthumbs-style .flex-control-nav.flex-control-thumbs li {
        float: none;
        padding: 10px;
        position: relative;
        width: 10%; }

/* BEGIN MISC VARIABLES */
.slideshow-container {
  width: 100%;
  float: left;
  margin: 80px 0 0 0;
  height: 197.727px;
  overflow: hidden; }
  @media (min-width: 769px) {
    .slideshow-container {
      height: 329.5px; } }
  @media (min-width: 1241px) {
    .slideshow-container {
      height: 580px; } }
  .slideshow-container .arrow {
    font-size: 4em;
    position: relative;
    top: -130px;
    float: left;
    color: #e5e5e5;
    cursor: pointer;
    display: none; }
    @media (min-width: 769px) {
      .slideshow-container .arrow {
        top: -200px; } }
    @media (min-width: 1241px) {
      .slideshow-container .arrow {
        top: -326px; } }
    .slideshow-container .arrow.right {
      left: 150px; }
      @media (min-width: 321px) {
        .slideshow-container .arrow.right {
          left: 170px; } }
      @media (min-width: 769px) {
        .slideshow-container .arrow.right {
          left: 370px; } }
      @media (min-width: 1241px) {
        .slideshow-container .arrow.right {
          left: 750px; } }
  .slideshow-container .slideshow {
    width: 10000px;
    height: 100%;
    position: relative; }
    .slideshow-container .slideshow .slideshow-element {
      float: left;
      height: 100%;
      width: 280px;
      background-color: #cccccc; }
      @media (min-width: 321px) {
        .slideshow-container .slideshow .slideshow-element {
          width: 300px; } }
      @media (min-width: 769px) {
        .slideshow-container .slideshow .slideshow-element {
          width: 700px; } }
      @media (min-width: 1241px) {
        .slideshow-container .slideshow .slideshow-element {
          width: 880px; } }

.slideshow-caption-container {
  float: left;
  width: 100%;
  margin: 0 0 80px 0; }
  .slideshow-caption-container p {
    width: initial;
    line-height: initial; }
    .slideshow-caption-container p:nth-child(2) {
      margin-top: 0px; }
    @media (min-width: 1241px) {
      .slideshow-caption-container p:nth-child(2) {
        margin-top: 10px; } }
  .slideshow-caption-container .slideshow-copyright {
    float: left;
    font-size: 14px;
    color: #A5A5A5; }
  .slideshow-caption-container .slideshow-caption {
    margin-right: 6px;
    float: left;
    font-size: 14px; }

/* BEGIN MISC VARIABLES */
.tabs > nav ul {
  zoom: 1;
  padding: 0px;
  margin: 0px;
  list-style: none;
  border-bottom: 1px solid #ddd; }
  .tabs > nav ul::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .tabs > nav ul dt {
    float: left;
    clear: left; }
  .tabs > nav ul dd {
    float: left;
    margin: 0; }
  .tabs > nav ul li {
    float: left;
    display: block;
    margin-bottom: -1px;
    padding: 0px;
    border: 1px solid #fafafa;
    border-bottom-color: transparent;
    outline: none; }
    .tabs > nav ul li a {
      display: block;
      padding: 10px 20px;
      outline: none;
      text-decoration: none;
      color: #555;
      font-weight: bold;
      background-color: #fafafa;
      font-family: "Montserrat";
      font-size: 24px; }
      .tabs > nav ul li a:hover, .tabs > nav ul li a:active, .tabs > nav ul li a:visited {
        color: #555;
        text-decoration: none; }
    .tabs > nav ul li:hover a {
      color: #000; }
    .tabs > nav ul li.ui-state-active {
      border-color: #ddd;
      border-bottom-color: #fff; }
      .tabs > nav ul li.ui-state-active a {
        background-color: #fff;
        color: #000; }
      .tabs > nav ul li.ui-state-active:hover a {
        cursor: default;
        background-color: #fff; }
    @media (max-width: 769px) {
      .tabs > nav ul li {
        float: none;
        border-color: #ddd; }
        .tabs > nav ul li.ui-state-active {
          border-color: #ddd; } }

.tabs .tabs-content {
  padding: 20px 0; }

.js-category-accordion-2 .up-arrow {
  display: none;
}
.js-category-accordion-2 .switcher {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.js-category-accordion-2.active .down-arrow {
  display: none;
}
.js-category-accordion-2.active .up-arrow {
  display: inherit;
}
.card .card-image .flag {
	margin: auto;
	max-height: 200px;
	object-fit: cover;
	width: auto;
}