@layer swift3 {:root { --wp-block-synced-color: #7a00df; --wp-block-synced-color--rgb: 122,0,223; --wp-bound-block-color: var(--wp-block-synced-color); --wp-editor-canvas-background: #ddd; --wp-admin-theme-color: #007cba; --wp-admin-theme-color--rgb: 0,124,186; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-10--rgb: 0,107,160.5; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-theme-color-darker-20--rgb: 0,90,135; --wp-admin-border-width-focus: 2px; }@media (min-resolution: 192dpi){:root { --wp-admin-border-width-focus: 1.5px; }}:root { --wp--preset--font-size--normal: 16px; --wp--preset--font-size--huge: 42px; }.has-text-align-right { text-align: right; }.screen-reader-text { border: 0px; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; overflow-wrap: normal !important; }.screen-reader-text:focus { background-color: #dddddd; clip-path: none; color: #444444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }html :where(img[class*="wp-image-"]) { height: auto; max-width: 100%; }:where(figure) { margin: 0px 0px 1em; }.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) { display: flex; flex-wrap: wrap; list-style-type: none; margin: 0px; padding: 0px; }.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item { display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin: 0px 1em 1em 0px; position: relative; width: calc(50% - 1em); }.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure { align-items: flex-end; display: flex; height: 100%; justify-content: flex-start; margin: 0px; }.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img { display: block; height: auto; max-width: 100%; width: auto; }.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img { flex: 1 1 0%; height: 100%; object-fit: cover; width: 100%; }.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item { margin-right: 0px; width: 100%; }.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child { margin-right: 0px; }.wp-block-image img { box-sizing: border-box; height: auto; max-width: 100%; vertical-align: bottom; }@keyframes show-content-image { 0% { visibility: hidden; } 99% { visibility: hidden; } 100% { visibility: visible; } }@keyframes turn-on-visibility { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes turn-off-visibility { 0% { opacity: 1; visibility: visible; } 99% { opacity: 0; visibility: visible; } 100% { opacity: 0; visibility: hidden; } }@keyframes lightbox-zoom-in { 0% { transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); } 100% { transform: translate(-50%, -50%) scale(1); } }@keyframes lightbox-zoom-out { 0% { transform: translate(-50%, -50%) scale(1); visibility: visible; } 99% { visibility: visible; } 100% { transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); visibility: hidden; } }.kk-star-ratings { display: flex; -webkit-box-align: center; align-items: center; }.kk-star-ratings.kksr-valign-top { margin-bottom: 2rem; }.kk-star-ratings.kksr-align-left { justify-content: flex-start; }.kk-star-ratings .kksr-stars { position: relative; }.kk-star-ratings .kksr-stars .kksr-stars-active, .kk-star-ratings .kksr-stars .kksr-stars-inactive { display: flex; }.kk-star-ratings .kksr-stars .kksr-stars-active { overflow: hidden; position: absolute; top: 0px; left: 0px; }.kk-star-ratings .kksr-stars .kksr-star { cursor: pointer; padding-right: 0px; }.kk-star-ratings .kksr-stars .kksr-star .kksr-icon { transition: 0.3s; }.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-stars-active { width: 0px !important; }.kk-star-ratings .kksr-stars .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon { background-image: url(https://tslipcl.org/wp-content/plugins/kk-star-ratings/src/core/public/svg/inactive.svg); }.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon { background-image: url(https://tslipcl.org/wp-content/plugins/kk-star-ratings/src/core/public/svg/active.svg); }.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon { background-image: url(https://tslipcl.org/wp-content/plugins/kk-star-ratings/src/core/public/svg/selected.svg); }.kk-star-ratings .kksr-legend { margin-left: 0.75rem; margin-right: 0.75rem; }.footer-bar-active .footer-bar .widget { padding: 0px; }.footer-bar-align-right .copyright-bar { order: -20; margin-right: auto; }@media (max-width: 768px){.footer-bar-active .inside-site-info { flex-direction: column; }.footer-bar-active .footer-bar { margin-bottom: 10px; }.footer-bar-align-right .copyright-bar { order: unset; margin-right: 0px; }}blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul { margin: 0px; padding: 0px; border: 0px; }html { font-family: sans-serif; text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }main { display: block; }html { box-sizing: border-box; }*, ::after, ::before { box-sizing: inherit; }button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; margin: 0px; }[type="search"] { appearance: textfield; outline-offset: -2px; }body, button, input, select, textarea { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-weight: 400; text-transform: none; font-size: 17px; line-height: 1.5; }p { margin-bottom: 1.5em; }h1, h2, h3, h4, h5, h6 { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; }table, td, th { border: 1px solid rgba(0, 0, 0, 0.1); }table { border-collapse: separate; border-spacing: 0px; border-width: 1px 0px 0px 1px; margin: 0px 0px 1.5em; width: 100%; }td, th { padding: 8px; }td { border-width: 0px 1px 1px 0px; }h1 { font-size: 42px; margin-bottom: 20px; line-height: 1.2em; font-weight: 400; text-transform: none; }h2 { font-size: 35px; margin-bottom: 20px; line-height: 1.2em; font-weight: 400; text-transform: none; }ol, ul { margin: 0px 0px 1.5em 3em; }ul { list-style: disc; }li > ol, li > ul { margin-bottom: 0px; margin-left: 1.5em; }b, strong { font-weight: 700; }cite, dfn, em, i { font-style: italic; }ins, mark { text-decoration: none; }sub, sup { font-size: 75%; height: 0px; line-height: 0; position: relative; vertical-align: baseline; }sup { bottom: 1ex; }figure { margin: 0px; }table { margin: 0px 0px 1.5em; width: 100%; }img { height: auto; max-width: 100%; }button, input[type="button"], input[type="reset"], input[type="submit"] { background: #55555e; color: #ffffff; border: 1px solid transparent; cursor: pointer; appearance: button; padding: 10px 20px; }input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea { border: 1px solid; border-radius: 0px; padding: 10px 15px; max-width: 100%; }a, button, input { transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out; }a { text-decoration: none; }.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail { max-width: 100%; height: auto; }.screen-reader-text { border: 0px; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; width: 1px; position: absolute !important; overflow-wrap: normal !important; }.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px 2px; clip-path: none; color: #21759b; display: block; font-size: 0.875rem; font-weight: 700; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; clip: auto !important; }.main-navigation { z-index: 100; padding: 0px; clear: both; display: block; }.main-navigation a { display: block; text-decoration: none; font-weight: 400; text-transform: none; font-size: 15px; }.main-navigation ul { list-style: none; margin: 0px; padding-left: 0px; }.main-navigation .main-nav ul li a { padding-left: 20px; padding-right: 20px; line-height: 60px; }.inside-navigation { position: relative; }.main-navigation .inside-navigation { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; }.main-navigation .main-nav > ul { display: flex; flex-wrap: wrap; align-items: center; }.main-navigation li { position: relative; }.main-navigation .menu-bar-items { display: flex; align-items: center; font-size: 15px; }.main-navigation .menu-bar-items a { color: inherit; }.main-navigation .menu-bar-item { position: relative; }.main-navigation .menu-bar-item.search-item { z-index: 20; }.main-navigation .menu-bar-item > a { padding-left: 20px; padding-right: 20px; line-height: 60px; }.nav-align-right .inside-navigation { justify-content: flex-end; }.main-navigation ul ul { display: block; box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px; float: left; position: absolute; left: -99999px; opacity: 0; z-index: 99999; width: 200px; text-align: left; top: auto; transition:opacity 0.08s linear; pointer-events: none; height: 0px; overflow: hidden; }.main-navigation ul ul a { display: block; }.main-navigation ul ul li { width: 100%; }.main-navigation .main-nav ul ul li a { line-height: normal; padding: 10px 20px; font-size: 14px; }.main-navigation .main-nav ul li.menu-item-has-children > a { padding-right: 0px; position: relative; }.main-navigation:not(.toggled) ul li.sfHover > ul, .main-navigation:not(.toggled) ul li:hover > ul { left: auto; opacity: 1; transition-delay: 150ms; pointer-events: auto; height: auto; overflow: visible; }.menu-item-has-children .dropdown-menu-toggle { display: inline-block; height: 100%; clear: both; padding-right: 20px; padding-left: 10px; }.site-main .comment-navigation, .site-main .post-navigation, .site-main .posts-navigation { margin: 0px 0px 2em; overflow: hidden; }.site-main .post-navigation { margin-bottom: 0px; }.main-title { margin: 0px; font-size: 25px; line-height: 1.2em; overflow-wrap: break-word; font-weight: 700; text-transform: none; }.byline, .entry-header .cat-links, .entry-header .comments-link, .entry-header .tags-links, .group-blog .byline, .single .byline { display: inline; }.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) { margin-top: 2em; }.entry-header, .site-content { overflow-wrap: break-word; }.entry-title { margin-bottom: 0px; }.entry-meta { font-size: 85%; margin-top: 0.5em; line-height: 1.5; }footer.entry-meta { margin-top: 2em; }.cat-links, .comments-link, .tags-links { display: block; }.entry-content > p:last-child, .entry-summary > p:last-child, .page-content > p:last-child, .read-more-container, .taxonomy-description p:last-child { margin-bottom: 0px; }.wp-block-gallery, ul.blocks-gallery-grid { margin-left: 0px; }.widget-area .widget { padding: 40px; }.footer-widgets .widget :last-child, .sidebar .widget :last-child { margin-bottom: 0px; }.footer-widgets .widget:last-child, .sidebar .widget:last-child { margin-bottom: 0px; }.site-content { display: flex; }.grid-container { margin-left: auto; margin-right: auto; max-width: 1200px; }.page-header, .sidebar .widget, .site-main > * { margin-bottom: 20px; }.one-container.both-right .site-main, .one-container.right-sidebar .site-main { margin-right: 40px; }.one-container .site-content { padding: 40px; }.one-container .site-main > :last-child, .separate-containers .site-main > :last-child { margin-bottom: 0px; }.inside-site-info { display: flex; align-items: center; justify-content: center; padding: 20px 40px; }.site-info { text-align: center; font-size: 15px; }.featured-image { line-height: 0; }.one-container .inside-article > .featured-image { margin-top: 0px; margin-bottom: 2em; }.gp-icon { display: inline-flex; align-self: center; }.gp-icon svg { height: 1em; width: 1em; top: 0.125em; position: relative; fill: currentcolor; }.close-search .icon-search svg:first-child, .icon-menu-bars svg:nth-child(2), .icon-search svg:nth-child(2), .toggled .icon-menu-bars svg:first-child { display: none; }.entry-meta .gp-icon { margin-right: 0.6em; opacity: 0.7; }.container.grid-container { width: auto; }.menu-toggle, .mobile-bar-items, .sidebar-nav-mobile { display: none; }.menu-toggle { padding: 0px 20px; line-height: 60px; margin: 0px; font-weight: 400; text-transform: none; font-size: 15px; cursor: pointer; }button.menu-toggle { background-color: transparent; flex-grow: 1; border: 0px; text-align: center; }button.menu-toggle:active, button.menu-toggle:focus, button.menu-toggle:hover { background-color: transparent; }.has-menu-bar-items button.menu-toggle { flex-grow: 0; }@media (max-width: 768px){.hide-on-mobile { display: none !important; }a, body, button, input, select, textarea { transition: ease-in-out; }.site-content { flex-direction: column; }.container .site-content .content-area { width: auto; }.is-left-sidebar.sidebar, .is-right-sidebar.sidebar { width: auto; order: initial; }#main { margin-left: 0px; margin-right: 0px; }body:not(.no-sidebar) #main { margin-bottom: 0px; }.entry-meta { font-size: inherit; }.entry-meta a { line-height: 1.8em; }}.post-image-above-header .inside-article .featured-image, .post-image-above-header .inside-article .post-image { margin-top: 0px; margin-bottom: 2em; }.post-image-aligned-center .featured-image, .post-image-aligned-center .post-image { text-align: center; }.navigation-branding, .site-logo.mobile-header-logo { display: flex; align-items: center; order: 0; margin-right: 10px; }.navigation-branding .main-title { transition:line-height 0.3s ease; }.navigation-branding .main-title a { font-family: inherit; font-size: inherit; font-weight: inherit; text-transform: unset; }.main-navigation .menu-toggle { flex-grow: 1; width: auto; }.main-navigation.has-branding .menu-toggle, .main-navigation.has-sticky-branding.navigation-stick .menu-toggle { flex-grow: 0; padding-right: 20px; order: 2; }.nav-align-right .navigation-branding { margin-right: auto; }.main-navigation.has-branding .inside-navigation.grid-container, .main-navigation.has-branding.grid-container .inside-navigation:not(.grid-container) { padding: 0px 50px; }.navigation-branding .main-title { line-height: 55px; }@media (max-width: 768px){.navigation-branding { margin-right: auto; margin-left: 10px; }.navigation-branding .main-title, .mobile-header-navigation .site-logo { margin-left: 10px; }.main-navigation.has-branding .inside-navigation.grid-container { padding: 0px; }}.wp-block-gallery.wp-block-gallery-1 { --wp--style--unstable-gallery-gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) ); gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) ); }#site-navigation { margin-top: 7px !important; }.web-insights-reading-meter { position: fixed; z-index: 1111; width: 100%; background-color: #f1f1f1; top: 0px !important; }.web-insights-progress { width: 100%; height: 7px; z-index: 1111; background: #cccccc; }.progress-bar { height: 7px; background-color: #4cb8c4; width: 0%; }html body {font-family: sans-serif;}html{opacity:1}}