/**
* Theme Name: FENS
* Theme URI:
* Description: Theme built for FENS.org 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: #E1E8ED;
  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;
  -o-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: #1B558F;
  color: #1B558F;
}
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;
  -o-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: #1B558F;
  border-color: #1B558F;
  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 #E1E8ED;
}
.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: #1B558F !important;
  padding: 0 !important;
}

/*--------------------------------------------------------------
### Newsletter signup form
--------------------------------------------------------------*/
.newsletter-signup-form__input {
  display: block;
  width: 100% !important;
}
.newsletter-signup-form__submit {
  display: block !important;
  margin: 15px auto 0;
}

/*--------------------------------------------------------------
### Event filter form
--------------------------------------------------------------*/
.filter-form {
  -webkit-transition: opacity 0.3s;
  -o-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;
  padding-top: 5px !important;
  padding-bottom: 10px !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: #1B558F !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;
  -o-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  display: inline-block;
  font-size: 15px;
}
.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: #398FCC;
  color: #000000 !important;
}
.btn--lightblue:hover,
input.btn--lightblue:hover,
a.btn--lightblue:hover {
  background-color: #2b74a7;
}
.btn--blue,
input.btn--blue,
a.btn--blue {
  background-color: #1B558F;
  color: #FFFFFF !important;
}
.btn--blue:hover,
input.btn--blue:hover,
a.btn--blue:hover {
  background-color: #133c64;
}
.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: #FBB501;
  color: #FFFFFF !important;
}
.btn--yellow:hover,
input.btn--yellow:hover,
a.btn--yellow:hover {
  background-color: #c89001;
}
.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: #E1E8ED;
  color: #000000 !important;
}
.btn--silverblue:hover,
input.btn--silverblue:hover,
a.btn--silverblue:hover {
  background-color: #c1d0da;
}
.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: #398FCC;
  color: #398FCC !important;
}
.btn--outline.btn--lightblue:hover,
input.btn--outline.btn--lightblue:hover,
a.btn--outline.btn--lightblue:hover {
  background-color: #398FCC;
  color: #000000 !important;
  border-color: #398FCC;
}
.btn--outline.btn--blue,
input.btn--outline.btn--blue,
a.btn--outline.btn--blue {
  border-color: #1B558F;
  color: #1B558F !important;
}
.btn--outline.btn--blue:hover,
input.btn--outline.btn--blue:hover,
a.btn--outline.btn--blue:hover {
  background-color: #1B558F;
  color: #FFFFFF !important;
  border-color: #1B558F;
}
.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: #FBB501;
  color: #FBB501 !important;
}
.btn--outline.btn--yellow:hover,
input.btn--outline.btn--yellow:hover,
a.btn--outline.btn--yellow:hover {
  background-color: #FBB501;
  color: #FFFFFF !important;
  border-color: #FBB501;
}
.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: #E1E8ED;
  color: #E1E8ED !important;
}
.btn--outline.btn--silverblue:hover,
input.btn--outline.btn--silverblue:hover,
a.btn--outline.btn--silverblue:hover {
  background-color: #E1E8ED;
  color: #000000 !important;
  border-color: #E1E8ED;
}
.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;
}

/*--------------------------------------------------------------
# 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;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

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

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;
}

/*--------------------------------------------------------------
### Social icon
--------------------------------------------------------------*/
.social-icon {
  display: inline;
  list-style-type: none;
}
.social-icon i {
  background: #1B558F;
  color: #FFFFFF;
  border-radius: 100%;
  text-align: center;
  opacity: 1;
  -webkit-transition: background-color 0.2s;
  -o-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: 1594px;
  position: relative;
}
.contained--padded-x {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1594px) {
  .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: #398FCC;
  color: #000000;
  border-color: #398FCC;
}
.panel--lightblue a {
  color: #000000;
}
.panel--lightblue.panel--strip:before {
  background-color: #398FCC;
}
.panel--blue {
  background-color: #1B558F;
  color: #FFFFFF;
  border-color: #1B558F;
}
.panel--blue a {
  color: #FFFFFF;
}
.panel--blue.panel--strip:before {
  background-color: #1B558F;
}
.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: #FBB501;
  color: #FFFFFF;
  border-color: #FBB501;
}
.panel--yellow a {
  color: #FFFFFF;
}
.panel--yellow.panel--strip:before {
  background-color: #FBB501;
}
.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: #E1E8ED;
  color: #000000;
  border-color: #E1E8ED;
}
.panel--silverblue a {
  color: #000000;
}
.panel--silverblue.panel--strip:before {
  background-color: #E1E8ED;
}
.panel--white {
  background-color: white;
}
.panel--strip {
  position: relative;
  padding-left: 37px;
  background: white;
  color: #000000;
}
.panel--strip a {
  color: #398FCC;
}
.panel--strip:before {
  background: #FFFFFF;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  content: "";
  position: absolute;
  z-index: 9;
}
.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;
  -o-transition: 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: 40px !important;
  margin-bottom: -50px;
}
@media only screen and (min-width: 65rem) {
  .panel--more panel__content,
.panel--more .card__content {
    padding-bottom: 10px !important;
  }
}
.panel__more {
  position: absolute;
  top: 15px;
  right: 10px;
  border-bottom: 2px solid;
  border-color: inherit;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 999;
  border-bottom: none;
}
.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: #398FCC !important;
  border-color: #398FCC !important;
}
.panel--blue .panel__more, .panel--more-blue .panel__more {
  color: #1B558F !important;
  border-color: #1B558F !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: #FBB501 !important;
  border-color: #FBB501 !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: #E1E8ED !important;
  border-color: #E1E8ED !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;
}

/*--------------------------------------------------------------
### Home featured updates grid
--------------------------------------------------------------*/
.home-features {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 41rem) {
  .home-features {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 25px;
  }
}
@media only screen and (min-width: 65rem) {
  .home-features {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
.home-features__item {
  margin-bottom: 25px;
}
@media only screen and (min-width: 41rem) {
  .home-features__item {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 65rem) {
  .home-features__item {
    min-height: 200px;
  }
}
@media only screen and (min-width: 41rem) {
  .home-features__item--double {
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
    grid-row: 1/3;
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    grid-column: 1/3;
  }
}

.cssgridlegacy .home-features__item:nth-of-type(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.cssgridlegacy .home-features__item:nth-of-type(2) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
@media only screen and (min-width: 65rem) {
  .cssgridlegacy .home-features__item:nth-of-type(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
}
.cssgridlegacy .home-features__item:nth-of-type(3) {
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}
@media only screen and (min-width: 65rem) {
  .cssgridlegacy .home-features__item:nth-of-type(3) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }
}
.cssgridlegacy .home-features__item:nth-of-type(4) {
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}
@media only screen and (min-width: 65rem) {
  .cssgridlegacy .home-features__item:nth-of-type(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
}
.cssgridlegacy .home-features__item:nth-of-type(5) {
  -ms-grid-column: 2;
  -ms-grid-row: 4;
}
@media only screen and (min-width: 65rem) {
  .cssgridlegacy .home-features__item:nth-of-type(5) {
    -ms-grid-column: 4;
    -ms-grid-row: 2;
  }
}

/*--------------------------------------------------------------
### Home video grid
--------------------------------------------------------------*/
@media only screen and (min-width: 41rem) {
  .video-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 25px;
  }
}
.video-grid__item {
  margin-bottom: 20px;
}
@media only screen and (min-width: 41rem) {
  .video-grid__item {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 41rem) {
  .video-grid__item:nth-of-type(1) {
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
    grid-row: 1/3;
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    grid-column: 1/3;
  }
}
@media only screen and (min-width: 41rem) {
  .video-grid__item:nth-of-type(1) .video-embed {
    padding-bottom: 59.4%;
  }
}
@media only screen and (min-width: 65rem) {
  .video-grid__item:nth-of-type(1) .video-embed {
    padding-bottom: 58.4%;
  }
}
@media only screen and (min-width: 91rem) {
  .video-grid__item:nth-of-type(1) .video-embed {
    padding-bottom: 57.7%;
  }
}

.cssgridlegacy .video-grid__item:nth-of-type(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.cssgridlegacy .video-grid__item:nth-of-type(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.cssgridlegacy .video-grid__item:nth-of-type(3) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}

/*--------------------------------------------------------------
### 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;
  }
}

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

/*--------------------------------------------------------------
### Home swiper / swiper customisation
--------------------------------------------------------------*/
.home-feature-swiper {
  position: relative;
  min-height: 500px;
}
.home-feature-swiper .swiper-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.swiper-pagination-bullet-active {
  background-color: #1B558F !important;
}

/*--------------------------------------------------------------
### Home Open Calls
--------------------------------------------------------------*/
.open-call {
  border-bottom: 1px solid #E1E8ED;
  padding-top: 4px;
}
.open-call:last-of-type {
  border-bottom: none;
}
.open-call h1 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.open-call p {
  font-size: 14px;
}
.open-call p:last-of-type {
  margin-bottom: 0;
}
.open-call > figure > img {
  border: 1px solid #E1E8ED;
}
.open-call > div,
.open-call > figure {
  padding-bottom: 5px;
  padding-top: 4px;
}
@media only screen and (min-width: 41rem) {
  .open-call > div,
.open-call > figure {
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
### Responsive video embed
--------------------------------------------------------------*/
.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-embed > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
### 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: #ffe196;
  border-color: #c89001;
  color: #956c01;
}
.alert--info, .alert--notice, .alert--blue {
  background-color: #b8d5f2;
  border-color: #133c64;
  color: #0b2239;
}

/*--------------------------------------------------------------
### Password strength meter
--------------------------------------------------------------*/
.meter {
  display: block;
  color: white;
  text-align: center;
  padding: 5px 10px;
  background-color: #CACACA;
  -webkit-transition: background-color 0.2s;
  -o-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;
}

/*--------------------------------------------------------------
### Awards/Jobs/Resources
--------------------------------------------------------------*/
#awards-table tbody a:hover,
#jobs-table tbody a:hover,
#resources-table tbody a:hover,
#events-table tbody a:hover,
#event-list-table tbody a:hover,
#grants-table tbody a:hover,
#nens-table tbody a:hover {
  color: #6A8177;
}
#awards-table .hide-col-sm,
#jobs-table .hide-col-sm,
#resources-table .hide-col-sm,
#events-table .hide-col-sm,
#event-list-table .hide-col-sm,
#grants-table .hide-col-sm,
#nens-table .hide-col-sm {
  display: none;
}
@media only screen and (min-width: 65rem) {
  #awards-table .hide-col-sm,
#jobs-table .hide-col-sm,
#resources-table .hide-col-sm,
#events-table .hide-col-sm,
#event-list-table .hide-col-sm,
#grants-table .hide-col-sm,
#nens-table .hide-col-sm {
    display: table-cell;
  }
}

#jobs-table td,
#jobs-table tr {
  word-break: break-word;
  width: 50%;
}
@media only screen and (min-width: 65rem) {
  #jobs-table td,
#jobs-table tr {
    width: auto;
  }
}

/*--------------------------------------------------------------
### Societies map
--------------------------------------------------------------*/
.societies-map__col2 {
  padding-right: 0 !important;
}
.societies-map__heading {
  font-weight: bold;
}
.societies-map select {
  padding-left: 15px;
}

/*--------------------------------------------------------------
### News
--------------------------------------------------------------*/
.news-categories {
  margin: 35px 0 30px;
  padding: 0;
}
.news-categories li {
  display: inline;
  list-style-type: none;
  font-size: 20px;
  padding-right: 45px;
}

#NewsFiltersNewsTag label {
  font-size: 15px;
  padding-bottom: 10px;
}
#NewsFiltersNewsTag label input[type=checkbox] {
  width: 15px;
  height: 15px;
}

.news-post .news-post-image {
  height: 190px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-post .news-post-image img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.news-post .news-post-image img:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.news-post h1 {
  margin-bottom: 5px;
}
.news-post p a {
  color: #398FCC;
  font-weight: 600;
}
.news-post p a:hover {
  color: #6A8177;
}
.news-post .news-date {
  margin: 0 0 15px 0;
  font-style: italic;
}
.news-post a:hover {
  color: #6A8177;
}

.news-single h1 {
  margin-bottom: 10px;
}
.news-single .news-logo {
  max-width: 180px;
  height: auto;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.news-single p.info {
  display: none;
}

/*--------------------------------------------------------------
### Tabs
--------------------------------------------------------------*/
/* colors */
/* tab setting */
/* breakpoints */
/* selectors relative to radio inputs */
.tabs {
  min-width: 360px;
}
.tabs input[name=tab-control] {
  display: none;
}
.tabs .content section h2,
.tabs ul li label {
  font-weight: bold;
  font-size: 16px;
  color: #428BFF;
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  margin-left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabs ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 16.6666666667%;
  padding: 0 10px;
  text-align: center;
}
.tabs ul li label {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
}
.tabs ul li label br {
  display: none;
}
.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #bec5cf;
}
.tabs .slider {
  position: relative;
  width: 16.6666666667%;
  -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  -o-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #428BFF;
  border-radius: 1px;
}
.tabs .content {
  margin-top: 30px;
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: #428BFF;
  display: none;
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #428BFF;
  margin-top: 5px;
  left: 1px;
}
.tabs .content section h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #428BFF;
}
@media (max-width: 900px) {
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #428BFF;
}
@media (max-width: 900px) {
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #428BFF;
}
@media (max-width: 900px) {
  .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #428BFF;
}
@media (max-width: 900px) {
  .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
  -webkit-transform: translateX(300%);
      -ms-transform: translateX(300%);
          transform: translateX(300%);
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label svg {
  fill: #428BFF;
}
@media (max-width: 900px) {
  .tabs input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(5):checked ~ .slider {
  -webkit-transform: translateX(400%);
      -ms-transform: translateX(400%);
          transform: translateX(400%);
}
.tabs input[name=tab-control]:nth-of-type(5):checked ~ .content > section:nth-child(5) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label svg {
  fill: #428BFF;
}
@media (max-width: 900px) {
  .tabs input[name=tab-control]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(6):checked ~ .slider {
  -webkit-transform: translateX(500%);
      -ms-transform: translateX(500%);
          transform: translateX(500%);
}
.tabs input[name=tab-control]:nth-of-type(6):checked ~ .content > section:nth-child(6) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (max-width: 1500px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 900px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs ul li label span {
    display: none;
  }
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
}

@media (max-width: 900px) {
  .page-template-page-layout-add_event-php ul li {
    width: 22% !important;
  }
  .page-template-page-layout-add_event-php ul li span {
    font-size: 12px;
  }
}
.page-template-page-layout-add_event-php ul li label br {
  display: block !important;
}
.page-template-page-layout-add_event-php ul li label span {
  display: block !important;
}

/*--------------------------------------------------------------
### Pagination
--------------------------------------------------------------*/
.pagination {
  font-size: 0;
}
.pagination--center {
  text-align: center;
}
.pagination--right {
  text-align: right;
}
.pagination__item {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  padding: 0 6px;
  color: #398FCC;
}
.pagination__item--page:hover {
  color: #FBB501;
}
.pagination__item--current {
  color: #FBB501;
}
.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: #FBB501;
}
.pagination__item--prev {
  margin-right: 12px;
  font-size: 0;
}
.pagination__item--prev:after {
  content: "<";
}
.pagination__item--prev:hover {
  color: #FBB501;
}

/*--------------------------------------------------------------
### Expander
--------------------------------------------------------------*/
.expander__content {
  padding: 20px;
  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: #F6F4F1;
  color: black;
  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;
}
.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;
}
.expander__title::-moz-selection {
  background: none;
}
.expander__title::selection {
  background: none;
}
.expander--open .expander__content {
  display: block;
}
.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: #398FCC;
  }
  .page-builder-main .page-builder .pb-one-col .card.pb-has-image .card__content a:hover {
    color: #6A8177;
  }
}
.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: #398FCC;
}
.page-builder-main .page-builder .pb-one-col .card .card__content a:hover {
  color: #6A8177;
}
.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: #398FCC;
}
.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: #6A8177;
}
.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;
}

/*--------------------------------------------------------------
### Events
--------------------------------------------------------------*/
.event-display-switch {
  margin: 0;
  padding: 0;
  float: right;
}
.event-display-switch li {
  list-style-type: none;
  display: inline-block;
  padding-left: 25px;
}

.event-details .event-tabs {
  margin: 10px 0 0 0;
  padding: 0;
  display: inline-block;
}
.event-details .event-tabs .event-tabs__item {
  display: inline-block;
  list-style-type: none;
  height: 50px;
}
.event-details .event-tabs .event-tabs__item a {
  background: #FFFFFF;
  padding: 10px 12px;
  margin-right: 2px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 14px;
}
.event-details .event-tabs .event-tabs__item a:hover {
  background: #398FCC;
  color: #FFFFFF;
}
@media only screen and (min-width: 41rem) {
  .event-details .event-tabs .event-tabs__item a {
    font-size: 16px;
  }
}
.event-details .event-tabs .event-tabs__item--current a {
  background: #398FCC;
  color: #FFFFFF;
}
.event-details h1 {
  margin-bottom: 15px;
}
.event-details h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.event-details h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.event-details ul {
  margin-left: 0;
}

/*--------------------------------------------------------------
### Single Award/Job
--------------------------------------------------------------*/
.award-details h1,
.job-details h1 {
  margin-bottom: 15px;
}
.award-details h2,
.job-details h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.award-details .award-image,
.job-details .award-image {
  max-width: 200px;
  height: auto;
  float: right;
  margin-left: 20px;
}

/*--------------------------------------------------------------
### Add Job
--------------------------------------------------------------*/
#new-job .acf-field.acf-field-text.acf-field--post-title:before {
  content: "Job Description";
  font-size: 22px;
  padding-bottom: 20px;
  display: inline-block;
  font-weight: bold;
  padding-top: 20px;
}

#new-job .acf-field--post-title .acf-input:before {
  content: "Please include position";
  font-size: 14px;
  padding-bottom: 10px;
  display: inline-block;
}

#new-job .acf-field.acf-field-text.acf-field-5e627338915a6.is-required:before {
  content: "Contact Information (visible on the job ad)";
  font-size: 22px;
  padding-bottom: 20px;
  display: inline-block;
  font-weight: bold;
  padding-top: 20px;
}

/*--------------------------------------------------------------
### Add Event
--------------------------------------------------------------*/
#new-meeting .award-instruction,
#new-meeting .acf-field-60ed6295d9bda,
#new-training .award-instruction,
#new-training .acf-field-60ed6295d9bda,
#new-outreach .award-instruction,
#new-outreach .acf-field-60ed6295d9bda {
  display: none;
}
#new-meeting .acf-field.acf-field-taxonomy.acf-field-5fa56f37fd83e:before,
#new-training .acf-field.acf-field-taxonomy.acf-field-5fa56f37fd83e:before,
#new-outreach .acf-field.acf-field-taxonomy.acf-field-5fa56f37fd83e:before {
  content: "Select the scientific keyword(s) applicable to your event from the list below";
  font-size: 16px;
  padding-bottom: 10px;
  display: inline-block;
  font-weight: bold;
  padding-top: 6px;
}
#new-meeting .acf-field.acf-field-taxonomy.acf-field-5fa56f39fd83f,
#new-training .acf-field.acf-field-taxonomy.acf-field-5fa56f39fd83f,
#new-outreach .acf-field.acf-field-taxonomy.acf-field-5fa56f39fd83f {
  border-top: none;
}
#new-meeting .acf-field.acf-field-text.acf-field-5e627338915a6.is-required:before,
#new-training .acf-field.acf-field-text.acf-field-5e627338915a6.is-required:before,
#new-outreach .acf-field.acf-field-text.acf-field-5e627338915a6.is-required:before {
  content: "Contact Information";
  font-size: 22px;
  padding-bottom: 20px;
  display: inline-block;
  font-weight: bold;
  padding-top: 20px;
}
#new-meeting .acf-field-60d302b3a4361,
#new-training .acf-field-60d302b3a4361,
#new-outreach .acf-field-60d302b3a4361 {
  display: none;
}

/*--------------------------------------------------------------
### Add Award
--------------------------------------------------------------*/
#new-award .event-instruction {
  display: none;
}
#new-award .acf-field.acf-field-text.acf-field-5e627338915a6.is-required:before {
  content: "Contact Information";
  font-size: 22px;
  padding-bottom: 20px;
  display: inline-block;
  font-weight: bold;
  padding-top: 20px;
}
#new-award .acf-field.acf-field-repeater.acf-field-5efdeeea0cf35 label {
  display: none;
}
#new-award .acf-field.acf-field-repeater.acf-field-5efdeeea0cf35:before {
  content: "Award Ceremony: Date";
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  padding-bottom: 6px;
}

ul.acf-checkbox-list li {
  font-size: 16px !important;
}

.acf-field-5efdeea40cf33 ul.acf-checkbox-list li {
  display: inline-block;
  padding-right: 15px;
  text-align: center;
}

/*--------------------------------------------------------------
### Single Society
--------------------------------------------------------------*/
.society-details h1 {
  margin-bottom: 15px;
}
.society-details h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.society-details .society-logo {
  max-width: 180px;
  height: auto;
  float: right;
  margin-left: 20px;
}

.member-benefits ul {
  margin-left: 20px;
  padding: 0;
}

.society-sidebar h2,
.society-sidebar h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
.society-sidebar .social-icons {
  margin: 0;
  padding: 0;
}
.society-sidebar .social-icons li {
  list-style-type: none;
  display: inline;
  padding-right: 5px;
}
.society-sidebar .social-icons li a i {
  font-size: 20px;
  background: #1B558F;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  line-height: 25px;
  padding: 8px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.society-sidebar .social-icons li a:hover i {
  background: #9D1A73;
}
.society-sidebar a {
  word-break: break-word;
}

/*--------------------------------------------------------------
### Add NENS Programme
--------------------------------------------------------------*/
#new-nens-programme .acf-field-5f7f24fd72861:before,
#edit-nens-programme .acf-field-5f7f24fd72861:before {
  content: "School programme administration contact";
  font-size: 20px;
  padding-bottom: 10px;
  display: inline-block;
  font-weight: bold;
  padding-top: 20px;
}
#new-nens-programme .acf-field-5f7f24fd72861 .acf-label:before,
#edit-nens-programme .acf-field-5f7f24fd72861 .acf-label:before {
  content: "(these details will be publicly visible on the NENS Programme Directory)";
  font-size: 18px;
  padding-bottom: 20px;
  display: inline-block;
  font-weight: normal;
}
#new-nens-programme .acf-field-60cb4bff2fb53:before,
#edit-nens-programme .acf-field-60cb4bff2fb53:before {
  content: "School programme scientific coordinator";
  font-size: 20px;
  padding-bottom: 20px;
  display: inline-block;
  font-weight: bold;
  padding-top: 20px;
}
#new-nens-programme .acf-field-609511941c267:before,
#edit-nens-programme .acf-field-609511941c267:before {
  content: "For regular and e-learning MSc programmes:";
  font-size: 22px;
  padding-bottom: 20px;
  display: inline-block;
  font-weight: bold;
  padding-top: 20px;
}
#new-nens-programme .acf-field-609511b8bf9e4:before,
#edit-nens-programme .acf-field-609511b8bf9e4:before {
  content: "For regular and e-learning PhD and MD-PhD programmes:";
  font-size: 22px;
  padding-bottom: 20px;
  display: inline-block;
  font-weight: bold;
  padding-top: 20px;
}
#new-nens-programme .acf-field-5efdf1e1dbead .acf-label:after,
#edit-nens-programme .acf-field-5efdf1e1dbead .acf-label:after {
  content: "(if a virtual programme or several partners involved, please list here the location of the main institution)";
  font-size: 15px;
  padding-bottom: 5px;
  display: inline-block;
  padding-top: 5px;
}
#new-nens-programme .acf-field-60951207d31c8:before,
#edit-nens-programme .acf-field-60951207d31c8:before {
  content: "Participation in NENS Exchange Grants initiative";
  font-size: 22px;
  padding-bottom: 20px;
  display: inline-block;
  font-weight: bold;
  padding-top: 20px;
}
#new-nens-programme .acf-field-60951207d31c8 .acf-label,
#edit-nens-programme .acf-field-60951207d31c8 .acf-label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#new-nens-programme .acf-field-60951207d31c8 .acf-label label,
#edit-nens-programme .acf-field-60951207d31c8 .acf-label label {
  -webkit-box-ordinal-group: 2;
}
#new-nens-programme .acf-field-60951207d31c8 .acf-label p.description,
#edit-nens-programme .acf-field-60951207d31c8 .acf-label p.description {
  -webkit-box-ordinal-group: 1;
  margin-bottom: 15px;
}
#new-nens-programme .acf-field-60951246d31c9,
#edit-nens-programme .acf-field-60951246d31c9 {
  border-top: none;
}
#new-nens-programme .acf-field-6095125d6638b:before,
#edit-nens-programme .acf-field-6095125d6638b:before {
  content: "For e-learning programmes participating in the NENS Exchange Grants Programme";
  font-size: 22px;
  padding-bottom: 20px;
  display: inline-block;
  font-weight: bold;
  padding-top: 20px;
}
#new-nens-programme ul.acf-radio-list li,
#edit-nens-programme ul.acf-radio-list li {
  font-size: 16px;
}
#new-nens-programme .acf-field-609bd8be0a731 .description,
#edit-nens-programme .acf-field-609bd8be0a731 .description {
  display: none;
}
#new-nens-programme .acf-field-60c1e9f310a3c,
#new-nens-programme .acf-field-60c1ea0e10a3e,
#new-nens-programme .acf-field-60c1ea0810a3d,
#new-nens-programme .acf-field-60c1ea3a10a3f,
#edit-nens-programme .acf-field-60c1e9f310a3c,
#edit-nens-programme .acf-field-60c1ea0e10a3e,
#edit-nens-programme .acf-field-60c1ea0810a3d,
#edit-nens-programme .acf-field-60c1ea3a10a3f {
  display: none;
}

#new-nens-programme .acf-field-615ef7fb09853 {
  display: none;
}

/*--------------------------------------------------------------
### NENS Map key
--------------------------------------------------------------*/
.map-key {
  margin: 0 0 15px 0;
  padding: 0;
  display: inline-block;
  text-align: center;
}
.map-key img {
  width: 20px;
  height: auto;
}
.map-key img.cluster-icon {
  width: 30px;
}
.map-key figcaption {
  font-size: 12px;
  max-width: 80px;
}

/*--------------------------------------------------------------
### Single NENS Programme/Institution
--------------------------------------------------------------*/
.nens-details h1 {
  margin-bottom: 15px;
}
.nens-details h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.nens-details .institution-logo {
  max-width: 180px;
  height: auto;
  float: right;
  margin-left: 20px;
}

.member-directory-lists {
  list-style-type: none;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.member-directory-lists:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
### SU Spoilers
--------------------------------------------------------------*/
.su-spoiler {
  padding-bottom: 5px;
  border-bottom: solid 2px #E1E8ED;
}
.su-spoiler .su-spoiler-title {
  margin-top: 20px;
  color: #1B558F;
  font-size: 16px;
  font-weight: 600;
}
.su-spoiler .su-spoiler-title:focus {
  outline: none !important;
}
.su-spoiler .su-spoiler-icon {
  background: #1B558F;
  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 #E1E8ED;
}
.su-spoiler .su-accordion .su-spoiler:last-of-type {
  border-bottom: none;
}
.su-spoiler .su-accordion .su-spoiler .su-spoiler-icon {
  background: #398FCC;
  color: #FFFFFF;
}

/*--------------------------------------------------------------
### SU buttons
--------------------------------------------------------------*/
.main-content .su-button,
.subcontent .su-button {
  padding: 10px 25px !important;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  border: 2px solid #1B558F;
  color: #000000;
  background: #FFFFFF;
  border-radius: 30px !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
.main-content .su-button span,
.subcontent .su-button span {
  font-size: 15px !important;
  padding: 0 !important;
  text-transform: uppercase;
  font-weight: bold !important;
}
.main-content .su-button:hover,
.subcontent .su-button:hover {
  background: #1B558F !important;
  color: #FFFFFF !important;
}
.main-content .su-button.no-border,
.subcontent .su-button.no-border {
  border: none !important;
}
.main-content .su-button.career-button,
.subcontent .su-button.career-button {
  border-color: #398FCC !important;
}
.main-content .su-button.career-button:hover,
.subcontent .su-button.career-button:hover {
  background: #398FCC !important;
}
.main-content .su-button.career-button:hover span,
.subcontent .su-button.career-button:hover span {
  color: #FFFFFF !important;
  top: 0;
}

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

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

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

/*--------------------------------------------------------------
### Committee Members
--------------------------------------------------------------*/
.committee-members {
  display: inline-block;
  width: 100%;
}
.committee-members .committee-member {
  float: left;
  width: 20%;
  margin: 0 2.5%;
  text-align: center;
  height: 340px;
}
.committee-members .committee-member .image-link {
  overflow: hidden;
  max-height: 215px;
  display: inline-block;
}
.committee-members .committee-member .image-link br {
  display: none;
}
.committee-members .committee-member .image-link img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  max-height: 215px;
}
.committee-members .committee-member .image-link:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.committee-members .committee-member img {
  max-height: 215px;
  width: 175px;
  -o-object-fit: cover;
     object-fit: cover;
}
.committee-members .committee-member .greyscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.committee-members .committee-member .member-name {
  font-size: 15px !important;
  line-height: 18px !important;
  margin: -12px 0 5px 0 !important;
}
.committee-members .committee-member .member-role {
  font-weight: bold;
  margin-bottom: 0;
  line-height: 16px !important;
}
.committee-members .committee-member .member-period {
  margin-bottom: 0;
}
.committee-members .committee-member .member-social {
  margin: 0;
  padding: 0;
}
.committee-members .committee-member .member-social li {
  list-style-type: none;
  display: inline;
  padding: 5px 5px 0;
}
@media screen and (max-width: 600px) {
  .committee-members .committee-member {
    width: 40%;
    margin: 0 5%;
  }
}

/*--------------------------------------------------------------
### Institution Members
--------------------------------------------------------------*/
.institution-members-container h3 {
  font-size: 20px;
}
.institution-members-container .institution-members {
  display: inline-block;
  width: 100%;
}
.institution-members-container .institution-members .institution-member {
  float: left;
  width: 12%;
  margin: 0 2.5%;
  text-align: center;
  height: 100px;
}
@media screen and (max-width: 600px) {
  .institution-members-container .institution-members .institution-member {
    width: 20%;
    margin: 0 5%;
  }
}

/*--------------------------------------------------------------
### Profile
--------------------------------------------------------------*/
.my-profile .responsive-table {
  border-top: 1px solid #EEEEEE;
  padding: 12px 0;
}
.my-profile .responsive-table .my-posts-heading {
  margin-bottom: 0;
  font-size: 20px;
}
.my-profile .responsive-table table {
  margin-bottom: 0;
}
.my-profile .responsive-table table thead tr th {
  padding: 0;
  border-bottom: none;
}
.my-profile .responsive-table table tbody td {
  padding: 5px 20px 5px 0;
}
.my-profile .responsive-table table tbody td .btn {
  padding: 10px 20px !important;
}

/*--------------------------------------------------------------
### Resources
--------------------------------------------------------------*/
.member-filter {
  display: inline-block;
  padding-top: 6px;
}

/*--------------------------------------------------------------
### EJN RSS Feed
--------------------------------------------------------------*/
.wp_rss_retriever_list {
  margin-left: 0;
  padding-left: 0;
}
.wp_rss_retriever_list p {
  margin: 0;
}

/*--------------------------------------------------------------
### Society Add Member form
--------------------------------------------------------------*/
#AddMemberForm .over-18-checkbox {
  width: 30px !important;
  height: 30px !important;
  border-color: #ccc !important;
}

/*--------------------------------------------------------------
### Single author (member)
--------------------------------------------------------------*/
.author-single p {
  font-size: 20px;
  font-weight: bold;
}
.author-single .author-heading {
  font-size: 16px;
  display: block;
  color: #aaa;
  font-weight: normal;
}
.author-single .author-list {
  display: block;
}

/*--------------------------------------------------------------
### 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;
}

.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: #000000;
  font-family: "Karla", sans-serif;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1B558F;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  margin: 0 0 16px 0;
}

h1 {
  font-size: 28px;
  line-height: 38px;
  margin: 0 0 30px 0;
}

h2 {
  font-size: 38px;
  line-height: 48px;
  margin: 0 0 20px 0;
}

h3 {
  font-size: 28px;
  line-height: 38px;
  margin: 0 0 8px 0;
}

h4 {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 8px 0;
}

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

#tm-home-news-heading {
  margin-bottom: 0;
}

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: #398FCC;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
}
a:hover {
  color: #6A8177;
}

/*--------------------------------------------------------------
## Text colouring / formatting
--------------------------------------------------------------*/
.text--white {
  color: white;
}
.text--black {
  color: black;
}
.text--turquoise {
  color: #1797AD;
}
.text--lightblue {
  color: #398FCC;
}
.text--blue {
  color: #1B558F;
}
.text--purple {
  color: #9D1A73;
}
.text--red {
  color: #EA3E10;
}
.text--yellow {
  color: #FBB501;
}
.text--green {
  color: #6A8177;
}
.text--silverblue {
  color: #E1E8ED;
}
.text--nowrap {
  white-space: nowrap;
}
.text--center {
  text-align: center;
}

/*--------------------------------------------------------------
## 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
--------------------------------------------------------------*/
.fens-logo {
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(img/logo.png);
  display: inline-block;
  width: 185px;
  height: 43px;
  text-indent: -9999px;
  -webkit-transition: width 0.2s, height 0.2s, margin-top 0.2s, margin-bottom 0.2s;
  -o-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 only screen and (min-width: 41rem) {
  .fens-logo {
    width: 231px;
    height: 53px;
  }
}
@media only screen and (min-width: 91rem) {
  .fens-logo {
    width: 309px;
    height: 71px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 1.3/1), screen and (-webkit-min-device-pixel-ratio: 1.302325581395349), screen and (-o-min-device-pixel-ratio: 56/43), screen and (min-resolution: 125dpi), screen and (-o-min-device-pixel-ratio: 13/10), screen and (min-resolution: 1.3dppx) {
  .fens-logo {
    background-image: url(img/logo@2x.png);
  }
}

/*--------------------------------------------------------------
### Masthead
--------------------------------------------------------------*/
.masthead {
  background: white;
  position: relative;
  z-index: 2;
}
.masthead__logo {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .masthead__logo {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 65rem) {
  .masthead__logo {
    margin-bottom: 50px;
  }
}
.masthead__main-nav-toggle {
  position: absolute;
  right: 30px;
  top: 60px;
}
.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: 30px;
  top: 20px;
}
@media screen and (max-width: 500px) {
  .masthead__top-nav {
    top: 5px;
    left: 5px;
    right: 5px;
  }
}
@media only screen and (min-width: 65rem) {
  .masthead__top-nav {
    top: 30px;
  }
}
@media only screen and (min-width: 91rem) {
  .masthead__top-nav {
    top: 45px;
  }
}
@media only screen and (min-width: 121rem) {
  .masthead__top-nav {
    right: 0;
  }
}

/*--------------------------------------------------------------
### 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: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  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: white;
}
.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: 35px 0;
  text-align: center;
}
@media only screen and (min-width: 41rem) {
  .footer {
    text-align: left;
  }
}
.footer__copyright {
  font-size: 14px;
  margin-top: 5px;
}
.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 {
  padding-top: 35px;
  padding-bottom: 30px;
  font-size: 14px;
}
.footer-widgets .widget__title {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 700;
}
.footer-widgets a {
  text-decoration: none;
  color: inherit;
}
.footer-widgets ul {
  margin-left: 10px;
}
.footer-widgets ul li {
  list-style-type: disc;
  margin-bottom: 5px;
  white-space: normal;
  font-weight: bold;
}
.footer-widgets ul li.menu-item-has-children {
  font-weight: bold;
}
.footer-widgets ul li ul li {
  margin-top: 5px;
  font-weight: normal;
}

/*--------------------------------------------------------------
### 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;
}
@media only screen and (min-width: 65rem) {
  nav ul li {
    white-space: nowrap;
  }
}
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: #2E2E2E;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 1;
}
.hamburger-icon--active:before {
  color: #1797AD;
  content: "\f00d";
  font-size: 32px;
  line-height: 0.8;
}

/*--------------------------------------------------------------
### Top nav
--------------------------------------------------------------*/
.top-nav {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  color: black;
}
.top-nav__item {
  list-style: none;
  margin: 0 0 0 30px;
  float: left;
  text-transform: uppercase;
  border-bottom: 2px solid white;
  vertical-align: top;
  position: relative;
  font-weight: 600;
  display: none;
}
@media screen and (max-width: 500px) {
  .top-nav__item {
    display: inline-block;
    margin-left: 10px;
  }
}
@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: inherit;
  text-decoration: none !important;
  padding-bottom: 3px;
}
.top-nav__item > a:hover {
  color: #1B558F;
}
.top-nav__item--current {
  color: #1B558F;
  font-weight: 700;
  border-bottom-color: #1B558F;
}
.top-nav__item--current > a {
  color: #1B558F;
}
.top-nav__item--login {
  color: #398FCC;
  padding-left: 30px;
  display: block !important;
}
@media screen and (max-width: 500px) {
  .top-nav__item--login {
    padding-left: 10px;
  }
}
.top-nav__item--login > a {
  color: #398FCC;
}
.top-nav__item--login > a:before {
  content: "";
  position: absolute;
  height: 100%;
  left: -1px;
  border-left: 2px solid #E1E8ED;
}
.top-nav__item--search {
  font-size: 0;
  display: block !important;
  margin-top: -8px;
}
.top-nav__item--search > a:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-size: 14px;
  padding: 5px;
  background: #E1E8ED;
  color: black;
}

/*--------------------------------------------------------------
### Main nav (the one that supports mega menus)
--------------------------------------------------------------*/
.main-nav {
  z-index: 200;
  font-family: "Karla", sans-serif;
  color: #000000;
  /*
  &__item {
      &--dropdown,
      &--mega {
          > a:after {
              content: '\f107';
              color: $col-fens-silverblue;
              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 {
    background: white;
  }
  .main-nav__item > a {
    padding: 15px;
  }
  .main-nav__second-level {
    padding: 15px;
  }
  .main-nav__third-level {
    padding: 15px;
  }
}
@media only screen and (min-width: 65rem) {
  .main-nav {
    display: block !important;
    margin-top: -45px;
  }
  .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;
    left: 0;
    z-index: 2;
  }
  .main-nav__item--dropdown:hover > .main-nav__third-level, .main-nav__item--dropdown.touch-hover > .main-nav__third-level {
    opacity: 1;
    left: 100%;
    z-index: 3;
  }
  .main-nav__item--mega:hover > .mega-menu-bg, .main-nav__item--mega.touch-hover > .mega-menu-bg {
    opacity: 1;
    z-index: 0;
  }
  .main-nav__item--mega:hover > .mega-menu, .main-nav__item--mega.touch-hover > .mega-menu {
    opacity: 1;
    left: 50%;
    z-index: 2;
  }
  .main-nav__item--mega:hover a.link--silverblue, .main-nav__item--mega.touch-hover a.link--silverblue {
    background: #E1E8ED;
    color: #fff;
  }
  .main-nav__item--mega:hover a.link--turquoise, .main-nav__item--mega.touch-hover a.link--turquoise {
    background: #1797AD;
    color: #fff;
  }
  .main-nav__item--mega:hover a.link--lightblue, .main-nav__item--mega.touch-hover a.link--lightblue {
    background: #398FCC;
    color: #fff;
  }
  .main-nav__item--mega:hover a.link--blue, .main-nav__item--mega.touch-hover a.link--blue {
    background: #1B558F;
    color: #fff;
  }
  .main-nav__item--mega:hover a.link--purple, .main-nav__item--mega.touch-hover a.link--purple {
    background: #9D1A73;
    color: #fff;
  }
  .main-nav__item--mega:hover a.link--red, .main-nav__item--mega.touch-hover a.link--red {
    background: #EA3E10;
    color: #fff;
  }
  .main-nav__item--mega:hover a.link--yellow, .main-nav__item--mega.touch-hover a.link--yellow {
    background: #FBB501;
    color: #fff;
  }
  .main-nav__item--mega:hover a.link--green, .main-nav__item--mega.touch-hover a.link--green {
    background: #6A8177;
    color: #fff;
  }
  .main-nav__item > a {
    display: block;
  }
  .main-nav__first-level {
    text-align: right;
  }
  .main-nav__first-level > .main-nav__item {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin-left: 8px;
  }
}
@media only screen and (min-width: 65rem) and (max-width: 120rem) {
  .main-nav__first-level > .main-nav__item:last-of-type {
    margin-right: 30px;
  }
  .main-nav__first-level > .main-nav__item:last-of-type .main-nav__second-level {
    right: 0;
    left: auto;
  }
  .main-nav__first-level > .main-nav__item:last-of-type .main-nav__third-level {
    right: 100%;
    left: auto;
  }
}
@media only screen and (min-width: 65rem) {
  .main-nav__first-level > .main-nav__item:first-of-type {
    margin-left: 0;
  }
}
@media only screen and (min-width: 65rem) {
  .main-nav__first-level > .main-nav__item > a {
    text-transform: uppercase;
    padding: 12px 18px 13px;
  }
}
@media only screen and (min-width: 65rem) {
  .main-nav__second-level, .main-nav__third-level {
    text-align: left;
    position: absolute;
    top: 45px;
    background: #1797AD;
    opacity: 0;
    left: -9999px;
    z-index: -1;
    -webkit-transition: opacity 0.2s, z-index 0.2s;
    -o-transition: opacity 0.2s, z-index 0.2s;
    transition: opacity 0.2s, z-index 0.2s;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
    font-size: 15px;
  }
  .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;
    color: white;
  }
  .main-nav__second-level .main-nav__item--dropdown > a:after, .main-nav__third-level .main-nav__item--dropdown > a:after {
    content: "\f105";
  }
}
@media only screen and (min-width: 65rem) {
  .main-nav__third-level {
    left: 100%;
    top: 0;
    background: #0e5c69;
  }
}

/*--------------------------------------------------------------
### Mega menu styling
--------------------------------------------------------------*/
.mega-menu {
  text-align: left;
  padding: 30px;
  z-index: 1;
  position: relative;
}
.mega-menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.2s 0.2s ease;
  -o-transition: opacity 0.2s 0.2s ease;
  transition: opacity 0.2s 0.2s ease;
  pointer-events: none;
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 7px);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 7px);
  display: none;
}
.mega-menu-bg--active {
  opacity: 1;
}
@media only screen and (min-width: 65rem) {
  .mega-menu-bg {
    display: block;
  }
}
.mega-menu__first-level, .mega-menu__second-level {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mega-menu__first-level .mega-menu__item, .mega-menu__second-level .mega-menu__item {
  font-size: 16px;
  font-weight: 600;
}
.mega-menu--silverblue .mega-menu__first-level .mega-menu__item > a:hover, .mega-menu--silverblue .mega-menu__first-level .mega-menu__item.mega-menu__item--current > a, .mega-menu--silverblue .mega-menu__first-level .mega-menu__item.mega-menu__item--current > a:hover, .mega-menu--silverblue .mega-menu__second-level .mega-menu__item > a:hover, .mega-menu--silverblue .mega-menu__second-level .mega-menu__item.mega-menu__item--current > a, .mega-menu--silverblue .mega-menu__second-level .mega-menu__item.mega-menu__item--current > a:hover {
  color: #E1E8ED;
}
.mega-menu--turquoise .mega-menu__first-level .mega-menu__item > a:hover, .mega-menu--turquoise .mega-menu__first-level .mega-menu__item.mega-menu__item--current > a, .mega-menu--turquoise .mega-menu__first-level .mega-menu__item.mega-menu__item--current > a:hover, .mega-menu--turquoise .mega-menu__second-level .mega-menu__item > a:hover, .mega-menu--turquoise .mega-menu__second-level .mega-menu__item.mega-menu__item--current > a, .mega-menu--turquoise .mega-menu__second-level .mega-menu__item.mega-menu__item--current > a:hover {
  color: #1797AD;
}
.mega-menu--lightblue .mega-menu__first-level .mega-menu__item > a:hover, .mega-menu--lightblue .mega-menu__first-level .mega-menu__item.mega-menu__item--current > a, .mega-menu--lightblue .mega-menu__first-level .mega-menu__item.mega-menu__item--current > a:hover, .mega-menu--lightblue .mega-menu__second-level .mega-menu__item > a:hover, .mega-menu--lightblue .mega-menu__second-level .mega-menu__item.mega-menu__item--current > a, .mega-menu--lightblue .mega-menu__second-level .mega-menu__item.mega-menu__item--current > a:hover {
  color: #398FCC;
}
.mega-menu--blue .mega-menu__first-level .mega-menu__item > a:hover, .mega-menu--blue .mega-menu__first-level .mega-menu__item.mega-menu__item--current > a, .mega-menu--blue .mega-menu__first-level .mega-menu__item.mega-menu__item--current > a:hover, .mega-menu--blue .mega-menu__second-level .mega-menu__item > a:hover, .mega-menu--blue .mega-menu__second-level .mega-menu__item.mega-menu__item--current > a, .mega-menu--blue .mega-menu__second-level .mega-menu__item.mega-menu__item--current > a:hover {
  color: #1B558F;
}
.mega-menu--purple .mega-menu__first-level .mega-menu__item > a:hover, .mega-menu--purple .mega-menu__first-level .mega-menu__item.mega-menu__item--current > a, .mega-menu--purple .mega-menu__first-level .mega-menu__item.mega-menu__item--current > a:hover, .mega-menu--purple .mega-menu__second-level .mega-menu__item > a:hover, .mega-menu--purple .mega-menu__second-level .mega-menu__item.mega-menu__item--current > a, .mega-menu--purple .mega-menu__second-level .mega-menu__item.mega-menu__item--current > a:hover {
  color: #9D1A73;
}
.mega-menu--red .mega-menu__first-level .mega-menu__item > a:hover, .mega-menu--red .mega-menu__first-level .mega-menu__item.mega-menu__item--current > a, .mega-menu--red .mega-menu__first-level .mega-menu__item.mega-menu__item--current > a:hover, .mega-menu--red .mega-menu__second-level .mega-menu__item > a:hover, .mega-menu--red .mega-menu__second-level .mega-menu__item.mega-menu__item--current > a, .mega-menu--red .mega-menu__second-level .mega-menu__item.mega-menu__item--current > a:hover {
  color: #EA3E10;
}
.mega-menu--yellow .mega-menu__first-level .mega-menu__item > a:hover, .mega-menu--yellow .mega-menu__first-level .mega-menu__item.mega-menu__item--current > a, .mega-menu--yellow .mega-menu__first-level .mega-menu__item.mega-menu__item--current > a:hover, .mega-menu--yellow .mega-menu__second-level .mega-menu__item > a:hover, .mega-menu--yellow .mega-menu__second-level .mega-menu__item.mega-menu__item--current > a, .mega-menu--yellow .mega-menu__second-level .mega-menu__item.mega-menu__item--current > a:hover {
  color: #FBB501;
}
.mega-menu--green .mega-menu__first-level .mega-menu__item > a:hover, .mega-menu--green .mega-menu__first-level .mega-menu__item.mega-menu__item--current > a, .mega-menu--green .mega-menu__first-level .mega-menu__item.mega-menu__item--current > a:hover, .mega-menu--green .mega-menu__second-level .mega-menu__item > a:hover, .mega-menu--green .mega-menu__second-level .mega-menu__item.mega-menu__item--current > a, .mega-menu--green .mega-menu__second-level .mega-menu__item.mega-menu__item--current > a:hover {
  color: #6A8177;
}
.mega-menu__second-level {
  padding-left: 40px;
}
.mega-menu__second-level .mega-menu__item:before {
  content: ">";
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
.mega-menu__second-level .mega-menu__item > a {
  display: inline-block;
  white-space: break-spaces;
}
.mega-menu__item {
  margin-bottom: 8px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  white-space: nowrap;
}
.mega-menu__item:last-child {
  margin-bottom: 0;
}
.mega-menu__left {
  padding: 0;
}
@media only screen and (max-width: 64rem) {
  .mega-menu__left {
    width: 100%;
  }
}
@media only screen and (min-width: 41rem) and (max-width: 64rem) {
  .mega-menu__left {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media only screen and (min-width: 65rem) {
  .mega-menu__left {
    padding-left: 6%;
    padding-right: 2%;
  }
}
.mega-menu__right {
  display: none;
  padding: 0;
}
@media only screen and (min-width: 65rem) {
  .mega-menu__right {
    display: initial;
  }
}
.mega-menu__intro {
  display: none;
}
.mega-menu__intro--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mega-menu__intro-image-container {
  padding: 0;
}
.mega-menu__intro-text {
  white-space: normal;
  padding-top: 0;
  padding-bottom: 0;
}
.mega-menu__intro-description {
  font-size: 14px;
}
.mega-menu__intro-description a {
  color: inherit;
}
.mega-menu__intro-heading {
  font-size: 18px;
  color: #1B558F;
  font-weight: 700;
}
.mega-menu__intro-heading a {
  color: inherit;
}
.mega-menu--silverblue .mega-menu__intro-heading {
  color: #E1E8ED;
}
.mega-menu--turquoise .mega-menu__intro-heading {
  color: #1797AD;
}
.mega-menu--lightblue .mega-menu__intro-heading {
  color: #398FCC;
}
.mega-menu--blue .mega-menu__intro-heading {
  color: #1B558F;
}
.mega-menu--purple .mega-menu__intro-heading {
  color: #9D1A73;
}
.mega-menu--red .mega-menu__intro-heading {
  color: #EA3E10;
}
.mega-menu--yellow .mega-menu__intro-heading {
  color: #FBB501;
}
.mega-menu--green .mega-menu__intro-heading {
  color: #6A8177;
}
@media only screen and (min-width: 65rem) {
  .mega-menu {
    position: absolute;
    width: 98%;
    background: white;
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 7px);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 7px);
    opacity: 0;
    left: -9999px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    top: 45px;
    -webkit-transition: opacity 0.2s, z-index 0.2s;
    -o-transition: opacity 0.2s, z-index 0.2s;
    transition: opacity 0.2s, z-index 0.2s;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
    border-left: 7px solid #1B558F;
  }
  .mega-menu.mega-menu--silverblue {
    border-color: #E1E8ED !important;
  }
  .mega-menu.mega-menu--turquoise {
    border-color: #1797AD !important;
  }
  .mega-menu.mega-menu--lightblue {
    border-color: #398FCC !important;
  }
  .mega-menu.mega-menu--blue {
    border-color: #1B558F !important;
  }
  .mega-menu.mega-menu--purple {
    border-color: #9D1A73 !important;
  }
  .mega-menu.mega-menu--red {
    border-color: #EA3E10 !important;
  }
  .mega-menu.mega-menu--yellow {
    border-color: #FBB501 !important;
  }
  .mega-menu.mega-menu--green {
    border-color: #6A8177 !important;
  }
}

/*--------------------------------------------------------------
### 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;
}

/*--------------------------------------------------------------
### 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;
}

/*--------------------------------------------------------------
### 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: #E1E8ED;
}

.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 {
  -o-text-overflow: ellipsis;
     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: #1B558F;
}
.event-type--external_call .fc-event-main {
  background: #1B558F;
}
.event-type--general_call .fc-event-main {
  background: #1B558F;
}
.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: #FBB501;
}

/*--------------------------------------------------------------
### 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;
}

.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 */