/*!
	PLEASE DO NOT EDIT STYLE.CSS - YOUR EDITS WILL BE OVERWRITTEN
	Always edit style.scss and compile (see sass-lang.com for more info)

	@author jamie@bronte.co.nz
*/
/*
    OWL Carousel
*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
    Breakpoints
*/
/*
    Colors
*/
body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  background: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #111111;
  overflow-x: hidden;
}

/**
    Header, Navbar
 */
.navbar {
  padding: 0 20px;
}
.navbar-brand {
  display: block;
  margin: 30px 0;
}
@media (max-width: 992px) {
  .navbar-brand {
    margin: 20px 0;
  }
}
.navbar-brand a {
  display: block;
  width: 250px;
  height: 77px;
  background: url(../images/logo.svg) no-repeat top center;
  background-size: 100% auto;
}
@media (max-width: 992px) {
  .navbar-brand a {
    width: 220px;
    height: 67px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand a {
    width: 300px;
    height: 92px;
  }
}
.navbar-brand a span {
  display: none;
}
.navbar-text {
  margin-right: 2rem;
  font-size: 0.85rem;
}
@media (max-width: 992px) {
  .navbar-text {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 0;
  }
}
.navbar-text a {
  color: #a9a9a9;
}
@media (max-width: 992px) {
  .navbar-text a {
    font-size: 1rem;
    color: white;
  }
}
.navbar-text a:hover {
  color: #0A467A;
}
.navbar-text a.absence {
  background: #0A467A;
  padding: 3px 6px;
  border-radius: 3px;
  color: white;
}
.navbar-text a.absence:hover {
  text-decoration: none;
}
@media (max-width: 992px) {
  .navbar-text a.absence:hover {
    background: #083862;
    color: white;
  }
}
.navbar-toggler {
  outline: none !important;
  margin-right: 1rem;
  margin-top: -20px;
  background: url(../images/menu.svg) no-repeat top center;
  width: 27px;
  height: 32px;
}
.navbar-toggler[aria-expanded=true] {
  background: url(../images/close.svg) no-repeat top center;
}
.navbar-collapse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 992px) {
  .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
  }
}

.navbar-top {
  margin-left: auto;
}
@media (max-width: 992px) {
  .navbar-top {
    background: #0A467A;
    padding: 1rem;
  }
}
.navbar-top form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 0.5rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .navbar-top form {
    width: 100%;
    padding-right: 0;
  }
}
.navbar-top form .form-control {
  padding-right: 2.8rem;
}
.navbar-top form .submit {
  border: 0 none;
  background: transparent url(../images/icon-search.svg) no-repeat center;
  position: relative;
  left: -2.2rem;
  margin-right: -2.2rem;
  cursor: pointer;
}
.navbar-top form .submit span {
  display: none;
}

.navbar-main {
  margin-top: 15px;
  margin-left: auto;
}
@media (max-width: 992px) {
  .navbar-main {
    background: #18C465;
    margin-top: 0;
    padding: 1rem 0;
  }
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #0A467A;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 2.9rem;
    color: #fff !important;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #18C465;
}
.navbar-expand-lg .navbar-nav .dropdown-toggle::after {
  width: 9px;
  height: 9px;
  margin-left: 0.35em;
  border-top: 0 none;
  border-left: 0 none;
  border-right: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-toggle::after {
    border-color: #fff !important;
    position: absolute;
    left: 0.9rem;
    top: 1rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.navbar-expand-lg .navbar-nav .show .dropdown-toggle {
  color: #18C465;
}
@media (max-width: 992px) {
  .navbar-expand-lg .navbar-nav .show .dropdown-toggle {
    color: #fff !important;
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-toggle::after {
    -webkit-transform: translate(3px, 0px) rotate(45deg);
            transform: translate(3px, 0px) rotate(45deg);
  }
}

/**
    Dropdown
 */
.dropdown-menu {
  background-color: #18C465;
  color: #fff;
  border: 1px solid transparent;
  min-width: 15rem;
}
@media (max-width: 992px) {
  .dropdown-menu {
    background-color: #15ad59;
    border-color: #15ad59;
  }
}
.dropdown-menu .menu-item:first-child {
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0 -2px 0px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 -2px 0px rgba(255, 255, 255, 0.5);
}
.dropdown-menu .menu-item:first-child:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown-item {
  width: 90%;
  margin: 0 5%;
  padding: 0.45rem 1.5rem;
  color: #fff;
  border-radius: 0.2rem;
}
.dropdown-item:active {
  background: transparent;
  color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #18C465;
  background-color: #fff;
}

/**
    Front page hero section aka banner
 */
.hero {
  position: relative;
  padding: 0 0 1.5rem 0;
}
@media (min-width: 1200px) {
  .hero {
    padding: 0 0 3rem 0;
  }
}
.hero:before {
  content: " ";
  display: block;
  position: absolute;
  background: #18C465 url(../images/bg-pattern.png);
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .hero .container {
    padding: 0;
  }
}
.hero .owl-carousel {
  z-index: 100;
}
@media (min-width: 1200px) {
  .hero .owl-carousel {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .hero .owl-carousel .owl-stage-outer {
    border-radius: 0.25rem;
  }
}
.hero .owl-nav {
  position: absolute;
  right: 30px;
  top: 510px;
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
}
.hero .owl-nav button {
  outline: none !important;
}
.hero .owl-nav .owl-next {
  margin-left: 1rem;
}
.hero .hero-title {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .hero .hero-title {
    font-size: 2.1rem;
    font-weight: 700;
    padding: 0;
  }
}

/**
    Home page buttons set
 */
.main-buttons {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .main-buttons {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 992px) {
  .main-buttons .wp-block-button {
    margin-bottom: 0rem;
  }
  .main-buttons .wp-block-button__link {
    padding: 0.3rem !important;
  }
}

/**
    Gutenberg blocks
 */
.wp-block-file {
  margin-bottom: 0.3rem;
}
.wp-block-file a:before {
  content: " ";
  width: 13px;
  height: 17px;
  margin-right: 5px;
  margin-bottom: -2px;
  display: inline-block;
  background: url(../images/icon-file.svg) no-repeat;
}
.wp-block-file__button {
  display: none;
}

.wp-block-image figure {
  margin-bottom: 0;
}

.wp-block-image img {
  height: auto;
}

.page .gform_wrapper input.button, .wp-block-button__link {
  background: #18C465;
  color: #fff;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0.2px;
  padding: 0.7rem 3rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.page .gform_wrapper input.button:hover, .wp-block-button__link:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  background: #15ad59;
}

.wp-block-button.secondary .wp-block-button__link {
  background: #0A467A;
}
.wp-block-button.secondary .wp-block-button__link:hover, .wp-block-button.secondary .wp-block-button__link:active, .wp-block-button.secondary .wp-block-button__link:focus {
  border-color: #0A467A;
  background: #083862;
}
.is-style-outline .wp-block-button__link {
  color: inherit;
  border-radius: 0.25rem;
  text-align: left;
  padding: 1.5rem;
  border-color: transparent;
  font-weight: normal;
}
.is-style-outline .wp-block-button__link:hover, .is-style-outline .wp-block-button__link:active, .is-style-outline .wp-block-button__link:focus {
  border-color: #18C465;
  background: transparent;
}
.is-style-outline .wp-block-button__link strong, .is-style-outline .wp-block-button__link b {
  color: #18C465;
  font-weight: 700;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 0.4rem;
}
@media (min-width: 1200px) {
  .is-style-outline .wp-block-button__link strong, .is-style-outline .wp-block-button__link b {
    margin-bottom: 1rem;
  }
}

/**
    Page: Featured image
 */
.featured-image {
  overflow: hidden;
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .featured-image {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .featured-image {
    height: 300px;
  }
}
.featured-image img {
  max-width: 100%;
  height: auto;
}

/**
    Page: Layout
 */
@media (min-width: 1200px) {
  .main {
    padding-right: 7rem;
  }
}

.alignwide {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
}

.wp-block-column:last-of-type {
  margin-bottom: 0;
}

.bg-secondary {
  background-color: #0A467A !important;
  color: #fff;
}
.bg-secondary h1, .bg-secondary h2, .bg-secondary .widget_subling_pages .pagenav, .widget_subling_pages .bg-secondary .pagenav, .bg-secondary h3, .bg-secondary h4 {
  color: #fff;
}

@media (min-width: 1200px) {
  .w-lg-75 {
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .pl-lg-6 {
    padding-left: 7rem !important;
  }
}

/**
    Typography
 */
a {
  color: #0A467A;
}

h1,
.h1 {
  color: #0A467A;
  font-weight: 700;
  font-size: 1.7rem;
  margin: 0.6rem 0 1rem 0;
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.1rem;
    margin: 1.6rem 0 2rem 0;
  }
}

h2, .widget_subling_pages .pagenav,
.h2 {
  color: #18C465;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 2.5rem 0 0.8rem 0;
}

h3,
.h3 {
  font-weight: 700;
  font-size: 1rem;
  margin: 2.5rem 0 0.8rem 0;
}

hr {
  border-top: 6px solid #F1F4F7;
  margin: 2.5rem 0;
}

table.wp-block-table td {
  padding: 10px;
}
@media (min-width: 1200px) {
  table.wp-block-table td {
    padding: 15px;
  }
}

.main ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5rem;
}
.main ul li {
  position: relative;
  padding-left: 2rem;
}
.main ul li:before {
  position: absolute;
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  left: 0.25rem;
  top: 0.6rem;
  border-radius: 50%;
  background: #0A467A;
}
.main ul li + li {
  margin-top: 0.3rem;
}

/**
    Recent posts (shortcode)
 */
.recent__item + .recent__item {
  margin-top: 1.5rem;
}
.sidebar .recent__item + .recent__item {
  margin-top: 1rem;
}
.recent__title {
  margin: 0 0 0.2rem;
  font-size: 1.1rem;
}
.sidebar .recent__title {
  font-size: 1rem;
  font-weight: 500;
}
.recent__title a {
  color: #18C465;
}
.sidebar .recent__title a {
  color: #0A467A;
}
.recent__meta {
  font-size: 0.85rem;
  color: #a9a9a9;
}

/**
    Parent Page
 */
.child-pages {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
}
.child-pages li {
  display: block;
  margin: 0;
  min-width: 50%;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .child-pages li {
    min-width: 33%;
  }
}
.child-pages a {
  color: #18C465;
  font-weight: 700;
  background: #F1F4F7;
  display: block;
  padding: 1rem;
  margin-bottom: 20px;
}
.child-pages a:hover {
  color: #15ad59;
  text-decoration: none;
  background: #e1e7ee;
}

/**
 * Sidebar widgets
 */
.sidebar .widget {
  background: #F1F4F7;
  padding: 1.5rem;
  border-radius: 0.25rem;
}
.sidebar .widget + .widget {
  margin-top: 1.5rem;
}

.widget-title {
  margin: 0 0 1.5rem 0;
}

/**
 * Widget: Sibling Pages
 */
.widget_subling_pages ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_subling_pages .pagenav {
  margin: 0;
}
.widget_subling_pages .pagenav ul {
  font-size: initial;
  font-weight: initial;
  margin-top: 1rem;
}
.widget_subling_pages .pagenav li + li {
  margin-top: 1rem;
}
.widget_subling_pages .pagenav li.current_page_item a {
  color: #a9a9a9;
}

/**
    GravityForms
 */
.page .gform_wrapper textarea,
.page .gform_wrapper .ginput_container_text input {
  background: #F1F4F7;
  border: 1px solid #F1F4F7;
  padding: 0.7rem 1rem !important;
  border-radius: 0.25rem;
}
.page .gform_wrapper .top_label .gfield_label {
  font-weight: 400;
  font-size: 0.9rem;
  margin-bottom: 0;
}
.page .gform_wrapper input.button {
  border: 0 none;
  border-radius: 1.7rem;
  cursor: pointer;
}
.page .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0.5rem;
  font-size: 0.9rem;
}
.page .gform_wrapper li.gfield.gfield_error {
  background-color: transparent;
  border: 0 none;
  padding-bottom: 0;
  padding-top: 0;
}
.page .gform_wrapper li.gfield.gfield_error .gfield_label {
  margin-top: 0 !important;
  color: initial;
}
.page .gform_wrapper li.gfield.gfield_error .ginput_container_text input,
.page .gform_wrapper li.gfield.gfield_error textarea {
  border: 1px solid #FF3B39 !important;
}
.page .gform_wrapper .validation_error {
  color: #FF3B39;
  font-weight: 400;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 59, 57, 0.17);
  padding: 1rem;
  text-align: left;
  background: rgba(255, 59, 57, 0.05);
}
.page .gform_wrapper .validation_message {
  color: #FF3B39;
  font-weight: 500;
}

/*
    Search results
 */
.pagination {
  border-top: 4px solid #F1F4F7;
  padding-top: 0.5rem;
  margin-top: 3rem;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 1.2em;
}
.pagination .page-numbers + .page-numbers {
  margin-left: 1.4rem;
}

/*
    Footer
*/
.footer {
  margin-top: 3rem;
  background: #0A467A;
  color: #fff;
  padding: 40px 0 65px;
  line-height: 1.65;
  font-size: 0.85rem;
}
@media (min-width: 480px) {
  .footer {
    font-size: 1rem;
    padding: 100px 0 65px;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 100px 0 65px;
  }
}
@media (min-width: 1200px) {
  .footer {
    margin-top: 7rem;
  }
}
.footer-logo {
  width: 300px;
  max-width: 64%;
}
.footer-title {
  font-size: 0.8rem;
  color: inherit;
  margin-top: 0;
}
.footer a,
.footer a:visited,
.footer a:active {
  color: #fff;
  text-decoration: underline;
}
.footer a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.footer-info {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9em;
}
.footer-info p {
  margin-bottom: 0.5em;
}
.footer-info a,
.footer-info a:visited,
.footer-info a:active {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.footer-info a:hover {
  color: rgba(255, 255, 255, 0.99);
}