/*!
 * Stylesheet : Peachtree City, GA
 * Created    : June 2019
 * -----------------------------------------------------------------------------------
 */
/*!
 * Bootstrap v4.3.1 
 * -----------------------------------------------------------------------------------
 */
:root {
  --gray: #5a5a5a;
  --black: #000;
  --white: #fff;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 480px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1600px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: 'Bree Serif', serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  text-align: left;
  background-color: #fff;
}

[tabindex='-1']:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #425d85;
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  color: #293952;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
    'Courier New', monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #909090;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.5rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.5rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.5rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.5rem !important;
}

.m-2 {
  margin: 1rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1rem !important;
}

.m-3 {
  margin: 2rem !important;
}

.mt-3,
.my-3 {
  margin-top: 2rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 2rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 2rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 2rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.5rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.5rem !important;
}

.p-2 {
  padding: 1rem !important;
}

.pt-2,
.py-2 {
  padding-top: 1rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1rem !important;
}

.p-3 {
  padding: 2rem !important;
}

.pt-3,
.py-3 {
  padding-top: 2rem !important;
}

.pr-3,
.px-3 {
  padding-right: 2rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 2rem !important;
}

.pl-3,
.px-3 {
  padding-left: 2rem !important;
}

.m-n1 {
  margin: -0.5rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.5rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.5rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.5rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.5rem !important;
}

.m-n2 {
  margin: -1rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -1rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -1rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -1rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -1rem !important;
}

.m-n3 {
  margin: -2rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -2rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -2rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -2rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -2rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 480px) {
  .m-xs-0 {
    margin: 0 !important;
  }

  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }

  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }

  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }

  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }

  .m-xs-1 {
    margin: 0.5rem !important;
  }

  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.5rem !important;
  }

  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.5rem !important;
  }

  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.5rem !important;
  }

  .m-xs-2 {
    margin: 1rem !important;
  }

  .mt-xs-2,
  .my-xs-2 {
    margin-top: 1rem !important;
  }

  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 1rem !important;
  }

  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 1rem !important;
  }

  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 1rem !important;
  }

  .m-xs-3 {
    margin: 2rem !important;
  }

  .mt-xs-3,
  .my-xs-3 {
    margin-top: 2rem !important;
  }

  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 2rem !important;
  }

  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 2rem !important;
  }

  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 2rem !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }

  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }

  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }

  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }

  .p-xs-1 {
    padding: 0.5rem !important;
  }

  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.5rem !important;
  }

  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.5rem !important;
  }

  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.5rem !important;
  }

  .p-xs-2 {
    padding: 1rem !important;
  }

  .pt-xs-2,
  .py-xs-2 {
    padding-top: 1rem !important;
  }

  .pr-xs-2,
  .px-xs-2 {
    padding-right: 1rem !important;
  }

  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 1rem !important;
  }

  .pl-xs-2,
  .px-xs-2 {
    padding-left: 1rem !important;
  }

  .p-xs-3 {
    padding: 2rem !important;
  }

  .pt-xs-3,
  .py-xs-3 {
    padding-top: 2rem !important;
  }

  .pr-xs-3,
  .px-xs-3 {
    padding-right: 2rem !important;
  }

  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 2rem !important;
  }

  .pl-xs-3,
  .px-xs-3 {
    padding-left: 2rem !important;
  }

  .m-xs-n1 {
    margin: -0.5rem !important;
  }

  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.5rem !important;
  }

  .m-xs-n2 {
    margin: -1rem !important;
  }

  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -1rem !important;
  }

  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -1rem !important;
  }

  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -1rem !important;
  }

  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -1rem !important;
  }

  .m-xs-n3 {
    margin: -2rem !important;
  }

  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -2rem !important;
  }

  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -2rem !important;
  }

  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -2rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }

  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }

  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.5rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important;
  }

  .m-sm-2 {
    margin: 1rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1rem !important;
  }

  .m-sm-3 {
    margin: 2rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 2rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 2rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 2rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.5rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important;
  }

  .p-sm-2 {
    padding: 1rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1rem !important;
  }

  .p-sm-3 {
    padding: 2rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 2rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 2rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 2rem !important;
  }

  .m-sm-n1 {
    margin: -0.5rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n2 {
    margin: -1rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1rem !important;
  }

  .m-sm-n3 {
    margin: -2rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -2rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -2rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -2rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.5rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important;
  }

  .m-md-2 {
    margin: 1rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 1rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 1rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 1rem !important;
  }

  .m-md-3 {
    margin: 2rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 2rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 2rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 2rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 2rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.5rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important;
  }

  .p-md-2 {
    padding: 1rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 1rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 1rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 1rem !important;
  }

  .p-md-3 {
    padding: 2rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 2rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 2rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 2rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 2rem !important;
  }

  .m-md-n1 {
    margin: -0.5rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.5rem !important;
  }

  .m-md-n2 {
    margin: -1rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1rem !important;
  }

  .m-md-n3 {
    margin: -2rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -2rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -2rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -2rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.5rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important;
  }

  .m-lg-2 {
    margin: 1rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1rem !important;
  }

  .m-lg-3 {
    margin: 2rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 2rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 2rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 2rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.5rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important;
  }

  .p-lg-2 {
    padding: 1rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1rem !important;
  }

  .p-lg-3 {
    padding: 2rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 2rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 2rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 2rem !important;
  }

  .m-lg-n1 {
    margin: -0.5rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n2 {
    margin: -1rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1rem !important;
  }

  .m-lg-n3 {
    margin: -2rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -2rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -2rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -2rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.5rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important;
  }

  .m-xl-2 {
    margin: 1rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1rem !important;
  }

  .m-xl-3 {
    margin: 2rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 2rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 2rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 2rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.5rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important;
  }

  .p-xl-2 {
    padding: 1rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1rem !important;
  }

  .p-xl-3 {
    padding: 2rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 2rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 2rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 2rem !important;
  }

  .m-xl-n1 {
    margin: -0.5rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n2 {
    margin: -1rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1rem !important;
  }

  .m-xl-n3 {
    margin: -2rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -2rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -2rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -2rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.5rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-2 {
    margin: 1rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 1rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 1rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 1rem !important;
  }

  .m-xxl-3 {
    margin: 2rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 2rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 2rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 2rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 2rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.5rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-2 {
    padding: 1rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 1rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 1rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 1rem !important;
  }

  .p-xxl-3 {
    padding: 2rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 2rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 2rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 2rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 2rem !important;
  }

  .m-xxl-n1 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n2 {
    margin: -1rem !important;
  }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -1rem !important;
  }

  .m-xxl-n3 {
    margin: -2rem !important;
  }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -2rem !important;
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -2rem !important;
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -2rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 480px) {
  .d-xs-none {
    display: none !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 480px) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xs-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xs-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xs-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xs-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xs-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xs-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xs-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xs-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
    'Courier New', monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left !important;
  }

  .text-xs-right {
    text-align: right !important;
  }

  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-gray {
  color: #5a5a5a !important;
}

a.text-gray:hover,
a.text-gray:focus {
  color: #343434 !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover,
a.text-black:focus {
  color: black !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-body {
  color: #424242 !important;
}

.text-muted {
  color: #909090 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.bg-gray {
  background-color: #5a5a5a !important;
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #414141 !important;
}

.bg-black {
  background-color: #000 !important;
}

a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

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

.img-thumbnail {
  padding: 0;
  background-color: #fff;
  border: 0 solid transparent;
  border-radius: 0.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: '';
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.8;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0 solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 550px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-content {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/*!
 * Theme
 * -----------------------------------------------------------------------------------
 */
html {
  font-size: 15px;
}
@media (min-width: 1600px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  html {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.25rem;
  font-family: 'Bree Serif Bold', serif;
  font-weight: normal;
  line-height: 1.2;
}
h1 i,
h1 em,
h2 i,
h2 em,
h3 i,
h3 em,
h4 i,
h4 em,
h5 i,
h5 em,
h6 i,
h6 em,
.h1 i,
.h1 em,
.h2 i,
.h2 em,
.h3 i,
.h3 em,
.h4 i,
.h4 em,
.h5 i,
.h5 em,
.h6 i,
.h6 em {
  font-family: 'Bree Serif Bold Italic', serif;
  font-style: normal;
}

h1,
.h1 {
  font-size: 2.5em;
}

h2,
.h2 {
  font-size: 2em;
}

h3,
.h3 {
  font-size: 1.75em;
}

h4,
.h4 {
  font-size: 1.5em;
}

h5,
.h5 {
  font-size: 1.25em;
}

h6,
.h6 {
  font-size: 1em;
}

ul {
  padding-left: 1.25em;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

b,
strong {
  font-weight: normal;
  font-family: 'Bree Serif Bold', serif;
}

i,
em {
  font-style: normal;
  font-family: 'Bree Serif Italic', serif;
}

i b,
em b,
i strong,
em strong,
b i,
strong i,
b em,
strong em {
  font-family: 'Bree Serif Bold Italic', serif;
}

.font-italic {
  font-style: normal !important;
  font-family: 'Bree Serif Italic', serif !important;
}

.font-weight-bold {
  font-weight: normal !important;
  font-family: 'Bree Serif Bold', serif !important;
}

.font-weight-bold.font-italic {
  font-family: 'Bree Serif Bold Italic', serif !important;
}

.site {
  width: 100%;
  min-width: 360px;
  overflow: hidden;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: ' ';
}
.clearfix::after {
  clear: both;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 575px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 100%;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  .col {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.menu,
.submenu {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.menu a {
  display: block;
  text-decoration: none !important;
  color: inherit !important;
}

/*-----------------------------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  color: #eaffa9;
  background: #a4c443;
  border-bottom: 2px solid #fff;
  position: relative;
  z-index: 99;
}
@media (min-width: 1600px) {
  .site-header {
    border-bottom-width: 3px;
  }
}
@media (min-width: 1200px) {
  .site-header .container-fluid {
    max-width: 1150px;
  }
}
@media (min-width: 1600px) {
  .site-header .container-fluid {
    max-width: 1430px;
  }
}
.site-header a {
  color: #fff;
}
.site-header .mobile-hidden {
  display: none !important;
}
@media (min-width: 1200px) {
  .site-header .mobile-hidden {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .site-header .mobile-visible {
    display: none !important;
  }
}
.site-header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.site-header .wrapper::before {
  content: '';
  display: block;
  height: 100%;
  width: 260px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 100%;
}
.site-header .bg {
  height: 55px;
  background: #779c26;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .site-header .bg {
    height: 44px;
  }
}
.site-header .bg::before {
  content: '';
  display: block;
  height: 5px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(50%, rgba(0, 0, 0, 0.2))
  );
  background-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.2) 50%
  );
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.header-bottom {
  display: none;
  position: relative;
  bottom: -53%;
}
@media (min-width: 1200px) {
  .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.main-menu {
  -ms-flex-preferred-size: 82.1276595745%;
  flex-basis: 82.1276595745%;
  max-width: 82.1276595745%;
  padding-bottom: 0.75rem;
}
.main-menu li {
  position: relative;
}
.main-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-menu .menu > li {
  -ms-flex-preferred-size: 19.6%;
  flex-basis: 19.6%;
  max-width: 19.6%;
  color: #fff;
}
.main-menu .menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0.3rem;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0.2rem 0.15rem 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0.2rem 0.15rem 1px rgba(0, 0, 0, 0.15);
}
.main-menu .menu > li > a::before {
  content: '';
  display: block;
  width: 2.83em;
  height: 2.21em;
  margin-right: 0.3rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: auto 100%;
}
.main-menu .menu > li > a::after {
  content: '';
  width: 100%;
  height: 0;
  border: 0.35rem solid transparent;
  border-color: transparent #fff;
  border-bottom-width: 0;
  position: absolute;
  background: transparent;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.1s;
  transition: opacity 0.2s 0.1s;
}
.main-menu .menu > li > a.menu-explore::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 704 512' fill='%23fff'%3e%3cpath d='M648.28 388.921v0l-11.298-0.001-6.111-71.23c-4.666-36.75-20.716-46.154-37.333-46.154h-31.85v-190.783c14.387 4.791 27.945 10.56 40.344 17.49 12.651 5.363 17.73-0.858 20.471-5.785 4.083-7.247 1.507-16.436-5.77-20.504-17.973-10.063-37.979-17.897-59.266-23.999-4.94-1.417-9.973-2.681-15.065-3.902-98.538-23.546-221.499-10.168-315.398 19.133-7.939 2.486-12.384 10.937-9.882 18.876 2.44 7.94 10.952 12.353 18.861 9.883 7.97-2.486 16.3-4.821 24.782-7.081-37.692 47.665-77.895 123.449-93.645 160.199-45.946 0-87.511 53.375-87.511 143.856h-23.863c-8.331 0-15.065 6.733-15.065 15.065 0 8.315 6.734 15.064 15.065 15.064h38.747c5.86 34.56 35.719 60.953 71.936 60.953s66.090-26.394 71.936-60.953h213.906c5.859 34.56 35.719 60.953 71.936 60.953s66.090-26.394 71.936-60.953h52.11c8.331 0 15.065-6.749 15.065-15.064 0.028-8.33-6.705-15.065-15.037-15.065l-0.001 0.002zM166.683 442.522c-19.773 0-35.802-16.028-35.802-35.803s16.028-35.802 35.802-35.802 35.802 16.027 35.802 35.802-16.030 35.803-35.802 35.803zM481.331 153.515c-23.831 0.652-38.497 47.652-41.831 86.318-1.333 12 12.875 12.229 12.875 12.229l0.061 18.833-116.588 0.125c-1.166 12.219-1.166 30.332 26.364 48.445-22.426 0.553-37.010 22.137-37.844 47.803l-10.109 0.299v-22.598h-26.273v22.598h-7.532c-0.407-65.563-29.957-95.201-29.627-95.381 18.887-10.334 26.989-18.792 27.427-20.716 1.262-5.545-2.548-13.070-4.611-20.812 7.089-0.5 10.152-1.227 18.219-1.957l9.696 16.004c2.094 3.615 10.132 7.163 15.442 4.127 5.396-3.085 7.23-10.033 4.113-15.442l-28.64-49.842c-3.073-5.364-9.988-7.246-15.397-4.113-5.408 3.119-7.261 10.033-4.143 15.426l12.317 22.387c-7.636 0.841-10.332 1.63-14.98 2.033-7.013-14.5-14.202-24.015-18.276-25.556-4.174-1.578-27.125 29.166-47.528 37.592 36.367-66.977 85.267-145.962 110.335-158.316 71.212-12.7 150.273-15.397 216.74-0.466v198.992h-53.212v-19.175c8.128 0 16.254-5.146 23.838-46.854 7.2-39.601 5.329-51.945-20.836-51.988v0.005zM524.194 442.522c-19.773 0-35.803-16.028-35.803-35.803s16.028-35.802 35.803-35.802c19.773 0 35.802 16.027 35.802 35.802s-16.029 35.803-35.802 35.803zM190.964 406.72c0 13.41-10.871 24.281-24.281 24.281s-24.28-10.871-24.28-24.281c0-13.409 10.87-24.28 24.28-24.28s24.281 10.871 24.281 24.28zM548.405 406.72c0 13.412-10.874 24.285-24.285 24.285s-24.284-10.873-24.284-24.285c0-13.411 10.873-24.284 24.284-24.284s24.285 10.873 24.285 24.284z'/%3e%3c/svg%3e");
}
.main-menu .menu > li > a.menu-stay::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 704 512' fill='%23fff'%3e%3cpath d='M122.048 228.174v-135.543c0-29.703 22.381-43.565 37.078-43.565h386.145c14.851 0 36.649 13.861 36.649 43.565v135.557c-15.807-17.315-38.486-28.244-63.726-28.244h-17.776c-4.849-60.527-39.256-97.506-92.294-97.506h-112.264c-53.036 0-87.444 36.979-92.294 97.506l-17.776-0.014c-25.254 0-47.921 10.929-63.742 28.244zM585.009 286.356c0.016-6.977-1.074-13.668-3.074-19.998l0.002-0.002c-8.525-27.083-33.85-46.803-63.727-46.803h-332.416c-29.88 0-55.202 19.706-63.742 46.803-1.984 6.317-3.061 13.025-3.061 19.998v176.578h53.846v-39.045c0-6.457 5.242-11.683 11.669-11.683h334.959c6.442 0 11.697 5.227 11.697 11.683v39.047h53.846v-176.578z'/%3e%3c/svg%3e");
}
/*.main-menu .menu > li > a.menu-dine::before {
  width: 3em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 704 512' fill='%23fff'%3e%3cpath d='M348.254 34.114v0c-122.982 0.001-223.043 100.063-223.043 223.029 0 122.998 100.062 223.027 223.043 223.027 122.979 0 223.043-100.029 223.043-223.028 0-122.966-100.062-223.028-223.043-223.028v0zM348.254 422.433c-91.149 0-165.309-74.144-165.309-165.292s74.16-165.341 165.309-165.341c91.146 0 165.308 74.192 165.308 165.341s-74.16 165.292-165.308 165.292v0zM486.662 257.142c0 76.304-62.104 138.392-138.407 138.392s-138.407-62.088-138.407-138.392c0-76.32 62.103-138.423 138.407-138.423s138.407 62.103 138.407 138.423v0zM656.263 27.326l0.5 366.060c0 0 4.423 23.954 6.5 35.5 2.608 14.5 4.602 33.38 1.082 43.75-4.582 13.5-37.582 15.646-45.582 7.534-4.733-4.8-9.75-9.284-9.75-27.284 0-9.538 10.25-36.75 10.25-36.75l-0.75-168.25-18.195-20c0 0-7.203-54.464-0.479-96.808 4.674-29.442 17.174-75.942 37.885-97.942 7.397-7.857 18.539-5.81 18.539-5.81zM113.013 27.637c0 0 0 87.508 0 122.332 0 6.407-2.667 28.416-10.5 40.917-2.797 4.463-11.625 14.249-11.625 14.249l-0.209 93.499c0 0 9.667 141.001 9.667 161.67 0 31.815-46 31.697-46 1.333 0-22.515 7.565-162.502 7.565-162.502v-93.625c0 0-12.053-11.007-14.649-15.875-5.153-9.662-9.5-32.803-9.5-39 0-36 0.057-122.998 0.057-122.998h14.86v115.332h16.069v-115.332h14.931v115.332h14.334v-115.332h15z'/%3e%3c/svg%3e");
}*/

.main-menu .menu > li > a.menu-dine::before {
  width: 3em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 704 512' fill='%23fff'%3e%3cpath d='M348.254 34.114v0c-122.982 0.001-223.043 100.063-223.043 223.029 0 122.998 100.062 223.027 223.043 223.027 122.979 0 223.043-100.029 223.043-223.028 0-122.966-100.062-223.028-223.043-223.028v0zM348.254 422.433c-91.149 0-165.309-74.144-165.309-165.292s74.16-165.341 165.309-165.341c91.146 0 165.308 74.192 165.308 165.341s-74.16 165.292-165.308 165.292v0zM486.662 257.142c0 76.304-62.104 138.392-138.407 138.392s-138.407-62.088-138.407-138.392c0-76.32 62.103-138.423 138.407-138.423s138.407 62.103 138.407 138.423v0zM656.263 27.326l0.5 366.060c0 0 4.423 23.954 6.5 35.5 2.608 14.5 4.602 33.38 1.082 43.75-4.582 13.5-37.582 15.646-45.582 7.534-4.733-4.8-9.75-9.284-9.75-27.284 0-9.538 10.25-36.75 10.25-36.75l-0.75-168.25-18.195-20c0 0-7.203-54.464-0.479-96.808 4.674-29.442 17.174-75.942 37.885-97.942 7.397-7.857 18.539-5.81 18.539-5.81zM113.013 27.637c0 0 0 87.508 0 122.332 0 6.407-2.667 28.416-10.5 40.917-2.797 4.463-11.625 14.249-11.625 14.249l-0.209 93.499c0 0 9.667 141.001 9.667 161.67 0 31.815-46 31.697-46 1.333 0-22.515 7.565-162.502 7.565-162.502v-93.625c0 0-12.053-11.007-14.649-15.875-5.153-9.662-9.5-32.803-9.5-39 0-36 0.057-122.998 0.057-122.998h14.86v115.332h16.069v-115.332h14.931v115.332h14.334v-115.332h15z'/%3e%3c/svg%3e");
}

.main-menu .menu > li > a.menu-dine2::before {
  width: 3em;
  background-image: url('../images/DineIcon.png');

  /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 704 512' fill='%23fff'%3e%3cpath d='M348.254 34.114v0c-122.982 0.001-223.043 100.063-223.043 223.029 0 122.998 100.062 223.027 223.043 223.027 122.979 0 223.043-100.029 223.043-223.028 0-122.966-100.062-223.028-223.043-223.028v0zM348.254 422.433c-91.149 0-165.309-74.144-165.309-165.292s74.16-165.341 165.309-165.341c91.146 0 165.308 74.192 165.308 165.341s-74.16 165.292-165.308 165.292v0zM486.662 257.142c0 76.304-62.104 138.392-138.407 138.392s-138.407-62.088-138.407-138.392c0-76.32 62.103-138.423 138.407-138.423s138.407 62.103 138.407 138.423v0zM656.263 27.326l0.5 366.060c0 0 4.423 23.954 6.5 35.5 2.608 14.5 4.602 33.38 1.082 43.75-4.582 13.5-37.582 15.646-45.582 7.534-4.733-4.8-9.75-9.284-9.75-27.284 0-9.538 10.25-36.75 10.25-36.75l-0.75-168.25-18.195-20c0 0-7.203-54.464-0.479-96.808 4.674-29.442 17.174-75.942 37.885-97.942 7.397-7.857 18.539-5.81 18.539-5.81zM113.013 27.637c0 0 0 87.508 0 122.332 0 6.407-2.667 28.416-10.5 40.917-2.797 4.463-11.625 14.249-11.625 14.249l-0.209 93.499c0 0 9.667 141.001 9.667 161.67 0 31.815-46 31.697-46 1.333 0-22.515 7.565-162.502 7.565-162.502v-93.625c0 0-12.053-11.007-14.649-15.875-5.153-9.662-9.5-32.803-9.5-39 0-36 0.057-122.998 0.057-122.998h14.86v115.332h16.069v-115.332h14.931v115.332h14.334v-115.332h15z'/%3e%3c/svg%3e");*/
}

.tgheaderimage {
  width: 100%;
  margin-top: -95px;
  border-radius: 5px;
}

.thanksgivingpromotion {
  background: #e9581f;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 70px;
  text-align: center;
}

.thanksgivingpromotion .thanksgivinglist {
  color: #fff;
}

.thanksgivingpromotion .tgheading-two {
  width: 100%;
  background: #952b02;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
}

.thanksgivingpromotion .thanksgivinglist li {
  background: #f6daa5;
  border-radius: 5px;
  border: 2px solid #fff;
  flex: 0 0 45%;
  max-width: 45%;
  margin: 20px;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

@media only screen and (max-width: 991px) {
  .thanksgivingpromotion .thanksgivinglist li {
    flex: 0 0 85% !important;
    max-width: 85% !important;
    margin: 20px auto;
  }

  .thanksgivinglist li .description p {
    margin-top: 10px;
  }
}

.thanksgivingpromotion .thanksgivinglist .listing-item {
  padding: 20px;
  color: #a80a05 !important;
}

.thanksgivingpromotion .thanksgivinglist .listing-item::before {
  height: 0;
}

.thanksgivingpromotion .thanksgivinglist .listing-item a {
  color: #a80a05 !important;
}

.thanksgivingpromotion .thanksgivinglist .listing-item .name {
  color: #a80a05 !important;
}

.thanksgivingpromotion .thanksgivinglist .listing-item strong {
  color: #a80a05 !important;
}

.christmaspromotion {
  background: #b61d22;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 70px;
  text-align: center;
}

.christmaspromotion .thanksgivinglist {
  color: #fff;
}

.christmaspromotion .tgheading-two {
  width: 100%;
  background: #478f04;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
}

.christmaspromotion .thanksgivinglist li {
  background: #e7ffdf;
  border-radius: 5px;
  border: 2px solid #fff;
  flex: 0 0 45% !important;
  max-width: 45% !important;
  margin: 20px;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.christmaspromotion .thanksgivinglist .listing-item {
  padding: 20px;
  color: #a80a05 !important;
}

.christmaspromotion .thanksgivinglist .listing-item::before {
  height: 0;
}

.christmaspromotion .thanksgivinglist .listing-item a {
  color: #a80a05 !important;
}

.christmaspromotion .thanksgivinglist .listing-item .name {
  color: #a80a05 !important;
}

.christmaspromotion .thanksgivinglist .listing-item strong {
  color: #a80a05 !important;
}

.dineicon {
  width: 220%;
  margin-left: -80px;
  /* vertical-align: top; */
  /* display: inline; */
  /* position: relative; */
  margin-top: -120px;
}

.dineiconFull {
  display: none;
}

.menu-dine2 {
  background: none !important;
}

.main-menu .menu > li > a.menu-shop::before {
  width: 2.42em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 704 512' fill='%23fff'%3e%3cpath d='M192.278 153.575c-19.793 0.688-16.339 18.818-12.655 46.813 5.82 43.766 17.655 207.869 15.362 243.209-3.53 17.82-10.367 35.842-0.365 39.576 7.833 3.014 46.365 5.758 66.767 22.643 10.098 6.614 25.348 8.364 41.046 2.496 13.912-3.633 143.886-54.715 193.726-65.39 28.326-8.325 35.66-13.491 28.494-39.341l-0.001 0.003c-27.667-54.654-31.665-135.89-21.262-203.39 8.595-55.764 21.095-83.764-59.501-71.584 6.474-30.888 7.007-83.279-9.711-108.88-6.439-9.848-15.187-15.030-25.274-15.030-21.573 0-38.428 22.588-50.272 51.686-10.314-38.359-29.287-56.265-58.212-56.265-38.36 0-51.961 40.925-51.961 75.978 0 18.37 5.699 53.838 8.97 72.793l-65.151 4.683zM272.128 442.408c-0.103 0-0.19 0-0.276 0-2.944 0-12.896-239.314-12.896-239.314s-54.526-26.342-53.511-29.011c1.016-2.703 58.52 19.679 58.52 19.679s211.933-45.58 212.519-42.619c0.603 2.962-205.994 51.227-205.994 51.227s4.735 240.041 1.635 240.041l0.003-0.003zM356.752 138.2c-2.064 0.241-9.434 1.239-11.517 1.48 0.878-10.485 4.732-26.329 9.5-38 0.775 9.573 1.811 24.95 2.017 36.52v0zM408.918 15.839c6.303 0 11.52 3.254 15.96 10.003 15.101 23.157 14.067 76.323 7.423 104.025-19.077 2.014-41.028 4.476-64.375 7.094-0.482-23.071-2.118-42.991-4.942-59.984 10.844-33.78 27.373-61.138 45.934-61.138v0zM259.613 76.116c0-6.629 1.119-64.856 40.822-64.856 19.627 0 41.354 8.935 51.204 64.908-6.628 21.59-15.418 45.111-16.935 64.497-24.259 2.703-44.050 4.871-66.139 7.108-3.2-18.422-8.951-54.044-8.952-71.657v0z'/%3e%3c/svg%3e");
}

.main-menu .menu > li > a.menu-art::before {
  width: 2.42em;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAABeCAYAAABb2fjjAAALN0lEQVR4nO2dC7BWVRXH/x8X7lVIGMGbyTCZWIlUXhvIhKGJUAcUEB+jWSRWjDA9rMCopAck4JBml0gHScccKQ0SEhUbU8EEs0DtQSFEg4WEQGrCWDyUbzUL1olzz1r7nH1e3wd9/Gb2oPt5zv/bZ++191n73AoR4ShOTgLQD8AJALoB+DeA7QD+BODVoFBnV+kGpQuAjwC4GMB5AE51yMA9bxWAywFsOyriQd4NYCKAcdLrkqgAqAJ4A0d7IvoDmA7gUgCdVKrmdQALAcwHsCZIbVQRjwEwC8AXPDV4GcBNIt7OaGIjitgXwP0A3qdSbH4O4NMAXjNT+dlusNm5j0wIJ6sUm0cBnA9gv5kqNJqIv5RZ15cPAlidlLeRRGwD8HsVG09zMAPH4TMj/b/wiZT3sddHQDSYiKNUTDzbYlNDNIqIwfItDc/55m0UEc9UMcms8M3YSD0xDVWxD71oFBG7qJh42BjfEpsjRKOI6D1JyA7NTBUbw+G67OsK4G1ip/E+XouYHCTLrx3y3xz/HwB7VA0deVL2ArupFM0PAPxOxcZQT2O7IltQAwCcITsqJ8vSrKfK7YZv4FkAcwD8xJkLuBbAd1VsR9YCOFt+GG9q3RNPAXCuhGGee3dJ8I8x0FgPT5MJ5YvSi2+WHsw9rYdR528BXJRWwANwTyw59COi64noeSqHKhFNitzDtFBLTxFR71DaCUQ0g4ieIaK/EdEqIvosEXXOqoOKKCjwMDGaiFaUJFzAfiKaGCNgwD+IaHBZnUVF5Aws3hVEtFbdRvG8SURXeggYsIeIJpQhYpFjIk8MdwAYpFKKZ59sKPwsVPM02ep3wTN5b0daPixlM4SxRLRb/fZELxDRTCIaREQt8u9Mic8KtzMyRQ8MmO64r2FE1GzE1/RxniGDuyXgx438kPgsQr5OROcUJCAPPddJ+rMyAVrXWrqIX1WXe4iZRv5wmKlKxPMaEQ0pUMCvRPLtlMnQutbYEJuYEM6Wwd3FoITygxzlLF4hooFGHRNlwnBhCdiJiL7syM+z/RTJY12zGcxIj8C/5NPqEjrSklBPiyphs42IzjDKB2GwmDA+PbCJiCarnJobiaiLUd4MZqRH+IBqVlNET9ziOVb1FqM6ScBJqgU3832FVBGe4Xpn04fIOybyxHOKUc4VWuTGLQG7pBQw4BajLhVUhGe4TzWnyTM7ryeiPsZY9j2ZTKw6XaGz5yNswVbHLEe9uXviEqNBiyx24h+J6ERj/FwYyuMrJNt/16oW0vEGEV1l1J1bxO/nvDAXvCnQK9LW8UT0KyN/kpDNkVl4MxG1E9EIImqVMELiNqvaO8LWwalGG7lEvFQ1kx/eTekRaeftRPTnmJpdQnLPnRrK92siGmPkC8JFRPQbVXtHnjDK5RLxGCLaqprJzuNE1C3SRpvDdAkz27g27oHfCuXZnCBguGNsUS0courawFARKcIE1Uw2lhHRsZF2zyWiXQm1zRN7NSrgjEi+ds97YhPoVtVKR7jjdC1SRL6BpaqZdCw2Fv/jiGhvQi33yE1HBZytch4c96zrjwae/S9UpTWq91uVpQnH5dh4XWAIMdWxmRHmQUN4tgNvVjkP0prifvqo0pqXZbIrTMRgfJwj605f5kfWp03yeCaxwnicuiRYC2lE7K1K20wtWsQg8Pr2dg9zYU5kLGNRHlC5NKuN2buzxzjm+zhzuECVttkQvgeroiJCL9nlGU9E60KXcUOk7lYP04LEzIn2KO69t6mcGt+JBfID+3J+2SL6hHcS0UaPC95kLAGbpNf74GvijPF4isLcUW8RzyKi7eqyNFtF7HBZHkvvVDnjSTK2x0ieNLwYPB1WhWWH0bLNn8QOInpv5Fp4HLoroZyLPMs+C7YiLq6HiBMSdsMD+FXAAEPAu1XO+nITX1utvMIq4mnFh2maVGpH2I3jAvGvCZf/MYArVe76chZq5NDEvoG3A7hKpWh2i2/18lAKC3gvgI+q3PWHPc3OLNuh6TgAiz3PjvAL+csMARdK/OEIuwD2L1NE9sh62NNfmk8sjQWwLBTHQ80iObxYJM8AeAjAE+JKBzmiNlSegoEp2uLH+DRr8C8i9BePK99ZbpxhxixWOfNzm1yb6x77exrwAbzUnWdVlDd8iIheVc3ZWHt0LOD9Zu58sDjdPe6tewohWcRlViV5wmUOnxwLFvCaGgm4JqEHWj1yjapFwyI+V6SJ8yUAP5WzxD5MEq/VgGAMHFPkACjwGLhOxbpZFxmf42i1foUsYZb6jeKJerayqbUotkQ+PpzhnoZ6tMgLh11W4TSBb36uqjqeKYaA98aWyE/PDPfWy6PVffxKNY+JUxEjerxKcXOdfAYgzF0ArnCWqB8VTw1yLfvmphTwmwBmR+JOky+AlI3vpwrCJJWpioh7sop4A4DPq1g30x2nlFpVTDkMzVCrTxkWcWcWEb8mj6UvnPfbjrzNKqYcRolPuS/vATAyIW9V/v1nWhHHSi/0gZdEnzMe4TBdVUw5DJTPt3T3qL275B2gUjpSkbA1zcTCJ6Du9BxweS38KQALVEpH+qiY8pgoNc+NsRn7i4ATVIoNd5TNviJy5Us8Hz/eHvoYgAdViqaviimXidLDitiAIJmYN/mIyIcVlzrOw0Xhs3OjfT6DIiQ9MmUwMOVOjUVVBOSnckPSpmyTfEtmmErR/EU+xLNJpdhwr/5XDcfFIgnMG95EbkuaWNo9BVwuJ6l8BWSGH6EChuG9yb/GicjfBrxGxWrmARgR/iijJ0Ub2fz5qsmyCdwi/06W+KIJHt+Dw5axZuTQV964xcHrxs8YZX23mtL47iSxIOaUQT9JL4r9oWt3vjJt9thL22qcbkoTlqkas7MyRsCwkCsLai/wWlsbvLy3HufvJMxeT0l61sdkgrwSLQo2vdYn1LVe8hXJY7xaOVBf5Be7MMY/sCovq71PGhlhpIcDZ1rajHas0FZwTzQdmk4SL3mLl4houHFhacLVCefwsuJ7zLa5wDYfCLvWhR/ndsdXQB6Rme4RleIHmzE/AvBDmTWL5nTP+nzz+bA0NEP/T8ThhocBf/ZuihjQ2zM21irf3PqkSulIHvPEx45Nky+Jx9T4Kl1ydaS7bnQcjU0TesjpqCTymie1np3HR+uH4ex9t+f72bhQ8XQhLkqAWtmJ9xk+4wdEfJfMOBuynjw3wnjVvE30rZ8r+JwQXSn52mQSaZP/L6oHsr/kKOv6gg2It8q3pKsJ44EPbwGwUb71lQSPfX9IyIOM34MtGt6M/rpVZ7AVtkOlZOdyTwGZ51WMjW++slgm1oWJtWLJSxo/wnqYJ2nhp+pWAH93lStaxErKjwvV2jxJy26xn38RV65oEXuKY6cvl3h8MLef5KsHN8pWXyxFi5h2k3WIDNYuIftJ+hCVUj7tImIiRftsd5UXVWlZJauA5TKJnC6P8CV1EvAWcTh4RaUYlOH4/gKAd6jYI4d2+TMjXgKipNl5pYo5MtgnnhrfSCMgShJxkYo5/HlRnFSnZ/kcahmPcyd5KZ7G96WePOpjxsRR1mGgkeJlcLgSfGp6nqxEnIZ0PUWEbMQm7SPWmv2yP/CQXJ+Pq0siZR4Gulr+ulgaP8YyIJk0qmJK8Zh9T6ZPQTuoxdm+EbID8n6VUh7B39R7U0R8XHrfkgxOBonU6ovvvKY+R06JssPT8SpHPqoiWCBaRV6TPinb+Q+H34kUfnM1EjFMJ+mV3EMHy9LuRADHJphcJGJF/61I3F7Zc+Qjvk+LvVrkFp+Tw+UPffEKh00iDuwMz86fvCfZS/7oAgt8wMkcwC7ZQH5J/twHr5A2iOMme6bVFgD/BYZn7Xt4rd/EAAAAAElFTkSuQmCC');
}

.main-menu .menu > li > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.13em 0;
  padding-left: 0.2rem;
  border-left: 1px dotted #fff;
}
.main-menu .menu > li:nth-child(odd) > a {
  background: #f15a27;
}
.main-menu .menu > li:nth-child(odd) .submenu {
  color: #f15a27;
}
.main-menu .menu > li:nth-child(even) > a {
  background: #d42357;
}
.main-menu .menu > li:nth-child(even) .submenu {
  color: #d42357;
}
.main-menu .menu > li.sfHover > a::after {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main-menu .submenu {
  display: none;
  width: 100%;
  padding: 0.15rem 0.8rem 0.35rem;
  font-family: 'Bree Serif Sb', serif;
  font-size: 0.7rem;
  line-height: 1;
  background: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  position: absolute;
  /*top: 100%;*/ /* off for holiday special menu */
  left: 0;
  z-index: 99;
}
.main-menu .submenu a {
  margin: 0 -0.5rem;
  padding: 0.5em 0.5rem;
  white-space: nowrap;
}
.main-menu .submenu a::before {
  content: '\003e\00a0';
  color: #515151;
}
.main-menu .submenu li + li {
  border-top: 1px dotted #515151;
}
.main-menu .submenu li:hover > a {
  background: rgba(0, 0, 0, 0.05);
}
.main-menu .submenu .submenu {
  padding-top: 0.35rem;
  padding-right: 5.5rem;
  border-top-right-radius: 0.5rem;
  top: -0.35rem;
  left: calc(100% + 0.5rem);
  right: auto;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.main-menu .submenu .submenu::before {
  display: none;
}

.social-icons {
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
  max-width: 17%;
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.9rem;
  line-height: 1.3rem;
  padding: 1px 0;
}
/*.social-icons li:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}*/
.social-icons a {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  text-shadow: 0.2rem 0.15rem 0 rgba(0, 0, 0, 0.2),
    0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.social-icons a.share {
  float: right;
  width: 4.35rem;
  height: 1.4rem;
  font-size: 0.9rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a4c443;
  background: #fff;
  text-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: 0.2rem 0.15rem 0 0 rgba(0, 0, 0, 0.2),
    0 0 0.5rem 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0.2rem 0.15rem 0 0 rgba(0, 0, 0, 0.2),
    0 0 0.5rem 1px rgba(0, 0, 0, 0.1);
}

.header-contain {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.header-center {
  display: none;
  -ms-flex-preferred-size: 66.1276595745%;
  flex-basis: 66.1276595745%;
  max-width: 66.1276595745%;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding-top: 0.7rem;
}
@media (min-width: 1200px) {
  .header-center {
    display: block;
  }
}
.header-center .contact {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.header-center .contact li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-center .contact a {
  font-family: 'Bree Serif Sb', serif;
  text-decoration: none;
}
.header-center .contact .address {
  font-size: 0.79em;
  padding-bottom: 0.1em;
}
.header-center .contact .sep {
  padding: 0 0.25em;
}

.center-menu {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  padding-top: 0.45rem;
  padding-bottom: 0.55rem;
}
.center-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5rem;
  font-size: 16px;
}
.center-menu .menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.center-menu .menu > li:not(:last-child)::after {
  content: '';
  display: block;
  width: 1px;
  height: 1em;
  margin: 0 0.18em;
  border-left: 1px dotted #fff;
}
.center-menu .menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.5rem 0.3rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (min-width: 1600px) {
  .center-menu .menu > li > a {
    padding-top: 0.2rem;
  }
}
.center-menu .menu > li > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-right: 0.36em;
  border: 0.36em solid transparent;
  border-right-width: 0;
  border-left-color: #fff;
}
@media (min-width: 1600px) {
  .center-menu .menu > li > a::before {
    margin-top: 1px;
  }
}
.center-menu .menu > li > a.sf-with-ul {
  position: relative;
}
.center-menu .menu > li > a.sf-with-ul::after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.center-menu .menu > li.sfHover > a {
  background: #869f37;
}
.center-menu .menu > li.sfHover > a::after {
  opacity: 1;
  height: 0.5rem;
}
.center-menu .menu > li.sfHover > .submenu {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.center-menu .submenu {
  display: none;
  width: 11.5rem;
  padding: 0.15rem 0.8rem;
  font-family: 'Bree Serif Sb', serif;
  font-size: 0.9rem;
  color: #8cad28;
  background: #fff;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  z-index: 99;
  -webkit-transform: translate(0, -0.5rem);
  transform: translate(0, -0.5rem);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.center-menu .submenu a {
  margin: 0 -0.5rem;
  padding: 0.5em 0.5rem;
}
.center-menu .submenu a::before {
  content: '\003e\00a0';
  color: #515151;
}
.center-menu .submenu li + li {
  border-top: 1px dotted #515151;
}
.center-menu .submenu li:hover > a {
  background: rgba(0, 0, 0, 0.05);
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  z-index: 9999;
  position: absolute;
}
@media (min-width: 1200px) {
  .header-top {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.header-top button {
  margin-top: auto;
  margin-bottom: 0.5rem;
}

.top-menu {
  color: #779c26;
  line-height: 1;
  font-size: 0.7rem;
  max-width: 100px;
  min-height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.75rem 0;
}
@media (min-width: 480px) {
  .top-menu {
    max-width: 180px;
  }
}
@media (min-width: 768px) {
  .top-menu {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .top-menu {
    -ms-flex-preferred-size: 31.0638297872%;
    flex-basis: 31.0638297872%;
    max-width: 31.0638297872%;
    margin-left: auto;
    min-height: auto;
    margin-top: 0.7rem;
  }
}
.top-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}
.top-menu .menu li {
  position: relative;
}
.top-menu .menu > li {
  padding: 0 0.3rem;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}
@media (min-width: 768px) {
  .top-menu .menu > li {
    -webkit-box-flex: 33% !important;
    -ms-flex: 33% !important;
    flex: 33% !important;
  }
}
.top-menu .menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  height: 100%;
  padding: 0.75em 0.25em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0.2rem 0.15rem 0 0 rgba(0, 0, 0, 0.2),
    0 0 0.5rem 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0.2rem 0.15rem 0 0 rgba(0, 0, 0, 0.2),
    0 0 0.5rem 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .top-menu .menu > li > a {
    padding-top: 0.85em;
    padding-bottom: 0.85em;
  }
}
.top-menu .menu > li > a::before {
  content: '';
  display: block;
  margin: -0.1em 0.5em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 2.17em;
  width: 2.17em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.top-menu .menu > li > a.sf-with-ul {
  position: relative;
}
.top-menu .menu > li > a.sf-with-ul::after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top-menu .menu > li > a span {
  display: none;
}
@media (min-width: 480px) {
  .top-menu .menu > li > a span {
    display: block;
  }
}
.top-menu .menu > li.sfHover > a::after {
  opacity: 1;
  height: 0.8rem;
}
.top-menu .menu > li.sfHover > .submenu {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.top-menu .menu > li.menu-meeting-planner > a::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 582 512' fill='%23779c26'%3e%3cpath d='M497.646 40.913h-48.077v-38.785h-34.572v38.785h-106.71v-38.785h-34.572v38.785h-106.695v-38.785h-34.587v38.785h-48.078c-36.289 0-65.782 29.537-65.782 65.796v337.38c0 36.274 29.507 65.782 65.782 65.782h413.291c36.26 0 65.782-29.522 65.782-65.782v-337.38c0.014-36.275-29.522-65.796-65.782-65.796v0zM533.068 444.089c0 19.524-15.899 35.423-35.423 35.423h-413.291c-19.54 0-35.423-15.898-35.423-35.423v-337.38c0-19.525 15.898-35.423 35.423-35.423h48.077v52.291h34.572v-52.291h106.695v52.291h34.572v-52.291h106.71v52.291h34.572v-52.291h48.077c19.539 0 35.423 15.898 35.423 35.423v337.38h0.016zM252.208 165.739h77.6v57.355h-77.6v-57.355zM252.208 266.534h77.6v57.369h-77.6v-57.369zM252.208 367.327h77.6v57.355h-77.6v-57.355zM132.433 165.739h77.585v57.355h-77.584l-0.001-57.355zM132.433 266.534h77.585v57.369h-77.584l-0.001-57.369zM132.433 367.327h77.585v57.355h-77.584l-0.001-57.355zM371.969 165.739h77.599v57.355h-77.6l0.001-57.355zM371.969 266.534h77.599v57.369h-77.6l0.001-57.369zM371.969 367.327h77.599v57.355h-77.6l0.001-57.355z'/%3e%3c/svg%3e");
}
.top-menu .menu > li.menu-trip-planner > a::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 582 512' fill='%23779c26'%3e%3cpath d='M557.292 255.893h-1.38c0 0-62.889-162.212-83.853-216.283-3.322-8.569-12.208-34.278-52.048-34.278-63.407 0-190.222 0-253.63 0-43.761 0-53.060 25.512-56.357 34.017-20.992 54.135-83.966 216.543-83.966 216.543h-1.366c-10.507 0-19.032 8.508-19.032 19.032v132.749c0 10.507 8.524 19.017 19.032 19.017h24.538v35.131c0 24.769 20.081 44.848 44.848 44.848s44.848-20.079 44.848-44.848v-35.131h304.147v35.131c0 24.769 20.082 44.848 44.863 44.848 24.752 0 44.833-20.079 44.833-44.848v-35.131h24.551c10.492 0 19.018-8.508 19.018-19.017v-132.747c-0.029-10.522-8.554-19.031-19.047-19.032v0zM175.68 43.913c58.803 0 176.411 0 235.214 0 5.36 0 21.334-0.152 30.038 22.165 17.771 45.566 70.737 182.397 70.737 182.397h-441.351c0 0 54.052-139.041 71.907-185.451 7.2-18.715 26.945-19.111 33.456-19.111zM109.545 393.743c-28.965 0-52.438-23.488-52.438-52.438 0-28.977 23.473-52.438 52.438-52.438s52.453 23.474 52.453 52.438c0 28.965-23.489 52.438-52.453 52.438zM420.003 341.307c0-28.977 23.473-52.438 52.45-52.438 28.965 0 52.423 23.474 52.423 52.438s-23.472 52.438-52.423 52.438c-28.977-0.001-52.45-23.474-52.45-52.438v0z'/%3e%3c/svg%3e");
}
.top-menu .menu > li.menu-trip-planner > a {
  position: relative;
}
.top-menu .menu > li.menu-trip-planner .trip-count {
  min-width: 1.75em;
  padding: 0.3em 0.5em 0.5em;
  font-size: 0.85rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #f15a27;
  border-radius: 0.5rem;
  position: absolute;
  top: -0.5em;
  right: -0.5em;
}
.top-menu .menu > li.menu-vg-request {
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
  margin-top: 0.45rem;
}
@media (min-width: 768px) {
  .top-menu .menu > li.menu-vg-request {
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit;
    margin-top: 0;
  }
}
.top-menu .menu > li.menu-vg-request > a {
  text-align: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0.7em;
  padding-bottom: 0.85em;
}
@media (min-width: 768px) {
  .top-menu .menu > li.menu-vg-request > a {
    padding-bottom: 0.9em;
  }
}
.top-menu .menu > li.menu-vg-request > a span {
  display: block;
}
.top-menu .menu > li.menu-vg-request > a::before {
  display: none;
}
.top-menu .submenu {
  display: none;
  width: 9.5rem;
  padding: 0.15rem 0.8rem;
  font-family: 'Bree Serif Sb', serif;
  font-size: 0.9rem;
  color: #8cad28;
  background: #fff;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  position: absolute;
  top: calc(100% + 0.3rem);
  left: 0.3rem;
  z-index: 99;
  -webkit-transform: translate(0, -0.25rem);
  transform: translate(0, -0.25rem);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.top-menu .submenu a {
  margin: 0 -0.5rem;
  padding: 0.5em 0.5rem;
}
.top-menu .submenu a::before {
  content: '\003e\00a0';
  color: #515151;
}
.top-menu .submenu li + li {
  border-top: 1px dotted #515151;
}
.top-menu .submenu li:hover > a {
  background: rgba(0, 0, 0, 0.05);
}
.top-menu .submenu .submenu {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0;
  top: -0.15rem;
  left: auto;
  right: calc(100% + 0.5rem);
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.sidenav-button {
  padding: 0.25rem 0.75rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 3px;
}
.sidenav-button span {
  display: inline-block;
  width: 2rem;
  height: 0;
  padding-top: 2rem;
  overflow: hidden;
  vertical-align: middle;
  content: '';
  background: no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.site-branding {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 225px;
  flex: 1 0 225px;
  max-width: 225px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .site-branding {
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    max-width: 180px;
  }
}
.site-branding::after {
  content: '';
  display: block;
  width: 195.5555555556%;
  height: 0;
  padding-top: 162.2222222222%;
  margin-top: -29.5454545455%;
  margin-right: 11.1111111111%;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: -1px -2px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: -1px -2px 2px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.site-logo {
  height: 100%;
  width: 65.7777777778%;
  margin: 0;
  padding: 1rem 0;
  position: relative;
}
.site-logo a {
  display: block;
  height: 0;
  padding-top: 91.2162162162%;
  background-image: url('../images/logo.png');
  overflow: hidden;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-logo a {
    background-image: url('../images/logo-2x.png');
    background-size: 148px 135px;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .site-logo a {
    background-size: contain !important;
    background-repeat: no-repeat;
  }
}

.header-home {
  display: none;
}

/*-----------------------------------------------------------------------------------*/
/* Content
/*-----------------------------------------------------------------------------------*/
.site-content {
  /* background: #eeffbb;
  background: #fff;*/
  position: relative;
  z-index: 1;
}
.site-content::before {
  content: '';
  display: block;
  height: 18.25rem;
  background: url('../images/bg-content.png') 0 100% repeat-x;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.page-header .container {
  position: relative;
}
.page-header .large-image img {
  width: 100%;
  height: auto;
}
.page-header .large-image .wrapper {
  margin-left: -325px;
  margin-right: -325px;
  position: relative;
}
@media (min-width: 768px) {
  .page-header .large-image .wrapper {
    margin-left: -225px;
    margin-right: -225px;
  }
}
@media (min-width: 1200px) {
  .page-header .large-image .wrapper {
    margin-left: -18.5714285714%;
    margin-right: -18.5714285714%;
  }
}
.page-header .large-image .wrapper::before {
  content: '';
  display: block;
  height: 37.6271186441%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    transparent 100%
  );
  background-repeat: repeat-x;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.page-title {
  font-family: 'Bree Serif Bold', serif;
  font-size: 2.18rem;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3), 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  z-index: 3;
}
@media (min-width: 1200px) {
  .page-title {
    font-size: 2.9rem;
  }
}
.page-title small {
  display: inline-block;
  font-family: 'Bree Serif', serif;
  font-size: 1em;
  color: #ffca29;
}

.page-subtitle {
  margin-bottom: 0.5rem;
  font-family: 'Bree Serif Bold', serif;
  font-size: 1.52rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #80a617;
}
@media (min-width: 1200px) {
  .page-subtitle {
    font-size: 1.9rem;
  }
}

.page-body {
  position: relative;
}
.page-body a {
  font-family: 'Bree Serif Bold', serif;
}
.page-body .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.page-body .bg .container {
  position: relative;
  height: 100%;
}
@media (min-width: 576px) {
  .page-body .bg .container::before {
    content: '';
    display: block;
    width: 11.1rem;
    background: url('../images/bg-content-right.png') 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0.5rem;
    bottom: 0;
    left: 101.6083916084%;
  }
}
.page-body .bg .container::after {
  content: '';
  display: block;
  width: 71.7482517483%;
  height: 8.5rem;
  background: url('../images/bg-content-bottom.png') 100% 100% no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: -17.1328671329%;
}

.page-excerpt {
  padding: 1.5rem 0 0.5rem;
  text-align: center;
  background: #eeffbb;
  font-size: 1.16rem;
  letter-spacing: -0.02em;
  line-height: 1.32;
}
@media (min-width: 1200px) {
  .page-excerpt {
    font-size: 1.29rem;
  }
}
@media (min-width: 576px) {
  .page-excerpt {
    background: transparent;
    position: relative;
  }
  .page-excerpt::before {
    content: '';
    position: absolute;
    background: #eeffbb;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
  }
}
.page-excerpt a {
  color: #f15a27;
}
.with-inset-images .page-excerpt {
  padding-bottom: 5.75rem;
}
.page-excerpt .page-title {
  margin: -0.25rem 0 1rem;
  padding-bottom: 1rem;
  color: #d42357;
  text-shadow: none;
  border-bottom: 1px solid #a4c443;
  position: static;
}
@media (min-width: 1600px) {
  .page-excerpt .page-title {
    border-bottom-width: 2px;
  }
}
.page-excerpt .page-title small {
  color: #f15a27;
}

.page-content {
  padding: 1.5rem 0 0.5rem;
  font-family: 'Bree Serif Lt', serif;
  min-height: 25rem;
}
.with-inset-images .page-content {
  padding-top: 0;
}
.page-content i,
.page-content em {
  font-family: 'Bree Serif Lt Italic', serif;
}
.page-content a {
  color: #9d183c;
}

.inset-images {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.65rem;
  margin-left: -0.65rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -5rem;
  margin-bottom: 0.25rem;
}
.inset-images > li {
  position: relative;
  width: 100%;
  padding-right: 0.65rem;
  padding-left: 0.65rem;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .inset-images > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .inset-images > li.text-block {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.inset-images img {
  display: block;
  margin: auto;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2rem;
  margin-left: -2rem;
}
.columns > .column {
  position: relative;
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .columns > .column + .column::before {
    content: '';
    display: block;
    width: 1.25rem;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #f48013),
        color-stop(50%, #f48013),
        color-stop(50%, transparent),
        to(transparent)
      ),
      -webkit-gradient(linear, left top, left bottom, color-stop(0, #f48013), color-stop(50%, #f48013), color-stop(50%, transparent), to(transparent)),
      -webkit-gradient(linear, left top, left bottom, color-stop(0, #f48013), color-stop(50%, #f48013), color-stop(50%, transparent), to(transparent)),
      -webkit-gradient(linear, left top, left bottom, color-stop(0, #f48013), color-stop(50%, #f48013), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(
        to bottom,
        #f48013 0,
        #f48013 50%,
        transparent 50%,
        transparent 100%
      ),
      linear-gradient(
        to bottom,
        #f48013 0,
        #f48013 50%,
        transparent 50%,
        transparent 100%
      ),
      linear-gradient(
        to bottom,
        #f48013 0,
        #f48013 50%,
        transparent 50%,
        transparent 100%
      ),
      linear-gradient(
        to bottom,
        #f48013 0,
        #f48013 50%,
        transparent 50%,
        transparent 100%
      );
    background-size: 1px 2px;
    background-repeat: repeat-y;
    background-position: 0 0, 33.3333333333% 0, 66.6666666667% 0, 100% 0;
    position: absolute;
    left: -0.63rem;
    top: 0;
    height: calc(100% - 1rem);
  }
  .columns > .column.one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .columns > .column.one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .columns > .column.two-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .columns > .column.one-fourth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .columns > .column.three-fourth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 768px) {
  .columns.no-border {
    margin-left: -0.65rem;
    margin-right: -0.65rem;
  }
}
@media (min-width: 768px) {
  .columns.no-border > .column {
    padding-left: 0.65rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .columns.no-border > .column {
    padding-right: 0.65rem;
  }
}
.columns.no-border > .column::before {
  display: none;
}

.orange-text {
  color: #f15a27;
}

.magenta-text {
  color: #9d183c;
}

.green-text {
  color: #80a617;
}

.separator {
  height: 1px;
  margin: 0.75rem 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
}
.separator.orange-line {
  border-color: #f89a1a;
}
.separator.magenta-line {
  border-color: #9d183c;
}

.box-list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.35rem;
  margin-left: -0.35rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.box-list > li {
  position: relative;
  width: 100%;
  padding-right: 0.35rem;
  padding-left: 0.35rem;
  margin-bottom: 0.7rem;
}

.card-box {
  margin: 0 0 1rem;
  padding: 1rem 2rem;
  background: #ffda88;
  border: 1px solid #93183c;
  border-radius: 0.75rem;
}
.box-list .card-box {
  margin: 0;
  padding: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1600px) {
  .card-box {
    border-width: 2px;
  }
}
.card-box a {
  font-family: 'Bree Serif Sb', serif;
  color: #9d183c;
}
.card-box img {
  max-width: 100%;
  height: auto;
}

.media-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 1rem;
}
.media-box a {
  font-family: 'Bree Serif Bold', serif;
  color: #9d183c;
}
.media-box > img {
  max-width: 18.5840707965%;
  margin-right: 1.25rem;
}
.media-box .body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 30rem;
  margin: 0 auto 1rem;
  font-family: 'Bree Serif', serif;
  font-size: 1.1rem;
  line-height: 1.18;
  color: #515151;
}
.contact-box a {
  font-family: inherit;
}
.contact-box .label {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 9.75rem;
  flex: 1 0 9.75rem;
  max-width: 9.75rem;
  margin-top: 0.25rem;
  margin-right: 1rem;
  padding: 0.8rem 1.3rem 1rem;
  line-height: 1;
  text-align: right;
  letter-spacing: -0.02em;
  color: #fff;
  background: #f15a27;
}
.contact-box .text > * {
  margin: 0;
}
.contact-box .name {
  font-size: 1.29rem;
  color: #f15a27;
}

.social-media-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 450px;
  margin: auto;
  padding: 0.75rem 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #a0193d;
  border-radius: 0.5rem;
}
.social-media-box .caption {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  text-align: center;
}
.social-media-box ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0.5rem;
}
.social-media-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.4rem;
  line-height: 1.15;
}
.social-media-box li > * {
  padding: 0.5em 0.6rem;
  padding-top: 0.3em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.social-media-box li span {
  margin-right: 0.4rem;
  -ms-flex-preferred-size: 6rem;
  flex-basis: 6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 6rem;
  font-family: 'Bree Serif Lt', serif;
  text-align: right;
  background: #810f2d;
}
.social-media-box li div {
  padding-left: 0.75em;
  color: #424242;
  background: #fdc3d3;
}
.social-media-box li a {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
}

.gallery-group {
  height: calc(100% - 1rem);
  max-width: 290px;
  margin: 0 auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gallery-group .group-title {
  margin: 0;
  padding: 0.25em 0.4em 0.4em;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #ae1a3c;
  border-radius: 3px;
}
.gallery-group .group-content {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.2rem;
  margin-left: -0.2rem;
  margin-bottom: 0.4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gallery-group .group-content li {
  position: relative;
  width: 100%;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-top: 0.4rem;
}
.gallery-group .group-content.images-list li:first-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.gallery-group .group-content.images-list.videos li:first-child {
  position: relative;
}
.gallery-group .group-content.images-list.videos li:first-child::before {
  content: '';
  display: block;
  background: url('../images/play-video.png') 50% 50% no-repeat;
  background-size: 34.4827586207% auto;
  position: absolute;
  top: 0;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0;
}
.gallery-group .group-content .img-thumbnail {
  border-radius: 5px;
  border: 1px solid #aeaeae;
}
.gallery-group .group-content .social-icon {
  display: block;
  padding: 0.5rem;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #aeaeae;
}
.gallery-group .group-content .social-icon img {
  max-width: 100%;
  height: auto;
}
.gallery-group .group-button {
  display: block;
  margin-top: auto;
  padding: 0.2em 0.4em 0.4em;
  font-family: 'Bree Serif Bold', serif;
  font-size: 0.91rem;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background: #f15a27;
  border: 2px solid #fff;
  border-radius: 5px;
}

.gallery-list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.4rem;
  margin-left: -0.4rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 992px) {
  .gallery-list {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    margin-bottom: 0;
  }
}
.gallery-list > * {
  position: relative;
  width: 100%;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 0.8rem;
}
@media (min-width: 992px) {
  .gallery-list > * {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 768px) {
  .gallery-list > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.gallery-list a {
  display: block;
  position: relative;
}
.gallery-list img {
  width: 100%;
  height: auto;
}
.gallery-list.videos a::before {
  content: '';
  display: block;
  background: url('../images/play-video.png') 50% 50% no-repeat;
  background-size: 22.4719101124% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.listing-header {
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.75rem;
  color: #fff;
  background: #80a617;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.listing-header.with-categories {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .listing-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.listing-title {
  margin-bottom: 0.4rem;
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1;
  text-align: center;
}
@media (min-width: 992px) {
  .listing-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 22rem);
    flex: 1 1 calc(100% - 22rem);
    max-width: calc(100% - 22rem);
  }
}
.listing-categories {
  width: 11rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .listing-categories {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 11rem;
    flex: 1 1 11rem;
    max-width: 11rem;
    margin: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.listing-categories select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0 0.5rem 0.15rem;
  text-indent: 2rem;
  font-family: 'Bree Serif Sb', serif;
  line-height: 1.8;
  letter-spacing: -0.02em;
  color: #4b4c49;
  background: #daeea4;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 122 122' fill='%23fff'%3e%3cpath d='m1,0.999981l59.000001,118.000036l59.000001,-118.000036l-118.000002,0z'/%3e%3c/svg%3e"),
    linear-gradient(
      to right,
      #638309 0,
      #638309 calc(2.1rem - 1px),
      white calc(2.1rem - 1px),
      white 100%
    );
  background-position: 0.75rem 50%, 0 50%;
  background-repeat: no-repeat;
  background-size: 0.6rem 0.6rem, 2.1rem auto;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  cursor: pointer;
  outline: 0 !important;
  position: relative;
}
.listing-categories select::-ms-expand {
  display: none;
}
.listing-categories select option {
  font-family: 'Bree Serif', serif;
}
.listing-body {
  overflow: hidden;
}
.listing-list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
}
.listing-list > li {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .listing-list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.listing-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.listing-item::before {
  content: '';
  display: block;
  height: 0.45rem;
  margin-bottom: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #f48013),
      color-stop(50%, #f48013),
      color-stop(50%, transparent),
      to(transparent)
    ),
    -webkit-gradient(linear, left top, right top, color-stop(0, #f48013), color-stop(50%, #f48013), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(
      to right,
      #f48013 0,
      #f48013 50%,
      transparent 50%,
      transparent 100%
    ),
    linear-gradient(
      to right,
      #f48013 0,
      #f48013 50%,
      transparent 50%,
      transparent 100%
    );
  background-size: 2px 1px;
  background-repeat: repeat-x;
  background-position: 0 0, 0 100%;
}
/*.listing-item > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}*/

.listing-item a {
  flex-shrink: 1;
  -ms-flex-preferred-size: 31.6176470588%;
  flex-basis: 31.6176470588%;
}

.photogallerymag a:not(:first-child) {
  display: none;
}

.photogallerymag {
  flex-shrink: 1;
  -ms-flex-preferred-size: 31.6176470588%;
  flex-basis: 31.6176470588%;
}

.listing-item img {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 31.6176470588%;
  flex-basis: 31.6176470588%;
  max-width: 31.6176470588%;
  margin-top: 0.2rem;
  max-width: 90%;
}

@media (max-width: 768px) {
  .listing-item .icons img {
    max-width: 30%;
  }
}

.listing-item .data {
  -ms-flex-preferred-size: 64.7058823529%;
  flex-basis: 64.7058823529%;
  max-width: 64.7058823529%;
  margin-left: 0;
  line-height: 1.3;
}
.listing-item .data a {
  font-family: 'Bree Serif Lt', serif;
  word-wrap: break-word;
  /*color: #e94f09;*/
}
.listing-item .description {
  margin-top: 0.75rem;
  position: relative;
  width: 100%;
}
.listing-item .name {
  margin: 0 0 0.1em;
  font-size: 1.34rem;
  line-height: 1;
  color: #a41b41;
}
.listing-item address {
  margin: 0;
  font-size: 15px;
}
.listing-item address strong {
  color: #a41b41;
}

.listing-item .categories {
  display: none !important;
}
.listing-item .add-button {
  margin-bottom: 0.75rem;
  font-family: 'Bree Serif Bold', serif;
  font-size: 0.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  color: #f15a27;
  position: relative;
}

.listing-item .icons {
  text-align: right;
  margin-top: -20px;
}

.listing-item .add-button img,
.listing-item .coupon-button img {
  width: 55px;
  margin-top: 7px;
}

.listing-item .coupon-button {
  margin-bottom: 0.75rem;
  font-family: 'Bree Serif Bold', serif;
  font-size: 0.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  color: #f15a27;
  position: relative;
}

/*.listing-item .add-button::before {
  content: "";
  display: block;
  width: 3em;
  height: 3em;
  margin: auto;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 768 768' fill='%23f15a27'%3e%3cpath d='M544.5 415.5v-63h-129v-129h-63v129h-129v63h129v129h63v-129h129zM384 64.5q132 0 225.75 93.75t93.75 225.75-93.75 225.75-225.75 93.75-225.75-93.75-93.75-225.75 93.75-225.75 225.75-93.75z'/%3e%3c/svg%3e") 50% 50% no-repeat;
  background-size: 111%;
}*/
.listing-null {
  display: none;
  font-family: 'Bree Serif Italic', serif;
  text-align: center;
  margin: 3rem;
}

.caption-text {
  padding: 0.25rem 0.6rem 0.4rem;
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
  background: #93183c;
  border-radius: 0.15rem;
}
@media (min-width: 768px) {
  .caption-text {
    max-width: 12.25rem;
  }
}

.plan-button {
  display: block;
  max-width: 16.75rem;
  margin: 0 auto 1rem;
  padding: 0.7rem 0 1rem;
  font-family: 'Bree Serif Bold', serif;
  font-size: 1.49rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  background: #f15a27;
  border: 2px solid #fff;
  border-radius: 0.3rem;
}
@media (min-width: 1600px) {
  .plan-button {
    border-width: 3px;
  }
}

/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  color: #fff;
  background: #94b828;
  border-top: 3px solid #fff;
}
@media (min-width: 1600px) {
  .site-footer {
    border-top-width: 4px;
  }
}
@media (min-width: 1200px) {
  .site-footer .container-fluid {
    max-width: 1150px;
  }
}
@media (min-width: 1600px) {
  .site-footer .container-fluid {
    max-width: 1430px;
  }
}

@media (min-width: 1200px) {
  .footer-logo {
    width: 15.3571428571%;
    background: rgba(0, 0, 255, 0.5);
    height: 0;
    position: relative;
  }
  .footer-logo::before {
    content: '';
    display: block;
    background: #94b828;
    width: 100%;
    height: 0;
    padding-top: 75.3488372093%;
    position: absolute;
    top: 1rem;
    left: 0;
  }
  .footer-logo::after {
    content: '';
    display: block;
    background-image: url('../images/logo-white.png');
    background-size: contain !important;
    width: 82.7906976744%;
    height: 0;
    padding-top: 75.3488372093%;
    position: absolute;
    top: 1rem;
    left: 0;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 1200px) and (min-resolution: 192dpi),
  only screen and (min-width: 1200px) and (min-resolution: 2dppx) {
  .footer-logo::after {
    background-image: url('../images/logo-white-2x.png');
    background-size: 178px 162px;
  }
}

.footer-contact {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px dotted #fff;
  text-align: center;
  font-family: 'Bree Serif Sb', serif;
  font-size: 1.83rem;
}
@media (max-width: 479.98px) {
  .footer-contact {
    font-size: 1.6rem;
  }
}
.footer-contact a {
  color: inherit;
  text-decoration: none !important;
}
.footer-contact p {
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.footer-contact p span {
  display: inline-block;
}
.footer-contact ul {
  padding-left: 0;
  list-style: none;
  font-size: 0.88em;
  line-height: 1.4;
  margin-top: 0.25rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.35em;
}
.footer-contact ul li::before {
  content: ':';
  padding-left: 1.31em;
  padding-right: 0.2em;
  background-position: 0 60%;
  background-repeat: no-repeat;
  background-size: 1.13em auto;
}
.footer-contact ul li.email::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 742 512' fill='%23fff'%3e%3cpath d='M0 4.306v503.387h742.162v-503.387h-742.162zM666.335 45.534l-293.217 254.523-296.784-254.523h590.001zM41.227 69.79l204.766 175.571-204.766 193.81v-369.382zM72.386 466.466l205.083-194.106 95.839 82.181 92.968-80.682 203.521 192.628h-597.411zM700.934 439.171l-203.394-192.501 203.394-176.542v369.043z'/%3e%3c/svg%3e");
}
.footer-contact ul li.phone::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 742 512' fill='%23fff'%3e%3cpath d='M568.702 177.661h171.033v39.581h-169.914v-28.583c0-3.779-0.654-7.368-1.119-10.999zM175.191 188.66c0-3.779 0.633-7.368 1.097-10.999h-176.289v42.22h175.191v-31.221zM524.138 177.661c69.093 63.161 119.207 207.489 119.207 307.002v27.337h-544.341v-27.337c0-109.624 60.817-273.69 140.845-323.658v-51.782c-24.973 6.397-45.555 23.981-55.498 47.328h-184.12c2.216-86.804 73.146-156.551 160.499-156.551h420.889c87.374 0 158.282 69.747 160.541 156.551h-184.184c-9.943-23.347-30.462-40.932-55.477-47.328v51.782c1.055 0.655 2.132 1.393 3.146 2.111 6.333 4.18 12.476 9.035 18.493 14.544zM371.175 197.462c-55.372 0-100.272 44.901-100.272 100.272s44.901 100.272 100.272 100.272 100.272-44.901 100.272-100.272-44.901-100.272-100.272-100.272zM282.071 146.355c1.858-0.148 3.716-0.359 5.615-0.359h167c1.879 0 3.736 0.211 5.615 0.359v-39.94h-178.21v39.94z'/%3e%3c/svg%3e");
}

.footer-menu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.1rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.footer-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-menu .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-menu .menu li + li::before {
  content: '|';
  padding: 0 0.85em;
}
.footer-menu .menu li.sep {
  display: none;
  height: 0.25em;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}
.footer-menu .menu li.sep::before {
  display: none;
}
@media (max-width: 479.98px) {
  .footer-menu .menu li.sep {
    display: block;
  }
  .footer-menu .menu li.sep + li::before {
    display: none;
  }
}
.footer-menu .lead-menu {
  font-size: 1.45rem;
  margin-bottom: 0.3em;
}
@media (max-width: 479.98px) {
  .footer-menu .lead-menu {
    font-size: 1.35rem;
  }
}

.footer-info {
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  line-height: 1.1;
  text-align: center;
  border-top: 1px dotted #fff;
  position: relative;
}
.footer-info .contact {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1em;
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-info .contact .phone {
  display: none;
}
@media (min-width: 576px) {
  .footer-info .contact .phone {
    display: block;
  }
  .footer-info .contact .phone::after {
    content: '|';
    padding: 0 1em;
  }
}
.footer-info .copyright {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 576px) {
  .footer-info .copyright {
    letter-spacing: 0.3em;
  }
}
.footer-info .powered {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
@media (min-width: 1200px) {
  .footer-info .powered {
    margin-bottom: 1.25rem;
    position: absolute;
    bottom: 100%;
    right: 1rem;
  }
}
.footer-info .powered span {
  padding-left: 1em;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .footer-info .powered span {
    font-size: 0.55rem;
  }
}
.footer-info .powered a {
  width: 175px;
  height: 0;
  padding-top: 38px;
  background-image: url('../images/365dtm-logo.png');
  overflow: hidden;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .footer-info .powered a {
    background-image: url('../images/365dtm-logo-2x.png');
    background-size: 175px 38px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .footer-info .powered a {
    width: 140px;
    padding-top: 30px;
    background-size: 140px 30px !important;
  }
}

.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  color: #fff;
  background-color: #779c26;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
.sidenav.right-aligned {
  right: 0;
  left: auto;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}
.sidenav-drag {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 997;
  will-change: opacity;
}
.sidenav .menu li {
  position: relative;
}
.sidenav .menu li.open > button::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.sidenav .menu button {
  width: 3.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.sidenav .menu button::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  margin: -1rem 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%23fff'%3e%3cpath d='M290.978 441.1l29.022 29.022 232.225-232.225-58.047-58.047-174.18 174.139-174.18-174.139-58.047 58.047z'/%3e%3c/svg%3e");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  bottom: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidenav .menu button::after {
  content: '';
  display: block;
  width: 1px;
  border-left: 1px dotted rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  right: 100%;
}
.sidenav .nav-primary {
  padding: 1rem;
}
.sidenav .nav-primary .menu > li {
  color: #fff;
}
.sidenav .nav-primary .menu > li + li {
  margin-top: 0.75rem;
}
.sidenav .nav-primary .menu > li > button {
  height: 3.7rem;
}
.sidenav .nav-primary .menu > li > button::before {
  margin: -1rem;
  left: 50%;
  z-index: 1;
}
.sidenav .nav-primary .menu > li > button::after {
  width: 2rem;
  height: 2rem;
  margin: -1rem;
  border: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  top: 50%;
  right: 50%;
}
.sidenav .nav-primary .menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 1rem;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0.2rem 0.15rem 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0.2rem 0.15rem 1px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
.sidenav .nav-primary .menu > li > a::before {
  content: '';
  display: block;
  width: 2.27em;
  height: 1.77em;
  margin-right: 1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: auto 100%;
}
.sidenav .nav-primary .menu > li > a::after {
  content: '';
  width: 100%;
  height: 0;
  border: 0.35rem solid transparent;
  border-color: transparent #fff;
  border-bottom-width: 0;
  position: absolute;
  background: transparent;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.1s;
  transition: opacity 0.2s 0.1s;
}
.sidenav .nav-primary .menu > li > a.menu-explore::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 704 512' fill='%23fff'%3e%3cpath d='M648.28 388.921v0l-11.298-0.001-6.111-71.23c-4.666-36.75-20.716-46.154-37.333-46.154h-31.85v-190.783c14.387 4.791 27.945 10.56 40.344 17.49 12.651 5.363 17.73-0.858 20.471-5.785 4.083-7.247 1.507-16.436-5.77-20.504-17.973-10.063-37.979-17.897-59.266-23.999-4.94-1.417-9.973-2.681-15.065-3.902-98.538-23.546-221.499-10.168-315.398 19.133-7.939 2.486-12.384 10.937-9.882 18.876 2.44 7.94 10.952 12.353 18.861 9.883 7.97-2.486 16.3-4.821 24.782-7.081-37.692 47.665-77.895 123.449-93.645 160.199-45.946 0-87.511 53.375-87.511 143.856h-23.863c-8.331 0-15.065 6.733-15.065 15.065 0 8.315 6.734 15.064 15.065 15.064h38.747c5.86 34.56 35.719 60.953 71.936 60.953s66.090-26.394 71.936-60.953h213.906c5.859 34.56 35.719 60.953 71.936 60.953s66.090-26.394 71.936-60.953h52.11c8.331 0 15.065-6.749 15.065-15.064 0.028-8.33-6.705-15.065-15.037-15.065l-0.001 0.002zM166.683 442.522c-19.773 0-35.802-16.028-35.802-35.803s16.028-35.802 35.802-35.802 35.802 16.027 35.802 35.802-16.030 35.803-35.802 35.803zM481.331 153.515c-23.831 0.652-38.497 47.652-41.831 86.318-1.333 12 12.875 12.229 12.875 12.229l0.061 18.833-116.588 0.125c-1.166 12.219-1.166 30.332 26.364 48.445-22.426 0.553-37.010 22.137-37.844 47.803l-10.109 0.299v-22.598h-26.273v22.598h-7.532c-0.407-65.563-29.957-95.201-29.627-95.381 18.887-10.334 26.989-18.792 27.427-20.716 1.262-5.545-2.548-13.070-4.611-20.812 7.089-0.5 10.152-1.227 18.219-1.957l9.696 16.004c2.094 3.615 10.132 7.163 15.442 4.127 5.396-3.085 7.23-10.033 4.113-15.442l-28.64-49.842c-3.073-5.364-9.988-7.246-15.397-4.113-5.408 3.119-7.261 10.033-4.143 15.426l12.317 22.387c-7.636 0.841-10.332 1.63-14.98 2.033-7.013-14.5-14.202-24.015-18.276-25.556-4.174-1.578-27.125 29.166-47.528 37.592 36.367-66.977 85.267-145.962 110.335-158.316 71.212-12.7 150.273-15.397 216.74-0.466v198.992h-53.212v-19.175c8.128 0 16.254-5.146 23.838-46.854 7.2-39.601 5.329-51.945-20.836-51.988v0.005zM524.194 442.522c-19.773 0-35.803-16.028-35.803-35.803s16.028-35.802 35.803-35.802c19.773 0 35.802 16.027 35.802 35.802s-16.029 35.803-35.802 35.803zM190.964 406.72c0 13.41-10.871 24.281-24.281 24.281s-24.28-10.871-24.28-24.281c0-13.409 10.87-24.28 24.28-24.28s24.281 10.871 24.281 24.28zM548.405 406.72c0 13.412-10.874 24.285-24.285 24.285s-24.284-10.873-24.284-24.285c0-13.411 10.873-24.284 24.284-24.284s24.285 10.873 24.285 24.284z'/%3e%3c/svg%3e");
}
.sidenav .nav-primary .menu > li > a.menu-stay::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 704 512' fill='%23fff'%3e%3cpath d='M122.048 228.174v-135.543c0-29.703 22.381-43.565 37.078-43.565h386.145c14.851 0 36.649 13.861 36.649 43.565v135.557c-15.807-17.315-38.486-28.244-63.726-28.244h-17.776c-4.849-60.527-39.256-97.506-92.294-97.506h-112.264c-53.036 0-87.444 36.979-92.294 97.506l-17.776-0.014c-25.254 0-47.921 10.929-63.742 28.244zM585.009 286.356c0.016-6.977-1.074-13.668-3.074-19.998l0.002-0.002c-8.525-27.083-33.85-46.803-63.727-46.803h-332.416c-29.88 0-55.202 19.706-63.742 46.803-1.984 6.317-3.061 13.025-3.061 19.998v176.578h53.846v-39.045c0-6.457 5.242-11.683 11.669-11.683h334.959c6.442 0 11.697 5.227 11.697 11.683v39.047h53.846v-176.578z'/%3e%3c/svg%3e");
}
.sidenav .nav-primary .menu > li > a.menu-dine::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 704 512' fill='%23fff'%3e%3cpath d='M348.254 34.114v0c-122.982 0.001-223.043 100.063-223.043 223.029 0 122.998 100.062 223.027 223.043 223.027 122.979 0 223.043-100.029 223.043-223.028 0-122.966-100.062-223.028-223.043-223.028v0zM348.254 422.433c-91.149 0-165.309-74.144-165.309-165.292s74.16-165.341 165.309-165.341c91.146 0 165.308 74.192 165.308 165.341s-74.16 165.292-165.308 165.292v0zM486.662 257.142c0 76.304-62.104 138.392-138.407 138.392s-138.407-62.088-138.407-138.392c0-76.32 62.103-138.423 138.407-138.423s138.407 62.103 138.407 138.423v0zM656.263 27.326l0.5 366.060c0 0 4.423 23.954 6.5 35.5 2.608 14.5 4.602 33.38 1.082 43.75-4.582 13.5-37.582 15.646-45.582 7.534-4.733-4.8-9.75-9.284-9.75-27.284 0-9.538 10.25-36.75 10.25-36.75l-0.75-168.25-18.195-20c0 0-7.203-54.464-0.479-96.808 4.674-29.442 17.174-75.942 37.885-97.942 7.397-7.857 18.539-5.81 18.539-5.81zM113.013 27.637c0 0 0 87.508 0 122.332 0 6.407-2.667 28.416-10.5 40.917-2.797 4.463-11.625 14.249-11.625 14.249l-0.209 93.499c0 0 9.667 141.001 9.667 161.67 0 31.815-46 31.697-46 1.333 0-22.515 7.565-162.502 7.565-162.502v-93.625c0 0-12.053-11.007-14.649-15.875-5.153-9.662-9.5-32.803-9.5-39 0-36 0.057-122.998 0.057-122.998h14.86v115.332h16.069v-115.332h14.931v115.332h14.334v-115.332h15z'/%3e%3c/svg%3e");
}
.sidenav .nav-primary .menu > li > a.menu-shop::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 704 512' fill='%23fff'%3e%3cpath d='M192.278 153.575c-19.793 0.688-16.339 18.818-12.655 46.813 5.82 43.766 17.655 207.869 15.362 243.209-3.53 17.82-10.367 35.842-0.365 39.576 7.833 3.014 46.365 5.758 66.767 22.643 10.098 6.614 25.348 8.364 41.046 2.496 13.912-3.633 143.886-54.715 193.726-65.39 28.326-8.325 35.66-13.491 28.494-39.341l-0.001 0.003c-27.667-54.654-31.665-135.89-21.262-203.39 8.595-55.764 21.095-83.764-59.501-71.584 6.474-30.888 7.007-83.279-9.711-108.88-6.439-9.848-15.187-15.030-25.274-15.030-21.573 0-38.428 22.588-50.272 51.686-10.314-38.359-29.287-56.265-58.212-56.265-38.36 0-51.961 40.925-51.961 75.978 0 18.37 5.699 53.838 8.97 72.793l-65.151 4.683zM272.128 442.408c-0.103 0-0.19 0-0.276 0-2.944 0-12.896-239.314-12.896-239.314s-54.526-26.342-53.511-29.011c1.016-2.703 58.52 19.679 58.52 19.679s211.933-45.58 212.519-42.619c0.603 2.962-205.994 51.227-205.994 51.227s4.735 240.041 1.635 240.041l0.003-0.003zM356.752 138.2c-2.064 0.241-9.434 1.239-11.517 1.48 0.878-10.485 4.732-26.329 9.5-38 0.775 9.573 1.811 24.95 2.017 36.52v0zM408.918 15.839c6.303 0 11.52 3.254 15.96 10.003 15.101 23.157 14.067 76.323 7.423 104.025-19.077 2.014-41.028 4.476-64.375 7.094-0.482-23.071-2.118-42.991-4.942-59.984 10.844-33.78 27.373-61.138 45.934-61.138v0zM259.613 76.116c0-6.629 1.119-64.856 40.822-64.856 19.627 0 41.354 8.935 51.204 64.908-6.628 21.59-15.418 45.111-16.935 64.497-24.259 2.703-44.050 4.871-66.139 7.108-3.2-18.422-8.951-54.044-8.952-71.657v0z'/%3e%3c/svg%3e");
}

.sidenav .nav-primary .menu > li > a.menu-art::before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAABeCAYAAABb2fjjAAALN0lEQVR4nO2dC7BWVRXH/x8X7lVIGMGbyTCZWIlUXhvIhKGJUAcUEB+jWSRWjDA9rMCopAck4JBml0gHScccKQ0SEhUbU8EEs0DtQSFEg4WEQGrCWDyUbzUL1olzz1r7nH1e3wd9/Gb2oPt5zv/bZ++191n73AoR4ShOTgLQD8AJALoB+DeA7QD+BODVoFBnV+kGpQuAjwC4GMB5AE51yMA9bxWAywFsOyriQd4NYCKAcdLrkqgAqAJ4A0d7IvoDmA7gUgCdVKrmdQALAcwHsCZIbVQRjwEwC8AXPDV4GcBNIt7OaGIjitgXwP0A3qdSbH4O4NMAXjNT+dlusNm5j0wIJ6sUm0cBnA9gv5kqNJqIv5RZ15cPAlidlLeRRGwD8HsVG09zMAPH4TMj/b/wiZT3sddHQDSYiKNUTDzbYlNDNIqIwfItDc/55m0UEc9UMcms8M3YSD0xDVWxD71oFBG7qJh42BjfEpsjRKOI6D1JyA7NTBUbw+G67OsK4G1ip/E+XouYHCTLrx3y3xz/HwB7VA0deVL2ArupFM0PAPxOxcZQT2O7IltQAwCcITsqJ8vSrKfK7YZv4FkAcwD8xJkLuBbAd1VsR9YCOFt+GG9q3RNPAXCuhGGee3dJ8I8x0FgPT5MJ5YvSi2+WHsw9rYdR528BXJRWwANwTyw59COi64noeSqHKhFNitzDtFBLTxFR71DaCUQ0g4ieIaK/EdEqIvosEXXOqoOKKCjwMDGaiFaUJFzAfiKaGCNgwD+IaHBZnUVF5Aws3hVEtFbdRvG8SURXeggYsIeIJpQhYpFjIk8MdwAYpFKKZ59sKPwsVPM02ep3wTN5b0daPixlM4SxRLRb/fZELxDRTCIaREQt8u9Mic8KtzMyRQ8MmO64r2FE1GzE1/RxniGDuyXgx438kPgsQr5OROcUJCAPPddJ+rMyAVrXWrqIX1WXe4iZRv5wmKlKxPMaEQ0pUMCvRPLtlMnQutbYEJuYEM6Wwd3FoITygxzlLF4hooFGHRNlwnBhCdiJiL7syM+z/RTJY12zGcxIj8C/5NPqEjrSklBPiyphs42IzjDKB2GwmDA+PbCJiCarnJobiaiLUd4MZqRH+IBqVlNET9ziOVb1FqM6ScBJqgU3832FVBGe4Xpn04fIOybyxHOKUc4VWuTGLQG7pBQw4BajLhVUhGe4TzWnyTM7ryeiPsZY9j2ZTKw6XaGz5yNswVbHLEe9uXviEqNBiyx24h+J6ERj/FwYyuMrJNt/16oW0vEGEV1l1J1bxO/nvDAXvCnQK9LW8UT0KyN/kpDNkVl4MxG1E9EIImqVMELiNqvaO8LWwalGG7lEvFQ1kx/eTekRaeftRPTnmJpdQnLPnRrK92siGmPkC8JFRPQbVXtHnjDK5RLxGCLaqprJzuNE1C3SRpvDdAkz27g27oHfCuXZnCBguGNsUS0courawFARKcIE1Uw2lhHRsZF2zyWiXQm1zRN7NSrgjEi+ds97YhPoVtVKR7jjdC1SRL6BpaqZdCw2Fv/jiGhvQi33yE1HBZytch4c96zrjwae/S9UpTWq91uVpQnH5dh4XWAIMdWxmRHmQUN4tgNvVjkP0prifvqo0pqXZbIrTMRgfJwj605f5kfWp03yeCaxwnicuiRYC2lE7K1K20wtWsQg8Pr2dg9zYU5kLGNRHlC5NKuN2buzxzjm+zhzuECVttkQvgeroiJCL9nlGU9E60KXcUOk7lYP04LEzIn2KO69t6mcGt+JBfID+3J+2SL6hHcS0UaPC95kLAGbpNf74GvijPF4isLcUW8RzyKi7eqyNFtF7HBZHkvvVDnjSTK2x0ieNLwYPB1WhWWH0bLNn8QOInpv5Fp4HLoroZyLPMs+C7YiLq6HiBMSdsMD+FXAAEPAu1XO+nITX1utvMIq4mnFh2maVGpH2I3jAvGvCZf/MYArVe76chZq5NDEvoG3A7hKpWh2i2/18lAKC3gvgI+q3PWHPc3OLNuh6TgAiz3PjvAL+csMARdK/OEIuwD2L1NE9sh62NNfmk8sjQWwLBTHQ80iObxYJM8AeAjAE+JKBzmiNlSegoEp2uLH+DRr8C8i9BePK99ZbpxhxixWOfNzm1yb6x77exrwAbzUnWdVlDd8iIheVc3ZWHt0LOD9Zu58sDjdPe6tewohWcRlViV5wmUOnxwLFvCaGgm4JqEHWj1yjapFwyI+V6SJ8yUAP5WzxD5MEq/VgGAMHFPkACjwGLhOxbpZFxmf42i1foUsYZb6jeKJerayqbUotkQ+PpzhnoZ6tMgLh11W4TSBb36uqjqeKYaA98aWyE/PDPfWy6PVffxKNY+JUxEjerxKcXOdfAYgzF0ArnCWqB8VTw1yLfvmphTwmwBmR+JOky+AlI3vpwrCJJWpioh7sop4A4DPq1g30x2nlFpVTDkMzVCrTxkWcWcWEb8mj6UvnPfbjrzNKqYcRolPuS/vATAyIW9V/v1nWhHHSi/0gZdEnzMe4TBdVUw5DJTPt3T3qL275B2gUjpSkbA1zcTCJ6Du9BxweS38KQALVEpH+qiY8pgoNc+NsRn7i4ATVIoNd5TNviJy5Us8Hz/eHvoYgAdViqaviimXidLDitiAIJmYN/mIyIcVlzrOw0Xhs3OjfT6DIiQ9MmUwMOVOjUVVBOSnckPSpmyTfEtmmErR/EU+xLNJpdhwr/5XDcfFIgnMG95EbkuaWNo9BVwuJ6l8BWSGH6EChuG9yb/GicjfBrxGxWrmARgR/iijJ0Ub2fz5qsmyCdwi/06W+KIJHt+Dw5axZuTQV964xcHrxs8YZX23mtL47iSxIOaUQT9JL4r9oWt3vjJt9thL22qcbkoTlqkas7MyRsCwkCsLai/wWlsbvLy3HufvJMxeT0l61sdkgrwSLQo2vdYn1LVe8hXJY7xaOVBf5Be7MMY/sCovq71PGhlhpIcDZ1rajHas0FZwTzQdmk4SL3mLl4houHFhacLVCefwsuJ7zLa5wDYfCLvWhR/ndsdXQB6Rme4RleIHmzE/AvBDmTWL5nTP+nzz+bA0NEP/T8ThhocBf/ZuihjQ2zM21irf3PqkSulIHvPEx45Nky+Jx9T4Kl1ydaS7bnQcjU0TesjpqCTymie1np3HR+uH4ex9t+f72bhQ8XQhLkqAWtmJ9xk+4wdEfJfMOBuynjw3wnjVvE30rZ8r+JwQXSn52mQSaZP/L6oHsr/kKOv6gg2It8q3pKsJ44EPbwGwUb71lQSPfX9IyIOM34MtGt6M/rpVZ7AVtkOlZOdyTwGZ51WMjW++slgm1oWJtWLJSxo/wnqYJ2nhp+pWAH93lStaxErKjwvV2jxJy26xn38RV65oEXuKY6cvl3h8MLef5KsHN8pWXyxFi5h2k3WIDNYuIftJ+hCVUj7tImIiRftsd5UXVWlZJauA5TKJnC6P8CV1EvAWcTh4RaUYlOH4/gKAd6jYI4d2+TMjXgKipNl5pYo5MtgnnhrfSCMgShJxkYo5/HlRnFSnZ/kcahmPcyd5KZ7G96WePOpjxsRR1mGgkeJlcLgSfGp6nqxEnIZ0PUWEbMQm7SPWmv2yP/CQXJ+Pq0siZR4Gulr+ulgaP8YyIJk0qmJK8Zh9T6ZPQTuoxdm+EbID8n6VUh7B39R7U0R8XHrfkgxOBonU6ovvvKY+R06JssPT8SpHPqoiWCBaRV6TPinb+Q+H34kUfnM1EjFMJ+mV3EMHy9LuRADHJphcJGJF/61I3F7Zc+Qjvk+LvVrkFp+Tw+UPffEKh00iDuwMz86fvCfZS/7oAgt8wMkcwC7ZQH5J/twHr5A2iOMme6bVFgD/BYZn7Xt4rd/EAAAAAElFTkSuQmCC');
}

.sidenav .nav-primary .menu > li > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.1em 0;
  padding-left: 0.8rem;
  border-left: 1px dotted #fff;
}
.sidenav .nav-primary .menu > li:nth-child(odd) > a {
  background: #f15a27;
}
.sidenav .nav-primary .menu > li:nth-child(odd) .submenu {
  color: #f15a27;
}
.sidenav .nav-primary .menu > li:nth-child(odd) .submenu button::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%23f15a27'%3e%3cpath d='M290.978 441.1l29.022 29.022 232.225-232.225-58.047-58.047-174.18 174.139-174.18-174.139-58.047 58.047z'/%3e%3c/svg%3e");
}
.sidenav .nav-primary .menu > li:nth-child(even) > a {
  background: #d42357;
}
.sidenav .nav-primary .menu > li:nth-child(even) .submenu {
  color: #d42357;
}
.sidenav .nav-primary .menu > li:nth-child(even) .submenu button::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%23d42357'%3e%3cpath d='M290.978 441.1l29.022 29.022 232.225-232.225-58.047-58.047-174.18 174.139-174.18-174.139-58.047 58.047z'/%3e%3c/svg%3e");
}
.sidenav .nav-primary .menu > li.sfHover > a::after {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sidenav .nav-primary .submenu {
  display: none;
  margin-top: -0.4rem;
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 0 0 0.4rem 0.4rem;
}
.sidenav .nav-primary .submenu a {
  padding: 0.7em 0;
  line-height: 1;
}
.sidenav .nav-primary .submenu button {
  width: 2.75rem;
  height: 2.3rem;
  right: -1rem;
}
.sidenav .nav-primary .submenu button::after {
  border-color: #515151;
  top: 0.25rem;
  bottom: 0.25rem;
}
.sidenav .nav-primary .submenu li + li {
  border-top: 1px dotted #515151;
}
.sidenav .nav-primary .submenu li.has-submenu > a {
  padding-right: 2rem;
}
.sidenav .nav-primary .submenu .submenu {
  margin: 0;
  padding: 0;
  border-top: 1px dotted #515151;
}
.sidenav .nav-primary .submenu .submenu a::before {
  content: '\003e\00a0';
  color: #515151;
}
.sidenav .nav-secondary {
  margin-bottom: 1rem;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}
.sidenav .nav-secondary a {
  padding: 0.75rem 1rem;
  line-height: 1;
}
.sidenav .nav-secondary li {
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
}
.sidenav .nav-secondary .menu > li > a {
  padding-top: 0.9rem;
  padding-top: 1rem;
  font-size: 1.2rem;
}
.sidenav .nav-secondary .menu > li > button {
  height: 2.9rem;
}
.sidenav .nav-secondary .menu > li.has-submenu > a {
  padding-right: 3.5rem;
}
.sidenav .nav-secondary .submenu {
  display: none;
}
.sidenav .nav-secondary .submenu > li > a::before {
  content: '\003e\00a0';
  color: #eaffa9;
}
.sidenav .contact {
  padding-left: 0;
  list-style: none;
  text-align: center;
  color: #eaffa9;
}
.sidenav .contact a {
  color: #fff;
  text-decoration: none;
  font-family: 'Bree Serif Sb', serif;
  font-size: 1.2em;
}
.sidenav .contact .phone {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.sidenav .contact .sep {
  display: block;
  height: 1px;
  overflow: hidden;
}
.sidenav .social-icons {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 1.5rem;
}
.sidenav .social-icons li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 0.5em;
}
.sidenav .social-icons li a {
  float: none;
  margin: auto;
  font-size: 1.75rem;
}
.sidenav .social-icons li:last-child {
  display: none;
}

@media (min-width: 992px) {
  .sidenav {
    display: none !important;
  }
  .sidenav-active {
    overflow: auto !important;
    width: auto !important;
  }
  .sidenav-drag,
  .sidenav-overlay,
  .sidenav-button {
    display: none !important;
  }
}
.modal-header .close {
  height: 2rem;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  background: transparent;
  border: 0;
  position: absolute;
  bottom: 100%;
  right: 0;
}

#Meeting-Planner-mMenu .modal-header {
  display: block;
  padding: 0;
}
#Meeting-Planner-mMenu .modal-header a {
  display: block;
  padding: 0.75rem 1rem;
  line-height: 1;
  text-decoration: none !important;
  color: #779c26;
}
#Meeting-Planner-mMenu .modal-body {
  display: block;
  padding: 0;
}
#Meeting-Planner-mMenu .menu {
  line-height: 1;
  color: #779c26;
}
#Meeting-Planner-mMenu .menu a {
  padding: 0.75rem 1rem;
  white-space: nowrap;
}
#Meeting-Planner-mMenu .menu a::before {
  content: '\003e';
  float: left;
  margin-right: 0.5em;
  color: #515151;
}
#Meeting-Planner-mMenu .menu li {
  border-top: 1px dotted #515151;
}
#Meeting-Planner-mMenu .submenu a {
  padding-left: 2rem;
}

#Trip-Planner-Detail .modal-header {
  display: block;
  text-align: center;
  color: #fff;
  background: #779c26;
}
#Trip-Planner-Detail .modal-footer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid #ccc;
}
#Trip-Planner-Detail .modal-footer button {
  padding: 0.4em 1em 0.6em;
  color: #fff;
  background: #ae1a3c;
  border: 0;
  border-radius: 0.25rem;
}
#Trip-Planner-Detail .modal-footer button:disabled {
  background: #ccc !important;
}
#Trip-Planner-Detail .modal-footer button.clear-trips {
  background: #f15a27;
}
#Trip-Planner-Detail .modal-footer .order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: auto;
}
#Trip-Planner-Detail .trips-null {
  padding: 1rem 0;
}
#Trip-Planner-Detail .trips-list {
  margin-bottom: -1rem;
}

#requestavisitorguide .modal-header {
  display: block;
  text-align: center;
  color: #fff;
  background: #779c26;
}
#requestavisitorguide .modal-footer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid #ccc;
}
#requestavisitorguide .modal-footer button {
  padding: 0.4em 1em 0.6em;
  color: #fff;
  background: #ae1a3c;
  border: 0;
  border-radius: 0.25rem;
}
#requestavisitorguide .modal-footer button:disabled {
  background: #ccc !important;
}
#requestavisitorguide .modal-footer button.clear-trips {
  background: #f15a27;
}
#requestavisitorguide .modal-footer .order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: auto;
}
#requestavisitorguide .trips-null {
  padding: 1rem 0;
}
#requestavisitorguide .trips-list {
  margin-bottom: -1rem;
}

@media (min-width: 992px) {
  #Trip-Planner-Detail .trips-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#Trip-Planner-Detail .trip-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Bree Serif Lt', serif;
  line-height: 1.35;
  margin-bottom: 1rem;
  position: relative;
}
@media (min-width: 992px) {
  #Trip-Planner-Detail .trip-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 48%;
    flex: 1 0 48%;
    max-width: 48%;
  }
}
#Trip-Planner-Detail .trip-item .img-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  margin-right: 1rem;
}
#Trip-Planner-Detail .trip-item .data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#Trip-Planner-Detail .trip-item .data a {
  color: #a41b41;
}
#Trip-Planner-Detail .trip-item .data .name {
  font-size: 1.1rem;
}
#Trip-Planner-Detail .trip-item .data strong,
#Trip-Planner-Detail .trip-item .data .name {
  color: #a41b41;
}
#Trip-Planner-Detail .trip-item .data address {
  margin: 0;
}
#Trip-Planner-Detail .trip-item .remove-button {
  display: block !important;
  width: 2rem;
  height: 0;
  margin: -0.5rem;
  padding-top: 2rem;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 768 768' fill='%23f15a27'%3e%3cpath d='M544.5 415.5v-63h-129v-129h-63v129h-129v63h129v129h63v-129h129zM384 64.5q132 0 225.75 93.75t93.75 225.75-93.75 225.75-225.75 93.75-225.75-93.75-93.75-225.75 93.75-225.75 225.75-93.75z'/%3e%3c/svg%3e");
  background-size: 100%;
  line-height: 2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

#Trip-Planner-Email .modal-header {
  display: block;
  text-align: center;
  color: #fff;
  background: #779c26;
}
#Trip-Planner-Email .modal-body {
  font-family: 'Bree Serif Lt', serif;
}
#Trip-Planner-Email .modal-body .heading {
  font-size: 1.75rem;
  margin-top: 0.25rem;
}
#Trip-Planner-Email .modal-body .text-success {
  color: #ae1a3c;
}
#Trip-Planner-Email .modal-body .text-warning {
  color: #f15a27;
}
#Trip-Planner-Email .modal-body p {
  margin-bottom: 1.25rem;
}
#Trip-Planner-Email .modal-body p:not(:last-child) {
  margin: 0;
}
#Trip-Planner-Email .modal-body p span {
  font-family: 'Bree Serif', serif;
}
#Trip-Planner-Email .modal-body input {
  display: block;
  padding: 0.5em;
  font-family: 'Bree Serif', serif;
  text-align: center;
  border: 1px solid #f15a27;
  border-radius: 0.25rem;
  outline: 0 !important;
}
#Trip-Planner-Email .modal-body input:focus {
  -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 90, 39, 0.25);
  box-shadow: 0 0 0 0.15rem rgba(241, 90, 39, 0.25);
}
#Trip-Planner-Email .modal-body input#email-address {
  width: 90%;
  max-width: 25rem;
  margin: auto;
}
#Trip-Planner-Email .modal-body input#email-captcha {
  width: 5rem;
}
#Trip-Planner-Email .modal-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0;
}
#Trip-Planner-Email .modal-footer button {
  margin: 0.25rem 0;
  padding: 0.4em 1em 0.6em;
  letter-spacing: 0.05em;
  color: #fff;
  background: #ae1a3c;
  border: 0;
  border-radius: 0.25rem;
}
#Trip-Planner-Email .modal-footer button:disabled {
  color: #ae1a3c;
  background: transparent;
}

/*---------------------------------
|   About us - visitor resources   |
-----------------------------------*/
.page-about-us-visitor-resources .page-content .vlog-wrapper {
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid #777676;
  border-radius: 0.75rem;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 1600px) {
  .page-about-us-visitor-resources .page-content .vlog-wrapper {
    border-width: 2px;
  }
}
@media (min-width: 992px) {
  .page-about-us-visitor-resources .page-content .col-left-inner {
    max-width: 85.6060606061%;
  }
}

/*---------------------------------
|   Contact us						|
-----------------------------------*/
@media (min-width: 992px) {
  .page-contact-us .page-content .col-right-inner {
    max-width: 85.6060606061%;
  }
}

/*---------------------------------
|   Explore - Amphitheater   |
-----------------------------------*/
.page-explore-amphitheater .inset-images .image-wrapper {
  max-width: 568px;
  margin: auto;
  position: relative;
}
.page-explore-amphitheater .inset-images .image-wrapper::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  -webkit-box-shadow: inset 0 0 0 0.2rem #90c00b,
    inset 0 0 1.6rem rgba(153, 220, 251, 0.5);
  box-shadow: inset 0 0 0 0.2rem #90c00b,
    inset 0 0 1.6rem rgba(153, 220, 251, 0.5);
  position: absolute;
}

.page-explore-recreation-cart-paths .page-content .box-list > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.2rem;
  flex: 0 0 14.2rem;
  max-width: 14.2rem;
}
@media (min-width: 1200px) {
  .page-explore-recreation-cart-paths .page-content .box-list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.page-explore-recreation-cart-paths .page-content .box-list .card-box {
  max-width: 13.5rem;
}

.page-explore-recreation-sports .page-excerpt .list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Bree Serif Bold', serif;
}
.page-explore-recreation-sports .page-excerpt .list-inline > li + li::before {
  content: '\2022';
  padding: 0 0.25em;
}

.page-meeting-planner .page-content .box-list > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17.45rem;
  flex: 0 0 17.45rem;
  max-width: 17.45rem;
}
@media (min-width: 1200px) {
  .page-meeting-planner .page-content .box-list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.page-meeting-planner .page-content .box-list > li:not(:last-child) .card-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.page-meeting-planner .page-content .box-list .card-box {
  max-width: 16.75rem;
  height: 100%;
  font-size: 0.85rem;
}
.page-meeting-planner .page-content .box-list .card-box img {
  margin-bottom: 0.25rem;
}
.page-meeting-planner .page-content .box-list .card-box .text {
  line-height: 1.1176470588;
}

.page-meeting-planner-planning-tools
  .page-content
  .inset-images
  .subpages-list {
  margin-left: 2rem;
  list-style-type: disc;
}
.page-meeting-planner-planning-tools
  .page-content
  .inset-images
  .subpages-list
  > li {
  margin-bottom: 0.35rem;
}
@media (min-width: 576px) {
  .page-meeting-planner-planning-tools .page-content .inset-images {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
  }
  .page-meeting-planner-planning-tools .page-content .inset-images > li {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .page-meeting-planner-planning-tools
    .page-content
    .inset-images
    > li.col-center {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .page-meeting-planner-planning-tools .page-content .inset-images > li {
    -ms-flex-preferred-size: 34.5403899721%;
    flex-basis: 34.5403899721%;
    max-width: 34.5403899721%;
  }
  .page-meeting-planner-planning-tools
    .page-content
    .inset-images
    > li.col-right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.page-meeting-planner-planning-tools-faqs .page-content ul {
  padding-left: 0;
  list-style: none;
}
.page-meeting-planner-planning-tools-faqs .page-content ul li {
  padding-left: 1.75rem;
}
.page-meeting-planner-planning-tools-faqs .page-content ul li::before {
  content: '\2022';
  float: left;
  margin-left: -1.75rem;
  font-family: 'Bree Serif Bold', serif;
  color: #9d183c;
}

.page-meeting-planner-planning-tools-meet-the-team .team-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}
.page-meeting-planner-planning-tools-meet-the-team .team-profile img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27.2727272727%;
  flex: 0 0 27.2727272727%;
  max-width: 27.2727272727%;
  margin-right: 5.303030303%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.page-meeting-planner-planning-tools-meet-the-team .team-profile .name {
  font-size: 1.19rem;
}
@media (min-width: 992px) {
  .page-meeting-planner-planning-tools-meet-the-team .bottom-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-meeting-planner-planning-tools-meet-the-team
    .bottom-columns
    > *:last-child {
    padding-left: 4.5rem;
  }
  .page-meeting-planner-planning-tools-meet-the-team
    .bottom-columns
    .plan-button {
    width: 16.75rem;
  }
}
.page-meeting-planner-planning-tools-meet-the-team .bottom-columns .card-box {
  max-width: 26.25rem;
}

/*---------------------------------
Meeting Planner - Planning Tools - Print Resources
-----------------------------------*/
@media (min-width: 992px) {
  .page-meeting-planner-planning-tools-print-resources .page-excerpt .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-meeting-planner-planning-tools-print-resources
    .page-excerpt
    .wrapper
    img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.2142857143%;
    flex: 0 0 38.2142857143%;
    max-width: 38.2142857143%;
    margin-top: -0.5rem;
    margin-left: auto;
  }
  .page-meeting-planner-planning-tools-print-resources
    .page-excerpt
    .wrapper
    .text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 58.9285714286%;
    flex: 1 0 58.9285714286%;
    max-width: 58.9285714286%;
  }
}
.page-meeting-planner-planning-tools-print-resources .page-excerpt img {
  margin-bottom: -3.25rem;
}
.page-meeting-planner-planning-tools-print-resources .page-content {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .page-meeting-planner-planning-tools-print-resources .page-content {
    margin-top: 0.5rem;
  }
}
.page-meeting-planner-planning-tools-print-resources .brochures-list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1rem -0.5rem;
}
.page-meeting-planner-planning-tools-print-resources .brochures-list > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 10rem;
  flex: 1 0 10rem;
  max-width: 10rem;
  padding: 0 0.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .page-meeting-planner-planning-tools-print-resources .brochures-list > * {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .page-meeting-planner-planning-tools-print-resources .brochures-list > * {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .page-meeting-planner-planning-tools-print-resources
    .brochures-list
    > *:not(:first-child)::before {
    content: '';
    display: block;
    width: 0.45rem;
    height: calc(100% - 1rem);
    margin: 0 -0.23rem;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #f48013),
        color-stop(50%, #f48013),
        color-stop(50%, transparent),
        to(transparent)
      ),
      -webkit-gradient(linear, left top, left bottom, color-stop(0, #f48013), color-stop(50%, #f48013), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(
        to bottom,
        #f48013 0,
        #f48013 50%,
        transparent 50%,
        transparent 100%
      ),
      linear-gradient(
        to bottom,
        #f48013 0,
        #f48013 50%,
        transparent 50%,
        transparent 100%
      );
    background-size: 1px 2px;
    background-repeat: repeat-y;
    background-position: 0 0, 100% 0;
    position: absolute;
    left: 0;
  }
  .page-meeting-planner-planning-tools-print-resources
    .brochures-list
    > *:nth-child(7n + 1)::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .page-meeting-planner-planning-tools-print-resources
    .brochures-list
    > *:nth-child(7n + 1)::before {
    display: block;
  }
  .page-meeting-planner-planning-tools-print-resources
    .brochures-list
    > *:nth-child(4n + 1)::before {
    display: none;
  }
}

.page-meeting-planner-planning-tools-print-resources .brochure-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 9rem;
  margin: 0 auto 1rem;
  text-align: center;
}
.page-meeting-planner-planning-tools-print-resources .brochure-item > * {
  max-width: 100%;
}
.page-meeting-planner-planning-tools-print-resources .brochure-item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 6rem;
  margin: 1.5rem 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-meeting-planner-planning-tools-print-resources .brochure-item img {
  max-height: 100%;
  width: auto;
  border: 1px solid #aeaeae;
  -webkit-box-shadow: 0.2rem 0.2rem 0 0 rgba(133, 134, 135, 0.3);
  box-shadow: 0.2rem 0.2rem 0 0 rgba(133, 134, 135, 0.3);
}

@media (min-width: 768px) {
  .page-meeting-planner-planning-tools-transportation
    .page-content
    .services-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .page-explore-100-miles-of-cart-paths .page-content .services-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-meeting-planner-planning-tools-transportation
    .page-content
    .services-columns {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .page-explore-100-miles-of-cart-paths .page-content .services-columns {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

@media (min-width: 1200px) {
  .page-meeting-planner-planning-tools-transportation
    .page-content
    .services-columns {
    max-width: 97.8571428571%;
    margin-right: -3.75rem;
  }
  .page-explore-100-miles-of-cart-paths .page-content .services-columns {
    max-width: 97.8571428571%;
    margin-right: -3.75rem;
  }
}
.page-meeting-planner-planning-tools-transportation
  .page-content
  .services-columns
  address {
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.page-explore-100-miles-of-cart-paths .page-content .services-columns address {
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .page-meeting-planner-planning-tools-transportation
    .page-content
    .services-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 27.0072992701%;
    flex-basis: 27.0072992701%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: relative;
  }
  .page-explore-100-miles-of-cart-paths .page-content .services-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 27.0072992701%;
    flex-basis: 27.0072992701%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-meeting-planner-planning-tools-transportation
    .page-content
    .services-column {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .page-explore-100-miles-of-cart-paths .page-content .services-column {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .page-meeting-planner-planning-tools-transportation
    .page-content
    .services-column::before {
    content: '';
    display: block;
    width: 0.45rem;
    height: calc(100% - 1rem);
    margin: 0 -0.23rem;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #f48013),
        color-stop(50%, #f48013),
        color-stop(50%, transparent),
        to(transparent)
      ),
      -webkit-gradient(linear, left top, left bottom, color-stop(0, #f48013), color-stop(50%, #f48013), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(
        to bottom,
        #f48013 0,
        #f48013 50%,
        transparent 50%,
        transparent 100%
      ),
      linear-gradient(
        to bottom,
        #f48013 0,
        #f48013 50%,
        transparent 50%,
        transparent 100%
      );
    background-size: 1px 2px;
    background-repeat: repeat-y;
    background-position: 0 0, 100% 0;
    position: absolute;
    left: 0;
  }
  .page-meeting-planner-planning-tools-transportation
    .page-content
    .services-column:first-child {
    -ms-flex-preferred-size: 45.9854014599%;
    flex-basis: 45.9854014599%;
  }
  .page-meeting-planner-planning-tools-transportation
    .page-content
    .services-column:first-child::before {
    display: none;
  }
  .page-meeting-planner-planning-tools-transportation
    .page-content
    .services-column
    .to-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-meeting-planner-planning-tools-transportation
    .page-content
    .services-column
    .to-split
    > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.5148514851%;
    flex: 0 1 48.5148514851%;
  }
}
@media (min-width: 1200px) {
  .page-meeting-planner-planning-tools-transportation
    .page-content
    .services-column {
    padding-right: 3.75rem;
  }
  .page-explore-100-miles-of-cart-paths .page-content .services-column {
    padding-right: 3.75rem;
  }
}

.page-meeting-planner-why-ptc .page-content ul {
  line-height: 1.15;
}
.page-meeting-planner-why-ptc .page-content ul li {
  margin-bottom: 0.5em;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .page-press-media-get-social .page-content .inset-images > li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .page-press-media-get-social .page-content .inset-images > li:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .page-press-media-get-social .bottom-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-press-media-get-social .bottom-columns > *:last-child {
    margin-left: 8.5714285714%;
    margin-right: 3.5rem;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .page-press-media-get-social .bottom-columns .plan-button {
    width: 16.75rem;
  }
}

@media (min-width: 992px) {
  .page-press-media-photo-gallery .top-section {
    padding-left: 11%;
  }
}

@media (min-width: 992px) {
  .page-press-media-video-gallery .top-section {
    padding-left: 11%;
  }
}

/*-----------------------------------------------------------------------------------*/
/* Homepage
/*-----------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .homepage .header-top {
    height: 100%;
    position: relative;
  }
  .homepage .header-center {
    -ms-flex-preferred-size: 75.8620689655%;
    flex-basis: 75.8620689655%;
    max-width: 75.8620689655%;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .homepage .header-center .contact {
    margin-left: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 0.85rem;
    line-height: 1.2;
    height: 4em;
    border-bottom: 0;
  }
  .homepage .header-center .contact .phone {
    font-family: 'Bree Serif Bold', serif;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
  .homepage .header-center .contact .email {
    font-size: 0.9rem;
  }
  .homepage .header-center .contact .address {
    margin-top: auto;
    font-size: 1em;
  }
  .homepage .header-center .contact .sep {
    display: block;
    height: 1px;
    overflow: hidden;
  }
  .homepage .header-bottom {
    display: block;
    position: absolute;
    top: 100%;
    left: 37.8571428571%;
    right: 0;
  }
  .homepage .top-menu {
    -ms-flex-preferred-size: 19.5402298851%;
    flex-basis: 19.5402298851%;
    max-width: 19.5402298851%;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    font-size: 1.1rem;
    z-index: 11;
  }
  .homepage .top-menu .menu > li {
    margin-bottom: 0.35rem;
  }
  .homepage .top-menu .menu > li.menu-vg-request {
    width: 23.7804878049%;
    position: absolute;
    top: 0.7rem;
    left: 0.5rem;
  }
  .homepage .top-menu .menu > li.menu-vg-request a {
    font-size: 1.3rem;
    letter-spacing: -0.04em;
    padding-top: 0.65em;
    padding-bottom: 0.85em;
  }
  .homepage .top-menu .menu > li > a {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .homepage .top-menu .menu > li.sfHover > a {
    z-index: 2;
  }
  .top-menu .submenu {
    display: flex;
    flex-direction: column;
  }
  .homepage .top-menu .submenu a {
    white-space: nowrap;
  }
  .homepage .center-menu {
    font-size: 1.4rem;
    position: absolute;
    top: 100%;
    left: -0.25rem;
    z-index: 10;
    right: 0;
  }
  .homepage .center-menu .menu > li > a::before {
    display: none;
  }
  .homepage .main-menu {
    max-width: none;
    position: absolute;
    top: calc(100% + 3rem);
    left: -2.2988505747%;
    right: 0;
    z-index: 9;
  }
  .homepage .main-menu .menu > li {
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    max-width: 18%;
  }
  .homepage .main-menu .menu > li > a {
    display: block;
    padding: 1rem 0.5rem;
    font-size: 1.73rem;
    text-align: center;
    border: 0;
    -webkit-box-shadow: 0.35rem 0.3rem 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0.35rem 0.3rem 2px rgba(0, 0, 0, 0.15);
  }
  .homepage .main-menu .menu > li > a::before {
    height: 5rem;
    width: 100%;
    margin: 0 auto;
  }
  .homepage .main-menu .menu > li > a::after {
    z-index: -1;
  }
  .homepage .main-menu .menu > li > a span {
    display: block;
    margin: 0.5rem 0 0;
    padding-top: 0.6rem;
    padding-left: 0;
    border-left: 0;
    border-top: 1px dotted #fff;
  }
  .homepage .main-menu .submenu {
    width: auto;
    min-width: calc(100% + 0.5rem);
    right: auto;
    border-top-right-radius: 0.5rem;
  }
  .homepage .social-icons {
    width: 31.6091954023%;
    max-width: none;
    margin-bottom: 16.8965517241%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
    bottom: 100%;
    right: 26.4367816092%;
    z-index: 999999;
  }
  .homepage .social-icons a {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .homepage .social-icons li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: none;
  }
  .homepage .header-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.5rem;
    color: #fff;
    position: absolute;
    top: 0.7rem;
    left: 27.0114942529%;
  }
  .homepage .header-home > * {
    padding: 0 1rem;
    border-left: 1px dotted #fff;
  }
  .homepage .header-home .now-weather {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.8rem;
    text-align: center;
    line-height: 1;
  }
  .homepage .header-home .temperature {
    font-size: 1.5rem;
    margin-bottom: -0.1em;
  }
  .homepage .header-home .now-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1rem;
    padding-top: 0.25em;
  }
  .homepage .site-header {
    border: 0;
  }
  .homepage .site-header .wrapper::before {
    background: #0099d2;
  }
  .homepage .site-header .site-branding {
    -ms-flex-preferred-size: 530px;
    flex-basis: 530px;
    max-width: 530px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) and (max-width: 1599.98px) {
  .homepage .site-header .site-branding {
    -ms-flex-preferred-size: 424px;
    flex-basis: 424px;
    max-width: 424px;
  }
}
@media (min-width: 1200px) {
  .homepage .site-header .site-branding::after {
    background: #0099d2;
    width: 133.9622641509%;
    padding-top: 120.7547169811%;
    margin-right: 0;
    margin-top: -11.320754717%;
  }
  .homepage .site-header .site-logo {
    display: none;
    position: absolute;
    width: 85.4716981132%;
  }
  .homepage .site-header .site-logo a {
    background-size: contain;
  }
  .homepage .site-header .bg {
    height: 75px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .homepage .site-header .bg {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .homepage .home-logo {
    display: block;
    width: 32.3571428571%;
    position: absolute;
    top: 2.5rem;
    left: -0.4285714286%;
    z-index: 1;
  }
  .homepage .home-logo::before {
    content: '';
    display: block;
    /*background: url("../images/home-logo-bg.png") 50% 50% no-repeat;*/
    background-size: contain;
    width: 161.5894039735%;
    height: 0;
    margin-top: -7.7262693157%;
    margin-left: -38.6313465784%;
    padding-top: 138.8520971302%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .homepage .home-logo::after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-top: 91.1699779249%;
    background-image: url('../images/logo-home.png');
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 1200px) and (min-resolution: 192dpi),
  only screen and (min-width: 1200px) and (min-resolution: 2dppx) {
  .homepage .home-logo::after {
    background-image: url('../images/logo-home-2x.png');
    background-size: 453px 413px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) and (max-width: 1599.98px) {
  .homepage .home-logo::after {
    background-size: contain !important;
  }
}

.homepage .site-content {
  background: url('../images/home-large.jpg') 50% 0 no-repeat;
  margin-bottom: 1rem;
  z-index: unset;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .homepage .site-content {
    background-size: 1520px auto;
  }
}
@media (max-width: 1199.98px) {
  .homepage .site-content {
    background-size: 1344px auto;
  }
}
@media (min-width: 768px) {
  .homepage .site-content {
    margin-bottom: 1.25rem;
  }
}
.homepage .site-content::before {
  width: 1920px;
  height: 50%;
  margin-left: -960px;
  top: 0;
  left: 50%;
  bottom: auto;
  right: auto;
  background: #555;
  z-index: -1;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .homepage .site-content::before {
    width: 1536px;
    margin-left: -768px;
  }
}
.homepage .lead-image .frame-size {
  height: 0;
  padding-top: 50%;
}
.homepage .lead-text {
  font-family: 'Bree Serif', serif;
  font-size: 2.25rem;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3), 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  .homepage .lead-text {
    font-size: 3rem;
  }
}
.homepage .upper-content {
  margin-top: -3.2rem;
  padding-top: 10rem;
  background: url('../images/home-bg.png') 50% 100% no-repeat;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .homepage .upper-content {
    background-size: 1536px auto;
  }
}
@media (max-width: 1199.98px) {
  .homepage .upper-content {
    background-size: 1344px auto;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  }
}
@media (min-width: 1200px) {
  .homepage .upper-content > .container {
    position: relative;
  }
  .homepage .upper-content > .container::before {
    content: '';
    display: block;
    background: url('../images/home-upper-bg.png') 50% 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -13rem;
    left: -14.5104895105%;
    right: -14.5104895105%;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: home-upper-bg;
  }
}
.homepage .upper-content .upper-text {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 1200px) {
  .homepage .upper-content .upper-text {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.homepage .upper-content .upper-text h4 {
  font-size: 1.77rem;
  margin-bottom: 0.5rem;
}
.homepage .upper-content .colored-boxes {
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .homepage .upper-content .colored-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.homepage .upper-content .colored-boxes figure {
  max-width: 450px;
  margin: 0 auto 1.5rem;
  font-family: 'Bree Serif Lt', serif;
  text-align: center;
  color: #fff;
  border: 0.25rem solid #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 0.8rem 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.8rem 2px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
@media (min-width: 768px) {
  .homepage .upper-content .colored-boxes figure {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 32.1428571429%;
    flex: 1 1 32.1428571429%;
    max-width: 32.1428571429%;
    margin: 0;
  }
}
.homepage .upper-content .colored-boxes figure:nth-child(1) {
  background: #779c26;
}
.homepage .upper-content .colored-boxes figure:nth-child(2) {
  background: #d42357;
}
.homepage .upper-content .colored-boxes figure:nth-child(3) {
  background: #f15a27;
}
.homepage .upper-content .colored-boxes figure figcaption {
  padding: 1.25rem 1rem;
}
.homepage .upper-content .colored-boxes figure figcaption p {
  margin: 0;
}
.homepage .upper-content .colored-boxes figure figcaption h5 {
  font-size: 1.34rem;
}
.homepage .upper-content .center-photo figure {
  margin-bottom: 0;
  position: relative;
  color: #fff;
  background: #39a8f8;
  border: 0.25rem solid #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}
.homepage .upper-content .center-photo figure figcaption {
  padding: 1.25rem 1rem;
  font-family: 'Bree Serif Lt', serif;
  letter-spacing: -0.02em;
  text-align: center;
}
@media (min-width: 768px) {
  .homepage .upper-content .center-photo figure figcaption {
    width: 35.7142857143%;
    padding: 1.5rem 2rem;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .homepage .upper-content .center-photo figure figcaption {
    width: 40.7142857143%;
  }
}

.homepage .upper-content .center-photo figure figcaption::before {
  content: '';
  display: block;
  width: 140%;
  height: 0;
  margin-top: -7%;
  margin-left: -28%;
  padding-top: 140%;
  background: #39a8f8;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.homepage .upper-content .center-photo figure figcaption p {
  margin: 0;
}
.homepage .upper-content .center-photo figure figcaption h5 {
  font-size: 1.69rem;
}
.homepage .middle-content {
  border: 0 solid #fff;
  border-width: 1.5rem 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .homepage .middle-content .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.homepage .middle-content .video-gallery {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .homepage .middle-content .video-gallery {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 61.4285714286%;
    flex: 1 1 61.4285714286%;
    max-width: 61.4285714286%;
    margin-bottom: 0;
  }
}
.homepage .middle-content .video-gallery .caption {
  font-family: 'Bree Serif', serif;
  font-size: 2.06rem;
  line-height: 1;
  color: #f15a27;
  position: relative;
  top: -0.2em;
}
@media (min-width: 1200px) {
  .homepage .middle-content .video-gallery .caption {
    font-size: 2.75rem;
  }
}
.homepage .middle-content .video-gallery .galleries img {
  width: 100%;
  height: auto;
}
.homepage .middle-content .video-gallery .galleries-large {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .homepage .middle-content .video-gallery .galleries-large {
    margin-bottom: 1.25rem;
  }
}
.homepage .middle-content .video-gallery .galleries-large > * {
  display: block;
  position: relative;
}
.homepage .middle-content .video-gallery .galleries-large > *::before {
  content: '';
  display: block;
  width: 15.5813953488%;
  height: 0;
  margin: -5.4069767442% -7.7906976744%;
  padding-top: 10.8139534884%;
  background: #d71920 url('../images/play-home.png') 50% 50% no-repeat;
  background-size: 48.5074626866%;
  border-radius: 0.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
}
.homepage .middle-content .video-gallery .galleries-thumbs {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .homepage .middle-content .video-gallery .galleries-thumbs {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.homepage .middle-content .video-gallery .galleries-thumbs li {
  position: relative;
  width: 100%;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (min-width: 768px) {
  .homepage .middle-content .video-gallery .galleries-thumbs li {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.homepage .middle-content .video-gallery .galleries-thumbs li > * {
  display: block;
  position: relative;
}
.homepage .middle-content .video-gallery .galleries-thumbs li > *::before {
  content: '';
  display: block;
  background: url('../images/play-home-alt.png') 50% 60% no-repeat;
  background-size: 30.7407407407%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.homepage .middle-content .facebook-feed {
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #646363;
  border-radius: 0.5rem;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 786px) {
  .homepage .middle-content .facebook-feed {
    display: none;
  }
}

@media (min-width: 992px) {
  .homepage .middle-content .facebook-feed {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 35.7142857143%;
    flex: 1 1 35.7142857143%;
    max-width: 35.7142857143%;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .homepage .middle-content {
    background: #a1c344;
  }
  .homepage .middle-content > .container {
    position: relative;
  }
  .homepage .middle-content > .container::before {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5rem;
    right: -5rem;
    z-index: -1;
  }
  .homepage .middle-content .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .homepage .middle-content .bg .container {
    height: 100%;
    position: relative;
  }
  .homepage .middle-content .bg .sides {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .homepage .middle-content .bg .sides::before,
  .homepage .middle-content .bg .sides::after {
    content: '';
    display: block;
    height: 100%;
    width: 3.1468531469%;
    background: #c2d886;
    position: absolute;
    top: 0;
  }
  .homepage .middle-content .bg .sides::before {
    right: 106.6433566434%;
  }
  .homepage .middle-content .bg .sides:after {
    left: 106.6433566434%;
  }
  .homepage .middle-content .bg .arrows {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .homepage .middle-content .bg .arrows::before,
  .homepage .middle-content .bg .arrows::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border: 3.5rem solid transparent;
    margin: -4.8951048951% 0;
    position: absolute;
    top: 50%;
  }
  .homepage .middle-content .bg .arrows::before {
    border-right-color: #fff;
    border-left-width: 0;
    right: 106.6433566434%;
  }
  .homepage .middle-content .bg .arrows:after {
    border-left-color: #fff;
    border-right-width: 0;
    left: 106.6433566434%;
  }
}
.homepage .center-content {
  padding: 2rem 0 2.5rem;
  color: #fff;
  background: #e11958;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .homepage .center-content {
    background: #be154a;
  }
  .homepage .center-content > .container {
    position: relative;
  }
  .homepage .center-content > .container::before {
    content: '';
    display: block;
    background: #e11958;
    position: absolute;
    top: -2rem;
    bottom: -2.5rem;
    left: -5rem;
    right: -5rem;
    z-index: -1;
  }
  .homepage .center-content .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .homepage .center-content .bg .container {
    height: 100%;
    position: relative;
  }
  .homepage .center-content .bg .sides {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .homepage .center-content .bg .sides::before,
  .homepage .center-content .bg .sides::after {
    content: '';
    display: block;
    height: 100%;
    width: 3.1468531469%;
    background: #cb174f;
    position: absolute;
    top: 0;
  }
  .homepage .center-content .bg .sides::before {
    right: 106.6433566434%;
  }
  .homepage .center-content .bg .sides:after {
    left: 106.6433566434%;
  }
  .homepage .center-content .bg .cirlces {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .homepage .center-content .bg .cirlces::before,
  .homepage .center-content .bg .cirlces::after {
    content: '';
    display: block;
    height: 10rem;
    width: 4.5rem;
    width: 23rem;
    margin: -5rem -4.5rem;
    background: #fff;
    position: absolute;
    top: 50%;
  }
  .homepage .center-content .bg .cirlces::before {
    right: 118.1818181818%;
    border-radius: 0 10rem 10rem 0;
  }
  .homepage .center-content .bg .cirlces:after {
    left: 118.1818181818%;
    border-radius: 10rem 0 0 10rem;
  }
}
@media (min-width: 992px) {
  .homepage .center-content .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .homepage .center-content .col-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 61.8571428571%;
    flex: 1 1 61.8571428571%;
    max-width: 61.8571428571%;
  }
  .homepage .center-content .col-left-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(100% - 2.55rem);
  }
  .homepage .center-content .col-left-inner > * {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .homepage .center-content .col-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 35.7142857143%;
    flex: 1 1 35.7142857143%;
    max-width: 35.7142857143%;
  }
}
.homepage .center-content .caption {
  margin-bottom: 0.75rem;
  font-family: 'Bree Serif', serif;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
}
@media (min-width: 992px) {
  .homepage .center-content .caption {
    text-align: left;
  }
}
.homepage .center-content .event-block {
  height: 24.75rem;
  margin: 0 0 1.5rem;
  background: #fff;
  border: 1px solid #646363;
  border-radius: 0.5rem;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 992px) {
  .homepage .center-content .event-block {
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 18.5rem);
    flex: 1 1 calc(100% - 18.5rem);
    max-width: calc(100% - 18.5rem);
  }
}
.homepage .center-content .banner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 17rem;
  margin: 0 auto 1rem;
  padding: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 0.83rem;
  line-height: 1.49970006;
  text-align: center;
  background: #f15a27;
  border: 1px solid #fcd97b;
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .homepage .center-content .banner-block {
    -webkit-box-flex: 17rem;
    -ms-flex: 17rem;
    flex: 17rem;
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .homepage .center-content .banner-block {
    border-width: 2px;
  }
}
.homepage .center-content .banner-block p {
  margin: 0;
}
.homepage .center-content .banner-block .image {
  background: #d24616;
  margin: 2.5rem 0;
  padding: 0 1.75rem;
}
.homepage .center-content .banner-block .image a {
  display: block;
  position: relative;
  text-decoration: none !important;
}
.homepage .center-content .banner-block .image a::before {
  content: 'VIEW NOW';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5.6rem;
  height: 5.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  background: #60b64d;
  -webkit-box-shadow: 0.35rem 0.35rem 0.2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0.35rem 0.35rem 0.2rem rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transform: rotate(-8.5deg);
  transform: rotate(-8.5deg);
  position: absolute;
  top: 0.9rem;
  left: -1.11rem;
  z-index: 2;
}
.homepage .center-content .banner-block .image img {
  max-width: 100%;
  height: auto;
  margin: -1.5rem 0;
  -webkit-transform: rotate(3.8deg);
  transform: rotate(3.8deg);
  -webkit-box-shadow: 0.35rem 0.35rem 0.2rem rgba(0, 0, 0, 0.35),
    0 0 0.45rem rgba(0, 0, 0, 0.15);
  box-shadow: 0.35rem 0.35rem 0.2rem rgba(0, 0, 0, 0.35),
    0 0 0.45rem rgba(0, 0, 0, 0.15);
}
.homepage .center-content .banner-block .text {
  padding: 0.5rem 0 0.25rem;
}
.homepage .center-content .banner-block .title {
  font-family: inherit;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.homepage .center-content .gallery-block {
  max-width: 500px;
  margin: auto;
}
.homepage .center-content .gallery-block ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.25rem;
  margin-left: -0.25rem;
  margin-top: -0.5rem;
  margin-bottom: 0;
}
.homepage .center-content .gallery-block ul li {
  position: relative;
  width: 100%;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-top: 0.5rem;
}
.homepage .center-content .gallery-block img {
  max-width: 100%;
  height: auto;
}
.homepage .action-block {
  padding: 1.8rem 0;
  font-family: 'Bree Serif', serif;
  font-size: 1.49rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #515151;
}
.homepage .action-block .caption {
  font-size: 1.7rem;
  color: #80a617;
}
.homepage .lower-photo .container {
  position: relative;
}
.homepage .lower-photo img {
  width: 100%;
  height: auto;
}
.homepage .lower-photo .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  font-size: 2.26rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.4),
    0 0 0.9rem rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
@media (min-width: 1200px) {
  .homepage .lower-photo .text {
    font-size: 3.02rem;
  }
}
.homepage .lower-photo .wrapper {
  margin-left: -325px;
  margin-right: -325px;
  position: relative;
}
@media (min-width: 768px) {
  .homepage .lower-photo .wrapper {
    margin-left: -225px;
    margin-right: -225px;
  }
}
@media (min-width: 1200px) {
  .homepage .lower-photo .wrapper {
    margin-left: -18.5714285714%;
    margin-right: -18.5714285714%;
  }
}

@media (max-width: 991px) {
  ::-webkit-scrollbar {
    display: none;
  }
}

/*-----------------------------------------------------------------------------------*/
/* Fix IE11
/*-----------------------------------------------------------------------------------*/

.fix-ie11 .homepage .header-center .contact .phone {
  height: 1em;
}

.fix-ie11 .menu li:hover > .submenu {
  display: block;
}
.fix-ie11 .top-menu .menu {
  width: calc(100% + 1rem);
}
.fix-ie11 .top-menu .menu > li {
  -webkit-box-flex: 33%;
  -ms-flex: 33%;
  flex: 33%;
  max-width: 33%;
}
.fix-ie11 .top-menu .menu > li > .submenu {
  margin-top: -0.2rem;
}
.fix-ie11 .center-menu .menu > li:hover > a {
  background: #869f37;
}
.fix-ie11 .main-menu .menu > li > .submenu {
  margin-top: -0.4rem;
}
.fix-ie11 .listing-header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fix-ie11 .listing-categories {
  display: none;
}
.fix-ie11 .listing-item .data {
  padding-left: 1rem;
}
.fix-ie11 .listing-item .description {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.fix-ie11 .homepage .top-menu .menu {
  display: block;
}
.fix-ie11 .homepage .top-menu .menu > li {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
}
.fix-ie11 .homepage .top-menu .menu > li > .submenu {
  margin-top: -0.4rem;
}
.fix-ie11 .homepage .main-menu .menu > li > .submenu {
  margin-top: -0.25rem;
}
.fix-ie11 .homepage .header-home .now-weather {
  display: block;
}
.fix-ie11 .homepage .site-content::before {
  display: none;
}
.fix-ie11 .homepage .center-content .banner-block .image {
  margin-bottom: -1.5rem;
  background: transparent;
}
.fix-ie11 .homepage .center-content .banner-block .image a {
  background: rgba(255, 0, 0, 0.2);
  z-index: 1;
}
.fix-ie11 .homepage .center-content .banner-block .image a::after {
  content: '';
  display: block;
  background: #d24616;
  position: absolute;
  top: 0;
  left: -1.75rem;
  right: -1.75rem;
  bottom: 0;
  z-index: -1;
}

.fix-ie11 .contact {
  align-items: stretch;
}

/* CUSTOM CSS */

.plan-button {
  visibility: hidden;
}

.videocontainer {
  text-align: center;
}

.parallax {
  min-height: 590px;
}

.main-menu .menu:li {
  font-size: 100px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

#venusearch caption {
  caption-side: top;
}

.venusearch-wrapper {
  width: 100%;
  min-height: 575px;
  position: relative;
  overflow: auto;
}

#venusearch {
  width: 100%;
}

figcaption h5 a {
  color: #fff;
}

figcaption h5 a:hover {
  color: #fff;
}

.printmap {
  text-align: right;
}

.printmap a {
  color: #d42357;
}

.submitanevent {
  text-align: center;
}

.submitanevent a {
  color: #80a617;
}

.page-meeting-planner-planning-tools-services-directory .page-content ul {
  padding-left: 0;
  list-style: none;
}
.page-meeting-planner-planning-tools-services-directory .page-content ul li {
  padding-left: 1.75rem;
}
.page-meeting-planner-planning-tools-services-directory
  .page-content
  ul
  li::before {
  content: '\2022';
  float: left;
  margin-left: -1.75rem;
  font-family: 'Bree Serif Bold', serif;
  color: #9d183c;
}

.kenburns {
  -webkit-animation: kenburns 40s infinite;
  animation: kenburns 40s infinite;
}

@-webkit-keyframes kenburns {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) translate3d(0px, 0px, 0px)
      rotate(0.02deg);
    transform: scale3d(1.2, 1.2, 1.2) translate3d(0px, 0px, 0px) rotate(0.02deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, -0px, 0px)
      rotate(0.02deg);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, -0px, 0px)
      rotate(0.02deg);
    opacity: 0;
  }
}
@keyframes kenburns {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) translate3d(0px, -0px, 0px)
      rotate(0.02deg);
    transform: scale3d(1.2, 1.2, 1.2) translate3d(0px, -0px, 0px)
      rotate(0.02deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px)
      rotate(0.02deg);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, -0px, 0px)
      rotate(0.02deg);
    opacity: 0;
  }
}

.bounceIn {
  animation-delay: 4s;
}

.lightbox-91825945087166 {
  cursor: pointer;
  text-decoration: underline !important;
}

.weatherlink {
  text-decoration: none;
}

.now-weather img {
  height: 99px;
  z-index: -9999999;
}

.hvr-float {
  display: block;
}

/*.send-mail {
  display: none;
}*/

.buytickets {
  color: #515151;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
}

.buytickets img {
  width: 12px;
}

/* WING FEST PAGE */

.sponsorlogos {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.sponsorlogos img {
  width: 100%;
}

.page-wing-king-cook-off .page-body .bg .container::after {
  background: url(../images/bg-content-bottom-wing.png) 100% 100% no-repeat;
  height: 14.5rem;
  left: -25%;
  /**/
}

.page-wing-king-cook-off .page-subtitle:before {
  width: 27.77rem;
  height: 62.03rem;

  top: -39.8rem;
  right: 4rem;
  background-image: url(../images/chicken-wing-fest.png);
  content: '';
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  background-size: contain !important;
}

@media (max-width: 1800px) {
  .page-wing-king-cook-off .page-subtitle:before {
    right: -2rem;
  }
}

@media (max-width: 1300px) {
  .page-wing-king-cook-off .page-subtitle:before {
    right: -5rem;
  }
}

@media (max-width: 1100px) {
  .page-wing-king-cook-off .page-subtitle:before {
    top: -49rem;
  }
}

@media (max-width: 1000px) {
  .page-wing-king-cook-off .page-subtitle:before {
    top: -37rem;
    right: 0rem;
    width: 7.77rem;
  }

  .hideonmobile {
    display: none;
  }
}

.main-menu .submenu .wings a::before {
  display: none !important;
}

.img.mfp-img {
  background: #fff;
}

.artists li {
  text-align: center;
}

.group-button {
  display: block;
  margin-top: auto;
  padding: 0.5em 0.4em 0.4em;
  font-family: 'Bree Serif Bold', serif;
  font-size: 0.91rem;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  background: #f15a27;
  border: 2px solid #fff;
  border-radius: 5px;
  margin-top: 20px;
  width: 50%;
  margin: 0 auto;
}

.group-button:hover {
  text-decoration: underline !important;
}

.group-button2 {
  display: block;
  margin-top: auto;
  padding: 0.2em 0.4em 0.4em;
  font-family: 'Bree Serif Bold', serif;
  font-size: 0.91rem;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  background: #f15a27;
  border: 2px solid #fff;
  border-radius: 5px;
  width: 50%;
  padding: 10px;
  margin: 20px auto;
  cursor: pointer;
}

.group-button3 {
  display: block;
  margin-top: auto;
  padding: 0.2em 0.4em 0.4em;
  font-family: 'Bree Serif Bold', serif;
  font-size: 0.91rem;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  background: #d42357;
  border: 2px solid #fff;
  border-radius: 5px;
  width: 50%;
  padding: 10px;
  margin: 20px auto;
  cursor: pointer;
}

.greentitle {
  color: #80a617;
}

.shoppingvideos a::before {
  content: '';
  display: block;
  background: url(../images/play-video.png) 50% 50% no-repeat;
  background-size: 22.4719101124% auto;
  position: absolute;
  top: -20%;
  left: 0;
  right: 0;
  bottom: 0;
}

.shoppingvideos a {
  width: 100%;
}

.shoppingvideos img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.shoppingvideos li {
  text-align: center;
  font-weight: bold;
  color: #80a617;
}

.videoframe {
  border: 3px solid #d42357;
}

@media (max-width: 1400px) {
  .dineicon {
    width: 220%;
    margin-left: -63px;
    margin-top: -94px;
  }
}

.thanksgivinglist .add-button {
  display: none;
}

.hidefornow {
  display: none !important;
}

@media (max-width: 600px) {
  .hidefornow {
    display: block !important;
  }
}

.drakeeventimage {
  width: 100%;
}

.drakecolumns {
  margin-bottom: 40px;
}

.drakecolumns ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.drakecolumns li {
  display: inline-block;
  width: 15%;
  padding: 0;
  margin: 0;
}

.drakecolumns li img {
  width: 100%;
  padding: 10px;
}

.drakeframe-event1 {
  border: 5px solid #f15927;
  padding: 10px;
}

.drakeframe-event1 h2 {
  color: rgb(241, 90, 39);
}

.drakeframe-event2 h2 {
  color: #80a517;
}

.drakeframe-event2 {
  border: 5px solid #82a724;
  padding: 10px;
}

.eventphoto {
  position: relative;
}

.ticketcontainer {
  position: absolute;
  bottom: 20px;
  right: 285px;
  width: 300px;
}

@media (max-width: 600px) {
  .group-button2 {
    margin-bottom: 0;
  }
  .drakecolumns li {
    width: 30%;
  }
  .drakeframe-event1 h2,
  .drakeframe-event2 h2 {
    font-size: 16px;
  }

  .ticketcontainer {
    position: relative;
    /* width: 100%; */
    /* margin: 0; */
    margin-bottom: -15px;
    padding-top: 5px;
    left: 0;
    right: 0;
    width: 100%;
  }
}

.blogpreview {
  text-align: center;
  margin-top: 20px;
}

.blogpreview img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.blogpreview .h5 {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 10px;
}

.blogtitle {
  text-align: center;
  width: 75%;
  margin: auto;
  display: block;
}

.blogpreview .date {
  color: rgb(109, 110, 113);
  font-style: italic;
  line-height: 0;
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.blogtitle a {
  text-decoration: none;
}

.page-blog .page-excerpt {
  padding-bottom: 0.5rem;
}

.page-blog-article .page-excerpt {
  padding-bottom: 0.5rem;
}

.page-blog .columns:last-child {
  margin-bottom: 9rem;
}

.blogcontent {
  padding-bottom: 9rem;
}

.blogcontent ol li {
  margin-bottom: 30px;
  position: relative;
}

.blogcontent ol {
  display: table;
  font-size: 1.5rem;
  font-weight: bold;
  color: #9d183c;
}

.blogcontent .large {
  font-size: 2rem;
  margin-bottom: 20px;
}

.blogcontent strong {
  font-size: 1.5rem;
  color: #9d183c;
}

.blogcontent p {
  font-size: 1rem;
  font-weight: normal;
  color: grey;
}

.page-blog-article {
  overflow: hidden;
}

.blogcontent .blogimage {
  width: 50%;
  padding-right: 10px;
  padding-bottom: 10px;
  margin: auto;
  display: block;
}

.blogcontent .blogimageleft {
  width: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  display: block;
  border: 0 solid transparent;
  border-radius: 0.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.blogimageleft3 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  border-radius: 10px;
  display: block;
  border: 0 solid transparent;
  border-radius: 0.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-top: 20px;
}

.blogheading {
  color: #9d183c;
  font-size: 1.8rem;
  margin-top: 30px;
}

.blogheading2 {
  color: #779c26;
  font-size: 1.6rem;
  font-weight: bold;
}

.bingcard {
  width: 50%;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .bingcard {
    width: 80%;
    margin: auto;
    display: block;
  }
  .blogimageleft {
    width: 100% !important;
  }

  .blogcontent2 img {
    width: 100%;
  }

  .blogcontent2 iframe {
    width: 100%;
  }
}

.listing-titles {
  text-align: center;
  width: 100%;
}

.geolist li {
  color: #808080 !important;
  margin-bottom: 0px !important;
  font-size: 17px;
  font-weight: normal !important;
}

.geocachingblog iframe,
.geocachingframe {
  display: block;
  margin: auto;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.couponpopup h3 {
  color: #a41b41;
  font-size: 25px;
}

.couponpopup p {
  font-weight: normal;
  font-size: 18px;
}

.meetingvenuoutro {
  padding-top: 40px;
  font-size: 26px;
  padding-bottom: 40px;
  text-align: center;
}

.meetingvenuoutro strong {
  color: #9d183c;
}

.pagination {
  text-align: center;
  font-size: 35px;
}

.pagination a {
  padding: 30px;
}

.artisttouch .blogimageleft {
  height: 300px;
  width: auto;
  display: inline;
  padding-top: 10px;
}

.artisttouch2 .blogimageleft {
  height: 500px;
  width: auto;
  display: block;
  padding-top: 10px;
  margin: auto;
}

[class*='col-'] {
  float: left;
}

.grid {
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.col-2-3 {
  width: 33%;
}

.col-2-3 img {
  width: 100%;
  display: block;
  padding-right: 20px;
}
.col-1-3 {
  width: 66%;
}

.grid:after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 480px) {
  [class*='col-'] {
    float: none;
  }

  .grid {
    border-bottom: 1px solid black;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .col-2-3 {
    width: 100%;
  }

  .col-2-3 img {
    width: 100%;
    display: block;
    padding-right: 20px;
  }
  .col-1-3 {
    width: 100%;
  }

  .grid:after {
    content: '';
    display: table;
    clear: both;
  }
}

/*----- Blog Template Starts Here -----*/

.blog-img {
  height: 400px;
  width: 100%;
  z-index: 1;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1600px) {
  .blog-img {
    height: 300px;
  }
}

.img-title-bg {
  width: 55%;
  position: absolute;
  background-color: #d42358ce;
  padding: 20px;
  z-index: 1;
  text-align: center;
  color: white;
}

@media (max-width: 1900px) {
  .img-title-bg {
    width: 63%;
  }
}

.img-title-bg h1 {
  font-size: 2em;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
}

.colWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.colWrap .articleLinkWrap {
  width: 23%;
}

.colWrap .articleLinkWrap .linkHead {
  width: 100%;
  margin-bottom: 10px;
}

.colWrap .articleLinkWrap .linkHead h5 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #707070;
}

.colWrap .contentWrap {
  width: 72%;
  display: flex;
  flex-direction: column;
}

.colWrap .contentWrap .contentLead {
  width: 100%;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}

.colWrap .contentWrap .contentLead p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #f15a27;
  font-weight: bold;
}

.colWrap .contentWrap .contentPlain {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}

.colWrap .contentWrap .contentPlain .topBlock {
  width: 100%;
  display: flex;
  object-fit: cover;
  justify-content: space-between;
}

.colWrap .contentWrap .contentPlain .topBlock .imgLeft {
  width: 33%;
  object-fit: contain;
}

.colWrap .contentWrap .contentPlain .topBlock .textRight {
  width: 63%;
}

.colWrap .contentWrap .contentPlain .topBlock .textRight h4 {
  color: #86a624;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.colWrap .contentWrap .contentPlain .topBlock .textRight p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.colWrap .contentWrap .contentPlain .lowText {
  margin-top: 30px;
}

.colWrap .contentWrap .contentPlain .lowText p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.colWrap .contentWrap .contentPlain .lowText p .tailText {
  margin-top: 10px;
}

.tailText a {
  color: #86a624;
}
.tailText a:visited {
  color: #86a624;
}

.contentWrap .orangeBox {
  width: 100%;
  background-color: #f15a27;
  display: flex;
  justify-content: space-between;
}

.orangeBox a {
  color: white;
}

.orangeBox a:visited {
  color: white;
}

.textLeft {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contentWrap .orangeBox .textLeft .textPad {
  width: 85%;
}

.contentWrap .orangeBox .textLeft .textPad h4 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: white;
  margin-top: 15px;
  margin-bottom: 20px;
}

.contentWrap .orangeBox .textLeft .textPad p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: white;
}

.contentWrap .orangeBox .imgRightFifty {
  width: 50%;
  object-fit: contain;
  align-self: flex-start;
}

@media (max-width: 600px) {
  .contentWrap .orangeBox {
    flex-direction: column-reverse;
  }

  .contentWrap .orangeBox .textLeft {
    width: 100%;
  }

  .contentWrap .orangeBox .imgRightFifty {
    width: 100%;
  }

  .colWrap .articleLinkWrap {
    display: none;
  }

  .colWrap .contentWrap {
    width: 100%;
  }

  .img-title-bg h1 {
    font-size: 1.7em;
  }
}

.colWrap .contentWrap .contentPlainSingle {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.colWrap .contentWrap .contentPlainSingle .imgLeftWide {
  width: 59%;
  object-fit: cover;
}

.colWrap .contentWrap .contentPlainSingle .textRightNarrow {
  width: 37%;
}

.colWrap .contentWrap .contentPlainSingle .textRightNarrow h4 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #d42357;
}

.colWrap .contentWrap .contentPlainSingle .textRightNarrow p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 10px;
}

.textRightNarrow p a {
  color: #d42357;
}

.textRightNarrow p a:visited {
  color: #d42357;
}

.contentWrap .twinStackGreen {
  width: 100%;
  background-color: #86a624;
  margin-top: 50px;
}

.contentWrap .twinStackGreen .topStack {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.contentWrap .twinStackGreen .topStack .topTextRight {
  width: 50%;
}

.contentWrap .twinStackGreen .topStack .topTextRight .topPadBox {
  width: 80%;
  margin: 0 auto;
  padding-top: 40px;
}

.contentWrap .twinStackGreen .topStack .topTextRight .topPadBox h4 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: white;
}

.contentWrap .twinStackGreen .topStack .topTextRight .topPadBox p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: white;
}

.contentWrap .twinStackGreen .topStack .topImgLeft {
  width: 50%;
}

.contentWrap .twinStackGreen .topStack .topImgLeft .topStackImg {
  object-fit: cover;
  width: 99.99%;
  align-self: flex-end;
  margin-left: 1px;
}

.contentWrap .twinStackGreen .bottomStack {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  margin-top: -40px;
}

.contentWrap .twinStackGreen .bottomStack .BottomTextRight {
  width: 60%;
  padding: 50px 40px 0 50px;
}

.contentWrap .twinStackGreen .bottomStack .BottomTextRight p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: white;
  padding-top: 10px;
}

.contentWrap .twinStackGreen .bottomStack .BottomImgLeft {
  width: 35%;
  object-fit: contain !important;
}

.contentWrap .twinStackGreen .bottomStack .BottomImgLeft img {
  max-width: 100%;
}

@media (max-width: 1600px) {
  .contentWrap .twinStackGreen .bottomStack .BottomImgLeft {
    width: 38%;
    object-fit: contain;
  }

  .contentWrap .twinStackGreen .bottomStack .BottomTextRight {
    width: 60%;
    padding: 50px 10px 0 35px;
  }
}

@media (max-width: 1200px) {
  .contentWrap .twinStackGreen .bottomStack {
    margin-top: -280;
  }

  .contentWrap .twinStackGreen .bottomStack .BottomImgLeft {
    width: 42%;
    margin-top: -180;
  }

  .contentWrap .twinStackGreen .bottomStack .BottomTextRight {
    width: 55%;
    padding: 30px 10px 0 30px;
  }
}

.colWrap .contentWrap .contentPlainSingle .imgLeftFifty {
  width: 49%;
  object-fit: cover;
}

.colWrap .contentWrap .contentPlainSingle .textRightFifty {
  width: 49%;
  padding-left: 20px;
}

.colWrap .contentWrap .contentPlainSingle .textRightFifty h4 {
  color: #f15a27;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.colWrap .contentWrap .contentPlainSingle .textRightFifty p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.textRightFifty p a {
  color: #f15a27;
}

.textRightFifty p a:visited {
  color: #f15a27;
}

.contentWrap .redBoxFifty {
  width: 100%;
  display: flex;
  background-color: #d42357;
  margin-top: 50px;
}

.contentWrap .redBoxFifty .textLeft {
  width: 50%;
}

.contentWrap .redBoxFifty .textLeft h4 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: white;
  margin: 40px 40px 10px 40px;
}

.contentWrap .redBoxFifty .textLeft p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: white;
  margin: 0 40px;
}

.contentWrap .redBoxFifty .imgRight {
  width: 50%;
  object-fit: cover;
}

.contentWrap .plainImgSmall {
  width: 100%;
  display: flex;
  margin: 50px 0;
  /*border-bottom: 1px solid #707070;*/
  padding-bottom: 40px;
}

.contentWrap .plainImgSmall .imgLeftSmall {
  width: 45%;
  object-fit: cover;
}

.contentWrap .plainImgSmall .textRightLarge {
  width: 55%;
  padding: 40px 0 0 40px;
}

.contentWrap .plainImgSmall .textRightLarger {
  width: 55%;
  padding: 40px 0 0 40px;
}

.contentWrap .plainImgSmall .textRightLarge h4 {
  color: #86a624;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contentWrap .plainImgSmall .textRightLarge p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contentWrap .plainImgSmall .textRightLarge p a {
  color: #86a624;
}

.contentWrap .plainImgSmall .textRightLarge p a:visited {
  color: #86a624;
}

.contentWrap .fullText {
  width: 100%;
  margin-bottom: 50px;
}

.fullText p {
  color: #f15a27;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.fullText a:visited {
  color: #f15a27 !important;
}

.linkBox {
  width: 100%;
  padding-top: 10px;
  border-top: 1px dotted #707070;
}

.linkBox p {
  color: #d42357;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.linkBox p a:visited {
  color: #d42357;
}

.linkBox .linkText:hover {
  cursor: pointer;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .topBlock {
    flex-direction: column;
  }

  .colWrap .contentWrap .contentPlain .topBlock .imgLeft {
    width: 95%;
  }

  .colWrap .contentWrap .contentPlain .topBlock .textRight {
    width: 95%;
  }
}

.announce {
  width: 30%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

.line {
  font-weight: bold;
}

.orangeLow {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}

.orangeBoxTop {
  display: flex;
  flex-direction: column;
  background-color: #f15a27;
  color: white;
}

/* Slideshow container */
.slideshow-contain {
  max-width: 1000px;
  position: relative;
  margin: auto;
  border: 3px solid #d42357;
  border-radius: 10px;
}

.slideshow-contain img {
  border-radius: 8px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Fading animation */
.faded {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* hover effect */

.menu li {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.menu li:active,
.menu li:focus,
.menu li:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.submenu li {
  width: 100%;
}

.passportlogo {
  width: 25% !important;
  display: block !important;
  padding-top: 100px !important;
  margin: auto !important;
}

/*@media (max-width: 768px) { 
	width:  15% !important;
	padding-top: 200px !important;
}
*/

.door {
  width: 195px;
  padding-right: 5px;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .door {
    width: 155px;
    position: relative;
    right: -25px;
  }

  .doorMenu li a {
    padding: 5px 4px !important;
  }
}

.bubbleWrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.bubbleQWrap {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 30px 0 20px;
  border-bottom: 1px dashed black;
  text-align: left;
}

.bubbleQ {
  width: 30%;
}

.bubbleA {
  width: 60%;
}

.bubbleA ol {
  margin-left: -23px;
}

.bubbleA ul {
  margin-left: -5px;
}

.bubbleA li {
  margin-bottom: 15px;
}

.bubbleQ p {
  color: #80a617;
}

@media (max-width: 991px) {
  .dineicon {
    display: none;
  }

  .dineiconFull {
    display: block;
  }

  .menu-dine2 {
    background: #f15a27 !important;
  }

  .christmaspromotion .thanksgivinglist li {
    max-width: 95% !important;
    flex: 0 0 95% !important;
  }
}

.tableWrap {
  width: 90%;

  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 250px;
}

.tableCell {
  width: 48%;
  padding: 25px;
  min-width: 350px;
}

.tableCell table {
  width: 100%;
}

th {
  text-align: center;
  color: white;
}

.tableCell:nth-child(odd) th {
  background-color: #f15a27;
}

.tableCell:nth-child(even) th {
  background-color: #d42357;
}

.tableCell tbody tr:nth-child(even) {
  background-color: #eeffbb;
}

.tableCell tbody td {
  width: 50%;
}

.imgW100 img {
  width: 100%;
}

.grid3half .listing-header {
  background: #93183c;
  display: block;
}

.gridItem3 {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
}

.grid3half {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 28px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.grid3half .listing-header h3 {
  display: block;
  max-width: 100%;
  text-align: left;
}

.grid3half .gridItemRight .listing-header h3 {
  text-align: center;
}

.gridItemRight {
  border-left: 1px dotted;
  padding-left: 30px;
}

@media (max-width: 768px) {
  .grid3half {
    display: block;
  }

  .gridItemRight {
    border: none;
    padding-left: 0;
    margin-top: 50px;
  }

  .gridItem3 {
    display: block;
  }
}

.white-popup-block {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.white-popup-block h1 {
  color: #80a617;
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1;
  /*    text-align: center;*/
}

.white-popup-block img {
  width: 100%;
  width: 200px;
  margin: auto;
  display: block;
}

/*.bites-page .description {
	display: none;
}*/

.march-tab {
  margin-top: 10px;
}

.march-tab tr td {
  padding-right: 100px;
  padding-bottom: 20px;
  max-width: 650px;
}

.march-tab tr {
  vertical-align: baseline;
}

.blog-table td {
  padding-right: 20px;
}

.may2024 h4 {
  color: #39a8f8;
}

.may2024 img {
  width: 50%;
  padding: 20px 0;
}

.may2024 img:nth-of-type(6) {
  width: 25%;
}

.blog-summer span {
  color: rgb(212, 35, 87);
  font-size: 26px;
  font-weight: 700;
}`
