/* Variables
------------------------------------------------------------- */
/* Typography 
------------------------------------------------------------- */
/* Headings */
/* Paragraph */
/* Hyperlinks */
/* Header Elements 
------------------------------------------------------------- */
/* Header Navigation */
/* Header Navigation Dropdown */
/* Header Navigation Button */
/* Header Navigation Breadcrumb */
/* Header Mobile Navigation */
/* Page Elements 
------------------------------------------------------------- */
/* Sidebar */
/* Containers */
/* 
----------------------------------------------------------
   Pagination
---------------------------------------------------------- */
/* 
----------------------------------------------------------
   Form Elements
---------------------------------------------------------- */
/* Page Elements */
/* Page Elements */
/* Buttons */
/* 
----------------------------------------------------------
   Accordion Elements
---------------------------------------------------------- */
/* Card */
/* Hero Images */
/* 
----------------------------------------------------------
   Form Elements
---------------------------------------------------------- */
/* Footer Elements 
------------------------------------------------------------- */
/* Containers */
/*Sitewide logo
------------------------------------------------------------- */
.logo-animated {
  max-width: 240px;
}
/*Accordion
------------------------------------------------------------- */
#accordion li {
  margin: 0px 0px 30px 0px;
}
#accordion .uk-accordion-title::before {
  color: #000000;
  content: "\f107";
  font-family: FontAwesome;
  width: unset;
  margin-top: 6px;
  margin-left: 0px;
  background-image: unset;
}
#accordion .uk-accordion-title {
  background-color: #f4f6f7;
  border: 1px solid #c9d2db;
  border-radius: 6px;
  display: block;
  padding: 10px 25px;
}
#accordion .uk-accordion-title h1,
#accordion .uk-accordion-title h2,
#accordion .uk-accordion-title h3,
#accordion .uk-accordion-title h4,
#accordion .uk-accordion-title h5,
#accordion .uk-accordion-title h6 {
  margin: 0 auto;
  display: inline-block;
  font-size: 22px;
  color: #000000;
}
#accordion .uk-open .uk-accordion-title::before {
  color: #ffffff;
  content: "\f106";
  font-family: FontAwesome;
}
#accordion .uk-open .uk-accordion-title {
  background-color: #913746;
  border: 1px solid #913746;
  border-radius: 6px 6px 0px 0px;
}
#accordion .uk-open .uk-accordion-title h1,
#accordion .uk-open .uk-accordion-title h2,
#accordion .uk-open .uk-accordion-title h3,
#accordion .uk-open .uk-accordion-title h4,
#accordion .uk-open .uk-accordion-title h5,
#accordion .uk-open .uk-accordion-title h6 {
  color: #ffffff;
}
#accordion .uk-accordion-content {
  background-color: #ffffff;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #999999;
  border-top: unset;
  padding: 20px 25px;
  margin-top: unset;
}
/* Team Listing
------------------------------------------------------------- */
.team-listing .uk-accordion-title::before {
  content: "Show more";
  font-size: .9rem;
  width: auto;
  height: auto;
  margin-left: 0;
  float: left;
  background-image: unset;
}
.team-listing .uk-open > .uk-accordion-title::before {
  content: "Show less";
}
.team-listing .uk-accordion-content {
  margin-top: 0px;
  margin-bottom: 10px;
}
.team-listing h1,
.team-listing .h1,
.team-listing h2,
.team-listing .h2,
.team-listing h3,
.team-listing .h3,
.team-listing h4,
.team-listing .h4,
.team-listing h5,
.team-listing .h5,
.team-listing h6,
.team-listing .h6 {
  color: #505a64;
  font-weight: 400;
  margin-bottom: 5px;
}
.team-listing p {
  color: #505a64;
}
.team-listing .subtitle {
  color: #913746;
  font-weight: 400;
  margin-bottom: 5px;
}
.team-listing .uk-border-circle {
  outline: 2px solid white;
  outline-offset: 8px;
}
/* Anchor
------------------------------------------------------------- */
.anchor-container {
  background: #efefef;
  background: linear-gradient(290deg, #efefef 0%, #efefef 75%, #f3f3f3 75%, #f3f3f3 100%);
  padding: 80px 0;
}
.anchor-container h5 {
  margin-bottom: 30px;
}
.anchor-container a {
  background-color: #ffffff;
  color: #000000;
  outline: 1px solid #cccccc;
  border-radius: 6px;
  display: block;
  padding: 20px;
}
.anchor-container a:hover {
  color: #913746;
  outline: 2px solid #913746;
}
/* Page Title
------------------------------------------------------------- */
.page-title {
  margin-bottom: 10px;
}
.page-date {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #913746;
}
/* Technical Information
------------------------------------------------------------- */
.technical-container {
  background: #efefef;
  background: linear-gradient(290deg, #efefef 0%, #efefef 25%, #f3f3f3 25%, #f3f3f3 100%);
  padding: 80px 0;
}
.technical-container h5 {
  margin-bottom: 30px;
}
.technical-container .document {
  background-color: #ffffff;
  color: #000000;
  outline: 1px solid #cccccc;
  border-radius: 6px;
  display: block;
  padding: 20px;
}
.technical-container .document:hover {
  color: #913746;
  outline: 2px solid #913746;
}
.technical-container .document a {
  color: #000000;
}
.technical-container .document:hover a {
  color: #913746;
}
.technical-container .ccm-generic-thumbnail {
  width: auto;
  max-height: 30px;
  color: red;
}
/* Breadcrumb 
------------------------------------------------------------- */
#breadcrumb {
  border-bottom: 1px solid #d2dad3;
  padding: 30px 0;
}
#breadcrumb ul {
  margin-bottom: 0;
}
#breadcrumb .uk-breadcrumb li {
  font-size: .875rem;
}
#breadcrumb .uk-breadcrumb .uk-active {
  color: #505a64;
}
#breadcrumb .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  margin: 0 10px;
  color: #7e9582;
}
#breadcrumb a {
  color: #7e9582;
  font-weight: 400;
}
/* Default Slider 
------------------------------------------------------------- */
.rslides_tabs {
  text-align: center;
}
.rslides_tabs li a {
  background: #ffffff !important;
  border: 1px solid #bfbfbf;
}
.rslides_tabs li.rslides_here a {
  background: #e6e6e6 !important;
  border: 1px solid #999999;
}
/* Hero Slideshow 
------------------------------------------------------------- */
.ccm-image-slider-container {
  background: white;
}
#hero-slideshow {
  color: #ffffff;
  background: #ffffff;
}
#hero-slideshow h1,
#hero-slideshow h2,
#hero-slideshow h3,
#hero-slideshow h4,
#hero-slideshow h5,
#hero-slideshow h6 {
  color: #ffffff;
}
#hero-slideshow ul li {
  margin-bottom: 0 !important;
}
#hero-slideshow [class*='uk-height'] {
  box-sizing: content-box;
}
#hero-slideshow .ccm-block-page-title-byline h1 {
  margin: 0;
}
#hero-slideshow #inner-container {
  height: 100%;
}
#hero-slideshow .uk-slideshow-items {
  height: 400px;
}
#hero-slideshow #text-container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}
#hero-slideshow #text-container .uk-container {
  height: 100%;
}
#hero-slideshow .container-tint {
  background-color: rgba(0, 0, 0, 0.4);
}
#hero-slideshow .container-tint {
  background: linear-gradient(80deg, rgba(0, 0, 0, 0.5) 0%, rgba(9, 31, 53, 0) 100%);
}
#hero-slideshow p,
#hero-slideshow .uk-text-lead {
  color: white !important;
}
@media (max-width: 850px) {
  #hero-slideshow #inner-container {
    height: ;
  }
  #hero-slideshow #breadcrumb {
    display: none;
  }
}
@media (max-width: 959px) {
  #hero-slideshow h1 {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  #hero-slideshow .uk-text-lead {
    font-size: 1.1rem;
  }
  #hero-slideshow .uk-button-invert,
  #hero-slideshow .uk-button-secondary {
    width: 100%;
    text-align: center;
  }
}
/* Fileset Slider
------------------------------------------------------------- */
#supplier-slider {
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0;
  background-color: white;
}
#supplier-slider img {
  max-height: 60px;
}
/* Header Block
------------------------------------------------------------- */
#header-block .uk-container {
  padding: 30px;
}
#header-block .height-small {
  min-height: 350px;
  height: auto;
}
#header-block .height-medium {
  min-height: 450px;
  height: auto;
}
#header-block .height-large {
  min-height: 650px;
  height: auto;
}
#header-block .height-x-large {
  min-height: 800px;
  height: auto;
}
#header-block p.subtitle {
  text-transform: none;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}
#header-block .header-light {
  background-color: unset;
}
#header-block .header-light h1 {
  color: #000000;
}
#header-block .header-light p.subtitle {
  color: #000000;
}
#header-block .header-dark {
  background-color: #000000;
  background-image: url("/packages/uikit_theme/themes/uikit/images/header-block-dark.svg"), linear-gradient(45deg, #143c64 0%, #0a2850 100%);
  background-repeat: repeat;
  background-position: center;
}
#header-block .header-dark h1 {
  color: #ffffff;
}
#header-block .header-dark p.subtitle {
  color: #cccccc;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8rem;
}
#header-block img {
  border-radius: 6px;
  border: 2px solid white;
}
/* Switcher
------------------------------------------------------------- */
#switcher a {
  font-size: 1.125em;
  font-weight: 600;
  border-radius: 10px;
  padding: 16px 24px;
  text-transform: none;
  line-height: 1.2em;
  transition: 0.25s;
  color: #b4b6b8;
  background: unset;
  border: 2px solid #b4b6b8;
  padding: 16px 32px;
  width: 100%;
  text-align: center;
}
#switcher a:hover {
  color: #7e9582;
  border: 2px solid #7e9582;
}
#switcher > .uk-active > a {
  color: #7e9582;
  background: #7e9582;
  border: 2px solid #7e9582;
}
/* Icon Animation
------------------------------------------------------------- */
.icon-animate {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: ;
  text-transform: capitalize;
  /* background-color: - add your own background-color */
  padding: 20px 0px;
  width: 150px;
  border-radius: 10ox;
  overflow: hidden;
}
.icon-animate-push {
  transition: all 0.2s linear 0s;
}
.icon-animate-push:before {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -10px;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  transition: all 0.2s linear 0s;
}
.icon-animate-push:hover {
  text-indent: 0px;
}
.icon-animate-push:hover:before {
  opacity: 1;
  text-indent: 0px;
}
/* Gallery
------------------------------------------------------------- */
.fa-ul {
  margin-left: 1.75em;
}
/* Gallery
------------------------------------------------------------- */
.ccm-block-gallery .ccm-block-gallery-image-overlay {
  width: calc(100% - 40px);
  left: 40px;
}
.icon {
  align-self: flex-end;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  margin: 0 auto 0 auto;
  transform-origin: bottom;
}
.bounce {
  animation-name: bounce-3;
  animation-timing-function: ease;
}
@keyframes bounce-3 {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.icon:hover {
  animation-iteration-count: 1;
}
/* -- Hero Image
------------------------------------------------------------- */
#hero-image-overlay {
  background: rgba(0, 0, 0, 0.25);
}
#hero-image .uk-container {
  padding: 0;
}
#hero-image h1,
#hero-image p {
  color: white;
}
#hero-image.uk-light h1,
#hero-image.uk-light p {
  color: #ffffff;
}
#hero-image.uk-light {
  background: #284b37;
  color: #ffffff;
}
#hero-image.uk-dark {
  background: #e5e5ed;
  color: #000000;
}
#home-hero-image h1 {
  font-size: 4em;
  font-weight: 900;
  color: white;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35);
}
#home-hero-image .uk-text-lead {
  font-size: 1.8em;
  color: white;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35);
  margin-bottom: 40px;
}
#home-hero-image .uk-button-primary,
#home-hero-image .uk-button-secondary {
  padding: 12px 40px;
}
.uk-slidenav-previous,
.uk-slidenav-next {
  background: rgba(0, 0, 0, 0.3);
  padding: 15px 15px;
}
@media (max-width: 1249px) {
  #hero-image .uk-container {
    padding: 30px;
  }
}
@media (max-width: 639px) {
  #home-hero-image h1 {
    font-size: 2.8em;
  }
  #home-hero-image .uk-text-lead {
    font-size: 1.6em;
  }
}
.uk-button-sm {
  font-size: 1em !important;
}
.uk-button-lg {
  font-size: 1.5em !important;
}
/* -- Image Overlay -- */
.image-overlay {
  color: white !important;
}
.overlay-height-xlarge {
  height: 60vw;
  max-height: 800px;
}
.uk-overlay-base {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  border-radius: 0px 0px 20px 20px;
}
.image-overlay .uk-button-primary-invert {
  color: white;
  border-color: white;
  background-color: unset;
}
.image-overlay .uk-button-primary-invert:hover {
  color: white;
  border-color: white;
  background-color: unset;
}
/* -- Content Card
------------------------------------------------------------- */
#container .content-container,
#container .content-container-right {
  background-color: #ffffff;
}
#container .image-container {
  position: relative;
  width: 40%;
  float: left;
  margin: 60px 0;
  z-index: 1;
}
#container .image-container-right {
  float: right;
}
#container .image-container::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#container .content-container {
  position: relative;
  width: calc(60% + 60px);
  height: 100%;
  float: left;
  padding: 60px 60px 60px 120px;
  margin-left: -60px;
}
#container .content-container-right {
  position: relative;
  width: calc(60% + 60px);
  height: 100%;
  float: left;
  padding: 60px 120px 60px 60px;
  margin-right: -60px;
}
#container .inner-image-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
#content-card-container {
  max-width: 1200px;
  margin: 0 auto;
}
/* #grid > div > div.uk-card { height: 100%; } */
.uk-card {
  box-shadow: none;
}
.uk-card-primary {
  border-radius: 20px;
  background-color: white;
  box-shadow: none;
  color: #505a64;
  border: 1px solid rgba(50, 60, 70, 0.2);
}
.uk-card-body h4 {
  font-size: 1.1em;
  margin-bottom: 0;
}
.accent-container {
  background-color: #f7931d;
}
a.uk-card-link {
  display: block;
}
a.uk-card-link:hover:after {
  transform: scaleX(0);
}
/* Card
------------------------------------------------------------- */
.uk-card,
.uk-card-primary,
.uk-card-secondary {
  border-radius: 30px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 50px;
}
.uk-card .uk-card-body a,
.uk-card-primary .uk-card-body a,
.uk-card-secondary .uk-card-body a {
  font-size: 1.1rem;
}
.uk-card .uk-card-title,
.uk-card-primary .uk-card-title,
.uk-card-secondary .uk-card-title {
  font-weight: unset;
  font-size: 1.3rem;
  color: #505a64;
}
.uk-card p,
.uk-card-primary p,
.uk-card-secondary p {
  color: #505a64;
}
.uk-card h1,
.uk-card-primary h1,
.uk-card-secondary h1,
.uk-card h2,
.uk-card-primary h2,
.uk-card-secondary h2,
.uk-card h3,
.uk-card-primary h3,
.uk-card-secondary h3,
.uk-card h4,
.uk-card-primary h4,
.uk-card-secondary h4,
.uk-card h5,
.uk-card-primary h5,
.uk-card-secondary h5,
.uk-card h6,
.uk-card-primary h6,
.uk-card-secondary h6 {
  color: #000000;
}
.uk-card span,
.uk-card-primary span,
.uk-card-secondary span {
  color: #000000;
}
.uk-card .uk-card-hover:hover,
.uk-card-primary .uk-card-hover:hover,
.uk-card-secondary .uk-card-hover:hover {
  background-color: #ffffff;
}
.uk-card a.uk-button,
.uk-card-primary a.uk-button,
.uk-card-secondary a.uk-button,
.uk-card a.uk-button:hover,
.uk-card-primary a.uk-button:hover,
.uk-card-secondary a.uk-button:hover,
.uk-card a.uk-button:visited,
.uk-card-primary a.uk-button:visited,
.uk-card-secondary a.uk-button:visited {
  text-decoration: none;
  border: 2px solid #913746;
  color: #913746;
  background: unset;
}
.uk-card a.uk-button:hover,
.uk-card-primary a.uk-button:hover,
.uk-card-secondary a.uk-button:hover,
.uk-card a.uk-button:focus,
.uk-card-primary a.uk-button:focus,
.uk-card-secondary a.uk-button:focus {
  text-decoration: none;
  color: #ffffff !important;
  background: #913746;
}
/* Primary */
.uk-card-primary {
  background-color: #913746;
  border: 1px solid #913746;
}
.uk-card-primary p {
  color: #ffffff !important;
}
.uk-card-primary h1,
.uk-card-primary h2,
.uk-card-primary h3,
.uk-card-primary h4,
.uk-card-primary h5,
.uk-card-primary h6 {
  color: #ffffff !important;
}
.uk-card-primary .uk-card-hover:hover {
  background-color: #ffffff !important;
}
.uk-card-primary a:link,
.uk-card-primary a:visited {
  color: #ffffff;
}
.uk-card-primary a:hover,
.uk-card-primary a:focus,
.uk-card-primary a:active {
  color: #cccccc !important;
  text-decoration: underline;
}
.uk-card-primary a.uk-button,
.uk-card-primary a.uk-button:hover,
.uk-card-primary a.uk-button:visited {
  text-decoration: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  background: unset;
}
.uk-card-primary a.uk-button:hover,
.uk-card-primary a.uk-button:focus {
  text-decoration: none;
  color: #913746 !important;
  background: #ffffff;
}
/* Secondary */
.uk-card-secondary {
  background-color: #7e9582;
  border: 1px solid #7e9582;
}
.uk-card-secondary p {
  color: #ffffff !important;
}
.uk-card-secondary h1,
.uk-card-secondary h2,
.uk-card-secondary h3,
.uk-card-secondary h4,
.uk-card-secondary h5,
.uk-card-secondary h6 {
  color: #ffffff !important;
}
.uk-card-secondary .uk-card-hover:hover {
  background-color: #ffffff !important;
}
.uk-card-secondary a:link,
.uk-card-secondary a:visited {
  color: #ffffff;
}
.uk-card-secondary a:hover,
.uk-card-secondary a:focus,
.uk-card-secondary a:active {
  color: #cccccc !important;
  text-decoration: underline;
}
.uk-card-secondary a.uk-button,
.uk-card-secondary a.uk-button:hover,
.uk-card-secondary a.uk-button:visited {
  text-decoration: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  background: unset;
}
.uk-card-secondary a.uk-button:hover,
.uk-card-secondary a.uk-button:focus {
  text-decoration: none;
  color: #7e9582 !important;
  background: #ffffff;
}
.uk-card:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.uk-card svg {
  max-height: ;
  margin-bottom: ;
}
.st0 {
  fill: #17213b;
}
.uk-card:hover .st0 {
  fill: #ffd20a;
}
/* Feature Block
------------------------------------------------------------- */
#feature {
  margin-bottom: 40px;
}
#feature .ccm-svg {
  width: auto;
  max-width: 60px;
}
#feature .uk-icon-container,
#feature .uk-image-container {
  width: 80px;
}
#feature .fas {
  font-size: 1.5rem;
  color: #913746;
}
#feature .uk-icon-container-background {
  background-color: #eff0eb;
  border-radius: 40px;
  width: 60px;
  text-align: center;
  height: 60px;
}
/* Next-Previous Nav
------------------------------------------------------------- */
.next-prev-nav p {
  color: #c8c8c8 !important;
}
/* Pagination
------------------------------------------------------------- */
.uk-pagination a {
  color: #691e32;
  font-weight: 400;
  transition: 0.25s;
}
.uk-pagination li {
  transition: 0.25s;
}
.uk-pagination > .uk-disabled > * {
  color: #e1d2d6;
}
.uk-pagination a {
  color: #691e32;
}
.uk-pagination li:hover a,
.uk-pagination a:focus {
  color: #ffffff;
}
.uk-pagination a:active {
  color: #691e32;
}
.uk-pagination li {
  background: white;
}
.uk-pagination li:hover,
.uk-pagination li:focus {
  background: #691e32;
}
.uk-pagination li.uk-active {
  background: #691e32;
}
.uk-pagination > .uk-active > * {
  color: white;
}
ul.uk-pagination {
  margin-left: 0;
  margin-top: 40px;
}
ul.uk-pagination li {
  margin: 0;
}
.uk-pagination > * {
  flex: none;
  padding: 10px 20px;
  position: relative;
}
.uk-pagination li {
  background-color: #fff;
  border: 1px solid #e1d2d6;
  border-right: unset;
  padding: 8px 16px;
}
.uk-pagination li.uk-previous {
  border-radius: 4px 0 0 4px;
}
.uk-pagination li.uk-next {
  border-radius: 0 4px 4px 0;
  border: 1px solid #e1d2d6;
}
/* Page Title
------------------------------------------------------------- */
#page-title {
  margin-bottom: 40px;
}
/* Sitemap
------------------------------------------------------------- */
#sitemap a {
  font-size: 1.2rem;
  color: #691e32;
}
#sitemap li {
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  font-weight: 600;
}
#sitemap ul li {
  margin: 20px;
  font-weight: 400;
}
#sitemap ul li:last-child {
  margin-bottom: 0px;
}
/* Image Overlay
------------------------------------------------------------- */
.uk-overlay {
  padding: 15px;
}
#hero-title {
  text-transform: uppercase;
  padding: 20px 0;
}
#hero-title h1 {
  text-transform: uppercase;
  margin-bottom: 0;
}
#hero-title,
#image-caption .uk-overlay {
  background: #1b1e20;
  color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
}
#hero-title h1,
#image-caption .uk-overlay h1 {
  color: #ffffff;
  font-weight: 300;
}
#image-caption img {
  width: 100% !important;
}
@media (max-width: 959px) {
  #image-caption .uk-position-bottom {
    position: relative !important;
  }
}
/*
----------------------------------------------------------
   X. BACK TO TOP
---------------------------------------------------------- */
.back-to-top {
  display: none;
  background-color: #e1e1e6;
  border-radius: 50%;
  color: black;
  padding: 10px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
}
.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
  color: black;
  text-decoration: none;
}
/* Social Links
------------------------------------------------------------- */
/* Base */
.social-link-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.social-link-container a.social-link {
  color: #913746;
  border: 1px solid #913746;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  font-size: 1.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  float: left;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
}
/* Footer */
#footer .social-link-container a.social-link {
  color: #ffffff;
  border-color: #ffffff;
}
/* Funeral Notice
------------------------------------------------------------- */
#funeral-notice .uk-card {
  padding: 30px;
  border-radius: 30px;
}
