html { box-sizing: border-box; }

*, *::after, *::before { box-sizing: inherit; }

/* Font Family Declarations */
/* Font Sizing Handler */
/* Typography Styles */
/* Centered element - Parent container should be position: relative; */
/* Force element to fill it's parent container */
/* This mixin can be used to set the object-fit: @include object-fit(contain); or object-fit and object-position: @include object-fit(cover, top); */
.feature-wrapper .feature-image-section .feature-overlay .feature-title-image + h2 { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; word-wrap: normal; }

.feature-wrapper .feature-image-section { display: table; height: 35.7vw; overflow: hidden; position: relative; vertical-align: middle; width: 100%; }

@media only screen and (max-width: 767px) { .feature-wrapper .feature-image-section { height: 100vh; } }

.feature-wrapper .feature-image-section .feature-img { position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: 1; }

.feature-wrapper .feature-image-section .feature-img .field--name-field-image { height: 100%; }

.feature-wrapper .feature-image-section .feature-img .bg-img { height: 100%; }

.feature-wrapper .feature-image-section .feature-img .bg-img img { font-family: 'object-fit: cover;'; height: 100%; width: 100%; object-fit: cover; }

@media only screen and (max-width: 767px) { .feature-wrapper .feature-image-section .feature-img .bg-img img { width: 100% !important; } }

.feature-wrapper .feature-image-section .feature-img .icon-img svg { left: 0; position: absolute; top: 0; z-index: 3; }

.feature-wrapper .feature-image-section .feature-img::after { -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; background-color: rgba(0, 0, 0, 0.3); content: ''; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2; }

.feature-wrapper .feature-image-section .feature-overlay { color: #FFFFFF; display: table-cell; padding: 2rem 0; position: relative; text-align: center; vertical-align: middle; z-index: 2; }

@media only screen and (max-width: 767px) { .feature-wrapper .feature-image-section .feature-overlay { padding: 40px 20px; } }

.feature-wrapper .feature-image-section .feature-overlay .feature-title-image { margin-bottom: 8px; }

.feature-wrapper .feature-image-section .feature-overlay .feature-title-image img { margin: 0 auto; max-height: 200px; width: auto; }

.feature-wrapper .feature-image-section .feature-overlay h2 { font-family: 'TN-Regular', arial, sans-serif; font-style: normal; font-weight: normal; font-size: 48px; font-size: 3rem; display: inline-block; letter-spacing: 8px; margin-bottom: 8px; text-transform: uppercase; }

.feature-wrapper .feature-image-section .feature-overlay .hero-subtitle { position: relative; margin-bottom: 30px; padding-bottom: 16px; font-size: 28px; line-height: 1.2; margin-left: auto; margin-right: auto; max-width: 520px; }

.feature-wrapper .feature-image-section .feature-overlay .hero-subtitle::after { background: url("/themes/custom/tnvacation/img/hr_small_white.png") no-repeat center; content: ''; display: block; height: 7px; position: absolute; width: 30px; top: 100%; left: 50%; transform: translateX(-50%); }

.feature-wrapper .feature-image-section .feature-overlay p { font-size: 21px; font-size: 1.3125rem; }

.feature-wrapper:hover .feature-image-section .feature-img::after { background-color: rgba(0, 0, 0, 0.5); }

/*# sourceMappingURL=../../maps/libraries/ds/feature-link.css.map */
