/*
Theme Name: Eclipse 360 Framework
Theme URI: 
Author: Eclipse 360: Robert Denis
Author URI: 
Description: The 2025 Eclipse 360 Framework master theme.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eclipse-360-framework
Tags: block, builder
*/

/*****************************/
/* Wordpress resolved issues */
/*****************************/
a { text-decoration-thickness: 1px !important; text-underline-offset: .1em; } /* https://github.com/WordPress/gutenberg/issues/42319 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p { text-wrap: pretty; } /* https://github.com/WordPress/gutenberg/issues/55190 */
.more-link { display: block; } /* https://github.com/WordPress/gutenberg/issues/65934 */
b { font-weight: 600 !important; }

/***************************************/
/* Eclipse 360 Framework Editor Styles */
/***************************************/
html { margin-top: 0 !important; overflow-x: hidden; width: 100%; max-width: 100%; font-size: 62.5%; }
body { background: #FFFFFF !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body :where(.editor-styles-wrapper) { background: #FFFFFF !important; font-family: 'Inter', sans-serif; overflow-x: hidden; width: 100%; max-width: 100%; font-size: 16px; line-height: 23px; }
body.page { overflow: hidden; line-height: 0 !important; }
.editor-loading { position: absolute; top: 0; left: 400%; background-color: rgba(0,0,0,.99); height: 100%; width: 100%; z-index: 999; transition: all .5s ease-in-out; }
.editor-loading.active { left: 0%; }
.editor-loading-info { position: absolute; top: 50%; width: 100%; text-align: center; transform: translateY(-50%); opacity: 1; font-size: 50px; line-height: 60px; color: #FFFFFF; }
.editor-loading-info img { height: 150px; }
.acf-button-group label.selected { border-color: #999999 !important; background: #999999 !important; }
.editor-styles-wrapper.white-background { background-color: #FFFFFF !important; }
.acf-button-group label.selected { border-color: #999999 !important; background: #999999 !important; }
.wpmdb input.readonly, .wpmdb input[readonly], .wpmdb textarea.readonly, .wpmdb textarea[readonly] { font-size: 15px !important; }
.wpmdb-settings-page input[type=text] { font-size: 15px; }
.editor-document-bar__post-title { font-size: 15px; }
.editor-document-bar__post-type-label { font-size: 15px; }

.is-desktop-preview { overflow: hidden; }
.css-5mekwu { overflow: visible !important; }
:where(.wp-site-blocks *:focus) { outline-width: 2px; outline-style: solid; }
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) { margin-bottom: 3px; }
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content { outline-offset: 4px; }
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content { outline-offset: 0; }
.editor-preview-dropdown { display: none; }
.wp-site-blocks .wp-block-post-title { display: none; }
.wp-admin .wp-block-post-content.wp-block-post-content { padding: 0 !important; }
.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) { max-width: 100%; margin-top: 0 !important; }
a:where(:not(.wp-element-button)) { text-decoration: none !important; }
.block-editor__container img { margin: 0 0 -7px 0 !important; }
.interface-complementary-area__fill { width: 100% !important; }
.interface-complementary-area.editor-sidebar { width: 650px !important; transition: all 1s ease-in-out; }
div.mce-inline-toolbar-grp.mce-arrow-up { left: unset !important; right: 30px !important; }
.editor-editor-interface .interface-interface-skeleton__content { overflow-x: hidden; }
.form-table th { padding: 10px 10px 20px 0; }
.form-table td { margin-bottom: unset; padding: 10px 0; line-height: 1; vertical-align: top; }
.wp-block-separator { max-width: 1550px !important; }
.components-modal__screen-overlay { display: none; }
.components-popover *, .components-popover :after, .components-popover :before { line-height: 15px; }
.wp-admin .editor-styles-wrapper p.wp-block-paragraph { font-size: 20px !important; padding: 20px; }
.acfe-modal.-open { position: absolute !important; height: 40vh !important; width: 400% !important; left: -12vw !important; }
body.block-editor-page.is-fullscreen-mode .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper { margin: 0 !important; }
pre { font-size: 20px; line-height: 20px; }

.guide-url { display: inline-block; vertical-align: super; }
.walkthrough-icon { display: inline-block; background: url('/wp-content/themes/eclipse-360-framework/assets/images/help.png'); background-size: contain !important; height: 20px; width: 20px; }
.responsive-select { max-width: 150px; }
.responsive-select .acf-button-group label { border: unset; }
.editor-responsive-mode { position: absolute; top: 0; right: 0; background: rgba(240, 29, 24, .5); z-index: 100; }
.editor-responsive-mode-text { position: relative; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600; color: #FFFFFF; padding: 15px 20px; }
.eclipse-360-home { position: absolute; bottom: 0; right: -100%; height: 1px; width: 1px; background: rgba(0, 0, 0, .9); transition: all .5s ease-in-out; }
.eclipse-360-home.active { right: 0; }
.eclipse-360-home iframe { height: 100%; width: 100%; }

.front-end-desktop .responsive-desktop { display: block; }
.front-end-desktop .responsive-tablet { display: none; }
.front-end-desktop .responsive-phone { display: none; }

.front-end-tablet .responsive-desktop { display: none; }
.front-end-tablet .responsive-tablet { display: block; }
.front-end-tablet .responsive-phone { display: none; }

.front-end-phone .responsive-desktop { display: none; }
.front-end-phone .responsive-tablet { display: none; }
.front-end-phone .responsive-phone { display: block; }

.front-end-desktop section.responsive-mode-desktop { max-width: 100% !important; margin: 0 auto !important; }
.front-end-tablet section.responsive-mode-tablet { max-width: 1024px !important; margin: 0 auto !important; }
.front-end-phone section.responsive-mode-phone { max-width: 375px !important; margin: 0 auto !important; }

.eclipse-text a { font-weight: 600; color: #467B96; transition: all .25s ease-in-out; }
.eclipse-text a:hover { color: #00ABBD !important; }
/*.eclipse-text img { width: unset !important; }*/
.eclipse-text div { font-family: 'Inter', sans-serif; }
.front-end-phone .eclipse-text div { max-width: 100%; }
.front-end-phone .eclipse-text h6 { padding: 0 0 8px 0 !important; }
.quote-image { width: 22px !important; }
/*
.eclipse-text ul { padding: 0; list-style-type: none; }
.eclipse-text ol { padding: 0; list-style-type: none; }
*/

.wp-block ul li { padding: 5px 0 5px 0; }
.front-end-desktop .wp-block ul li { font-size: 20px; line-height: 27px; }
.front-end-tablet .wp-block ul li { font-size: 18px; line-height: 25px; }
.front-end-phone .wp-block ul li { font-size: 16px; line-height: 23px; }
.wp-block ul.slick-dots { margin: 0; padding: 0; }
.wp-block ul.slick-dots li { margin: 0; padding: 0; }

.wp-block ol li { padding: 5px 0 5px 0; }
.front-end-desktop .wp-block ol li { font-size: 20px; line-height: 27px; }
.front-end-tablet .wp-block ol li { font-size: 18px; line-height: 25px; }
.front-end-phone .wp-block ol li { font-size: 16px; line-height: 23px; }
.wp-block ol.slick-dots { margin: 0; padding: 0; }
.wp-block ol.slick-dots li { margin: 0; padding: 0; }

.wp-admin .banner iframe { position: relative; height: calc(100% + 100vh); width: calc(1920px + 100vw); left: -50vw; top: -50vh; pointer-events: none; }
.wp-admin .responsive-phone-width .banner iframe { position: relative; height: calc(40% + 30vh); width: 100%; left: 0; top: 0; pointer-events: none; }
.wp-admin header { position: relative; }

.mobile { display: none; }

/******************************************/
/* Eclipse 360 Framework Front-end Styles */
/******************************************/
.has-global-padding { padding: 0 !important; margin: 0 !important; }
.page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.wp-block-separator)) { max-width: 100% !important; margin: 0; margin-block-start: 0 !important; margin-block-end: 0 !important; }
:where(.wp-site-blocks) > * { margin-block-start: 0 !important; }
a:where(:not(.wp-element-button)) { outline-width: 0px !important; outline-style: none !important; }
.menu { padding-top: 0 !important; margin: 0 !important; }
:where(.editor-styles-wrapper) ol li, :where(.editor-styles-wrapper) ul li { font-size: 18px; }

/*
.wp-site-blocks .eclipse-text ul li { padding: 20px 0 20px 0; border-top: 1px solid rgba(255, 255, 255, .25); }
.wp-site-blocks .eclipse-text ol li { padding: 20px 0 20px 0; border-top: 1px solid rgba(255, 255, 255, .25); }
.wp-site-blocks .eclipse-text ul li:last-of-type { border-bottom: 1px solid rgba(255, 255, 255, .25); }
.wp-site-blocks .eclipse-text ol li:last-of-type { border-bottom: 1px solid rgba(255, 255, 255, .25); }
*/
.eclipse-text ul li { padding: 0 0 10px 0; }

.warning p { font-family: 'Inter', sans-serif; font-size: clamp(1.4rem, .5vw + .9rem, 1.8rem); font-weight: 600; letter-spacing: 0; line-height: clamp(2.1rem, .5vw + 1.6rem, 2.5rem); margin: 0; padding: 0 !important; transition: all .25s ease-in-out; }
.wp-site-blocks .eclipse-text ol { padding: 0 0 20px 60px; }
.eclipse-button { position: relative; display: inline-block; vertical-align: top; font-family: 'Inter', sans-serif; font-size: clamp(1.4rem, .5vw + 1.1rem, 1.8rem); font-weight: 700; letter-spacing: 0; line-height: clamp(2.3rem, .5vw + 1.8rem, 2.5rem); transition: all .5s ease-in-out; }
.front-end-tablet .eclipse-button { min-width: calc(100% - 60px) !important; }
.wp-site-blocks ul.slick-dots { padding: 0; }
.wp-site-blocks ol.slick-dots { padding: 0; }
.wp-site-blocks ul.slick-dots li { padding: 0; }
.wp-site-blocks ol.slick-dots li { padding: 0; }
sup { font-size: 0.7em; }
sub { font-size: 0.7em; }
.alignright { float: right; padding: 0 0 10px 10px; }

/* Ensures that we don't have a situation where, when looking at the front-end of the Site Default page, the header and footer are doubled up. */
.wp-block-group #header { display: none; }
.wp-block-group #footer { display: none; }

/******************************************/
/* Eclipse 360 Framework Generic Styles   */
/******************************************/
.front-end-desktop .desktop-height-full { height: 100vh; }
.front-end-desktop .desktop-height-large { height: 75vh; min-height: 500px; }
.front-end-desktop .desktop-height-medium { height: 62vh; min-height: 500px; }
.front-end-desktop .desktop-height-small { height: 45vh; min-height: 500px; }

.front-end-tablet .tablet-height-full { height: 100vh; }
.front-end-tablet .tablet-height-large { height: 75vh; min-height: 500px; }
.front-end-tablet .tablet-height-medium { height: 62vh; min-height: 500px; }
.front-end-tablet .tablet-height-small { height: 45vh; min-height: 500px; }

.front-end-phone .phone-height-full { height: 100vh; }
.front-end-phone .phone-height-large { height: 75vh; min-height: 500px; }
.front-end-phone .phone-height-medium { height: 62vh; min-height: 500px; }
.front-end-phone .phone-height-small { height: 45vh; min-height: 500px; }

.height-full { height: 100%; }
.height-large { height: 75%; }
.height-medium { height: 62%; }
.height-small { height: 45%; }

.front-end-desktop .desktop { display: block; }
.front-end-tablet .tablet { display: block; }
.front-end-phone .phone { display: block; }

.wp-site-blocks .block-hidden { display: none; }

.front-end-desktop .desktop-width-full { display: flex; max-width: 100%; }
.front-end-desktop .desktop-width-large { display: flex; max-width: 100%; margin: 0 auto; }
.front-end-desktop .desktop-width-medium { display: flex; max-width: 1600px; margin: 0 auto; }
.front-end-desktop .desktop-width-small { display: flex; max-width: 1310px; margin: 0 auto; }
.front-end-desktop .desktop-width-custom { display: flex; margin: 0 auto; }

.front-end-tablet .tablet-width-full { display: flex; max-width: 100%; }
.front-end-tablet .tablet-width-large { display: flex; max-width: 100%; margin: 0 auto; }
.front-end-tablet .tablet-width-medium { display: flex; max-width: 1600px; margin: 0 auto; }
.front-end-tablet .tablet-width-small { display: flex; max-width: 1310px; margin: 0 auto; }
.front-end-tablet .tablet-width-custom { display: flex; margin: 0 auto; }

.front-end-phone .phone-width-full { display: flex; max-width: 100%; }
.front-end-phone .phone-width-large { display: flex; max-width: 100%; margin: 0 auto; }
.front-end-phone .phone-width-medium { display: flex; max-width: 1600px; margin: 0 auto; }
.front-end-phone .phone-width-small { display: flex; max-width: 1310px; margin: 0 auto; }
.front-end-phone .phone-width-custom { display: flex; margin: 0 auto; }

.front-end-desktop.single-listing { display: block; }
.front-end-tablet.single-listing { display: block; }
.front-end-phone.single-listing { display: block; }

.width-full { display: flex; max-width: 100%; }
.width-large { display: flex; max-width: 100%; margin: 0 auto; }
.width-medium { display: flex; max-width: 1600px; margin: 0 auto; }
.width-small { display: flex; max-width: 1310px; margin: 0 auto; }
.width-custom { display: flex; margin: 0 auto; }

.page .editor-responsive-mode { display: none; }
.single .editor-responsive-mode { display: none; }

.title-line { height: 1px !important; width: 0%; transition: all 1s ease-in-out; }
.title-line.title-line-animated { width: 100%; }
.title-line.Left { margin: 15px auto 20px 0; }
.title-line.Center { margin: 15px auto 20px auto; }
.title-line.Right { margin: 15px 0 20px auto; }

.eclipse-buttons.Left { margin: 0; text-align: left; }
.eclipse-buttons.Center { margin: 0 auto; text-align: center; }
.eclipse-buttons.Right { margin: 0; text-align: right; }

.arrow { position: unset; display: inline-block; height: 11px; width: 20px; background-size: cover !important; background-repeat: no-repeat !important; background-position: center right !important; vertical-align: middle; transition: all .5s ease-in-out; }
.arrow.arrow-blue { background: url('/wp-content/themes/eclipse-360-framework/assets/images/right-arrow-blue.png'); }
.arrow.arrow-gold { background: url('/wp-content/themes/eclipse-360-framework/assets/images/right-arrow-gold.png'); }
.arrow.arrow-turquoise { background: url('/wp-content/themes/eclipse-360-framework/assets/images/right-arrow-turquoise.png'); }
.arrow.arrow-white { background: url('/wp-content/themes/eclipse-360-framework/assets/images/right-arrow-white.png'); }
.arrow-animate:hover .arrow { width: 50px; }
.animate-arrow-animation:hover .arrow { width: 50px; }
.arrow.back { transform: rotate(180deg); }
.arrow.back:hover { width: 50px; }
.arrow::after { width: 0; height: 0; background-color: transparent; }
.download-icon-turquoise { display: inline-block; background: url('/wp-content/themes/eclipse-360-framework/assets/images/download-icon-turquoise.png'); height: 19px; width: 26px; background-size: contain !important; background-repeat: no-repeat !important; background-position: center center !important; vertical-align: middle; transition: all .5s ease-in-out; }
.animate-icon-animation:hover .download-icon-turquoise { height: 22px !important; width: 29px !important; }

.playhead { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: clamp(100px, 10vw, 220px); height: clamp(100px, 10vw, 220px); background: url(assets/images/video-play.svg) no-repeat center center / contain; z-index: 2; transition: all .5s ease-in-out; }

.category-filters { padding: 0 5% 60px; display: flex; align-items: center; gap: 15px; flex-wrap: wrap; }
.category-filters span { text-transform: uppercase; font-weight: 600; }

.checklist { list-style: none; padding-left: 30px; }
.checklist li { position: relative; padding: 20px 0; margin: 0; }
.checklist li::before { content: ""; display: block; width: 30px; height: 30px; background: url(assets/images/checkmark.svg) no-repeat center center / contain; position: absolute; left: -30px; top: 20px; }

.fancybox__backdrop { background-color: rgba(0, 0, 0, 0.95) !important; }
.fancybox-wrap .fancybox-image, .fancybox-wrap .fancybox-iframe { background-color: rgba(0, 0, 0, 1); }
.fancybox__nav .is-next { position: absolute; top: 50%; height: 50px; width: 50px; right: 70px; }
.fancybox__nav .is-prev { position: absolute; top: 50%; height: 50px; width: 50px; left: 70px; }
.fancybox__content img { border-radius: 15px; }
.fancybox__carousel { height: 100%; width: 80%; margin: 0 auto; }
.fancybox-outer, .fancybox-inner { overflow: hidden !important; }
.fancybox-close { top: 92px !important; right: -3px !important; }

.fadeout { opacity: 0 !important; }
.fadein { opacity: 1 !important; }
.no-click { pointer-events: none !important; }
.rounded-corners { border-radius: 20px; }
img.aligncenter { margin: 0 auto; }

.front-end-desktop .desktop-only { display: block; }
.front-end-desktop .tablet-only { display: none; }
.front-end-desktop .phone-only { display: none; }

.front-end-tablet .desktop-only { display: none; }
.front-end-tablet .tablet-only { display: block; }
.front-end-tablet .phone-only { display: none; }

.front-end-phone .desktop-only { display: none; }
.front-end-phone .tablet-only { display: none; }
.front-end-phone .phone-only { display: block; }

.front-end-desktop .desktop-only.tablet-only { display: block; }
.front-end-phone .desktop-only.tablet-only { display: none; }
.front-end-tablet .tablet-only.phone-only { display: block; }
.front-end-phone .tablet-only.phone-only { display: block; }

.front-end-phone .eclipse-text h1 { max-width: unset !important; }
.front-end-phone .eclipse-text h2 { max-width: unset !important; }
.front-end-phone .eclipse-text h3 { max-width: unset !important; }
.front-end-phone .eclipse-text h4 { max-width: unset !important; }
.front-end-phone .eclipse-text h5 { max-width: unset !important; }
.front-end-phone .eclipse-text h6 { max-width: unset !important; }
.front-end-phone .eclipse-text div { max-width: unset !important; }
.front-end-phone .eclipse-button { margin: 0 0 10px 0 !important; }

.clear { clear: both; }
* { word-break: keep-all !important; overflow-wrap: unset !important; }
*:focus { outline: none !important; }
p:empty, #gform_wrapper_13 .gform_title { display: none; }
.hr { background-color: #FFFFFF; height: 1px; width: 100%; margin: 20px 0 20px;}
hr { background-color: #E3E3E3; height: 1px; width: 100%; margin: 0; border: 0; }
.hide { display: none !important; }
.hidden { display: none !important; }
/*.text { z-index: 2; }*/
strong { font-weight: 700; }
#external-link { display: inline-block; width: 16px; height: 12px; }

::selection { background: #00365b; color: #FFFFFF; }
::-moz-selection { background: #00365b; color: #FFFFFF; }

/******************************************************************************/
/* 404 PAGE                                                                   */
/******************************************************************************/
.error { padding: 0; margin: 0; }
.error404 { background: transparent; margin-bottom: 0 !important; }
.error-title { font-size: 150px !important; font-weight: 400; line-height: 1; text-transform: lowercase; }
.error-image { height: 100%; width: 100vw; background-image: url('/wp-content/uploads/2020/08/message_banner.png'); background-size: cover; background-position: center center; }
.error-content { position: absolute; top: 30%; left: 50%; transform: translate(-50%, -30%); text-align: center; }

/******************************************************************************/
/* ANIMATIONS                                                                 */
/******************************************************************************/
.full-width-column { /*top: 30px;*/ transition: all .5s ease-in-out !important; }
.full-width-column.animated { top: 0; }

/******************************************/
/* Eclipse 360 Framework Block Styles     */
/******************************************/
/* Background Images */
.bg-image { position: absolute; background-repeat: no-repeat !important; transition: all 2s ease-in-out; }
.bg-image.contain { background-size: contain !important; }
.bg-image.cover { background-size: cover !important; }
.bg-image-overlay { position: absolute; }
.bg-image.gradient { opacity: .9; background-blend-mode: multiply; }

/* Blog - Main */
.blog-column { display: inline-block; vertical-align: top; }
.blog-div { overflow: hidden; }
.blog-column .blog-image { height: 250px; overflow: hidden; }
.blog-column .blog-image img { height: 250px; width: 100%; object-fit: cover !important; object-position: center center !important; scale: 1.0; transition: all .5s ease-in-out; }
.blog-column:hover .blog-image img { scale: 1.10; }
.blog-column .blog-content { text-align: left; font-family: 'Inter', sans-serif; }
.blog-column .blog-content .blog-title { font-weight: 500; padding: 5px 0 0 0; transition: all .5s ease-in-out; }
.blog-column:hover .blog-content .blog-title { color: #7c5d2e; }
.blog-column .blog-content .blog-date { font-size: 15px; transition: all .5s ease-in-out; }
.blog-column:hover .blog-content .blog-date { color: #7c5d2e; }

.page-template-default img { width: unset; }

/* Breadcrumbs */
#breadcrumbs a { color: #FFFFFF; text-decoration: underline !important; transition: all 1s ease-in-out; }
#breadcrumbs a:hover { color: #EE3124; }

/* Card Flyout */
.card-flyout-close { position: absolute; top: 30px; right: 40px; background: url('/wp-content/themes/eclipse-360-framework/assets/images/flyout-close.png'); background-size: auto; transform: rotate(0deg); background-size: contain; height: 64px; width: 64px; transition: all .5s ease-in-out; }
.card-flyout-close:hover, .card-flyout-close:focus { transform: rotate(180deg); }

/* Columns */
.icon-image .column-image { margin: 31px 0 0 0; }

/* Document Library */
.yearfilter { padding: 10px 0 20px 0 }
.yearfilter .yearlink { font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 600; color: #CCCCCC; line-height: 30px; }
.yearfilter .yearlink.active { color: #00a8b9; }
.yearfilter .pipe { font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 400; }
.yearfilter .pipe:last-of-type { display: none; }

.document-library { list-style-type: none; padding: 0; margin: 0 0 0 -15px; }
ul.document-library li { padding: 15px !important; text-align: left; border-bottom: 1px solid #caced2; margin: 0; }
.document-library li svg { height: 15px; width: 15px; padding: 0 0 0 10px; }
.document-library li p { padding: 0; }
.document-library li p a { color: #003658; font-weight: 600; transiton: all .25s ease-in-out; }
.document-library li p a:hover { color: #00abbd; }
.document-library .date { font-size: 14px; }
.document-library .topics { font-size: 14px; }

/*
.document-library .date { color: #4d5157; font-weight: normal; display: block; font-size: 80%; margin: 0; }
.document-library .topics { font-size: 80%; }
.filters label { cursor: pointer; }
.daterange { color: #003658; font-size: 18px; }
.daterange i { font-size: 30px; line-height: 25px; vertical-align: sub; }
.daterange i:before { line-height: 0; }
*/

/* Flyouts */
#master-flyout { position: fixed; top: 50%; left: 400%; width: 100vw; max-width: 50%; z-index: 100; background-color: #FFFFFF; padding: 30px; transform: translate(-50%, -50%); transition: all .5s ease-in-out; }
#master-flyout.active { left: 50%; }
#master-flyout .close { position: absolute; top: 0px; right: 0px; background: url('/wp-content/themes/eclipse-360-framework/assets/images/close.jpg'); background-size: contain !important; background-repeat: no-repeat !important; height: 33px; width: 33px; transition: all .25s ease-in-out; }
.flyout { position: absolute; left: 400%; }
.flyout-overlay { position: fixed; top: 0; left: 400%; height: 100vh; width: 100vw; background-color: rgba(0,0,0,.9); z-index: 10; transition: all .5s ease-in-out; }
.flyout-overlay.active { left: 0; }

#master-flyout .image { display: inline-block; width: 30%; height: 200px; background-size: contain !important; background-repeat: no-repeat !important; vertical-align: top; }
#master-flyout .info { display: inline-block; width: calc(70% - 60px); padding: 0 30px; vertical-align: top; }
#master-flyout .title { height: 52px; color: #00365B; font-family: Inter; font-size: 18px; font-style: normal; font-weight: 600; line-height: 26px; text-align: left; }
#master-flyout .button { position: relative; display: inline-block; vertical-align: top; font-family: 'Inter', sans-serif; font-size: clamp(1.6rem, .5vw + 1.1rem, 1.8rem); font-weight: 700; letter-spacing: 0; line-height: clamp(2.3rem, .5vw + 1.8rem, 2.5rem); background: url('/wp-content/uploads/2025/11/arrow-slate.png'); background-size: 18px 18px !important; background-repeat: no-repeat !important; background-position: 100% 50%; padding: 20px 50px 20px 0px; width: 60%; min-width: calc(292px - 50px - 0px - 1px - 1px); max-width: calc(500px - 50px - 0px - 1px - 1px); text-align: Left; color: rgb(70, 123, 150); border-radius: ; border-bottom: 1px solid rgb(70, 123, 150); margin: 0 0 0 25px; transition: all .5s ease-in-out; }
#master-flyout .button:hover { border-bottom-color: rgb(0,171,189); color: rgb(0,171,189); background-image: url(/wp-content/uploads/2025/11/arrow-ocean.png); }

.front-end-phone #master-flyout { max-width: 80%; }
.front-end-phone #master-flyout .image { width: 100%; }
.front-end-phone #master-flyout .info { width: 100%; padding: 0; }
.front-end-phone #master-flyout .flyout-content.partners .portfolio-flyout-column { width: 100%; }

/* Footnotes */
.footnote { text-align: left; font-size: 14px; }
.footnote p { padding: 10px 0 0 0; }
.footnotes { position: fixed; top: 50%; left: 400%; width: 65%; background-color: #D9D9D9; font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 400; padding: 62px 65px 42px 65px; line-height: 24px; color: #00365B; transform: translate(-50%, -50%); z-index: 1001; transition: all .5s ease-in-out; }
.footnotes.active { left: 50%; }
.footnotes-close { position: absolute; top: 0; right: 0; background: url(/wp-content/themes/eclipse-360-framework/assets/images/close.jpg); background-size: contain !important; background-position: center center !important; height: 50px; width: 50px; }
p.footnote-link { font-size: clamp(1.4rem, .5vw + .9rem, 1.6rem) !important; line-height: clamp(2.1rem, .5vw + 1.6rem, 2.3rem); color: #00365b; margin: 60px 0 -60px 0 !important; font-weight: 600 !important; transition: all .25s ease-in-out; }
p.footnote-link.Dark { color: #FFFFFF; }
.graph-mode-Dark p.footnote-link { color: #FFFFFF; }
.negative_value_lines p.footnote-link { position: absolute; top: 0; }
p.footnote-link:hover { color: #00ABBD; }
p.footnote-link.full-width-button { margin: 0; }
p.footnote-link.mobile { display: none; }
.front-end-phone p.footnote-link.mobile { display: block; }
.front-end-tablet p.footnote-link { margin: 60px 0 -20px 0 !important; }
.footnote-background { position: fixed; top: 0; left: 100%; height: 100vh; width: 100vw; background-color: rgba(0, 0, 0, .6); z-index: 1000; transition: all .5s ease-in-out; }
.footnote-background.active { left: 0%; }

/* Forms */
.gform_wrapper.gravity-theme input[type="color"], .gform_wrapper.gravity-theme input[type="date"], .gform_wrapper.gravity-theme input[type="datetime-local"], .gform_wrapper.gravity-theme input[type="datetime"], .gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme input[type="month"], .gform_wrapper.gravity-theme input[type="number"], .gform_wrapper.gravity-theme input[type="password"], gform_wrapper.gravity-theme input[type="search"], gform_wrapper.gravity-theme input[type="search2"], .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme input[type="time"], .gform_wrapper.gravity-theme input[type="url"], .gform_wrapper.gravity-theme input[type="week"], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {background-color: transparent; }
.gform_required_legend { display: none !important; }
.gform_body h3 { font-size: 30px !important; line-height: 35px !important; }
.gform_wrapper.gravity-theme .gfield { width: 100%; }
.gform_wrapper.gravity-theme .gfield_required { color: #FFFFFF !important; }
.gform_wrapper.gravity-theme .gform_validation_errors>h2 { font-size: 18px !important; }
.gform_wrapper.gravity-theme .gfield_error label { font-family: 'Inter', sans-serif; font-weight: 400 !important; font-size: 14px !important; color: #FFFFFF !important; text-transform: uppercase !important; }
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea { background-color: #FFFFFF !important; border: unset !important; }
.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme [aria-invalid=true]+label, .gform_wrapper.gravity-theme label+[aria-invalid=true] { font-family: 'Inter', sans-serif; font-weight: 400 !important; font-size: 14px; color: #FFFFFF !important; text-transform: uppercase !important; }
.gform_wrapper.gravity-theme fieldset { margin: 16px 0 0 0 !important; }
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message { font-family: 'Inter', sans-serif !important; font-weight: 400 !important; font-size: 14px !important; color: #c02b0a !important; }
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction { padding: 10px !important; }
.gform_wrapper.gravity-theme .gfield_label { font-family: 'Inter', sans-serif; font-weight: 400 !important; font-size: 14px !important; color: #FFFFFF !important; text-transform: uppercase !important; padding: 0 0 14px 0 !important; }
.gform_wrapper.gravity-theme .gfield-choice-input+label { font-family: 'Inter', sans-serif; font-weight: 400 !important; font-size: 14px !important; line-height: 18px; color: #FFFFFF !important; text-transform: uppercase !important; margin: 10px 0 !important; }
.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label { font-family: 'Inter', sans-serif; font-weight: 400 !important; font-size: 14px !important; color: #FFFFFF !important; text-transform: uppercase !important; }

/*
.gform_button.button { padding: 15px 20px !important; background-color: #EE3124; border-radius: 4px; color: #FFFFFF; border: 2px solid #EE3124; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 18px; cursor: pointer; transition: all .5s ease-in-out; }
.gform_button.button:hover { border: 2px solid #D62417 !important; border-radius: 4px 4px 25px 4px !important; }
*/
.gform_confirmation_message { font-family: 'Inter', sans-serif; font-weight: 400 !important; font-size: 18px !important; color: #FFFFFF !important; text-align: center; }

#contact-us-info p { padding: 0; }
#contact-us-info .eclipse-text a { color: #FFFFFF; }

/* Media Text */
.media-text { padding: 134.5px calc(7vw + 30px) 0px 220px; }
.full-width { padding-top: 120px; padding-right: calc(7vw + 30px); padding-left: 220px; transition: all .5s ease-in-out; }

/* Posts */
.blog-posts { top: 0 !important; }
.posts:not(.masonry):not(table) { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); grid-gap: 60px 30px; }
.posts .post { max-width: 600px; }
.posts .post .image-wrap { border-radius: 15px; overflow: hidden; height: 25vw; max-height: 466px; min-height: 300px; margin-bottom: 15px; display: block; }
.posts .post .image-wrap:hover img { transform: scale(1.1); }
.posts .post ul { list-style: none; margin: 0; padding: 0; font-size: 18px; display: flex; flex-wrap: wrap; }
.posts .post ul li { margin: 0 5px 0 0; cursor: pointer; transition: all 250ms; color: #000; }
.posts .post ul li:not(:last-child)::after, .post-categories a:not(:last-child)::after { content: ","; }
.posts .post a { color: inherit; }
.posts .post ul li:hover, .posts .post a:hover { color: #000; }
.post-date { font-size: 14px; }
.post-content h4 { justify-content: space-between; }

/* Search */
.search-wrap { position: fixed; display: none; top: 0; left: 400%; width: 100vw; height: 100vh; opacity: 0; z-index: 999; background-color: rgba(255, 255, 255, .95); transition: all .5s ease-in-out; }
.search-wrap.active { display: block; left: 0%; opacity: 1; }
.search-wrap .search-close { position: absolute; top: 100px; right: 100px; height: 22px; width: 18px; background: url('/wp-content/themes/eclipse-360-framework/assets/images/icon-close.png'); cursor: pointer; }
.search-wrap .search-form { height: 100vh; width: 100vw; }
.search-wrap .search-form label { display: inline-block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60%; }
.search-wrap .search-form label .search-field { width: calc(99% - 70px); max-width: 100%; height: 60px; font-size: 24px; color: #4d5157; padding: 4px 16px; }
.search-wrap .search-form label .search-submit { border: 2px solid white; width: 60px; height: 60px; box-shadow: none; padding: 0; vertical-align: top; background: url('/wp-content/themes/eclipse-360-framework/assets/images/search-submit.jpg') no-repeat center center #0c375b; background-size: 100%; transition: all 250ms; overflow: hidden; }

.search main { display: none; padding: 0px 30px 30px 30px !important; font-family: 'Inter', sans-serif; margin: 0 auto !important; }
.search main h1 { color: #232323; font-size: 28px; }
.search main .wp-block-search__input { border-radius: 4px; width: 40vw; min-width: unset; max-width: unset; flex-grow: unset; background-color: transparent; border: 1px solid #DDDDDD;}
.search main .wp-block-search__input::placeholder { color: #DDDDDD; }
.search main .wp-block-search__inside-wrapper button { background: #FFFFFF; color: #232323; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 400; padding: 7px 20px; transition: all .5s ease-in-out; }
.search main .wp-block-search__inside-wrapper button:hover { background: transparent; }
.search main .entry-content { display: none; }
.searchwp-live-search-result--img { display: none; }
.search main .searchwp-live-search-result--title { font-famil: 'Inter', sans-serif !important; font-size: 18px !important; font-weight: 400 !important; margin: 0 !important; }
.search .wp-block-query-no-results { padding: 0px 30px 30px 30px !important; }
.search .wp-block-query-title { padding: 0 30px 0 30px !important; }
.search .wp-block-search { padding: 0 30px 0 30px !important; }
.search .wp-block-query-title { padding: 0 30px 0 30px !important; }
.search .wp-block-query.alignfull { padding: 0 30px 0 30px !important; }
.search .wp-block-group.alignwide { padding: 0 30px 30px 30px !important; }
.search .wp-block-query { margin: 0 !important; padding: 30px 0 30px 0; }
.search .wp-block-query ul { padding: 10px 0 10px 5px; }
.search .wp-block-query li { border-bottom: 1px solid rgba(255,255,255,.5); }
.search .wp-site-blocks .wp-block-post-title { display: block; font-size: 20px !important; }
.search .wp-block-post-excerpt { display: none; }
.search nav { display: block !important; margin: 0 !important; padding: 30px 10px 0 10px; }
.search .wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child { display: inline-block; font-size: 14px; font-weight: 400; vertical-align: middle; padding: 0 30px 0 0; }
.search .wp-block-query-pagination-numbers { display: inline-block; padding: 10px 0; font-size: 14px; font-weight: 400; vertical-align: middle; }
.search .wp-block-query-pagination-numbers .current { border: 1px solid #FFFFFF; border-radius: 4px; padding: 5px; }
.search .wp-block-query-pagination-numbers .page-numbers { padding: 0 5px; }
.search .wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type { display: inline-block; font-size: 14px; font-weight: 400; vertical-align: middle; padding: 0 0 0 30px; }

.search-results .search-results-div { padding: 120px calc(7vw + 30px) 0 220px !important; }
.wp-block-group.search-results-div { padding: 20px calc(7vw + 30px) 120px 220px !important; }
.search .wp-block-query.alignfull { padding: 0 !important; }
.wp-block-group.search-results-div a { display: inline-block; }
.search .search-results-div .wp-block-group { border-bottom: 1px solid #cccccc; padding: 5px 0 !important; }
.search .wp-block-query .wp-block-post { margin: 5px 0 !important; }
.search .wp-block-query .wp-block-post time { position: relative; top: -35px; }
.search .wp-block-query .wp-block-post h2 { position: relative; top: 30px; }
.search .search-form label .search-field { width: calc(100% - 70px); max-width: 100%; font-size: 18px; color: #4d5157; padding: 4px 16px; border: unset; border-bottom: 1px solid #cccccc; margin: 25px 0; }
.search .search-form label .search-submit { border: 2px solid white; width: 60px; height: 60px; box-shadow: none; padding: 0; vertical-align: top; background: url(/wp-content/themes/eclipse-360-framework/assets/images/search-submit.jpg) no-repeat center center #0c375b; background-size: 100%; cursor: pointer; transition: all 250ms; }
.front-end-phone.search-results .search-results-div { padding: 100px 30px 0 30px !important; }
.front-end-phone .wp-block-group.search-results-div { padding: 0 30px 60px 30px !important; }
.front-end-phone.search .wp-block-query .wp-block-post { margin: 10px 0 !important; }
.front-end-phone.search .wp-block-query .wp-block-post h2 { top: 15px; }
.front-end-phone .search-wrap .search-close { top: calc(50% - 80px); right: 20px; }
.front-end-phone .search-wrap .search-form label { width: 95%; }
.front-end-phone.search .search-wrap .search-form label .search-field { margin: 0; }
.front-end-phone.search-no-results .search-results-div { padding: 120px 30px 0 30px !important; }

/* Table */
table { width: 100% !important; font-family: Inter, sans-serif; font-size: clamp(1.4rem, .5vw + 1rem, 1.6rem); line-height: clamp(2.1rem, .5vw + 1.5rem, 2.3rem); font-weight: 400; }
table td { vertical-align: top; padding: 5px; }
table ul { font-size: clamp(1.4rem, .5vw + 1rem, 1.6rem) !important; line-height: clamp(2.1rem, .5vw + 1.5rem, 2.3rem) !important; font-weight: 400 !important; }

/* Tabs */
.responsive-mode-phone .tabs-left { display: none !important; }
.responsive-mode-phone .tabs-right { width: 100%; }
.responsive-mode-phone .tabs-right .tab-icon { display: none !important; }
.responsive-mode-phone .tabs-right .tab-label { border-radius: 0 !important; }
.responsive-mode-phone .tabs-right .tab-text { border-radius: 0 !important; }

/* Front End */
.tabs-left { position: relative; display: inline-block; height: 100%; width: 33.3333%; vertical-align: top; }
.tabs-right { display: inline-block; width: calc(66.6666%); vertical-align: top; }
.tab-label { position: relative; display: inline-block; font-family: 'Inter', sans-serif; font-size: 20px; font-weight: 600; border-width: 1px; border-style: solid; border-color: transparent; transition: all .5s ease-in-out; }
.tab-icon { display: inline-block; vertical-align: middle; }
.page .tab-icon { vertical-align: -webkit-baseline-middle; }
.tab-label .icon-default-state { display: inline-block; }
.tab-label:hover .icon-default-state { display: none; }
.tab-label.active .icon-default-state { display: none; }
.tab-label .icon-hover-state { display: none; }
.tab-label:hover .icon-hover-state { display: inline-block; }
.tab-label.active .icon-hover-state { display: inline-block; }
.tab-image { position: absolute; left: -400%; height: 100%; width: 100%; background-size: cover !important; background-position: center center !important; transition: all .5s ease-in-out; }
.tab-image.active { left: 0%; }
.tabs-div { position: relative; }
.tab-text { position: absolute; left: 400%; max-height: 0; vertical-align: top; }
.tab-text.active { position: relative; left: 0%; max-height: 3000px; }
.tab a { text-decoration: none; color: #000000; }

/* Team Members */
.team-member-info { padding-bottom: 30px; }
.team-member-info .job-title { margin: 0; }
.team-member-full-section { align-items: stretch; margin: 180px 0 60px; }
.team-member-image-half, .team-member-info-half { flex-basis: 50%; }
.team-member-info-half { padding: 6%; }
.team-member-info-half h2 { margin-bottom: 10px; }
.team-member-info-half .button { margin-top: 60px; }
.team-member-featured-image { height: 100%; border-radius: 15px; }
.team-member-title { margin-top: 0; }

/*****************************************************/
/* RESPONSIVE                                        */
/*****************************************************/
@media (max-width: 1024px) {
    .front-end-desktop { display: none; }
    .front-end-tablet { display: block; }
    .front-end-phone { display: none; }
    .columns-full-buttons { width: 100% !important; }
    
    .footnotes { width: 95%; padding: 60px 30px 30px 30px; }
    /*.eclipse-text div { padding: 0 !important; }*/
}

@media (max-width: 600px) {
    .front-end-dekstop { display: none; }
    .front-end-tablet { display: none; }
    .front-end-phone { display: block; }
    
    .mobile { display: block; }
    .desktop { display: none; }
    
    .full-width .full-width-column .tile-video .video-player { left: -10%; width: 120%; height: 310%; top: -85%; }
    p.footnote-link { margin: 30px 0 -20px 0 !important; }
    .single-post .entry-content { padding: 90px 0 0 0 !important; }
    .negative_value_lines p.footnote-link { top: 40px; }
    
    .tabs-left { display: none !important; }
    .tabs-right { width: 100%; }
    .tabs-right .tab-icon { display: none !important; }
    .tabs-right .tab-label { border-radius: 0 !important; }
    .tabs-right .tab-text { border-radius: 0 !important; }
}