/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media screen and (min-width: 36em) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 48em) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 62em) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 75em) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-primary-light {
  color: #6FB3B8;
}

.responsive {
  max-width: 100%;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.col-xl-8, .col-xl-6, .col-xl-4, .col-xl, .col-lg-8, .col-lg-6, .col-lg-4, .col-lg, .col-md-8, .col-md-6, .col-md-4, .col-md, .col-sm-8, .col-sm-6, .col-sm-4, .col-sm, .col-8, .col-6, .col-4, .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.col-4 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-8 {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

@media screen and (min-width: 36em) {
  .col-sm-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}
@media screen and (min-width: 48em) {
  .col-md-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}
@media screen and (min-width: 62em) {
  .col-lg-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}
@media screen and (min-width: 75em) {
  .col-xl-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 48em) {
  hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.mt-0,
.my-0 {
  margin-top: 0rem !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0rem !important;
}

.m-0 {
  margin: 0rem !important;
}

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

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

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

.mt-1,
.my-1 {
  margin-top: 0.5rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}

.m-1 {
  margin: 0.5rem !important;
}

.ml-1 {
  margin-left: 0.5rem !important;
}

.mr-1 {
  margin-right: 0.5rem !important;
}

.px-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1.5rem !important;
}

.m-2 {
  margin: 1.5rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 2.5rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 2.5rem !important;
}

.m-3 {
  margin: 2.5rem !important;
}

.ml-3 {
  margin-left: 2.5rem !important;
}

.mr-3 {
  margin-right: 2.5rem !important;
}

.px-3 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 3rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 3rem !important;
}

.m-4 {
  margin: 3rem !important;
}

.ml-4 {
  margin-left: 3rem !important;
}

.mr-4 {
  margin-right: 3rem !important;
}

.px-4 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.pt-0,
.py-0 {
  padding-top: 0rem !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0rem !important;
}

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.pl-1 {
  padding-left: 0.5rem !important;
}

.pr-1 {
  padding-right: 0.5rem !important;
}

.px-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 1.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1.5rem !important;
}

.p-2 {
  padding: 1.5rem !important;
}

.pl-2 {
  padding-left: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.pt-3,
.py-3 {
  padding-top: 2.5rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 2.5rem !important;
}

.p-3 {
  padding: 2.5rem !important;
}

.pl-3 {
  padding-left: 2.5rem !important;
}

.pr-3 {
  padding-right: 2.5rem !important;
}

.px-3 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 3rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 3rem !important;
}

.p-4 {
  padding: 3rem !important;
}

.pl-4 {
  padding-left: 3rem !important;
}

.pr-4 {
  padding-right: 3rem !important;
}

.px-4 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media screen and (min-width: 36em) {
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0rem !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0rem !important;
  }
  .m-sm-0 {
    margin: 0rem !important;
  }
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
  .mr-sm-0 {
    margin-right: 0rem !important;
  }
  .px-sm-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .m-sm-1 {
    margin: 0.5rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.5rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.5rem !important;
  }
  .px-sm-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.5rem !important;
  }
  .m-sm-2 {
    margin: 1.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 1.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 1.5rem !important;
  }
  .px-sm-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 2.5rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 2.5rem !important;
  }
  .m-sm-3 {
    margin: 2.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 2.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 2.5rem !important;
  }
  .px-sm-3 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 3rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 3rem !important;
  }
  .m-sm-4 {
    margin: 3rem !important;
  }
  .ml-sm-4 {
    margin-left: 3rem !important;
  }
  .mr-sm-4 {
    margin-right: 3rem !important;
  }
  .px-sm-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0rem !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0rem !important;
  }
  .p-sm-0 {
    padding: 0rem !important;
  }
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
  .pr-sm-0 {
    padding-right: 0rem !important;
  }
  .px-sm-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .p-sm-1 {
    padding: 0.5rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.5rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.5rem !important;
  }
  .px-sm-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.5rem !important;
  }
  .p-sm-2 {
    padding: 1.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 1.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 1.5rem !important;
  }
  .px-sm-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 2.5rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 2.5rem !important;
  }
  .p-sm-3 {
    padding: 2.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 2.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 2.5rem !important;
  }
  .px-sm-3 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 3rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 3rem !important;
  }
  .p-sm-4 {
    padding: 3rem !important;
  }
  .pl-sm-4 {
    padding-left: 3rem !important;
  }
  .pr-sm-4 {
    padding-right: 3rem !important;
  }
  .px-sm-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 48em) {
  .mt-md-0,
  .my-md-0 {
    margin-top: 0rem !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0rem !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .px-md-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .m-md-1 {
    margin: 0.5rem !important;
  }
  .ml-md-1 {
    margin-left: 0.5rem !important;
  }
  .mr-md-1 {
    margin-right: 0.5rem !important;
  }
  .px-md-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.5rem !important;
  }
  .m-md-2 {
    margin: 1.5rem !important;
  }
  .ml-md-2 {
    margin-left: 1.5rem !important;
  }
  .mr-md-2 {
    margin-right: 1.5rem !important;
  }
  .px-md-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 2.5rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 2.5rem !important;
  }
  .m-md-3 {
    margin: 2.5rem !important;
  }
  .ml-md-3 {
    margin-left: 2.5rem !important;
  }
  .mr-md-3 {
    margin-right: 2.5rem !important;
  }
  .px-md-3 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 3rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 3rem !important;
  }
  .m-md-4 {
    margin: 3rem !important;
  }
  .ml-md-4 {
    margin-left: 3rem !important;
  }
  .mr-md-4 {
    margin-right: 3rem !important;
  }
  .px-md-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0rem !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .px-md-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .p-md-1 {
    padding: 0.5rem !important;
  }
  .pl-md-1 {
    padding-left: 0.5rem !important;
  }
  .pr-md-1 {
    padding-right: 0.5rem !important;
  }
  .px-md-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.5rem !important;
  }
  .p-md-2 {
    padding: 1.5rem !important;
  }
  .pl-md-2 {
    padding-left: 1.5rem !important;
  }
  .pr-md-2 {
    padding-right: 1.5rem !important;
  }
  .px-md-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 2.5rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 2.5rem !important;
  }
  .p-md-3 {
    padding: 2.5rem !important;
  }
  .pl-md-3 {
    padding-left: 2.5rem !important;
  }
  .pr-md-3 {
    padding-right: 2.5rem !important;
  }
  .px-md-3 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 3rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 3rem !important;
  }
  .p-md-4 {
    padding: 3rem !important;
  }
  .pl-md-4 {
    padding-left: 3rem !important;
  }
  .pr-md-4 {
    padding-right: 3rem !important;
  }
  .px-md-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 62em) {
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0rem !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0rem !important;
  }
  .m-lg-0 {
    margin: 0rem !important;
  }
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .mr-lg-0 {
    margin-right: 0rem !important;
  }
  .px-lg-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .m-lg-1 {
    margin: 0.5rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.5rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.5rem !important;
  }
  .px-lg-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.5rem !important;
  }
  .m-lg-2 {
    margin: 1.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 1.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 1.5rem !important;
  }
  .px-lg-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 2.5rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 2.5rem !important;
  }
  .m-lg-3 {
    margin: 2.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 2.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 2.5rem !important;
  }
  .px-lg-3 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 3rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 3rem !important;
  }
  .m-lg-4 {
    margin: 3rem !important;
  }
  .ml-lg-4 {
    margin-left: 3rem !important;
  }
  .mr-lg-4 {
    margin-right: 3rem !important;
  }
  .px-lg-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0rem !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0rem !important;
  }
  .p-lg-0 {
    padding: 0rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .px-lg-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .p-lg-1 {
    padding: 0.5rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.5rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.5rem !important;
  }
  .px-lg-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.5rem !important;
  }
  .p-lg-2 {
    padding: 1.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 1.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 1.5rem !important;
  }
  .px-lg-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 2.5rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 2.5rem !important;
  }
  .p-lg-3 {
    padding: 2.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 2.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 2.5rem !important;
  }
  .px-lg-3 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 3rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 3rem !important;
  }
  .p-lg-4 {
    padding: 3rem !important;
  }
  .pl-lg-4 {
    padding-left: 3rem !important;
  }
  .pr-lg-4 {
    padding-right: 3rem !important;
  }
  .px-lg-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 75em) {
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0rem !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0rem !important;
  }
  .m-xl-0 {
    margin: 0rem !important;
  }
  .ml-xl-0 {
    margin-left: 0rem !important;
  }
  .mr-xl-0 {
    margin-right: 0rem !important;
  }
  .px-xl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .m-xl-1 {
    margin: 0.5rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.5rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.5rem !important;
  }
  .px-xl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.5rem !important;
  }
  .m-xl-2 {
    margin: 1.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 1.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 1.5rem !important;
  }
  .px-xl-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 2.5rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 2.5rem !important;
  }
  .m-xl-3 {
    margin: 2.5rem !important;
  }
  .ml-xl-3 {
    margin-left: 2.5rem !important;
  }
  .mr-xl-3 {
    margin-right: 2.5rem !important;
  }
  .px-xl-3 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 3rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 3rem !important;
  }
  .m-xl-4 {
    margin: 3rem !important;
  }
  .ml-xl-4 {
    margin-left: 3rem !important;
  }
  .mr-xl-4 {
    margin-right: 3rem !important;
  }
  .px-xl-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0rem !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0rem !important;
  }
  .p-xl-0 {
    padding: 0rem !important;
  }
  .pl-xl-0 {
    padding-left: 0rem !important;
  }
  .pr-xl-0 {
    padding-right: 0rem !important;
  }
  .px-xl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .p-xl-1 {
    padding: 0.5rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.5rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.5rem !important;
  }
  .px-xl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.5rem !important;
  }
  .p-xl-2 {
    padding: 1.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 1.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 1.5rem !important;
  }
  .px-xl-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 2.5rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 2.5rem !important;
  }
  .p-xl-3 {
    padding: 2.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 2.5rem !important;
  }
  .pr-xl-3 {
    padding-right: 2.5rem !important;
  }
  .px-xl-3 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 3rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 3rem !important;
  }
  .p-xl-4 {
    padding: 3rem !important;
  }
  .pl-xl-4 {
    padding-left: 3rem !important;
  }
  .pr-xl-4 {
    padding-right: 3rem !important;
  }
  .px-xl-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.btn {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  transition: all 0.2s ease-in;
  padding: 1rem 2rem;
}
.btn:focus {
  outline: none;
}

.btn-primary {
  border: 1px solid #707C8F;
  color: #707C8F;
}
.btn-primary:hover {
  color: #4A4A4A;
}

.btn-white {
  border: 1px solid #fff;
  color: #fff;
}
.btn-white:hover {
  color: rgba(255, 255, 255, 0.8);
}

.section-space {
  padding: 2rem;
}

@media screen and (min-width: 62em) {
  .section-space {
    padding: 4rem;
  }
}
.under-construction {
  background: #fff;
  padding: 5rem;
  max-width: 40rem;
  text-align: center;
  margin: auto;
}

.card-primary {
  background: #fff;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.card-list {
  justify-content: center;
}
.card-list.justify-start {
  justify-content: flex-start;
}
.card-list .item {
  margin-bottom: 1.5rem;
  display: flex;
}
.card-list .item .content {
  padding: 3rem 1rem;
  display: flex;
  flex: 1;
  justify-content: space-between;
  background: #fff;
  flex-direction: column;
}
.card-list .item .info {
  letter-spacing: 2px;
  color: #6FB3B8;
  margin-bottom: 0;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em) {
  .card-list .item {
    margin-bottom: 3rem;
  }
}
ul, li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.list-bullet {
  margin-left: 1.5rem;
  list-style: disc inside;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 3.52rem;
  font-weight: 300;
}

h2, .h2 {
  font-size: 1.92rem;
}

h3, .h3 {
  font-size: 1.76rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.small {
  font-size: 1.2rem;
}

.caps {
  text-transform: uppercase;
}

.display-1 {
  letter-spacing: 3px;
}

.page-title {
  margin-bottom: 0;
  padding: 2rem;
  text-align: center;
}

@media screen and (min-width: 62em) {
  h1, .h1 {
    font-size: 4.48rem;
  }
  .page-title {
    padding: 3rem;
  }
}
a {
  text-decoration: none;
  color: #6FB3B8;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
a.dark {
  color: #388087;
}

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

html {
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  background-color: #F6F6F2;
  color: #4A4A4A;
}
body.is-menu-open {
  overflow-y: hidden;
  padding-right: 1.5rem;
}

.page-wrapper {
  margin-top: 6rem;
}

.menubar {
  background: #707C8F;
  color: #F6F6F2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  z-index: 10;
  display: flex;
  align-items: center;
}
.menubar .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
.menubar .brand img {
  width: 6rem;
  display: block;
}
.menubar .brand .mobile-toggle {
  display: inline-block;
  width: 2.7rem;
  margin-left: 1.2rem;
  cursor: pointer;
}
.menubar .brand .mobile-toggle::after, .menubar .brand .mobile-toggle::before,
.menubar .brand .mobile-toggle span {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  margin: 6px 0;
  transition: all 0.2s ease-in-out;
}
.menubar .brand .mobile-toggle.is-active:before {
  transform: translateY(8px) rotate(135deg);
}
.menubar .brand .mobile-toggle.is-active:after {
  transform: translateY(-8px) rotate(-135deg);
}
.menubar .brand .mobile-toggle.is-active span {
  transform: scale(0);
}
.menubar .content {
  display: none;
  padding: 0.5rem 2rem 7rem 2rem;
  overflow-y: auto;
}
.menubar .content .info {
  margin-bottom: 2.5rem;
}
.menubar .content .info .title {
  letter-spacing: 2;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.menubar .content .main-nav {
  margin-bottom: 2rem;
}
.menubar .content .main-nav a {
  text-transform: uppercase;
  display: block;
  padding: 0.2rem 1rem;
  color: #F6F6F2;
  margin: 0.4rem auto;
  transition: all ease-in 0.2s;
}
.menubar .content .main-nav a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.menubar .content .main-nav a.active {
  background: #F6F6F2;
  color: #707C8F;
}
.menubar .content .social-nav {
  margin-bottom: 18px;
}
.menubar .content .social-nav li {
  display: inline-block;
}
.menubar .content .social-nav li a {
  display: block;
  width: 3rem;
  height: 3rem;
  border: 1px solid #F6F6F2;
  border-radius: 3rem;
  margin: 0 0.5rem;
  text-align: center;
  transition: all ease-in 0.2s;
}
.menubar .content .social-nav li a img {
  max-width: 1.6rem;
  vertical-align: middle;
}
.menubar .content .social-nav li a:hover {
  opacity: 0.8;
}
.menubar .content.is-menu-visible {
  display: block;
  position: absolute;
  top: 6rem;
  height: 100vh;
  width: 100%;
  background: #707C8F;
}
.menubar .extra-links a {
  color: #F6F6F2;
}

@media screen and (min-width: 62em) {
  .page-wrapper {
    margin-top: 0;
    margin-left: 28rem;
  }
  .menubar {
    width: 28rem;
    bottom: 0;
    height: 100%;
    display: block;
    text-align: center;
  }
  .menubar .brand {
    margin-top: 2rem;
  }
  .menubar .brand .mobile-toggle {
    display: none;
  }
  .menubar .brand img {
    display: block;
    margin: 0 auto;
    width: 15rem;
  }
  .menubar .content {
    display: block;
  }
}
.page-home {
  text-align: center;
}
.page-home .section-about {
  background: #BADFE7 url("../../assets/images/anamika_home.png") no-repeat center bottom;
  background-size: auto 25rem;
  text-align: center;
}
.page-home .section-about .title {
  padding: 2rem;
}
.page-home .section-about .main {
  margin: auto;
  padding: 1rem 3rem 25rem 3rem;
}
.page-home .section-research {
  background: linear-gradient(#A5C6DC, #E8F1F5);
  padding: 5rem 2rem;
}
.page-home .section-research .main {
  max-width: 70rem;
  margin: auto;
}
.page-home .section-extra {
  background: #242E37 url("../../assets/images/bg_sea.jpg") no-repeat center top;
  padding: 12rem 2rem 10rem 2rem;
  color: #fff;
}
.page-home .section-extra .main {
  max-width: 70rem;
  margin: auto;
}

@media screen and (min-width: 36em) {
  .page-home .section-about {
    background-position: right bottom;
    background-size: auto 65%;
  }
  .page-home .section-about .main {
    max-width: 70%;
    margin: 0;
    padding: 3rem;
  }
}
@media screen and (min-width: 48em) {
  .page-home .section-about .main {
    margin-left: 10rem;
  }
}
@media screen and (min-width: 62em) {
  .page-home .section-about {
    min-height: 100vh;
  }
  .page-home .section-about .title {
    padding: 5rem;
  }
  .page-home .section-about .main {
    max-width: 60%;
    margin-left: 5rem;
  }
  .page-home .section-extra {
    padding: 40rem 4rem 20rem 4rem;
  }
  .page-home .section-research {
    padding: 10rem 4rem;
  }
}
@media screen and (min-width: 75em) {
  .page-home .section-about {
    background-size: auto 80%;
  }
  .page-home .section-about .main {
    padding: 5rem 10rem;
  }
}
.page-contact {
  background: #BADFE7 url("../../assets/images/contact_blend.png") no-repeat right bottom;
  background-blend-mode: overlay;
  background-size: cover;
  min-height: calc(100vh - 6rem);
}
.page-contact .page-title {
  background: #F6F6F2;
}
.page-contact .main {
  text-align: center;
  padding: 4rem 2rem;
}
.page-contact .main .address {
  font-style: normal;
}

@media screen and (min-width: 48em) {
  .page-contact {
    background-size: auto calc(100vh - 11rem);
  }
  .page-contact .main {
    padding: 7rem 30rem 4rem 4rem;
  }
}
@media screen and (min-width: 62em) {
  .page-contact {
    min-height: 100vh;
  }
}
.page-research .section-cmpd,
.page-research .section-criminology,
.page-research .section-chagos,
.page-research .section-climate,
.page-research .section-consultancy,
.page-research .section-pedagogy {
  background: url("../../assets/images/africa_map.jpg") no-repeat center/cover;
  background-size: cover !important;
  color: #fff;
  text-align: center;
}
.page-research .section-cmpd .content,
.page-research .section-criminology .content,
.page-research .section-chagos .content,
.page-research .section-climate .content,
.page-research .section-consultancy .content,
.page-research .section-pedagogy .content {
  padding: 3rem;
  background: rgba(44, 102, 107, 0.9);
}
.page-research .section-cmpd .content h1, .page-research .section-cmpd .content p,
.page-research .section-criminology .content h1,
.page-research .section-criminology .content p,
.page-research .section-chagos .content h1,
.page-research .section-chagos .content p,
.page-research .section-climate .content h1,
.page-research .section-climate .content p,
.page-research .section-consultancy .content h1,
.page-research .section-consultancy .content p,
.page-research .section-pedagogy .content h1,
.page-research .section-pedagogy .content p {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
.page-research .section-criminology {
  background: url("../../assets/images/venezuelan_barrios.jpg") no-repeat center;
}
.page-research .section-criminology .content {
  background: rgba(44, 102, 107, 0.9);
}
.page-research .section-consultancy {
  background: url("../../assets/images/consultancy.jpg") no-repeat center;
}
.page-research .section-consultancy .content {
  background: rgba(44, 102, 107, 0.9);
}
.page-research .section-pedagogy {
  background: url("../../assets/images/pedagogy.jpg") no-repeat center;
}
.page-research .section-pedagogy .content {
  background: rgba(44, 102, 107, 0.9);
}
.page-research .section-chagos {
  background: url("../../assets/images/bora_bora.jpg") no-repeat center;
  color: #4A4A4A;
}
.page-research .section-chagos .content {
  background: rgba(186, 223, 231, 0.8);
}
.page-research .section-climate {
  background: url("../../assets/images/climate.jpg") no-repeat center/cover;
}

@media screen and (min-width: 62em) {
  .page-research .section-cmpd .content,
  .page-research .section-criminology .content,
  .page-research .section-chagos .content,
  .page-research .section-pedagogy .content {
    padding: 8rem 6rem;
  }
  .page-research .section-climate .content {
    padding: 10rem 6rem;
  }
}
.page-teaching .img {
  margin-bottom: 2rem;
}
.page-teaching .img img {
  display: block;
  max-width: 100%;
}
.page-teaching .section-video .info {
  display: flex;
}
.page-teaching .section-video .card-primary {
  display: flex;
  flex: 1;
  align-items: center;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-speaking .event-list .event {
  margin-bottom: 2rem;
  background: #fff;
  padding: 1.5rem;
  display: flex;
}
.page-speaking .event-list .event .date {
  font-size: 1.4rem;
  margin-right: 1.5rem;
  letter-spacing: 4px;
}
.page-speaking .event-list .event .info {
  flex: 1;
}
.page-speaking .event-list .event .location {
  color: #6FB3B8;
}

@media screen and (min-width: 36em) {
  .page-speaking .event-list .event .date {
    font-size: 2rem;
  }
}
.page-resources .resource-list .resource {
  margin-bottom: 2rem;
  background: #fff;
  padding: 1.5rem;
}

.page-cv .list-cv li {
  display: flex;
  align-items: flex-start;
}
.page-cv .list-cv li .body {
  flex: 1;
}
.page-cv .list-cv li.edu .label {
  flex-basis: 10rem;
}
.page-cv .list-cv li.year .label {
  flex-basis: 6rem;
}

.cv-links a {
  display: block;
}

.page-justice {
  background: #BADFE7 url("../../assets/images/restorative_justice.png") no-repeat right bottom;
  background-blend-mode: overlay;
  background-size: contain;
  min-height: calc(100vh - 6rem);
}
.page-justice .page-title {
  background: #F6F6F2;
}
.page-justice .main {
  text-align: center;
  padding: 3rem 2rem;
}
.page-justice .main .address {
  font-style: normal;
}

@media screen and (min-width: 48em) {
  .page-justice .main {
    padding: 7rem 30rem 4rem 4rem;
  }
}
@media screen and (min-width: 62em) {
  .page-justice {
    min-height: 100vh;
  }
}

/*# sourceMappingURL=style.css.map */
