/* 
Theme Name: Fusion : redbirdraleigh.com
Theme URI: http://agencydominion.com
Description: A Fusion Child theme for redbirdraleigh
Author: Agency Dominion
Template: fusion-base
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-background, editor-style, featured-images, threaded-comments, translation-ready
Text Domain: fusion-redbirdraleigh
*/

@font-face {
  font-family: "AvenirPro85Heavy";
  src: url("webfonts/AvenirPro85Heavy/font.woff2") format("woff2"),
    url("webfonts/AvenirPro85Heavy/font.woff") format("woff");
}
@font-face {
  font-family: "AvenirPro45Book";
  src: url("webfonts/AvenirPro45Book/font.woff2") format("woff2"),
    url("webfonts/AvenirPro45Book/font.woff") format("woff");
}
@font-face {
  font-family: "AvenirStd55Roman";
  src: url("webfonts/AvenirStd55Roman/font.woff2") format("woff2"),
    url("webfonts/AvenirStd55Roman/font.woff") format("woff");
}

body {
  font-weight: 400;
  font-style: normal;
}
.color-scheme-2 {
  background: #1b2f33;
  color: #fff;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-transform: uppercase;
}
h1,
.h1,
h2,
.h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
blockquote,
.blockquote {
  font-family: "AvenirStd55Roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 39.81px;
  border: 0;
  margin: 20px 0;
  padding: 0;
  line-height: 1.1;
}
b,
strong {
  font-family: "AvenirStd55Roman", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.display-1 {
  font-family: "AvenirPro85Heavy", sans-serif;
  text-transform: uppercase;
  font-size: 54px;
  line-height: 1;
}
.display-4 {
  font-size: 27.65px;
}

@media (min-width: 768px) {
  .full-width-container {
    width: 100%;
    padding-left: 11px;
    padding-right: 11px;
  }
  body {
    font-size: 18px;
  }
  h1,
  .h1 {
    font-size: 53.75px;
  }
  h2,
  .h2 {
    font-size: 44.79px;
  }
  h3,
  .h3 {
    font-size: 37.32px;
  }
  h4,
  .h4 {
    font-size: 31.1px;
  }
  h5,
  .h5 {
    font-size: 25.92px;
  }
  h6,
  .h6 {
    font-size: 21.6px;
  }
  blockquote,
  .blockquote {
    font-size: 44.79px;
  }
  .display-1 {
    font-size: 92px;
    line-height: 1.1;
  }
  .display-4 {
    font-size: 31.1px;
  }
}

.color-scheme-2 h1,
.color-scheme-2 .h1,
.color-scheme-2 h2,
.color-scheme-2 .h2,
.color-scheme-2 h3,
.color-scheme-2 .h3,
.color-scheme-2 h4,
.color-scheme-2 .h4,
.color-scheme-2 h5,
.color-scheme-2 .h5,
.color-scheme-2 h6,
.color-scheme-2 .h6 {
  color: #fff;
}
a:not(.btn) {
  text-decoration: underline;
}
.color-scheme-2 a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}
.color-scheme-2 a:not(.btn):focus,
.color-scheme-2 a:not(.btn):hover {
  color: #fafaf0;
}

/**
* Images
*/

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

/**
* Buttons
*/

.btn {
  font-family: "AvenirStd55Roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  line-height: 1.25;
  border-width: 2px;
  padding-top: 18px;
  padding-bottom: 14px;
  white-space: normal;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-link {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .btn.btn-lg {
    padding: 24px 40px 20px;
    font-size: 18px;
    line-height: 1.11111111;
  }
  .btn.btn-lg.btn-link {
    padding-left: 0;
    padding-right: 0;
  }
}
.btn-default::before,
.btn-primary::before,
.btn-info::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -155%;
  bottom: -2px;
  left: -25%;
  transform: translateX(-50%) skewX(30deg);
  z-index: -1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.btn-default::before {
  background: linear-gradient(to right, #0a1315 50%, #1b2f33 50%);
}
.color-scheme-2 .btn-default::before {
  background: linear-gradient(to right, #ffffff 50%, #1b2f33 50%);
}
.btn-primary::before {
  background: linear-gradient(to right, #510004 50%, #9d0008 50%);
}
.btn-info::before {
  background: linear-gradient(to right, #1b2f33 50%, transparent 50%);
}
.color-scheme-2 .btn-info::before {
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
}
.btn-default:focus::before,
.btn-primary:focus::before,
.btn-info:focus::before,
.btn-default:hover::before,
.btn-primary:hover::before,
.btn-info:hover::before {
  transform: translateX(0) skewX(30deg);
}
.btn-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 6px;
  left: 0;
  background: #9d0008;
  transform: scaleX(1);
  transform-origin: left;
}
.btn-lg.btn-link::before {
  bottom: 12px;
}
.color-scheme-2 .btn-link::before {
  background: #fff;
}
.btn-link:focus::before,
.btn-link:hover::before {
  animation-name: buttonDraw;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}

@keyframes buttonDraw {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default:active,
.btn-default:focus:active,
.btn-default.active {
  background-color: #1b2f33;
  border-color: #0a1315;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus:active,
.btn-primary.active {
  background-color: #9d0008;
  border-color: #510004;
  color: #ffffff;
}
.btn-info:focus,
.btn-info.focus,
.btn-info:hover,
.btn-info:active,
.btn-info:focus:active,
.btn-info.active {
  background-color: transparent;
  border-color: #1b2f33;
  color: #ffffff;
}
.btn-link,
.btn-link:focus,
.btn-link.focus,
.btn-link:hover,
.btn-link:active,
.btn-link:focus:active,
.btn-link.active {
  color: #1b2f33;
  text-decoration: none;
}
.color-scheme-2 .btn-default {
  background-color: #1b2f33;
  border-color: #ffffff;
}
.color-scheme-2 .btn-default:focus,
.color-scheme-2 .btn-default.focus,
.color-scheme-2 .btn-default:hover,
.color-scheme-2 .btn-default:active,
.color-scheme-2 .btn-default:focus:active,
.color-scheme-2 .btn-default.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2f33;
}
.color-scheme-2 .btn-primary {
  background-color: #9d0008;
  border-color: #9d0008;
  color: #ffffff;
}
.color-scheme-2 .btn-primary:focus,
.color-scheme-2 .btn-primary.focus,
.color-scheme-2 .btn-primary:hover,
.color-scheme-2 .btn-primary:active,
.color-scheme-2 .btn-primary:focus:active,
.color-scheme-2 .btn-primary.active {
  background-color: #9d0008;
  border-color: #510004;
  color: #ffffff;
}
.color-scheme-2 .btn-info {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.color-scheme-2 .btn-info:focus,
.color-scheme-2 .btn-info.focus,
.color-scheme-2 .btn-info:hover,
.color-scheme-2 .btn-info:active,
.color-scheme-2 .btn-info:focus:active,
.color-scheme-2 .btn-info.active {
  background-color: transparent;
  border-color: #ffffff;
  color: #1b2f33;
}
.color-scheme-2 .btn-link,
.color-scheme-2 .btn-link:focus,
.color-scheme-2 .btn-link.focus,
.color-scheme-2 .btn-link:hover,
.color-scheme-2 .btn-link:active,
.color-scheme-2 .btn-link:focus:active,
.color-scheme-2 .btn-link.active {
  color: #fff;
  text-decoration: none;
}
.color-scheme-2 .btn-link[disabled]:hover,
.color-scheme-2 fieldset[disabled] .btn-link:hover,
.color-scheme-2 .btn-link[disabled]:focus,
.color-scheme-2 fieldset[disabled] .btn-link:focus {
  color: #ffffff;
}

/**
* Forms
*/

label {
  font-weight: 400;
}
.wpcf7-acceptance label {
  text-transform: none;
}
.form-control {
  line-height: 1.25;
  box-shadow: none;
  padding-left: 12px;
  padding-right: 12px;
  height: 56px;
  font-size: 16px;
}
.form-control:focus {
  box-shadow: none;
  background-color: #fff;
}
select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("images/icons/dark/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 14px 14px;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  line-height: 20px;
}
input::-webkit-datetime-edit-year-field,
input::-webkit-datetime-edit-month-field,
input::-webkit-datetime-edit-day-field,
input::-webkit-datetime-edit-hour-field,
input::-webkit-datetime-edit-minute-field,
input::-webkit-datetime-edit-second-field,
input::-webkit-datetime-edit-millisecond-field,
input::-webkit-datetime-edit-meridiem-field {
  color: inherit;
}
.input-group-addon {
  background: transparent;
  border-radius: 0;
  padding-left: 24px;
  padding-right: 0;
}
.input-group .input-group-addon + .form-control {
  border-left: 0;
}
select.form-control::-ms-expand,
.form-control::-ms-clear {
  display: none;
}
.form-control-feedback {
  height: 80px;
  line-height: 80px;
}
span.wpcf7-not-valid-tip {
  color: #9d0008;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: block;
}
.wpcf7-form-control.wpcf7-checkbox > span {
  display: block;
}
.wpcf7-form.submitting {
  opacity: 0.5;
  pointer-events: none;
}
legend {
  font-size: 33.18px;
  font-family: "AvenirStd55Roman", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  border-bottom: none;
}

@media (min-width: 768px) {
  legend {
    font-size: 37.32px;
  }
  .wpcf7-form-control.wpcf7-checkbox {
    column-count: 2;
    column-gap: 12px;
  }
}

/**
* Dividers
*/

.fsn-divider hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.fsn-divider-vertical {
  background: rgba(0, 0, 0, 0.1);
}
.color-scheme-2 .fsn-divider hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.color-scheme-2 .fsn-divider-vertical {
  background: rgba(255, 255, 255, 0.2);
}

/**
* List Markers
*/

.fsn-text ul li,
.fsn-site-map ul li,
.post-body ul li {
  list-style-type: none;
  position: relative;
  padding: 5px 0px;
}

.fsn-text ul li:before,
.fsn-site-map ul li:before,
.post-body ul li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #9d0008;
  border-width: 0 1px 1px 0;
  margin-top: 7px;
  margin-right: 12px;
  position: relative;
  -ms-transform: rotate(-45deg) translateZ(0);
  -moz-transform: rotate(-45deg) translateZ(0);
  -webkit-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
}

/**
* Menu : Layered
*/

.fsn-menu.layered .navbar-nav > li > a {
  font-weight: 400;
  font-size: 16px;
  color: #1b2f33;
}
.dropdown-menu {
  background-color: #fafaf1;
}
.dropdown-menu > li > a {
  color: #1b2f33;
  text-decoration: none;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #9d0008;
  text-decoration: none;
  background-color: #fafaf1;
}
/* Hide elements on conversion landing pages */
.page-id-623 .fsn-menu.layered .button,
.page-id-623 .fsn-menu.layered .navbar-toggle,
.page-id-623 .fsn-menu.layered .navbar-nav,
.page-id-623 .fsn-menu.mobile_footer,
.page-id-624 .fsn-menu.layered .button,
.page-id-624 .fsn-menu.layered .navbar-toggle,
.page-id-624 .fsn-menu.layered .navbar-nav,
.page-id-624 .fsn-menu.mobile_footer,
.page-id-625 .fsn-menu.layered .button,
.page-id-625 .fsn-menu.layered .navbar-toggle,
.page-id-625 .fsn-menu.layered .navbar-nav,
.page-id-625 .fsn-menu.mobile_footer {
  display: none;
}

@media (max-width: 767px) {
  .fsn-menu.layered .brand {
    line-height: 1;
  }
  .fsn-menu.layered .navbar-toggle {
    margin-top: 25px;
    margin-bottom: 26px;
  }
  .fsn-menu.layered .navbar-toggle .icon-collapsed {
    background-image: url("images/icons/dark/menu.svg");
  }
  .fsn-menu.layered .navbar-toggle .icon-collapse {
    background-image: url("images/icons/dark/x.svg");
  }
  .fsn-menu.layered .navbar-nav > li > a {
    text-align: center;
  }
  .fsn-menu.layered .navbar-nav > li.current-menu-item > a,
  .fsn-menu.layered .navbar-nav > li.current-menu-parent > a {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: #9d0008;
    text-decoration-thickness: 2px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px;
    text-align: center;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .fsn-menu.layered .menu-container {
    padding-bottom: 0;
  }
  .fsn-menu.layered .navbar {
    padding-top: 9px;
    padding-bottom: 9px;
    border: 0;
  }
  .fsn-menu.layered .list-inline.social-links {
    display: flex;
    align-items: center;
  }
  .fsn-menu.layered .list-inline.social-links a.instagram:after {
    background-image: url("images/icons/dark/social-instagram.svg");
  }
  .fsn-menu.layered .list-inline.social-links a.facebook:after {
    background-image: url("images/icons/dark/social-facebook.svg");
  }
  .fsn-menu.layered .list-inline.social-links a.linkedin:after {
    background-image: url("images/icons/dark/social-linkedin.svg");
  }
  .fsn-menu.layered .navbar-nav > li > a {
    text-align: center;
    color: #1b2f33;
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
  }
  .fsn-menu.layered .navbar-nav > li > a::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 10px;
    left: 0;
    background: #9d0008;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
  }
  .fsn-menu.layered .navbar-nav > li > a:focus::before,
  .fsn-menu.layered .navbar-nav > li > a:hover::before,
  .fsn-menu.layered .navbar-nav > li.current-menu-item > a::before,
  .fsn-menu.layered .navbar-nav > li.current-menu-parent > a::before {
    transform: scaleX(1);
  }
  .fsn-menu.layered .navbar .dropdown-menu {
    margin-top: 9px;
  }
}

/**
* Masthead
*/

.fsn-masthead .masthead-item-video-pause {
  display: none;
}

@media (max-width: 767px) {
  .fsn-masthead .masthead-container.masthead-full {
    height: 106.666666667vw;
  }
}

@media (min-width: 768px) {
  .fsn-masthead .masthead-container.masthead-full {
    height: calc(100vh - 199px);
  }
}

/**
* Introduction
*/

#introduction {
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}

@media (min-width: 768px) {
  #introduction {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

/**
* Card
*/

.fsn-card .card-image a {
  display: block;
  position: relative;
  overflow: hidden;
}
.fsn-card .card-image a img {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s ease;
}
.fsn-card .card-image a:focus img,
.fsn-card .card-image a:hover img {
  transform: scale3d(1.1, 1.1, 1);
  transform-origin: 50% 50%;
}
.fsn-card .card-image a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s;
}
.fsn-card .card-image a:focus:after,
.fsn-card .card-image a:hover:after {
  opacity: 1;
}
.card-content .btn:not(.btn-link) {
  margin-top: 30px;
}

/**
* Card : Basic
*/

.fsn-card.basic .card-image {
  padding: 9px;
  border: 1px solid #1b2f33;
}
.color-scheme-2 .fsn-card.basic .card-image {
  border: 1px solid #fff;
}

@media (min-width: 768px) {
  .fsn-card.basic .card-content {
    padding-top: 20px;
  }
}

/**
* Card : Horizontal
*/

.fsn-card.horizontal .card-horizontal-video-pause {
  display: none;
}

/**
* Card : Banner
*/

.fsn-card.banner .card-content {
  background: #80727b;
  border: 1px solid #1b2f33;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .fsn-card.banner .card-container {
    flex-direction: column;
  }
  .fsn-card.banner .card-media {
    position: relative;
    width: 100%;
    height: 100vw;
  }
  .fsn-card.banner .card-content {
    margin-top: -60px;
    text-align: center;
    padding: 40px 30px 50px;
  }
}
@media (min-width: 768px) {
  .fsn-card.banner .card-container {
    align-items: flex-start;
    height: 750px;
  }
  .fsn-card.banner .card-content {
    width: 50%;
    min-width: 0;
    margin: 0;
    position: absolute;
    top: 375px;
    border-left: 0;
    border-radius: 0 5px 5px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
  }
}

/**
* Menu : Inline
*/

.fsn-menu.inline .btn:not(.btn-link) {
  margin-bottom: 6px;
}

/**
* Menu : Inline : Social
*/

.fsn-menu.inline.social .list-inline > li > a {
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  text-align: center;
  line-height: 1;
  border-radius: 30px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.fsn-menu.inline.social .list-inline {
  margin-left: -6px;
  margin-right: -6px;
}
.fsn-menu.inline.social .list-inline > li {
  padding-left: 6px;
  padding-right: 6px;
}
.fsn-menu.inline.social a svg .icon-circle-1 {
  fill: none;
  stroke: rgba(157, 0, 8, 0.2);
}
.fsn-menu.inline.social a svg .icon-circle-2 {
  fill: none;
  stroke: #9d0008;
  stroke-dashoffset: 204;
  stroke-dasharray: 204;
  transition: all 0.4s linear;
  transform-origin: center;
}
.fsn-menu.inline.social a:hover svg .icon-circle-2 {
  stroke-dashoffset: 0;
  transition: all 0.6s linear;
}
.fsn-menu.inline.social .list-inline > li > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fsn-menu.inline.social .list-inline > li.facebook > a:after {
  background: url("images/icons/dark/social-facebook.svg") no-repeat center
    center;
  background-size: 10px 20px;
}
.fsn-menu.inline.social .list-inline > li.instagram > a:after {
  background: url("images/icons/dark/social-instagram.svg") no-repeat center
    center;
  background-size: 20px 20px;
}
.fsn-menu.inline.social .list-inline > li.linkedin > a:after {
  background: url("images/icons/dark/social-linkedin.svg") no-repeat center
    center;
  background-size: 20px 20px;
}

@media (max-width: 767px) {
  .fsn-menu.inline.social .list-inline > li {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .fsn-menu.inline.social .list-inline > li > a,
  .fsn-menu.inline.social .list-inline > li > a svg {
    width: 70px;
    height: 70px;
  }
  .fsn-menu.inline.social .list-inline > li {
    display: block;
    margin-top: 20px;
  }
  .fsn-menu.inline.social .list-inline > li:first-child {
    margin-top: 0;
  }
}

/**
* Description List
*/

.fsn-description-list dl {
  display: flex;
}
.fsn-description-list .description-list-group:first-child {
  border-left: 0;
}
.fsn-description-list .description-list-group {
  padding: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  flex-basis: 0;
  flex-shrink: 1;
  flex-grow: 1;
}
.fsn-description-list dt {
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.fsn-description-list dd {
  font-family: "AvenirPro85Heavy", sans-serif;
  font-size: 34.84px;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .fsn-description-list dt {
    font-size: 14px;
  }
  .fsn-description-list dd {
    font-size: 44.79px;
  }
  .fsn-description-list .description-list-group {
    padding: 12px 24px;
  }
}

/**
* Footer : Top
*/

#footer-top > .row {
  display: flex;
}
#footer-top > .row:before,
#footer-top > .row:after {
  display: none;
}
#footer-newsletter {
  position: relative;
}
#footer-newsletter:before,
#footer-newsletter:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
}
#footer-newsletter:before {
  top: -12px;
}
#footer-newsletter:after {
  bottom: -12px;
}

@media (max-width: 767px) {
  #footer {
    padding-bottom: 120px;
  }
  #footer-top {
    padding-bottom: 60px;
  }
  #footer-top > .row {
    display: flex;
    flex-direction: column;
  }
  #footer-top > .row > :nth-child(2) {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    order: 1;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  #footer-top > .row > :nth-child(1) {
    order: 2;
    margin-top: 40px;
  }
  #footer-top > .row > :nth-child(3) {
    order: 3;
    margin-top: 20px;
  }
  #footer-bottom > .container > .row {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  #footer {
    padding-bottom: 100px;
  }
  #footer-top {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #footer-top > .row {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  #footer-newsletter .btn-link:before {
    transform: scaleX(0);
    transition: transform 0.6s ease;
  }
  #footer-newsletter .btn-link:focus::before,
  #footer-newsletter .btn-link:hover::before {
    transform: scaleX(1);
  }
}

/**
 * Menu : WP Custom
 */

footer .fsn-menu.wp_custom > ul > li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.fsn-menu.wp_custom a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #1b2f33;
  text-decoration: none;
  padding: 0 0 14px;
}
.fsn-menu.wp_custom.small a {
  font-size: 12px;
}

@media (max-width: 767px) {
  .fsn-menu.wp_custom .current-menu-item a,
  .fsn-menu.wp_custom .current-menu-parent a {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: #9d0008;
    text-decoration-thickness: 2px;
  }
}

@media (min-width: 768px) {
  footer .fsn-menu.wp_custom > ul > li {
    margin-left: 0px;
    margin-right: 0px;
  }
  .fsn-menu.wp_custom a {
    font-size: 16px;
    text-align: center;
    color: #1b2f33;
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
  }
  .fsn-menu.wp_custom a::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 10px;
    left: 0;
    background: #9d0008;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
  }
  .fsn-menu.wp_custom a:focus::before,
  .fsn-menu.wp_custom a:hover::before,
  .fsn-menu.wp_custom .current-menu-item a::before,
  .fsn-menu.wp_custom .current-menu-parent a::before {
    transform: scaleX(1);
  }
}

/**
* Tabs
*/

.fsn-tabs-container .nav.nav-tabs > li > a:focus,
.fsn-tabs-container .nav.nav-tabs > li.active > a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.nav.nav-tabs > li > a {
  font-family: "AvenirStd55Roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .nav.nav-tabs {
    background: #ffffff;
  }
  .nav.nav-tabs > li.expanded {
    border-top-color: rgba(0, 0, 0, 0.05);
  }
  .nav.nav-tabs > li:last-child.expanded {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .nav.nav-tabs > li > a {
    background: transparent;
    color: #1b2f33;
  }
  .nav.nav-tabs > li > a:focus,
  .nav.nav-tabs > li > a:hover {
    color: #1b2f33;
  }
  .nav.nav-tabs > li.active {
    background: #1b2f33;
  }
  .nav.nav-tabs > li.active a,
  .nav.nav-tabs > li.active a:focus,
  .nav.nav-tabs > li.active a:hover {
    color: #ffffff;
  }
  .nav.nav-tabs > li.active > a:after {
    border: 0;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 15px;
    margin-top: -7px;
    background: url("images/icons/light/chevron-down.svg") no-repeat center
      center;
    background-size: 14px 14px;
  }
  .nav.nav-tabs > li.active.open-tab > a:after {
    top: 50%;
    background-image: url("images/icons/light/chevron-up.svg");
  }
}

@media (min-width: 768px) {
  .nav.nav-tabs {
    margin: 0 auto 20px;
    border: none;
    text-align: center;
    border-bottom: 0;
  }
  .nav.nav-tabs > li {
    display: inline-block;
    float: none;
    line-height: 0;
    margin: 0;
  }
  .nav.nav-tabs > li > a {
    border: none;
    border-radius: 0;
    margin: 0 11px;
    padding: 16px 0;
    color: #1b2f33;
  }
  .nav.nav-tabs > li > a:focus,
  .nav.nav-tabs > li > a:hover {
    background: transparent;
    color: #1b2f33;
  }
  .nav.nav-tabs > li.active > a,
  .nav.nav-tabs > li.active > a:hover,
  .nav.nav-tabs > li.active > a:focus {
    background: transparent;
    border: none;
    color: #1b2f33;
  }
  .nav.nav-tabs > li > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 8px;
    left: 0;
    background: #1b2f33;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .nav.nav-tabs > li > a:focus:after,
  .nav.nav-tabs > li > a:hover:after {
    opacity: 0.7;
  }
  .nav.nav-tabs > li.active > a:after,
  .nav.nav-tabs > li.active > a:focus:after,
  .nav.nav-tabs > li.active > a:hover:after {
    opacity: 1;
  }
}

/**
* Content Roll
*/

.fsn-content-roll .content-roll-item-image-wrap {
  padding: 9px;
  background: #ffffff;
  border: 1px solid #1b2f33;
}
.fsn-content-roll .content-roll-item-image-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: inset 0 0 0 9px #fff;
  z-index: 1;
  pointer-events: none;
}
.fsn-content-roll .content-roll-item-image-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.fsn-content-roll .content-roll-item-image-wrap img {
  -moz-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -moz-transition: -moz-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.fsn-content-roll
  .content-roll-item-wrap:hover
  .content-roll-item-image-wrap
  img {
  -moz-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  transform-origin: 50% 50%;
}
.fsn-content-roll .content-roll-item-image-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fsn-content-roll
  .content-roll-item-wrap:hover
  .content-roll-item-image-wrap::after {
  opacity: 1;
}
.fsn-content-roll .container {
  width: auto;
  padding: 0;
}
.ajax-content-roll-container .content-roll-header {
  text-align: center;
}
.content-roll-item .content-roll-item-content {
  padding: 10px 15px 30px;
  text-align: center;
}
.fsn-content-roll .content-roll-item-wrap > a {
  text-decoration: none;
}
.fsn-content-roll .event-date {
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .ajax-content-roll-container .content-roll-header {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .simple-filter-group .simple-filter-term > span {
    font-family: "AvenirStd55Roman", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    color: #1b2f33;
  }
  .simple-filter-group .simple-filter-term.expanded > span {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .simple-filter-group .simple-filter-term.active {
    background: #1b2f33;
  }
  .simple-filter-group .simple-filter-term.active > span {
    color: #ffffff;
  }
  .simple-filter-group .simple-filter-term.active > span:after {
    border: 0;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 15px;
    margin-top: -7px;
    background: url("images/icons/light/chevron-down.svg") no-repeat center
      center;
    background-size: 14px 14px;
  }
  .simple-filter-group .simple-filter-term.active.open > span:after {
    top: 50%;
    background-image: url("images/icons/light/chevron-up.svg");
  }
}

@media (min-width: 768px) {
  .content-roll-filters-container .container {
    width: auto;
    padding: 0;
  }
  .content-roll-filters-container .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .content-roll-filters-container .container > .row > .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .content-roll-item.grid.col-sm-4 {
    width: 33.33%;
  }
  .ajax-content-roll-container .content-roll-header {
    margin: 0 auto 20px;
    padding: 0;
    border: none;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .simple-filter-group .simple-filter-term {
    position: relative;
    font-family: "AvenirStd55Roman", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 0;
    margin: 0 11px;
    padding: 16px 0;
    color: #1b2f33;
    background: transparent;
  }
  .simple-filter-group .simple-filter-term:focus,
  .simple-filter-group .simple-filter-term:hover {
    background: transparent;
    color: #1b2f33;
  }
  .simple-filter-group .simple-filter-term.active,
  .simple-filter-group .simple-filter-term:focus,
  .simple-filter-group .simple-filter-term:hover {
    background: transparent;
    border: none;
    color: #1b2f33;
  }
  .simple-filter-group .simple-filter-term:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 8px;
    left: 0;
    background: #1b2f33;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .simple-filter-group .simple-filter-term:focus:after,
  .simple-filter-group .simple-filter-term:hover:after {
    opacity: 0.7;
  }
  .simple-filter-group .simple-filter-term.active:after,
  .simple-filter-group .simple-filter-term.active:focus:after,
  .simple-filter-group .simple-filter-term.active:hover:after {
    opacity: 1;
  }
  .ajax-content-roll-items-container {
    margin-top: 60px;
  }
  .content-roll-item .content-roll-item-content {
    padding: 20px 15px;
  }
}

/**
* Flexslider
*/

.flex-direction-nav a {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  text-shadow: none;
  opacity: 1;
  border-radius: 50%;
  border: 0;
  background: #ffffff;
}
.flex-direction-nav a:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}
.flex-direction-nav a.flex-prev:before,
.flex-direction-nav a.flex-next:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
}
.flex-direction-nav a:after {
  text-shadow: none;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.flex-direction-nav a.flex-prev:after {
  content: "";
  background: url("images/icons/dark/chevron-left.svg") no-repeat center center;
  background-size: 32px 32px;
}
.flex-direction-nav a.flex-next:after {
  content: "";
  background: url("images/icons/dark/chevron-right.svg") no-repeat center center;
  background-size: 32px 32px;
}
.flex-direction-nav .flex-prev {
  left: 0px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0px;
}
.flex-direction-nav .flex-next {
  right: 0px;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 0px;
}

@media (max-width: 767px) {
  .flex-direction-nav {
    width: 144px;
    height: 60px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -72px;
  }
  .flex-direction-nav a {
    top: 0;
    margin-top: 0;
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .flex-direction-nav a {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
  .flex-direction-nav a.flex-prev:before,
  .flex-direction-nav a.flex-next:before {
    width: 60px;
    height: 60px;
  }
  .flex-direction-nav a:after {
    width: 60px;
    height: 60px;
  }
}

/**
* Photoswipe
*/

.pswp__bg {
  background-color: rgba(27, 47, 51, 0.98);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: #1b2f33;
}
.pswp__caption__center {
  color: #f7f3ed;
  text-align: center;
  font-size: 16px;
}
.pswp__counter {
  opacity: 1;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right,
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  text-shadow: none;
  border-radius: 50%;
  opacity: 0.9;
  background: #ffffff !important;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.pswp__button--arrow--left {
  left: 15px;
}
.pswp__button--arrow--right {
  right: 15px;
}
.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
  opacity: 1;
  background: #ffffff !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
  content: "";
  display: block;
  text-shadow: none;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.pswp--svg .pswp__button--arrow--left:before {
  content: "";
  background: url("images/icons/dark/chevron-left.svg") no-repeat center center;
  background-size: 32px 32px;
}
.pswp--svg .pswp__button--arrow--right:before {
  content: "";
  background: url("images/icons/dark/chevron-right.svg") no-repeat center center;
  background-size: 32px 32px;
}

/**
* Gallery : Grid
*/

.fsn-gallery .grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
.fsn-gallery .grid .grid-item {
  float: none;
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .fsn-gallery .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }
}

/**
* Gallery : Slideshow
*/

.fsn-gallery .slideshow .flex-direction-nav .flex-prev,
.fsn-gallery .slideshow .slideshow-slider:hover .flex-direction-nav .flex-prev,
.fsn-gallery .slideshow .flex-direction-nav .flex-next,
.fsn-gallery .slideshow .slideshow-slider:hover .flex-direction-nav .flex-next {
  opacity: 1;
}
.fsn-gallery .slideshow .flex-direction-nav .flex-prev,
.fsn-gallery .slideshow .flex-direction-nav .flex-next {
  width: 60px;
  height: 60px;
  line-height: 1;
}
.fsn-gallery .slideshow .flex-direction-nav .flex-prev:before,
.fsn-gallery .slideshow .flex-direction-nav .flex-next:before,
.fsn-gallery .slideshow .flex-direction-nav .flex-prev:after,
.fsn-gallery .slideshow .flex-direction-nav .flex-next:after {
  width: 60px;
  height: 60px;
}
.fsn-gallery .slideshow .flex-direction-nav a.flex-prev:before,
.fsn-gallery .slideshow .flex-direction-nav a.flex-next:before {
  background: none;
}
.fsn-gallery .slideshow .flex-direction-nav a {
  background: #ffffff;
}
.fsn-gallery .slideshow .flex-direction-nav a.flex-prev:after {
  background-image: url("images/icons/dark/chevron-left.svg");
}
.fsn-gallery .slideshow .flex-direction-nav a.flex-next:after {
  background-image: url("images/icons/dark/chevron-right.svg");
}
.fsn-gallery .slideshow .slideshow-item-content {
  background: #ffffff;
  color: #1b2f33;
}
.fsn-gallery .slideshow .slideshow-item-media {
  height: 100%;
}
.fsn-gallery .slideshow .has-caption .slideshow-item-media {
  height: calc(100% - 132px);
}

@media (max-width: 767px) {
  .fsn-gallery .slideshow {
    margin-left: -15px;
    margin-right: -15px;
  }
  .fsn-gallery .slideshow .flex-direction-nav {
    bottom: 10px;
  }
  .fsn-gallery .slideshow .flex-direction-nav li {
    margin-left: 12px;
    margin-right: 12px;
  }
  .fsn-gallery .slideshow .flex-direction-nav .flex-prev,
  .fsn-gallery
    .slideshow
    .slideshow-slider:hover
    .flex-direction-nav
    .flex-prev {
    opacity: 1;
  }
  .fsn-gallery .slideshow .flex-direction-nav .flex-next,
  .fsn-gallery
    .slideshow
    .slideshow-slider:hover
    .flex-direction-nav
    .flex-next {
    opacity: 1;
  }
  .fsn-gallery .slideshow .slideshow-item-content {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .fsn-gallery .slideshow .has-caption .slideshow-item-media {
    height: calc(100% - 64px);
  }
  .fsn-gallery .slideshow .flex-direction-nav {
    position: static;
    width: auto;
    height: auto;
  }
  .fsn-gallery .slideshow .flex-direction-nav .flex-prev,
  .fsn-gallery .slideshow .flex-direction-nav .flex-next {
    top: 50%;
    margin-top: -35px;
    border-radius: 50%;
  }
  .fsn-gallery .slideshow .flex-direction-nav .flex-prev,
  .fsn-gallery
    .slideshow
    .slideshow-slider:hover
    .flex-direction-nav
    .flex-prev {
    left: 60px;
    opacity: 0.9;
  }
  .fsn-gallery .slideshow .flex-direction-nav .flex-next,
  .fsn-gallery
    .slideshow
    .slideshow-slider:hover
    .flex-direction-nav
    .flex-next {
    right: 60px;
    opacity: 0.9;
  }
  .fsn-gallery .slideshow .flex-direction-nav .flex-prev:focus,
  .fsn-gallery .slideshow .flex-direction-nav .flex-next:focus,
  .fsn-gallery .slideshow .flex-direction-nav .flex-prev:hover,
  .fsn-gallery .slideshow .flex-direction-nav .flex-next:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .fsn-gallery .slideshow .slideshow-item-video-pause,
  .fsn-gallery .slideshow .slideshow-slider-pause {
    right: 60px;
    bottom: 50px;
  }
}

/**
* Blog and Events
*/

.alignnone {
  margin: 5px 5px 5px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 5px 5px;
}
.alignleft {
  float: left;
  margin: 5px 5px 5px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 5px 5px;
}
a img.alignnone {
  margin: 5px 5px 5px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 5px 5px 0;
}
.wp-caption.alignnone {
  margin: 5px 5px 5px 0;
}
.wp-caption.alignleft {
  margin: 5px 5px 5px 0;
}
.wp-caption.alignright {
  margin: 5px 0 5px 5px;
}
.post-header {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.post-body {
  padding-top: 60px;
  padding-bottom: 60px;
}
.post-body img {
  max-width: 100%;
  height: auto;
}
.post-metadata {
  font-size: 16px;
  padding: 0;
}
.post-footer .social-sharing-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.post-footer {
  margin-bottom: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.fsn-social-sharing .social-sharing-item {
  text-decoration: none;
}
.post-back a {
  text-decoration: none;
  position: relative;
}
.post-back a:focus::before,
.post-back a:hover::before {
  opacity: 1;
}
.wp-block-image {
  margin: 40px 0;
}
.fsn-social-sharing a.social-sharing-item {
  text-decoration: none;
}
.wp-block-button__link {
  margin-top: 15px;
  margin-bottom: 15px;
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 30px;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube .wp-block-embed__wrapper object,
.wp-block-embed-youtube .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-heading {
  text-transform: none;
}

@media (max-width: 767px) {
  .post-footer {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .post-share {
    margin-top: 10px;
  }
  .post-component {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .post-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .post-metadata {
    font-size: 18px;
  }
  .post-body {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .post-back,
  .post-share {
    width: 50%;
    float: left;
    padding: 30px 0;
  }
  .post-back {
    padding: 16px 0;
  }
  .post-share {
    padding: 36px 0;
  }
  .post-share {
    text-align: right;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .wp-block-image {
    margin: 50px 0;
  }
  .wp-block-buttons {
    margin-left: -5px;
  }
  .wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }
}

/**
* Fixed Button
*/

.page-id-623 #fixed-button,
.page-id-624 #fixed-button,
.page-id-625 #fixed-button {
  display: none;
}

@media (max-width: 767px) {
  #fixed-button {
    display: none;
  }
}

@media (min-width: 768px) {
  #fixed-button {
    position: fixed;
    bottom: 30px;
    height: 68px;
    width: auto;
    float: right;
    margin-right: 40px;
    overflow: hidden;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: z-index 0s 0.75s, opacity 0s 0.75s;
  }
  #fixed-button.in {
    z-index: 999;
    opacity: 1;
    transition: z-index 0s, opacity 0s;
  }
  #fixed-button .btn {
    -ms-transform: translate3d(0, 60px, 0);
    -moz-transform: translate3d(0, 60px, 0);
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    transition: transform 0.75s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  }
  #fixed-button.in .btn {
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
  }
  #fixed-button.stopped {
    display: none;
  }
}

/**
* Menu : Mobile Footer
*/

@media (max-width: 767px) {
  .fsn-menu.mobile_footer {
    background: #1b2f33;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
    width: auto;
    bottom: 25px;
    left: 15px;
    right: 15px;
    opacity: 0;
    border-radius: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: all 0.3s;
  }
  .fsn-menu.mobile_footer.in {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.3s;
  }
  .fsn-menu.mobile_footer ul {
    margin-left: 0;
  }
  .fsn-menu.mobile_footer ul li {
    display: block;
  }
  .mobile-footer a:not(.btn),
  .mobile-footer button {
    display: block;
    width: 100%;
    position: relative;
    font-family: "AvenirStd55Roman", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 20px;
    color: #ffffff;
    border: 0;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    margin: 0;
    padding: 15px 30px;
  }
  .mobile-footer a:not(.btn):focus,
  .mobile-footer a:not(.btn):hover,
  .mobile-footer button:focus,
  .mobile-footer button:hover {
    color: #ffffff;
  }
  #mobile-back-to-top {
    display: none !important;
  }
}

/**
* Graphics
*/

@media (min-width: 768px) {
  .graphic-marker {
    position: relative;
  }
  .graphic-marker:before {
    content: "";
    display: block;
    width: 2px;
    height: 15.55555556vw;
    background: #9d0008;
    position: absolute;
    top: -7.77777778vw;
    left: 50%;
    margin-left: -1px;
    transform: translateX(-50%);
    pointer-events: none;
  }
  .graphic-marker:after {
    content: "";
    display: block;
    width: 69px;
    height: 88px;
    background: url("images/graphic-bird.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -19.86111111vw;
    left: 50%;
    margin-left: -34px;
    pointer-events: none;
  }
}

/**
* Backgrounds
*/

.home main#main {
  position: relative;
}
.home main#main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("images/bg-bird.svg") no-repeat left 75vh;
  background-size: 150%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.2;
}
body.home {
  position: relative;
}
body.home:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("images/bg-bird.svg") no-repeat -13vw -4vh;
  background-size: 133%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  transform: rotate(180deg);
  transform-origin: center center;
  opacity: 0.2;
}

/**
* Modals
*/

.component.modal > .modal-component-inner {
  margin: 60px 15px 0;
  box-shadow: none;
}
.component.modal .close {
  text-shadow: none;
  position: absolute;
  top: -24px;
  right: -24px;
  width: 48px;
  height: 48px;
  color: #1b2f33;
  opacity: 1;
  border-radius: 50%;
  background: #fff url("images/icons/dark/x.svg") no-repeat center center;
  background-size: 32px 32px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  font-weight: 300;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.component.modal .close .material-icons {
  display: none;
}
.component.modal .close:focus,
.component.modal .close:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.24);
  outline: none;
}

@media (min-width: 768px) {
  .component.modal .close {
    opacity: 1;
    top: -30px;
    right: -30px;
    width: 60px;
    height: 60px;
  }
  .component.modal > .modal-component-inner {
    margin: 100px auto 0;
    width: auto;
    max-width: 700px;
  }
}

@media (min-width: 992px) {
  .component.modal > .modal-component-inner {
    max-width: 890px;
  }
}

@media (min-width: 1200px) {
  .component.modal > .modal-component-inner {
    max-width: 960px;
  }
}

/**
* Notifications : Modal
*/

.fsn-notifications.modal_window .notifications-modal-controls {
  background: #1b2f33;
}
.fsn-notifications.modal_window .notification-modal-title {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
.fsn-notifications.modal_window
  .notifications-modal-controls
  .flex-direction-nav
  .flex-nav-prev {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.fsn-notifications.modal_window
  .notifications-modal-controls
  .flex-direction-nav
  .flex-nav-next {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.fsn-notifications.modal_window .flex-direction-nav .flex-prev,
.fsn-notifications.modal_window .flex-direction-nav .flex-next {
  background-image: none !important;
  border-radius: 0;
}
.fsn-notifications.modal_window .flex-direction-nav a.flex-prev:after {
  width: 100%;
  height: 100%;
  background-image: url("images/icons/light/arrow-left.svg");
}
.fsn-notifications.modal_window .flex-direction-nav a.flex-next:after {
  width: 100%;
  height: 100%;
  background-image: url("images/icons/light/arrow-right.svg");
}
.fsn-notifications.modal_window .notifications-modal-items .close {
  background-image: url("images/icons/light/x.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px 32px;
}
.fsn-notifications.modal_window
  .notifications-modal-items
  .close
  .material-icons {
  display: none;
}

@media (max-width: 767px) {
  .fsn-notifications.modal_window
    .notifications-modal-controls
    .flex-direction-nav {
    width: auto;
    height: 70px;
    position: relative;
    margin: 0;
    bottom: auto;
    left: auto;
  }
}

/**
* Notification : Popover/Cookie
*/

.fsn-notifications.notifications-popover {
  border-radius: 0;
}
.notifications-popover .notification-content {
  text-align: center;
  padding: 15px;
}
.fsn-notifications.notifications-popover .cookie-notice-accept {
  margin-top: 15px;
}
.fsn-notifications.notifications-popover .popover-close {
  width: 48px;
  height: 48px;
  background: url("images/icons/dark/x.svg") no-repeat center center;
  background-size: 32px 32px;
  opacity: 0.7;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fsn-notifications.notifications-popover .popover-close .material-icons {
  display: none;
}
.fsn-notifications.notifications-popover .popover-close:focus,
.fsn-notifications.notifications-popover .popover-close:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .fsn-notifications.notifications-popover {
    width: 480px;
  }
  .notifications-popover .notification-content {
    padding: 10px 15px;
  }
  .notifications-popover [data-cookie-notice="true"] .notification-content {
    font-size: 18px;
  }
  .fsn-notifications.notifications-popover .cookie-notice-accept {
    margin-top: 0px;
  }
}

/**
* Notifications : Bar Inline
*/

.fsn-notifications.bar_inline {
  background: #1b2f33;
}
.fsn-notifications.bar_inline h5 {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.fsn-notifications.bar_inline
  .notifications-bar-inline-controls
  .flex-direction-nav
  .flex-nav-prev {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.fsn-notifications.bar_inline
  .notifications-bar-inline-controls
  .flex-direction-nav
  .flex-nav-next {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.fsn-notifications.bar_inline .flex-direction-nav .flex-prev,
.fsn-notifications.bar_inline .flex-direction-nav .flex-next {
  background-image: none !important;
  border-radius: 0;
}
.fsn-notifications.bar_inline .flex-direction-nav a.flex-prev:before,
.fsn-notifications.bar_inline .flex-direction-nav a.flex-next:before {
  width: 70px;
  height: 70px;
}
.fsn-notifications.bar_inline .flex-direction-nav a.flex-prev:after {
  width: 100%;
  height: 100%;
  background-image: url("images/icons/light/arrow-left.svg");
}
.fsn-notifications.bar_inline .flex-direction-nav a.flex-next:after {
  width: 100%;
  height: 100%;
  background-image: url("images/icons/light/arrow-right.svg");
}
.fsn-notifications.bar_inline .notifications-bar-inline-close {
  background-image: url("images/icons/light/x.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px 32px;
}
.fsn-notifications.bar_inline
  .notifications-bar-inline-close
  .close
  .material-icons {
  display: none;
}

/**
* Notifications : Bar
*/

.fsn-notifications.bar {
  background: #1b2f33;
}
.fsn-notifications.bar h5 {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.fsn-notifications.bar
  .notifications-bar-controls
  .flex-direction-nav
  .flex-nav-prev {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.fsn-notifications.bar
  .notifications-bar-controls
  .flex-direction-nav
  .flex-nav-next {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.fsn-notifications.bar .flex-direction-nav .flex-prev,
.fsn-notifications.bar .flex-direction-nav .flex-next {
  background-image: none !important;
  border-radius: 0;
}
.fsn-notifications.bar .flex-direction-nav a.flex-prev:before,
.fsn-notifications.bar .flex-direction-nav a.flex-next:before {
  width: 70px;
  height: 70px;
}
.fsn-notifications.bar .flex-direction-nav a.flex-prev:after {
  width: 100%;
  height: 100%;
  background-image: url("images/icons/light/arrow-left.svg");
}
.fsn-notifications.bar .flex-direction-nav a.flex-next:after {
  width: 100%;
  height: 100%;
  background-image: url("images/icons/light/arrow-right.svg");
}
.fsn-notifications.bar .notifications-bar-close {
  background-image: url("images/icons/light/x.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px 32px;
}
.fsn-notifications.bar.putaway .notifications-bar-close {
  background-image: url("images/icons/light/plus.svg");
}
.fsn-notifications.bar .notifications-bar-close .close .material-icons {
  display: none;
}

/**
* Notifications : Floating Footer
*/

.fsn-notifications.floating_footer {
  background: #1b2f33;
}
.fsn-notifications.floating_footer h5 {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.fsn-notifications.floating_footer
  .notifications-floating-footer-controls
  .flex-direction-nav
  .flex-nav-prev {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.fsn-notifications.floating_footer
  .notifications-floating-footer-controls
  .flex-direction-nav
  .flex-nav-next {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.fsn-notifications.floating_footer .flex-direction-nav .flex-prev,
.fsn-notifications.floating_footer .flex-direction-nav .flex-next {
  background-image: none !important;
  border-radius: 0;
}
.fsn-notifications.floating_footer .flex-direction-nav a.flex-prev:before,
.fsn-notifications.floating_footer .flex-direction-nav a.flex-next:before {
  width: 70px;
  height: 70px;
}
.fsn-notifications.floating_footer .flex-direction-nav a.flex-prev:after {
  width: 100%;
  height: 100%;
  background-image: url("images/icons/light/arrow-left.svg");
}
.fsn-notifications.floating_footer .flex-direction-nav a.flex-next:after {
  width: 100%;
  height: 100%;
  background-image: url("images/icons/light/arrow-right.svg");
}
.fsn-notifications.floating_footer .notifications-floating-footer-close {
  background-image: url("images/icons/light/x.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px 32px;
}
.fsn-notifications.floating_footer.putaway
  .notifications-floating-footer-close {
  background-image: url("images/icons/light/plus.svg");
}
.fsn-notifications.floating_footer
  .notifications-floating-footer-close
  .close
  .material-icons {
  display: none;
}

/**
 * Advanced Animation : Modals
 */

.modal-backdrop {
  display: none !important;
}
.component.modal:before,
.fsn-notifications.modal_window .modal:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #1b2f33;
  opacity: 0.95;
}
.component.modal:before,
.fsn-notifications.modal_window .modal:before {
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.3s cubic-bezier(0.65, 0.025, 0.67, 0.36);
}
.component.modal.in:before,
.fsn-notifications.modal_window .modal.in:before {
  transform: scaleY(1);
  transition: transform 0.5s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
.component.modal > .modal-component-inner,
.fsn-notifications.modal_window .modal-dialog {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.3s cubic-bezier(0.65, 0.025, 0.67, 0.36),
    transform 0.3s cubic-bezier(0.65, 0.025, 0.67, 0.36);
}
.component.modal.in > .modal-component-inner,
.fsn-notifications.modal_window .modal.in .modal-dialog {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.5s,
    transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.5s;
}
.component.modal .close,
.fsn-notifications.modal_window .notifications-modal-items .close {
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.component.modal.in .close,
.fsn-notifications.modal_window .modal.in .notifications-modal-items .close {
  opacity: 0.8;
  transition: opacity 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.8s;
}
.component.modal .close:focus,
.component.modal .close:hover,
.fsn-notifications.modal_window .notifications-modal-items .close:focus,
.fsn-notifications.modal_window .notifications-modal-items .close:hover {
  opacity: 1;
}
