@charset "UTF-8";
/*! normalize.css v8.0.1 | 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "icomoon";
  src: url("../typography/icons/fonts/icomoon.eot?ouh69f");
  src: url("../typography/icons/fonts/icomoon.eot?ouh69f#iefix") format("embedded-opentype"), url("../typography/icons/fonts/icomoon.ttf?ouh69f") format("truetype"), url("../typography/icons/fonts/icomoon.woff?ouh69f") format("woff"), url("../typography/icons/fonts/icomoon.svg?ouh69f#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left-filled .path1:before {
  content: "";
  color: #8a7c2b;
}

.icon-arrow-left-filled .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-chevron-left:before {
  content: "";
  color: #8a7c2b;
}

.icon-arrow-right-filled .path1:before {
  content: "";
  color: #8a7c2b;
}

.icon-arrow-right-filled .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-arrow-up-filled .path1:before {
  content: "";
  color: #8a7c2b;
}

.icon-arrow-up-filled .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-arrow-up-filled .path3:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-cross:before {
  content: "";
  color: #8a7c2b;
}

.icon-globe:before {
  content: "";
  color: #8a7c2b;
}

.icon-arrow-white .path1:before {
  content: "";
  color: white;
}

.icon-arrow-white .path2:before {
  content: "";
  margin-left: -1em;
  color: #8a7c2b;
}

.icon-arrow-white .path3:before {
  content: "";
  margin-left: -1em;
  color: #8a7c2b;
}

.icon-arrow-white .path4:before {
  content: "";
  margin-left: -1em;
  color: #8a7c2b;
}

.icon-lines:before {
  content: "";
  color: #8a7c2b;
}

.icon-youtube:before {
  content: "";
  color: #760e1f;
}

.icon-arrow-up:before {
  content: "";
  color: #8a7c2b;
}

.icon-arrow-left:before {
  content: "";
  color: #8a7c2b;
}

.icon-chevron-right:before {
  content: "";
  color: #8a7c2b;
}

.icon-arrow-right:before {
  content: "";
  color: #8a7c2b;
}

.icon-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-document-duplicate:before {
  content: "";
  color: #8a7c2b;
}

.icon-globe-alt:before {
  content: "";
  color: #8a7c2b;
}

.icon-plus:before {
  content: "";
  color: #8a7c2b;
}

.icon-search:before {
  content: "";
  color: #fff;
}

.icon-user:before {
  content: "";
  color: #8a7c2b;
}

/* Settings */
/* (max site width) */
/* (base font size) */
/* (default font) */
/* (default font wieght) */
/* (spacing variable) */
/* (minimum page magin - left and right gap on mobile) */
/* (same as above, but with unit) */
/* (where the site goes mobile) */
/* TEXT SHADOW */
/* BOX SHADOW */
/* TRANSFORM  */
/* TRANSFORM ORIGIN */
/* TRANSITION */
/* calculate ems */
/* calculate rems */
/* calculate page margin */
/* responsive version of $sv (spacing variable) set above */
/* spacing variable mixin - used for padding and margins, the second variable is a multiplier */
/* calculate the view width based on a fixed value
 $prop : the property to set (if its hieght or width, max- will be set too
 $w : the width the calculate 
 $mw : the max with, ie the value to calculate the variable related to, defaults to the $site-width
*/
/* set a property to the value page margin - useful for blocks that arent rows but should sit inside it */
/* reset input areas to default styles */
/* accessible version of display: none; */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background-color: white;
  font-size: 16px;
  font-family: "Roboto", "Source Sans Pro", "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#wrapper {
  overflow: hidden;
  position: relative;
}

#page {
  width: 100%;
  overflow: hidden;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

#Custom Utility Classes
.row {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  max-width: 1440px;
  margin: auto;
}

#Custom Utility Classes
.row .row {
  width: 100%;
}

#Custom Utility Classes
.row.collapse {
  max-width: 1080px;
}

#Custom Utility Classes
.row.extra {
  max-width: 860px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  #Custom Utility Classes
.row {
    width: -webkit-calc(100% - 1.3513513514vw);
    width: calc(100% - 1.3513513514vw);
  }
  #Custom Utility Classes
.row.collapse {
    width: -webkit-calc(100% - 5.4054054054vw);
    width: calc(100% - 5.4054054054vw);
  }
}

.rowbreaker {
  width: 100vw;
  margin-left: -0.6756756757vw;
}

@media screen and (min-width: 1480px) {
  .rowbreaker {
    margin-left: -webkit-calc((-100vw + 1440px) / 2);
    margin-left: calc((-100vw + 1440px) / 2);
  }
}

@media screen and (max-width: 1480px) {
  .rowbreaker {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 766px) {
  .rowbreaker {
    margin-left: -20px;
  }
}

.display-none {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
  margin: 0;
  border: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.appearance-none {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.appearance-none::-ms-expand {
  display: none;
}

.display-mob, .mobile-only {
  display: none;
}

.row_nw {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.row_w {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col_nw {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.col_w {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex_c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.jc-sa {
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.jc-se {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
}

.jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.jc-fs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.jc-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.ai-fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.ai-fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

@media screen and (max-width: 766px) {
  .display-mob {
    display: block;
  }
  .mobile-only {
    display: inline-block;
  }
  .desktop-only {
    display: none;
  }
}

pre {
  color: #5a1313;
}

body {
  font-size: 14px;
  text-rendering: optimizeLegibility;
}

.clear-float {
  display: block;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-border {
  border: 0 !important;
}

.no-border-top {
  border-top: 0 !important;
}

.no-border-left {
  border-left: 0 !important;
}

.no-border-right {
  border-right: 0 !important;
}

.no-border-bottom {
  border-bottom: 0 !important;
}

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

.switch-button-area {
  max-width: 100%;
  font-size: 1.125rem;
}

.switch-button-area .switch {
  position: relative;
  background: white;
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border-radius: 50px;
  overflow: hidden;
  padding: 2px;
  color: #8a7c2b;
}

.switch-button-area .switch > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 20px 6px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  z-index: 2;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .switch-button-area .switch > span {
    padding: 0.4054054054vw 1.3513513514vw 0.4054054054vw 1.3513513514vw;
  }
}

.switch-button-area .switch:after {
  position: absolute;
  top: 1px;
  right: auto;
  left: 1px;
  border-radius: 50px;
  content: "";
  width: 50%;
  height: -webkit-calc(100% - 2px);
  height: calc(100% - 2px);
  background: #8a7c2b;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #8a7c2b;
}

.switch-button-area input[type='checkbox'] {
  display: none;
}

.switch-button-area input[type='checkbox']:checked ~ .switch > .map {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: white;
}

.switch-button-area input[type='checkbox']:not(:checked) ~ .switch:after {
  left: 50%;
}

.switch-button-area input[type='checkbox']:not(:checked) ~ .switch > .list {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: white;
}

nav.tabs ul {
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
}

nav.tabs li {
  margin-right: -4px;
}

nav.tabs a {
  border-color: #efefef #efefef currentcolor;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  -webkit-transition: none;
  transition: none;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  color: black;
  padding: 10px 25px;
}

nav.tabs a.is-active {
  border-bottom: 1px solid white;
  margin-bottom: -1px;
  background: white;
}

body.no-background {
  background-color: #F4F5F7;
}

body.no-background .header .nav.list a {
  color: white;
}

body.no-background .header .nav a {
  color: #000;
}

.header {
  width: 100%;
  z-index: 9999;
  border: 0px;
  max-width: 100%;
  margin: auto;
  width: 100%;
}

.header img {
  position: absolute;
  top: 0px;
  padding: 20px 50px 20px 50px;
  background-color: white;
  opacity: 1;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: 9999;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .header img {
    padding: 1.3513513514vw 3.3783783784vw 1.3513513514vw 3.3783783784vw;
  }
}

@media screen and (max-width: 766px) {
  .header img {
    width: 50%;
    height: 7%;
    padding: 10px 27px 10px 10px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .header img {
    padding: 0.6756756757vw 1.8243243243vw 0.6756756757vw 0.6756756757vw;
  }
}

.header .nav {
  z-index: 9999;
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  min-height: 92px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

@media screen and (max-width: 766px) {
  .header .nav {
    display: none;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .header .nav {
    width: 50%;
  }
}

.header .nav a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  line-height: 24px;
  color: white;
}

.header .nav a.is-active {
  border-bottom: 2px solid #8a7c2b;
}

.header .nav a:last-of-type {
  margin-right: 30px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .header .nav a:last-of-type {
    margin-right: 2.027027027vw;
  }
}

.header .nav a:hover {
  border-bottom: 2px solid #8a7c2b;
}

.header .mobile-nav {
  display: none;
}

@media screen and (max-width: 766px) {
  .header .mobile-nav {
    display: block;
  }
}

.header .mobile-nav span {
  z-index: 99999999;
  font-size: 1.6rem;
  position: absolute;
  top: 20px;
  right: 20px;
}

.header .mobile-nav span.icon-cross {
  font-size: 2rem;
}

.header .mobile-nav .mobile-only {
  position: absolute;
  z-index: 999999;
  background-color: #1C5057;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.header .mobile-nav .mobile-only a {
  cursor: pointer;
}

.header .mobile-nav .mobile-only.hidden {
  display: none;
}

.header .mobile-nav .mobile-only a {
  color: white;
  text-decoration: none;
  font-size: 2rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .header .mobile-nav .mobile-only a {
    margin-bottom: 2.027027027vw;
  }
}

.footer {
  background-color: #000;
  padding: 80px 0px 140px 0px;
  text-align: center;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .footer {
    padding: 5.4054054054vw 0vw 9.4594594595vw 0vw;
  }
}

.footer .footer_text {
  margin-bottom: 60px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .footer .footer_text {
    margin-bottom: 4.0540540541vw;
  }
}

.footer .footer_text h2 {
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
}

@media screen and (max-width: 766px) {
  .footer .footer_text h2 {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 0.875rem;
  }
}

.footer .partner_images {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

@media screen and (max-width: 766px) {
  .footer .partner_images {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .footer .partner_images {
    gap: 20px;
  }
}

.footer .partner_images img {
  margin-right: 60px;
}

@media screen and (max-width: 766px) {
  .footer .partner_images img {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .footer .partner_images img {
    margin-right: 0vw;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .footer .partner_images img {
    margin-bottom: 2.027027027vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .footer .partner_images img {
    margin-right: 4.0540540541vw;
  }
}

.footer .partner_images img#arc {
  max-width: 162px;
  max-height: 95px;
}

.footer .partner_images img#anu {
  max-width: 169px;
  max-height: 54px;
}

.footer .partner_images img#uom {
  max-width: 252px;
  max-height: 84px;
}

.footer .partner_images img#uoq {
  max-width: 205px;
  max-height: 54px;
}

.footer .partner_images img#wsu {
  max-width: 165px;
  max-height: 65px;
}

.footer .acknowledgement {
  border: 0px;
  max-width: 1040px;
  margin: auto;
  width: 100%;
  color: white;
  text-align: center;
  padding-top: 40px;
  font-size: 1.125rem;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .footer .acknowledgement {
    padding-top: 2.7027027027vw;
  }
}

.footer .acknowledgement p {
  margin-bottom: 40px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .footer .acknowledgement p {
    margin-bottom: 2.7027027027vw;
  }
}

#dialog {
  display: none;
  position: fixed;
  z-index: 99999999;
  top: 0;
  overflow: auto;
  padding-top: 20%;
  width: 100%;
  height: 100%;
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
}

#dialog.show {
  display: block;
}

#dialog .dialog_box {
  background-color: white;
  width: 40%;
  margin: auto;
  border-radius: 10px;
  border: 1px solid #888;
}

@media screen and (max-width: 766px) {
  #dialog .dialog_box {
    width: 80%;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  #dialog .dialog_box {
    width: 70%;
  }
}

#dialog .dialog_box p {
  padding: 60px;
  font-size: 1.5rem;
  font-weight: 600;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  #dialog .dialog_box p {
    padding: 4.0540540541vw;
  }
}

@media screen and (max-width: 766px) {
  #dialog .dialog_box p {
    padding: 30px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  #dialog .dialog_box p {
    padding: 2.027027027vw;
  }
}

#dialog .dialog_box .close {
  float: right;
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  padding-right: 20px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  #dialog .dialog_box .close {
    padding-right: 1.3513513514vw;
  }
}

#dialog .dialog_box .close:hover {
  color: #000;
}

.homepage_content {
  min-height: 1024px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .homepage_content {
    min-height: 1000px;
  }
}

@media screen and (max-width: 766px) {
  .homepage_content {
    min-height: 800px;
  }
}

@media screen and (min-width: 768px) {
  .homepage_content {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .homepage_content > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.homepage_content > div.connections, .homepage_content > div.stories {
  background-image: url(../images/story_background.png);
  background-size: cover;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 766px) {
  .homepage_content > div.connections, .homepage_content > div.stories {
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.homepage_content > div.connections #map_background, .homepage_content > div.stories #map_background {
  background-image: url(../images/map_bg.png);
  background-position: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 766px) {
  .homepage_content > div.connections #map_background, .homepage_content > div.stories #map_background {
    min-height: 600px;
  }
}

.homepage_content > div.connections .contents, .homepage_content > div.stories .contents {
  z-index: 99;
  position: absolute;
  top: 10%;
  width: 100%;
  text-align: center;
  color: white;
}

@media screen and (min-width: 768px) {
  .homepage_content > div.connections .contents, .homepage_content > div.stories .contents {
    top: 30%;
  }
}

.homepage_content > div.connections .contents h1, .homepage_content > div.stories .contents h1 {
  font-size: 6.875rem;
  line-height: 8rem;
  font-weight: 300;
  margin-bottom: 30px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .homepage_content > div.connections .contents h1, .homepage_content > div.stories .contents h1 {
    margin-bottom: 2.027027027vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .homepage_content > div.connections .contents h1, .homepage_content > div.stories .contents h1 {
    font-size: 3.875rem;
    line-height: 4rem;
    font-weight: 150;
  }
}

@media screen and (max-width: 766px) {
  .homepage_content > div.connections .contents h1, .homepage_content > div.stories .contents h1 {
    font-size: 2.875rem;
    line-height: 2rem;
    font-weight: 200;
  }
}

.homepage_content > div.connections .contents > a, .homepage_content > div.stories .contents > a {
  text-decoration: none;
  color: white;
}

.homepage_content > div.connections .contents .click_section, .homepage_content > div.stories .contents .click_section {
  margin-bottom: 78px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .homepage_content > div.connections .contents .click_section, .homepage_content > div.stories .contents .click_section {
    margin-bottom: 5.2702702703vw;
  }
}

.homepage_content > div.connections .contents .click_section span, .homepage_content > div.stories .contents .click_section span {
  margin-bottom: 0px;
  cursor: pointer;
  color: #8a7c2b;
  font-size: 5rem;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .homepage_content > div.connections .contents .click_section span, .homepage_content > div.stories .contents .click_section span {
    margin-bottom: 0vw;
  }
}

.homepage_content > div.connections .contents .click_section span:hover:before, .homepage_content > div.stories .contents .click_section span:hover:before {
  display: inline-block;
  width: 75px;
  height: 75px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  content: url(../images/arrow-white.svg);
}

.homepage_content > div.connections .contents .click_section span.icon-arrow-white, .homepage_content > div.stories .contents .click_section span.icon-arrow-white {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.homepage_content > div.connections .contents .click_section span.icon-arrow-white:before, .homepage_content > div.stories .contents .click_section span.icon-arrow-white:before {
  color: #8a7c2b;
}

.homepage_content > div.connections .contents .click_section span.icon-arrow-up:before, .homepage_content > div.stories .contents .click_section span.icon-arrow-up:before {
  color: white;
}

.homepage_content > div.connections .contents .click_section .explore, .homepage_content > div.stories .contents .click_section .explore {
  margin-top: 16px;
  text-transform: uppercase;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .homepage_content > div.connections .contents .click_section .explore, .homepage_content > div.stories .contents .click_section .explore {
    margin-top: 1.0810810811vw;
  }
}

.homepage_content > div.connections .contents .borders, .homepage_content > div.stories .contents .borders {
  position: relative;
  margin-left: 25%;
  margin-right: 25%;
  padding: 3px 37px 3px 37px;
  border-left: 3px solid white;
  border-right: 3px solid white;
}

@media screen and (max-width: 766px) {
  .homepage_content > div.connections .contents .borders, .homepage_content > div.stories .contents .borders {
    margin-left: 15%;
    margin-right: 15%;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .homepage_content > div.connections .contents .borders, .homepage_content > div.stories .contents .borders {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .homepage_content > div.connections .contents .borders, .homepage_content > div.stories .contents .borders {
    padding: 0.2027027027vw 2.5vw 0.2027027027vw 2.5vw;
  }
}

.homepage_content > div.connections .contents .borders span.border-left-top, .homepage_content > div.stories .contents .borders span.border-left-top {
  position: absolute;
  top: 0%;
  left: -0.5%;
  width: 3%;
  height: 3px;
  background-color: white;
}

.homepage_content > div.connections .contents .borders span.border-right-top, .homepage_content > div.stories .contents .borders span.border-right-top {
  position: absolute;
  top: 0%;
  right: -0.5%;
  width: 3%;
  height: 3px;
  background-color: white;
}

.homepage_content > div.connections .contents .borders span.border-left-bottom, .homepage_content > div.stories .contents .borders span.border-left-bottom {
  position: absolute;
  bottom: 0%;
  left: -0.5%;
  width: 3%;
  height: 3px;
  background-color: white;
}

.homepage_content > div.connections .contents .borders span.border-right-bottom, .homepage_content > div.stories .contents .borders span.border-right-bottom {
  position: absolute;
  bottom: 0%;
  right: -0.5%;
  width: 3%;
  height: 3px;
  background-color: white;
}

.homepage_content > div.connections .contents .borders .text, .homepage_content > div.stories .contents .borders .text {
  font-size: 1.125rem;
}

.homepage_content > div.stories {
  background-color: #760E1F;
}

.homepage_content > div.stories .sliding_images {
  padding-top: 120px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 100px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .homepage_content > div.stories .sliding_images {
    padding-top: 8.1081081081vw;
  }
}

@media screen and (max-width: 766px) {
  .homepage_content > div.stories .sliding_images {
    row-gap: 60px;
  }
}

.homepage_content > div.stories .sliding_images .column {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.homepage_content > div.stories .sliding_images .column .image_slider img {
  width: 340px !important;
  height: 213px;
  opacity: 0.4;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .homepage_content > div.stories .sliding_images .column .image_slider img {
    width: 100%;
    height: 100%;
  }
}

.stories_content {
  background-color: #760E1F;
  padding-top: 120px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .stories_content {
    padding-top: 8.1081081081vw;
  }
}

.stories_content .contents {
  width: inherit;
  color: white;
}

.stories_content .contents h1 {
  text-align: center;
  font-size: 9.375rem;
  line-height: 8rem;
  font-weight: 300;
  margin-bottom: 80px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .stories_content .contents h1 {
    margin-bottom: 5.4054054054vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .stories_content .contents h1 {
    font-size: 5.875rem;
    line-height: 4rem;
    font-weight: 150;
  }
}

@media screen and (max-width: 766px) {
  .stories_content .contents h1 {
    font-size: 3.5rem;
    line-height: 3rem;
    font-weight: 300;
  }
}

.stories_content .contents .borders {
  position: relative;
  margin-left: 37%;
  margin-right: 37%;
  padding: 3px 40px 3px 40px;
  border-left: 3px solid white;
  border-right: 3px solid white;
  text-align: center;
}

@media screen and (max-width: 766px) {
  .stories_content .contents .borders {
    margin-left: 15%;
    margin-right: 15%;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .stories_content .contents .borders {
    margin-left: 15%;
    margin-right: 15%;
  }
}

@media screen and (max-width: 1366px) and (min-width: 1000px) {
  .stories_content .contents .borders {
    margin-left: 26%;
    margin-right: 26%;
  }
}

@media screen and (max-width: 1480px) and (min-width: 1367px) {
  .stories_content .contents .borders {
    margin-left: 29%;
    margin-right: 29%;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .stories_content .contents .borders {
    padding: 0.2027027027vw 2.7027027027vw 0.2027027027vw 2.7027027027vw;
  }
}

.stories_content .contents .borders span.border-left-top {
  position: absolute;
  top: 0%;
  left: -0.5%;
  width: 3%;
  height: 3px;
  background-color: white;
}

.stories_content .contents .borders span.border-right-top {
  position: absolute;
  top: 0%;
  right: -0.5%;
  width: 3%;
  height: 3px;
  background-color: white;
}

.stories_content .contents .borders span.border-left-bottom {
  position: absolute;
  bottom: 0%;
  left: -0.5%;
  width: 3%;
  height: 3px;
  background-color: white;
}

.stories_content .contents .borders span.border-right-bottom {
  position: absolute;
  bottom: 0%;
  right: -0.5%;
  width: 3%;
  height: 3px;
  background-color: white;
}

.stories_content .contents .borders .text {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  max-width: 500px;
  margin: 0 auto;
}

.stories_content .contents .stories_list {
  border: 0px;
  max-width: 1540px;
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
  margin-top: 110px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .stories_content .contents .stories_list {
    margin-top: 7.4324324324vw;
  }
}

@media screen and (max-width: 766px) {
  .stories_content .contents .stories_list {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
}

@media screen and (min-width: 1140px) and (max-width: 1640px) {
  .stories_content .contents .stories_list {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1140px) and (max-width: 1640px) and (max-width: 1480px) and (min-width: 767px) {
  .stories_content .contents .stories_list {
    padding-left: 2.7027027027vw;
    padding-right: 2.7027027027vw;
  }
}

.stories_content .contents .stories_list .images {
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 680px;
  max-height: 513px;
}

@media screen and (max-width: 766px) {
  .stories_content .contents .stories_list .images {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    width: 80%;
    max-height: 400px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 767px) {
  .stories_content .contents .stories_list .images {
    width: 60%;
    max-height: 300px;
  }
}

.stories_content .contents .stories_list .images img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.stories_content .contents .stories_list .stories {
  margin-top: 200px;
  list-style: none;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .stories_content .contents .stories_list .stories {
    margin-top: 13.5135135135vw;
  }
}

@media screen and (max-width: 766px) {
  .stories_content .contents .stories_list .stories {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 80px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .stories_content .contents .stories_list .stories {
    margin-top: 5.4054054054vw;
  }
}

.stories_content .contents .stories_list .stories a {
  color: white;
  text-decoration: none;
}

.stories_content .contents .stories_list .stories a li {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  line-height: 3.625rem;
  font-weight: 600;
  margin-bottom: 110px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .stories_content .contents .stories_list .stories a li {
    margin-bottom: 7.4324324324vw;
  }
}

.stories_content .contents .stories_list .stories a li:hover span:before {
  margin-right: 32px;
  content: url(../images/arrow-white-2.svg);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .stories_content .contents .stories_list .stories a li:hover span:before {
    margin-right: 2.1621621622vw;
  }
}

@media screen and (max-width: 766px) {
  .stories_content .contents .stories_list .stories a li:hover span:before {
    width: 2rem;
    height: 2rem;
    margin-right: 20px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .stories_content .contents .stories_list .stories a li:hover span:before {
    margin-right: 1.3513513514vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .stories_content .contents .stories_list .stories a li:hover span:before {
    width: 2rem;
    height: 2rem;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .stories_content .contents .stories_list .stories a li:hover span:before {
    margin-right: 1.3513513514vw;
  }
}

.stories_content .contents .stories_list .stories a li span {
  margin: 7px 32px 0px 0px;
  min-width: 48px;
  min-height: 48px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .stories_content .contents .stories_list .stories a li span {
    margin: 0.472972973vw 2.1621621622vw 0vw 0vw;
  }
}

.stories_content .contents .stories_list .stories a li span:before {
  color: white;
}

@media screen and (max-width: 766px) {
  .stories_content .contents .stories_list .stories a li span {
    min-width: 34px;
    min-height: 34px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .stories_content .contents .stories_list .stories a li span {
    min-width: 34px;
    min-height: 34px;
  }
}

@media screen and (max-width: 766px) {
  .stories_content .contents .stories_list .stories a li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 2rem;
    line-height: 2.625rem;
    font-weight: 600;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .stories_content .contents .stories_list .stories a li {
    margin-left: 2.027027027vw;
    margin-right: 2.027027027vw;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .stories_content .contents .stories_list .stories a li {
    margin-bottom: 3.3783783784vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .stories_content .contents .stories_list .stories a li {
    font-size: 2rem;
    line-height: 2.625rem;
    font-weight: 600;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .stories_content .contents .stories_list .stories a li {
    margin-left: 2.027027027vw;
    margin-right: 2.027027027vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .stories_content .contents .stories_list .stories a li {
    margin-bottom: 5.4054054054vw;
  }
}

@media screen and (max-width: 766px) {
  .stories_content {
    min-height: 3000px;
  }
}

.connections #map {
  background-color: #3e6a70;
  min-height: 100vh;
}

.connections #map.slide_open {
  margin-left: 30vw;
}

.connections .filter_map {
  position: absolute;
  bottom: 10vh;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  z-index: 999;
}

@media screen and (max-width: 766px) {
  .connections .filter_map {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    bottom: 4vh;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections .filter_map {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    bottom: 4vh;
  }
}

.connections .filter_map .search {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.connections .filter_map .search span.icon-lines {
  font-size: 1.1rem;
  padding: 13px 11px 13px 11px;
  border: 1px solid #8a7c2b;
  border-radius: 50%;
  margin-right: 13px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections .filter_map .search span.icon-lines {
    padding: 0.8783783784vw 0.7432432432vw 0.8783783784vw 0.7432432432vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections .filter_map .search span.icon-lines {
    margin-right: 0.8783783784vw;
  }
}

.connections .filter_map .search p {
  text-transform: uppercase;
  color: #8a7c2b;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.connections .filter_map .search:hover {
  cursor: pointer;
}

.connections .filter_map .search:hover span {
  display: inline-block;
  width: 47px;
  height: 45px;
  content: url(../images/filled-menu-button.svg);
  border: 0px;
  padding: 0px 0px 0px 0px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections .filter_map .search:hover span {
    padding: 0vw 0vw 0vw 0vw;
  }
}

.connections .filter_map .research_list {
  text-align: center;
}

.connections .filter_map .research_list > * {
  margin: 0 auto;
}

.connections .filter_map .research_list p {
  width: 70%;
  font-size: 1.125rem;
  line-height: 1.55rem;
}

@media screen and (max-width: 766px) {
  .connections .filter_map .research_list p {
    display: none;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections .filter_map .research_list p {
    display: none;
  }
}

.connections .filter_map .research_list ul {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections .filter_map .research_list ul {
    padding-top: 2.7027027027vw;
    padding-bottom: 2.7027027027vw;
  }
}

@media screen and (max-width: 766px) {
  .connections .filter_map .research_list ul {
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections .filter_map .research_list ul {
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

.connections .filter_map .research_list ul li {
  padding: 10px 20px 10px 20px;
  border-radius: 50px;
  cursor: pointer;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections .filter_map .research_list ul li {
    padding: 0.6756756757vw 1.3513513514vw 0.6756756757vw 1.3513513514vw;
  }
}

.connections .filter_map .research_list ul li.all {
  border: 2px solid #231F20;
}

.connections .filter_map .research_list ul li.all:hover, .connections .filter_map .research_list ul li.all.active {
  background-color: #231F20;
  color: white;
}

.connections .filter_map .research_list ul li.research {
  border: 2px solid #1C5057;
}

.connections .filter_map .research_list ul li.research:hover, .connections .filter_map .research_list ul li.research.active {
  background-color: #1C5057;
  color: white;
}

.connections .filter_map .research_list ul li.languages {
  border: 2px solid #760E1F;
}

.connections .filter_map .research_list ul li.languages:hover, .connections .filter_map .research_list ul li.languages.active {
  background-color: #760E1F;
  color: white;
}

.connections .filter_map .research_list ul li.people {
  border: 2px solid #8a7c2b;
}

.connections .filter_map .research_list ul li.people:hover, .connections .filter_map .research_list ul li.people.active {
  background-color: #8a7c2b;
  color: white;
}

.connections .filter_map .research_list ul li.outreach {
  border: 2px solid #CF5831;
}

.connections .filter_map .research_list ul li.outreach:hover, .connections .filter_map .research_list ul li.outreach.active {
  background-color: #CF5831;
  color: white;
}

.connections .filter_map .switch-button-area .switch {
  cursor: pointer;
}

.connections #filter_list {
  -webkit-transition: right 1s ease-in;
  transition: right 1s ease-in;
  display: none;
  position: absolute;
  top: 0;
  height: 100vh;
  background-color: white;
  z-index: 99999;
}

.connections #filter_list .search_container {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.connections #filter_list .search_container .filter_wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
}

.connections #filter_list .search_container .filter_wrapper .categories {
  padding: 112px 32px 0px 48px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .filter_wrapper .categories {
    padding: 7.5675675676vw 2.1621621622vw 0vw 3.2432432432vw;
  }
}

@media screen and (max-width: 766px) {
  .connections #filter_list .search_container .filter_wrapper .categories {
    padding: 62px 22px 0px 28px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .filter_wrapper .categories {
    padding: 4.1891891892vw 1.4864864865vw 0vw 1.8918918919vw;
  }
}

.connections #filter_list .search_container .filter_wrapper .categories .category_wrapper h3 {
  margin-bottom: 32px;
  color: #231F20;
  font-size: 1.45rem;
  line-height: 2.215rem;
  font-weight: 600;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .filter_wrapper .categories .category_wrapper h3 {
    margin-bottom: 2.1621621622vw;
  }
}

.connections #filter_list .search_container .filter_wrapper .categories .category_wrapper ul {
  list-style: none;
}

.connections #filter_list .search_container .filter_wrapper .categories .category_wrapper ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  border-bottom: 1px solid whitesmoke;
  padding-top: 16px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .filter_wrapper .categories .category_wrapper ul li {
    padding-top: 1.0810810811vw;
    padding-bottom: 1.0810810811vw;
  }
}

.connections #filter_list .search_container .filter_wrapper .categories .category_wrapper ul li:after {
  font-size: 1em;
  font-family: icomoon;
  content: "";
}

.connections #filter_list .search_container .filter_wrapper .categories .category_wrapper ul li a {
  text-decoration: none;
  color: #231F20;
}

.connections #filter_list .search_container .filter_wrapper .categories .category_wrapper ul li:after {
  margin-left: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1.5rem;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .filter_wrapper .categories .category_wrapper ul li:after {
    margin-left: 0.6756756757vw;
  }
}

.connections #filter_list .search_container .filter_wrapper .categories .category_wrapper ul li:hover {
  cursor: pointer;
}

.connections #filter_list .search_container .filter_wrapper .categories .category_wrapper ul li.research.active:after, .connections #filter_list .search_container .filter_wrapper .categories .category_wrapper ul li.research:hover:after {
  color: white;
  background-color: #1C5057;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.connections #filter_list .search_container .filter_wrapper .categories .category_wrapper ul li.research:after {
  color: #1C5057;
}

.connections #filter_list .search_container .filter_wrapper .categories .category_wrapper ul li.languages.active:after, .connections #filter_list .search_container .filter_wrapper .categories .category_wrapper ul li.languages:hover:after {
  color: white;
  background-color: #760E1F;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.connections #filter_list .search_container .filter_wrapper .categories .category_wrapper ul li.languages:after {
  color: #760E1F;
}

.connections #filter_list .search_container .filter_wrapper .categories .category_wrapper ul li.people.active:after, .connections #filter_list .search_container .filter_wrapper .categories .category_wrapper ul li.people:hover:after {
  color: white;
  background-color: #8a7c2b;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.connections #filter_list .search_container .filter_wrapper .categories .category_wrapper ul li.people:after {
  color: #8a7c2b;
}

.connections #filter_list .search_container .filter_wrapper .categories .category_wrapper ul li.outreach.active:after, .connections #filter_list .search_container .filter_wrapper .categories .category_wrapper ul li.outreach:hover:after {
  color: white;
  background-color: #CF5831;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.connections #filter_list .search_container .filter_wrapper .categories .category_wrapper ul li.outreach:after {
  color: #CF5831;
}

.connections #filter_list .search_container .filter_wrapper .categories .close_section {
  margin-bottom: 70px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .filter_wrapper .categories .close_section {
    margin-bottom: 4.7297297297vw;
  }
}

.connections #filter_list .search_container .filter_wrapper .categories .close_section a {
  text-transform: uppercase;
  color: #8a7c2b;
  line-height: 1.5rem;
  font-weight: 600;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.connections #filter_list .search_container .filter_wrapper .categories .close_section a span {
  padding-right: 12px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .filter_wrapper .categories .close_section a span {
    padding-right: 0.8108108108vw;
  }
}

.connections #filter_list .search_container .filter_wrapper .categories .close_section a span:before {
  font-size: 2rem;
}

.connections #filter_list .search_container .filter_wrapper .categories .close_section a:hover {
  cursor: pointer;
}

.connections #filter_list .search_container .filter_wrapper .categories .close_section a:hover span:before {
  background-color: #8a7c2b;
  border-radius: 50%;
  color: white;
}

.connections #filter_list .search_container .filter_wrapper .results {
  height: 100vh;
  padding: 112px 32px 0px 48px;
  background-color: #1C5057;
  color: white;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .filter_wrapper .results {
    padding: 7.5675675676vw 2.1621621622vw 0vw 3.2432432432vw;
  }
}

@media screen and (max-width: 766px) {
  .connections #filter_list .search_container .filter_wrapper .results {
    padding: 62px 22px 0px 28px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .filter_wrapper .results {
    padding: 4.1891891892vw 1.4864864865vw 0vw 1.8918918919vw;
  }
}

@media screen and (max-width: 390px) {
  .connections #filter_list .search_container .filter_wrapper .results {
    padding: 62px 12px 0px 20px;
  }
}

@media screen and (max-width: 390px) and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .filter_wrapper .results {
    padding: 4.1891891892vw 0.8108108108vw 0vw 1.3513513514vw;
  }
}

.connections #filter_list .search_container .filter_wrapper .results .input_section {
  margin-bottom: 32px;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .filter_wrapper .results .input_section {
    margin-bottom: 2.1621621622vw;
  }
}

.connections #filter_list .search_container .filter_wrapper .results .input_section .search {
  border: none;
  background: transparent;
  margin: 0;
  padding: 7px 8px;
  font-size: 14px;
  color: inherit;
  border: 1px solid transparent;
  border-radius: inherit;
  border-radius: 50px;
  color: white;
}

.connections #filter_list .search_container .filter_wrapper .results .input_section .search::-webkit-input-placeholder {
  color: white;
}

.connections #filter_list .search_container .filter_wrapper .results .input_section .search::-moz-placeholder {
  color: white;
}

.connections #filter_list .search_container .filter_wrapper .results .input_section .search:-ms-input-placeholder {
  color: white;
}

.connections #filter_list .search_container .filter_wrapper .results .input_section .search::-ms-input-placeholder {
  color: white;
}

.connections #filter_list .search_container .filter_wrapper .results .input_section .search::placeholder {
  color: white;
}

.connections #filter_list .search_container .filter_wrapper .results .input_section button[type="submit"] {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("../images/search.svg") no-repeat center;
  cursor: pointer;
  opacity: 0.7;
}

.connections #filter_list .search_container .filter_wrapper .results h3 {
  margin-bottom: 16px;
  font-size: 1.5rem;
  line-height: 2.125rem;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .filter_wrapper .results h3 {
    margin-bottom: 1.0810810811vw;
  }
}

.connections #filter_list .search_container .filter_wrapper .results .list_results_generated {
  height: 85vh;
  overflow: scroll;
  padding-bottom: 150px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .filter_wrapper .results .list_results_generated {
    height: 76vh;
  }
}

@media screen and (max-width: 766px) {
  .connections #filter_list .search_container .filter_wrapper .results .list_results_generated {
    height: 76vh;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .filter_wrapper .results .list_results_generated {
    padding-bottom: 10.1351351351vw;
  }
}

.connections #filter_list .search_container .filter_wrapper .results .list_results_generated ul {
  list-style: none;
}

.connections #filter_list .search_container .filter_wrapper .results .list_results_generated ul li {
  margin-bottom: 10px;
  cursor: pointer;
  max-width: 200px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .filter_wrapper .results .list_results_generated ul li {
    margin-bottom: 0.6756756757vw;
  }
}

.connections #filter_list .search_container .filter_wrapper .results .list_results_generated ul li:hover {
  text-decoration: underline;
}

.connections #filter_list .search_container .searched_results {
  display: none;
}

.connections #filter_list .search_container .searched_results .output_results {
  overflow: scroll;
  scroll-behavior: smooth;
  max-height: 100vh;
  max-width: 30vw;
}

.connections #filter_list .search_container .searched_results .output_results.research {
  background-color: #1C5057;
}

.connections #filter_list .search_container .searched_results .output_results.languages {
  background-color: #760E1F;
}

.connections #filter_list .search_container .searched_results .output_results.outreach {
  background-color: #CF5831;
}

.connections #filter_list .search_container .searched_results .output_results.people {
  background-color: #8a7c2b;
}

.connections #filter_list .search_container .searched_results .output_results.node {
  background-color: #231F20;
}

@media screen and (max-width: 766px) {
  .connections #filter_list .search_container .searched_results .output_results {
    max-width: 100vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results {
    max-width: 50vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .container {
  background-color: white;
  padding: 40px;
  margin-left: 8px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .container {
    padding: 2.7027027027vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .container {
    margin-left: 0.5405405405vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .container .close {
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  color: #8a7c2b;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  line-height: 1.5rem;
  font-weight: 600;
  cursor: pointer;
}

.connections #filter_list .search_container .searched_results .output_results .container .close .icon-cross {
  font-size: 2rem;
  padding-left: 16px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .container .close .icon-cross {
    padding-left: 1.0810810811vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .container .close:hover {
  cursor: pointer;
}

.connections #filter_list .search_container .searched_results .output_results .container .close:hover span:before {
  background-color: #8a7c2b;
  border-radius: 50%;
  color: white;
}

@media screen and (max-width: 766px) {
  .connections #filter_list .search_container .searched_results .output_results .container .close {
    margin-top: 30px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .container .close {
    margin-top: 2.027027027vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container {
  padding-top: 40px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .container .results_container {
    padding-top: 2.7027027027vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .results_title {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .results_title .image img {
  width: 132px;
  height: 132px;
  margin-right: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .container .results_container .results_title .image img {
    margin-right: 2.1621621622vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .results_title .image.people img {
  border-radius: 50%;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .results_title .image.node img {
  -o-object-fit: contain;
     object-fit: contain;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .results_title h4.categories {
  text-transform: capitalize;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .results_title h4.categories.red {
  color: #760E1F;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .results_title h4.categories.orange {
  color: #CF5831;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .results_title h4.categories.olive {
  color: #8a7c2b;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .results_title h4.categories.steel {
  color: #1C5057;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .results_title h1.title {
  margin: 0px 0px 16px 0px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .container .results_container .results_title h1.title {
    margin: 0vw 0vw 1.0810810811vw 0vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .results_title h1.title.red {
  color: #760E1F;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .results_title h1.title.orange {
  color: #CF5831;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .results_title h1.title.olive {
  color: #8a7c2b;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .results_title h1.title.steel {
  color: #1C5057;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .results_title h2.location {
  color: #4b4b4b;
  margin: 16px 0px 32px 0px;
  font-weight: 400;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .container .results_container .results_title h2.location {
    margin: 1.0810810811vw 0vw 2.1621621622vw 0vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information p {
  color: #4b4b4b;
  line-height: 1.5rem;
  font-weight: 400;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .archieve {
  margin-top: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .archieve {
    margin-top: 2.1621621622vw;
    margin-bottom: 2.1621621622vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .archieve h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .archieve h3 {
    margin-bottom: 1.0810810811vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .archieve .numbers_of_archieve {
  margin-top: 16px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .archieve .numbers_of_archieve {
    margin-top: 1.0810810811vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .archieve .numbers_of_archieve a {
  border-radius: 50%;
  padding: 10px 16px 10px 16px;
  text-decoration: none;
  margin-right: 12px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .archieve .numbers_of_archieve a {
    padding: 0.6756756757vw 1.0810810811vw 0.6756756757vw 1.0810810811vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .archieve .numbers_of_archieve a {
    margin-right: 0.8108108108vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .archieve .numbers_of_archieve a.languages {
  border: 1px solid #760E1F;
  color: #760E1F;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .archieve .numbers_of_archieve a.people {
  border: 1px solid #8a7c2b;
  color: #8a7c2b;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .archieve .numbers_of_archieve a.research {
  border: 1px solid #1C5057;
  color: #1C5057;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .archieve .numbers_of_archieve a.outreach {
  border: 1px solid #CF5831;
  color: #CF5831;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links {
  margin-top: 37px;
  margin-bottom: 37px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links {
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links .links_container {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links .links_container {
    margin-top: 1.0810810811vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links .links_container > div.youtube a {
  padding: 13.5px 12px 13.5px 12px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links .links_container > div.youtube a {
    padding: 0.9121621622vw 0.8108108108vw 0.9121621622vw 0.8108108108vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links .links_container > div a {
  text-decoration: none;
  margin-right: 12px;
  border-radius: 50%;
  padding: 12px 12px 12px 12px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links .links_container > div a {
    margin-right: 0.8108108108vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links .links_container > div a {
    padding: 0.8108108108vw 0.8108108108vw 0.8108108108vw 0.8108108108vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links .links_container > div a span {
  font-size: 1rem;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links .links_container > div a span.icon-youtube {
  font-size: 0.8rem;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links .links_container > div a.research {
  border: 1px solid #1C5057;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links .links_container > div a.research span::before {
  color: #1C5057;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links .links_container > div a.outreach {
  border: 1px solid #CF5831;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links .links_container > div a.outreach span::before {
  color: #CF5831;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links .links_container > div a.languages {
  border: 1px solid #760E1F;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links .links_container > div a.languages span::before {
  color: #760E1F;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links .links_container > div a.people {
  border: 1px solid #8a7c2b;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links .links_container > div a.people span::before {
  color: #8a7c2b;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links .links_container > div a.node {
  border: 1px solid #231F20;
}

.connections #filter_list .search_container .searched_results .output_results .container .results_container .result_information .links .links_container > div a.node span::before {
  color: #231F20;
}

.connections #filter_list .search_container .searched_results .output_results .show_related_stories .related_stories_title {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 28px;
  padding: 40px 32px 0px 40px;
  color: white;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .show_related_stories .related_stories_title {
    margin-bottom: 1.8918918919vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .show_related_stories .related_stories_title {
    padding: 2.7027027027vw 2.1621621622vw 0vw 2.7027027027vw;
  }
}

@media screen and (max-width: 766px) {
  .connections #filter_list .search_container .searched_results .output_results .show_related_stories .related_stories_title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .show_related_stories .related_stories_title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.75rem;
  }
}

.connections #filter_list .search_container .searched_results .output_results .show_related_stories .related_stories_title span.icons > span {
  font-size: 2.5rem;
  cursor: pointer;
}

@media screen and (max-width: 766px) {
  .connections #filter_list .search_container .searched_results .output_results .show_related_stories .related_stories_title span.icons > span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .show_related_stories .related_stories_title span.icons > span {
    font-size: 2rem;
  }
}

.connections #filter_list .search_container .searched_results .output_results .show_related_stories .related_stories_title span.icons > span:before {
  color: white;
}

.connections #filter_list .search_container .searched_results .output_results .show_related_stories .list_stories {
  padding-left: 40px;
  overflow: hidden;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .show_related_stories .list_stories {
    padding-left: 2.7027027027vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .show_related_stories .list_stories .slick-track {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.connections #filter_list .search_container .searched_results .output_results .show_related_stories .list_stories .story {
  display: inline-block;
  margin-right: 20px;
}

.connections #filter_list .search_container .searched_results .output_results .show_related_stories .list_stories .story img {
  max-height: 160px;
  width: 230px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .show_related_stories .list_stories .story img {
    width: 170px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .show_related_stories .list_stories .story {
    margin-right: 1.3513513514vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .show_related_stories .list_stories .story h3 {
  color: white;
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .show_related_stories .list_stories .story h3 {
    margin-bottom: 1.3513513514vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .show_related_stories .list_stories .slick-dots {
  text-align: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-right: 20px;
  list-style: none;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .show_related_stories .list_stories .slick-dots {
    padding-right: 1.3513513514vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .show_related_stories .list_stories .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  margin: 5px;
  opacity: 0.5;
}

.connections #filter_list .search_container .searched_results .output_results .show_related_stories .list_stories .slick-dots li.slick-active button {
  opacity: 1;
}

.connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item {
  padding: 0px 32px 0px 49px;
  color: white;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item {
    padding: 0vw 2.1621621622vw 0vw 3.3108108108vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item ul {
  list-style: none;
}

.connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item ul li {
  color: white;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.125rem;
  padding-top: 28px;
  padding-bottom: 16px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item ul li {
    padding-top: 1.8918918919vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item ul li {
    padding-bottom: 1.0810810811vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item ul li:last-child {
  padding-bottom: 40px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item ul li:last-child {
    padding-bottom: 2.7027027027vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item ul li:not(:first-of-type) {
  border-top: 1px solid white;
}

.connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item ul span {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 16px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item ul span {
    padding-bottom: 1.0810810811vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item h2.title {
  padding-top: 40px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item h2.title {
    padding-top: 2.7027027027vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item .lists {
  margin-top: 28px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item .lists {
    margin-top: 1.8918918919vw;
  }
}

.connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item .lists h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.215rem;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item .lists h3:after {
  font-size: 1em;
  font-family: icomoon;
  content: "";
}

.connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item .lists p {
  line-height: 1.5rem;
  font-weight: 400;
  border-bottom: 0.5px solid white;
}

.connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item#research {
  background-color: #1C5057;
}

.connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item#people {
  background-color: #8a7c2b;
}

.connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item#outreach {
  background-color: #CF5831;
}

.connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item#languages {
  background-color: #760E1F;
}

.connections #filter_list .search_container .searched_results .output_results .next_category .related_category_item#node {
  background-color: #231F20;
}

.about_contents {
  padding-top: 100px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .about_contents {
    padding-top: 6.7567567568vw;
  }
}

.about_contents .contents {
  width: 100%;
  margin-top: 90px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents {
    margin-top: 6.0810810811vw;
  }
}

@media screen and (max-width: 766px) {
  .about_contents .contents {
    top: 10%;
  }
}

.about_contents .contents .borders {
  position: relative;
  padding: 80px 80px 80px 80px;
  border-left: 10px solid #8a7c2b;
  border-right: 10px solid #8a7c2b;
}

@media screen and (max-width: 766px) {
  .about_contents .contents .borders {
    padding: 37px 20px 37px 20px;
    width: 90%;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .borders {
    padding: 2.5vw 1.3513513514vw 2.5vw 1.3513513514vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .borders {
    padding: 5.4054054054vw 5.4054054054vw 5.4054054054vw 5.4054054054vw;
  }
}

.about_contents .contents .borders span.border-left-top {
  position: absolute;
  top: 0%;
  left: -0.5%;
  width: 3%;
  height: 10px;
  background-color: #8a7c2b;
}

.about_contents .contents .borders span.border-right-top {
  position: absolute;
  top: 0%;
  right: -0.5%;
  width: 3%;
  height: 10px;
  background-color: #8a7c2b;
}

.about_contents .contents .borders span.border-left-bottom {
  position: absolute;
  bottom: 0%;
  left: -0.5%;
  width: 3%;
  height: 10px;
  background-color: #8a7c2b;
}

.about_contents .contents .borders span.border-right-bottom {
  position: absolute;
  bottom: 0%;
  right: -0.5%;
  width: 3%;
  height: 10px;
  background-color: #8a7c2b;
}

.about_contents .contents .borders .text {
  font-size: 3rem;
  line-height: 4rem;
  color: #1C5057;
}

@media screen and (max-width: 766px) {
  .about_contents .contents .borders .text {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .borders .text {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.about_contents .contents .borders .slanted-line {
  position: absolute;
  bottom: 0%;
  right: 10%;
  width: 120px;
  height: 10px;
  background-color: #8a7c2b;
}

@media screen and (max-width: 766px) {
  .about_contents .contents .borders .slanted-line {
    right: 30%;
  }
}

.about_contents .contents .borders .slanted-line:after {
  content: "";
  background-color: #8a7c2b;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  width: 100px;
  height: 10px;
  position: absolute;
  right: -92px;
  bottom: -24px;
}

@media screen and (max-width: 1620px) and (min-width: 767px) {
  .about_contents .contents .borders {
    width: 80%;
  }
}

.about_contents .contents .image_column {
  margin-top: 100px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .image_column {
    margin-top: 6.7567567568vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .image_column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 766px) {
  .about_contents .contents .image_column {
    display: block;
    text-align: center;
  }
}

.about_contents .contents .image_column .slider {
  max-width: 25%;
  text-align: center;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .image_column .slider {
    max-width: 50%;
    margin-top: 100px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .image_column .slider {
    margin-top: 6.7567567568vw;
  }
}

@media screen and (max-width: 766px) {
  .about_contents .contents .image_column .slider {
    max-width: 100%;
  }
}

.about_contents .contents .image_column .slider img {
  width: 100%;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes scroll-x {
  from {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%);
  }
  to {
    -webkit-transform: translateX(400%);
            transform: translateX(400%);
  }
}

@keyframes scroll-x {
  from {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%);
  }
  to {
    -webkit-transform: translateX(400%);
            transform: translateX(400%);
  }
}

@-webkit-keyframes scroll-y {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scroll-y {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.about_contents .contents .about_center {
  margin-top: 5%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 500px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .about_center {
    margin-bottom: 33.7837837838vw;
  }
}

@media screen and (max-width: 766px) {
  .about_contents .contents .about_center {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .about_center {
    margin-bottom: 1.3513513514vw;
  }
}

@media screen and (max-width: 1280px) and (min-width: 767px) {
  .about_contents .contents .about_center {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .about_center {
    margin-bottom: 13.5135135135vw;
  }
}

.about_contents .contents .about_center .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background-image: url(../images/about_background.svg);
  min-width: 549px;
  min-height: 549px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 766px) {
  .about_contents .contents .about_center .title {
    min-width: 349px;
    min-height: 349px;
    background-size: cover;
  }
}

.about_contents .contents .about_center .title h1 {
  font-size: 4.5rem;
  line-height: 4.5rem;
  color: #1C5057;
  font-weight: 300;
}

@media screen and (max-width: 766px) {
  .about_contents .contents .about_center .title h1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .about_center .title h1 {
    padding-left: 1.3513513514vw;
    padding-right: 1.3513513514vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .about_center .title h1 {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .about_center .title h1 {
    padding-left: 3.3783783784vw;
  }
}

@media screen and (max-width: 1280px) and (min-width: 767px) {
  .about_contents .contents .about_center .title {
    min-width: 450px;
    min-height: 450px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 1280px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .about_center .title {
    padding-left: 2.7027027027vw;
    padding-right: 2.7027027027vw;
  }
}

.about_contents .contents .about_center .description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #4b4b4b;
}

.about_contents .contents .about_center .description p {
  margin-bottom: 40px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .about_center .description p {
    margin-bottom: 2.7027027027vw;
  }
}

@media screen and (max-width: 766px) {
  .about_contents .contents .about_center .description {
    max-width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .about_center .description {
    padding: 1.3513513514vw;
  }
}

@media screen and (max-width: 1620px) and (min-width: 767px) {
  .about_contents .contents .about_center .description {
    max-width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 1620px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .about_center .description {
    padding: 1.3513513514vw;
  }
}

@media screen and (max-width: 820px) {
  .about_contents .contents .about_center {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 1620px) and (min-width: 821px) {
  .about_contents .contents .about_center {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 5%;
  }
}

@media screen and (max-width: 1620px) and (min-width: 821px) and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .about_center {
    padding-top: 1.3513513514vw;
    padding-bottom: 1.3513513514vw;
  }
}

.about_contents .contents .works .image_slider_and_work {
  border: 0px;
  position: relative;
}

.about_contents .contents .works .image_slider_and_work .works_slider_images {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -33%;
  z-index: 99;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  width: 1150px;
  margin: 0 auto;
}

@media screen and (max-width: 766px) {
  .about_contents .contents .works .image_slider_and_work .works_slider_images {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
  .about_contents .contents .works .image_slider_and_work .works_slider_images {
    width: 100%;
    height: auto;
  }
}

.about_contents .contents .works .image_slider_and_work .works_slider_images > span {
  font-size: 3.75rem;
  cursor: pointer;
}

.about_contents .contents .works .image_slider_and_work .works_slider_images > span:before {
  color: #8a7c2b;
}

.about_contents .contents .works .image_slider_and_work .works_slider_images > span.icon-arrow-left {
  position: absolute;
  top: 50%;
  left: -10%;
  z-index: 99;
}

@media screen and (max-width: 1450px) {
  .about_contents .contents .works .image_slider_and_work .works_slider_images > span.icon-arrow-left {
    display: none !important;
  }
}

.about_contents .contents .works .image_slider_and_work .works_slider_images > span.icon-arrow-right {
  position: absolute;
  top: 50%;
  right: -10%;
  z-index: 99;
}

@media screen and (max-width: 1450px) {
  .about_contents .contents .works .image_slider_and_work .works_slider_images > span {
    display: none !important;
  }
}

.about_contents .contents .works .image_slider_and_work .works_slider_images .slick-dots {
  position: absolute;
  bottom: 5%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.about_contents .contents .works .image_slider_and_work .works_slider_images .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  margin: 5px;
  opacity: 0.5;
}

.about_contents .contents .works .image_slider_and_work .works_slider_images .slick-dots li.slick-active button {
  opacity: 1;
}

@media screen and (max-width: 766px) {
  .about_contents .contents .works .image_slider_and_work .works_slider_images {
    position: relative;
  }
}

@media screen and (max-width: 1280px) and (min-width: 767px) {
  .about_contents .contents .works .image_slider_and_work .works_slider_images {
    position: relative;
  }
}

.about_contents .contents .works .image_slider_and_work .work_static_text {
  background-color: #1C5057;
  width: 100%;
  padding-top: 420px;
  padding-bottom: 120px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .works .image_slider_and_work .work_static_text {
    padding-top: 28.3783783784vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .works .image_slider_and_work .work_static_text {
    padding-bottom: 8.1081081081vw;
  }
}

@media screen and (max-width: 766px) {
  .about_contents .contents .works .image_slider_and_work .work_static_text {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 100%;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .works .image_slider_and_work .work_static_text {
    padding-top: 6.7567567568vw;
    padding-bottom: 6.7567567568vw;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .works .image_slider_and_work .work_static_text {
    padding-left: 1.3513513514vw;
    padding-right: 1.3513513514vw;
  }
}

@media screen and (max-width: 1280px) and (min-width: 767px) {
  .about_contents .contents .works .image_slider_and_work .work_static_text {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 100%;
  }
}

@media screen and (max-width: 1280px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .works .image_slider_and_work .work_static_text {
    padding-top: 6.7567567568vw;
    padding-bottom: 6.7567567568vw;
  }
}

@media screen and (max-width: 1280px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .works .image_slider_and_work .work_static_text {
    padding-left: 1.3513513514vw;
    padding-right: 1.3513513514vw;
  }
}

.about_contents .contents .works .image_slider_and_work .work_static_text .container {
  border: 0px;
  max-width: 1540px;
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 766px) {
  .about_contents .contents .works .image_slider_and_work .work_static_text .container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 1620px) and (min-width: 767px) {
  .about_contents .contents .works .image_slider_and_work .work_static_text .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 1620px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .works .image_slider_and_work .work_static_text .container {
    padding-left: 3.3783783784vw;
    padding-right: 3.3783783784vw;
  }
}

.about_contents .contents .works .image_slider_and_work .work_static_text .container .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (max-width: 766px) {
  .about_contents .contents .works .image_slider_and_work .work_static_text .container .title {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about_contents .contents .works .image_slider_and_work .work_static_text .container .title h1 {
  margin-top: 0;
  font-size: 4.5rem;
  line-height: 4.5rem;
  color: white;
  font-weight: 300;
}

.about_contents .contents .works .image_slider_and_work .work_static_text .container .description p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: white;
  font-weight: 400;
  margin-bottom: 40px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .works .image_slider_and_work .work_static_text .container .description p {
    margin-bottom: 2.7027027027vw;
  }
}

.about_contents .contents .selected_highlights {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #CF5831;
  color: white;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .selected_highlights {
    padding-top: 8.1081081081vw;
    padding-bottom: 8.1081081081vw;
  }
}

@media screen and (max-width: 766px) {
  .about_contents .contents .selected_highlights {
    padding: 100px 20px 100px 20px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .selected_highlights {
    padding: 6.7567567568vw 1.3513513514vw 6.7567567568vw 1.3513513514vw;
  }
}

.about_contents .contents .selected_highlights .container {
  border: 0px;
  max-width: 1540px;
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 766px) {
  .about_contents .contents .selected_highlights .container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 1620px) and (min-width: 767px) {
  .about_contents .contents .selected_highlights .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 1620px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .selected_highlights .container {
    padding-left: 3.3783783784vw;
    padding-right: 3.3783783784vw;
  }
}

.about_contents .contents .selected_highlights .container .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.about_contents .contents .selected_highlights .container .title h1 {
  width: 50%;
  margin-top: 0;
  font-size: 4.5rem;
  line-height: 4.5rem;
  color: white;
  font-weight: 300;
}

.about_contents .contents .selected_highlights .container .descriptions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.about_contents .contents .selected_highlights .container .descriptions p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: white;
  font-weight: 400;
  padding-bottom: 40px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents .selected_highlights .container .descriptions p {
    padding-bottom: 2.7027027027vw;
  }
}

.about_contents .contents .selected_highlights .container .descriptions a.inline_link {
  color: #1C5057;
}

.about_contents .contents .selected_highlights .container .descriptions a.link_highlight {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: white;
  max-width: 350px;
}

.about_contents .contents .selected_highlights .container .descriptions a.link_highlight:after {
  font-size: 3rem;
  display: inline-block;
}

.about_contents .contents .selected_highlights .container .descriptions a.link_highlight:not(:after) {
  width: 50%;
}

.about_contents .contents .selected_highlights .container .descriptions span {
  font-size: 3rem;
}

.about_contents .contents .selected_highlights .container .descriptions span:before {
  display: inline-block;
}

.about_contents .contents .selected_highlights .container .descriptions span.icon-arrow-right:before {
  color: white;
  display: inline-block;
}

.about_contents .contents > div {
  border: 0px;
  max-width: 1540px;
  margin: auto;
  width: 100%;
}

.about_contents .contents > div.works, .about_contents .contents > div.selected_highlights {
  border: 0px;
  max-width: 100%;
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents {
    margin-top: 150px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .about_contents .contents {
    margin-top: 10.1351351351vw;
  }
}

.highlights {
  padding-top: 200px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .highlights {
    padding-top: 13.5135135135vw;
  }
}

.highlights .highlights_categories {
  text-align: center;
}

.highlights .highlights_categories h1 {
  font-size: 6.875rem;
  line-height: 8rem;
  color: #CF5831;
  font-weight: 300;
}

@media screen and (max-width: 766px) {
  .highlights .highlights_categories h1 {
    font-size: 3.5rem;
    line-height: 3rem;
    font-weight: 300;
  }
}

.highlights .highlights_list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.highlights .highlights_list a {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 10px 20px 10px 20px;
  border: 1px solid #CF5831;
  border-radius: 50px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .highlights .highlights_list a {
    margin-right: 1.0810810811vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .highlights .highlights_list a {
    margin-bottom: 1.0810810811vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .highlights .highlights_list a {
    padding: 0.6756756757vw 1.3513513514vw 0.6756756757vw 1.3513513514vw;
  }
}

.highlights .highlights_list a:hover {
  background-color: #CF5831;
  color: white;
}

.highlights .external_referrer {
  margin: 20px 0px 64px 0px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .highlights .external_referrer {
    margin: 1.3513513514vw 0vw 4.3243243243vw 0vw;
  }
}

.highlights .external_referrer a {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 10px 20px 10px 20px;
  border: 1px solid #1C5057;
  border-radius: 50px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .highlights .external_referrer a {
    margin-right: 1.0810810811vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .highlights .external_referrer a {
    margin-bottom: 1.0810810811vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .highlights .external_referrer a {
    padding: 0.6756756757vw 1.3513513514vw 0.6756756757vw 1.3513513514vw;
  }
}

.highlights .external_referrer a:hover {
  background-color: #1C5057;
  color: white;
}

.highlights .categories_with_names {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  padding-top: 128px;
  padding-bottom: 128px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .highlights .categories_with_names {
    padding-top: 8.6486486486vw;
    padding-bottom: 8.6486486486vw;
  }
}

@media screen and (max-width: 766px) {
  .highlights .categories_with_names {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 68px 30px 80px 50px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .highlights .categories_with_names {
    padding: 4.5945945946vw 2.027027027vw 5.4054054054vw 3.3783783784vw;
  }
}

@media screen and (max-width: 1100px) and (min-width: 767px) {
  .highlights .categories_with_names {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    padding: 68px 140px 160px 140px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .highlights .categories_with_names {
    padding: 4.5945945946vw 9.4594594595vw 10.8108108108vw 9.4594594595vw;
  }
}

.highlights .categories_with_names h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 10%;
  margin-top: 0px;
  font-size: 4.5rem;
  line-height: 4.5rem;
  color: #1C5057;
  font-weight: 300;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .highlights .categories_with_names h1 {
    margin-top: 0vw;
  }
}

@media screen and (max-width: 766px) {
  .highlights .categories_with_names h1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    padding-left: 0px;
    font-size: 3rem;
    line-height: 2.5rem;
    margin-bottom: 54px;
    font-weight: 300;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .highlights .categories_with_names h1 {
    margin-bottom: 3.6486486486vw;
  }
}

@media screen and (max-width: 1100px) and (min-width: 767px) {
  .highlights .categories_with_names h1 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .highlights .categories_with_names h1 {
    padding-left: 0vw;
  }
}

.highlights .categories_with_names .selected_highlights .row {
  max-width: 600px;
}

.highlights .categories_with_names .selected_highlights .row .data p {
  color: #4b4b4b;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-right: 32px;
  border-bottom: 1px solid rgba(138, 124, 43, 0.3);
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .highlights .categories_with_names .selected_highlights .row .data p {
    padding-top: 0.8108108108vw;
    padding-bottom: 0.8108108108vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .highlights .categories_with_names .selected_highlights .row .data p {
    margin-right: 2.1621621622vw;
  }
}

.highlights .categories_with_names .selected_highlights .row > span {
  font-size: 2.5rem;
  cursor: pointer;
}

.highlights .categories_with_names .selected_highlights .row > span:before {
  color: #8a7c2b;
}

.highlights .categories_with_names .selected_highlights .row > span.icon-chevron-left {
  position: absolute;
  bottom: -14%;
  left: 25%;
  z-index: 99;
}

.highlights .categories_with_names .selected_highlights .row > span.icon-chevron-left:hover {
  display: inline-block;
  content: url(../images/arrow-left-filled.svg);
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 766px) {
  .highlights .categories_with_names .selected_highlights .row > span.icon-chevron-left {
    position: absolute;
    bottom: -7%;
    left: 2%;
    z-index: 99;
  }
}

.highlights .categories_with_names .selected_highlights .row > span.icon-chevron-right {
  position: absolute;
  bottom: -14%;
  right: 15%;
  z-index: 99;
}

.highlights .categories_with_names .selected_highlights .row > span.icon-chevron-right:hover {
  display: inline-block;
  content: url(../images/arrow-left-filled.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 766px) {
  .highlights .categories_with_names .selected_highlights .row > span.icon-chevron-right {
    position: absolute;
    bottom: -7%;
    right: 2%;
    z-index: 99;
  }
}

.highlights .categories_with_names .selected_highlights .row .slick-dots {
  position: absolute;
  bottom: -13%;
  left: 42%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media screen and (max-width: 766px) {
  .highlights .categories_with_names .selected_highlights .row .slick-dots {
    bottom: -6%;
    left: 29%;
  }
}

.highlights .categories_with_names .selected_highlights .row .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  margin: 5px;
  opacity: 0.5;
  background-color: #8a7c2b;
}

.highlights .categories_with_names .selected_highlights .row .slick-dots li.slick-active button {
  opacity: 1;
}

.highlights .categories_with_names .selected_highlights .row table tbody tr td {
  width: 25%;
}

.highlights .categories_with_names#research-fellows .selected_highlights .row > span.icon-chevron-left {
  bottom: -14%;
  left: 25%;
}

.highlights .categories_with_names#research-fellows .selected_highlights .row > span.icon-chevron-left:hover {
  display: inline-block;
  content: url(../images/arrow-left-filled.svg);
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 766px) {
  .highlights .categories_with_names#research-fellows .selected_highlights .row > span.icon-chevron-left {
    bottom: -10%;
    left: 23%;
  }
}

.highlights .categories_with_names#research-fellows .selected_highlights .row > span.icon-chevron-right {
  bottom: -14%;
  right: 32%;
  z-index: 99;
}

.highlights .categories_with_names#research-fellows .selected_highlights .row > span.icon-chevron-right:hover {
  display: inline-block;
  content: url(../images/arrow-left-filled.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 766px) {
  .highlights .categories_with_names#research-fellows .selected_highlights .row > span.icon-chevron-right {
    bottom: -10%;
    right: 21%;
  }
}

@media screen and (max-width: 769px) and (min-width: 450px) {
  .highlights .categories_with_names#research-fellows .selected_highlights .row > span.icon-chevron-right {
    right: 25%;
  }
}

.highlights .categories_with_names#research-fellows .selected_highlights .row .slick-dots {
  position: absolute;
  bottom: -13%;
  left: 42%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media screen and (max-width: 766px) {
  .highlights .categories_with_names#research-fellows .selected_highlights .row .slick-dots {
    bottom: -9%;
    left: 41%;
  }
}

.highlights .categories_with_names#research-students .selected_highlights .row > span.icon-chevron-left {
  bottom: -14%;
  left: 25%;
}

.highlights .categories_with_names#research-students .selected_highlights .row > span.icon-chevron-left:hover {
  display: inline-block;
  content: url(../images/arrow-left-filled.svg);
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 766px) {
  .highlights .categories_with_names#research-students .selected_highlights .row > span.icon-chevron-left {
    bottom: -7%;
    left: 5%;
  }
}

@media screen and (max-width: 769px) and (min-width: 450px) {
  .highlights .categories_with_names#research-students .selected_highlights .row > span.icon-chevron-left {
    bottom: -7%;
    left: 15%;
  }
}

.highlights .categories_with_names#research-students .selected_highlights .row > span.icon-chevron-right {
  bottom: -14%;
  right: 19%;
  z-index: 99;
}

.highlights .categories_with_names#research-students .selected_highlights .row > span.icon-chevron-right:hover {
  display: inline-block;
  content: url(../images/arrow-left-filled.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 766px) {
  .highlights .categories_with_names#research-students .selected_highlights .row > span.icon-chevron-right {
    bottom: -7%;
    right: 2%;
  }
}

@media screen and (max-width: 767px) and (min-width: 450px) {
  .highlights .categories_with_names#research-students .selected_highlights .row > span.icon-chevron-right {
    right: 32%;
  }
}

.highlights .categories_with_names#research-students .selected_highlights .row .slick-dots {
  position: absolute;
  bottom: -13%;
  left: 42%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media screen and (max-width: 766px) {
  .highlights .categories_with_names#research-students .selected_highlights .row .slick-dots {
    bottom: -6%;
    left: 29%;
  }
}

.highlights .categories_with_names#summer-scholars .selected_highlights .row > span.icon-chevron-left {
  bottom: -14%;
  left: 25%;
}

.highlights .categories_with_names#summer-scholars .selected_highlights .row > span.icon-chevron-left:hover {
  display: inline-block;
  content: url(../images/arrow-left-filled.svg);
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 766px) {
  .highlights .categories_with_names#summer-scholars .selected_highlights .row > span.icon-chevron-left {
    bottom: -11%;
    left: 4%;
  }
}

@media screen and (max-width: 767px) and (min-width: 450px) {
  .highlights .categories_with_names#summer-scholars .selected_highlights .row > span.icon-chevron-left {
    left: 25%;
  }
}

.highlights .categories_with_names#summer-scholars .selected_highlights .row > span.icon-chevron-right {
  bottom: -14%;
  right: 24%;
  z-index: 99;
}

.highlights .categories_with_names#summer-scholars .selected_highlights .row > span.icon-chevron-right:hover {
  display: inline-block;
  content: url(../images/arrow-left-filled.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 766px) {
  .highlights .categories_with_names#summer-scholars .selected_highlights .row > span.icon-chevron-right {
    bottom: -11%;
    right: 23%;
  }
}

@media screen and (max-width: 767px) and (min-width: 450px) {
  .highlights .categories_with_names#summer-scholars .selected_highlights .row > span.icon-chevron-right {
    right: 25%;
  }
}

.highlights .categories_with_names#summer-scholars .selected_highlights .row .slick-dots {
  position: absolute;
  bottom: -13%;
  left: 42%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media screen and (max-width: 766px) {
  .highlights .categories_with_names#summer-scholars .selected_highlights .row .slick-dots {
    bottom: -10%;
    left: 25%;
  }
}

@media screen and (max-width: 767px) and (min-width: 450px) {
  .highlights .categories_with_names#summer-scholars .selected_highlights .row .slick-dots {
    left: 40%;
  }
}

.highlights .categories_with_names#affiliates .selected_highlights .row > span.icon-chevron-left {
  bottom: -11%;
  left: 12%;
}

.highlights .categories_with_names#affiliates .selected_highlights .row > span.icon-chevron-left:hover {
  display: inline-block;
  content: url(../images/arrow-left-filled.svg);
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 766px) {
  .highlights .categories_with_names#affiliates .selected_highlights .row > span.icon-chevron-left {
    bottom: -6%;
    left: -8%;
  }
}

@media screen and (max-width: 767px) and (min-width: 450px) {
  .highlights .categories_with_names#affiliates .selected_highlights .row > span.icon-chevron-left {
    left: 20%;
  }
}

.highlights .categories_with_names#affiliates .selected_highlights .row > span.icon-chevron-right {
  bottom: -11%;
  right: 21%;
  z-index: 99;
}

.highlights .categories_with_names#affiliates .selected_highlights .row > span.icon-chevron-right:hover {
  display: inline-block;
  content: url(../images/arrow-left-filled.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 766px) {
  .highlights .categories_with_names#affiliates .selected_highlights .row > span.icon-chevron-right {
    bottom: -6%;
    right: -4%;
  }
}

@media screen and (max-width: 767px) and (min-width: 450px) {
  .highlights .categories_with_names#affiliates .selected_highlights .row > span.icon-chevron-right {
    right: 20%;
  }
}

.highlights .categories_with_names#affiliates .selected_highlights .row .slick-dots {
  position: absolute;
  bottom: -10%;
  left: 23%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media screen and (max-width: 766px) {
  .highlights .categories_with_names#affiliates .selected_highlights .row .slick-dots {
    bottom: -5%;
    left: 7%;
  }
}

@media screen and (max-width: 767px) and (min-width: 450px) {
  .highlights .categories_with_names#affiliates .selected_highlights .row .slick-dots {
    left: 35%;
  }
}

.annual_report .annual_container {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  padding-top: 128px;
  padding-bottom: 128px;
}

@media screen and (max-width: 766px) {
  .annual_report .annual_container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 68px 30px 80px 50px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .annual_report .annual_container {
    padding: 4.5945945946vw 2.027027027vw 5.4054054054vw 3.3783783784vw;
  }
}

@media screen and (max-width: 1100px) and (min-width: 767px) {
  .annual_report .annual_container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    padding: 68px 140px 160px 140px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .annual_report .annual_container {
    padding: 4.5945945946vw 9.4594594595vw 10.8108108108vw 9.4594594595vw;
  }
}

.annual_report .annual_container h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 10%;
  margin-top: 0px;
  font-size: 4.5rem;
  line-height: 4.5rem;
  color: #1C5057;
  font-weight: 300;
}

@media screen and (max-width: 766px) {
  .annual_report .annual_container h1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    padding-left: 0px;
    font-size: 3rem;
    line-height: 2.5rem;
    margin-bottom: 54px;
    font-weight: 300;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .annual_report .annual_container h1 {
    margin-bottom: 3.6486486486vw;
  }
}

@media screen and (max-width: 1100px) and (min-width: 767px) {
  .annual_report .annual_container h1 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .annual_report .annual_container h1 {
    padding-left: 0vw;
  }
}

.annual_report .annual_container .annual_information {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.annual_report .annual_container .annual_information .reports a {
  display: block;
  color: #8a7c2b;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-right: 32px;
  border-bottom: 1px solid rgba(138, 124, 43, 0.3);
  min-width: 300px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .annual_report .annual_container .annual_information .reports a {
    padding-top: 0.8108108108vw;
    padding-bottom: 0.8108108108vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .annual_report .annual_container .annual_information .reports a {
    margin-right: 2.1621621622vw;
  }
}

@media screen and (max-width: 766px) {
  .annual_report .annual_container .annual_information .reports a {
    min-width: 100%;
  }
}

.theses {
  width: 80%;
  margin: 0 auto;
  border: 0px;
  max-width: 1540px;
  margin: auto;
  width: 100%;
  padding-bottom: 168px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .theses {
    padding-bottom: 11.3513513514vw;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1300px) {
  .theses {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1300px) and (max-width: 1480px) and (min-width: 767px) {
  .theses {
    padding-left: 2.7027027027vw;
    padding-right: 2.7027027027vw;
  }
}

.theses .theses_title {
  padding: 128px 0px 80px 0px;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 4.5rem;
  color: #1C5057;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .theses .theses_title {
    padding: 8.6486486486vw 0vw 5.4054054054vw 0vw;
  }
}

@media screen and (max-width: 766px) {
  .theses .theses_title {
    font-size: 3rem;
    line-height: 2.5rem;
    text-align: center;
    font-weight: 300;
    padding: 68px 0px 60px 0px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .theses .theses_title {
    padding: 4.5945945946vw 0vw 4.0540540541vw 0vw;
  }
}

.theses .title {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 3px solid #8a7c2b;
  color: #4b4b4b;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .theses .title {
    padding-bottom: 3.3783783784vw;
  }
}

@media screen and (max-width: 766px) {
  .theses .title {
    width: 90vw;
    margin: 0 auto;
    overflow: scroll;
  }
  .theses .title > h3 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .theses .title > h3 {
    padding-right: 1.3513513514vw;
  }
}

.theses .theses_information .data .individual_list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #8a7c2b;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .theses .theses_information .data .individual_list {
    padding-top: 2.1621621622vw;
    padding-bottom: 2.1621621622vw;
  }
}

.theses .theses_information .data .individual_list p {
  color: #4b4b4b;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.theses .theses_information .data .individual_list .text_restrict {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.theses .theses_information .data .individual_list .text_restrict .hidden-text {
  display: none;
}

.theses .theses_information .data .individual_list .text_restrict .more {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #8a7c2b;
  cursor: pointer;
}

.theses .theses_information .data .individual_list .text_restrict .more:after {
  font-size: 1em;
  font-family: icomoon;
  content: "";
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .theses .theses_information .data .individual_list .text_restrict .more {
    margin-top: 1.3513513514vw;
  }
}

.theses .theses_information .data .individual_list .text_restrict .more:after {
  margin-left: 10px;
  font-size: 1.25rem;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .theses .theses_information .data .individual_list .text_restrict .more:after {
    margin-left: 0.6756756757vw;
  }
}

.theses .theses_information .data .individual_list p a {
  text-decoration: none;
  text-transform: uppercase;
  color: #8a7c2b;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.theses .theses_information .data .individual_list p a span {
  font-size: 1.5rem;
  margin-left: 8px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .theses .theses_information .data .individual_list p a span {
    margin-left: 0.5405405405vw;
  }
}

@media screen and (max-width: 766px) {
  .theses .theses_information .data .individual_list {
    width: 90vw;
    margin: 0 auto;
    overflow: scroll;
  }
  .theses .theses_information .data .individual_list > p {
    padding-right: 20px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .theses .theses_information .data .individual_list > p {
    padding-right: 1.3513513514vw;
  }
}

.theses .theses_information > span {
  font-size: 2.5rem;
  cursor: pointer;
}

.theses .theses_information > span:before {
  color: #8a7c2b;
}

.theses .theses_information > span.icon-chevron-left {
  position: absolute;
  bottom: -14%;
  left: 33%;
  z-index: 99;
}

.theses .theses_information > span.icon-chevron-left:hover {
  display: inline-block;
  content: url(../images/arrow-left-filled.svg);
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 766px) {
  .theses .theses_information > span.icon-chevron-left {
    bottom: 0%;
    left: 6%;
  }
}

@media screen and (max-width: 767px) and (min-width: 450px) {
  .theses .theses_information > span.icon-chevron-left {
    left: 20%;
  }
}

.theses .theses_information > span.icon-chevron-right {
  position: absolute;
  bottom: -14%;
  right: 40%;
  z-index: 99;
}

.theses .theses_information > span.icon-chevron-right:hover {
  display: inline-block;
  content: url(../images/arrow-left-filled.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 766px) {
  .theses .theses_information > span.icon-chevron-right {
    bottom: 0%;
    right: 6%;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .theses .theses_information > span.icon-chevron-right {
    right: 30%;
  }
}

@media screen and (max-width: 1482px) and (min-width: 900px) {
  .theses .theses_information > span.icon-chevron-right {
    right: 37%;
  }
}

@media screen and (max-width: 767px) and (min-width: 450px) {
  .theses .theses_information > span.icon-chevron-right {
    right: 20%;
  }
}

.theses .theses_information .slick-dots {
  position: absolute;
  bottom: -13%;
  left: 41%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media screen and (max-width: 766px) {
  .theses .theses_information .slick-dots {
    bottom: 0.3%;
    left: 30%;
  }
}

@media screen and (max-width: 767px) and (min-width: 450px) {
  .theses .theses_information .slick-dots {
    left: 40%;
  }
}

.theses .theses_information .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  margin: 5px;
  opacity: 0.5;
  background-color: #8a7c2b;
}

.theses .theses_information .slick-dots li.slick-active button {
  opacity: 1;
}

@media screen and (max-width: 766px) {
  .theses {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .theses {
    padding-bottom: 2.7027027027vw;
  }
}

.grants {
  background-color: white;
}

.grants .grants_container {
  padding-bottom: 188px;
  width: 80%;
  margin: 0 auto;
  border: 0px;
  max-width: 1540px;
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .grants .grants_container {
    padding-bottom: 12.7027027027vw;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1300px) {
  .grants .grants_container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1300px) and (max-width: 1480px) and (min-width: 767px) {
  .grants .grants_container {
    padding-left: 2.7027027027vw;
    padding-right: 2.7027027027vw;
  }
}

.grants .grants_container .grants_title {
  padding: 128px 0px 80px 0px;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 4.5rem;
  color: #1C5057;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .grants .grants_container .grants_title {
    padding: 8.6486486486vw 0vw 5.4054054054vw 0vw;
  }
}

@media screen and (max-width: 766px) {
  .grants .grants_container .grants_title {
    font-size: 3rem;
    line-height: 2.5rem;
    text-align: center;
    font-weight: 300;
  }
}

.grants .grants_container .title {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 3px solid #8a7c2b;
  color: #4b4b4b;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .grants .grants_container .title {
    padding-bottom: 3.3783783784vw;
  }
}

@media screen and (max-width: 766px) {
  .grants .grants_container .title {
    width: 90vw;
    margin: 0 auto;
    overflow: scroll;
  }
  .grants .grants_container .title > h3 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .grants .grants_container .title > h3 {
    padding-right: 1.3513513514vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .grants .grants_container .title > h3 {
    padding-right: 30px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .grants .grants_container .title > h3 {
    padding-right: 2.027027027vw;
  }
}

.grants .grants_container .grants_information .data .individual_list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #8a7c2b;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .grants .grants_container .grants_information .data .individual_list {
    padding-top: 2.1621621622vw;
    padding-bottom: 2.1621621622vw;
  }
}

.grants .grants_container .grants_information .data .individual_list p {
  color: #4b4b4b;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.grants .grants_container .grants_information .data .individual_list .text_restrict {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.grants .grants_container .grants_information .data .individual_list .text_restrict .hidden-text {
  display: none;
}

.grants .grants_container .grants_information .data .individual_list .text_restrict .more {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #8a7c2b;
  cursor: pointer;
}

.grants .grants_container .grants_information .data .individual_list .text_restrict .more:after {
  font-size: 1em;
  font-family: icomoon;
  content: "";
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .grants .grants_container .grants_information .data .individual_list .text_restrict .more {
    margin-top: 1.3513513514vw;
  }
}

.grants .grants_container .grants_information .data .individual_list .text_restrict .more:after {
  margin-left: 10px;
  font-size: 1.25rem;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .grants .grants_container .grants_information .data .individual_list .text_restrict .more:after {
    margin-left: 0.6756756757vw;
  }
}

.grants .grants_container .grants_information .data .individual_list p a {
  text-decoration: none;
  text-transform: uppercase;
  color: #8a7c2b;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.grants .grants_container .grants_information .data .individual_list p a span {
  font-size: 1.5rem;
  margin-left: 8px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .grants .grants_container .grants_information .data .individual_list p a span {
    margin-left: 0.5405405405vw;
  }
}

@media screen and (max-width: 766px) {
  .grants .grants_container .grants_information .data .individual_list {
    width: 90vw;
    margin: 0 auto;
    overflow: scroll;
  }
  .grants .grants_container .grants_information .data .individual_list > p {
    padding-right: 20px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .grants .grants_container .grants_information .data .individual_list > p {
    padding-right: 1.3513513514vw;
  }
}

.grants .grants_container .grants_information > span {
  font-size: 2.5rem;
  cursor: pointer;
}

.grants .grants_container .grants_information > span:before {
  color: #8a7c2b;
}

.grants .grants_container .grants_information > span.icon-chevron-left {
  position: absolute;
  bottom: -14%;
  left: 33%;
  z-index: 99;
}

.grants .grants_container .grants_information > span.icon-chevron-left:hover {
  display: inline-block;
  content: url(../images/arrow-left-filled.svg);
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 766px) {
  .grants .grants_container .grants_information > span.icon-chevron-left {
    bottom: -1%;
    left: 6%;
  }
}

@media screen and (max-width: 767px) and (min-width: 450px) {
  .grants .grants_container .grants_information > span.icon-chevron-left {
    left: 20%;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .grants .grants_container .grants_information > span.icon-chevron-left {
    bottom: -7%;
  }
}

.grants .grants_container .grants_information > span.icon-chevron-right {
  position: absolute;
  bottom: -14%;
  right: 38%;
  z-index: 99;
}

.grants .grants_container .grants_information > span.icon-chevron-right:hover {
  display: inline-block;
  content: url(../images/arrow-left-filled.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 766px) {
  .grants .grants_container .grants_information > span.icon-chevron-right {
    bottom: -1%;
    right: 6%;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .grants .grants_container .grants_information > span.icon-chevron-right {
    right: 25%;
  }
}

@media screen and (max-width: 767px) and (min-width: 450px) {
  .grants .grants_container .grants_information > span.icon-chevron-right {
    right: 35%;
  }
}

@media screen and (max-width: 1482px) and (min-width: 900px) {
  .grants .grants_container .grants_information > span.icon-chevron-right {
    right: 37%;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .grants .grants_container .grants_information > span.icon-chevron-right {
    bottom: -7%;
  }
}

.grants .grants_container .grants_information .slick-dots {
  position: absolute;
  bottom: -13%;
  left: 41%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media screen and (max-width: 766px) {
  .grants .grants_container .grants_information .slick-dots {
    bottom: -0.8%;
    left: 21%;
  }
}

@media screen and (max-width: 767px) and (min-width: 450px) {
  .grants .grants_container .grants_information .slick-dots {
    left: 35%;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .grants .grants_container .grants_information .slick-dots {
    bottom: -6.5%;
  }
}

.grants .grants_container .grants_information .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  margin: 5px;
  opacity: 0.5;
  background-color: #8a7c2b;
}

.grants .grants_container .grants_information .slick-dots li.slick-active button {
  opacity: 1;
}

.back_to_top {
  background-color: white;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .back_to_top {
    padding-top: 5.4054054054vw;
    padding-bottom: 5.4054054054vw;
  }
}

@media screen and (max-width: 766px) {
  .back_to_top {
    display: none;
  }
}

.back_to_top .change_position a {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #8a7c2b;
  margin-top: 16px;
  text-transform: uppercase;
  text-decoration: none;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .back_to_top .change_position a {
    margin-top: 1.0810810811vw;
  }
}

.back_to_top .change_position a span {
  font-size: 4rem;
  color: #8a7c2b;
  margin-top: 16px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .back_to_top .change_position a span {
    margin-top: 1.0810810811vw;
  }
}

.back_to_top .change_position.positioning {
  position: fixed;
  bottom: 100px;
  right: 80px;
}

.story_container {
  padding-top: 120px;
  border: 0px;
  max-width: 100%;
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container {
    padding-top: 8.1081081081vw;
  }
}

.story_container .title_section {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .title_section {
    margin-bottom: 4.0540540541vw;
  }
}

.story_container .title_section h1 {
  font-size: 6rem;
  font-weight: 300;
  font-family: "Source Sans Pro";
  color: #760E1F;
  margin: 0px 0px 60px 0px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .title_section h1 {
    margin: 0vw 0vw 4.0540540541vw 0vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .title_section h1 {
    font-size: 3.5rem;
    line-height: 3rem;
    font-weight: 300;
  }
}

.story_container .title_section .borders {
  position: relative;
  padding: 9px 37px 9px 37px;
  border-left: 3px solid #8a7c2b;
  border-right: 3px solid #8a7c2b;
  margin-left: 35%;
  margin-right: 35%;
}

.story_container .title_section .borders span.border-left-top {
  position: absolute;
  top: 0%;
  left: -0.5%;
  width: 3%;
  height: 3px;
  background-color: #8a7c2b;
}

.story_container .title_section .borders span.border-right-top {
  position: absolute;
  top: 0%;
  right: -0.5%;
  width: 3%;
  height: 3px;
  background-color: #8a7c2b;
}

.story_container .title_section .borders span.border-left-bottom {
  position: absolute;
  bottom: 0%;
  left: -0.5%;
  width: 3%;
  height: 3px;
  background-color: #8a7c2b;
}

.story_container .title_section .borders span.border-right-bottom {
  position: absolute;
  bottom: 0%;
  right: -0.5%;
  width: 3%;
  height: 3px;
  background-color: #8a7c2b;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .title_section .borders {
    padding: 0.6081081081vw 2.5vw 0.6081081081vw 2.5vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .title_section .borders {
    margin-left: 15%;
    margin-right: 15%;
  }
}

@media screen and (max-width: 766px) {
  .story_container .title_section .borders .text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}

.story_container .title_section .topic_image {
  border: 0px;
  max-width: 1540px;
  margin: auto;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .title_section .topic_image {
    margin-top: 8.1081081081vw;
    margin-bottom: 8.1081081081vw;
  }
}

.story_container .title_section .topic_image img {
  max-width: 760px;
  max-height: 495px;
}

@media screen and (max-width: 766px) {
  .story_container .title_section .topic_image img {
    width: 100%;
  }
}

.story_container .title_section .text {
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 400;
}

.story_container .feature_introduction {
  border: 0px;
  max-width: 1540px;
  margin: auto;
  width: 100%;
}

@media screen and (min-width: 1140px) and (max-width: 1640px) {
  .story_container .feature_introduction {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1140px) and (max-width: 1640px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .feature_introduction {
    padding-left: 2.7027027027vw;
    padding-right: 2.7027027027vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .feature_introduction {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .feature_introduction {
    padding-left: 1.3513513514vw;
    padding-right: 1.3513513514vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .feature_introduction {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .feature_introduction {
    padding-left: 2.7027027027vw;
    padding-right: 2.7027027027vw;
  }
}

.story_container .feature_introduction h2 {
  font-family: "Source Sans Pro";
  font-size: 4.5rem;
  font-weight: 300;
  color: #760E1F;
}

@media screen and (max-width: 766px) {
  .story_container .feature_introduction h2 {
    font-size: 3rem;
    text-align: center;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .feature_introduction h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .feature_introduction h2 {
    padding-left: 1.3513513514vw;
    padding-right: 1.3513513514vw;
  }
}

.story_container .feature_introduction .introduction_container {
  margin: 0px 0px 160px 0px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .feature_introduction .introduction_container {
    margin: 0vw 0vw 10.8108108108vw 0vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .feature_introduction .introduction_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .feature_introduction .introduction_container {
    padding-left: 1.3513513514vw;
    padding-right: 1.3513513514vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .feature_introduction .introduction_container {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .feature_introduction .introduction_container {
    padding-left: 1.3513513514vw;
    padding-right: 1.3513513514vw;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .feature_introduction .introduction_container {
    margin-top: 5.4054054054vw;
    margin-bottom: 5.4054054054vw;
  }
}

.story_container .feature_introduction .introduction_container .img_background {
  position: relative;
}

.story_container .feature_introduction .introduction_container .img_background .first_block {
  width: 70%;
  padding-top: 50px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .feature_introduction .introduction_container .img_background .first_block {
    padding-top: 3.3783783784vw;
  }
}

.story_container .feature_introduction .introduction_container .img_background .first_block p {
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #760E1F;
  margin-bottom: 20px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .feature_introduction .introduction_container .img_background .first_block p {
    margin-bottom: 1.3513513514vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .feature_introduction .introduction_container .img_background .first_block {
    width: 100%;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .feature_introduction .introduction_container .img_background .first_block {
    width: 85%;
  }
}

.story_container .feature_introduction .introduction_container .img_background .first_block a {
  color: #8a7c2b;
}

.story_container .feature_introduction .introduction_container .img_background img {
  position: absolute;
  right: 0%;
  top: 0%;
  pointer-events: none;
}

.story_container .feature_introduction .introduction_container .text_blocks {
  display: none;
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .feature_introduction .introduction_container .text_blocks {
    margin-top: 2.027027027vw;
  }
}

.story_container .feature_introduction .introduction_container .text_blocks p {
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #760E1F;
  margin-bottom: 20px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .feature_introduction .introduction_container .text_blocks p {
    margin-bottom: 1.3513513514vw;
  }
}

.story_container .feature_introduction .introduction_container .text_blocks p.extra_spacing {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .feature_introduction .introduction_container .text_blocks p.extra_spacing {
    padding-top: 2.027027027vw;
    padding-bottom: 2.027027027vw;
  }
}

.story_container .feature_introduction .introduction_container .text_blocks a {
  color: #8a7c2b;
}

.story_container .feature_introduction .introduction_container .text_blocks h4 {
  font-family: "Source Sans Pro";
  font-size: 3rem;
  font-weight: 300;
  color: #760E1F;
  margin-bottom: 20px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .feature_introduction .introduction_container .text_blocks h4 {
    margin-bottom: 1.3513513514vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .feature_introduction .introduction_container .text_blocks h4 {
    font-size: 1.5rem;
    text-align: center;
  }
}

.story_container .feature_introduction .introduction_container .text_blocks table {
  width: 80%;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: #760E1F;
  border-collapse: separate;
  border-spacing: 32px 20px;
}

.story_container .feature_introduction .introduction_container .text_blocks table tr td {
  border-bottom: 1px solid #8a7c2b;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .feature_introduction .introduction_container .text_blocks table tr td {
    padding-top: 0.6756756757vw;
    padding-bottom: 0.6756756757vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .feature_introduction .introduction_container .text_blocks table tr td {
    width: 100vh;
  }
}

.story_container .feature_introduction .introduction_container .text_blocks table tr td a {
  color: #8a7c2b;
}

@media screen and (max-width: 766px) {
  .story_container .feature_introduction .introduction_container .text_blocks table {
    width: 100%;
  }
}

@media screen and (max-width: 766px) {
  .story_container .feature_introduction .introduction_container .text_blocks {
    width: 100% !important;
  }
}

.story_container .text_blocks {
  margin-top: 30px;
  margin-bottom: 150px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .text_blocks {
    margin-top: 2.027027027vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .text_blocks {
    margin-bottom: 10.1351351351vw;
  }
}

.story_container .text_blocks.building_blocks {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.story_container .text_blocks p {
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #760E1F;
  margin-bottom: 20px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .text_blocks p {
    margin-bottom: 1.3513513514vw;
  }
}

.story_container .text_blocks p.extra_spacing {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .text_blocks p.extra_spacing {
    padding-top: 2.027027027vw;
    padding-bottom: 2.027027027vw;
  }
}

.story_container .text_blocks a {
  color: #8a7c2b;
}

.story_container .text_blocks h4 {
  font-family: "Source Sans Pro";
  font-size: 3rem;
  font-weight: 300;
  color: #760E1F;
  margin-bottom: 20px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .text_blocks h4 {
    margin-bottom: 1.3513513514vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .text_blocks h4 {
    font-size: 1.5rem;
    text-align: center;
  }
}

.story_container .text_blocks table {
  width: 80%;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: #760E1F;
  border-collapse: separate;
  border-spacing: 32px 20px;
}

.story_container .text_blocks table tr td {
  width: 50%;
  border-bottom: 1px solid #8a7c2b;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .text_blocks table tr td {
    padding-top: 0.6756756757vw;
    padding-bottom: 0.6756756757vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .text_blocks table tr td {
    width: 100vh;
  }
}

.story_container .text_blocks table tr td a {
  color: #8a7c2b;
}

@media screen and (max-width: 766px) {
  .story_container .text_blocks table {
    width: 100%;
  }
}

@media screen and (max-width: 766px) {
  .story_container .text_blocks {
    width: 100% !important;
  }
}

.story_container .text_containers {
  padding-bottom: 80px;
  border: 0px;
  max-width: 1540px;
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .text_containers {
    padding-bottom: 5.4054054054vw;
  }
}

@media screen and (min-width: 1140px) and (max-width: 1640px) {
  .story_container .text_containers {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1140px) and (max-width: 1640px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .text_containers {
    padding-left: 2.7027027027vw;
    padding-right: 2.7027027027vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .text_containers {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .text_containers {
    padding-left: 1.3513513514vw;
    padding-right: 1.3513513514vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .text_containers {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .text_containers {
    padding-left: 2.7027027027vw;
    padding-right: 2.7027027027vw;
  }
}

.story_container .text_containers h4 {
  color: #760E1F;
  font-size: 4.5rem;
  font-weight: 300;
  margin-bottom: 30px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .text_containers h4 {
    margin-bottom: 2.027027027vw;
  }
}

.story_container .text_containers p {
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #760E1F;
  margin-bottom: 20px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .text_containers p {
    margin-bottom: 1.3513513514vw;
  }
}

.story_container .text_containers a {
  color: #8a7c2b;
}

.story_container .text_containers table {
  width: 80%;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: #760E1F;
  border-collapse: separate;
  border-spacing: 32px 20px;
}

.story_container .text_containers table tr td {
  border-bottom: 1px solid #8a7c2b;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .text_containers table tr td {
    padding-top: 0.6756756757vw;
    padding-bottom: 0.6756756757vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .text_containers table tr td {
    width: 100%;
    display: inline-block;
  }
}

.story_container .text_containers table tr td a {
  color: #8a7c2b;
}

@media screen and (max-width: 766px) {
  .story_container .text_containers table {
    width: 100%;
  }
}

.story_container .profile_wrapper .section_title {
  border: 0px;
  max-width: 1540px;
  margin: auto;
  width: 100%;
  margin-bottom: 80px;
  font-weight: 300;
  font-size: 4.5rem;
  line-height: 4.5rem;
  color: #760E1F;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_title {
    margin-bottom: 5.4054054054vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .profile_wrapper .section_title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 3rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_title {
    padding-left: 1.3513513514vw;
    padding-right: 1.3513513514vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_title {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_title {
    padding-left: 4.0540540541vw;
    padding-right: 4.0540540541vw;
  }
}

.story_container .profile_wrapper .section_blocks {
  max-width: 869px;
  margin: 0 auto;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_blocks {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_blocks {
    padding-left: 1.3513513514vw;
    padding-right: 1.3513513514vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .profile_wrapper .section_blocks {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_blocks {
    padding-left: 1.3513513514vw;
    padding-right: 1.3513513514vw;
  }
}

.story_container .profile_wrapper .section_blocks .icon-arrow-left {
  position: absolute;
  top: 50%;
  left: -10%;
  z-index: 99;
  cursor: pointer;
  font-size: 3rem;
}

@media screen and (max-width: 766px) {
  .story_container .profile_wrapper .section_blocks .icon-arrow-left {
    bottom: -1%;
    left: 9%;
    top: 95%;
  }
}

@media screen and (max-width: 767px) and (min-width: 450px) {
  .story_container .profile_wrapper .section_blocks .icon-arrow-left {
    left: 9%;
    top: 95%;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_blocks .icon-arrow-left {
    left: 9%;
    top: 91%;
  }
}

.story_container .profile_wrapper .section_blocks .icon-arrow-left:hover:before {
  display: inline-block;
  width: 48px;
  height: 48px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  content: url(../images/arrow-up-filled.svg);
}

@media screen and (max-width: 766px) {
  .story_container .profile_wrapper .section_blocks .icon-arrow-left:hover:before {
    width: 3rem;
    height: 3rem;
    margin-right: 20px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_blocks .icon-arrow-left:hover:before {
    margin-right: 1.3513513514vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_blocks .icon-arrow-left:hover:before {
    width: 3rem;
    height: 3rem;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_blocks .icon-arrow-left:hover:before {
    margin-right: 1.3513513514vw;
  }
}

.story_container .profile_wrapper .section_blocks .icon-arrow-right {
  position: absolute;
  top: 50%;
  right: -10%;
  z-index: 99;
  cursor: pointer;
  font-size: 3rem;
}

@media screen and (max-width: 766px) {
  .story_container .profile_wrapper .section_blocks .icon-arrow-right {
    bottom: -1%;
    right: 9%;
    top: 95%;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_blocks .icon-arrow-right {
    right: 9%;
    top: 91%;
  }
}

.story_container .profile_wrapper .section_blocks .icon-arrow-right:hover:before {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  content: url(../images/arrow-up-filled.svg);
  width: 48px;
  height: 48px;
}

@media screen and (max-width: 766px) {
  .story_container .profile_wrapper .section_blocks .icon-arrow-right:hover:before {
    min-width: 48px;
    min-height: 48px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_blocks .icon-arrow-right:hover:before {
    width: 3rem;
    height: 3rem;
  }
}

.story_container .profile_wrapper .section_blocks .slick-dots {
  position: absolute;
  cursor: pointer;
  bottom: 6%;
  left: 32%;
  width: 40%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

@media screen and (max-width: 766px) {
  .story_container .profile_wrapper .section_blocks .slick-dots {
    bottom: 1%;
    left: 30%;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_blocks .slick-dots {
    bottom: 5%;
    left: 29%;
  }
}

.story_container .profile_wrapper .section_blocks .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  margin: 5px;
  opacity: 0.5;
  background-color: #8a7c2b;
}

.story_container .profile_wrapper .section_blocks .slick-dots li.slick-active button {
  opacity: 1;
}

.story_container .profile_wrapper .section_blocks .personal_wrapper {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_blocks .personal_wrapper {
    margin-top: 6.7567567568vw;
    margin-bottom: 6.7567567568vw;
  }
}

.story_container .profile_wrapper .section_blocks .personal_wrapper .information_section {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .profile_section {
  -webkit-box-flex: 60%;
      -ms-flex: 60%;
          flex: 60%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

@media screen and (max-width: 766px) {
  .story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .profile_section {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}

.story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .profile_section .name {
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.625rem;
  color: #760E1F;
}

@media screen and (max-width: 766px) {
  .story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .profile_section .name {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}

.story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .profile_section .link_section {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .profile_section .link_section {
    margin-top: 1.0810810811vw;
  }
}

.story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .profile_section .link_section > div.youtube a {
  padding: 13.5px 12px 13.5px 12px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .profile_section .link_section > div.youtube a {
    padding: 0.9121621622vw 0.8108108108vw 0.9121621622vw 0.8108108108vw;
  }
}

.story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .profile_section .link_section > div.youtube a .icon-youtube::before {
  color: #8a7c2b;
}

.story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .profile_section .link_section > div a {
  text-decoration: none;
  margin-right: 12px;
  border-radius: 50%;
  border: 1px solid #8a7c2b;
  padding: 12px 12px 12px 12px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .profile_section .link_section > div a {
    margin-right: 0.8108108108vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .profile_section .link_section > div a {
    padding: 0.8108108108vw 0.8108108108vw 0.8108108108vw 0.8108108108vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .profile_section .link_section > div a {
    margin-right: 0px;
  }
}

.story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .profile_section .link_section > div a span {
  font-size: 1rem;
}

.story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .profile_section .link_section > div a span.icon-youtube {
  font-size: 0.8rem;
}

@media screen and (max-width: 766px) {
  .story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .profile_section .link_section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}

.story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .profile_section .position {
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 400;
  color: #760E1F;
}

.story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .image_section {
  -webkit-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
  max-width: 420px;
  height: 380px;
}

@media screen and (max-width: 766px) {
  .story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .image_section {
    height: auto;
  }
}

.story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .image_section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 766px) {
  .story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .image_section img {
    margin-top: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 300px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_blocks .personal_wrapper .information_section .image_section img {
    margin-top: 1.3513513514vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .profile_wrapper .section_blocks .personal_wrapper .information_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.story_container .profile_wrapper .section_blocks .personal_wrapper .bio {
  margin-top: 70px;
}

.story_container .profile_wrapper .section_blocks .personal_wrapper .bio h4 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: #760E1F;
  margin-bottom: 20px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_blocks .personal_wrapper .bio h4 {
    margin-bottom: 1.3513513514vw;
  }
}

.story_container .profile_wrapper .section_blocks .personal_wrapper .bio p {
  line-height: 1.5rem;
  font-weight: 400;
}

.story_container .profile_wrapper .section_blocks .personal_wrapper .bio p a {
  color: #8a7c2b;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .profile_wrapper .section_blocks .personal_wrapper .bio {
    margin-top: 4.7297297297vw;
  }
}

.story_container .pagination_text {
  border: 0px;
  max-width: 1540px;
  margin: auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .pagination_text {
    padding-left: 2.7027027027vw;
    padding-right: 2.7027027027vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .pagination_text {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .pagination_text {
    padding-left: 2.7027027027vw;
    padding-right: 2.7027027027vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .pagination_text {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .pagination_text {
    padding-left: 2.7027027027vw;
    padding-right: 2.7027027027vw;
  }
}

.story_container .pagination_text .title {
  font-family: "Source Sans Pro";
  font-size: 4.5rem;
  font-weight: 300;
  color: #760e1f;
  margin-bottom: 30px;
  margin-top: 160px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .pagination_text .title {
    margin-bottom: 2.027027027vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .pagination_text .title {
    margin-top: 10.8108108108vw;
  }
}

@media screen and (max-width: 768px) {
  .story_container .pagination_text .title {
    font-size: 3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}

.story_container .pagination_text .text_container {
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #760e1f;
  margin-bottom: 150px;
}

.story_container .pagination_text .text_container .icon-arrow-left {
  position: absolute;
  top: 30%;
  left: -6%;
  z-index: 99;
  cursor: pointer;
  font-size: 3rem;
}

@media screen and (max-width: 766px) {
  .story_container .pagination_text .text_container .icon-arrow-left {
    bottom: -1%;
    left: 6%;
    top: 102%;
  }
}

@media screen and (max-width: 767px) and (min-width: 450px) {
  .story_container .pagination_text .text_container .icon-arrow-left {
    left: 20%;
    top: 102%;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .pagination_text .text_container .icon-arrow-left {
    left: 20%;
    top: 110%;
  }
}

.story_container .pagination_text .text_container .icon-arrow-left:hover:before {
  display: inline-block;
  width: 48px;
  height: 48px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  content: url(../images/arrow-up-filled.svg);
}

@media screen and (max-width: 766px) {
  .story_container .pagination_text .text_container .icon-arrow-left:hover:before {
    width: 3rem;
    height: 3rem;
    margin-right: 20px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .pagination_text .text_container .icon-arrow-left:hover:before {
    margin-right: 1.3513513514vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .pagination_text .text_container .icon-arrow-left:hover:before {
    width: 3rem;
    height: 3rem;
  }
}

.story_container .pagination_text .text_container .icon-arrow-right {
  position: absolute;
  top: 30%;
  right: -6%;
  z-index: 99;
  cursor: pointer;
  font-size: 3rem;
}

@media screen and (max-width: 766px) {
  .story_container .pagination_text .text_container .icon-arrow-right {
    bottom: -1%;
    right: 6%;
    top: 102%;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .pagination_text .text_container .icon-arrow-right {
    right: 36%;
    top: 110%;
  }
}

@media screen and (max-width: 767px) and (min-width: 450px) {
  .story_container .pagination_text .text_container .icon-arrow-right {
    right: 36%;
    top: 102%;
  }
}

.story_container .pagination_text .text_container .icon-arrow-right:hover:before {
  display: inline-block;
  content: url(../images/arrow-up-filled.svg);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 48px;
  height: 48px;
}

@media screen and (max-width: 766px) {
  .story_container .pagination_text .text_container .icon-arrow-right:hover:before {
    min-width: 48px;
    min-height: 48px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .pagination_text .text_container .icon-arrow-right:hover:before {
    margin-right: 1.3513513514vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .pagination_text .text_container .icon-arrow-right:hover:before {
    width: 48px;
    height: 48px;
  }
}

.story_container .pagination_text .text_container .content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 766px) {
  .story_container .pagination_text .text_container .content p {
    width: 100%;
  }
}

.story_container .pagination_text .text_container .content a {
  color: #8a7c2b;
}

.story_container .pagination_text .text_container .slick-dots {
  position: absolute;
  bottom: -24%;
  left: 41%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media screen and (max-width: 766px) {
  .story_container .pagination_text .text_container .slick-dots {
    bottom: -5%;
    left: 30%;
  }
}

@media screen and (max-width: 767px) and (min-width: 450px) {
  .story_container .pagination_text .text_container .slick-dots {
    left: 35%;
  }
}

.story_container .pagination_text .text_container .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  margin: 5px;
  opacity: 0.5;
  background-color: #8a7c2b;
}

.story_container .pagination_text .text_container .slick-dots li.slick-active button {
  opacity: 1;
}

.story_container .image_overlaying_text {
  border: 0px;
  max-width: 1540px;
  margin: auto;
  width: 100%;
  margin-bottom: 320px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .image_overlaying_text {
    margin-bottom: 21.6216216216vw;
  }
}

@media screen and (min-width: 1140px) and (max-width: 1640px) {
  .story_container .image_overlaying_text {
    padding-left: 40px;
  }
}

@media screen and (min-width: 1140px) and (max-width: 1640px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .image_overlaying_text {
    padding-left: 2.7027027027vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 768px) {
  .story_container .image_overlaying_text {
    padding-left: 40px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 768px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .image_overlaying_text {
    padding-left: 2.7027027027vw;
  }
}

.story_container .image_overlaying_text .image_text_wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 766px) {
  .story_container .image_overlaying_text .image_text_wrapper {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 781px) {
  .story_container .image_overlaying_text .image_text_wrapper {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.story_container .image_overlaying_text .image_text_wrapper .text_container {
  z-index: 9;
  max-height: 700px;
}

.story_container .image_overlaying_text .image_text_wrapper .text_container div[class^="text_block"] {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #760E1F;
  background-color: white;
  padding: 40px;
}

.story_container .image_overlaying_text .image_text_wrapper .text_container div[class^="text_block"] p {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .image_overlaying_text .image_text_wrapper .text_container div[class^="text_block"] p {
    margin-bottom: 1.3513513514vw;
  }
}

.story_container .image_overlaying_text .image_text_wrapper .text_container div[class^="text_block"] p a {
  color: #8a7c2b;
}

.story_container .image_overlaying_text .image_text_wrapper .text_container div[class^="text_block"] h4 {
  width: 100%;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .image_overlaying_text .image_text_wrapper .text_container div[class^="text_block"] h4 {
    margin-top: 1.3513513514vw;
    margin-bottom: 1.3513513514vw;
  }
}

.story_container .image_overlaying_text .image_text_wrapper .text_container div[class^="text_block"] .audio_container {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .image_overlaying_text .image_text_wrapper .text_container div[class^="text_block"] .audio_container {
    margin-top: 2.027027027vw;
    margin-bottom: 2.027027027vw;
  }
}

.story_container .image_overlaying_text .image_text_wrapper .text_container div[class^="text_block"] .audio_container > * {
  margin: 0 15px;
  margin: 15px 0;
}

.story_container .image_overlaying_text .image_text_wrapper .text_container div[class^="text_block"] .audio_container > *:first-child {
  margin-left: 0;
}

.story_container .image_overlaying_text .image_text_wrapper .text_container div[class^="text_block"] .audio_container > *:last-child {
  margin-right: 0;
}

.story_container .image_overlaying_text .image_text_wrapper .text_container div[class^="text_block"] .audio_container > *:first-child {
  margin-top: 0;
}

.story_container .image_overlaying_text .image_text_wrapper .text_container div[class^="text_block"] .audio_container > *:last-child {
  margin-bottom: 0;
}

.story_container .image_overlaying_text .image_text_wrapper .text_container div[class^="text_block"] ul {
  padding: 20px 0px 0px 20px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .image_overlaying_text .image_text_wrapper .text_container div[class^="text_block"] ul {
    padding: 1.3513513514vw 0vw 0vw 1.3513513514vw;
  }
}

.story_container .image_overlaying_text .image_text_wrapper .text_container div[class^="text_block"] table {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .image_overlaying_text .image_text_wrapper .text_container div[class^="text_block"] table {
    padding-top: 1.3513513514vw;
    padding-bottom: 1.3513513514vw;
  }
}

.story_container .image_overlaying_text .image_text_wrapper .text_container div[class^="text_block"] table tr td {
  border-bottom: 1px solid #760E1F;
}

.story_container .image_overlaying_text .image_text_wrapper .text_container .content {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  margin-top: 300px;
  margin-bottom: 600px;
  min-width: 400px;
  width: 120%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.story_container .image_overlaying_text .image_text_wrapper .text_container .content a {
  color: #8a7c2b;
}

.story_container .image_overlaying_text .image_text_wrapper .text_container .content.animate {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.story_container .image_overlaying_text .image_text_wrapper .text_container .content.title {
  font-size: 6rem;
  font-weight: 300;
  color: #760E1F;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .image_overlaying_text .image_text_wrapper .text_container .content.title {
    font-size: 4.5rem;
    font-weight: 350;
  }
}

@media screen and (max-width: 768px) {
  .story_container .image_overlaying_text .image_text_wrapper .text_container .content.title {
    font-size: 3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .image_overlaying_text .image_text_wrapper .text_container .content.title {
    padding-left: 2.027027027vw;
    padding-right: 2.027027027vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .image_overlaying_text .image_text_wrapper .text_container .content.title {
    margin-top: 2.7027027027vw;
    margin-bottom: 2.7027027027vw;
  }
}

@media screen and (max-width: 768px) {
  .story_container .image_overlaying_text .image_text_wrapper .text_container .content {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .image_overlaying_text .image_text_wrapper .text_container .content {
    margin-top: 6.7567567568vw;
    margin-bottom: 6.7567567568vw;
  }
}

@media screen and (max-width: 768px) {
  .story_container .image_overlaying_text .image_text_wrapper .text_container {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

.story_container .image_overlaying_text .image_text_wrapper .image_container.animated {
  width: 1000px;
  height: 800px;
  will-change: opacity;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .story_container .image_overlaying_text .image_text_wrapper .image_container.animated {
    opacity: 1;
  }
}

.story_container .image_overlaying_text .image_text_wrapper .image_container.animated img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 766px) {
  .story_container .image_overlaying_text .image_text_wrapper .image_container.animated img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 500px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .image_overlaying_text .image_text_wrapper .image_container.animated img {
    padding-left: 2.027027027vw;
    padding-right: 2.027027027vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 768px) {
  .story_container .image_overlaying_text .image_text_wrapper .image_container.animated img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.story_container .image_overlaying_text .image_text_wrapper .image_container.animated.brighten {
  opacity: 1;
}

@media screen and (max-width: 766px) {
  .story_container .image_overlaying_text .image_text_wrapper .image_container.animated {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 900px) and (min-width: 767px) {
  .story_container .image_overlaying_text .image_text_wrapper .image_container.animated {
    width: 500px;
    height: 600px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 900px) {
  .story_container .image_overlaying_text .image_text_wrapper .image_container.animated {
    width: 600px;
    height: 400px;
  }
}

@media screen and (max-width: 766px) {
  .story_container .image_overlaying_text {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .image_overlaying_text {
    margin-bottom: 6.7567567568vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .image_overlaying_text {
    max-width: 100vw;
  }
}

.story_container .conclusion {
  background-color: #760E1F;
  padding: 180px 160px 180px 160px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion {
    padding: 12.1621621622vw 10.8108108108vw 12.1621621622vw 10.8108108108vw;
  }
}

@media screen and (min-width: 1140px) and (max-width: 1640px) {
  .story_container .conclusion {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1140px) and (max-width: 1640px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion {
    padding-left: 2.7027027027vw;
    padding-right: 2.7027027027vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .conclusion {
    padding: 70px 50px 70px 50px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion {
    padding: 4.7297297297vw 3.3783783784vw 4.7297297297vw 3.3783783784vw;
  }
}

.story_container .conclusion .conclusion_container {
  background-image: url(../images/conclusion_bg.svg);
  background-size: 100% 100%;
}

@media (min-width: 1920px) and (max-width: 2560px) {
  .story_container .conclusion .conclusion_container {
    background-position: -30%;
  }
}

.story_container .conclusion h2 {
  font-size: 4.5rem;
  font-weight: 300;
  color: white;
  margin-bottom: 50px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion h2 {
    margin-bottom: 3.3783783784vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .conclusion h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion h2 {
    margin-bottom: 2.027027027vw;
  }
}

.story_container .conclusion .optional_image {
  margin-top: 50px;
  padding-left: 110px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1156px;
  width: 100%;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .optional_image {
    margin-top: 3.3783783784vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .optional_image {
    padding-left: 7.4324324324vw;
  }
}

.story_container .conclusion .optional_image p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.125rem;
  font-family: "Source Sans Pro", "Roboto";
  color: white;
  display: inline-block;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .optional_image p {
    margin-top: 2.7027027027vw;
    margin-bottom: 2.7027027027vw;
  }
}

.story_container .conclusion .optional_image img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 766px) {
  .story_container .conclusion .optional_image img {
    width: 100%;
    padding: 0px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .optional_image img {
    padding: 0vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .conclusion .optional_image {
    padding: 0px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .optional_image {
    padding: 0vw;
  }
}

.story_container .conclusion .img_background {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding-left: 110px;
  background-repeat: none;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .img_background {
    padding-left: 7.4324324324vw;
  }
}

.story_container .conclusion .img_background .text_wrapper {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.125rem;
  font-family: "Roboto", "Source Sans Pro";
  color: white;
  display: inline-block;
  max-width: 778px;
  padding-top: 50px;
  margin-bottom: 180px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .img_background .text_wrapper {
    padding-top: 3.3783783784vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .img_background .text_wrapper {
    margin-bottom: 12.1621621622vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .conclusion .img_background .text_wrapper {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .img_background .text_wrapper {
    margin-bottom: 0.6756756757vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .img_background .text_wrapper {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .img_background .text_wrapper {
    margin-bottom: 6.7567567568vw;
  }
}

.story_container .conclusion .img_background .text_wrapper p a {
  color: #8a7c2b;
}

.story_container .conclusion .img_background .text_wrapper p.spacer {
  margin-top: 30px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .img_background .text_wrapper p.spacer {
    margin-top: 2.027027027vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .conclusion .img_background .text_wrapper {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.5rem;
  }
}

.story_container .conclusion .img_background img {
  display: inline-block;
  margin-left: -200px;
  pointer-events: none;
  max-width: 500px;
}

@media screen and (max-width: 766px) {
  .story_container .conclusion .img_background img {
    max-width: 100%;
    max-height: 100%;
    margin-left: -200px;
    margin-top: -120%;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .img_background img {
    width: 70%;
    margin-left: -300px;
  }
}

@media screen and (max-width: 766px) {
  .story_container .conclusion .img_background {
    max-width: 100%;
    max-height: 100%;
    margin-top: 40px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .img_background {
    margin-top: 2.7027027027vw;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .img_background {
    padding-left: 0vw;
  }
}

.story_container .conclusion .selected_output_container.top_margin {
  margin-top: 80px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .selected_output_container.top_margin {
    margin-top: 5.4054054054vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .conclusion .selected_output_container.top_margin {
    margin-top: 40px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .selected_output_container.top_margin {
    margin-top: 2.7027027027vw;
  }
}

.story_container .conclusion .selected_output_container h3 {
  margin-bottom: 80px;
  font-size: 3rem;
  line-height: 3.625rem;
  font-weight: 300;
  color: white;
  font-family: "Source Sans Pro", "Roboto";
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .selected_output_container h3 {
    margin-bottom: 5.4054054054vw;
  }
}

.story_container .conclusion .selected_output_container .output_list {
  display: block;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  width: 75%;
  padding-left: 110px;
  padding-right: 110px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .selected_output_container .output_list {
    padding-left: 7.4324324324vw;
    padding-right: 7.4324324324vw;
  }
}

.story_container .conclusion .selected_output_container .output_list p {
  display: block;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid white;
  color: white;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .selected_output_container .output_list p {
    padding-top: 2.1621621622vw;
    padding-bottom: 2.1621621622vw;
  }
}

.story_container .conclusion .selected_output_container .output_list p a {
  color: #8a7c2b;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 766px) {
  .story_container .conclusion .selected_output_container .output_list {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .selected_output_container .output_list {
    padding-left: 0vw;
    padding-right: 0vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .conclusion .selected_output_container {
    margin-top: 70px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .selected_output_container {
    margin-top: 4.7297297297vw;
  }
}

.story_container .conclusion .hero_image_collection h3 {
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 3rem;
  line-height: 3.625rem;
  font-weight: 300;
  color: white;
  font-family: "Source Sans Pro", "Roboto";
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .hero_image_collection h3 {
    margin-top: 5.4054054054vw;
    margin-bottom: 5.4054054054vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .conclusion .hero_image_collection h3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .hero_image_collection h3 {
    margin-top: 2.7027027027vw;
    margin-bottom: 2.7027027027vw;
  }
}

.story_container .conclusion .hero_image_collection .caption_list {
  display: block;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  width: 75%;
  padding-left: 110px;
  padding-right: 110px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .hero_image_collection .caption_list {
    padding-left: 7.4324324324vw;
    padding-right: 7.4324324324vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .conclusion .hero_image_collection .caption_list {
    width: 100%;
  }
}

.story_container .conclusion .hero_image_collection .caption_list p {
  display: block;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid white;
  color: white;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .hero_image_collection .caption_list p {
    padding-top: 2.1621621622vw;
    padding-bottom: 2.1621621622vw;
  }
}

.story_container .conclusion .hero_image_collection .caption_list p a {
  color: #8a7c2b;
}

@media screen and (max-width: 766px) {
  .story_container .conclusion .hero_image_collection .caption_list {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .hero_image_collection .caption_list {
    padding-left: 0vw;
    padding-right: 0vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .conclusion .hero_image_collection {
    margin-top: 70px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .conclusion .hero_image_collection {
    margin-top: 4.7297297297vw;
  }
}

.story_container .conclusion.no_bg {
  background-image: none;
}

.story_container .related_stories {
  background-color: #231F20;
}

.story_container .related_stories .list_stories {
  border: 0px;
  max-width: 1540px;
  margin: auto;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.story_container .related_stories .list_stories a {
  text-decoration: none;
}

.story_container .related_stories .list_stories a:hover > div img {
  opacity: 0.3;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .related_stories .list_stories {
    padding-top: 8.1081081081vw;
    padding-bottom: 8.1081081081vw;
  }
}

.story_container .related_stories .list_stories .stories_link {
  margin-right: 80px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .related_stories .list_stories .stories_link {
    margin-right: 5.4054054054vw;
  }
}

.story_container .related_stories .list_stories .stories_link img {
  width: 520px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 32px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .related_stories .list_stories .stories_link img {
    margin-bottom: 2.1621621622vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .related_stories .list_stories .stories_link img {
    max-width: 100%;
    max-height: 100%;
    width: 400px;
    height: 200px;
  }
}

.story_container .related_stories .list_stories .stories_link .story_name {
  color: white;
  max-width: 480px;
}

.story_container .related_stories .list_stories .stories_link .story_name h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.25rem;
  font-family: "Source Sans Pro", "Roboto";
  margin-bottom: 24px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .related_stories .list_stories .stories_link .story_name h3 {
    margin-bottom: 1.6216216216vw;
  }
}

@media screen and (max-width: 766px) {
  .story_container .related_stories .list_stories .stories_link .story_name h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.75rem;
  }
}

.story_container .related_stories .list_stories .stories_link .story_name p {
  font-family: "Source Sans Pro", "Roboto";
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 400;
}

@media screen and (max-width: 766px) {
  .story_container .related_stories .list_stories .stories_link .story_name p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
  }
}

@media screen and (max-width: 766px) {
  .story_container .related_stories .list_stories .stories_link {
    margin: 30px 0px 30px 0px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .related_stories .list_stories .stories_link {
    margin: 2.027027027vw 0vw 2.027027027vw 0vw;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .related_stories .list_stories .stories_link {
    padding-left: 2.7027027027vw;
    padding-right: 2.7027027027vw;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .related_stories .list_stories .stories_link {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 767px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container .related_stories .list_stories .stories_link {
    margin-bottom: 5.4054054054vw;
  }
}

.story_container .related_stories .show_all_stories a {
  text-decoration: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  color: white;
  padding-bottom: 150px;
  border: 0px;
  max-width: 1540px;
  margin: auto;
  width: 100%;
  border-bottom: 1px solid white;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .related_stories .show_all_stories a {
    padding-bottom: 10.1351351351vw;
  }
}

.story_container .related_stories .show_all_stories a span {
  font-size: 3rem;
}

.story_container .related_stories .show_all_stories a span.icon-arrow-left {
  margin-right: 32px;
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .related_stories .show_all_stories a span.icon-arrow-left {
    margin-right: 2.1621621622vw;
  }
}

.story_container .related_stories .show_all_stories a span.icon-arrow-left::before {
  font-size: 3rem;
  color: white;
}

.story_container .related_stories .show_all_stories a span.icon-arrow-white {
  margin-right: 32px;
  display: inline-block;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media screen and (max-width: 1480px) and (min-width: 767px) {
  .story_container .related_stories .show_all_stories a span.icon-arrow-white {
    margin-right: 2.1621621622vw;
  }
}

.story_container .related_stories .show_all_stories a h4 {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

@media screen and (max-width: 766px) {
  .story_container {
    padding-top: 70px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1480px) and (min-width: 767px) {
  .story_container {
    padding-top: 4.7297297297vw;
  }
}

.marker-cluster-smallactive-pin-group,
.marker-cluster-mediumactive-pin-group,
.marker-cluster-largeactive-pin-group {
  background-color: grey;
  border-radius: 50%;
  width: 20px;
  color: white;
}

.marker-cluster-smallresearch-group,
.marker-cluster-mediumresearch-group,
.marker-cluster-largeresearch-group {
  background-color: #1C5057;
  border-radius: 50%;
  width: 20px;
  color: white;
}

.marker-cluster-smallresearch-group.selected,
.marker-cluster-mediumresearch-group.selected,
.marker-cluster-largeresearch-group.selected {
  width: 50px !important;
  height: 50px !important;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4);
}

.marker-cluster-smallresearch-group.selected > div,
.marker-cluster-mediumresearch-group.selected > div,
.marker-cluster-largeresearch-group.selected > div {
  margin-left: 10px !important;
  margin-top: 10px !important;
}

.marker-cluster-smalllanguage-group,
.marker-cluster-mediumlanguage-group,
.marker-cluster-largelanguage-group {
  background-color: #760E1F;
  border-radius: 50%;
  width: 20px;
  color: white;
}

.marker-cluster-smalllanguage-group.selected,
.marker-cluster-mediumlanguage-group.selected,
.marker-cluster-largelanguage-group.selected {
  width: 50px !important;
  height: 50px !important;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4);
}

.marker-cluster-smalllanguage-group.selected > div,
.marker-cluster-mediumlanguage-group.selected > div,
.marker-cluster-largelanguage-group.selected > div {
  margin-left: 10px !important;
  margin-top: 10px !important;
}

.marker-cluster-smallpeople-group,
.marker-cluster-mediumpeople-group,
.marker-cluster-largepeople-group {
  background-color: #8a7c2b;
  border-radius: 50%;
  width: 20px;
  color: white;
}

.marker-cluster-smallpeople-group.selected,
.marker-cluster-mediumpeople-group.selected,
.marker-cluster-largepeople-group.selected {
  width: 50px !important;
  height: 50px !important;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4);
}

.marker-cluster-smallpeople-group.selected > div,
.marker-cluster-mediumpeople-group.selected > div,
.marker-cluster-largepeople-group.selected > div {
  margin-left: 10px !important;
  margin-top: 10px !important;
}

.marker-cluster-smalloutreach-group,
.marker-cluster-mediumoutreach-group,
.marker-cluster-largeoutreach-group {
  background-color: #CF5831;
  border-radius: 50%;
  width: 20px;
  color: white;
}

.marker-cluster-smalloutreach-group.selected,
.marker-cluster-mediumoutreach-group.selected,
.marker-cluster-largeoutreach-group.selected {
  width: 50px !important;
  height: 50px !important;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4);
}

.marker-cluster-smalloutreach-group.selected > div,
.marker-cluster-mediumoutreach-group.selected > div,
.marker-cluster-largeoutreach-group.selected > div {
  margin-left: 10px !important;
  margin-top: 10px !important;
}

.leaflet-top .leaflet-control-zoom {
  position: absolute;
  top: 100px;
  left: 80px;
}

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