/*
Theme Name: National Day of Remembrance
Description: Custom built for the National Day of Remembrance
Version: 1.0
*/
.font-sans {
  font-family: "Nunito Sans", sans-serif; }

.has-white-background-color {
  background-color: #fff; }

.has-black-background-color {
  background-color: #000; }

.has-blue-background-color {
  background-color: #48539d; }

.has-red-background-color {
  background-color: #da4644; }

.has-gray-background-color {
  background-color: #e0e0e0; }

.has-gray-partial-background-color {
  background-color: rgba(224, 224, 224, 0.75); }

.has-gray-dark-background-color {
  background-color: #353535; }

.has-gray-light-background-color {
  background-color: #f1f1f1; }

.has-dark-background-color {
  background-color: #343a40; }

.has-green-background-color {
  background-color: #6e9a72; }

.has-green-dark-background-color {
  background-color: #00983d; }

.has-black-color {
  color: #000; }

.has-dark-color {
  color: #343a40; }

.has-white-color {
  color: #fff; }

.has-blue-color {
  color: #48539d; }

.has-red-color {
  color: #da4644; }

.has-yellow-color {
  color: #d4e000; }

.has-green-color {
  color: #6e9a72; }

.has-gray-color {
  color: #e0e0e0; }

.has-gray-light-color {
  color: #f1f1f1; }

.has-gray-dark-color {
  color: #353535; }

.has-gray-alt-color {
  color: #828282; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

img.alignleft,
img.alignright {
  float: none;
  margin: 0; }

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.mejs-container {
  margin-bottom: 1.5em; }

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0; }

.wp-playlist {
  padding: 0.625em 0.625em 0.3125em; }

.wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700; }

.wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal; }

.wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase; }

.wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer; }

.wp-playlist-item:last-of-type {
  border-bottom: none; }

.wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none; }

.wp-playlist-item a,
.wp-playlist-item a:focus,
.wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent; }

.wp-playlist-item-length {
  top: 5px; }

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%; }

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%); }

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0; }

button {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: button; }

.wp-block-button__link {
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 16px; }
  .wp-block-button__link.has-red-background-color:hover {
    background: #f44336; }
  .wp-block-button__link.has-dark-background-color:hover {
    background: #626d78; }
  .wp-block-button__link.has-white-background-color:hover {
    background: #626d78;
    color: #fff; }

.btn-block .wp-block-button__link {
  width: 100%; }

.btn,
.wp-block-button__link {
  font-family: "Work Sans", sans-serif;
  border-radius: 25px; }
  .btn.btn-up,
  .wp-block-button__link.btn-up {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px; }
  .btn.btn-pad,
  .wp-block-button__link.btn-pad {
    padding-right: 35px;
    padding-left: 35px; }
  .btn.btn-social,
  .wp-block-button__link.btn-social {
    border-radius: 50%;
    width: 42px;
    height: 42px; }
  .btn.btn-min,
  .wp-block-button__link.btn-min {
    min-width: 125px; }
  .btn.btn-gray-dark,
  .wp-block-button__link.btn-gray-dark {
    color: #fff;
    background: #353535;
    border: none; }
    .btn.btn-gray-dark:hover,
    .wp-block-button__link.btn-gray-dark:hover {
      background: #e0e0e0;
      color: #fff; }
  .btn.btn-green,
  .wp-block-button__link.btn-green {
    color: #fff;
    background: #6e9a72;
    border: none; }
    .btn.btn-green:hover,
    .wp-block-button__link.btn-green:hover {
      background: #00983d;
      color: #fff; }
  .btn.btn-yellow,
  .wp-block-button__link.btn-yellow {
    color: #000;
    background: #d4e000;
    border: 1px solid transparent; }
    .btn.btn-yellow:hover,
    .wp-block-button__link.btn-yellow:hover {
      background: #ccd100;
      color: #000;
      border: 1px solid #000; }
  .btn.btn-light-outline,
  .wp-block-button__link.btn-light-outline {
    background: #f1f1f1;
    border: 1px solid #000;
    color: #000;
    min-width: 125px;
    border-radius: 0; }
  .btn.btn-blue,
  .wp-block-button__link.btn-blue {
    background: #48539d;
    border: none;
    color: #fff; }
    .btn.btn-blue:hover,
    .wp-block-button__link.btn-blue:hover {
      background: #38417a; }
  .btn.btn-red,
  .wp-block-button__link.btn-red {
    background: #da4644;
    border: none;
    color: #fff; }
    .btn.btn-red:hover,
    .wp-block-button__link.btn-red:hover {
      background: #f44336; }
  .btn.btn-facebook,
  .wp-block-button__link.btn-facebook {
    background: #3b5998;
    border: none;
    color: #fff; }
    .btn.btn-facebook:hover,
    .wp-block-button__link.btn-facebook:hover {
      background: #264077; }
  .btn.btn-twitter,
  .wp-block-button__link.btn-twitter {
    background: #00aced;
    border: none;
    color: #fff; }
    .btn.btn-twitter:hover,
    .wp-block-button__link.btn-twitter:hover {
      background: #1dcaff; }
  .btn.btn-linkedin,
  .wp-block-button__link.btn-linkedin {
    background: #0173b1;
    border: none;
    color: #fff; }
    .btn.btn-linkedin:hover,
    .wp-block-button__link.btn-linkedin:hover {
      background: #0194e4; }
  .btn.btn-dark:hover,
  .wp-block-button__link.btn-dark:hover {
    background-color: #626d78;
    border-color: #626d78; }
  .btn.btn-light:hover,
  .wp-block-button__link.btn-light:hover {
    background-color: #626d78;
    border-color: #626d78;
    color: #fff; }

.btn-light:hover {
  background-color: #d0d1d2;
  border-color: #d0d1d2; }

#comments {
  clear: both;
  padding: 2em 0 0.5em; }

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em; }

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0; }

.comment-list li:before {
  display: none; }

.comment-body {
  margin-left: 65px; }

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2; }

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px; }

.comment-author .says {
  display: none; }

.comment-meta {
  margin-bottom: 1.5em; }

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase; }

.comment-metadata a {
  color: #767676; }

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em; }

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em; }

.comment-reply-link {
  font-weight: 800;
  position: relative; }

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em; }

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px; }

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px; }

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic; }

.comments-pagination {
  margin: 2em 0 3em; }

.form-submit {
  text-align: right; }

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
  margin: 0 4px 0 1px !important; }

.gform_button.button {
  text-transform: uppercase;
  font-size: 16px !important;
  background: #da4644;
  color: #fff;
  padding: 5px 25px;
  border-radius: 25px;
  border: none;
  font-weight: 800;
  font-family: "Work Sans", sans-serif;
  margin: 0 auto !important;
  display: block !important; }
  .gform_button.button:hover {
    background: #f44336;
    cursor: pointer; }

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

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
  font-family: "Caudex", serif; }
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
  font-family: "Caudex", serif; }
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
  font-family: "Caudex", serif; }
input:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
  font-family: "Caudex", serif; }

/* Radio button large style
#input_formid_fieldid.gfield_radio li {
  background: $blue;
  padding: 10px !important;
  border-radius: 15px;
  label {
    color: $white;
  }
}

@media (min-width: 768px) {
  #input_formid_fieldid.gfield_radio li {
    display: inline-block;
    width: 20%;
    margin-right: 20px;
  }
}
*/
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-fixed {
  background-attachment: fixed; }

.hover-shadow {
  transition: 0.5s box-shadow;
  -webkit-transition: 0.5s box-shadow; }
  .hover-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Caudex", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.66; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4em;
  margin: 0 0 0.25em;
  padding: 1em 0 0;
  font-family: "Caudex", serif; }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0; }

h1 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1em; }

h2 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1em; }

h3 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1em; }

h4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1em; }

h5 {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1em; }

h6 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 1px; }

p {
  margin: 0 0 1.5em;
  font-size: 1rem;
  padding: 0;
  font-family: "Caudex", serif;
  color: #000;
  font-weight: 300; }

blockquote {
  color: #000;
  font-size: 1rem;
  padding: 0 0 0 20px;
  font-family: "Caudex", serif;
  overflow: hidden;
  border-left: 3px solid #ddd; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

a {
  color: #da4644; }
  a:hover {
    color: #c42927; }

.font-cursive {
  font-family: "Tangerine", cursive; }

.line-height-sm {
  line-height: 1.2em; }

.line-height-regular {
  line-height: 1.4em; }

.font-thin {
  font-weight: 300; }

.font-regular {
  font-weight: 500; }

.font-bold,
strong {
  font-weight: 700; }

.letter-spacing {
  letter-spacing: 1px; }

.font-size-12 {
  font-size: 12px; }

.font-size-14 {
  font-size: 14px; }

.font-size-16 {
  font-size: 16px; }

.font-size-20 {
  font-size: 20px; }

.font-size-22 {
  font-size: 22px; }

.font-size-24 {
  font-size: 24px; }

.font-size-26 {
  font-size: 26px; }

.font-size-28 {
  font-size: 28px; }

.font-size-36 {
  font-size: 36px; }

.font-size-45 {
  font-size: 45px; }

article h2 {
  font-weight: 800;
  margin-bottom: 15px; }
article h3 {
  font-weight: 800;
  margin-bottom: 15px; }
article p {
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 1em; }
article a {
  text-decoration: underline; }
  article a:hover {
    text-decoration: underline; }
  article a.btn {
    text-decoration: none; }
article ul,
article ol {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 300; }

.wp-block-group .wp-block-group__inner-container p:last-of-type {
  margin-bottom: 0; }

blockquote.wp-block-quote {
  border-left: none;
  overflow: inherit;
  padding-left: 30px; }
  blockquote.wp-block-quote p {
    font-size: 18px;
    font-weight: 500; }
  blockquote.wp-block-quote::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    content: "\f10d";
    color: #03acdc;
    margin-left: -52px;
    float: left;
    font-size: 40px;
    margin-top: -21px;
    opacity: .3; }

.fi-accordion > .card {
  background: transparent;
  border: none !important; }
  .fi-accordion > .card .card-header {
    background: #f1f1f1;
    border-radius: 10px;
    margin-top: 10px;
    border: none !important;
    padding: 0; }
  .fi-accordion > .card .card-body p:last-of-type {
    margin-bottom: 0; }
  .fi-accordion > .card:hover .card-header {
    background: #ddd; }
.fi-accordion h2 {
  border-bottom: 0; }
  .fi-accordion h2 button {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-align: left;
    letter-spacing: 1px;
    text-decoration: none !important; }
.fi-accordion .btn {
  box-shadow: none !important;
  padding: 1.25rem 1.75rem; }
  .fi-accordion .btn:hover {
    color: #000; }

.fi-accordion .btn[aria-expanded="false"] .fa-chevron-circle-right {
  display: block; }

.fi-accordion .btn[aria-expanded="true"] .fa-chevron-circle-right {
  display: none; }

.fi-accordion .btn[aria-expanded="false"] .fa-chevron-circle-down {
  display: none; }

.fi-accordion .btn[aria-expanded="true"] .fa-chevron-circle-down {
  display: block; }

.wp-block-group .wp-block-columns {
  max-width: 1140px;
  margin: 0 auto; }

.wp-block-column {
  padding-right: 15px;
  padding-left: 15px; }

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
  border-radius: 25px !important; }

body {
  scroll-behavior: smooth;
  margin-top: 65px; }
  body.admin-bar #main-nav {
    top: 32px; }
  body.parent-pageid-995, body.page-id-995 {
    margin-top: 141px; }

#main-nav .navbar-nav .nav-item {
  padding: 0 15px; }
#main-nav .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  border-radius: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent; }
  #main-nav .navbar-nav .nav-link:hover {
    background: none;
    color: #fff;
    border-bottom: 3px solid #da4644; }

.nav-title .font-cursive {
  font-size: 30px; }

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #6e9a72; }

#footer ul {
  list-style: none;
  padding-left: 0; }
  #footer ul a {
    color: #999; }
    #footer ul a:hover {
      color: #fff;
      text-decoration: none; }

.gallery-card {
  border: none; }
  .gallery-card .card-text-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(72, 83, 157, 0.6);
    opacity: 0;
    transition: 0.3s all;
    -webkit-transition: 0.3s all; }
  .gallery-card:hover .card-text-overlay {
    opacity: 1; }

.term-description p {
  font-size: 18px; }

.logo-featured {
  width: 400px; }

.page-banner-title {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.page-banner-image img {
  max-height: 513px;
  object-fit: cover; }

.image-gradient::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }

.wp-block-gallery .blocks-gallery-item__caption {
  display: none; }

#baguetteBox-overlay .full-image img {
  max-height: 95%; }

.fi-downloads-block a {
  text-decoration: none;
  font-size: 18px; }

.min-width-210 {
  min-width: 210px; }

.video-exterior {
  overflow: hidden; }
  .video-exterior .video-interior .iframe-container {
    position: initial;
    padding-top: 0; }
  .video-exterior .video-interior iframe,
  .video-exterior .video-interior video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top left; }
  .video-exterior .video-text-overlay {
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    height: 75vh; }
    .video-exterior .video-text-overlay p {
      font-size: 40px;
      font-weight: 400;
      color: #fff;
      line-height: 1.2em;
      max-width: 800px;
      margin: 0 auto;
      text-align: center; }
    .video-exterior .video-text-overlay .font-cursive {
      font-size: 54px; }

.height-40 {
  min-height: 40px; }

#mainvid {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%; }

#mainvidtext {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px; }

.rounded-lg {
  border-radius: 25px !important; }

footer a {
  text-decoration: underline; }

.is-style-rose-background {
  background-repeat: no-repeat;
  background-position: 120% 60px;
  background-image: url("/wp-content/themes/day/assets/images/rose.svg"); }
  .is-style-rose-background .wp-block-group__inner-container {
    background-color: rgba(255, 255, 255, 0.7);
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

.has-rose-bg {
  background-repeat: no-repeat;
  background-position: 120% 60px;
  background-image: url("/wp-content/themes/day/assets/images/rose.svg"); }

.rose-filter {
  background-color: rgba(255, 255, 255, 0.7); }

.is-style-rose-center-background {
  background-repeat: no-repeat;
  background-position: 33%;
  background-size: 36%;
  background-image: url("/wp-content/themes/day/assets/images/rose_flip.svg"); }
  .is-style-rose-center-background .wp-block-group__inner-container {
    background-color: rgba(255, 255, 255, 0.7);
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

.has-rose-flip-bg {
  background-repeat: no-repeat;
  background-position: 33%;
  background-size: 36%; }

.has-rose-bg-site {
  background-repeat: no-repeat;
  background-position: 120% 94%;
  background-size: 600px; }

.modal-radius {
  border-radius: 25px !important; }
  .modal-radius img {
    border-top-right-radius: 25px !important;
    border-top-left-radius: 25px !important; }
  .modal-radius .close {
    position: absolute;
    right: 20px;
    top: 16px; }

.mapp-layout {
  margin: 0 !important; }

.mapp-search {
  padding: 8px; }

.mapp-search input.mapp-places {
  padding-left: 10px;
  height: 50px;
  font-size: 20px;
  font-weight: 800; }

button:focus:not(:focus-visible) {
  box-shadow: none; }

.mapp-iw .mapp-body {
  max-width: 275px; }

.mapp-list .mapp-item {
  display: block !important; }

.mapp-list .mapp-item .mapp-title {
  font-weight: 700 !important; }

.mapp-iw .mapp-body {
  margin-top: 2px;
  margin-bottom: 2px; }

.mapp-iw * {
  font-size: 14px; }

.mapp-iw a,
.mapp-iw a:link {
  color: #da4644 !important; }
  .mapp-iw a:hover,
  .mapp-iw a:link:hover {
    text-decoration: underline !important; }

.red-border-left {
  border-left: 10px solid #da4644 !important; }

.dt-buttons.btn-group.flex-wrap {
  float: left; }

@media (max-width: 767px) {
  body.admin-bar #main-nav {
    top: 46px; }

  body {
    margin-top: 65px; }

  .bg-fixed {
    background-attachment: scroll; }

  img.alignleft,
  img.alignright {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block; }

  .font-size-mobile-14 {
    font-size: 14px; }

  .font-size-24 {
    font-size: 18px; }

  .nav-logo {
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    margin-top: -10px; }

  .gallery-card .card-text-overlay {
    opacity: 1; }
  .gallery-card img {
    border: none !important; }

  .nav-title {
    font-size: 18px !important; }

  .has-rose-bg,
  .has-rose-bg-site,
  .is-style-rose-background {
    background-position: -51px 110%; }

  .video-exterior .video-text-overlay p {
    font-size: 24px;
    padding: 0 20px; }
    .video-exterior .video-text-overlay p .font-cursive {
      font-size: 32px; }

  .video-exterior .video-text-overlay {
    height: 55vh; }

  #menu-menu {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px; }

  #main-nav .navbar-nav .nav-link {
    padding: 5px 0; }

  #main-nav .form-inline {
    text-align: center;
    display: block;
    padding-bottom: 10px; }

  #search-nav form {
    display: block;
    width: 100%;
    padding: 0; }
    #search-nav form .btn {
      width: 100%;
      margin-top: 10px; }

  .has-rose-flip-bg,
  .is-style-rose-center-background {
    background-position: 120px 112%;
    background-size: 100%; }

  iframe.wp-embedded-content {
    width: auto !important; }

  .page-banner-title h1 {
    font-size: 30px;
    padding-right: 8px;
    padding-left: 8px; }

  article p,
  article ol,
  article ul {
    font-size: 18px; }
  article h2 {
    font-size: 30px; } }
@media (min-width: 576px) {
  .modal-dialog {
    margin: 2.5rem auto; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .nav-logo {
    margin-bottom: 0;
    padding: 0;
    border-radius: 0; }

  body {
    margin-top: 62px; }

  #main-nav .container {
    max-width: 100%; } }
@media (min-width: 783px) and (max-width: 1199px) {
  body.admin-bar #main-nav {
    top: 32px; } }
@media (min-width: 1200px) and (max-width: 1299px) {
  #main-nav .navbar-nav .nav-link {
    font-size: 14px; }

  .nav-title {
    font-size: 20px !important; }

  body {
    margin-top: 51px; }

  #main-nav .navbar-nav .nav-item {
    padding: 0 7px; }

  #main-nav .btn {
    font-size: 14px; } }
@media (min-width: 1300px) and (max-width: 1460px) {
  .nav-title {
    font-size: 24px !important; }

  body {
    margin-top: 55px; }

  #main-nav .navbar-nav .nav-item {
    padding: 0 11px; }

  #main-nav .btn {
    font-size: 14px; } }
@media (min-width: 1300px) {
  .banner-overlay .banner-title {
    font-size: 3rem; }

  .container-wide {
    max-width: 1500px; } }
@media (min-width: 1024px) {
  /*enable dropdown menu on hover*/
  /* .dropdown:hover .dropdown-menu {
  	display: block;
	}
  */
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; } }

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