/*!
 Theme Name: Bureau Feith
 Theme URI: http://underscores.me/
 Author: Bureau Feith
 Author URI: http://bureaufeith.nl
 Description: Bureau Feith
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: bureau-feith
 Tags:
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 Bureau Feith is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 --------------------------------------------------------------*/
/* ===============
 Variables
 =============== */
/* ===============
 Mixins
 =============== */
.fontawesome, .list-style ul li:before, .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after, footer .footer-top .footer-navigation ul li:before, .responsive-menu-container .menu .menu-item-has-children .menu-dropdown-icon, .single:not(.bbpress) article .entry-content ul li:before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fontawesome-brands {
  font-family: "Font Awesome 5 Brands";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flexbox, .join-now .join-now-image-holder, .upcoming-events .event-col article, .past-events .event-col article, .upcoming-events .event-col .event-title, .past-events .event-col .event-title, .corporate-members-logo, .corporate-members-logo .corporate-member, .team-overview-member, .partner-page-content, .partner-page-content .partner-item, .news-overview, .social-bar, .top-bar, .top-bar-social, .top-bar-social span.social-item, .page-header, footer .footer-top-contact .footer-social, footer .footer-top-contact .footer-social span.social-item, #page, .in-grid, .in-grid-s, .single-event-details, .single-member-details, .member-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
abbr, acronym {
  border-bottom: 1px dotted #1d1d1b;
  cursor: help;
}
mark, ins {
  background: #f0f0f0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
ol {
  list-style: decimal;
}
/* ===Images=== */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
/* ===Tables=== */
table {
  margin: 0;
  width: 100%;
}
.bypostauthor {
  display: block;
}
.sticky {
  display: block;
}
.byline, .updated:not(.published) {
  display: none;
}
.single:not(.bbpress) .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
:focus {
  outline: 0;
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f0f0f0;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #1d1d1b;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
input, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.widget {
  margin: 0;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/* ===============
 GLOBAL SETTINGS 
 =============== */
/* ===Body=== */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
/* ===Links=== */
a {
  color: #00adee;
  text-decoration: none;
}
a:visited, a:hover, a:focus, a:active {
  color: #00adee;
}
a:hover, a:active {
  outline: 0;
  text-decoration: underline;
}
/* ===Typography=== */
body, button, input, select, textarea {
  color: #1d1d1b;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
p {
  margin-bottom: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.2;
  margin-bottom: 15px;
}
h1, h2, h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
}
.h1, h1 {
  font-size: 40px;
}
@media only screen and (max-width: 640px) {
  .h1, h1 {
    font-size: 32px;
  }
}
.h2, h2 {
  font-size: 36px;
}
@media only screen and (max-width: 640px) {
  .h2, h2 {
    font-size: 28.8px;
  }
}
.h3, h3 {
  font-size: 36px;
}
@media only screen and (max-width: 640px) {
  .h3, h3 {
    font-size: 28.8px;
  }
}
.h4, h4 {
  font-size: 16px;
}
.text-center {
  text-align: center;
}
/* ===Lists=== */
.list-style ul, .single:not(.bbpress) article .entry-content ul {
  font-size: 0px;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
}
.list-style ul li, .single:not(.bbpress) article .entry-content ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  padding-left: 25px;
}
.list-style ul li:before, .single:not(.bbpress) article .entry-content ul li:before {
  position: absolute;
  left: 0;
  font-weight: bold;
  content: "\f00c";
  color: #00adee;
  width: 25px;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
/* ===Posts=== */
.comments-area .comment-list .comment {
  background-color: #e5e5e5;
  margin-bottom: 15px;
  padding: 15px;
}
.comments-area .comment-list .comment .comment-meta {
  background-color: transparent;
}
.comments-area .comment-list .comment .comment-meta a {
  color: #1d1d1b;
}
.comments-area .comment-list .comment .comment-meta .comment-content a {
  word-wrap: break-word;
}
.join-now {
  display: block;
}
.join-now:hover {
  text-decoration: none;
}
.join-now .join-now-image-holder {
  height: 340px;
  margin-top: -40px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 700px) {
  .join-now .join-now-image-holder {
    margin-top: 0;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.join-now .join-now-image-holder-content {
  width: 150px;
  color: #fff;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .join-now .join-now-image-holder-content {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 700px) {
  .join-now .join-now-image-holder-content {
    padding-bottom: 0;
    color: #e8008c;
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
  .join-now .join-now-image-holder-content {
    background-color: rgba(255, 255, 255, .5);
    padding: 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
  }
}
.join-now .join-now-image-holder-content h2 {
  font-style: normal;
  text-transform: none;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8008c;
  margin-bottom: 5px;
}
.join-now .join-now-image-holder-content span {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.join-now .join-now-image-holder-content span i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.join-now .join-now-image-holder-content span:hover i {
  -webkit-transform: translate(4px);
  -moz-transform: translate(4px);
  -ms-transform: translate(4px);
  -o-transform: translate(4px);
  transform: translate(4px);
}
@media only screen and (max-width: 700px) {
  .join-now .join-now-image-holder-content span {
    color: #e8008c;
  }
}
.join-now.loggedin .join-now-image-holder-content {
  width: 200px;
}
.join-now.loggedin .join-now-image-holder-content h2 {
  font-size: 28px;
}
@media only screen and (max-width: 991px) {
  .event-circle-right {
    width: calc(100% / 12 * 5) !important;
  }
}
@media only screen and (max-width: 700px) {
  .event-circle-right {
    width: 100% !important;
  }
}
.event-circle-right a {
  text-decoration: none;
}
.event-circle-right .join-now-image-holder {
  margin-top: -300px;
}
/* ===============
 Homepage 
 =============== */
.what-we-do {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .what-we-do {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .what-we-do-left {
    width: calc(100% / 12 * 7) !important;
  }
}
@media only screen and (max-width: 700px) {
  .what-we-do-left {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
.featured-news {
  background-color: #f7f7f7;
}
.featured-news .news-container {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
}
.featured-news .news-container:not(.horizontal-news) {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .featured-news .news-container {
    margin-top: 0;
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .featured-news .news-container {
    width: 100%;
  }
}
.featured-news .news-container a {
  text-decoration: none;
  color: #1d1d1b;
}
.featured-news .news-container a:hover .read-more i {
  -webkit-transform: translate(4px);
  -moz-transform: translate(4px);
  -ms-transform: translate(4px);
  -o-transform: translate(4px);
  transform: translate(4px);
}
.featured-news .news-container .news-item {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  height: 100%;
}
.featured-news .news-container .news-item .news-image {
  height: 165px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.featured-news .news-container .news-item .news-content {
  padding: 15px 15px;
  position: relative;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.featured-news .news-container .news-item .news-content .news-preview-category {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}
.featured-news .news-container .news-item .news-content h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 18px;
  text-transform: none;
}
.featured-news .news-container .news-item .news-content .read-more {
  position: absolute;
  right: 0;
  padding: 0 15px;
  width: 100%;
  text-align: right;
}
.featured-news .news-container .news-item .news-content .read-more i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #e8008c;
}
.featured-news .news-container .news-item .news-content time {
  font-size: 13px;
  font-weight: 500;
  color: #00adee;
}
.featured-news .news-container .news-item:hover .news-content h3 {
  color: #e8008c;
}
.featured-news .news-container.large-news-item {
  position: relative;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
}
.featured-news .news-container.large-news-item .news-image {
  height: 175px;
}
.featured-news .news-container.horizontal-news:first-of-type {
  margin-bottom: 15px;
}
.featured-news .news-container.horizontal-news .news-image {
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  height: 175px;
}
.featured-news .news-container.horizontal-news .news-content {
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 8px;
}
.home-login-panel .login-panel-inner {
  padding: 30px;
  background-color: #fff;
  color: #1d1d1b;
  text-align: center;
  border-radius: 10px;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.10);
}
.home-login-panel .login-panel-inner label {
  color: #333;
}
.home-login-panel .login-panel-inner .login-username, .home-login-panel .login-panel-inner .login-password {
  text-align: left;
  margin-bottom: 5px;
}
.home-login-panel .login-panel-inner .login-username label, .home-login-panel .login-panel-inner .login-password label {
  display: block;
  font-weight: 700;
}
.home-login-panel .login-panel-inner .login-username input, .home-login-panel .login-panel-inner .login-password input {
  width: 100%;
}
.home-login-panel .login-panel-inner input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: auto;
}
.home-login-panel .login-panel-inner .login-remember {
  margin-bottom: 10px;
}
.home-login-panel .login-panel-inner .login-submit {
  margin-bottom: 10px;
}
.home-login-panel .login-panel-inner .login-submit input {
  width: 100%;
  background-color: #e8008c;
  padding: 10px;
}
.home-login-panel .login-panel-inner .forget-password {
  color: #e8008c;
  font-weight: 700;
  display: block;
  text-align: center;
}
.home-login-panel .login-panel-inner .register-btn-block {
  border-top: 1px solid #ccc;
  text-align: center;
  padding-top: 15px;
  margin-top: 20px;
}
.home-login-panel .login-panel-inner .register-btn-block > a {
  display: inline-block;
  background-color: #00adee;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.joining-us {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  font-size: 18px;
  background-position: center;
  color: #fff;
  font-weight: 400;
  position: relative;
}
.joining-us h2:after {
  content: '';
  display: block;
  width: 200px;
  height: 2px;
  background: #e8008c;
  margin: 30px auto 0;
}
.joining-us:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.joining-us-container {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
  text-align: center;
}
/* ===============
 Events 
 =============== */
.upcoming-events .events-header, .past-events .events-header {
  text-align: center;
}
.upcoming-events .event-col, .past-events .event-col {
  padding: 15px;
}
@media only screen and (max-width: 640px) {
  .upcoming-events .event-col, .past-events .event-col {
    width: 100%;
  }
}
.upcoming-events .event-col article, .past-events .event-col article {
  height: 100%;
}
.upcoming-events .event-col .event-title, .past-events .event-col .event-title {
  padding: 15px 20px 15px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-right: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.upcoming-events .event-col .event-title h3, .past-events .event-col .event-title h3 {
  font-size: 24px;
  text-transform: none;
  margin-bottom: 0;
}
.upcoming-events .event-col .event-content, .past-events .event-col .event-content {
  padding: 15px 30px;
  background-color: #00adee;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .upcoming-events .event-col .event-content, .past-events .event-col .event-content {
    padding: 15px 20px;
  }
}
.upcoming-events .event-col .event-content:before, .past-events .event-col .event-content:before {
  content: '';
  height: 30px;
  left: -15px;
  border-radius: 100%;
  background: linear-gradient(90deg, #00adee, #00adee 50%, #fff 50%, #fff 50%, #fff 50%);
  width: 30px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.upcoming-events .event-col .event-content .event-location, .past-events .event-col .event-content .event-location {
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  .upcoming-events .event-col .event-content .event-location, .past-events .event-col .event-content .event-location {
    font-size: 16px;
  }
}
.upcoming-events .event-col .event-content .event-date-time, .past-events .event-col .event-content .event-date-time {
  margin-bottom: 50px;
}
.upcoming-events .event-col .event-content .view-event a, .past-events .event-col .event-content .view-event a {
  color: #fff;
  font-weight: bold;
}
.upcoming-events .event-col .event-content .view-event a i, .past-events .event-col .event-content .view-event a i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.upcoming-events .event-col .event-content .view-event a:hover, .past-events .event-col .event-content .view-event a:hover {
  text-decoration: none;
}
.upcoming-events .event-col .event-content .view-event a:hover i, .past-events .event-col .event-content .view-event a:hover i {
  -webkit-transform: translate(4px);
  -moz-transform: translate(4px);
  -ms-transform: translate(4px);
  -o-transform: translate(4px);
  transform: translate(4px);
}
.upcoming-events .event-col:hover .event-content:before, .past-events .event-col:hover .event-content:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.upcoming-events .view-all-events, .past-events .view-all-events {
  text-align: center;
  margin-top: 15px;
}
/* ===============
 Content page 
 =============== */
.content-page {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .content-page {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .content-page-left {
    width: calc(100% / 12 * 7) !important;
  }
}
@media only screen and (max-width: 700px) {
  .content-page-left {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
/* ===============
 Corporate members
 =============== */
.corporate-members-logo {
  padding-bottom: 80px;
}
.corporate-members-logo .corporate-member {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .corporate-members-logo .corporate-member {
    width: calc(100% / 12 * 6);
    padding: 15px;
  }
}
.team-overview {
  padding-bottom: 80px;
}
.team-overview-member {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 15px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .team-overview-member {
    width: calc(100% / 12 * 6) !important;
  }
}
.team-overview-member .featured-image {
  height: 120px;
  width: 120px;
  background-size: cover !important;
  background-position: center !important;
  margin-bottom: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.team-overview-member .member-info {
  text-align: center;
  margin-bottom: 20px;
}
.team-overview-member .member-info span {
  display: block;
}
.team-overview-member .member-info .member-function {
  font-size: 14px;
  color: #694da5;
}
.team-overview-member .read-more {
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  bottom: 0;
}
.team-overview-member .read-more i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-overview-member .read-more:hover {
  text-decoration: none;
}
.team-overview-member .read-more:hover i {
  -webkit-transform: translate(4px);
  -moz-transform: translate(4px);
  -ms-transform: translate(4px);
  -o-transform: translate(4px);
  transform: translate(4px);
}
/* ===============
 Partners overview
 =============== */
.partner-page-content .partner-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 15px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .partner-page-content .partner-item {
    width: calc(100% / 12 * 6) !important;
  }
}
.partner-page-content .partner-item .featured-image {
  height: 80px;
  width: 100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-bottom: 15px;
}
.partner-page-content .partner-item .partner-info {
  text-align: center;
  margin-bottom: 20px;
}
.partner-page-content .partner-item .partner-info span {
  display: block;
}
.partner-page-content .partner-item .partner-info .parter-name {
  color: #694da5;
}
.partner-page-content .partner-item .read-more {
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  bottom: 0;
}
.partner-page-content .partner-item .read-more i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partner-page-content .partner-item .read-more:hover {
  text-decoration: none;
}
.partner-page-content .partner-item .read-more:hover i {
  -webkit-transform: translate(4px);
  -moz-transform: translate(4px);
  -ms-transform: translate(4px);
  -o-transform: translate(4px);
  transform: translate(4px);
}
.news-item.cat-article .news-preview-category, .news-item.cat-articles .news-preview-category {
  color: #e8008c;
}
.news-item.cat-article .news-image, .news-item.cat-articles .news-image {
  background-color: #e8008c;
}
.news-item.cat-insights .news-preview-category {
  color: #694da5;
}
.news-item.cat-insights .news-image {
  background-color: #694da5;
}
.news-item.cat-case-studies .news-preview-category {
  color: #388ed6;
}
.news-item.cat-case-studies .news-image {
  background-color: #388ed6;
}
.news-item.cat-news .news-preview-category {
  color: #c03096;
}
.news-item.cat-news .news-image {
  background-color: #c03096;
}
.news-item.cat-press-releases .news-preview-category {
  color: #00adee;
}
.news-item.cat-press-releases .news-image {
  background-color: #00adee;
}
.news-item.cat-videos-and-webinars .news-preview-category {
  color: #50504e;
}
.news-item.cat-videos-and-webinars .news-image {
  background-color: #50504e;
}
/* ===============
 News overview
 =============== */
.news-overview .news-container {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .news-overview .news-container {
    margin-top: 0;
    width: 50%;
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .news-overview .news-container {
    width: 100%;
  }
}
.news-overview .news-container a {
  text-decoration: none;
  color: #1d1d1b;
}
.news-overview .news-container a:hover .read-more i {
  -webkit-transform: translate(4px);
  -moz-transform: translate(4px);
  -ms-transform: translate(4px);
  -o-transform: translate(4px);
  transform: translate(4px);
}
.news-overview .news-container .news-item {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 10px 16px 0 rgba(235, 235, 235, 0.2), 0 6px 20px 0 rgba(235, 235, 235, 0.4) !important;
  height: 100%;
}
.news-overview .news-container .news-item .news-image {
  height: 145px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.news-overview .news-container .news-item .news-content {
  padding: 15px 15px 30px;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.news-overview .news-container .news-item .news-content strong {
  padding-bottom: 10px;
}
.news-overview .news-container .news-item .news-content .read-more {
  position: absolute;
  right: 0;
  padding: 0 15px;
  width: 100%;
  text-align: right;
}
.news-overview .news-container .news-item .news-content .read-more i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #e8008c;
}
.news-overview .navigation {
  text-align: center;
}
.news-overview .navigation a {
  text-decoration: none;
}
.news-overview .navigation .current, .news-overview .navigation .inactive {
  width: 30px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  margin: 0 5px;
}
.news-overview .navigation .current {
  background-color: #694da5;
  color: #f7f7f7;
}
.news-overview .navigation .inactive {
  border: 1px solid #694da5;
  color: #1d1d1b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-overview .navigation .inactive:hover {
  background-color: #694da5;
  color: #f7f7f7;
}
.news-overview .navigation .back-link, .news-overview .navigation .next-link {
  padding: 0 5px;
}
.news-overview .navigation .back-link:hover, .news-overview .navigation .next-link:hover {
  text-decoration: underline;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
/* ===============
 Input Fields 
 =============== */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #000;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 12px;
  background-color: #f0f0f0;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #000;
}
select {
  border: none;
}
textarea {
  width: 100%;
  display: block;
}
/* ===============
 Input Buttons 
 =============== */
button:not(.select2-selection__choice__remove):not(.filter-btn), input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #e8008c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 10px;
  font-size: small;
}
button:not(.select2-selection__choice__remove):not(.filter-btn):hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background: #e8008c;
}
button:not(.select2-selection__choice__remove):not(.filter-btn):active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:not(.select2-selection__choice__remove):not(.filter-btn):focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  background-color: #e8008c;
}
/* ===============
 Placeholder color
 =============== */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #565656;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #565656;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #565656;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #565656;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #565656;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -webkit-text-fill-color: inherit !important;
}
/* ===============
 Gravity Forms
 =============== */
.gf-button {
  background-color: #e8008c;
  border: none;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gf-button:after {
  content: '';
  display: block;
  height: 0;
  background: #b5006d;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gf-button:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: rgba(232, 0, 140, .9);
}
.gf-button:hover:after {
  width: 100%;
  height: 4px;
}
.gf-button .button-inner {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
body .gform_wrapper {
  margin: 0;
}
body .gform_wrapper .top_label input.medium {
  width: 100% !important;
}
body .gform_wrapper .gform_footer {
  text-align: right;
  padding: 0;
  margin-top: 0;
}
body .gform_wrapper .gform_footer input[type=submit] {
  margin: 0;
  display: inline-block;
  min-height: auto !important;
  line-height: 1em !important;
  padding: 10px 15px;
  text-transform: none;
}
body .gform_wrapper .gfield_required {
  color: #1d1d1b;
}
body .gform_wrapper .gform_body {
  width: calc(100% + 16px);
}
@media only screen and (max-width: 640px) {
  body .gform_wrapper .gform_body {
    width: 100%;
  }
}
body .gform_wrapper .gform_body ul.gform_fields > li {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 15px !important;
}
body .gform_wrapper .gform_body ul.gform_fields > li:before {
  display: none;
}
body .gform_wrapper .gform_body ul.gform_fields > li label.gfield_label {
  margin: 0 !important;
}
body .gform_wrapper .gform_body ul.gform_fields > li div.ginput_container {
  margin-top: 0 !important;
}
body .gform_wrapper .gform_body ul.gform_fields > li div.ginput_container input {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 12px !important;
}
body .gform_wrapper .gform_body ul.gform_fields > li div.ginput_container select {
  background-color: #f0f0f0;
  width: 100%;
  height: 38px;
  line-height: 38px;
}
body .gform_wrapper .gform_body ul.gform_fields > li.form-list div.ginput_container input {
  height: 14px !important;
  width: 24px !important;
  padding: 0 0 0 4px !important;
}
body .gform_wrapper .gform_body ul.gform_fields > li.form-list div.ginput_container label {
  line-height: 1;
}
body .gform_wrapper .gform_body ul.gform_fields > li.column-list ul {
  columns: 2;
}
@media only screen and (max-width: 640px) {
  body .gform_wrapper .gform_body ul.gform_fields > li.column-list ul {
    columns: 1;
  }
}
body .gform_wrapper .gform_body ul.gform_fields .hide-label label {
  display: none;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_radio li {
  padding-right: 20px !important;
  display: inline-block;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_radio li:last-child {
  padding-right: 0;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_radio li input[type=radio] {
  visibility: hidden;
  margin-top: 0 !important;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_radio li input[type=radio] label {
  position: relative;
  cursor: pointer;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_radio li input[type=radio]:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #000;
  margin-right: 10px;
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -ms-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  visibility: visible;
  vertical-align: top;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_radio li input[type=radio]:checked:before {
  background-color: #000;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_radio li input[type=radio]:hover:before {
  border: 2px solid #000;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_checkbox li input[type=checkbox], body .gform_wrapper .gform_body ul.gform_fields .ginput_container_consent input[type=checkbox] {
  visibility: hidden;
  margin-top: 0 !important;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_checkbox li input[type=checkbox] label, body .gform_wrapper .gform_body ul.gform_fields .ginput_container_consent input[type=checkbox] label {
  position: relative;
  cursor: pointer;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_checkbox li input[type=checkbox]:before, body .gform_wrapper .gform_body ul.gform_fields .ginput_container_consent input[type=checkbox]:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #000;
  margin-right: 10px;
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -ms-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  visibility: visible;
  vertical-align: top;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_checkbox li input[type=checkbox]:checked:before, body .gform_wrapper .gform_body ul.gform_fields .ginput_container_consent input[type=checkbox]:checked:before {
  background-color: #000;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_checkbox li input[type=checkbox]:hover:before, body .gform_wrapper .gform_body ul.gform_fields .ginput_container_consent input[type=checkbox]:hover:before {
  border: 2px solid #000;
}
body .gform_wrapper .validation_error {
  display: none;
}
body .gform_wrapper .validation_message {
  color: #790000;
  padding: 0 !important;
  display: inline-block !important;
  padding: 5px 10px !important;
  background: #790000 !important;
  width: auto !important;
  border-top: 1px solid #790000;
  border-bottom: 1px solid #790000;
  margin-top: 10px !important;
  position: relative;
  color: #fff !important;
}
body .gform_wrapper .validation_message:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: #790000;
  transform: rotate(45deg) translateX(-50%);
  top: -3px;
  left: 50%;
}
body .gform_wrapper li.gfield.gfield_error {
  background-color: transparent;
  border: none !important;
}
body .gform_wrapper li.gfield.gfield_error .gfield_label {
  color: #1d1d1b;
}
body .gform_wrapper li.gfield.gfield_error input, body .gform_wrapper li.gfield.gfield_error textarea, body .gform_wrapper li.gfield.gfield_error select {
  margin-bottom: 0 !important;
}
body .gform_wrapper .gform_ajax_spinner {
  width: 15px !important;
  display: none !important;
}
.filter-panel {
  margin-bottom: 2em;
}
.filter-panel .field-group-container {
  display: flex;
}
.filter-panel form {
  flex-flow: column;
}
.filter-panel .field-group-container {
  flex-flow: row wrap;
}
.filter-panel .field-group-inline {
  width: auto;
  padding: 0 0.5em;
}
.filter-panel .field-group-container .field-group {
  padding: 0 0.5em;
  width: 100%;
}
@media (min-width: 640px) {
  .filter-panel .field-group-container .field-group {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .filter-panel .field-group-container .field-group {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .filter-panel .field-group-container .field-group {
    width: 20%;
  }
}
.filter-panel .field-group-container .field-group > label > span {
  display: block;
  margin: 0.25em 0;
  font-size: 0.85em;
  font-weight: 700;
}
.filter-panel .field-group-container .field-group span.select2-selection__choice__display {
  font-size: 0.85em;
}
.filter-panel .field-group-container .field-group .select2-selection__clear {
  background-color: #e8008c;
  width: 20px;
  border-radius: 10px;
  line-height: 1;
  margin-right: 0;
}
.filter-panel .field-group-container .field-group input[type=text], .filter-panel .field-group-container .field-group select {
  width: 100%;
  height: 36px;
  background-color: #fff;
}
.filter-panel .field-group-container .field-group .drop-checklist {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 11px;
}
.filter-panel .field-group-container .field-group .drop-checklist input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: auto;
}
.filter-panel .field-group-container .checkblock {
  display: block;
  font-size: 13px;
  margin: 0.25em 0;
}
.filter-panel.members-looking .field-group-container .field-group {
  padding: 0 0.5em;
  width: 100%;
}
@media (min-width: 640px) {
  .filter-panel.members-looking .field-group-container .field-group {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .filter-panel.members-looking .field-group-container .field-group {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .filter-panel.members-looking .field-group-container .field-group {
    width: 25%;
  }
}
.filter-panel .form-actions {
  padding: 1em 0.5em 0;
}
.filter-panel .form-actions .btn.sml-btn {
  font-size: 13px;
  padding: 7px 10px;
}
.filter-panel .form-actions .btn.filter-btn {
  border: none;
}
.filter-panel .form-actions .btn.clear-cv-search, .filter-panel .form-actions .btn.clear-member-search, .filter-panel .form-actions .btn.clear-vacancy-search {
  cursor: pointer;
  color: #e8008c;
  background-color: #fff;
}
.select2-results .select2-results__option {
  font-size: 0.85em;
}
.acf-form input[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
.acf-form input[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}
.acf-form .acf-form-submit {
  text-align: center;
  padding-top: 15px;
}
.acf-form .acf-form-submit button, .acf-form .acf-form-submit input[type="button"], .acf-form .acf-form-submit input[type="reset"], .acf-form .acf-form-submit input[type="submit"] {
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
/*--------------------------------------------------------------
 # Header & Footer
 --------------------------------------------------------------*/
/* ===============
 Header
 =============== */
.main-navigation {
  text-align: right;
  font-size: 0;
}
@media only screen and (max-width: 991px) {
  .main-navigation {
    display: none;
  }
}
.main-navigation ul {
  list-style: none !important;
}
.main-navigation ul li {
  display: inline-block;
}
.main-navigation ul li:last-child {
  padding-right: 0;
}
.main-navigation ul li a {
  display: block;
  font-size: 16px;
  color: #1d1d1b;
  text-decoration: none;
}
.main-navigation ul.menu > li.menu-item {
  padding: 8px 15px;
}
.main-navigation ul.menu > li.menu-item > a {
  position: relative;
}
.main-navigation ul.menu > li.menu-item > a:hover:before {
  width: 100%;
}
.main-navigation ul.menu > li.menu-item > a:before {
  display: block;
  content: '';
  height: 3px;
  background: #694da5;
  position: absolute;
  bottom: -8px;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation ul.menu > li.menu-item.menu-item-has-children {
  position: relative;
}
.main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after {
  content: '\f0d7';
  font-weight: bold;
  padding-left: 5px;
}
.main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  position: absolute;
  left: 15px;
}
.main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item {
  border-bottom: 1px solid #e5e5e5;
}
.main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item:last-child {
  border-bottom: none;
}
.main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item > a {
  width: 200px;
  text-align: left;
  padding: 15px;
}
.main-navigation ul.menu > li.menu-item.current-menu-item > a:before, .main-navigation ul.menu > li.menu-item.current-page-parent > a:before {
  width: 100%;
}
.main-navigation ul.menu > li.menu-item:hover > ul.sub-menu {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
.social-bar {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.top-bar {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.top-bar-title {
  color: #694da5;
  padding-right: 10px;
  font-weight: 700;
}
.top-bar-social span.social-item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  background: #694da5;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  margin: 0 2.5px;
  border: 2px solid #694da5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-bar-social span.social-item:last-child {
  margin-right: 0;
}
.top-bar-social span.social-item a {
  color: #fff;
}
.top-bar-social span.social-item:hover {
  border: 2px solid #a18eca;
}
header#masthead {
  margin: 0;
  font-size: 0;
}
@media only screen and (max-width: 991px) {
  header#masthead {
    padding: 10px 0;
  }
}
header#masthead .in-grid {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
header#masthead .menu-bar-left {
  width: 20%;
  padding: 0 15px;
}
@media only screen and (max-width: 991px) {
  header#masthead .menu-bar-left {
    width: 30%;
  }
}
@media only screen and (max-width: 600px) {
  header#masthead .menu-bar-left {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  header#masthead .menu-bar-left .site-branding {
    display: block;
    width: 100%;
  }
}
header#masthead .menu-bar-left .site-branding img {
  height: 70px;
}
header#masthead .menu-bar-right {
  width: 80%;
  padding: 0 15px;
}
@media only screen and (max-width: 991px) {
  header#masthead .menu-bar-right {
    width: 70%;
  }
}
@media only screen and (max-width: 600px) {
  header#masthead .menu-bar-right {
    display: none;
  }
}
header#masthead .menu-bar-right .top-bar {
  border-bottom: 2px solid #e5e5e5;
  padding: 5px 0;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  header#masthead .menu-bar-right .top-bar {
    margin-right: 70px;
  }
}
header#masthead .menu-bar-right .top-bar .member-header {
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header#masthead .menu-bar-right .top-bar .member-header .member-header-details {
  padding-right: 20px;
}
header#masthead .menu-bar-right .top-bar .member-header .member-header-details a {
  font-weight: 700;
  color: #694da5;
}
header#masthead .menu-bar-right .top-bar .member-header .menu {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}
header#masthead .menu-bar-right .top-bar .member-header .menu li {
  margin: 2px;
}
header#masthead .menu-bar-right .top-bar .member-header .menu a {
  padding: 5px 8px;
  font-size: 11px;
  background-color: #e8008c;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
header#masthead .menu-bar-right .top-bar .member-header .menu li.bp-register-nav a, header#masthead .menu-bar-right .top-bar .member-header .menu li.bp-logout-nav a {
  background-color: #00adee;
}
header#masthead .main-navigation ul.menu > li.menu-item {
  padding: 25px 15px;
}
@media only screen and (max-width: 1200px) {
  header#masthead .main-navigation ul.menu > li.menu-item {
    padding: 25px 7px;
  }
}
header#masthead .main-navigation ul.menu > li.menu-item > a {
  text-transform: uppercase;
}
header#masthead .main-navigation ul.menu > li.menu-item > a:before {
  bottom: -25px;
}
header#masthead .main-navigation ul.menu > li.menu-item.bp-login-nav a, header#masthead .main-navigation ul.menu > li.menu-item.custom-login-nav a, header#masthead .main-navigation ul.menu > li.menu-item.bp-register-nav a {
  padding: 5px 8px;
  background-color: #e8008c;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
header#masthead .main-navigation ul.menu > li.menu-item.bp-login-nav a:before, header#masthead .main-navigation ul.menu > li.menu-item.custom-login-nav a:before, header#masthead .main-navigation ul.menu > li.menu-item.bp-register-nav a:before {
  display: none;
}
header#masthead .main-navigation ul.menu > li.menu-item.bp-register-nav a {
  background-color: #00adee;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.breadcrumb-trail a {
  font-weight: 400;
  color: #fff;
}
/* ===============
 Page header
 =============== */
.page-header {
  background-size: cover;
  background-position: center;
  background-color: #e8008c;
  color: #fff;
  min-height: 300px;
  padding: 50px 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .page-header {
    padding: 30px 0;
    min-height: 200px;
  }
}
.page-header.v-mid-header {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.page-header-content {
  width: 100%;
}
.page-header-slim {
  min-height: 100px;
  padding: 30px 0 15px;
  background-color: #00adee;
  color: #fff;
}
.page-header h1 {
  margin-bottom: 0;
  font-size: 48px;
}
@media only screen and (max-width: 768px) {
  .page-header h1 {
    font-size: 28.8px;
  }
}
body.home:not(.buddypress) .page-header {
  min-height: 480px;
  background-image: url(img/hp-masthead-stacked.jpg);
  background-size: auto 480px;
  background-position-y: bottom;
  background-position-x: 80%;
  background-repeat: no-repeat;
  background-color: #d3d3d5;
}
@media only screen and (max-width: 991px) {
  body.home:not(.buddypress) .page-header {
    background-size: auto 400px;
  }
}
@media only screen and (max-width: 768px) {
  body.home:not(.buddypress) .page-header {
    padding: 50px 0 420px;
    background-position-x: center;
  }
}
@media only screen and (max-width: 640px) {
  body.home:not(.buddypress) .page-header {
    min-height: auto;
    padding: 50px 0 320px;
    background-size: auto 300px;
    background-position-x: 50%;
  }
}
body.home:not(.buddypress) .page-header-content-slogan {
  margin-bottom: 15px;
}
body.home:not(.buddypress) .page-header-content-slogan ul {
  list-style-type: none;
}
body.home:not(.buddypress) .page-header-content-slogan ul li {
  font-size: 38.4px;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(0, 173, 238, 1) 0%, rgba(232, 0, 140, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 640px) {
  body.home:not(.buddypress) .page-header-content-slogan ul li {
    font-size: 36px;
  }
}
body.home:not(.buddypress) .page-header-content-title {
  width: 100%;
}
body.home:not(.buddypress) .page-header-content-title h1 {
  font-size: 26px;
  color: #e8008c;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
@media only screen and (max-width: 640px) {
  body.home:not(.buddypress) .page-header-content-title h1 {
    font-size: 20.8px;
  }
}
body.home:not(.buddypress) .page-header-content-title h1.white-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  font-size: 40px;
}
.page-header.cat-article, .page-header.cat-articles {
  background-color: #e8008c;
}
.page-header.cat-insights {
  background-color: #694da5;
}
.page-header.cat-case-studies {
  background-color: #388ed6;
}
.page-header.cat-news {
  background-color: #c03096;
}
.page-header.cat-press-releases {
  background-color: #00adee;
}
.page-header.cat-videos-and-webinars {
  background-color: #50504e;
}
/* ===============
 Footer
 =============== */
.newsletter {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-weight: 400;
  position: relative;
}
.newsletter h2:after {
  content: '';
  display: block;
  width: 200px;
  height: 2px;
  background: #e8008c;
  margin: 30px auto 0;
}
.newsletter:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.newsletter-container {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 18px;
}
.newsletter-container p {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.newsletter-container .newsletter-form .gform_wrapper form {
  text-align: center;
}
.newsletter-container .newsletter-form .gform_wrapper form .gform_body {
  width: auto;
  display: inline-block;
}
.newsletter-container .newsletter-form .gform_wrapper form .gform_body ul.gform_fields li.gfield_error {
  padding-top: 0;
}
.newsletter-container .newsletter-form .gform_wrapper form .gform_body ul.gform_fields > li {
  padding-right: 5px;
}
.newsletter-container .newsletter-form .gform_wrapper form .gform_body ul.gform_fields > li .ginput_container input {
  width: 350px !important;
  height: 44px;
  line-height: normal !important;
}
@media only screen and (max-width: 640px) {
  .newsletter-container .newsletter-form .gform_wrapper form .gform_body ul.gform_fields > li .ginput_container input {
    width: 100% !important;
  }
}
.newsletter-container .newsletter-form .gform_wrapper form .gform_footer {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
footer {
  border-top: 10px solid #00adee;
  font-weight: 400;
}
footer a {
  text-decoration: none;
  color: inherit;
}
footer a:visited, footer a:hover, footer a:focus, footer a:active {
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}
footer h4 {
  text-transform: none;
  margin-bottom: 0.5em;
}
footer .footer-top {
  padding: 50px 0;
  border-bottom: 1px solid #d2d3d5;
}
footer .footer-top .purple {
  color: #694da5;
}
@media only screen and (max-width: 640px) {
  footer .footer-top-contact {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .footer-top-contact .footer-contact i {
  color: #694da5;
}
footer .footer-top-contact .footer-contact span {
  padding-left: 5px;
}
footer .footer-top-contact .footer-contact-email {
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  footer .footer-top-contact .footer-contact-email {
    margin-bottom: 30px;
  }
}
footer .footer-top-contact .footer-social span.social-item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  background: #694da5;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  margin: 0 2.5px;
  border: 2px solid #694da5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer-top-contact .footer-social span.social-item:last-child {
  margin-right: 0;
}
footer .footer-top-contact .footer-social span.social-item a {
  color: #fff;
}
footer .footer-top-contact .footer-social span.social-item:hover {
  border: 2px solid #a18eca;
}
@media only screen and (max-width: 640px) {
  footer .footer-top-about {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  footer .footer-top-programmes {
    width: 100%;
  }
}
footer .footer-top .footer-navigation {
  margin-bottom: 1em;
}
footer .footer-top .footer-navigation ul {
  font-size: 0px;
  margin-bottom: 1.5em;
  padding: 0;
  list-style: none;
}
footer .footer-top .footer-navigation ul li {
  position: relative;
  font-size: 14px;
  line-height: 1.5em;
  padding-left: 10px;
  padding-bottom: 6px;
}
footer .footer-top .footer-navigation ul li:last-child {
  padding-bottom: 0;
}
footer .footer-top .footer-navigation ul li:before {
  position: absolute;
  left: 0;
  font-weight: bold;
  content: "\f0da";
  color: #00adee;
  width: 25px;
}
footer .footer-bottom {
  padding: 15px 0;
  font-size: 14px;
}
footer .footer-bottom a {
  color: #00adee;
}
@media only screen and (max-width: 640px) {
  footer .footer-bottom .copyright-left {
    width: 100%;
    margin-bottom: 15px;
  }
}
footer .footer-bottom .copyright-right {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  footer .footer-bottom .copyright-right {
    width: 100%;
    text-align: left;
  }
}
footer .footer-bottom .menu-footer-links-container {
  display: inline;
}
footer .footer-bottom #footer-links {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
footer .footer-bottom #footer-links li {
  display: inline-block;
}
/*--------------------------------------------------------------
 # Mobile Menu
 --------------------------------------------------------------*/
/* ===============
 Mobile Menu
 =============== */
.hamburger {
  background: #e8008c;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: none;
  font: inherit;
  margin: 0;
  overflow: visible;
  padding: 10px 10px;
  position: fixed;
  right: 15px;
  text-transform: none;
  top: 20px;
  -webkit-transition: opacity, filter 0.15s linear;
  -moz-transition: opacity, filter 0.15s linear;
  -ms-transition: opacity, filter 0.15s linear;
  -o-transition: opacity, filter 0.15s linear;
  transition: opacity, filter 0.15s linear;
  z-index: 99999;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger:active, .hamburger:focus {
  background: #e8008c;
}
@media only screen and (max-width: 991px) {
  .hamburger {
    display: inline-block;
  }
}
.hamburger-box {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 30px;
}
.hamburger-inner {
  display: block;
  margin-top: 1px;
  top: 50%;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition: transform 0.15s ease;
  -moz-transition: transform 0.15s ease;
  -ms-transition: transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -60px;
  top: -60px;
  transform: translate3d(60px, 60px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -60px;
  top: -60px;
  transform: translate3d(-60px, 60px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -60px;
  top: 60px;
  transform: translate3d(60px, -60px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -60px;
  top: 60px;
  transform: translate3d(-60px, -60px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.2857142857px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.2857142857px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
body.lock {
  overflow: hidden;
}
.responsive-menu-container {
  display: none;
  background: #fff;
  width: 100%;
  text-align: left;
  position: fixed;
  outline: 1px solid transparent;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99998;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 991px) {
  .responsive-menu-container {
    display: block;
  }
}
.responsive-menu-container .menu .menu-item {
  list-style: none;
}
.responsive-menu-container .menu .menu-item a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #1d1d1b;
}
.responsive-menu-container .menu .menu-item a:hover {
  background: #1d1d1b;
  color: #e5e5e5;
}
.responsive-menu-container .menu .menu-item.current-menu-item a {
  background: #694da5;
  color: #fff;
}
.responsive-menu-container .menu .menu-item.current-menu-item .menu-dropdown-icon {
  color: #f7f7f7;
}
.responsive-menu-container .menu .menu-item-has-children {
  position: relative;
}
.responsive-menu-container .menu .menu-item-has-children > a {
  position: relative;
}
.responsive-menu-container .menu .menu-item-has-children .sub-menu {
  background: #d2d3d5;
  display: none;
  margin-left: 0;
}
.responsive-menu-container .menu .menu-item-has-children .sub-menu.show-sub {
  display: block;
}
.responsive-menu-container .menu .menu-item-has-children .sub-menu li > a {
  padding-left: 1.5em;
}
.responsive-menu-container .menu .menu-item-has-children .menu-dropdown-icon {
  color: #694da5;
  cursor: pointer;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.responsive-menu-container .menu .menu-item-has-children .menu-dropdown-icon i {
  font-style: normal;
}
.responsive-menu-container .menu .menu-item-has-children .menu-dropdown-icon i.dropdown-icon:after {
  content: "\f0d7";
  display: block;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}
.responsive-menu-container .menu .menu-item-has-children.sub-menu-open .dropdown-icon:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.responsive-menu-container .responsive-menu-logo {
  padding: 10px;
  width: 75%;
}
.responsive-menu-container .responsive-menu-logo img {
  height: 70px;
}
.responsive-menu-container .menu .menu-item a {
  opacity: 0;
  padding-left: 150px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.responsive-menu-container.is-open .menu .menu-item a {
  opacity: 1;
  padding-left: 15px;
}
.responsive-menu-container.slide-left {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.responsive-menu-container.slide-left.is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.responsive-menu-container.slide-right {
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.responsive-menu-container.slide-right.is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.responsive-menu-container.slide-bottom {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
}
.responsive-menu-container.slide-bottom.is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.responsive-menu-container.slide-top {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.responsive-menu-container.slide-top.is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/*--------------------------------------------------------------
 # Structure
 --------------------------------------------------------------*/
/* ===============
 Structure 
 =============== */
html, body {
  height: 100%;
}
#page {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 100%;
}
#page #content {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.in-grid {
  max-width: 1170px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (max-width: 1200px) {
  .in-grid {
    max-width: 100%;
  }
}
.in-grid-s {
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (max-width: 768px) {
  .in-grid-s {
    max-width: 100%;
  }
}
.gut > div {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.row-spacing {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.row-spacing-sm {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.mb {
  margin-bottom: 80px !important;
}
.mt {
  margin-top: 50px !important;
}
.col-1 {
  width: calc(100% / 12 * 1);
}
.col-2 {
  width: calc(100% / 12 * 2);
}
.col-3 {
  width: calc(100% / 12 * 3);
}
.col-4 {
  width: calc(100% / 12 * 4);
}
.col-5 {
  width: calc(100% / 12 * 5);
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: calc(100% / 12 * 7);
}
.col-8 {
  width: calc(100% / 12 * 8);
}
.col-9 {
  width: calc(100% / 12 * 9);
}
.col-10 {
  width: calc(100% / 12 * 10);
}
.col-11 {
  width: calc(100% / 12 * 11);
}
.col-12 {
  width: 100%;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.aligncenter, .alignleft, .alignright {
  display: block;
  padding: 0;
}
.aligncenter {
  float: none;
  margin: 0.5em auto 1em;
}
.alignright {
  float: right;
  margin: 0.5em 0 1em 1em;
}
.alignleft {
  float: left;
  margin: 0.5em 1em 1em 0;
}
.wp-caption {
  padding: 5px 0;
  border: 1px solid #555;
  background: #444;
  text-align: center;
}
.wp-caption img {
  display: inline;
}
.wp-caption p.wp-caption-text {
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 75%;
  font-weight: 100;
  font-style: italic;
  color: #ddd;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
/* ===============
 Elements 
 =============== */
.mb-container {
  background-color: #e8008c;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mb-container:after {
  content: '';
  display: block;
  height: 0;
  background: #b5006d;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mb-container:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: rgba(232, 0, 140, .9);
}
.mb-container:hover:after {
  width: 100%;
  height: 4px;
}
.mb-container .mb-inner {
  text-transform: uppercase;
  font-weight: 700;
}
.mb-container .mb-inner a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.pagination-group {
  display: flex;
  width: 100%;
  font-size: 0.85em;
  margin-top: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #dee2e6;
}
.pagination-group > .pages {
  padding: 0.5rem 1.5rem 0.5rem 0;
}
.pagination-group .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.pagination-group .pagination .page-item .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #e8008c;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.pagination-group .pagination .page-item .page-link:hover {
  z-index: 2;
  color: #e8008c;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.pagination-group .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-group .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-group .pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #e8008c;
  border-color: #e8008c;
}
/*--------------------------------------------------------------
 # Posts
 --------------------------------------------------------------*/
/* ===============
 Single Posts general
 =============== */
.single:not(.bbpress) article .entry-content {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.single:not(.bbpress) article .entry-content .entry-post-thumb {
  margin-top: -100px;
  margin-bottom: 50px;
}
.single:not(.bbpress) article .entry-content .entry-post-thumb img {
  width: 100%;
  height: auto;
}
.single:not(.bbpress) article .entry-content .back-to-overview {
  text-decoration: none;
}
.single:not(.bbpress) article .entry-content .back-to-overview i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single:not(.bbpress) article .entry-content .back-to-overview:hover i {
  -webkit-transform: translate(-4px);
  -moz-transform: translate(-4px);
  -ms-transform: translate(-4px);
  -o-transform: translate(-4px);
  transform: translate(-4px);
}
/* ===============
 Single Events 
 =============== */
.single-event-details {
  margin: 50px 15px 15px;
  border: 1px solid #1d1d1b;
  background: #694da5;
  padding: 5px;
  color: #f7f7f7;
}
.single-event-details .event-location {
  margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .single-event-details .event-date, .single-event-details .event-enddate {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .single-event-details .event-date {
    margin-bottom: 15px;
  }
}
.single-event article .entry-content {
  padding-top: 30px;
}
/* ===============
 Single Partner 
 =============== */
.single-partner-details {
  text-align: center;
  margin-bottom: 15px;
}
.single-partner-details img {
  height: 80px;
}
/* ===============
 Single Member 
 =============== */
.single-member-details {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 0 0 15px;
  position: relative;
}
.single-member-details .featured-image {
  height: 120px;
  width: 120px;
  background-size: cover !important;
  background-position: center !important;
  margin-bottom: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.single-member-details .member-info {
  text-align: center;
  margin-bottom: 20px;
}
.single-member-details .member-info span {
  display: block;
}
.single-member-details .member-info .member-function {
  font-size: 14px;
  color: #694da5;
}
.single-member-details .member-info .member-actions {
  margin-top: 7.5px;
}
.post-cat-filter-menu {
  padding-top: 20px;
}
.post-cat-filter-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.post-cat-filter-menu ul > li > a {
  display: block;
  padding: 0 0.5rem;
}
.post-cat-filter-menu ul > li.active > a {
  font-weight: bold;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
.btn {
  background-color: #e8008c;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.btn.sml-btn {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 11px;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn:after {
  content: '';
  display: block;
  height: 0;
  background: #b5006d;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:active, .btn:focus, .btn:visited, .btn:hover {
  color: #fff;
}
.btn:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: rgba(232, 0, 140, .9);
  text-decoration: none;
}
.btn:hover:after {
  width: 100%;
  height: 4px;
}
.btn.blue-btn {
  background-color: #00adee;
}
.btn.blue-btn:after {
  background: #08b;
}
.btn.blue-btn:hover {
  background-color: rgba(0, 173, 238, .9);
}
.btn.remove {
  background-color: #e5e5e5;
}
.btn.remove:after {
  background: #ccc;
}
.btn.remove:hover {
  background-color: rgba(229, 229, 229, .9);
}
.show-btn {
  display: inline-block;
}
.hide-btn {
  display: none;
}
/*--------------------------------------------------------------
 # Members
 --------------------------------------------------------------*/
.dashboard-button-panel {
  margin-bottom: 15px;
}
.dashboard-button-panel a {
  border-radius: 5px;
  display: block;
  width: 100%;
  color: #fff;
  padding: 15px 15px 15px 70px;
  background-color: #e8008c;
  text-decoration: none;
  background-position: 20px 50%;
  background-size: 40px auto;
  background-repeat: no-repeat;
  font-size: 13px;
  font-weight: 400px;
}
.dashboard-button-panel a:hover {
  background-color: #b5006d;
}
.dashboard-button-panel a p {
  margin: 0;
}
.dashboard-button-panel.dash-profile-panel a {
  background-image: url(./img/icon-member-profile.png);
}
.dashboard-button-panel.dash-cv-panel a {
  background-image: url(./img/icon-member-cv.png);
}
.dashboard-button-panel.dash-dir-panel a {
  background-image: url(./img/icon-member-dir.png);
}
.dashboard-button-panel.dash-postjob-panel a {
  background-image: url(./img/icon-member-postjob.png);
}
.dashboard-button-panel h2 {
  margin-bottom: 5px;
}
.dashboard-list-panel {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 2px 4px #e5e5e5;
  min-height: 220px;
}
header#masthead .main-navigation .menu-members-container ul.menu > li.menu-item {
  padding: 24px 9px;
}
header#masthead .main-navigation .menu-members-container ul.menu > li.menu-item a {
  font-size: 14px;
}
.members-filter-panel {
  background-color: rgba(240, 240, 240, 1);
  padding: 15px;
}
.members-filter-panel input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.member-card {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .member-card {
    width: calc(100% / 12 * 6) !important;
  }
}
.member-card .member-image {
  height: 120px;
  width: 120px;
  background-size: cover !important;
  background-position: center !important;
  margin-right: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.member-card .member-info {
  margin-bottom: 10px;
}
.member-card .member-info span {
  display: block;
}
.member-card .member-info .member-function {
  font-size: 14px;
  color: #694da5;
}
.member-card .member-info ul {
  margin-top: 3.75px;
}
.member-card .member-info ul li {
  font-size: 13px;
}
.member-card.short-card {
  padding: 0;
}
.member-card.short-card .member-image {
  height: 70px;
  width: 70px;
}
.member-card.xshort-card {
  padding: 0;
}
.member-card.xshort-card .member-image {
  height: 40px;
  width: 40px;
}
.member-card.xshort-card .member-name {
  font-size: 13px;
}
.member-card .read-more {
  text-transform: uppercase;
  font-size: 14px;
}
.member-card .read-more i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.member-card .read-more:hover {
  text-decoration: none;
}
.member-card .read-more:hover i {
  -webkit-transform: translate(4px);
  -moz-transform: translate(4px);
  -ms-transform: translate(4px);
  -o-transform: translate(4px);
  transform: translate(4px);
}
.member-card .member-since {
  font-size: 11px;
  font-weight: 700;
  color: #666;
  margin-bottom: 10px;
}
.friends-list {
  padding-bottom: 80px;
}
.data-group {
  margin-bottom: 26.6666666667px;
  font-weight: 400;
}
.data-group .group-heading {
  margin-bottom: 3.75px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.data-group .data-group-row {
  font-size: 14px;
  margin-bottom: 3.75px;
}
.email-link {
  color: #1d1d1b;
}
.email-link:visited, .email-link:hover, .email-link:focus, .email-link:active {
  color: inherit;
}
.email-link i {
  color: #00adee;
}
.email-link span {
  padding-left: 5px;
}
.cv-form .consent-msg input, .job-form .consent-msg input {
  position: absolute;
}
.cv-form .consent-msg .message, .job-form .consent-msg .message {
  font-size: 13px;
  line-height: 1.4;
  padding-left: 20px;
  display: inline-block;
}
.cv-form .acf-field[data-width] + .acf-field[data-width], .job-form .acf-field[data-width] + .acf-field[data-width] {
  border-left: 0;
}
.cv-form .acf-fields > .acf-field.inline-check, .job-form .acf-fields > .acf-field.inline-check {
  display: flex;
}
.cv-form .acf-fields > .acf-field.inline-check .acf-label, .job-form .acf-fields > .acf-field.inline-check .acf-label {
  margin-bottom: 0;
}
.cv-form .acf-fields > .acf-field.inline-check .acf-input input, .job-form .acf-fields > .acf-field.inline-check .acf-input input {
  margin-left: 5px;
}
.cv-form .acf-fields > .acf-field.locations-form-options .acf-repeater .acf-row-handle.order, .job-form .acf-fields > .acf-field.locations-form-options .acf-repeater .acf-row-handle.order {
  background-color: #f9f9f9;
}
.cv-form .acf-fields > .acf-field.locations-form-options table.acf-table, .job-form .acf-fields > .acf-field.locations-form-options table.acf-table {
  border-color: #ddd;
}
.cv-form .acf-fields > .acf-field.locations-form-options table.acf-table .acf-label, .job-form .acf-fields > .acf-field.locations-form-options table.acf-table .acf-label {
  margin-bottom: 5px;
}
.cv-form .acf-fields > .acf-field.locations-form-options table.acf-table .acf-label label, .job-form .acf-fields > .acf-field.locations-form-options table.acf-table .acf-label label {
  font-size: 14px;
}
.cv-form .acf-fields > .acf-field.locations-form-options .acf-fields > .acf-field, .job-form .acf-fields > .acf-field.locations-form-options .acf-fields > .acf-field {
  padding-bottom: 6px;
  border-top: 0;
}
.cv-form .acf-fields > .acf-field.locations-form-options .acf-repeater .acf-row > .acf-row-handle .acf-icon, .job-form .acf-fields > .acf-field.locations-form-options .acf-repeater .acf-row > .acf-row-handle .acf-icon, .cv-form .acf-fields > .acf-field.locations-form-options .acf-repeater .acf-row.-hover > .acf-row-handle .acf-icon, .job-form .acf-fields > .acf-field.locations-form-options .acf-repeater .acf-row.-hover > .acf-row-handle .acf-icon {
  text-decoration: none;
}
.cv-form .acf-fields > .acf-field.locations-form-options .acf-repeater .acf-row > .acf-row-handle .acf-icon.-plus, .job-form .acf-fields > .acf-field.locations-form-options .acf-repeater .acf-row > .acf-row-handle .acf-icon.-plus, .cv-form .acf-fields > .acf-field.locations-form-options .acf-repeater .acf-row.-hover > .acf-row-handle .acf-icon.-plus, .job-form .acf-fields > .acf-field.locations-form-options .acf-repeater .acf-row.-hover > .acf-row-handle .acf-icon.-plus {
  display: none;
}
.cv-form .acf-fields > .acf-field.locations-form-options .acf-repeater .acf-row > .acf-row-handle .acf-icon.-minus, .job-form .acf-fields > .acf-field.locations-form-options .acf-repeater .acf-row > .acf-row-handle .acf-icon.-minus, .cv-form .acf-fields > .acf-field.locations-form-options .acf-repeater .acf-row.-hover > .acf-row-handle .acf-icon.-minus, .job-form .acf-fields > .acf-field.locations-form-options .acf-repeater .acf-row.-hover > .acf-row-handle .acf-icon.-minus {
  display: block;
  background: #f7efef;
  border-color: #a10000;
  color: #dc3232;
}
.cv-form .acf-fields > .acf-field.locations-form-options select, .job-form .acf-fields > .acf-field.locations-form-options select {
  border: 1px solid #767676;
}
.cv-form .acf-fields > .acf-field.locations-form-options .acf-actions .acf-button, .job-form .acf-fields > .acf-field.locations-form-options .acf-actions .acf-button {
  padding: 5px 8px;
  font-size: 11px;
  background-color: #e8008c;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.cv-form .acf-fields > .acf-field.locations-form-options .inline-check, .job-form .acf-fields > .acf-field.locations-form-options .inline-check {
  padding-top: 0;
  border-top: 0;
}
.cv-form .acf-fields > .acf-field.locations-form-options .inline-check .acf-label label, .job-form .acf-fields > .acf-field.locations-form-options .inline-check .acf-label label {
  font-weight: normal;
}
div.bbp-breadcrumb, div.bbp-topic-tags {
  margin-right: 30px;
}
#bbpress-forums {
  font-weight: 400;
}
#bbpress-forums a, #bbpress-forums a:hover {
  color: #0089bb;
}
#bbpress-forums .bbp-forum-info .bbp-forum-title, #bbpress-forums .bbp-forum-info .bbp-author-name {
  color: #0089bb;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
#bbpress-forums .bbp-topic-title .bbp-topic-permalink {
  color: #0089bb;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
#bbpress-forums #bbp-search-form {
  padding-bottom: 5px;
}
#bbpress-forums #bbp-search-form #bbp_search {
  padding: 4px 8px 3px;
  font-size: 13px;
}
#bbpress-forums #bbp-search-form #bbp_search, #bbpress-forums #bbp-search-form button, #bbpress-forums #bbp-search-form input[type="button"], #bbpress-forums #bbp-search-form input[type="submit"] {
  vertical-align: top;
}
#bbpress-forums #bbp-search-form button, #bbpress-forums #bbp-search-form input[type="button"], #bbpress-forums #bbp-search-form input[type="submit"] {
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 11px;
  background-color: #e8008c;
}
span.bbp-admin-links a {
  color: #0089bb;
}
.forum-header .forum-title {
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
}
#bbpress-forums fieldset.bbp-form p.form-allowed-tags {
  display: none;
}
#bbpress-forums fieldset.bbp-form input[type=text] {
  width: 100%;
}
#bbpress-forums fieldset.bbp-form input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
#bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form select {
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 400;
  height: auto;
}
@media only screen and (max-width: 480px) {
  span.bbp-reply-post-date, span.bbp-topic-post-date {
    float: none;
    display: block;
    width: 100%;
  }
}
.feed {
  display: none !important;
}
#buddypress .dir-search input[type=search]:not(.select2-search__field), #buddypress .dir-search input[type=text], #buddypress .groups-members-search input[type=search]:not(.select2-search__field), #buddypress .groups-members-search input[type=text], #buddypress .standard-form input[type=color], #buddypress .standard-form input[type=date], #buddypress .standard-form input[type=datetime-local], #buddypress .standard-form input[type=datetime], #buddypress .standard-form input[type=email], #buddypress .standard-form input[type=month], #buddypress .standard-form input[type=number], #buddypress .standard-form input[type=password], #buddypress .standard-form input[type=range], #buddypress .standard-form input[type=search]:not(.select2-search__field), #buddypress .standard-form input[type=tel], #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=time], #buddypress .standard-form input[type=url], #buddypress .standard-form input[type=week], #buddypress .standard-form select:not(.select2-hidden-accessible), #buddypress .standard-form textarea {
  color: #000;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 12px;
  background-color: #e5e5e5;
  font-weight: 300;
}
#buddypress .standard-form input[type=search].select2-search__field {
  padding: 0;
  border: 0;
  background-color: transparent;
}
#buddypress .standard-form input[type=text], #buddypress .standard-form input[type=email] {
  width: 75%;
}
#buddypress .standard-form input[type=password] {
  width: 50%;
}
#buddypress input[type=submit], #buddypress .standard-form div.submit input {
  padding: 6px 10px;
  background-color: #e8008c;
  border-color: #e8008c;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
}
#buddypress input[type=submit]:hover, #buddypress .standard-form div.submit input:hover {
  background-color: #b5006d;
  border-color: #b5006d;
  color: #fff;
}
#buddypress .standard-form#signup_form label {
  font-size: 14px;
}
#buddypress .standard-form#signup_form input[type=email], #buddypress .standard-form#signup_form input[type=password] {
  width: 90%;
}
#buddypress .comment-reply-link, #buddypress .generic-button a, #buddypress .standard-form button, #buddypress a.button, #buddypress input[type=button], #buddypress input[type=reset], #buddypress input[type=submit], #buddypress ul.button-nav li a, #buddypress a.bp-title-button, #buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a, #buddypress div.item-list-tabs ul li.group-selected a {
  border-radius: 5px;
  white-space: nowrap;
  color: #1d1d1b;
}
@media screen and (min-width: 768px) {
  #buddypress .avatar-nav-items li#bp-avatar-camera a {
    display: none;
  }
}
#buddypress a.button.pink-button {
  text-transform: uppercase;
  color: #fff;
  background-color: #e8008c;
  border-color: #e8008c;
}
#buddypress form#whats-new-form {
  background-color: rgba(240, 240, 240, 1);
  padding: 15px !important;
  margin-bottom: 15px;
}
#buddypress form#whats-new-form #whats-new-content {
  padding-bottom: 0;
  margin-left: 75px;
}
#buddypress form#whats-new-form p.activity-greeting {
  font-size: 14px;
  font-weight: bold;
  margin-left: 95px;
  line-height: 1.1;
}
#buddypress form#whats-new-form img.avatar {
  border-radius: 100%;
}
#buddypress img.avatar {
  border-radius: 100%;
  height: 80px;
  margin-left: 0;
  width: 80px;
}
#buddypress .activity-list li {
  font-size: 13px;
}
#buddypress .activity-list li .activity-avatar img.FB_profile_pic, #buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic, #buddypress .activity-list li .activity-avatar img.avatar, #buddypress .activity-list li.mini .activity-avatar img.avatar {
  border-radius: 100%;
  height: 80px;
  margin-left: 0;
  width: 80px;
}
#buddypress .activity-list .activity-content {
  margin-left: 90px;
}
#buddypress #settings-form label {
  font-size: 14px;
}
#buddypress #settings-form .notification-settings {
  font-size: 13px;
}
#buddypress div.item-list-tabs ul {
  font-size: 13px;
}
#buddypress div.item-list-tabs ul li a {
  color: #1d1d1b;
}
#buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a, #buddypress div.item-list-tabs ul li.group-selected a {
  background-color: #00adee;
  color: #fff;
  opacity: 0.9;
  font-weight: 700;
}
#buddypress div.item-list-tabs#subnav {
  margin-top: 0;
}
#buddypress div.item-list-tabs#subnav ul li {
  margin-right: 4px;
}
#buddypress div.item-list-tabs#subnav ul li a {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
}
#buddypress div.item-list-tabs#subnav ul li.current a, #buddypress div.item-list-tabs#subnav ul li.selected a {
  background-color: #00adee;
  border-color: #00adee;
}
#buddypress div.item-list-tabs#subnav ul li.last {
  margin-top: 0;
}
#buddypress ul.button-nav li a {
  color: #1d1d1b;
}
#buddypress ul.button-nav li.current a, #buddypress ul.button-nav li.selected a {
  background-color: #00adee;
  border-color: #00adee;
  color: #fff;
}
#buddypress ul#groups-list.item-list li div.item-title {
  font-size: 15px;
  font-weight: 600;
}
#buddypress ul#groups-list.item-list li div.action .group-button {
  margin-bottom: 10px;
}
@media screen and (max-width: 767.97px) {
  #buddypress div#item-header div#item-actions {
    float: none;
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  #buddypress div#item-header div#item-actions h2 {
    font-size: 14px;
  }
  #buddypress div#item-header ul li {
    float: left;
  }
  #buddypress #activity-stream p {
    line-height: 1.4;
    font-size: 13px !important;
  }
  #buddypress form#whats-new-form #whats-new-content {
    padding-bottom: 0;
    margin-left: 45px;
  }
  #buddypress form#whats-new-form p.activity-greeting {
    margin-left: 65px;
  }
  #buddypress img.avatar {
    border-radius: 100%;
    height: 55px;
    margin-left: 0;
    width: 55px;
  }
  #buddypress .activity-list li {
    font-size: 13px;
  }
  #buddypress .activity-list li .activity-avatar img.FB_profile_pic, #buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic, #buddypress .activity-list li .activity-avatar img.avatar, #buddypress .activity-list li.mini .activity-avatar img.avatar {
    border-radius: 100%;
    height: 55px;
    margin-left: 0;
    width: 55px;
  }
  #buddypress .activity-list .activity-content {
    margin-left: 65px;
  }
  #buddypress ul#groups-list.item-list li div.item-title, #buddypress ul#groups-list.item-list li div.item-desc {
    width: 100%;
  }
  #buddypress ul#groups-list.item-list li div.item-desc p {
    font-size: 13px;
  }
  #buddypress ul#groups-list.item-list li div.action {
    position: relative;
    text-align: left;
    top: auto;
  }
}
.bp-user #buddypress #item-header {
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  .profile #buddypress, .media #buddypress, .groups #buddypress, .bp-user #buddypress, .full-width-content #buddypress {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .profile #buddypress #item-header, .media #buddypress #item-header, .groups #buddypress #item-header, .bp-user #buddypress #item-header, .full-width-content #buddypress #item-header {
    width: 100%;
  }
  .profile #buddypress #item-nav, .media #buddypress #item-nav, .groups #buddypress #item-nav, .bp-user #buddypress #item-nav, .full-width-content #buddypress #item-nav {
    width: 25%;
    padding-right: 20px;
  }
  .profile #buddypress #item-nav .item-list-tabs, .media #buddypress #item-nav .item-list-tabs, .groups #buddypress #item-nav .item-list-tabs, .bp-user #buddypress #item-nav .item-list-tabs, .full-width-content #buddypress #item-nav .item-list-tabs {
    padding-right: 10px;
  }
  .profile #buddypress #item-body, .media #buddypress #item-body, .groups #buddypress #item-body, .bp-user #buddypress #item-body, .full-width-content #buddypress #item-body {
    width: 75%;
    padding-top: 20px;
  }
  #buddypress div#item-header div#item-actions h2 {
    font-size: 14px;
    text-transform: none;
  }
  #buddypress #object-nav {
    border-right: 1px solid #ddd;
    float: left;
    margin-right: -1px;
    width: 100%;
    padding-top: 20px;
  }
  #buddypress #object-nav ul {
    display: flex;
    flex-flow: column nowrap;
  }
  #buddypress div#item-header div#item-header-content {
    width: 75%;
  }
}
.members-nav {
  background-color: rgba(0, 173, 238, 0.25);
}
#buddypress {
  font-weight: 400;
}
#buddypress input, #buddypress textarea, #buddypress button {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
#buddypress select {
  border: 1px solid #bfbfbf;
}
#buddypress span.required {
  color: red;
}
#buddypress .standard-form #profile-details-section .editfield input[type="text"], #buddypress .standard-form #profile-details-section .editfield input[type="tel"], #buddypress .standard-form #profile-details-section .editfield input[type="email"], #buddypress .standard-form #profile-details-section .editfield select {
  width: 100%;
  max-width: 100%;
}
#buddypress .standard-form #profile-details-section .editfield > fieldset {
  margin: 0 0 15px;
}
@media only screen and (min-width: 1100px) {
  #buddypress .standard-form #profile-details-section {
    display: flex;
    flex-wrap: wrap;
  }
  #buddypress .standard-form #profile-details-section > h2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #buddypress .standard-form #profile-details-section .editfield {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
  }
  #buddypress .standard-form #profile-details-section .editfield.field_how-did-you-hear-about-us, #buddypress .standard-form #profile-details-section .editfield.field_my-primary-reason-for-joining-ewpn-is, #buddypress .standard-form #profile-details-section .editfield.field_type_checkbox_acceptance {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#buddypress .standard-form#signup_form div div.error, #buddypress #pass-strength-result, #buddypress div#message p {
  font-size: 13px;
  border-radius: 3px;
}
#buddypress div.dir-search input[type=text], #buddypress li.groups-members-search input[type=text] {
  padding: 5px 10px;
  border-radius: 5px;
}
#buddypress #whats-new-post-in, #buddypress #activity-filter-select select, #buddypress .filter select {
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 400;
}
#buddypress input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
#buddypress .field_type_checkbox_acceptance fieldset {
  font-size: 13px;
}
#buddypress input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
#buddypress .h2, #buddypress h2, #buddypress .h3, #buddypress h3 {
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
}
#buddypress .h3, #buddypress h3 {
  font-size: 21px;
}
@media only screen and (max-width: 640px) {
  #buddypress .h2, #buddypress h2 {
    font-size: 21px;
  }
  #buddypress .h3, #buddypress h3 {
    font-size: 18px;
  }
}
#buddypress div#item-header img.avatar {
  border-radius: 100%;
  height: 100px;
  width: 100px;
}
#buddypress table.forum, #buddypress table.messages-notices, #buddypress table.notifications, #buddypress table.notifications-settings, #buddypress table.profile-fields, #buddypress table.profile-settings, #buddypress table.wp-profile-fields {
  font-size: 13px;
}
#buddypress table.forum tr.alt td, #buddypress table.messages-notices tr.alt td, #buddypress table.notifications tr.alt td, #buddypress table.notifications-settings tr.alt td, #buddypress table.profile-fields tr.alt td, #buddypress table.profile-settings tr.alt td, #buddypress table.wp-profile-fields tr.alt td {
  background-color: #fafafa;
  color: #1d1d1b;
}
#buddypress table.profile-fields .field_type_multiselect_custom_taxonomy .label {
  vertical-align: top;
}
#buddypress table.profile-fields .field_type_multiselect_custom_taxonomy .data ul {
  columns: 3;
  margin-bottom: 0 !important;
  padding-left: 20px;
}
@media only screen and (max-width: 640px) {
  #buddypress table.profile-fields .field_type_multiselect_custom_taxonomy .data ul {
    columns: 1;
  }
}
#buddypress table.profile-fields .field_type_membertype {
  display: none;
}
#buddypress table.profile-fields tr td.label, #buddypress table.profile-fields tr td.data {
  vertical-align: top;
}
#buddypress table.profile-fields p {
  margin-bottom: 0.5rem;
}
#buddypress table.profile-fields p:last-child {
  margin-bottom: 0;
}
#buddypress .bp-widget.default .field_type_checkbox_acceptance {
  display: none;
}
#buddypress table.notification-settings th.title, #buddypress table.profile-settings th.title {
  width: 60%;
}
#buddypress table.notification-settings th.title.field-group-name, #buddypress table.profile-settings th.title.field-group-name {
  width: 40%;
}
#buddypress table.notification-settings tr.field_type_membertype, #buddypress table.profile-settings tr.field_type_membertype {
  display: none;
}
#buddypress .standard-form select {
  width: 75%;
}
#buddypress #profile-edit-form .field_type_multiselect_custom_taxonomy .select2-selection {
  overflow: auto;
  font-size: 14px;
}
#buddypress #profile-edit-form .field_type_multiselect_custom_taxonomy .select2-selection:after {
  content: "";
  clear: both;
  display: table;
}
#buddypress #profile-edit-form .field_type_multiselect_custom_taxonomy .select2-selection.select2-selection--multiple .select2-selection__choice {
  padding-right: 6px;
}
#buddypress #profile-edit-form div.field_type_membertype {
  display: none;
}
#buddypress #profile-edit-form.standard-form.default div.field_type_checkbox_acceptance {
  display: none;
}
#buddypress #profile-edit-form.standard-form p.description {
  color: #1d1d1b;
}
#buddypress #profile-edit-form .editfield[class*="field_i-am-happy-to-mentor"] fieldset, #buddypress #profile-edit-form .editfield[class*="field_i-would-like-to-be-a"] fieldset, #buddypress #profile-edit-form .editfield[class*="field_currently-looking"] fieldset, #buddypress #profile-edit-form .editfield[class*="field_i-am-happy-to-speak"] fieldset {
  position: relative;
}
#buddypress #profile-edit-form .editfield[class*="field_i-am-happy-to-mentor"] fieldset legend, #buddypress #profile-edit-form .editfield[class*="field_i-would-like-to-be-a"] fieldset legend, #buddypress #profile-edit-form .editfield[class*="field_currently-looking"] fieldset legend, #buddypress #profile-edit-form .editfield[class*="field_i-am-happy-to-speak"] fieldset legend {
  display: table;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-left: 18px;
}
#buddypress #profile-edit-form .editfield[class*="field_i-am-happy-to-mentor"] fieldset legend + input[type=checkbox], #buddypress #profile-edit-form .editfield[class*="field_i-would-like-to-be-a"] fieldset legend + input[type=checkbox], #buddypress #profile-edit-form .editfield[class*="field_currently-looking"] fieldset legend + input[type=checkbox], #buddypress #profile-edit-form .editfield[class*="field_i-am-happy-to-speak"] fieldset legend + input[type=checkbox] {
  position: absolute;
  top: 4px;
  left: 0;
}
#buddypress .field-visibility-settings legend, #buddypress .field-visibility-settings-notoggle, #buddypress .field-visibility-settings-toggle {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
}
#buddypress button.visibility-toggle-link {
  text-transform: none;
  padding: 0 3px;
  background-color: transparent;
  border: 0 none;
  color: #00adee;
  font-weight: 400;
}
#buddypress button.visibility-toggle-link:hover {
  border: 0 none;
}
#buddypress .standard-form fieldset {
  margin: 10px 0 20px;
}
#buddypress .standard-form legend {
  font-size: 14px;
}
#buddypress .standard-form .option-label {
  font-weight: 400;
  margin: 4px 0;
  font-size: 13px;
  line-height: 1.1;
}
#buddypress .standard-form .option-label input[type="checkbox"] {
  margin: 3px 5px 3px 0;
}
#buddypress .standard-form .checkbox-options {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
#buddypress .standard-form .checkbox-options > label {
  flex: 0 1 50%;
  max-width: 50%;
  padding: 0 10px;
}
#buddypress ul#members-list.item-list, #buddypress ul#member-list.item-list {
  border-top: 0 none;
  display: flex;
  flex-flow: row wrap;
}
#buddypress ul#members-list.item-list li, #buddypress ul#member-list.item-list li {
  border: 1px solid #eaeaea;
  padding: 15px;
  margin: 10px;
  position: relative;
  text-align: center;
  list-style: none;
  width: calc(100% - 20px);
}
@media only screen and (min-width: 641px) and (max-width: 991px) {
  #buddypress ul#members-list.item-list li, #buddypress ul#member-list.item-list li {
    width: calc(33.3333% - 20px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #buddypress ul#members-list.item-list li, #buddypress ul#member-list.item-list li {
    width: calc(25% - 20px);
  }
}
@media only screen and (min-width: 1200px) {
  #buddypress ul#members-list.item-list li, #buddypress ul#member-list.item-list li {
    width: calc(20% - 20px);
  }
}
#buddypress ul#members-list.item-list.cv-item-list li, #buddypress ul#member-list.item-list.cv-item-list li {
  width: calc(33.3333% - 20px);
}
@media only screen and (max-width: 640px) {
  #buddypress ul#members-list.item-list.cv-item-list li, #buddypress ul#member-list.item-list.cv-item-list li {
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 641px) and (max-width: 991px) {
  #buddypress ul#members-list.item-list.cv-item-list li, #buddypress ul#member-list.item-list.cv-item-list li {
    width: calc(50% - 20px);
  }
}
#buddypress ul#members-list.item-list li .item-title, #buddypress ul#member-list.item-list li .item-title {
  margin: 0;
  width: 100%;
}
#buddypress ul#members-list.item-list li .item-title a, #buddypress ul#member-list.item-list li .item-title a, #buddypress ul#members-list.item-list li h5, #buddypress ul#member-list.item-list li h5 {
  font-weight: 600;
  width: 100%;
  margin: 0 0 5px;
  display: block;
}
#buddypress ul#members-list.item-list li img.avatar, #buddypress ul#member-list.item-list li img.avatar {
  float: none;
  margin: 0 0 10px 0;
}
#buddypress ul#members-list.item-list li div.action, #buddypress ul#member-list.item-list li div.action {
  position: relative;
  margin-top: 10px;
  top: auto;
  right: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#buddypress ul#members-list.item-list li div.action a, #buddypress ul#member-list.item-list li div.action a {
  margin: 1px;
  display: inline-block;
}
#buddypress ul#members-list.item-list li div.profile-meta-group, #buddypress ul#member-list.item-list li div.profile-meta-group {
  margin: 2px 0;
  font-size: 11px;
}
#buddypress ul#members-list.item-list li div.profile-meta-group .meta-title, #buddypress ul#member-list.item-list li div.profile-meta-group .meta-title {
  display: block;
  font-weight: 700;
}
#buddypress ul#members-list.item-list li div.profile-meta-group .meta-info, #buddypress ul#member-list.item-list li div.profile-meta-group .meta-info {
  display: block;
}
#buddypress .friends ul#members-list.item-list li {
  width: calc(33.3333% - 20px);
}
@media only screen and (max-width: 640px) {
  #buddypress .friends ul#members-list.item-list li {
    width: calc(100% - 20px);
  }
}
#buddypress .group_members.dir-list ul#member-list.item-list li, #buddypress .group-members-list ul#members-list.item-list li {
  width: calc(33.3333% - 20px);
}
@media only screen and (max-width: 640px) {
  #buddypress .group_members.dir-list ul#member-list.item-list li, #buddypress .group-members-list ul#members-list.item-list li {
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 641px) and (max-width: 991px) {
  #buddypress .group_members.dir-list ul#member-list.item-list li, #buddypress .group-members-list ul#members-list.item-list li {
    width: calc(50% - 20px);
  }
}
#buddypress .dir-form {
  width: 100%;
}
#buddypress #members-dir-search {
  display: none;
}
#buddypress .ui-widget {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#buddypress .ui-widget .ui-state-active, #buddypress .ui-widget .ui-widget-content .ui-state-active, #buddypress .ui-widget .ui-widget-header .ui-state-active, #buddypress .ui-widget a.ui-button:active, #buddypress .ui-widget .ui-button:active, #buddypress .ui-widget .ui-button.ui-state-active:hover {
  border-color: #00adee;
  background-color: #00adee;
}
#buddypress .ui-widget .bps-description {
  font-weight: 400;
  font-style: normal;
}
#buddypress .ui-widget .bps-column-list {
  list-style: none;
  margin: 6px 0 0;
  padding-left: 0;
  columns: 3;
  font-size: 13px;
}
#buddypress .ui-widget .bps-column-list > li {
  margin: 2px 0;
}
#buddypress .ui-widget button[type="submit"] {
  padding: 6px 10px;
  background-color: #e8008c;
  border-color: #e8008c;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
}
#buddypress #members-directory-form div.item-list-tabs ul li {
  margin-right: 4px;
}
#buddypress #members-directory-form div.item-list-tabs ul li:not(.selected) a {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
}
#buddypress div.item-list-tabs ul li a span, #buddypress div.item-list-tabs ul li.current a span, #buddypress div.item-list-tabs ul li.selected a span {
  display: none;
}
#buddypress div.dir-search {
  float: none;
  margin-top: 0;
  margin-bottom: 20px;
}
#buddypress div.dir-search input[type=text] {
  font-size: 100%;
  vertical-align: top;
  padding: 3px;
}
#buddypress #create-group-form {
  width: 100%;
}
#buddypress #group-create-body fieldset {
  font-size: 13px;
}
#buddypress #group-create-body fieldset legend {
  font-size: 15px;
}
#buddypress #group-create-body fieldset legend + p {
  margin-bottom: 5px;
}
#buddypress #group-create-body fieldset .radio label {
  color: #1d1d1b;
}
#buddypress #group-create-body fieldset .radio label + ul {
  color: #767676;
  margin-top: 4px;
}
#buddypress #group-create-body fieldset .radio label + ul li {
  margin-bottom: 2px;
}
#buddypress #group-create-body h4 {
  font-size: 15px;
  margin-bottom: 5px;
}
#buddypress #group-create-body h4 + p {
  font-size: 13px;
  margin-bottom: 10px;
}
#buddypress #group-create-body .ass-email-subscriptions-options label {
  font-size: 13px;
  color: #1d1d1b;
}
#buddypress #group-create-body hr {
  display: none;
}
#buddypress #public-personal-li {
  display: none;
  visibility: hidden;
}
#buddypress #item-header-content #item-meta #item-buttons .generic-button {
  margin: 4px 4px 0 0;
}
#buddypress #item-header-content #item-meta #item-buttons .generic-button a {
  display: inline-block;
}
#buddypress div.profile h2 {
  font-size: 18px;
  text-transform: none;
  margin-top: 20px;
}
#buddypress div.profile .bp-widget > h2 {
  display: none;
}
#buddypress div.activity-meta a {
  font-size: 11px;
  color: #6c6c6c;
  padding: 3px 6px;
}
#buddypress span.activity.user-role {
  display: block;
  font-weight: 700;
}
#buddypress div.message-search {
  margin-right: 0;
}
#buddypress div.message-search input[type=text] {
  font-size: 13px;
}
#buddypress [class$="-options-nav"] {
  padding-top: 10px;
}
#buddypress [class$="-options-nav"] select {
  color: #000;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #e5e5e5;
  font-weight: 300;
  font-size: 13px;
}
#buddypress table.messages-notices tr .thread-from a {
  font-weight: 700;
}
#buddypress table.messages-notices tr .thread-from img.avatar {
  max-width: 30px !important;
  height: auto;
  float: left;
  margin: 0 10px 10px 0;
}
#buddypress table.messages-notices tr .thread-from .activity {
  display: block;
  color: #767676;
  font-size: 80%;
  margin-top: 3px;
}
#buddypress div#message-thread div.alt {
  background: transparent;
}
#buddypress div#message-thread .message-metadata {
  font-size: 13px;
}
#buddypress div#message-thread .message-metadata .activity {
  display: block;
  color: #767676;
}
#buddypress div#message-thread div.message-content {
  font-size: 14px;
  margin-left: 50px;
}
#buddypress div#message-thread div.message-box {
  border: 1px solid #dedede;
  border-radius: 5px;
  margin: 3px 0;
}
#buddypress .standard-form textarea#message_content {
  height: 150px;
  font-size: 13px;
}
#buddypress .register-section .field_registered-member-type, #buddypress .register-section .field_type_membertype {
  display: none;
}
#buddypress .register-section .field-visibility-settings-notoggle, #buddypress .register-section .field-visibility-settings-toggle {
  display: none;
}
#buddypress #item-body p, #buddypress #item-body ul:not(.select2-selection__rendered) {
  font-size: 14px;
}
#buddypress #item-body ul:not(.button-nav):not(.select2-selection__rendered):not(.bbp-topics):not(.bbp-template-notice > ul) {
  padding-left: 20px;
  margin-bottom: 1rem;
}
#buddypress #item-body div.item-list-tabs#subnav {
  margin-bottom: 1rem;
}
#buddypress #item-body div.item-list-tabs#subnav ul {
  padding-left: 0;
}
#buddypress ul.acfb-holder > li {
  width: 75%;
}
#buddypress ul.acfb-holder input[type=text] {
  width: 100%;
}
#buddypress.corporate-profile-view {
  display: block;
}
#buddypress.corporate-profile-view #item-header {
  position: relative;
  left: calc(-50vw + 50%);
  width: 100vw;
  max-width: 100vw;
  margin-top: -50px;
}
#buddypress.corporate-profile-view #item-header #cover-image-container {
  margin-bottom: 25px;
}
#buddypress.corporate-profile-view #header-cover-image {
  height: 100%;
  bottom: 0;
}
#buddypress.corporate-profile-view #item-header-cover-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 20em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#buddypress.corporate-profile-view #item-header-cover-image #item-header-avatar {
  float: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-color: #fff;
}
#buddypress.corporate-profile-view #item-header-cover-image #item-header-avatar img.avatar {
  margin: 0;
  float: none;
  border: 0 none;
  height: auto;
  width: auto;
  border-radius: 0;
  display: block;
}
#buddypress.corporate-profile-view #item-header-content {
  padding-top: 10px;
  width: 100% !important;
  text-align: center;
}
#buddypress #item-content-wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.current-group-type {
  display: none;
}
.comments-area {
  margin-top: 50px;
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 25px;
}
.comments-area h2, .comments-area .h2, .comments-area h3, .comments-area .h3 {
  font-weight: 700;
  text-transform: none;
}
.comments-area h2, .comments-area .h2 {
  font-size: 21px !important;
}
.comments-area h3, .comments-area .h3 {
  font-size: 18px !important;
}
.comments-area .comment-list {
  list-style: none;
  padding-left: 0;
}
.comments-area .comment-list .comment {
  background-color: #fff;
  border-radius: 7px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.05);
}
.comments-area .comment-list .comment footer.comment-meta {
  border: 0;
  font-size: 12px;
  padding-bottom: 5px;
}
.comments-area .comment-list .comment footer.comment-meta:after {
  content: "";
  display: table;
  clear: both;
}
.comments-area .comment-list .comment footer.comment-meta .comment-author img {
  width: 50px !important;
  height: 50px !important;
  float: left;
  margin-right: 10px;
}
.comments-area .comment-list .comment .comment-content {
  border-top: 1px solid #f4f4f4;
  padding-top: 10px;
}
.comments-area .comment-respond {
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
  margin-top: 40px;
}
.comments-area .comment-respond #commentform {
  padding: 30px 30px 0;
  background-color: #fff;
  border-radius: 7px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.05);
}
.comments-area .comment-respond #commentform textarea {
  max-height: 100px;
}
/*--------------------------------------------------------------
 # Vacancies
 --------------------------------------------------------------*/
.jobs-listing {
  width: 100%;
}
.job-card {
  padding: 0.5em;
  margin: 0.5em 0;
  border: 1px solid #f9f9f9;
  position: relative;
}
.job-card:hover {
  background-color: #f9f9f9;
}
.job-card .job-card-title {
  color: #00adee;
  font-weight: 600;
}
.job-card .job-card-title:hover {
  text-decoration: none;
}
.job-card .job-card-meta {
  margin-bottom: 4px;
  font-size: 14px;
  color: #333;
}
.job-card .job-card-meta-sml {
  color: #333;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}
.job-card .job-card-meta-sml.aeo {
  padding-left: 0;
}
.job-card .job-card-meta-sml.lang {
  border-right: 0 none;
  padding-right: 0;
}
.job-card .job-card-type {
  color: #666;
  font-size: 12px;
  margin-bottom: 4px;
}
.job-card .job-card-summary {
  color: #666;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.job-card-action {
  position: absolute;
  top: 1em;
  right: 1em;
}
.job-date-posted {
  font-size: 11px;
  font-weight: 700;
  color: #666;
}
.post-meta-panel {
  padding: 15px 0 15px;
  background-color: rgba(0, 173, 238, 0.75);
  color: #fff;
  font-weight: 700;
}
.single-main-col {
  padding-right: 80px;
}
.action-panel {
  margin-bottom: 30px;
}
.action-panel .btn {
  width: 100%;
  margin-bottom: 15px;
}
.contact-details-panel {
  background-color: rgba(0, 173, 238, 0.1);
  border-radius: 5px;
  padding: 15px;
}
.job-form .acf-field[data-width] + .acf-field[data-width] {
  border-left: 0;
}
