@import url('../../modules-structure/living-your-legacy/structure.css');

a:focus {
   outline: none;
}
div:focus, input:focus{
    outline: 0;
}

/*
==============================================
Main Section
==============================================
*/

.module-living-your-legacy .main-module-content, .module-living-your-legacy .module-footer-cta-banner-content .ftr-cta-wrapper p {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    line-height: 38px;
    font-weight: 400;
    color: #393939;

}

/*
==============================================
Main Model Styles Section
==============================================
*/
.module-living-your-legacy .module-callouts-section h2 {
    font-family: inherit;
}
.module-living-your-legacy .module-callouts-section h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #393939 !important;
    text-transform: uppercase;
    display: block;
    margin: 15px 0;
    letter-spacing: 0;
}
.module-living-your-legacy .module-callouts-section h4 {
    font-family: inherit;
    color: #393939 !important;
}

.module-living-your-legacy .module-callouts-section h5 {
    font-family: inherit;
    color: #393939 !important;
}
.module-living-your-legacy .btn, .module-living-your-legacy .module-callouts-section .callout-cta, .module-living-your-legacy .callouts-container .callout-item .callout-cta-wrapper button, .module-living-your-legacy .callouts-mobile-slider .callout-item .callout-cta-wrapper button, .module-living-your-legacy .module-slider-content .content-slider-wrapper .content-slider-cta  {
    display: inline-flex;
    background: transparent;
    height: 40px;
    min-width: 150px;
    border: 2px solid #ae5c3c;
    margin: 0px 20px 10px 20px;
    font-family: 'Playfair Display', serif !important;
    color: #ab593a;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.module-living-your-legacy .btn:hover, .module-living-your-legacy .accord a.accord-cta:hover,  .module-living-your-legacy .callout-item:hover .callout-cta, .module-slider-content .content-slider-wrapper .content-slider-cta:hover {
    color: #000 !important;
    background: none;
    border: 2px solid #000 !important;
    letter-spacing: 1px !important;
}
.module-living-your-legacy .module-slider-content .slick-slide:hover .content-slider-cta {
    color: #000 !important;
    background: none;
    border: 2px solid #000 !important;
    letter-spacing: 1px !important;
}
.module-living-your-legacy .main-module-section .module-intro-content h1 {
    font-family: inherit;

}
.module-living-your-legacy .callouts-version-1.callouts-mobile-slider .callout-slide {
    background: white;
    display: -ms-block;
    display: block;
}
.module-living-your-legacy .main-module-section .module-intro-content h1 .head-1 {
	display: block;
}
.module-living-your-legacy .copy-section h1 .head-2:after {
    content: "";
    display: none;
}
.module-living-your-legacy .copy-section h1:after {
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: relative;
    background: #c97453;
    margin: 19px auto;
}
.module-living-your-legacy .main-module-section .module-intro-content .head-2 {
    font-family: 'Raleway', sans-serif;
    color: #393939;
    font-size: 40px !important;
    font-weight: 600;
    line-height: 37px;
    text-transform: uppercase;
    display: block;
    animation-delay: 0 !important;
    margin-top: -1px;
    animation: slideInUpSmall 2s linear !important;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0px;
}
.module-living-your-legacy .main-module-section .module-intro-content h1 {
    animation: slideInUpSmall 2s linear !important;
}
.module-living-your-legacy .copy-section .head-1 {
    /* text-align: left; */
    text-align: center;
    font-family: 'Playfair Display', serif;
    color: #ae5c3c;
    font-size: 31px !important;
    font-weight: 300;
    line-height: 32px;
    text-transform: uppercase;
    display: block;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    letter-spacing: 0;
    animation-delay: 0s !important;
    animation: none !important;
    margin-top: -7px;
}
.module-living-your-legacy .copy-section h1 .head-2:after {
    margin: 19px auto;
}
.module-living-your-legacy .copy-section .head-3, .module-living-your-legacy .copy-section .head-2 {
    margin: 0 auto;
}
/*
==============================================
Main Model Styles Section
==============================================
*/
.module-living-your-legacy .content-slider-wrapper {
    padding-bottom: 60px;
}
.module-living-your-legacy .module-cta-banner-section h2, .module-living-your-legacy .module-footer-cta-banner-section h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 40px;
    max-width: 858px;
    width: 100%;
    margin: 0px auto 25px;
    color: inherit;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}
.module-living-your-legacy .module-callouts-section .callouts-container .callout-item .callout-copy-wrapper {
    color: #343434;	
}
.module-living-your-legacy .module-cta-banner-section {
    background: #f7f7f7;
}
.module-living-your-legacy .module-footer-cta-banner-section {
/*    background: #f9f9f6;*/
    border-top: 12px solid #f7f7f7;
}
.module-living-your-legacy .module-cta-banner-section .ftr-cta:hover .btn, .module-living-your-legacy .module-footer-cta-banner-section .ftr-cta:hover .btn {
    color: #000 !important;
    background: none;
    border: 2px solid #000 !important;
    letter-spacing: 1px;
}
/*
==============================================
Billboard Section
==============================================
*/
.module-living-your-legacy .billboard-container { 
    overflow: inherit !important;
}
.module-living-your-legacy .billboard-heading-wrapper {
        display: block !important;
    }
.module-living-your-legacy .logo-section {
    display: none; 
}
.module-living-your-legacy .main-module-section .module-multimedia-section .billboard-container {
    z-index: 0;
}
/*
.module-living-your-legacy .billboard-background-video-wrapper {
    position: absolute;
    top: 0;
}
*/
.module-living-your-legacy .main-module-section .module-multimedia-section .billboard-container {
    max-height: 100vh;
    height: 650px;
}
.module-living-your-legacy .main-module-section .module-multimedia-section .billboard-heading {
    font-size: 45px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}
/*
==============================================
Billboard Section
==============================================
*/
.module-living-your-legacy .module-related-resources-section {
    border-top: 20px solid #f7f7f7;
}
.module-living-your-legacy .module-slider-content .content-slider-wrapper .content-slider-heading {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #393939 !important;
    text-transform: uppercase;
    display: block;
    margin: 15px 0;
    letter-spacing: 0;
}
.module-living-your-legacy .module-slider-content .content-slider-wrapper .slick-next:hover:before, .module-living-your-legacy .module-slider-content .content-slider-wrapper .slick-prev:hover:before {
    color: #000 !important;
    opacity: 0.7 !important;
}
.module-living-your-legacy .module-callouts-section .callout-copy-wrapper, .module-living-your-legacy .module-callouts-section .callout-cta-wrapper, .module-living-your-legacy .callout-heading-wrapper  {
    margin: 0 auto 15px
}
/*
==============================================
Content Slider Section
==============================================
*/

.module-living-your-legacy .module-slider-content .module-slider-copy p {
    color: #393939;
}
.module-living-your-legacy .content-slider-wrapper a {
    color: #ae5c3c;
}
.module-living-your-legacy .content-slider-wrapper a:hover {
    color: #000;
}
/*
==============================================
Quote Section
==============================================
*/

/* styles */

.module-living-your-legacy .module-quote-section {
    background: #f7f7f7;
}
.module-living-your-legacy .module-quote-section .quote {
/*    font-family: 'Prata', serif;*/
    font-size: 28px;
    line-height: 38px;
    color: #104c6e;    
}
/*
.module-living-your-legacy .module-quote-section .quote-wrapper .quote-hr {
    display: block;
}
*/
.module-living-your-legacy .module-quote-section .quote {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 40px;
    max-width: 858px;
    width: 100%;
    margin: 85px auto 25px;
    color: #1f1f1f;
}
.module-living-your-legacy .module-quote-section .quote-cite {
    margin-top: 22px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 21px;
    line-height: 24px;
    color: #ad5a3a !important;
    text-transform: inherit;
}
.module-living-your-legacy .module-quote-section .quote-wrapper .quote-hr {
    border: 0 !important;
    color: #bfbebe;
    background-color: transparent;
    height: 6px;
    width: 100%;
    text-align: left;
    margin: 20px 0;
    display: initial;
}
.module-living-your-legacy .module-quote-section .quote-wrapper .quote-hr:after {
    content: "";
    display: block;
    height: 5px;
    width: 83px;
    margin: 0 auto;
    background: #d27855;
    top: 20px;
    z-index: 5;
    position: inherit;
}
.module-living-your-legacy .module-quote-section .quote-wrapper .quote-hr:before {
    content: "";
    display: block;
    height: 1px;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    background: rgba(128, 128, 128, 0.2);
    top: 22px;
    position: absolute;
    left: 0;
}
.module-living-your-legacy .module-related-resources-section .related-resource-head-wrapper h4 {
    font-family: inherit;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.module-living-your-legacy .module-related-resources-section .mc-heading {
    font-family: inherit; 
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}

.module-living-your-legacy .module-related-resources-section .mc-copy {
    font-family: inherit; 
    color: #393939;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.module-living-your-legacy .module-related-resources-section .mc-cta {
font-family: 'Playfair Display', serif;
    color: #ae5c3c;
    font-size: 17px;
    line-height: 19px;
    font-weight: 300;
}

/*
==============================================
Callouts - Interior Bottom Section
==============================================
*/

/* styles */
.module-living-your-legacy .module-callouts-btm-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .module-living-your-legacy .module-callouts-btm-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #393939 !important;
    text-transform: uppercase;
    display: block;
    margin: 15px 0;
    letter-spacing: 0;
}

.module-living-your-legacy .module-callouts-btm-section .callouts-container .callout-item .callout-copy-wrapper, .module-living-your-legacy .module-callouts-btm-section .callouts-mobile-slider .callout-item .callout-copy-wrapper {
    font-family: inherit; 
	color: #393939;
}

.module-living-your-legacy .slick-next:before, .module-living-your-legacy .slick-prev:before, .module-living-your-legacy .slick-next:before, .module-living-your-legacy .slick-prev:before, .module-living-your-legacy .slick-prev:before, .module-living-your-legacy .slick-next:before, .module-living-your-legacy .slick-prev:before, .module-living-your-legacy .slick-next:before {
	color: #000 !important;
}

/*
==============================================
Stats Section
==============================================
*/
.module-living-your-legacy .module-stats-number {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	color: #393939;
}
.module-living-your-legacy .module-stats-section .stat-source {
    font-family: 'Playfair Display', serif;
    font-style: italic;
	color: #393939;
}
.module-living-your-legacy .module-stats-content {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
	color: #393939;
}


.module-living-your-legacy .mc-container .slick-slide a:hover {
    box-shadow: inset 0px 20px 50px 0px rgba(0,0,0,0.1), inset 10px 20px 50px -20px rgba(0,0,0,0.1);
}


/*
==============================================
Responsive Meia Queries NEW
==============================================
*/

/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {

/*
==============================================
CTA Section
==============================================
*/
    .module-living-your-legacy .module-cta-banner-section .ftr-cta {
        padding: 50px 30px 40px;
    }  
/*
==============================================
Stats Section
==============================================
*/    .module-living-your-legacy .module-stats-number {
        font-size: 105px;

    }    
}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {

/*
==============================================
CTA Section
==============================================
*/
    .module-living-your-legacy .module-cta-banner-section .ftr-cta {
        padding: 50px 30px 50px;
    }    
/*
==============================================
Callouts Section
==============================================
*/
    .module-living-your-legacy .btn, .module-living-your-legacy .module-callouts-section .callout-cta, .module-living-your-legacy .callouts-container .callout-item .callout-cta-wrapper button, .module-living-your-legacy .callouts-mobile-slider .callout-item .callout-cta-wrapper button {
        margin: inherit;
    }
  .module-living-your-legacy .module-callouts-section .callouts-container .callout-item .callout-copy-wrapper, .module-living-your-legacy .module-callouts-section .callouts-mobile-slider .callout-item .callout-copy-wrapper, .module-living-your-legacy .module-callouts-section .callouts-container .callout-item .callout-cta-wrapper, .module-living-your-legacy .module-callouts-section .callouts-container .callout-item .callout-heading-wrapper {
        margin-bottom: 0px !important;
    }
  .module-living-your-legacy .module-related-resources-section .related-resource-head-wrapper h4 {
      font-family: inherit;
      line-height: 20px;
      text-align: center;
  }
}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {

/*
==============================================
CTA Section
==============================================
*/
    .module-living-your-legacy .module-cta-banner-section .ftr-cta {
        padding: 50px 30px 50px;
    }    
/*
==============================================
Callouts Section
==============================================
*/
    .module-living-your-legacy .module-callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
        display: table-cell;
    }
    .module-living-your-legacy .module-callouts-btm-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .module-living-your-legacy .module-callouts-btm-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
    }
    .module-living-your-legacy .module-callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-heading-wrapper {
        margin: 0 auto 10px;
    }
    .module-living-your-legacy .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper {
        -ms-grid-row: 5;
        grid-row: 5;
        padding: 0;
    }
    .module-living-your-legacy .module-callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
        display: contents;
    }
    .module-living-your-legacy .module-callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper p {
        margin-bottom: 15px !important;
    }
    .module-living-your-legacy .callouts-version-1.callouts-mobile-slider .callout-slide .callout-image-wrapper {
        -ms-grid-row: 1;
        grid-row: 1;
        max-height: 350px;
    }
    .module-living-your-legacy .module-callouts-btm-section .callouts-container .callout-item .callout-copy-wrapper, .module-living-your-legacy .module-callouts-btm-section .callouts-mobile-slider .callout-item .callout-copy-wrapper {
        font-size: 16px !important;
        padding: 0px !important;
    } 
    .module-living-your-legacy .module-callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
        color: #343434 !important;	
    }
	
}
    /*
==============================================
Related Resource Section
==============================================
*/
/*
    .module-related-resources-section .related-resources-content .mc-container .slick-next:before, .module-related-resources-section .related-resources-content .mc-container .mc-container .slick-prev:before {
        font-size: 40px;
        color: #000 !important;
    }
*/  



/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {

/*
==============================================
CTA Section
==============================================
*/
    .module-living-your-legacy .module-cta-banner-section .ftr-cta {
        padding: 50px 30px 50px;
    }    
/*
==============================================
Callouts Section
==============================================
*/
    .module-living-your-legacy .module-callouts-section .callouts-container .callout-copy-wrapper, .module-living-your-legacy .module-callouts-section .callout-cta-wrapper {
        float: none;
    }
    .module-living-your-legacy .callouts-version-1.callouts-mobile-slider .callout-slide .callout-heading-wrapper .callout-heading {
        font-size: 23px !important;
    }
    .callouts-version-1.callouts-mobile-slider .callout-slide .callout-heading-wrapper {
        padding: 8px 20px 0;
    }
    .module-living-your-legacy .module-callouts-btm-section .callouts-container .callout-item .callout-copy-wrapper, .module-living-your-legacy .module-callouts-btm-section .callouts-mobile-slider .callout-item .callout-copy-wrapper {
        font-size: 16px;
        padding: 15px 0 0px;
    }
    .module-living-your-legacy .module-callouts-btm-section .callouts-container .callout-item .callout-cta-wrapper, .module-living-your-legacy .module-callouts-btm-section .callouts-mobile-slider .callout-item .callout-cta-wrapper {
        padding: 25px 20px 0;
    }    
    .module-living-your-legacy .module-callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
        color: #343434 !important;	
    }
}


/* IE only */
@media screen\0 { 


}

