﻿body { overflow-y: scroll; }
body.modal-open { overflow: hidden !important; }
.back-to-top { display: none !important; }

.ffa .btn {
    box-shadow: none;
    text-decoration:none;
}
.ffa .pause-button {
    width: 10px;
    height: 16px;
    border: 3px solid #fff;
    background-color: transparent;
    border-top: 2px;
    border-bottom: 2px;
    padding: 3.5px;
    border-radius: 0;
    opacity: 0.8
}
.ffa .pause-button:hover,
.ffa .pause-button:focus {
    opacity: 1;
}
.ffa .pause-button:focus {
    outline-color: #fff;
    outline-offset: 6px;
}
.ffa .pause-button:focus:not(:focus-visible) {
    outline: none;
}
.ffa .scroll-button-container { 
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.ffa .scroll-button-container .inner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 108px;
    height: 108px;
    position:relative
}
.ffa .chapter-panel {
    padding: 44px;
}
.ffa .chapter-panel .inner-container {
    margin-top: auto;
}
.ffa .chapter-panel .bottom {
    margin-top: auto;
    display:flex;
    width:100%;
    height: 108px;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
}
.ffa .scroll-button-container .scroll-button {
    position:relative;
}
.ffa .scroll-button-container .scroll-button:focus {
    outline-offset: 6px;
}
.ffa .scroll-button-container .scroll-button .scroll-background {
    width:88px;
    height: 88px;
    display:block;
    border: 0px solid transparent;
    border-radius: 44px;
    background-color: #009DD9;
    transition: all 0.35s ease-out;
}
.ffa .scroll-button-container .scroll-button:hover .scroll-background,
.ffa .scroll-button-container .scroll-button:focus .scroll-background {
    /*width: 108px;
    height: 108px;
    border-radius: 54px;*/
    transform: scale(1.2);
}
.ffa .scroll-button-container .scroll-button:focus {
    outline-color: #fff;
}
.ffa .scroll-button-container .scroll-button:focus:not(:focus-visible) {
    transform: none;
    outline: none;
}
.ffa .scroll-button-container .scroll-text {
    padding-right: 12px;
}
.ffa .scroll-button-container .icon {
    height: 100%;
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ffa .scroll-button-container .icon-inner {
    width: 36px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.ffa .scroll-button-container .icon .img {
    height: 15px;
    width: 19px;
}
.ffa .scroll-button-container .scroll-button:hover .img,
.ffa .scroll-button-container .scroll-button:focus .img {
    animation: icon-animation 0.65s ease-in-out forwards;
    animation-delay: 0.5s;
} 

@keyframes icon-animation {
  0% { transform: translateX(0); }
  40% { transform: translateX(40px);  }
  41% { opacity: 0; }
  50%, 55% { opacity: 0; transform: translateX(-40px); }
  60% { opacity: 1; }
  100% { transform: translateX(0); }
}


.ffa .ffa-horizontal-container {
    height: 100%;
    margin-top: var(--navbar-height);
    overflow-x: hidden;
    z-index: 1;
}
.ffa .ffa-scroll-cover {
    position:fixed;
    height: 100%;
    width:100%;
    top:0;
    z-index:20;
    display:none;
}
/*.ffa .ffa-scroll-cover {
    position:fixed;
    height: calc(100vh - 100px);
    width:100%;
    top:100px;square
    z-index:1;
    display:none;
}*/
.ffa .ffa-scroll-cover.active {
    display:block;
}
.ffa .panel-item {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    padding: 80px 44px;
}
.ffa .panel-item .eyebrow,
.ffa .panel-item .header-1 {
    margin-bottom: 40px;
}
.ffa .modal.fade.show {
    transition: opacity 0.15s linear 0.5s;
}
.ffa .modal.fade .modal-dialog {
    transition: transform 0.33s ease-out;
    max-width: 100%;
}
.ffa .modal.fade:not(.show).bottom .modal-dialog {
    -webkit-transform: translate3d( 0, 100%, 0);
    transform: translate3d( 0, 100%, 0);
}
.ffa .modal.fade:not(.show).top .modal-dialog {
    -webkit-transform: translate3d( 0, -100%, 0);
    transform: translate3d( 0, -100%, 0);
}
.ffa .modal.fade.top .modal-dialog,
.ffa .modal.fade.bottom .modal-dialog {
    -webkit-transform: translate3d( 0, 0, 0);
    transform: translate3d( 0, 0, 0);
} 
/*.ffa .modal.fade {
    transition: opacity 1.5s linear;
    transition-duration: 2s;
    transition-delay: 2s;
    transition: opacity 1.5s linear;
    transition-duration: 2s;
}*/
.ffa .modal.fade {
    transition-delay: .33s;
}
.ffa .modal.fade.show {
    transition-delay: 0s;
}
.ffa .modal.fade .modal-dialog {
    transition-duration: 0.33s;
    pointer-events: auto;
}
.ffa .fixed-panel,
.ffa .parallax-panel {
    padding: 0;
}
.ffa .fixed-panel .background,
.ffa .parallax-panel .background,
.ffa .card-panel .background {
    background-size: cover;
    background-position: 50% 100%;
    width: 100%;
    height: 100vw;
    min-height: 375px;
    max-height: 768px;
}
.ffa .fixed-panel .background,
.ffa .card-panel .background {
    background-position: 50% 50%;
}
.ffa .modal .modal-close .glyphicon,
.ffa .modal .modal-close .underline {
    display:block;
}
.ffa .narrow-panel {
    padding: 64px 44px;
    justify-content: flex-start;
    text-align: center;
}
.ffa .narrow-panel .header-3 {
    align-self: center;
}
.ffa .narrow-panel p { 
    margin-bottom: 2.4rem;
}
.ffa .narrow-panel .bottom {
    margin-top: auto;
    align-self: center;
    margin-bottom: 0;
}
.ffa .card-panel {
    padding: 0;
}
.ffa .card-panel .card-content {
    height: 100%;
    width: 100%;
    padding: 64px 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ffa .card-panel .card-content .image {
    margin-bottom: 36px;
}
.ffa .card-panel .background {
    padding: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.ffa .footer-panel {
    padding: 64px 44px;
}
.ffa .footer-panel .inner-container {    
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:0;
}
.ffa .footer-panel .footer-hallmark {
    margin-bottom: 40px;
    margin-top: auto;
}
.ffa .footer-panel .header-1 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 32px;
}
.ffa .footer-panel .footer-hallmark {
    max-width: 206px;
}
.ffa .footer-panel .bottom {
    margin-top: auto;
    align-self: center;
    margin-bottom: 0;
}
.ffa .footer-panel .copyright {
    margin-bottom: 24px;
}
.ffa .footer-panel .copyright,
.ffa .footer-panel .legal .global-links .underline {
    font-size: 1.6rem;
    line-height: 2.4rem
}
.ffa .footer-panel .legal {
    padding: 34px 0 0;
}
.ffa .footer-panel .legal .global-links .underline {
    background-image: linear-gradient(to right, #6B6D6F, #6B6D6F );
    background-size: 100% 1px;
}
.ffa .footer-panel .legal .mobile-block {
    display: block;
}

@media (min-width: 992px) {
    .ffa .ffa-slide-container {
        height: calc(100vh - var(--navbar-height));
        display: flex;
        flex-wrap: nowrap;     
        overflow: visible;
        flex-wrap: nowrap
    }
    .ffa .panel-item {
        padding: 80px 120px;
        flex: 0 0 100%;
    }
    .ffa .fixed-panel,
    .ffa .parallax-panel {
        padding:0;
    }
    .ffa .narrow-panel {
        flex-basis: 448px;
        padding: 60px;
        text-align: left;
    }
    .ffa .narrow-panel .header-3 {
        text-align: left;
        align-self: flex-start;
    }
    .ffa .narrow-panel .bottom {
        margin-top: auto;
        align-self: flex-start;
    }
    .ffa .full-panel {
        flex-basis: 100vw;
    }
    .ffa .wide-panel {
        flex-basis: 1156px;
    }  
    .ffa .square-panel {
        flex-basis: max(calc(100vh - var(--navbar-height)), 600px);
    }    
    .ffa .chapter-panel {
        padding: 80px 44px 44px;
    }
    .ffa .parallax-panel .background {
        background-position: 100% 50%;
        max-height: 100%;
    }
    .ffa .card-panel .background,
    .ffa .fixed-panel .background {
        background-position: 50% 50%;
        max-height: 100%;
    }  
    .ffa .card-panel {
        padding:0;
        position: relative;
    }
    .ffa .card-panel .card-content {
        position: absolute;
        padding: 110px;
        width: 540px;
        height: 540px;
    }
    .ffa .footer-panel .footer-hallmark {
        margin-bottom: 50px;
        max-width: 248px;
    }
    .ffa .footer-panel .header-1 {
        font-size: 5.6rem;
        line-height: 6.7rem;
        margin-bottom: 56px;
    }
    .ffa .footer-panel .legal .mobile-block {
        display: inline;
    }
    .ffa .footer-panel .copyright {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 992px) and (max-height: 749px) {
    .ffa .footer-panel .footer-hallmark {
        margin-bottom: 32px;
        max-width: 150px;
    }
    .ffa .panel-item .eyebrow, .ffa .panel-item .header-1 {
        margin-bottom: 20px;
    }
    .ffa .panel-item .header-1 {
        font-size: 3.6rem;
        line-height: 4.7rem;
    }
    .ffa .footer-panel .header-1 {
        margin-bottom: 32px;    
    }
}
@media only screen and (min-width: 992px) and (max-height: 600px) {    
    .ffa .card-panel .card-content {
        padding: 40px;
        width: 400px;
        height: 400px;
    }
}
@media (max-width: 991px) {
    .ffa .ffa-slide-container {
        transform: none !important;
    }
    .ffa .scroll-button-container { 
       margin-left: auto;
       margin-right: auto;
    }
    .ffa .scroll-button-container .inner-container { 
       transform:rotate(90deg) translateX(40px);
    }
    .ffa .scroll-button-container .scroll-button .scroll-background {    
        width: 80px;
        height: 80px;
        border-radius: 40px;
    }
    .ffa .hover-panel {
        padding-top: 40px;
        padding-bottom:0;
    }
    .ffa .footer-panel .header-1 {
        font-size: 4.5rem;
        line-height: 5.5rem;
    }
    .ffa .footer-panel {
        /*height: calc(100vh - var(--navbar-height));*/
        max-height: 820px;
    }
    .ffa .footer-panel .header-1 {
        font-size: 2.5rem;
        line-height: 3.4rem;
    }
    .ffa .footer-panel .global-links, .ffa .footer-panel .copyright {
        text-align: center;
        display: block;
    }
}


/* General - Large - Desktop Fonts */
.ffa .header-1 {
    font-size: 6.4rem;
    line-height: 8.0rem;
}
.ffa .header-2 {
    font-size: 4.0rem;
    line-height: 4.8rem;
}
.ffa .header-2.small {
    font-size: 3.2rem;
    line-height: 4.0rem;
}
.ffa .eyebrow {
    font-size: 1.8rem;
    line-height: 3.2rem;
}
.ffa .xsmall {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.ffa .modal .modal-close {    
    font-size: 1.8rem;
    line-height: 3.2rem;
}
/* END General - Large Fonts */

/* General - Small-Mobile Fonts */
@media (max-width: 991px) {
    .ffa .header-1 {
        font-size: 4.0rem;
        line-height: 4.4rem;
    }
    .ffa .header-1.small {
        font-size: 4.8rem;
        line-height: 5.6rem;
    }
    .ffa .header-2,
    .ffa .header-2.small {
        font-size: 3.2rem;
        line-height: 3.6rem;
    }
}
/* END General - Small Fonts */


/* modal footer */
.ffa .modal .footer .feather {
    padding-top: 4.0rem;
    padding-bottom: 12.4rem;
}

.ffa .modal .footer .headline .eyebrow {
    padding-bottom: 1.6rem;
}

.ffa .modal .footer .inner-container .feather, 
.ffa .modal .footer .inner-container .header-1.headline .eyebrow {
    text-align: center;
    margin: 0 auto;
}

.ffa .modal .footer .inner-container .headline {
    margin-bottom: 80px;
}

.ffa .modal .footer .inner-container .body {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 95%;
    max-height: 250px;
    min-height: 250px;
    height: 50%;
}
.ffa .modal .footer .secondary-link:hover, 
.ffa .modal .footer .secondary-link:focus {
    color: #FFFFFF;
}
.ffa .modal .footer .secondary-link .underline {
    background-size: 0 8px;
    padding-bottom: 10px;
}
.ffa .modal .footer .secondary-link:hover .underline, 
.ffa .modal .footer .secondary-link:focus .underline {
    background-size: 100% 8px;
}

@media (max-width: 991px) {
    .ffa .modal .footer .feather {
        padding-bottom: 4.0rem;
    }

    .ffa .modal .footer .inner-container.width-1200 {
        padding: 0px;
    }

    .ffa .modal .footer .inner-container .headline {
        padding-left: 4.4rem;
        padding-right: 4.4rem;
        margin-bottom: 4.0rem;
    }

    .ffa .modal .footer .inner-container .body {
        width: 100%;
    }
    .ffa .modal .footer .secondary-link .underline {
        background-size: 0 6px;
        padding-bottom: 5px;
    }
    .ffa .modal .footer .secondary-link:hover .underline, 
    .ffa .modal .footer .secondary-link:focus .underline {
        background-size: 100% 6px;
    }
}


/*spinner*/

.ffa .ffa-scroll-cover .inner-container {
    display: flex;
    justify-content:center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.ffa .ffa-scroll-cover .lds-spinner {
  color: #fff;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.ffa .ffa-scroll-cover .lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.ffa .ffa-scroll-cover .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #0066b2;
}
.ffa .ffa-scroll-cover .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.ffa .ffa-scroll-cover .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.ffa .ffa-scroll-cover .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.ffa .ffa-scroll-cover .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.ffa .ffa-scroll-cover .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.ffa .ffa-scroll-cover .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.ffa .ffa-scroll-cover .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.ffa .ffa-scroll-cover .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.ffa .ffa-scroll-cover .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.ffa .ffa-scroll-cover .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.ffa .ffa-scroll-cover .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.ffa .ffa-scroll-cover .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}




