/* Welcome and glad you are using Reverie.
 * This is the main stylesheet loaded by default.
 * Edit the file and have fun.
 * http://themefortress.com/reverie */
meta.foundation-version {
  font-family: "/5.2.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html,
body {
  font-size: 100%; }

body {
  background: #f7f7f7;
  color: #444444;
  padding: 0;
  margin: 0;
  font-family: 'Nunito', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }

ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem; }

ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  border-radius: 3px; }

ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6; }

ul.pagination li.unavailable a {
  cursor: default;
  color: #999999; }

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent; }

ul.pagination li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default; }

ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #008cba; }

ul.pagination li {
  float: left;
  display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }

.pagination-centered ul.pagination li {
  float: none;
  display: inline-block; }

/* Start to customize Reverie */
a, a:visited, a:hover, a:visited:hover {
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear; }

figure {
  margin: 0 auto 1.25rem; }

figure img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

img.alignright {
  float: right;
  margin: 0 0 18px 18px; }

img.alignleft {
  float: left;
  margin: 0 18px 18px 0; }

img.aligncenter {
  display: block;
  margin: 18px auto; }

.gallery dt, .gallery dl {
  display: inline-block; }

.gallery dl {
  margin-left: 0.5625rem;
  margin-right: 0.5625rem; }

figure.figure {
  margin: 0 auto;
  display: table; }

figure.figure figcaption {
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: italic;
  padding: 8px 10px;
  color: #999;
  margin-bottom: 1.25rem;
  display: table-caption;
  caption-side: bottom; }

figure.alignright.figure {
  float: right;
  margin: 0 0 18px 18px; }

figure.alignleft.figure {
  float: left;
  margin: 0 18px 18px 0; }

.footer-widget {
  background-color: #eee; }

body > header.contain-to-grid {
  margin-bottom: 2rem;
  max-width: 100%;
  padding-bottom: 0; }

#content {
  background-color: #fff;
  border: 1px solid #ddd; }

.index-card {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }

span.author,
time {
  font-size: 0.9375rem;
  color: #999; }

span.author a,
time a {
  color: #999;
  font-weight: bold; }

span.author a:hover, span.author a:focus,
time a:hover,
time a:focus {
  color: #444444; }

.entry-author {
  background-color: #fbfbfb;
  border: none;
  padding: 3.125rem 5rem;
  margin: 3.125rem -0.9375rem; }

.entry-author .avatar {
  margin-right: 2.5rem;
  margin-bottom: 1.5rem; }

.entry-author h4 a {
  color: #999; }

.entry-author h4 a:hover, .entry-author h4 a:focus {
  color: #444444; }

.entry-author p {
  color: #bbb; }

.post header,
.page header {
  margin-bottom: 1.25rem; }

.entry-tags {
  color: #999;
  font-size: 0.9375rem; }

.entry-tags a {
  color: #999; }

.entry-tags a:hover, .entry-tags a:focus {
  color: #444444; }

.page-numbers {
  color: #999;
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }

.page-numbers li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem; }

.page-numbers li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  border-radius: 3px; }

.page-numbers li:hover a,
.page-numbers li a:focus {
  background: #e6e6e6; }

.page-numbers li.unavailable a {
  cursor: default;
  color: #999999; }

.page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
  background: transparent; }

.page-numbers li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default; }

.page-numbers li.current a:hover, .page-numbers li.current a:focus {
  background: #008cba; }

.page-numbers li {
  float: left;
  display: block; }

.pagination-centered ul.page-numbers li {
  float: none;
  display: inline-block; }

.page-numbers li span.current {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.page-numbers li {
  margin-left: 0.5rem; }

.page-numbers li span:hover a,
.page-numbers li span a:focus {
  background: #e6e6e6; }

.page-numbers li span.current {
  background: #008cba;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: white;
  font-weight: bold;
  cursor: default; }

.avatar {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left; }

ol.commentlist {
  margin-left: 0;
  margin-top: 2em; }

ol.commentlist p {
  font-size: 0.9375rem;
  line-height: 1.5; }

ol.commentlist ul.children {
  margin-left: 4rem; }

ol.commentlist li {
  list-style: none;
  margin-bottom: 2em; }

ol.commentlist li .comment-author img {
  float: left;
  margin: 0 1em 0 0; }

ol.commentlist li .author-meta {
  display: inline-block; }

ol.commentlist li .author-meta cite.fn {
  font-style: normal;
  font-weight: 600;
  margin-right: 0.5rem; }

ol.commentlist li .author-meta time a {
  color: #ccc;
  font-size: 0.875rem;
  margin-right: 0.5rem; }

ol.commentlist li .author-meta .comment-edit-link {
  color: #bbb;
  font-size: 0.875rem; }

ol.commentlist li section.comment {
  margin-left: 4rem;
  margin-bottom: 2rem; }

ol.commentlist li section.comment a.comment-reply-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #bbb; }

ol.commentlist li section.comment a.comment-reply-link:hover, ol.commentlist li section.comment a.comment-reply-link:focus {
  color: #444444; }

#sidebar {
  margin-top: 1.25rem; }

#sidebar .panel, .footer-widget .panel {
  border: none;
  background-color: #eee;
  padding: 1.5rem 1.875rem; }

#sidebar .panel a, .footer-widget .panel a {
  color: #999;
  font-size: 0.9375rem; }

#sidebar .panel a:hover, #sidebar .panel a:focus, .footer-widget .panel a:hover, .footer-widget .panel a:focus {
  color: #444444; }

#sidebar ul, .footer-widget ul {
  list-style-type: none;
  margin-left: 0; }

#sidebar .widget h4, .footer-widget .widget h4 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  color: #888;
  font-weight: 600; }

footer.full-width {
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding-top: 3rem; }

footer.full-width p {
  font-size: 15px;
  font-weight: 600; }

footer.full-width a {
  color: #666;
  font-size: 15px;
  font-weight: 600; }

footer.full-width a:hover, footer.full-width a:focus {
  color: #444444; }

footer.full-width .love-reverie {
  border-top: 1px solid #ccc;
  padding-top: 1.5rem; }

.admin-bar > .fixed {
  margin-top: 2rem; }

.f-topbar-fixed > .container {
  margin-top: 2rem; }

@media only screen {
  .entry-author .avatar {
    margin-bottom: 1.25rem; } }
@media only screen and (min-width: 40.063em) {
  #content {
    padding: 3.125rem; }

  .entry-author {
    margin: 3.125rem -3.125rem; } }
@media only screen and (min-width: 64.063em) {
  #sidebar {
    padding-left: 1.875rem;
    padding-right: 0;
    margin-top: 0; }

  .footer-widget {
    margin-top: 3rem;
    padding-top: 2rem; } }
.page-hero {
  background: var(--background);
  background-size: cover;
  min-height: 800px;
  display: flex;
  align-items: stretch; }
  .page-hero .page-hero-content-wrapper {
    pointer-events: relative;
    height: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, rgba(248, 177, 0, 0.75) 0%, #f8b100 25%, #f8b100 75%, rgba(248, 177, 0, 0.75) 100%); }
    .page-hero .page-hero-content-wrapper .page-hero-content {
      text-align: left;
      padding: 20px; }
      .page-hero .page-hero-content-wrapper .page-hero-content h1 {
        text-align: left;
        color: #ffffff; }
      .page-hero .page-hero-content-wrapper .page-hero-content span {
        color: #ffffff; }
      .page-hero .page-hero-content-wrapper .page-hero-content .page-hero-buttons {
        margin-top: 30px; }
        .page-hero .page-hero-content-wrapper .page-hero-content .page-hero-buttons .button {
          color: #ffffff;
          border-color: #ffffff; }

.simple-header {
  padding-top: 130px;
  background: #f8b100;
  margin-bottom: 60px; }
  .simple-header h1 {
    color: #ffffff; }

.flex-content-rows .flex-content-row {
  display: flex;
  align-items: center;
  margin-bottom: 60px; }
  .flex-content-rows .flex-content-row .flex-row-image picture {
    margin-left: 60px; }
.flex-content-rows .flex-row-side-content {
  padding-left: 60px; }
.flex-content-rows .flex-content-gallery {
  display: flex;
  flex-wrap: wrap; }
  .flex-content-rows .flex-content-gallery a {
    display: block;
    width: calc(33% - 20px);
    margin: 10px; }
    .flex-content-rows .flex-content-gallery a picture img {
      transition: all 0.5s ease; }
    .flex-content-rows .flex-content-gallery a:hover picture img {
      transform: scale(1.05); }

.servicesbox a {
  height: 100%; }
  .servicesbox a img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

#footerpanel3 {
  width: 35%; }
