@import "icons/style.css";
/* Colors */
/* blue */
/* magenta */
/* orange */
/* pale green */
/* blush pink */
/* gray */
/* default drop shadow */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  overflow-wrap: break-word;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  background-color: #313131;
  color: #ffffff;
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  border-radius: 5px;
  border: none;
  padding: 5px 10px;
}

/**
 * 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;
}

button.disabled {
  background-color: #e5e5e5;
  color: #313131;
}

strong {
  font-weight: 600;
}

ol {
  margin: 10px 0 20px 20px;
}

body {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #313131;
  font-size: 16px;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
form,
.nav {
  font-family: "Dosis", sans-serif;
}

h1 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 10px;
}

h2 {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

h4,
h5,
h6 {
  font-size: 16px;
}

p {
  margin: 0 0 10px;
}

.accent {
  font-family: inherit;
  font-size: 12px;
  line-height: normal;
}

.cursive {
  font-family: "Great Vibes", cursive;
  font-display: block;
  letter-spacing: 0.5px;
}

.geometric {
  font-family: "Megrim", sans-serif;
  font-display: block;
}

ul {
  list-style-type: none;
}
ul li {
  position: relative;
  padding-left: 15px;
}
ul li:before {
  content: "\e9da";
  color: #ff785a;
  font-family: "icomoon" !important;
  font-size: 0.5rem;
  position: absolute;
  top: 0;
  left: 0px;
  height: 24px;
}
ul li ul li {
  padding-left: 0;
}
ul li ul li:before {
  content: none;
}
ul li h3 {
  line-height: 24px;
}

.static b {
  font-weight: bold;
}

a {
  color: #4f94bd;
  text-decoration: none;
  background: linear-gradient(to right, rgb(173, 190, 190), rgb(173, 190, 190)), linear-gradient(to right, rgb(173, 190, 190), rgb(173, 190, 190));
  background-size: 0% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}
a:hover {
  color: #adbebe;
  background-size: 0 0.1em, 100% 0.1em;
  text-decoration: none;
}

form {
  background-color: #fff4ec;
  border-radius: 5px;
  padding: 20px;
}
form-input {
  margin-bottom: 15px;
}
form-input--inline {
  display: flex;
  align-items: center;
}
form-input--inline label {
  margin-left: 10px;
}
form-group {
  display: flex;
  flex-wrap: wrap;
  background: white;
  padding: 20px;
  row-gap: 15px;
  column-gap: 15px;
  border-radius: 5px;
  justify-content: flex-start;
}
form-group--vertical {
  flex-direction: column;
}
form h2 {
  margin: 20px 0 10px;
}
form label {
  display: block;
}
form input,
form textarea,
form select {
  border: 1px solid #313131;
}
form small {
  display: block;
  font-size: 10px;
}
form .button-group {
  display: flex;
  align-items: center;
}

.button,
a.button {
  font-family: "Dosis";
  border-radius: 5px;
  padding: 5px 20px;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}
.button-primary,
a.button-primary {
  background-color: #4f94bd;
}
.button-primary:hover,
a.button-primary:hover {
  background: none;
  background-color: #adbebe;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.button-secondary,
a.button-secondary {
  background-color: #ff785a;
}
.button-secondary:hover,
a.button-secondary:hover {
  background: none;
  background-color: #d98fa0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.button.disabled,
a.button.disabled {
  background-color: #e5e5e5;
  color: #313131;
  cursor: default;
}
.button.disabled:hover,
a.button.disabled:hover {
  box-shadow: none;
}

#nav {
  background-color: #fff4ec;
  height: 60px;
}
#nav-menu-button--icon:before {
  content: "\e9bd";
}

.nav ul li:before {
  content: none;
}
.nav-wrapper {
  display: flex;
  height: 100%;
  justify-content: space-between;
  max-width: 900px;
  margin: auto 0 auto auto;
  padding-left: 20px;
}
.nav-list {
  list-style: none;
  width: 0;
  flex-direction: column;
  z-index: 5;
  position: absolute;
  left: 100%;
  top: 0;
  align-items: center;
  overflow: hidden;
  background-color: #fff4ec;
  transition: left 0.2s;
  width: 0px;
  display: none;
}
.nav-list__cta {
  color: #4f94bd;
  text-decoration: none;
  background: linear-gradient(to right, rgb(255, 120, 90), rgb(255, 120, 90)), linear-gradient(to right, rgb(255, 120, 90), rgb(255, 120, 90));
  background-size: 0% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: all 400ms;
  padding: 18px 0;
  font-size: 18px;
  display: inline-block;
  width: 100%;
}
.nav-list__cta:hover {
  background-size: 0 0.1em, 100% 0.1em;
  color: #ff785a;
  text-decoration: none;
}
.nav-list__cta.active {
  color: #ff785a;
}
.nav-list__item {
  margin: 0 5px 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #4f94bd;
}
.nav-list__item:last-of-type {
  border-bottom: none;
}
.nav-menu-button {
  right: 0;
  position: relative;
  justify-content: flex-end;
  color: #4f94bd;
  background: #fff4ec;
  width: 51px;
  height: 60px;
  font-size: 25px;
  display: flex;
  align-items: center;
  z-index: 6;
  transition: color 0.4s;
  border-radius: 0;
}
.nav-menu-button:hover {
  color: #ff785a;
}
.nav-overlay-bg {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: #313131;
  opacity: 0.8;
  transition: all 0.2s;
}
.nav .logo {
  color: #ff785a;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 10px 0 0;
  font-size: 40px;
  transition: color 0.4s;
  line-height: 1;
  height: 55px;
}
.nav .logo:hover {
  color: #4f94bd;
  text-decoration: none;
  background: none;
}
.nav.active .nav-menu-button {
  justify-content: center;
  top: 0;
  border-right: 1px solid #4f94bd;
  color: #ff785a;
}
.nav.active #nav-menu-button--icon:before {
  content: "\ea0f";
}
.nav.active .nav-overlay-bg {
  display: block;
}
.nav.active .nav-list {
  display: flex;
  left: 0;
  width: calc(100% - 52px);
}

@media only screen and (min-width: 768px) {
  .nav-wrapper {
    width: 90%;
    margin: auto;
    padding: 0;
  }
  .nav-menu-button {
    display: none;
  }
  .nav-list {
    display: flex;
    flex-direction: row;
    width: 75%;
    align-items: center;
    position: relative;
    justify-content: flex-end;
    left: 0;
  }
  .nav-list__cta {
    font-size: inherit;
    padding: 0;
  }
  .nav-list__item {
    padding: 0 15px;
    border-bottom: none;
    width: auto;
  }
  .nav-list__item--home {
    display: none;
  }
  .logo-wrapper {
    transform: unset;
  }
}
.homepage-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.homepage-hero h1 {
  color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 2;
  margin: 10px auto;
  font-size: 30px;
  line-height: 1.25;
}
.homepage-hero p {
  position: relative;
  width: 75%;
  margin: 20px auto;
  padding: 20px 20px 10px;
  text-align: center;
}
.homepage-hero p:before {
  display: block;
  content: "";
  background-color: #313131;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 15px 0;
}
.homepage-hero span {
  display: inline;
  margin-left: 5px;
  text-align: center;
  z-index: 2;
}
.homepage-hero span.tagline {
  margin-left: 0;
  display: block;
  text-align: center;
  font-size: 4vw;
  line-height: 1.25;
}
.homepage-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .homepage-hero {
    height: 250px;
    height: 370px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .homepage-hero h1 {
    font-size: 31px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .homepage-hero p {
    text-align: center;
    padding: 10px 20px;
    max-width: 550px;
  }
  .homepage-hero p:before {
    opacity: 0.7;
  }
  .homepage-hero span {
    margin-left: 0;
    display: inline;
  }
  .homepage-hero span.tagline {
    font-size: 30px;
  }
}
.content-wrapper {
  margin: 0 auto 25px;
  width: 90%;
}
.content-list {
  margin: 10px 0 10px 20px;
  list-style: circle;
  list-style-position: outside;
}
.content-list-numbered {
  margin: 10px 0 10px 20px;
}
.content-list-center {
  width: fit-content;
  margin: auto;
  text-align: left;
}
.content-list-arrows {
  list-style-type: disclosure-closed;
  padding: 0 0 0 25px;
}
.content-list-arrows li::marker {
  color: #4f94bd;
}
.content-center {
  text-align: center;
}
.content-section {
  margin-bottom: 10px;
}
.content-highlight {
  font-family: "Dosis", sans-serif;
  font-size: 22px;
  color: #4f94bd;
}
.content-flexed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
  column-gap: 15px;
}
.content-flexed h2 {
  text-align: left;
}
.content .hide {
  display: none;
}

@media only screen and (min-width: 768px) {
  .content-wrapper {
    max-width: 900px;
  }
}
.event-badge {
  width: auto;
  height: 45px;
  background-color: #ff785a;
  border: 1px solid #ffffff;
  border-radius: 15px 0;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
  line-height: 1.25;
}
.event-badge.lowercase {
  text-transform: lowercase;
  line-height: 12px;
}
.event-badge .icon-heart {
  margin: 0 3px;
  font-size: 85%;
}

.vacation-card {
  margin-bottom: 15px;
  border-radius: 15px 0;
  background-color: #fff4ec;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.vacation-card__image {
  height: 180px;
  width: 100%;
  background-color: #e5e5e5;
  position: relative;
}
.vacation-card__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.vacation-card__image .fallback {
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  left: 50%;
  color: #313131;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.vacation-card__info {
  padding: 5px 35px 15px 15px;
}
.vacation-card__title {
  color: #4f94bd;
}
.vacation-card__ctas {
  display: flex;
  row-gap: 5px;
  flex-wrap: wrap;
  column-gap: 5px;
}
.vacation-card .event-badge {
  position: absolute;
  top: 5px;
  left: 5px;
}
.vacation-card__desc, .vacation-card__dates {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .vacation-card {
    flex-direction: row;
    height: 245px;
  }
  .vacation-card__image {
    height: 100%;
    width: 250px;
  }
  .vacation-card__info {
    width: 60%;
  }
  .vacation-card__title {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
  }
  .vacation-card__desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .vacation-card__title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.vacation-detail .accordion__item-header {
  text-transform: uppercase;
}
.vacation-detail .accordion__item.active .accordion__item-body {
  padding: 10px;
}
.vacation-detail__map-outer {
  position: relative;
  text-align: right;
  height: 300px;
  width: 100%;
}
.vacation-detail__map-canvas {
  overflow: hidden;
  background: none !important;
  height: 300px;
  width: 100%;
  border: 1px solid #4f94bd;
}
.vacation-detail__ctas {
  display: flex;
  row-gap: 5px;
  column-gap: 5px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .vacation-detail .content-section {
    width: calc(100% - 350px);
  }
  .vacation-detail__wrapper {
    max-height: 5000px;
  }
  .vacation-detail .vacation-detail-info-card {
    position: sticky;
    top: 20px;
    right: 0;
    float: right;
  }
}

/* Accordion component styles */
.accordion {
  width: 100%;
}
.accordion__item {
  margin-bottom: 2px;
}
.accordion__item.active {
  border-radius: 15px 0;
}
.accordion__item.active .accordion__item-header {
  background-color: #ff785a;
  border-radius: 15px 0 0 0;
  transition: all 0.4s ease-in-out;
}
.accordion__item.active .accordion__item-header:after {
  content: "";
  width: 10px;
  height: 1.5px;
  background-color: white;
  right: 20px;
}
.accordion__item.active .accordion__item-body {
  max-height: 5000px;
  border-bottom: 1px solid #ff785a;
}
.accordion__item:hover {
  cursor: pointer;
}
.accordion__item:hover .accordion__item-header {
  background-color: #ff785a;
}
.accordion__item-header {
  background-color: #4f94bd;
  padding: 5px 15% 5px 20px;
  color: #ffffff;
  position: relative;
  border-radius: 0;
}
.accordion__item-body {
  border-left: 1px solid #ff785a;
  border-right: 1px solid #ff785a;
  border-bottom: 1px solid #4f94bd;
  max-height: 0;
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
  padding: 0 10px;
  display: block;
  border-radius: 0 0 15px 0;
}
.accordion__item .accordion__item-header:after {
  content: "+";
  color: white;
  display: block;
  right: 15px;
  position: absolute;
  width: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion__item .accordion__item-body p {
  margin: 10px;
}
.accordion__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.accordion__heading-toggle {
  margin-bottom: 10px;
}

.carousel {
  position: relative;
  font-family: "Dosis";
  margin: 0 auto 10px;
  height: 450px;
  overflow: hidden;
  max-width: 1000px;
}
.carousel img {
  width: 100vw;
  height: 450px;
  object-fit: cover;
}
.carousel__content {
  width: 90%;
}
.carousel__wrapper {
  width: 100%;
  display: flex;
  overflow-x: hidden;
  background-color: #313131;
  max-width: 1000px;
  margin: 0 auto;
}
.carousel__arrows {
  position: absolute;
  display: flex;
  right: 5%;
  transform: translateY(-50%);
  bottom: 0%;
  padding: 10px;
  border-radius: 15px 0;
  overflow: hidden;
}
.carousel__arrows:before {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  background: #ffffff;
  z-index: 1;
}
.carousel__arrow {
  background: none;
  color: #4f94bd;
  cursor: pointer;
  z-index: 2;
}
.carousel__indicator {
  font-size: 10px;
  padding: 0 10px;
  width: 70px;
  text-align: center;
  z-index: 2;
}
.carousel__slide {
  transition: transform 0.6s ease;
}
.carousel__arrow:hover {
  background-color: #adbebe;
  color: #ffffff;
}
.carousel__arrow.disabled {
  color: #313131;
  pointer-events: none;
  background: none;
}
.carousel .totalSlides,
.carousel .currentSlide {
  border: none;
  padding: 0 5px;
  font-size: 14px;
}

.vacation-detail-info-card {
  margin-bottom: 15px;
  border-radius: 15px 0;
  color: #ffffff;
  background-color: #4f94bd;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 10px 25px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
}
.vacation-detail-info-card__ctas {
  text-align: center;
  margin-bottom: 10px;
}
.vacation-detail-info-card .event-badge {
  position: relative;
  width: max-content;
}
.vacation-detail-info-card h3 {
  font-size: 22px;
  line-height: 30px;
}
.vacation-detail-info-card__dates {
  font-size: 14px;
  margin-bottom: 0;
}

.faqs .accordion__heading {
  justify-content: flex-end;
}

.local-card {
  margin-bottom: 15px;
  border-radius: 15px 0;
  background-color: #fff4ec;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.local-card__image {
  height: 100%;
  width: 100%;
}
.local-card__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.local-card__info {
  padding: 5px 35px 15px 15px;
}
.local-card__title {
  color: #4f94bd;
  text-transform: none;
}
.local-card h3 i {
  font-family: "Great Vibes", cursive;
  font-display: block;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #ff785a;
}
.local-card b {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .local-card {
    flex-direction: row;
  }
  .local-card__image {
    height: 100%;
    width: 350px;
  }
  .local-card__info {
    width: 60%;
  }
}
#home b {
  font-family: "Dosis", sans-serif;
  font-size: 22px;
}
#home .local-card b {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.footer {
  background-color: #fff4ec;
  color: #313131;
  padding: 15px 5%;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .footer .content-flexed {
    flex-wrap: wrap;
  }
  .footer .content-flexed > div {
    max-width: 350px;
  }
}
.footer-wrapper {
  width: 90%;
  height: 100%;
  max-width: 900px;
  margin: auto;
}
.footer a {
  color: #4f94bd;
  text-decoration: none;
  background: linear-gradient(to right, rgb(173, 190, 190), rgb(173, 190, 190)), linear-gradient(to right, rgb(173, 190, 190), rgb(173, 190, 190));
  background-size: 0% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}
.footer a:hover {
  background-size: 0 0.1em, 100% 0.1em;
  color: #adbebe;
  text-decoration: none;
}
.footer .footer-icon {
  display: inline-block;
  margin-right: 20px;
  font-size: 22px;
  text-decoration: none;
  color: #ff785a;
  transition: color 0.3s ease-in-out;
  background: none;
}
.footer .footer-icon:last-of-type {
  margin-right: 0;
}
.footer .footer-icon:hover {
  text-decoration: none;
  color: #4f94bd;
  background: none;
}
.footer .logo {
  display: inline-block;
  color: #4f94bd;
  transition: all 0.4s;
  background: none;
  padding-right: 0;
  font-size: 40px;
  padding-top: 20px;
}
.footer .logo:hover {
  color: #ff785a;
  background: none;
}
.footer .tagline {
  font-size: 24px;
  line-height: 30px;
}
.footer form {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .footer form {
    width: 50%;
    margin: 0 auto;
  }
}
.footer form input {
  width: 160px;
}

#mlb2-14935896.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#mlb2-14935896.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  font-family: "Dosis" !important;
}

.ml-embedded #mlb2-14935896.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  font-family: "Dosis" !important;
  text-transform: uppercase !important;
}

.ml-embedded {
  width: 90%;
  max-width: 350px;
}

.blog-category-item {
  border-radius: 15px 0;
  overflow: hidden;
  width: 250px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 20px 20px 0;
}
.blog-category-item:hover {
  text-decoration: none;
}
.blog-category-item:hover .blog-category-item__header {
  text-decoration: none;
  color: #ffffff;
  background-color: #adbebe;
}
.blog-category-item__header {
  background-color: #4f94bd;
  color: #ffffff;
  padding: 5px 15px;
  width: calc(100% - 30px);
  font-family: "Dosis";
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all 0.4s;
}
.blog-category-item__image {
  border-radius: 0 0 15px 0;
  overflow: hidden;
  height: 250px;
}
.blog-category-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 15px 0;
  overflow: hidden;
}
.blog-category-item__cta.disabled {
  cursor: default;
}

.blog-category-item__cta.disabled .blog-category-item__header,
.blog-category-item__cta.disabled:hover .blog-category-item__header {
  background-color: #e5e5e5;
}

.blog-category-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.blog-article-item {
  display: flex;
  flex-direction: column;
  border-radius: 15px 0;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 20px 20px 0;
  width: 350px;
}
.blog-article-item__image {
  height: 180px;
  width: 100%;
}
.blog-article-item__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-article-item__content {
  padding: 5px 15px 15px;
}
.blog-article-item__content p {
  margin-bottom: 0;
}

a.blog-article-item__cta {
  color: #fff4ec;
  transition: all 0.7s ease-in-out;
  background-color: #4f94bd;
  height: 100%;
  width: 100%;
}
a.blog-article-item__cta:hover {
  text-decoration: none;
  background-color: #adbebe;
  color: #313131;
}

.blog-article-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.breadcrumbs {
  margin: 15px 0;
}
.breadcrumbs ul {
  display: flex;
  flex-direction: row;
}
.breadcrumbs li {
  padding-left: 18px;
  line-height: 1;
}
.breadcrumbs li:first-of-type {
  padding-left: 0;
}
.breadcrumbs li:first-of-type:before {
  content: none;
}
.breadcrumbs li:before {
  display: flex;
  align-items: center;
  height: 100%;
}
.breadcrumbs li:after {
  content: "";
  padding: 0 0 0 10px;
}
.breadcrumbs li:last-of-type:after {
  content: "";
  margin-right: 0;
}

.blog-menu-nav {
  background-color: #fff4ec;
  border-radius: 15px 0;
  overflow: hidden;
  padding: 15px;
  width: 200px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #e5e5e5;
}
.blog-menu-nav__divider {
  height: 1px;
  width: 75%;
  background: #adbebe;
  margin-bottom: 10px;
}
.blog-menu-nav__title {
  font-family: "Dosis";
}

.blog-article-image {
  height: 400px;
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .blog-article-image {
    width: 50%;
    margin: 0 auto 15px;
  }
}
.blog-article-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-article-content p {
  line-height: 30px;
}
.blog-article-content li p {
  line-height: 24px;
}

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