/* Digital Report */
/* Follow up variables */
/* Big Numbers */
.big-numbers-container {
  display: flex;
  justify-content: center;
  margin: 60px 0;
  text-align: center;
  flex-direction: column; }
  @media (min-width: 768px) {
    .big-numbers-container {
      flex-direction: row; } }
  .big-numbers-container .number-holder {
    margin: -40px 30px 30px 30px; }
    @media (min-width: 768px) {
      .big-numbers-container .number-holder {
        width: 25%;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .big-numbers-container .number-holder {
        width: 20%; } }
    @media (min-width: 1200px) {
      .big-numbers-container .number-holder {
        width: 20%; } }
    .big-numbers-container .number-holder .number {
      display: inline-block;
      width: 100%;
      font-family: 'Montserrat', sans-serif;
      font-size: 100px;
      height: 130px;
      font-weight: 600; }
      @media (min-width: 1200px) {
        .big-numbers-container .number-holder .number {
          font-size: 150px;
          height: 200px; } }
    .big-numbers-container .number-holder h3 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      color: #a1a1a1; }

/* Blockquotes */
blockquote {
  font-family: 'Merriweather', serif;
  letter-spacing: 1px;
  display: block;
  float: left;
  width: 100%;
  margin: 10px 55px 35px 0;
  padding: 19px 0 0 0;
  line-height: 1.7;
  border-left: 0;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  blockquote.right {
    margin: 10px 0 35px 55px;
    float: right; }
    blockquote.right span {
      text-align: left; }
  blockquote.center {
    margin: 20px 0 60px 0;
    float: none; }
    blockquote.center h3 {
      font-style: normal;
      margin-bottom: 30px;
      font-size: 20px; }
    blockquote.center p {
      font-weight: 300; }
    blockquote.center h6 {
      font-size: 12px; }
    blockquote.center .story-links {
      color: #c9c9c9; }
    @media (min-width: 992px) {
      blockquote.center {
        margin: 20px 0 60px 0;
        width: 100%; } }
  blockquote span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 15px; }
  @media (min-width: 992px) {
    blockquote {
      margin: 10px 48px 20px -15%;
      width: 329px; }
      blockquote.right {
        margin: 10px -15% 20px 48px; }
      blockquote.story-block {
        width: 50%; } }

/* Boxes */
.story-box {
  background-color: #f8f8f8;
  padding: 15px;
  border: 1px solid #e7e7e7;
  position: relative;
  z-index: 5; }
  .story-box h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-style: italic; }
  .story-box h6 {
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    color: #999999; }
  .story-box p {
    font-weight: 700; }
  .story-box a.centered-box-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 10px; }
  .story-box .caret {
    margin-top: 0;
    transform: rotate(-90deg); }

/* Buttons */
.btn {
  font-size: 16px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 10px 12px 9px 12px; }
  .btn:hover, .btn:active, .btn:focus, .btn:active:hover, .btn:active:focus, .btn:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    box-shadow: none; }

.btn-sm {
  padding: 2px 7px 2px 7px;
  font-size: 12px; }

.btn-primary {
  background-color: #4E2682;
  border-color: transparent; }
  .btn-primary:hover {
    background-color: #6632a9;
    border-color: transparent; }

.btn-secondary {
  background-color: #999999;
  border-color: transparent; }

/* Charts */
.chart-container {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px 15px; }
  .chart-container .chart-title {
    text-align: center;
    color: white; }
    .chart-container .chart-title h2 {
      font-size: 17px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      margin-bottom: 30px; }
    .chart-container .chart-title h6 {
      color: #6f6f6f; }
  .chart-container h6 a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 800;
    color: white; }
    .chart-container h6 a i {
      margin-right: 5px; }
    .chart-container h6 a:hover {
      text-decoration: none; }

.highcharts-tooltip > span {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 15px; }
  .highcharts-tooltip > span span {
    font-size: 14px !important; }
  .highcharts-tooltip > span span:first-child {
    font-size: 18px !important;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 300; }

.chart-internal-title {
  display: flex;
  align-items: center;
  justify-content: center; }

.highcharts-legend-item {
  overflow: visible !important; }
  .highcharts-legend-item span {
    font-size: 12px !important;
    color: #1b1d1f !important;
    font-weight: normal !important; }
  .highcharts-legend-item > span {
    overflow: visible !important; }
  .highcharts-legend-item:first-child .undefined {
    background-color: #ff6600; }
  .highcharts-legend-item:last-child .undefined {
    background-color: #4c5d6a; }

.undefined {
  display: inline-block;
  width: 16px;
  height: 16px;
  float: left;
  margin-left: -21px;
  position: relative;
  z-index: 20;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.y-label {
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 5px; }

p.note {
  margin-top: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #999999; }
  p.note.note-white {
    color: #999999; }

.stacked-label-shift .highcharts-stack-labels text {
  transform: translate(15px, 0); }

/* Cover */
.cover {
  height: 100%;
  background-color: #ebebeb; }
  .cover .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 30px; }
    .cover .content .scene {
      position: absolute;
      top: 0;
      left: 0; }
    .cover .content .cover-overlay {
      position: relative;
      background-color: white;
      display: flex;
      flex-direction: column;
      z-index: 1;
      padding: 30px;
      max-width: 648px;
      max-height: 648px;
      -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
      -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
      box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09); }
      @media (min-width: 576px) {
        .cover .content .cover-overlay {
          width: 50%; } }
      @media (min-width: 768px) {
        .cover .content .cover-overlay {
          height: 50%; } }
      .cover .content .cover-overlay .cover-header, .cover .content .cover-overlay .cover-body, .cover .content .cover-overlay .cover-footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; }
      .cover .content .cover-overlay .cover-body {
        flex-grow: 1;
        flex-shrink: 0;
        padding: 0 0 30px 0; }
        @media (min-width: 576px) {
          .cover .content .cover-overlay .cover-body {
            padding: 30px 0; } }
      .cover .content .cover-overlay h1, .cover .content .cover-overlay h2, .cover .content .cover-overlay p {
        font-family: 'Montserrat', sans-serif; }
      .cover .content .cover-overlay h1 {
        font-weight: 600;
        color: #4E2682; }
      .cover .content .cover-overlay h2 {
        color: #4E2682; }
      .cover .content .cover-overlay p {
        margin-bottom: 15px;
        opacity: 0.5;
        font-size: 14px;
        font-weight: 600; }
        .cover .content .cover-overlay p:last-child {
          margin-bottom: 0; }

html {
  height: 100%; }

body {
  background-color: white;
  width: 100%;
  height: 100%; }
  body.padding-top {
    padding-top: 75px; }

.dr-container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
  @media (min-width: 768px) {
    .dr-container {
      width: 540px; } }
  @media (min-width: 992px) {
    .dr-container {
      width: 540px; } }
  @media (min-width: 1200px) {
    .dr-container {
      width: 648px; } }

.dr-container-chart {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 768px) {
    .dr-container-chart {
      width: 625px; } }
  @media (min-width: 992px) {
    .dr-container-chart {
      width: 808px; } }
  @media (min-width: 1200px) {
    .dr-container-chart {
      width: 812px; } }

.dr-container-chart-half {
  width: 100%;
  text-align: center; }
  @media (min-width: 992px) {
    .dr-container-chart-half {
      width: 404px;
      text-align: left; } }
  @media (min-width: 1200px) {
    .dr-container-chart-half {
      width: 406px; } }

.audio-container {
  margin: 30px 0; }

.website-showcase-container {
  margin: 60px 0; }

.embargoed-div {
  background-color: red;
  color: white;
  position: absolute;
  z-index: 1029;
  width: 100%;
  height: 32px;
  top: 63px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 15px; }

/* Footer */
footer {
  margin-top: 250px !important;
  padding-bottom: 100px; }
  footer .section-title {
    color: #999999;
    font-size: 14px;
    margin: 10px 0 20px 0;
    text-transform: uppercase;
    font-weight: 600; }

.footer-icon-list {
  margin-top: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7; }
  .footer-icon-list a {
    color: #b1bac3; }
    .footer-icon-list a:hover {
      color: #b1bac3; }
    .footer-icon-list a i.material-icons {
      font-size: 40px; }

.footer-links li {
  margin: 15px 0; }

.social-column {
  /* Small devices (tablets, 768px and up) */ }
  .social-column img {
    max-width: 200px; }
  .social-column .fa, .social-column .fab {
    font-size: 23px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #b1bac3;
    /* Medium devices (desktops, 992px and up) */
    /* Large devices (large desktops, 1200px and up) */ }
    @media (min-width: 992px) {
      .social-column .fa, .social-column .fab {
        width: 22%; } }
    @media (min-width: 1200px) {
      .social-column .fa, .social-column .fab {
        width: 18%; } }
  .social-column .store-box {
    width: 140px;
    height: 41px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 15px; }
    .social-column .store-box.apple {
      background-image: url(img/app-store.svg); }
    .social-column .store-box.google {
      background-image: url(img/google-play.svg); }

.legend .point {
  display: inline-block;
  width: 20px;
  height: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 0 5px;
  position: relative;
  top: -2px; }
.legend li {
  margin: 5px; }
.legend.fig-2 .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px; }
.legend.fig-2 li:nth-child(1) .point {
  background-color: #6ac1bd; }
.legend.fig-2 li:nth-child(2) .point {
  background-color: #ed7926; }
.legend.fig-2 li:nth-child(3) .point {
  background-color: #bf2b1a; }
.legend.fig-2 li:nth-child(4) .point {
  background-color: #127e83; }
.legend.legend-figure-reported-threats {
  color: #999999; }
  .legend.legend-figure-reported-threats .point {
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 5px; }
  .legend.legend-figure-reported-threats li:nth-child(1) .point {
    background-color: #6464AB; }
  .legend.legend-figure-reported-threats li:nth-child(2) .point {
    background-color: #00667E; }
  .legend.legend-figure-reported-threats li:nth-child(3) .point {
    background-color: #009BA4; }
  .legend.legend-figure-reported-threats li:nth-child(4) .point {
    background-color: #95C11F; }
  .legend.legend-figure-reported-threats li:nth-child(5) .point {
    background-color: #354D9C; }
.legend.legend-wild-food-species {
  color: #999999; }
  .legend.legend-wild-food-species .point {
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 5px; }
  .legend.legend-wild-food-species li:nth-child(1) .point {
    background-color: #00aaae; }
  .legend.legend-wild-food-species li:nth-child(2) .point {
    background-color: #88c834; }
  .legend.legend-wild-food-species li:nth-child(3) .point {
    background-color: #b6bbbe; }
  .legend.legend-wild-food-species li:nth-child(4) .point {
    background-color: #2e53a8; }
  .legend.legend-wild-food-species li:nth-child(5) .point {
    background-color: #df232b; }
  .legend.legend-wild-food-species li:nth-child(6) .point {
    background-color: #00a64b; }
  .legend.legend-wild-food-species li:nth-child(7) .point {
    background-color: #d7bb8b; }
  .legend.legend-wild-food-species li:nth-child(8) .point {
    background-color: #7fc5eb; }
  .legend.legend-wild-food-species li:nth-child(9) .point {
    background-color: #f3f062; }
  .legend.legend-wild-food-species li:nth-child(10) .point {
    background-color: #4d2892; }
.legend.legend-reported-trends {
  color: #999999; }
  .legend.legend-reported-trends .point {
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 5px; }
  .legend.legend-reported-trends li:nth-child(1) .point {
    background-color: #df232b; }
  .legend.legend-reported-trends li:nth-child(2) .point {
    background-color: #67a9dc; }
  .legend.legend-reported-trends li:nth-child(3) .point {
    background-color: #88c834; }
  .legend.legend-reported-trends li:nth-child(4) .point {
    background-color: #b6bbbe; }
.legend.legend-reported-threats {
  color: #999999; }
  .legend.legend-reported-threats .point {
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 5px; }
  .legend.legend-reported-threats li:nth-child(1) .point {
    background-color: #df232b; }
  .legend.legend-reported-threats li:nth-child(2) .point {
    background-color: #01828f; }
  .legend.legend-reported-threats li:nth-child(3) .point {
    background-color: #7fc5eb; }
  .legend.legend-reported-threats li:nth-child(4) .point {
    background-color: #f3f062; }
  .legend.legend-reported-threats li:nth-child(5) .point {
    background-color: #6379c0; }
  .legend.legend-reported-threats li:nth-child(6) .point {
    background-color: #88c834; }
  .legend.legend-reported-threats li:nth-child(7) .point {
    background-color: #b2ddf4; }
  .legend.legend-reported-threats li:nth-child(8) .point {
    background-color: #ac1f79; }
  .legend.legend-reported-threats li:nth-child(9) .point {
    background-color: #b4c5b0; }
  .legend.legend-reported-threats li:nth-child(10) .point {
    background-color: #2e53a8; }
  .legend.legend-reported-threats li:nth-child(11) .point {
    background-color: #f8984f; }
  .legend.legend-reported-threats li:nth-child(12) .point {
    background-color: #8ba3aa; }

/* Morph Background */
.scene {
  background: #4E2682; }

.scene path:first-child {
  fill: #6464AB; }

.scene path:nth-child(2) {
  fill: #00667E; }

.scene path:nth-child(3) {
  fill: #009BA4; }

.scene path:nth-child(4) {
  fill: #95C11F; }

.scene path:nth-child(5) {
  fill: #354D9C; }

.scene path:nth-child(6) {
  fill: #009640; }

.scene path:nth-child(7) {
  fill: #45B2D9; }

/* Navbar */
.navbar {
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09); }

.navbar-brand {
  position: relative;
  top: 0;
  padding: 0;
  width: 200px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 768px) {
    .navbar-brand {
      margin-right: 80px;
      width: 245px; } }

.language-switch ul.list-unstyled {
  margin: 0; }
.language-switch li a {
  color: #999999;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  display: block; }
  .language-switch li a:hover, .language-switch li a:active, .language-switch li a:focus, .language-switch li a:active:hover, .language-switch li a:active:focus {
    outline: 0;
    text-decoration: none; }
.language-switch li.active a {
  color: #1b1d1f;
  font-weight: 400; }

/* Particles */
.particle-story-a-holder, .particle-story-b-holder {
  position: relative;
  background-color: black;
  margin: 60px 0;
  color: white; }
  .particle-story-a-holder .trigger, .particle-story-b-holder .trigger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%; }
    @media (min-width: 992px) {
      .particle-story-a-holder .trigger, .particle-story-b-holder .trigger {
        width: 50%; } }
    .particle-story-a-holder .trigger h6 a, .particle-story-b-holder .trigger h6 a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 1;
      font-size: 12px;
      font-weight: 800;
      color: white; }
      @media (min-width: 992px) {
        .particle-story-a-holder .trigger h6 a, .particle-story-b-holder .trigger h6 a {
          justify-content: flex-start; } }
      .particle-story-a-holder .trigger h6 a i, .particle-story-b-holder .trigger h6 a i {
        margin-right: 5px; }
      .particle-story-a-holder .trigger h6 a:hover, .particle-story-b-holder .trigger h6 a:hover {
        text-decoration: none; }
    .particle-story-a-holder .trigger p, .particle-story-a-holder .trigger h1, .particle-story-b-holder .trigger p, .particle-story-b-holder .trigger h1 {
      font-family: 'Montserrat', sans-serif; }
    .particle-story-a-holder .trigger h1, .particle-story-b-holder .trigger h1 {
      font-weight: 600; }

#particle-container, #particle-container-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden; }
  @media (min-width: 992px) {
    #particle-container, #particle-container-b {
      left: 50%;
      width: 50%; } }
  #particle-container.is-fixed, #particle-container-b.is-fixed {
    position: fixed; }
  #particle-container.is-bottom, #particle-container-b.is-bottom {
    top: auto;
    bottom: 0; }
    #particle-container.is-bottom canvas, #particle-container-b.is-bottom canvas {
      bottom: 0;
      position: absolute; }
  #particle-container canvas, #particle-container-b canvas {
    display: block;
    /* fix necessary to remove space at bottom of canvas */
    position: relative;
    left: 0; }
    @media (min-width: 1200px) {
      #particle-container canvas, #particle-container-b canvas {
        left: -80px; } }
    @media (min-width: 1600px) {
      #particle-container canvas, #particle-container-b canvas {
        left: -140px; } }
    @media (min-width: 2000px) {
      #particle-container canvas, #particle-container-b canvas {
        left: -250px; } }

/* Scroll Call to action */
#wrapper-scroll-cat {
  position: absolute;
  width: 100%;
  bottom: 0; }

#scroll-down {
  display: block;
  position: relative;
  padding-top: 89px;
  text-align: center; }

.arrow-down {
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 38px; }

.arrow-down:after {
  content: '';
  display: block;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  position: relative;
  left: 1px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

#scroll-title {
  display: block;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 25px; }

#scroll-down::before {
  -webkit-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Safari 4+ */
  -moz-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Fx 5+ */
  -o-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Opera 12+ */
  animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
  /* IE 10+, Fx 29+ */
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 90px;
  background: white;
  content: ' '; }

@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); } }
@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); } }
@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); } }
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); } }
/* Social Share buttons */
.social-share {
  position: absolute;
  bottom: 30px;
  right: 30px; }
  .social-share span.facebook-icon {
    background-image: url("img/share-facebook-white.svg"); }
  .social-share span.twitter-icon {
    background-image: url("img/share-twitter-white.svg"); }
  .social-share span.google-icon {
    background-image: url("img/share-google-plus-white.svg"); }
  .social-share span.linkedin-icon {
    background-image: url("img/share-linkedin-white.svg"); }
  .social-share.social-cover {
    position: static;
    margin-top: 30px; }
    .social-share.social-cover span.facebook-icon {
      background-image: url("img/share-facebook-sec.svg"); }
    .social-share.social-cover span.twitter-icon {
      background-image: url("img/share-twitter-sec.svg"); }
    .social-share.social-cover span.google-icon {
      background-image: url("img/share-google-plus-sec.svg"); }
    .social-share.social-cover span.linkedin-icon {
      background-image: url("img/share-linkedin-sec.svg"); }

.social-share a {
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px 5px; }

.social-share span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

a.social-button {
  text-decoration: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0px 5px; }
  a.social-button:first-child {
    margin-left: 0; }
  a.social-button:last-child {
    margin-right: 0; }
  a.social-button span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }

/* Typography */
body {
  font-family: 'Montserrat', sans-serif;
  color: #1b1d1f;
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }

h1, h2, h3 {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  z-index: 1; }

h1 {
  font-size: 26px; }
  @media (min-width: 992px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-size: 20px; }
  @media (min-width: 992px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 18px; }
  @media (min-width: 992px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 16px; }
  @media (min-width: 992px) {
    h4 {
      font-size: 18px; } }

h1 small {
  font-size: 50%;
  font-weight: 300; }

h6 {
  font-weight: 700;
  font-size: 14px; }

.highlighted-text-purple {
  color: #6464AB; }

.highlighted-text-green {
  color: #95C11F; }

.highlighted-text-blue {
  color: #45B2D9; }

.highlighted-text-red {
  color: #df232b; }

.paragraph_title {
  font-weight: 700;
  font-size: 26px;
  margin-top: 70px;
  margin-bottom: 30px; }

.paragraph_subtitle {
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 1.5;
  margin-top: 50px; }

p {
  font-size: 17px;
  line-height: 1.7;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
  z-index: 1; }

a {
  color: #0d6cac; }

hr {
  border-top: 1px solid #999999;
  max-width: 200px;
  margin-top: 100px; }

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