/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15 {
  float: left; }

.col-xs-1 {
  width: 6.6666666667%; }

.col-xs-2 {
  width: 13.3333333333%; }

.col-xs-3 {
  width: 20%; }

.col-xs-4 {
  width: 26.6666666667%; }

.col-xs-5 {
  width: 33.3333333333%; }

.col-xs-6 {
  width: 40%; }

.col-xs-7 {
  width: 46.6666666667%; }

.col-xs-8 {
  width: 53.3333333333%; }

.col-xs-9 {
  width: 60%; }

.col-xs-10 {
  width: 66.6666666667%; }

.col-xs-11 {
  width: 73.3333333333%; }

.col-xs-12 {
  width: 80%; }

.col-xs-13 {
  width: 86.6666666667%; }

.col-xs-14 {
  width: 93.3333333333%; }

.col-xs-15 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 6.6666666667%; }

.col-xs-pull-2 {
  right: 13.3333333333%; }

.col-xs-pull-3 {
  right: 20%; }

.col-xs-pull-4 {
  right: 26.6666666667%; }

.col-xs-pull-5 {
  right: 33.3333333333%; }

.col-xs-pull-6 {
  right: 40%; }

.col-xs-pull-7 {
  right: 46.6666666667%; }

.col-xs-pull-8 {
  right: 53.3333333333%; }

.col-xs-pull-9 {
  right: 60%; }

.col-xs-pull-10 {
  right: 66.6666666667%; }

.col-xs-pull-11 {
  right: 73.3333333333%; }

.col-xs-pull-12 {
  right: 80%; }

.col-xs-pull-13 {
  right: 86.6666666667%; }

.col-xs-pull-14 {
  right: 93.3333333333%; }

.col-xs-pull-15 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 6.6666666667%; }

.col-xs-push-2 {
  left: 13.3333333333%; }

.col-xs-push-3 {
  left: 20%; }

.col-xs-push-4 {
  left: 26.6666666667%; }

.col-xs-push-5 {
  left: 33.3333333333%; }

.col-xs-push-6 {
  left: 40%; }

.col-xs-push-7 {
  left: 46.6666666667%; }

.col-xs-push-8 {
  left: 53.3333333333%; }

.col-xs-push-9 {
  left: 60%; }

.col-xs-push-10 {
  left: 66.6666666667%; }

.col-xs-push-11 {
  left: 73.3333333333%; }

.col-xs-push-12 {
  left: 80%; }

.col-xs-push-13 {
  left: 86.6666666667%; }

.col-xs-push-14 {
  left: 93.3333333333%; }

.col-xs-push-15 {
  left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-13 {
  margin-left: 86.6666666667%; }

.col-xs-offset-14 {
  margin-left: 93.3333333333%; }

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15 {
    float: left; }
  .col-sm-1 {
    width: 6.6666666667%; }
  .col-sm-2 {
    width: 13.3333333333%; }
  .col-sm-3 {
    width: 20%; }
  .col-sm-4 {
    width: 26.6666666667%; }
  .col-sm-5 {
    width: 33.3333333333%; }
  .col-sm-6 {
    width: 40%; }
  .col-sm-7 {
    width: 46.6666666667%; }
  .col-sm-8 {
    width: 53.3333333333%; }
  .col-sm-9 {
    width: 60%; }
  .col-sm-10 {
    width: 66.6666666667%; }
  .col-sm-11 {
    width: 73.3333333333%; }
  .col-sm-12 {
    width: 80%; }
  .col-sm-13 {
    width: 86.6666666667%; }
  .col-sm-14 {
    width: 93.3333333333%; }
  .col-sm-15 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 6.6666666667%; }
  .col-sm-pull-2 {
    right: 13.3333333333%; }
  .col-sm-pull-3 {
    right: 20%; }
  .col-sm-pull-4 {
    right: 26.6666666667%; }
  .col-sm-pull-5 {
    right: 33.3333333333%; }
  .col-sm-pull-6 {
    right: 40%; }
  .col-sm-pull-7 {
    right: 46.6666666667%; }
  .col-sm-pull-8 {
    right: 53.3333333333%; }
  .col-sm-pull-9 {
    right: 60%; }
  .col-sm-pull-10 {
    right: 66.6666666667%; }
  .col-sm-pull-11 {
    right: 73.3333333333%; }
  .col-sm-pull-12 {
    right: 80%; }
  .col-sm-pull-13 {
    right: 86.6666666667%; }
  .col-sm-pull-14 {
    right: 93.3333333333%; }
  .col-sm-pull-15 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 6.6666666667%; }
  .col-sm-push-2 {
    left: 13.3333333333%; }
  .col-sm-push-3 {
    left: 20%; }
  .col-sm-push-4 {
    left: 26.6666666667%; }
  .col-sm-push-5 {
    left: 33.3333333333%; }
  .col-sm-push-6 {
    left: 40%; }
  .col-sm-push-7 {
    left: 46.6666666667%; }
  .col-sm-push-8 {
    left: 53.3333333333%; }
  .col-sm-push-9 {
    left: 60%; }
  .col-sm-push-10 {
    left: 66.6666666667%; }
  .col-sm-push-11 {
    left: 73.3333333333%; }
  .col-sm-push-12 {
    left: 80%; }
  .col-sm-push-13 {
    left: 86.6666666667%; }
  .col-sm-push-14 {
    left: 93.3333333333%; }
  .col-sm-push-15 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 6.6666666667%; }
  .col-sm-offset-2 {
    margin-left: 13.3333333333%; }
  .col-sm-offset-3 {
    margin-left: 20%; }
  .col-sm-offset-4 {
    margin-left: 26.6666666667%; }
  .col-sm-offset-5 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-6 {
    margin-left: 40%; }
  .col-sm-offset-7 {
    margin-left: 46.6666666667%; }
  .col-sm-offset-8 {
    margin-left: 53.3333333333%; }
  .col-sm-offset-9 {
    margin-left: 60%; }
  .col-sm-offset-10 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-11 {
    margin-left: 73.3333333333%; }
  .col-sm-offset-12 {
    margin-left: 80%; }
  .col-sm-offset-13 {
    margin-left: 86.6666666667%; }
  .col-sm-offset-14 {
    margin-left: 93.3333333333%; }
  .col-sm-offset-15 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15 {
    float: left; }
  .col-md-1 {
    width: 6.6666666667%; }
  .col-md-2 {
    width: 13.3333333333%; }
  .col-md-3 {
    width: 20%; }
  .col-md-4 {
    width: 26.6666666667%; }
  .col-md-5 {
    width: 33.3333333333%; }
  .col-md-6 {
    width: 40%; }
  .col-md-7 {
    width: 46.6666666667%; }
  .col-md-8 {
    width: 53.3333333333%; }
  .col-md-9 {
    width: 60%; }
  .col-md-10 {
    width: 66.6666666667%; }
  .col-md-11 {
    width: 73.3333333333%; }
  .col-md-12 {
    width: 80%; }
  .col-md-13 {
    width: 86.6666666667%; }
  .col-md-14 {
    width: 93.3333333333%; }
  .col-md-15 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 6.6666666667%; }
  .col-md-pull-2 {
    right: 13.3333333333%; }
  .col-md-pull-3 {
    right: 20%; }
  .col-md-pull-4 {
    right: 26.6666666667%; }
  .col-md-pull-5 {
    right: 33.3333333333%; }
  .col-md-pull-6 {
    right: 40%; }
  .col-md-pull-7 {
    right: 46.6666666667%; }
  .col-md-pull-8 {
    right: 53.3333333333%; }
  .col-md-pull-9 {
    right: 60%; }
  .col-md-pull-10 {
    right: 66.6666666667%; }
  .col-md-pull-11 {
    right: 73.3333333333%; }
  .col-md-pull-12 {
    right: 80%; }
  .col-md-pull-13 {
    right: 86.6666666667%; }
  .col-md-pull-14 {
    right: 93.3333333333%; }
  .col-md-pull-15 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 6.6666666667%; }
  .col-md-push-2 {
    left: 13.3333333333%; }
  .col-md-push-3 {
    left: 20%; }
  .col-md-push-4 {
    left: 26.6666666667%; }
  .col-md-push-5 {
    left: 33.3333333333%; }
  .col-md-push-6 {
    left: 40%; }
  .col-md-push-7 {
    left: 46.6666666667%; }
  .col-md-push-8 {
    left: 53.3333333333%; }
  .col-md-push-9 {
    left: 60%; }
  .col-md-push-10 {
    left: 66.6666666667%; }
  .col-md-push-11 {
    left: 73.3333333333%; }
  .col-md-push-12 {
    left: 80%; }
  .col-md-push-13 {
    left: 86.6666666667%; }
  .col-md-push-14 {
    left: 93.3333333333%; }
  .col-md-push-15 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 6.6666666667%; }
  .col-md-offset-2 {
    margin-left: 13.3333333333%; }
  .col-md-offset-3 {
    margin-left: 20%; }
  .col-md-offset-4 {
    margin-left: 26.6666666667%; }
  .col-md-offset-5 {
    margin-left: 33.3333333333%; }
  .col-md-offset-6 {
    margin-left: 40%; }
  .col-md-offset-7 {
    margin-left: 46.6666666667%; }
  .col-md-offset-8 {
    margin-left: 53.3333333333%; }
  .col-md-offset-9 {
    margin-left: 60%; }
  .col-md-offset-10 {
    margin-left: 66.6666666667%; }
  .col-md-offset-11 {
    margin-left: 73.3333333333%; }
  .col-md-offset-12 {
    margin-left: 80%; }
  .col-md-offset-13 {
    margin-left: 86.6666666667%; }
  .col-md-offset-14 {
    margin-left: 93.3333333333%; }
  .col-md-offset-15 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15 {
    float: left; }
  .col-lg-1 {
    width: 6.6666666667%; }
  .col-lg-2 {
    width: 13.3333333333%; }
  .col-lg-3 {
    width: 20%; }
  .col-lg-4 {
    width: 26.6666666667%; }
  .col-lg-5 {
    width: 33.3333333333%; }
  .col-lg-6 {
    width: 40%; }
  .col-lg-7 {
    width: 46.6666666667%; }
  .col-lg-8 {
    width: 53.3333333333%; }
  .col-lg-9 {
    width: 60%; }
  .col-lg-10 {
    width: 66.6666666667%; }
  .col-lg-11 {
    width: 73.3333333333%; }
  .col-lg-12 {
    width: 80%; }
  .col-lg-13 {
    width: 86.6666666667%; }
  .col-lg-14 {
    width: 93.3333333333%; }
  .col-lg-15 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 6.6666666667%; }
  .col-lg-pull-2 {
    right: 13.3333333333%; }
  .col-lg-pull-3 {
    right: 20%; }
  .col-lg-pull-4 {
    right: 26.6666666667%; }
  .col-lg-pull-5 {
    right: 33.3333333333%; }
  .col-lg-pull-6 {
    right: 40%; }
  .col-lg-pull-7 {
    right: 46.6666666667%; }
  .col-lg-pull-8 {
    right: 53.3333333333%; }
  .col-lg-pull-9 {
    right: 60%; }
  .col-lg-pull-10 {
    right: 66.6666666667%; }
  .col-lg-pull-11 {
    right: 73.3333333333%; }
  .col-lg-pull-12 {
    right: 80%; }
  .col-lg-pull-13 {
    right: 86.6666666667%; }
  .col-lg-pull-14 {
    right: 93.3333333333%; }
  .col-lg-pull-15 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 6.6666666667%; }
  .col-lg-push-2 {
    left: 13.3333333333%; }
  .col-lg-push-3 {
    left: 20%; }
  .col-lg-push-4 {
    left: 26.6666666667%; }
  .col-lg-push-5 {
    left: 33.3333333333%; }
  .col-lg-push-6 {
    left: 40%; }
  .col-lg-push-7 {
    left: 46.6666666667%; }
  .col-lg-push-8 {
    left: 53.3333333333%; }
  .col-lg-push-9 {
    left: 60%; }
  .col-lg-push-10 {
    left: 66.6666666667%; }
  .col-lg-push-11 {
    left: 73.3333333333%; }
  .col-lg-push-12 {
    left: 80%; }
  .col-lg-push-13 {
    left: 86.6666666667%; }
  .col-lg-push-14 {
    left: 93.3333333333%; }
  .col-lg-push-15 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 6.6666666667%; }
  .col-lg-offset-2 {
    margin-left: 13.3333333333%; }
  .col-lg-offset-3 {
    margin-left: 20%; }
  .col-lg-offset-4 {
    margin-left: 26.6666666667%; }
  .col-lg-offset-5 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-6 {
    margin-left: 40%; }
  .col-lg-offset-7 {
    margin-left: 46.6666666667%; }
  .col-lg-offset-8 {
    margin-left: 53.3333333333%; }
  .col-lg-offset-9 {
    margin-left: 60%; }
  .col-lg-offset-10 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-11 {
    margin-left: 73.3333333333%; }
  .col-lg-offset-12 {
    margin-left: 80%; }
  .col-lg-offset-13 {
    margin-left: 86.6666666667%; }
  .col-lg-offset-14 {
    margin-left: 93.3333333333%; }
  .col-lg-offset-15 {
    margin-left: 100%; } }

table {
  background-color: transparent; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

@font-face {
  font-family: biroNunito;
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/Nunito+Sans_200_normal.030c2ee5.woff") format("woff"); }

@font-face {
  font-family: biroNunito;
  font-weight: 200;
  font-style: italic;
  src: url("../fonts/Nunito+Sans_200_italic.38e9f8bd.woff") format("woff"); }

@font-face {
  font-family: biroNunito;
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Nunito+Sans_300_normal.96a40828.woff") format("woff"); }

@font-face {
  font-family: biroNunito;
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/Nunito+Sans_300_italic.d01bc021.woff") format("woff"); }

@font-face {
  font-family: biroNunito;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Nunito+Sans_400_normal.7a940a62.woff") format("woff"); }

@font-face {
  font-family: biroNunito;
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Nunito+Sans_400_italic.0a8f12bf.woff") format("woff"); }

@font-face {
  font-family: biroNunito;
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Nunito+Sans_600_normal.fb7b0089.woff") format("woff"); }

@font-face {
  font-family: biroNunito;
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/Nunito+Sans_600_italic.79760527.woff") format("woff"); }

@font-face {
  font-family: biroNunito;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Nunito+Sans_700_normal.3a5c209e.woff") format("woff"); }

@font-face {
  font-family: biroNunito;
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Nunito+Sans_700_italic.63bd0682.woff") format("woff"); }

@font-face {
  font-family: biroNunito;
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Nunito+Sans_800_normal.49bbec69.woff") format("woff"); }

@font-face {
  font-family: biroNunito;
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/Nunito+Sans_800_italic.914b2821.woff") format("woff"); }

@font-face {
  font-family: biroNunito;
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Nunito+Sans_900_normal.378509e7.woff") format("woff"); }

@font-face {
  font-family: biroNunito;
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/Nunito+Sans_900_italic.a6d90d40.woff") format("woff"); }

@font-face {
  font-family: biroPlayfair;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Playfair+Display_400_normal.69efec9e.woff") format("woff"); }

@font-face {
  font-family: biroPlayfair;
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Playfair+Display_400_italic.9e845438.woff") format("woff"); }

@font-face {
  font-family: biroPlayfair;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Playfair+Display_700_normal.f63b5d25.woff") format("woff"); }

@font-face {
  font-family: biroPlayfair;
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Playfair+Display_700_italic.127d5d33.woff") format("woff"); }

@font-face {
  font-family: biroPlayfair;
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Playfair+Display_900_normal.d122d2fb.woff") format("woff"); }

@font-face {
  font-family: biroPlayfair;
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/Playfair+Display_900_italic.8fc7e2b3.woff") format("woff"); }

html,
body {
  background-color: #eaf4f8;
  font-family: biroNunito, Helvetica, sans-serif; }

body {
  min-width: 320px; }

h1,
h2,
h3,
p,
ul,
ol,
dl,
blockquote,
table {
  margin: 0; }

ul,
li {
  list-style-type: none;
  padding: 0; }

a:hover, a:focus, a:active {
  text-decoration: none; }

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

address {
  font-style: normal; }

#wpadminbar {
  position: fixed !important; }

.js .hidden-js,
.no-js .visible-js {
  display: none !important; }

.res-ratio {
  display: block; }

.img-rep {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-half {
    width: 50%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-half {
    width: 50%; } }

@media (min-width: 1200px) {
  .col-lg-half {
    width: 50%; } }

.button,
.content-styles .button {
  background: transparent;
  border: 1px solid #534f53;
  border-radius: 4px;
  color: #534f53;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 7px 32px 6px 10px;
  position: relative;
  text-transform: uppercase;
  font-size: 13px; }
  .button .icon,
  .content-styles .button .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .button .icon .fill,
    .content-styles .button .icon .fill {
      fill: #534f53; }
  .button:hover, .button:focus, .button:active,
  .content-styles .button:hover,
  .content-styles .button:focus,
  .content-styles .button:active {
    background-color: #6d3467;
    border-color: #6d3467;
    color: #fff; }
    .button:hover .fill, .button:focus .fill, .button:active .fill,
    .content-styles .button:hover .fill,
    .content-styles .button:focus .fill,
    .content-styles .button:active .fill {
      fill: #fff; }

input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

.content-styles .hidden-form-input {
  visibility: hidden;
  position: absolute; }

.content-styles .gform_fields {
  margin: 0 !important;
  padding: 0 !important; }

.content-styles .gfield {
  background: none;
  margin: 0 0 1.5em !important;
  padding: 0 !important;
  list-style: none !important; }

.content-styles .ginput_container > ul {
  margin: 0 !important;
  padding: 0 !important; }
  .content-styles .ginput_container > ul li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important; }

.content-styles .gfield {
  max-width: 32em; }
  .content-styles .gfield.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px; }

.content-styles label,
.content-styles .gfield_label {
  display: block;
  margin-bottom: 0.4em;
  font-weight: bold;
  cursor: pointer; }

.content-styles .gfield_required {
  color: #d5424c; }

.content-styles input:not([type='submit']):not([type='button']):not([type='radio']):not([type='checkbox']):not([type='file']),
.content-styles textarea,
.content-styles select {
  width: 100%;
  padding: 0.8em;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #e5d7cf;
  font: 1.2em/1.3 biroNunito, Helvetica, sans-serif;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .content-styles input:not([type='submit']):not([type='button']):not([type='radio']):not([type='checkbox']):not([type='file']),
    .content-styles textarea,
    .content-styles select {
      padding: 0.6em;
      font-size: 1em; } }

.content-styles input[type='file'],
.content-styles select {
  cursor: pointer; }

.content-styles input[type='file'] {
  border: 0;
  padding: 0; }

.content-styles input[type='number'] {
  max-width: 8em !important; }

.content-styles input[type='checkbox'],
.content-styles input[type='radio'] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #fff;
  border: 1px solid #e5d7cf;
  height: 20px;
  margin-right: 7px;
  position: relative;
  top: 3px;
  width: 20px; }
  .content-styles input[type='checkbox'] + label,
  .content-styles input[type='radio'] + label {
    display: inline-block;
    font-weight: normal; }

.content-styles input[type='checkbox'] + label:before {
  font-size: 1.7em;
  margin-right: 0.3em; }

.content-styles input[type='checkbox']:checked {
  background-color: #e5d7cf; }
  .content-styles input[type='checkbox']:checked + label:before {
    position: relative;
    left: 0.05em; }

.content-styles .form-checkbox-single-label {
  font-weight: bold !important; }

.content-styles input[type='radio'] + input[type='text'] {
  padding: 0.2em 0.4em !important;
  font-size: 1em !important; }

.content-styles input[type='radio'] + label {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.7em; }
  .content-styles input[type='radio'] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.4em;
    height: 1.4em;
    border: 2px solid #000;
    border-radius: 50%;
    background-color: transparent; }

.content-styles input[type='radio']:checked + label:after {
  content: '';
  position: absolute;
  top: 0.37em;
  left: 0.37em;
  width: 0;
  height: 0;
  border: 0.37em solid #000;
  border-radius: 50%; }

.content-styles .form-select-container {
  position: relative;
  display: inline-block;
  width: auto;
  overflow: hidden;
  background-color: #6c656c; }
  .content-styles .form-select-container select {
    position: relative;
    z-index: 2;
    width: auto;
    padding-right: 2.2em;
    background-color: transparent;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important; }
    .content-styles .form-select-container select::-ms-expand {
      display: none !important; }
    .content-styles .form-select-container select.ui-datepicker-month, .content-styles .form-select-container select.ui-datepicker-year {
      -webkit-appearance: menulist !important;
      -moz-appearance: menulist !important;
      appearance: menulist !important;
      border-color: #000;
      color: #000;
      padding: initial !important;
      text-indent: initial !important; }
  .content-styles .form-select-container:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -0.3em;
    right: 0.8em;
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-top-color: #000; }

.content-styles textarea {
  height: 10em; }
  @media (min-width: 768px) {
    .content-styles textarea {
      height: 15em; } }

.content-styles input[type='submit'] {
  background: transparent;
  border: 1px solid #534f53;
  border-radius: 4px;
  color: #534f53;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 7px 32px 6px 10px;
  position: relative;
  text-transform: uppercase; }
  .content-styles input[type='submit'] .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .content-styles input[type='submit'] .icon .fill {
      fill: #534f53; }
  .content-styles input[type='submit']:hover, .content-styles input[type='submit']:focus, .content-styles input[type='submit']:active {
    background-color: #6d3467;
    border-color: #6d3467;
    color: #fff; }
    .content-styles input[type='submit']:hover .fill, .content-styles input[type='submit']:focus .fill, .content-styles input[type='submit']:active .fill {
      fill: #fff; }

.content-styles .gform_button {
  padding-right: 10px !important; }

.content-styles .gform_ajax_spinner {
  margin-left: 0.5em; }

.content-styles .validation_list a {
  color: #d5424c !important;
  border-color: #d5424c !important; }
  .content-styles .validation_list a:hover, .content-styles .validation_list a:focus, .content-styles .validation_list a:active {
    border-color: transparent !important; }

.content-styles .gfield_error {
  padding: 0.8em !important;
  background-color: white; }

.content-styles .validation_message {
  color: #d5424c !important; }

.content-styles .form-input-description {
  margin-top: 0.4em;
  font-size: 0.9em;
  font-style: italic;
  color: #999; }

.content-styles .form-footer {
  margin-top: 3em; }

.content-styles form {
  margin: 2em 0; }
  .content-styles form h2 {
    margin: 1em 0 0.5em; }

.content-styles .gfield:before,
.content-styles 0.gfield_radio > li:before {
  display: none !important; }

@media (min-width: 768px) {
  .biro-collapse-xs {
    display: block; } }

@media (max-width: 767px) {
  .biro-collapse-not-xs {
    display: block; } }

.all-link {
  border-color: rgba(108, 101, 108, 0.2) transparent;
  border-style: solid;
  border-width: 1px;
  color: #534f53;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 3px;
  margin: 0 10px 15px 10px;
  padding: 7px 15px 5px 15px;
  text-transform: uppercase; }
  .all-link .icon-arrow {
    margin-left: 5px; }
    .all-link .icon-arrow .fill {
      fill: #534f53; }
  .all-link:hover, .all-link:focus, .all-link:active {
    border-color: #534f53; }

.content-row {
  border-bottom: 1px solid #b69ab3;
  margin: 0 0 30px 0;
  padding-bottom: 30px; }
  .content-row:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .content-row > div {
    padding: 0; }
    .content-row > div .button:last-child {
      margin-bottom: 0; }

.content-side-header {
  margin-bottom: 15px; }

.content-side-title {
  color: #6d3467;
  margin-bottom: 15px; }

.content-side-standard .content-side-title {
  font-size: 19px;
  font-weight: 700; }

.content-side-personal .content-side-title {
  font-family: biroPlayfair, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: normal; }

.content-side-personal .content-side-jobtitle {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .content-row {
    margin: 0 -15px 50px -15px;
    padding-bottom: 50px; }
  .content-side-title,
  .content-side-jobtitle {
    padding-left: 30px; } }

.content-styles {
  font-size: 19px; }
  .content-styles h1,
  .content-styles h2,
  .content-styles h3,
  .content-styles .h1,
  .content-styles .h2,
  .content-styles .h3 {
    color: #6d3467;
    font-weight: 800;
    margin-bottom: 0.25em;
    padding: 0;
    line-height: 1.2; }
  .content-styles h1,
  .content-styles .h1 {
    font-size: 48px; }
  .content-styles h2,
  .content-styles .h2 {
    font-size: 19px;
    margin-bottom: 15px; }
  .content-styles h3,
  .content-styles .h3 {
    font-size: 16px; }
  .content-styles p,
  .content-styles ul,
  .content-styles ol,
  .content-styles dl,
  .content-styles blockquote,
  .content-styles table {
    margin: 0 0 1em 0; }
  .content-styles ul li {
    background-image: url("../img/bullet.10f92353.svg");
    background-position: 0 9px;
    background-repeat: no-repeat;
    list-style-type: none; }
  .content-styles ol li {
    list-style-type: decimal; }
  .content-styles li {
    margin-bottom: 10px;
    padding-left: 21px; }
  .content-styles p {
    margin: 0 0 1em 0; }
  .content-styles blockquote {
    border: 1px solid #e5d7cf;
    border-width: 1px 0;
    color: #6d3467;
    font-family: biroPlayfair, "Times New Roman", serif;
    font-size: 24px;
    font-style: italic;
    padding: 15px; }
    .content-styles blockquote::before {
      background-image: url("../img/quote-start.e74265f6.svg");
      background-position: center center;
      background-repeat: no-repeat;
      content: ' ';
      display: inline-block;
      float: left;
      height: 19px;
      margin: 10px 10px 0 0;
      width: 27px; }
    .content-styles blockquote + blockquote {
      border-top: 0;
      margin-top: -15px;
      padding-top: 0; }
    .content-styles blockquote p {
      margin: 0; }
    .content-styles blockquote strong {
      display: inline-block;
      font-family: biroNunito, Helvetica, sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: bold;
      margin-top: 30px; }
    @media (min-width: 992px) {
      .content-styles blockquote {
        font-size: 26px;
        padding: 45px; }
        .content-styles blockquote + blockquote {
          border-top: 0;
          padding-top: 30px; } }
  .content-styles a {
    border-bottom: 2px solid rgba(109, 52, 103, 0.25);
    color: #6d3467;
    text-decoration: none; }
    .content-styles a:hover, .content-styles a:focus, .content-styles a:active {
      border-bottom-color: #6d3467; }
  .content-styles hr {
    border-top: 2px solid #e5d7cf;
    height: 0; }
  .content-styles .team-bio-header {
    clear: both; }
  @media (min-width: 1200px) {
    .content-styles .team-bio-paragraph {
      display: inline-block;
      width: calc(100% - 170px); } }
  .content-styles .wp-caption {
    background: none;
    border: none;
    padding: 0;
    width: auto !important; }
  .content-styles .wp-caption-text,
  .content-styles .wp-caption-dd {
    font-size: 12px;
    padding: 5px;
    text-align: left; }
  .content-styles .alignleft {
    float: left;
    margin: 0 20px 15px 0; }
  .content-styles .alignright {
    float: right;
    margin: 0 0 15px 20px; }
  .content-styles .alignnone {
    float: none;
    margin: 0 0 20px 0; }

.filter-form {
  margin-bottom: 15px; }

.filter-header {
  font-size: 16px;
  margin-bottom: 5px; }
  .filter-header[aria-hidden='true'] {
    display: none; }

.filter-header-basic {
  margin-bottom: 0; }

.filter-form input,
.filter-form select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 1px solid rgba(108, 101, 108, 0.4);
  border-radius: 0; }

.filter-form input,
.filter-form select,
.filter-form label {
  font-size: 16px; }

.filter-form input[type='checkbox'],
.filter-form select,
.filter-form label {
  cursor: pointer; }

.filter-form input[type='search'],
.filter-form select {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 48px;
  line-height: 1;
  margin-bottom: 20px;
  width: 100%; }

.filter-form input[type='search'] {
  padding: 0 15px; }
  .filter-form input[type='search']::-webkit-input-placeholder {
    color: rgba(83, 79, 83, 0.5); }
  .filter-form input[type='search']::-moz-placeholder {
    color: rgba(83, 79, 83, 0.5); }
  .filter-form input[type='search']:-ms-input-placeholder {
    color: rgba(83, 79, 83, 0.5); }
  .filter-form input[type='search']::-ms-input-placeholder {
    color: rgba(83, 79, 83, 0.5); }
  .filter-form input[type='search']::placeholder {
    color: rgba(83, 79, 83, 0.5); }
  .filter-form input[type='search']:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.2s 0.2s ease;
    transition: opacity 0.2s 0.2s ease;
    opacity: 0; }

.filter-form select {
  background-image: url("../img/arrowhead-down.83d6ea44.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  padding: 0 45px 0 15px; }

.filter-checkboxes {
  margin-bottom: 20px; }

.filter-checkbox-wrapper {
  margin: 0 15px 5px 15px;
  overflow: hidden; }

.filter-checkbox {
  height: 20px;
  width: 20px; }
  .filter-checkbox:checked {
    background: url("../img/tick.5d24e313.svg") center center no-repeat; }

.filter-checkbox-label {
  float: right;
  padding-left: 10px;
  width: calc(100% - 30px); }

.filter-button {
  height: 48px;
  padding-left: 15px;
  margin: 0 15px 15px 0;
  padding-right: 37px;
  text-align: left;
  width: 100%; }
  .filter-button .icon {
    right: 15px; }

.filter-button-reset {
  padding-top: 15px;
  opacity: 0.3; }
  .filter-button-reset:hover, .filter-button-reset:focus, .filter-button-reset:active {
    opacity: 1; }

@media (min-width: 768px) {
  .filter-form {
    margin-bottom: 30px; }
  .filter-header {
    margin-bottom: 15px; }
    .filter-header[aria-hidden='true'] {
      display: block; }
  .filter-row {
    margin-left: -30px;
    margin-right: -30px; }
  .filter-checkboxes {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
  .filter-checkbox-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap; }
  .filter-buttons {
    overflow: auto; }
  .filter-button {
    margin-bottom: 0; }
  .filter-full-button {
    width: auto; } }

.hero {
  background-color: #eaf4f8; }

.hero-column {
  background: #fcfafa; }

.hero-text {
  padding: 20px 30px 0 30px; }

.hero-text-content {
  border-bottom: 1px solid #b69ab3;
  padding-bottom: 28px; }

.hero-back {
  color: #534f53;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 14px;
  letter-spacing: 4px;
  text-transform: uppercase; }
  .hero-back .icon-arrow-back {
    margin-bottom: -1px; }
  .hero-back:hover, .hero-back:focus, .hero-back:active {
    color: #6d3467; }
    .hero-back:hover .icon-arrow-back .fill, .hero-back:focus .icon-arrow-back .fill, .hero-back:active .icon-arrow-back .fill {
      fill: #6d3467; }

.hero-date {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 10px; }

.hero-title {
  color: #6d3467;
  font-weight: 800;
  line-height: 1.2; }

.hero-grant {
  color: #6d3467;
  font-size: 24px; }

.hero-grant-amount {
  font-weight: 700; }

.hero-teaser {
  font-size: 19px;
  margin-bottom: 25px; }

@media (min-width: 768px) {
  .hero {
    padding-top: 40px; }
  .hero-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.hero-deep-image-wrapper {
  background-position: center center;
  background-size: cover; }

.hero-deep-title {
  font-size: 32px; }

.hero-deep-teaser {
  border-top: 1px solid #e5d7cf;
  margin-top: 25px;
  padding-top: 15px; }

@media (max-width: 767px) {
  .hero-deep-image-wrapper {
    padding-bottom: 56.25%; } }

@media (min-width: 768px) {
  .hero-deep-column {
    width: 50%; }
  .hero-deep-text {
    left: -50%; }
  .hero-deep-image-wrapper {
    left: 50%; } }

.hero-shallow-image-wrapper {
  padding: 0; }

.hero-shallow-image {
  width: 100%; }

.hero-shallow-image-author {
  display: none; }

.hero-shallow-title {
  font-size: 24px; }

.hero-shallow-author {
  color: #6d3467;
  font-family: biroPlayfair, "Times New Roman", serif;
  font-size: 22px;
  font-style: italic;
  margin: 15px 0; }

@media (min-width: 768px) {
  .hero-shallow-image-author {
    background-position: center center;
    background-size: cover;
    display: block;
    padding-bottom: 136%;
    width: 100%; }
  .hero-shallow-author {
    margin-bottom: 0; }
  .hero-shallow-text {
    padding-bottom: 30px;
    position: relative; }
  .hero-shallow-bottom-line {
    border-bottom: 1px solid #b69ab3;
    bottom: 0;
    left: 30px;
    position: absolute;
    right: 30px; } }

.icon-arrow-circle-fill {
  fill: transparent; }

.icon-arrow-circle-stroke {
  fill: transparent;
  stroke: #534f53; }

.icon-arrow-circle-arrow {
  fill: #534f53; }

.listing-header {
  border: 1px solid #cee3ed;
  margin: 20px 15px;
  padding: 30px;
  text-align: center; }

.listing-header-title {
  color: #534f53;
  font-family: biroPlayfair, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 800; }

@media (min-width: 768px) {
  .listing-header {
    margin: 40px 0 50px 0; } }

@media (min-width: 992px) {
  .listing-header {
    padding: 70px; } }

.listing-item {
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  margin: 0 0 40px 0;
  padding-bottom: 30px;
  position: relative; }
  .listing-item:hover, .listing-item:focus, .listing-item:active {
    background-color: #fff !important; }
    .listing-item:hover .icon-arrow-circle-fill,
    .listing-item:hover .icon-arrow-circle-stroke, .listing-item:focus .icon-arrow-circle-fill,
    .listing-item:focus .icon-arrow-circle-stroke, .listing-item:active .icon-arrow-circle-fill,
    .listing-item:active .icon-arrow-circle-stroke {
      fill: #6d3467; }
    .listing-item:hover .icon-arrow-circle-arrow, .listing-item:focus .icon-arrow-circle-arrow, .listing-item:active .icon-arrow-circle-arrow {
      fill: #fff; }
  .listing-item.listing-project:hover, .listing-item.listing-project:focus, .listing-item.listing-project:active {
    background-color: rgba(255, 255, 255, 0.6) !important; }

.listing-date {
  color: #534f53; }

.listing-title {
  color: #6d3467;
  font-weight: 800;
  line-height: 1.125; }

.listing-author {
  color: #6d3467;
  font-family: biroPlayfair, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
  margin: 13px 0; }

.listing-teaser {
  color: #534f53;
  font-size: 16px; }

.listing-tags {
  padding: 0 30px; }

@media (min-width: 768px) {
  .listing-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px 40px -15px;
    padding-bottom: 0; }
  .listing-teaser {
    position: relative; }
  .listing-tags {
    padding-left: 15px;
    padding-top: 49px; } }

.listing-deep-image {
  background-position: center center;
  background-size: cover;
  padding-bottom: 56.25%; }

.listing-deep-text {
  padding: 25px 30px;
  position: static; }

.listing-deep-title {
  border: 1px solid #e5d7cf;
  border-width: 1px 0;
  font-size: 24px;
  margin: 15px 0;
  padding: 15px 0; }

.listing-deep-teaser .icon-arrow-circle {
  bottom: 30px;
  position: absolute;
  right: 30px; }

@media (min-width: 768px) {
  .listing-deep-image {
    padding-bottom: 0; }
  .listing-deep-text {
    padding: 15px 15px 25px 30px; }
  .listing-deep-teaser {
    padding-bottom: 45px; }
    .listing-deep-teaser .icon-arrow-circle {
      bottom: 0;
      right: 0; } }

.listing-shallow {
  position: relative; }

.listing-shallow-image-wrapper {
  border-bottom: 1px solid rgba(229, 215, 207, 0.6);
  padding: 0; }

.listing-shallow-image {
  width: 100%; }

.listing-shallow-image-author {
  display: none; }

.listing-shallow-text {
  padding: 25px 30px 15px 30px;
  position: static; }
  .listing-shallow-text .icon-arrow-circle {
    bottom: 28px;
    position: absolute;
    right: 15px; }

.listing-shallow-date {
  border-bottom: 1px solid #e5d7cf;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.listing-shallow-title {
  font-size: 19px; }

@media (min-width: 768px) {
  .listing-shallow-image-wrapper {
    border-bottom: 0; }
  .listing-shallow-image-author {
    background-position: center center;
    background-size: cover;
    display: block;
    padding-bottom: 136%;
    width: 100%; }
  .listing-shallow-text {
    padding: 15px 15px 15px 30px;
    position: relative; }
  .listing-shallow-date {
    margin-bottom: 13px;
    padding-bottom: 13px; }
  .listing-shallow-teaser {
    padding-bottom: 45px; }
  .listing-shallow-tags {
    padding-top: 42px; } }

.listing-no-items {
  font-size: 16px;
  font-weight: 700; }

.pagination {
  margin-bottom: 100px;
  text-align: center; }

.wp-pagenavi {
  display: inline-block; }
  .wp-pagenavi > * {
    border-color: rgba(108, 101, 108, 0.2) transparent;
    border-style: solid;
    border-width: 1px;
    color: #6c656c;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    text-align: center;
    padding-top: 6px;
    width: 30px; }
    .wp-pagenavi > *:hover, .wp-pagenavi > *:focus, .wp-pagenavi > *:active {
      border-color: #6c656c; }
      .wp-pagenavi > *:hover .icon-arrow, .wp-pagenavi > *:focus .icon-arrow, .wp-pagenavi > *:active .icon-arrow {
        opacity: 1; }
    .wp-pagenavi > *:nth-child(n + 1) {
      margin-left: -1px; }
  .wp-pagenavi .icon-arrow {
    opacity: 0.3; }
  .wp-pagenavi .current {
    border-color: #6c656c; }

.previouspostslink .icon-arrow {
  position: relative;
  top: -1px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.post-meta-list {
  margin-bottom: 0.5em; }

.post-meta-item {
  margin: 0 0 0.1em;
  font-family: biroPlayfair, "Times New Roman", serif; }
  .post-meta-item:nth-child(1) {
    font-weight: bold; }
  .post-meta-item:nth-child(n + 2) {
    font-size: 0.9em;
    color: #534f53; }

.post-terms-item {
  display: inline-block;
  margin: 0.5em 0.1em 0 0; }

.post-terms-term {
  display: inline-block;
  padding: 0.4em 0.8em;
  background-color: #534f53;
  color: #fff;
  font: 0.9em biroPlayfair, "Times New Roman", serif;
  text-transform: capitalize; }

.privacy-notice {
  background: #6d3467;
  border-top: 1px solid #fff;
  bottom: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  min-height: 30vh;
  position: fixed;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 9999; }

.privacy-notice-content {
  color: white;
  font-size: 15px;
  margin: 0 auto;
  max-width: 580px;
  padding: 25px 25px 30px 25px; }
  .privacy-notice-content a {
    color: white;
    text-decoration: underline; }
    .privacy-notice-content a:hover, .privacy-notice-content a:focus, .privacy-notice-content a:active {
      color: green; }

.privacy-cookies-button {
  border: 1px solid white;
  border-radius: 4px;
  cursor: pointer;
  margin: 15px 10px 0 0;
  padding: 5px 10px; }

.privacy-cookies-accept {
  background-color: white;
  color: black; }
  .privacy-cookies-accept:hover, .privacy-cookies-accept:focus, .privacy-cookies-accept:active {
    background-color: green;
    border-color: green;
    color: #fff; }

.privacy-cookies-reject {
  background-color: transparent;
  color: white;
  opacity: 0.9; }
  .privacy-cookies-reject:hover, .privacy-cookies-reject:focus, .privacy-cookies-reject:active {
    background-color: red;
    border-color: red; }

.border-top-,
.border-top-6175 {
  border-top: 2px solid #6d3467; }

.border-top-21 {
  border-top: 2px solid #d5424c; }

.border-top-28 {
  border-top: 2px solid #ba366d; }

.border-top-48 {
  border-top: 2px solid #5678b9; }

.promo {
  margin-bottom: 30px; }
  .promo:hover .icon-arrow-circle-fill, .promo:focus .icon-arrow-circle-fill, .promo:active .icon-arrow-circle-fill {
    fill: #534f53; }
  .promo:hover .icon-arrow-circle-arrow, .promo:focus .icon-arrow-circle-arrow, .promo:active .icon-arrow-circle-arrow {
    fill: #fff; }

.promo-link {
  display: block; }

.promo-header {
  border-bottom: 1px solid #534f53;
  color: #6d3467;
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%; }

.promo-teaser {
  color: #534f53;
  font-size: 16px;
  padding-bottom: 40px;
  position: relative; }

.promo .icon-arrow-circle {
  bottom: 0;
  position: absolute; }

.promo-standard {
  background-color: #f4eeed;
  position: relative;
  text-align: center; }

.promo-standard-image {
  background-size: cover;
  bottom: 0;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.07;
  position: absolute;
  top: 0;
  width: 100%; }

.promo-standard-link {
  padding: 24px;
  position: relative; }

.promo-standard .icon-arrow-circle {
  right: 24px; }

.promo-resource-link {
  border: 1px solid #e5d7cf;
  border-width: 1px 0;
  overflow: hidden;
  padding: 24px 0; }

.promo-resource-image {
  float: left;
  width: 130px; }

.promo-resource-text {
  float: right;
  width: calc(100% - 160px); }

.promo-resource .icon-arrow-circle {
  right: 0; }

@media (min-width: 768px) and (max-width: 1199px) {
  .promo-resource-image {
    width: 80px; }
  .promo-resource-text {
    width: calc(100% - 100px); } }

.relateds-header,
.relateds-wrapper {
  background: #cee3ed; }

.relateds-header-wrapper {
  padding-top: 30px; }

.page-content + .relateds-header-wrapper {
  background: #fcfafa; }

.relateds-header-row {
  text-align: center; }

.relateds-header {
  color: #6c656c;
  display: inline-block;
  font-family: biroPlayfair, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 900;
  padding: 45px 70px 0 70px; }

.relateds-wrapper {
  padding: 60px 0 50px 0; }

.related {
  background-color: #eaf4f8;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .related .icon-arrow-circle {
    bottom: 20px;
    position: absolute;
    right: 20px; }
  .related:hover .icon-arrow-circle-fill,
  .related:hover .icon-arrow-circle-stroke, .related:focus .icon-arrow-circle-fill,
  .related:focus .icon-arrow-circle-stroke, .related:active .icon-arrow-circle-fill,
  .related:active .icon-arrow-circle-stroke {
    fill: #6d3467; }
  .related:hover .icon-arrow-circle-arrow, .related:focus .icon-arrow-circle-arrow, .related:active .icon-arrow-circle-arrow {
    fill: #fff; }

.related-image {
  float: left;
  width: 130px; }

.related-text {
  float: right;
  padding: 20px 20px 60px 0;
  position: relative;
  width: calc(100% - 160px); }

.related-text.related-text-noimage {
  padding: 20px;
  width: 100%; }

.related-title {
  border-bottom: 1px solid #e5d7cf;
  color: #6d3467;
  font-size: 19px;
  line-height: 1.125;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.related-teaser {
  color: #534f53;
  font-size: 16px; }

.related-button {
  margin-top: 15px; }

@media (min-width: 768px) {
  .relateds-header-wrapper {
    padding-top: 0; } }

@media (min-width: 992px) {
  .relateds-row,
  .relateds-row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .relateds-row > div {
    width: 50%; } }

.sidebar {
  padding-top: 30px; }

.sidebar-header {
  border-top: 1px solid #e5d7cf;
  padding: 30px 24px; }

.sidebar-header a,
.sidebar-menu a {
  color: #534f53;
  display: block;
  font-size: 16px; }

.sidebar-menu {
  margin-bottom: 50px; }
  .sidebar-menu li:nth-child(n + 2) {
    margin-top: -1px; }
  .sidebar-menu a {
    border: 1px solid #e5d7cf;
    border-color: #e5d7cf transparent;
    padding: 16px 24px;
    position: relative; }
  .sidebar-menu li.current_page_item a,
  .sidebar-menu a:hover,
  .sidebar-menu a:focus,
  .sidebar-menu a:active {
    border-color: #6c656c;
    z-index: 1; }

.sidebar-button-link {
  margin-bottom: 15px;
  width: 100%; }
  .sidebar-button-link:last-of-type {
    margin-bottom: 50px; }

@media (min-width: 768px) {
  .sidebar {
    padding-top: 0; }
  .sidebar-header {
    border-top: 0;
    padding: 0 24px 30px 24px; } }

.skip-to-content {
  background: #6d3467;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-align: center; }
  .skip-to-content:focus, .skip-to-content:hover {
    color: #fff;
    height: auto;
    padding: 5px 10px;
    text-decoration: none; }

.social-share-item {
  display: inline-block;
  margin-right: 0.5em; }

.social-share-button:before {
  color: #534f53;
  font-size: 1.7em; }

.social-share-button:hover:before, .social-share-button:focus:before, .social-share-button:active:before {
  color: #534f53;
  font-size: 1.7em; }

.tag {
  background-color: rgba(108, 101, 108, 0.2);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #534f53;
  display: inline;
  font-size: 12px;
  line-height: 22px;
  padding: 3px 7px; }

.header {
  background: #d8e9f1; }

@media (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10; }
    .admin-bar .header {
      top: 46px; }
  .logo-row {
    height: 75px;
    padding: 14px 15px 0 15px; }
  .header-logo-h1 {
    display: inline-block; }
  .icon-logo {
    height: auto;
    width: 135px; }
  .mobile-menu-toggle,
  .mobile-search-toggle {
    background: none;
    border: 1px solid #cee3ed;
    border-radius: 4px;
    float: right;
    height: 48px;
    line-height: 1;
    outline: none;
    padding: 0;
    width: 48px; }
    .mobile-menu-toggle .icon-search,
    .mobile-search-toggle .icon-search {
      height: 24px;
      width: 24px; }
    .mobile-menu-toggle .fill,
    .mobile-search-toggle .fill {
      fill: #6d3467; }
    .mobile-menu-toggle.is-active,
    .mobile-search-toggle.is-active {
      background: #6d3467;
      border-color: #6d3467; }
      .mobile-menu-toggle.is-active .fill,
      .mobile-search-toggle.is-active .fill {
        fill: #fff; }
  .mobile-menu-toggle {
    margin-left: 8px;
    padding-right: 1px;
    padding-top: 2px; }
  .mobile-search-toggle {
    padding-right: 1px; }
  .mobile-menu-wrapper {
    max-height: calc(100vh - 75px);
    overflow: auto; }
    .admin-bar .mobile-menu-wrapper {
      max-height: calc(100vh - 75px - 46px); }
  .mobile-search-form {
    border-top: 1px solid rgba(108, 101, 108, 0.2);
    display: none;
    overflow: hidden; }
  .mobile-search-text,
  .mobile-search-submit {
    border-radius: 0;
    display: block;
    float: left;
    height: 54px; }
  .mobile-search-text {
    border: 0;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-size: 21px;
    padding: 14px;
    width: calc(100% - 85px); }
  .mobile-search-submit {
    background-color: #cee3ed;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    width: 85px; }
    .mobile-search-submit:focus {
      background-color: #6d3467;
      color: #fff; }
  .menu-mobile {
    display: none; }
  .menu-item-6806,
  .menu-item-6805,
  .menu-item-6804 {
    background: #eaf4f8; }
    .menu-item-6806 > a,
    .menu-item-6805 > a,
    .menu-item-6804 > a {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid rgba(108, 101, 108, 0.2);
      border-top: 2px solid #534f53;
      color: #534f53;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 12px;
      font-weight: 900;
      height: 60px;
      letter-spacing: 3px;
      padding: 0 45px;
      text-align: center;
      text-transform: uppercase; }
      .menu-item-6806 > a > .mega-menu-programme-title,
      .menu-item-6805 > a > .mega-menu-programme-title,
      .menu-item-6804 > a > .mega-menu-programme-title {
        display: block;
        width: 100%; }
    .menu-item-6806.current-menu-ancestor > a,
    .menu-item-6806.current-menu-item > a,
    .menu-item-6806 > a.is-active,
    .menu-item-6805.current-menu-ancestor > a,
    .menu-item-6805.current-menu-item > a,
    .menu-item-6805 > a.is-active,
    .menu-item-6804.current-menu-ancestor > a,
    .menu-item-6804.current-menu-item > a,
    .menu-item-6804 > a.is-active {
      color: #fff; }
    .menu-item-6806 .sub-menu,
    .menu-item-6805 .sub-menu,
    .menu-item-6804 .sub-menu {
      display: none; }
      .menu-item-6806 .sub-menu a,
      .menu-item-6805 .sub-menu a,
      .menu-item-6804 .sub-menu a {
        border-bottom: 1px solid #e5d7cf;
        color: #534f53;
        display: block;
        font-size: 13px;
        font-weight: 600;
        padding: 15px;
        text-align: center; }
      .menu-item-6806 .sub-menu li:last-child a,
      .menu-item-6805 .sub-menu li:last-child a,
      .menu-item-6804 .sub-menu li:last-child a {
        border-bottom: 0; }
      .menu-item-6806 .sub-menu li.current-menu-ancestor > a,
      .menu-item-6806 .sub-menu li.current-menu-item > a,
      .menu-item-6806 .sub-menu li > a:focus,
      .menu-item-6806 .sub-menu li > a:active,
      .menu-item-6805 .sub-menu li.current-menu-ancestor > a,
      .menu-item-6805 .sub-menu li.current-menu-item > a,
      .menu-item-6805 .sub-menu li > a:focus,
      .menu-item-6805 .sub-menu li > a:active,
      .menu-item-6804 .sub-menu li.current-menu-ancestor > a,
      .menu-item-6804 .sub-menu li.current-menu-item > a,
      .menu-item-6804 .sub-menu li > a:focus,
      .menu-item-6804 .sub-menu li > a:active {
        background-color: #fff; }
    .menu-item-6806.current-menu-ancestor > .sub-menu,
    .menu-item-6806.current-menu-item > .sub-menu,
    .menu-item-6805.current-menu-ancestor > .sub-menu,
    .menu-item-6805.current-menu-item > .sub-menu,
    .menu-item-6804.current-menu-ancestor > .sub-menu,
    .menu-item-6804.current-menu-item > .sub-menu {
      display: block; }
  .menu-item-6806 > a {
    border-top-color: #d5424c; }
  .menu-item-6806.current-menu-ancestor > a,
  .menu-item-6806.current-menu-item > a,
  .menu-item-6806 > a.is-active {
    background-color: #d5424c; }
  .menu-item-6805 > a {
    border-top-color: #ba366d; }
  .menu-item-6805.current-menu-ancestor > a,
  .menu-item-6805.current-menu-item > a,
  .menu-item-6805 > a.is-active {
    background-color: #ba366d; }
  .menu-item-6804 > a {
    border-top-color: #5678b9; }
  .menu-item-6804.current-menu-ancestor > a,
  .menu-item-6804.current-menu-item > a,
  .menu-item-6804 > a.is-active {
    background-color: #5678b9; }
  .header-menu a {
    border-bottom: 1px solid #cee3ed;
    color: #534f53;
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding: 15px;
    text-align: center; }
  .single-resource .header-menu li.menu-item-6802 > a,
  .single-news .header-menu li.menu-item-6801 > a,
  .single-blog .header-menu li.menu-item-6800 > a,
  .header-menu li.current-menu-ancestor > a,
  .header-menu li.current-menu-item > a,
  .header-menu li > a:focus,
  .header-menu li > a:active {
    background-color: #fff; }
  .menu-mobile-bars {
    background-color: #ba366d;
    border-bottom: 2px solid #5678b9;
    border-top: 2px solid #d5424c;
    height: 2px; } }

@media (min-width: 768px) {
  .header {
    padding-top: 50px; }
  .header-logo {
    float: left;
    margin-bottom: 40px; }
  .menu-mobile {
    display: none !important; }
  .mobile-search-form {
    display: none; }
  .header-menu {
    float: right;
    font-size: 15px;
    position: relative; }
    .header-menu li {
      float: left; }
    .header-menu a {
      border: 1px solid #adcfe0;
      border-width: 1px 0;
      color: #534f53;
      font-weight: bold;
      display: block;
      height: 48px;
      line-height: 1;
      padding: 15px 10px; }
    .header-menu a:hover,
    .header-menu a:focus,
    .header-menu a:active,
    .header-menu li.current-menu-item a,
    .single-blog .header-menu li.menu-item-6800 a,
    .single-news .header-menu li.menu-item-6801 a,
    .single-resource .header-menu li.menu-item-6802 a {
      border-color: #534f53; }
  .header-search-toggle {
    background: none;
    border: 1px solid #adcfe0;
    border-radius: 4px;
    height: 48px;
    line-height: 1;
    margin-left: 25px;
    outline: none;
    padding: 0;
    width: 48px; }
    .header-search-toggle .icon-search {
      height: 24px;
      width: 24px; }
    .header-search-toggle .fill {
      fill: #6d3467; }
    .header-search-toggle:hover, .header-search-toggle:focus, .header-search-toggle:active, .header-search-toggle.is-active {
      background: #6d3467;
      border-color: #6d3467; }
      .header-search-toggle:hover .fill, .header-search-toggle:focus .fill, .header-search-toggle:active .fill, .header-search-toggle.is-active .fill {
        fill: #fff; }
  .header-search-form,
  .header-search-text,
  .header-search-submit {
    height: 48px; }
  .header-search-form {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 48px;
    width: 0; }
  .header-search-text,
  .header-search-submit {
    display: block;
    float: left; }
  .header-search-text {
    border: 1px solid #cee3ed;
    border-bottom-left-radius: 4px;
    border-right: 0;
    border-top-left-radius: 4px;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-size: 18px;
    padding: 14px;
    width: calc(100% - 85px); }
  .header-search-submit {
    background-color: #cee3ed;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    width: 85px; }
    .header-search-submit:hover, .header-search-submit:focus, .header-search-submit:active {
      background-color: #6d3467;
      color: #fff; }
  .mega-menu {
    position: relative;
    z-index: 10; }
    .mega-menu > li {
      float: left;
      width: calc(33.3333333333% - 20px); }
      .mega-menu > li[aria-expanded='false'] .sub-menu-wrapper {
        display: none; }
      .mega-menu > li:nth-child(2) {
        margin: 0 30px; }
      .mega-menu > li > a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(108, 101, 108, 0.2);
        border-top: 2px solid #534f53;
        color: #534f53;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 800;
        height: 65px;
        letter-spacing: 4px;
        line-height: 1.3;
        padding: 0 15px;
        text-transform: uppercase; }
        .mega-menu > li > a > .menu-link-content {
          display: block;
          text-align: center;
          width: 100%; }
      .mega-menu > li.menu-item-6806 > a {
        border-top-color: #d5424c; }
      .mega-menu > li.menu-item-6806:hover > a,
      .mega-menu > li.menu-item-6806:focus > a,
      .mega-menu > li.menu-item-6806:active > a,
      .mega-menu > li.menu-item-6806.current-menu-item > a,
      .mega-menu > li.menu-item-6806.current-menu-ancestor > a {
        background-color: #d5424c;
        color: #fff; }
      .mega-menu > li.menu-item-6806 .sub-menu-wrapper {
        border-color: #d5424c; }
      .mega-menu > li.menu-item-6805 > a {
        border-top-color: #ba366d; }
      .mega-menu > li.menu-item-6805:hover > a,
      .mega-menu > li.menu-item-6805:focus > a,
      .mega-menu > li.menu-item-6805:active > a,
      .mega-menu > li.menu-item-6805.current-menu-item > a,
      .mega-menu > li.menu-item-6805.current-menu-ancestor > a {
        background-color: #ba366d;
        color: #fff; }
      .mega-menu > li.menu-item-6805 .sub-menu-wrapper {
        border-color: #ba366d; }
      .mega-menu > li.menu-item-6804 > a {
        border-top-color: #5678b9; }
      .mega-menu > li.menu-item-6804:hover > a,
      .mega-menu > li.menu-item-6804:focus > a,
      .mega-menu > li.menu-item-6804:active > a,
      .mega-menu > li.menu-item-6804.current-menu-item > a,
      .mega-menu > li.menu-item-6804.current-menu-ancestor > a {
        background-color: #5678b9;
        color: #fff; }
      .mega-menu > li.menu-item-6804 .sub-menu-wrapper {
        border-color: #5678b9; }
    .mega-menu .sub-menu-wrapper {
      background-color: #fff;
      border: 2px solid #534f53;
      left: 0;
      padding: 50px 0;
      position: absolute;
      top: 65px;
      width: 100%;
      z-index: 999; }
    .mega-menu .sub-menu,
    .mega-menu .mega-menu-teaser,
    .mega-menu .mega-menu-featured {
      float: left;
      min-height: 1px;
      width: calc(33.3333333333% - 20px); }
    .mega-menu .sub-menu {
      padding-left: 30px; }
      .mega-menu .sub-menu li:nth-child(n + 2) {
        margin-top: -1px; }
      .mega-menu .sub-menu a {
        border: 1px solid #e5d7cf;
        border-color: #e5d7cf transparent;
        color: #534f53;
        display: block;
        font-size: 16px;
        font-weight: bold;
        padding: 13px 20px;
        position: relative; }
        .mega-menu .sub-menu a .icon-arrow-circle {
          float: right;
          margin: -4px 0 0 10px; }
      .mega-menu .sub-menu li:hover > a,
      .mega-menu .sub-menu li:focus > a,
      .mega-menu .sub-menu li:active > a,
      .mega-menu .sub-menu li.current-menu-item > a,
      .mega-menu .sub-menu li.current-menu-ancestor > a {
        border-color: #6c656c;
        z-index: 1; }
        .mega-menu .sub-menu li:hover > a .icon-arrow-circle-fill,
        .mega-menu .sub-menu li:focus > a .icon-arrow-circle-fill,
        .mega-menu .sub-menu li:active > a .icon-arrow-circle-fill,
        .mega-menu .sub-menu li.current-menu-item > a .icon-arrow-circle-fill,
        .mega-menu .sub-menu li.current-menu-ancestor > a .icon-arrow-circle-fill {
          fill: #534f53; }
        .mega-menu .sub-menu li:hover > a .icon-arrow-circle-arrow,
        .mega-menu .sub-menu li:focus > a .icon-arrow-circle-arrow,
        .mega-menu .sub-menu li:active > a .icon-arrow-circle-arrow,
        .mega-menu .sub-menu li.current-menu-item > a .icon-arrow-circle-arrow,
        .mega-menu .sub-menu li.current-menu-ancestor > a .icon-arrow-circle-arrow {
          fill: #fff; }
    .mega-menu .mega-menu-teaser {
      color: #6d3467;
      font-family: biroPlayfair, "Times New Roman", serif;
      font-size: 21px;
      font-style: italic;
      margin: 0 30px; }
    .mega-menu .mega-menu-featured {
      padding-right: 30px; }
      .mega-menu .mega-menu-featured .promo {
        margin-bottom: 0; } }

@media (min-width: 992px) {
  .header-menu a {
    padding: 15px 30px; } }

main {
  outline: 0; }

.page-content {
  background-color: #fcfafa; }

@media (max-width: 767px) {
  main {
    padding-top: 75px; }
  .page-content {
    padding: 30px 15px; } }

@media (min-width: 768px) {
  .page-content {
    padding: 100px 0; } }

.footer {
  background-color: #6d3467;
  color: #b69ab3;
  padding-top: 20px; }

.footer-section {
  margin-bottom: 20px; }

.footer-header {
  border-bottom: 1px solid rgba(182, 154, 179, 0.3);
  font-family: biroPlayfair, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-bottom: 15px; }

.footer-menu li {
  line-height: 1.25;
  margin-bottom: 12px; }

.footer-menu a {
  color: #b69ab3;
  font-size: 16px; }
  .footer-menu a:hover, .footer-menu a:focus, .footer-menu a:active {
    color: #f4eeed; }

.footer-contact {
  font-size: 16px; }

.footer-address {
  color: #f4eeed;
  margin-bottom: 10px; }

.footer-phone {
  color: #f4eeed;
  font-weight: bold; }
  .footer-phone:hover, .footer-phone:focus, .footer-phone:active {
    color: #f4eeed; }

.footer-newsletter-text {
  font-size: 16px; }

.button.footer-newsletter-button {
  border-color: #b69ab3;
  color: #b69ab3;
  margin: 10px 0; }
  .button.footer-newsletter-button .fill {
    fill: #b69ab3; }
  .button.footer-newsletter-button:hover, .button.footer-newsletter-button:focus, .button.footer-newsletter-button:active {
    background-color: #f4eeed;
    border-color: #f4eeed;
    color: #6d3467; }
    .button.footer-newsletter-button:hover .fill, .button.footer-newsletter-button:focus .fill, .button.footer-newsletter-button:active .fill {
      fill: #6d3467; }

.footer-social-charity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer-social-link .fill {
  fill: #b69ab3; }

.footer-social-link:hover .fill, .footer-social-link:focus .fill, .footer-social-link:active .fill {
  fill: #f4eeed; }

.footer-social-link .icon-social {
  height: 35px;
  width: 35px; }

.footer-social-youtube {
  margin-right: 5px; }

.footer-social-twitter {
  margin-right: 7px; }

.footer-charity {
  clear: both;
  display: block;
  font-size: 12px; }

.footer-charity-title {
  display: block;
  font-weight: bold; }

.footer-bureau-link {
  color: #b69ab3;
  display: block;
  font-size: 12px; }
  .footer-bureau-link .icon-bureau-logo .fill {
    fill: #b69ab3; }
  .footer-bureau-link:hover, .footer-bureau-link:focus, .footer-bureau-link:active {
    color: #f4eeed; }
    .footer-bureau-link:hover .icon-bureau-logo .fill, .footer-bureau-link:focus .icon-bureau-logo .fill, .footer-bureau-link:active .icon-bureau-logo .fill {
      fill: #f4eeed; }

.footer-bureau-text {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -4.5px; }

@media (min-width: 768px) {
  .footer {
    padding-top: 40px; }
  .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-bottom: 40px; }
  .footer-section-content {
    border-bottom: 1px solid rgba(182, 154, 179, 0.3);
    padding-bottom: 20px;
    width: 100%; }
  .footer-newsletter-button {
    float: right;
    margin-top: 20px; }
  .footer-social-charity {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .footer-charity {
    clear: none;
    position: relative;
    top: -2px; }
  .footer-charity-title {
    display: inline; }
  .footer-bureau {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

@media (min-width: 992px) {
  .footer-menu {
    width: 50%; } }

.page-template-page_blog-listing .listing-item {
  background-color: rgba(255, 255, 255, 0.6); }

.row-case {
  margin: 0 -15px; }

.listing-case-wrapper {
  margin-bottom: 30px; }

.listing-case {
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  padding: 30px;
  position: relative; }

.listing-case-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56.25%; }

.listing-case-title {
  border-bottom: 1px solid #cee3ed;
  margin-bottom: 24px;
  padding: 24px 0; }

.listing-case-teaser {
  margin-bottom: 60px; }

.listing-case-tag-wrapper {
  bottom: 30px;
  left: 30px;
  max-width: calc(100% - 105px);
  position: absolute; }

.listing-case .icon-arrow-circle {
  bottom: 30px;
  position: absolute;
  right: 30px; }

.listing-case:hover, .listing-case:focus, .listing-case:active {
  background-color: #fff; }
  .listing-case:hover .icon-arrow-circle-fill,
  .listing-case:hover .icon-arrow-circle-stroke, .listing-case:focus .icon-arrow-circle-fill,
  .listing-case:focus .icon-arrow-circle-stroke, .listing-case:active .icon-arrow-circle-fill,
  .listing-case:active .icon-arrow-circle-stroke {
    fill: #6d3467; }
  .listing-case:hover .icon-arrow-circle-arrow, .listing-case:focus .icon-arrow-circle-arrow, .listing-case:active .icon-arrow-circle-arrow {
    fill: #fff; }

@media (min-width: 768px) {
  .row-case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px; }
  .listing-case {
    height: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .listing-case-wrapper {
    width: 50%; } }

.page-header {
  background-color: #fcfafa;
  border-top: 2px solid #6d3467;
  padding: 30px 30px 0 30px;
  text-align: center; }

.page-header-title {
  border-bottom: 1px solid #e5d7cf;
  color: #6d3467;
  font-family: biroPlayfair, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 800;
  padding-bottom: 30px; }

.person {
  margin-bottom: 45px; }

.person-image {
  max-width: 400px;
  width: 100%; }

.person-text {
  clear: both; }

@media (min-width: 768px) {
  .person-image {
    width: 150px; }
  .person-text {
    clear: none; } }

@media (min-width: 992px) {
  .page-header {
    margin-top: 40px;
    padding: 70px 70px 0 70px; }
  .page-header-title {
    padding-bottom: 70px; } }

@media (min-width: 1200px) {
  .person {
    overflow: hidden; }
  .person-image {
    max-width: none;
    width: 150px; }
  .person-text-image {
    float: right;
    width: calc(100% - 170px); } }

.programme-hero-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 80vh; }

.programme-hero-title-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfafa;
  color: #6d3467;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: biroPlayfair, "Times New Roman", serif;
  height: 160px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: calc(100% - 30px);
  position: relative;
  width: 590px; }

.programme-hero-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.05;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center; }
  @media (max-width: 374px) {
    .programme-hero-title {
      font-size: 32px; } }

.programme-hero-line {
  border-bottom: 1px solid #e5d7cf;
  bottom: 0;
  position: absolute;
  width: calc(100% - 60px); }

.programme-teaser-wrapper {
  background-color: #fcfafa;
  padding: 40px 0; }

.programme-teaser-text {
  color: #6d3467;
  font-family: biroPlayfair, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto;
  max-width: calc(100% - 60px);
  text-align: center;
  width: 690px; }

.programme-submenu-wrapper {
  background-color: #fcfafa;
  padding-bottom: 60px; }

.programme-submenu-link {
  border: 1px solid rgba(108, 101, 108, 0.2);
  border-color: #dfdcde transparent;
  color: #534f53;
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 4px;
  margin-top: -1px;
  padding: 15px 75px 15px 24px;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  .programme-submenu-link:hover, .programme-submenu-link:focus, .programme-submenu-link:active {
    border-color: #534f53;
    color: #6d3467;
    z-index: 1; }
    .programme-submenu-link:hover .icon-arrow-circle-fill,
    .programme-submenu-link:hover .icon-arrow-circle-stroke, .programme-submenu-link:focus .icon-arrow-circle-fill,
    .programme-submenu-link:focus .icon-arrow-circle-stroke, .programme-submenu-link:active .icon-arrow-circle-fill,
    .programme-submenu-link:active .icon-arrow-circle-stroke {
      fill: #534f53; }
    .programme-submenu-link:hover .icon-arrow-circle-arrow, .programme-submenu-link:focus .icon-arrow-circle-arrow, .programme-submenu-link:active .icon-arrow-circle-arrow {
      fill: #fff; }

.programme-submenu-link .icon-arrow-circle {
  position: absolute;
  right: 24px;
  top: 10px; }

.programme-grants-wrapper {
  background-color: #fcfafa;
  padding-bottom: 50px; }

.programme-grants {
  color: #6d3467;
  font-family: biroPlayfair, "Times New Roman", serif;
  font-size: 16px;
  font-style: italic;
  text-align: center; }

.landing-header-programme-case-wrapper {
  background-color: #fcfafa; }

.landing-header-programme-case,
.programme-cases-wrapper {
  background-color: #cee3ed; }

.programme-cases-wrapper {
  background-color: #cee3ed; }

.programme-case-link {
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 30px;
  padding: 30px 30px 75px 30px;
  position: relative; }

.programme-case-image {
  background-position: center center;
  background-size: cover;
  margin-bottom: 30px;
  padding-bottom: 56.25%; }

.programme-case-title {
  border-bottom: 1px solid #e5d7cf;
  color: #6d3467;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.programme-case-teaser {
  color: #534f53;
  font-size: 17px; }

.programme-case-link .icon {
  bottom: 30px;
  position: absolute;
  right: 30px; }

.programme-case-link:hover, .programme-case-link:focus, .programme-case-link:active {
  background-color: #fff; }
  .programme-case-link:hover .icon-arrow-circle-fill,
  .programme-case-link:hover .icon-arrow-circle-stroke, .programme-case-link:focus .icon-arrow-circle-fill,
  .programme-case-link:focus .icon-arrow-circle-stroke, .programme-case-link:active .icon-arrow-circle-fill,
  .programme-case-link:active .icon-arrow-circle-stroke {
    fill: #534f53; }
  .programme-case-link:hover .icon-arrow-circle-arrow, .programme-case-link:focus .icon-arrow-circle-arrow, .programme-case-link:active .icon-arrow-circle-arrow {
    fill: #fff; }

.landing-header-programme-news-blog-wrapper {
  background-color: #cee3ed; }

.programme-submenu-wrapper + .landing-header-programme-news-blog-wrapper {
  background-color: #fcfafa; }

.landing-header-programme-news-blog,
.programme-news-blog-wrapper {
  background-color: #c3d9e3; }

.programme-news-link,
.programme-blog-link {
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 30px;
  position: relative;
  width: 100%; }

.programme-news-text,
.programme-blog-text {
  padding: 15px 30px 75px 30px; }

.programme-news-image {
  background-position: center center;
  background-size: cover;
  padding-bottom: 56.25%; }

.programme-blog-image img {
  width: 100%; }

.programme-news-date,
.programme-blog-date {
  border-bottom: 1px solid #e5d7cf;
  color: #534f53;
  font-size: 15px;
  padding-bottom: 15px; }

.programme-news-title,
.programme-blog-title {
  color: #6d3467;
  font-size: 19px;
  line-height: 1.2;
  padding: 15px 0; }

.programme-news-title {
  border-bottom: 1px solid #e5d7cf; }

.programme-blog-author {
  color: #6d3467;
  font-family: biroPlayfair, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic; }

.programme-news-link .icon-arrow-circle,
.programme-blog-link .icon-arrow-circle {
  bottom: 30px;
  position: absolute;
  right: 30px; }

.programme-news-link:hover, .programme-news-link:focus, .programme-news-link:active,
.programme-blog-link:hover,
.programme-blog-link:focus,
.programme-blog-link:active {
  background-color: #fff; }
  .programme-news-link:hover .icon-arrow-circle-fill,
  .programme-news-link:hover .icon-arrow-circle-stroke, .programme-news-link:focus .icon-arrow-circle-fill,
  .programme-news-link:focus .icon-arrow-circle-stroke, .programme-news-link:active .icon-arrow-circle-fill,
  .programme-news-link:active .icon-arrow-circle-stroke,
  .programme-blog-link:hover .icon-arrow-circle-fill,
  .programme-blog-link:hover .icon-arrow-circle-stroke,
  .programme-blog-link:focus .icon-arrow-circle-fill,
  .programme-blog-link:focus .icon-arrow-circle-stroke,
  .programme-blog-link:active .icon-arrow-circle-fill,
  .programme-blog-link:active .icon-arrow-circle-stroke {
    fill: #534f53; }
  .programme-news-link:hover .icon-arrow-circle-arrow, .programme-news-link:focus .icon-arrow-circle-arrow, .programme-news-link:active .icon-arrow-circle-arrow,
  .programme-blog-link:hover .icon-arrow-circle-arrow,
  .programme-blog-link:focus .icon-arrow-circle-arrow,
  .programme-blog-link:active .icon-arrow-circle-arrow {
    fill: #fff; }

.landing-header-programme-resources-wrapper {
  background-color: #c3d9e3; }

.landing-header-programme-resources,
.programme-resources-wrapper {
  background-color: #cee3ed; }

.programme-resource-link {
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 30px;
  position: relative;
  width: 100%; }

.programme-resource-text {
  padding: 15px 30px 20px 30px; }

.programme-resource-image img {
  width: 100%; }

.programme-resource-date {
  border-bottom: 1px solid #e5d7cf;
  color: #534f53;
  font-size: 15px;
  padding-bottom: 15px; }

.programme-resource-title {
  color: #6d3467;
  font-size: 19px;
  line-height: 1.2;
  padding: 15px 0 10px 0; }

.programme-resource-author {
  border-bottom: 1px solid #e5d7cf;
  color: #6d3467;
  font-family: biroPlayfair, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.programme-resource-teaser {
  color: #534f53;
  font-size: 16px;
  min-height: 50px;
  padding-right: 45px; }

.programme-resource-link .icon-arrow-circle {
  bottom: 30px;
  position: absolute;
  right: 30px; }

.programme-resource-link:hover, .programme-resource-link:focus, .programme-resource-link:active {
  background-color: #fff; }
  .programme-resource-link:hover .icon-arrow-circle-fill,
  .programme-resource-link:hover .icon-arrow-circle-stroke, .programme-resource-link:focus .icon-arrow-circle-fill,
  .programme-resource-link:focus .icon-arrow-circle-stroke, .programme-resource-link:active .icon-arrow-circle-fill,
  .programme-resource-link:active .icon-arrow-circle-stroke {
    fill: #534f53; }
  .programme-resource-link:hover .icon-arrow-circle-arrow, .programme-resource-link:focus .icon-arrow-circle-arrow, .programme-resource-link:active .icon-arrow-circle-arrow {
    fill: #fff; }

@media (min-width: 768px) {
  .programme-hero-wrapper {
    height: 600px; }
  .programme-hero-title-wrapper {
    max-width: calc(100% - 60px); }
  .programme-teaser-text {
    font-size: 26px; }
  .programme-submenu-wrapper {
    padding-bottom: 60px; }
  .programme-cases-row-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .programme-cases-row-2 .programme-case-wrapper {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .programme-case-link {
    margin-bottom: 45px; }
  .programme-news-link,
  .programme-blog-link {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px; }
  .programme-news-image {
    -ms-flex-preferred-size: calc(100% / 9 * 4);
    flex-basis: calc(100% / 9 * 4);
    padding-bottom: 0; }
  .programme-news-text {
    -ms-flex-preferred-size: calc(100% / 9 * 5);
    flex-basis: calc(100% / 9 * 5); }
  .programme-blog-image {
    width: 130px; }
  .programme-blog-text {
    width: calc(100% - 160px); }
  .programme-resources-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .programme-resource-item,
  .programme-resource-link {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .programme-resource-link {
    margin-bottom: 50px; }
  .programme-resource-image {
    width: 130px; }
  .programme-resource-text {
    width: calc(100% - 130px); } }

@media (min-width: 992px) {
  .programme-cases-row-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .programme-cases-row-3 .programme-case-wrapper {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .programme-news-blog-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .programme-news,
  .programme-blog {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.listing-project {
  padding: 20px 0; }

.listing-project-grant-amount {
  color: #6d3467;
  font-size: 19px;
  font-weight: 800; }

.listing-project-grant-dates {
  font-size: 15px; }

.listing-project-title {
  font-size: 24px;
  margin-bottom: 15px; }

.filter-projects-previous-wrapper {
  border-top: 1px solid grey;
  margin-top: 40px;
  padding-bottom: 5px;
  padding-top: 40px; }

.filter-projects-previous {
  color: #6d3467;
  display: inline-block;
  font-family: biroPlayfair, "Times New Roman", serif;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px; }
  .filter-projects-previous .icon-arrow-circle {
    margin-left: 5px;
    vertical-align: middle; }
  .filter-projects-previous:hover, .filter-projects-previous:focus, .filter-projects-previous:active {
    color: #6d3467; }
    .filter-projects-previous:hover .icon-arrow-circle-fill,
    .filter-projects-previous:hover .icon-arrow-circle-stroke, .filter-projects-previous:focus .icon-arrow-circle-fill,
    .filter-projects-previous:focus .icon-arrow-circle-stroke, .filter-projects-previous:active .icon-arrow-circle-fill,
    .filter-projects-previous:active .icon-arrow-circle-stroke {
      fill: #534f53; }
    .filter-projects-previous:hover .icon-arrow-circle-arrow, .filter-projects-previous:focus .icon-arrow-circle-arrow, .filter-projects-previous:active .icon-arrow-circle-arrow {
      fill: #fff; }

@media (min-width: 768px) {
  .listing-project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .listing-project-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .listing-project-amount-date {
    padding-left: 30px; }
  .filter-projects-previous-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    padding-bottom: 0; } }

.resource-button {
  clear: both;
  float: left;
  margin-bottom: 15px; }

.channel-row {
  margin: 0; }

.channel-link {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(108, 101, 108, 0.2) transparent;
  color: #534f53;
  display: block;
  margin-bottom: 30px;
  padding: 27px;
  position: relative;
  text-align: center; }
  .channel-link .icon-arrow-circle {
    position: absolute;
    right: 20px;
    top: 20px; }
  .channel-link:hover, .channel-link:focus, .channel-link:active {
    background-color: #fff;
    border-color: #534f53; }
    .channel-link:hover .icon-arrow-circle-fill,
    .channel-link:hover .icon-arrow-circle-stroke, .channel-link:focus .icon-arrow-circle-fill,
    .channel-link:focus .icon-arrow-circle-stroke, .channel-link:active .icon-arrow-circle-fill,
    .channel-link:active .icon-arrow-circle-stroke {
      fill: #534f53; }
    .channel-link:hover .icon-arrow-circle-arrow, .channel-link:focus .icon-arrow-circle-arrow, .channel-link:active .icon-arrow-circle-arrow {
      fill: #fff; }

.channel-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 0 30px;
  text-transform: uppercase; }

.channel-teaser {
  color: #534f53;
  font-size: 17px; }

@media (min-width: 768px) {
  .channel-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; }
  .channel-link {
    margin-bottom: 50px; } }

.front-banner-programmes-wrapper {
  background-color: #cee3ed;
  position: relative; }

.front-banner-image {
  background-position: center center;
  background-size: cover;
  height: 460px;
  position: absolute;
  width: 100%; }

.front-teaser-wrapper {
  padding: 75px 15px;
  position: relative;
  text-align: center;
  z-index: 1; }

.front-teaser {
  color: #6d3467;
  font-family: biroPlayfair, "Times New Roman", serif;
  font-size: 26px;
  font-style: italic;
  margin: 0 auto 15px auto;
  max-width: 530px; }

.front-programme-item {
  margin-bottom: 30px; }

.front-programme-link {
  display: block;
  position: relative; }

.front-programme-title {
  color: #6d3467;
  font-family: biroPlayfair, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.07; }

.front-programme-title-text {
  text-align: center; }

.front-programme-teaser {
  color: #534f53;
  font-size: 17px;
  line-height: 1.35;
  text-align: center; }

.front-programme-link .icon-arrow-circle {
  bottom: 30px;
  position: absolute;
  right: 30px; }

.front-programme-link:hover, .front-programme-link:focus, .front-programme-link:active {
  background-color: #fff; }
  .front-programme-link:hover .icon-arrow-circle-fill,
  .front-programme-link:hover .icon-arrow-circle-stroke, .front-programme-link:focus .icon-arrow-circle-fill,
  .front-programme-link:focus .icon-arrow-circle-stroke, .front-programme-link:active .icon-arrow-circle-fill,
  .front-programme-link:active .icon-arrow-circle-stroke {
    fill: #534f53; }
  .front-programme-link:hover .icon-arrow-circle-arrow, .front-programme-link:focus .icon-arrow-circle-arrow, .front-programme-link:active .icon-arrow-circle-arrow {
    fill: #fff; }

.front-core-link {
  background-color: #fcfafa; }

.front-core-image {
  background-position: center center;
  background-size: cover;
  border-top: 2px solid #fff;
  padding-bottom: 65%; }

.front-core-text {
  padding: 0 30px 70px 30px; }

.front-core-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5d7cf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  margin-bottom: 20px; }

.front-core-title-text {
  width: 100%; }

.front-initiative-link {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px; }

.front-initiative-type {
  color: #534f53;
  font-family: biroPlayfair, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  text-align: center; }

.front-initiative-title {
  border: 1px solid #cee3ed;
  border-width: 1px 0;
  margin: 30px 15px;
  padding: 30px 15px; }

.front-initiative-teaser {
  padding-right: 60px; }

.landing-header-front-news-blog-wrapper {
  background-color: #cee3ed; }

.landing-header-front-news-blog,
.front-news-blog-wrapper {
  background-color: #f4eeed; }

.front-news-blog-wrapper .listing-item {
  background-color: #fcfafa; }

@media (min-width: 768px) and (max-width: 991px) {
  .front-programme-type {
    font-size: 18px; }
  .front-programme-title {
    font-size: 24px; }
  .front-programme-teaser {
    font-size: 16px; } }

@media (min-width: 768px) {
  .front-programmes-core {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px; }
  .front-core-item {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px; }
  .front-core-link {
    width: 100%; }
  .front-programmes-initiatives {
    margin: 0 -30px; }
  .front-initiative-type,
  .front-initiative-teaser {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .front-initiative-title {
    margin: 0; } }

.landing-section-wrapper {
  padding: 30px 0; }

.landing-header-wrapper {
  text-align: center; }

.landing-header {
  color: #6c656c;
  display: inline-block;
  font-family: biroPlayfair, "Times New Roman", serif;
  font-size: 20px;
  max-width: calc(100% - 30px);
  padding-top: 40px;
  text-align: center;
  width: 305px; }

.landing-archive-links {
  text-align: center; }

@media (min-width: 768px) {
  .landing-section-wrapper {
    padding: 70px 0; } }
/*# sourceMappingURL=site.css.map */