/*
Theme Name: Linguini Child
Template: linguini
Author: Child Theme Configurator
Version: 1.0.1741370681
Updated: 2025-03-07 18:04:41

*/

:root {
    --primary: #004990;
    --secondary: #0096d6;
    --teritiary: #ffdf1b;
    --primary-dark: #01264a;
}

/*** General ***/
* {
    font-family: 'Roboto';
}

body {
    background: #fff;
    color: #000;
}

p,li,ul{
	color: var(--primary);
}

/* Headers and Headings */

h1, h2, h3, h4, h5, h6 {
    color: var(--primary);
    letter-spacing:1px;
}

h2, h3, h4, h5, h6 {
    color: var(--primary) !important;
}

.fy-heading h1  {
    font-size: 2em;
}

h1 {
	font-size:30px;
	margin-top:30px !important;
}

h1.slider {
	font-size:46px;
}

.fy-header, 
.fy-header .fy-background-media,
.fy-heading {
    background-color: #fff;
    color: #000;
    text-align: left;
    box-shadow: none;
}

.fy-heading__container {
    padding: 20px 80px;
    background-color: #fff;
}

.fy-header.sticky-clone .fy-navigation-container, .fy-header.sticky-clone .fy-navigation-container-trigger {
    background-color: var(--primary);
}

.header-text {
	font-weight:500;
	color: #004890;
	font-size:26px;
	margin-top:25px;
    white-space: normal;
}

.h-logo {
	width:90px;
	margin-right:100px;
	margin-top:20px;
}

/* Content and Main */

.fy-main {
    padding-top: 30px;
}

.fy-background-empty, .fy-background-media {
    background-color: #fff;
}

[class*=wp-block] {
    margin-bottom: 20px;
}

.fy-content,
:where(.fy-content) h1:not(.has-text-color), 
:where(.fy-content) h2:not(.has-text-color), 
:where(.fy-content) h3:not(.has-text-color), 
:where(.fy-content) h4:not(.has-text-color), 
:where(.fy-content) h5:not(.has-text-color), 
:where(.fy-content) h6:not(.has-text-color),
.fy-main-content dd:not(.has-text-color), 
.fy-main-content td:not(.has-text-color), 
.fy-main-content>ol:not(.has-text-color), 
.fy-main-content>p:not(.has-text-color), 
.fy-main-content>ul:not(.has-text-color) {
    color: #000;
}

:where(.fy-content) :where(address) a, 
:where(.fy-content) :where(dl) a, 
:where(.fy-content) :where(ol) a, 
:where(.fy-content) :where(p) a, 
:where(.fy-content) :where(pre) a, 
:where(.fy-content) :where(td) a, 
:where(.fy-content) :where(th) a, 
:where(.fy-content) :where(ul:not([class*=block]) li:not([class*=block])) a {
    color: var(--primary);
    text-decoration: underline;
}

:where(.fy-content) :where(address) a:focus, 
:where(.fy-content) :where(address) a:hover, 
:where(.fy-content) :where(dl) a:focus, 
:where(.fy-content) :where(dl) a:hover, 
:where(.fy-content) :where(ol) a:focus, 
:where(.fy-content) :where(ol) a:hover, 
:where(.fy-content) :where(p) a:focus, 
:where(.fy-content) :where(p) a:hover, 
:where(.fy-content) :where(pre) a:focus, 
:where(.fy-content) :where(pre) a:hover, 
:where(.fy-content) :where(td) a:focus, 
:where(.fy-content) :where(td) a:hover, 
:where(.fy-content) :where(th) a:focus, 
:where(.fy-content) :where(th) a:hover, 
:where(.fy-content) :where(ul:not([class*=block]) li:not([class*=block])) a:focus, 
:where(.fy-content) :where(ul:not([class*=block]) li:not([class*=block])) a:hover {
    color: rgba(var(--primary), .7);
}

.fy-flex-container {
    margin-left: 0px;
}
.fy-flex-container>[class*=fy-flex-column] {
   padding-left:0px;
}

:where(.fy-content) :where(p) a {
    border-bottom: none;
}

/*** Links and Buttons ***/

.stk-link.stk-button span{
    vertical-align: middle;
}

/* Accessibility focus */

a:focus,
button:focus {
  outline: 3px solid #ff9800; 
  outline-offset: 2px;
  background-color: rgba(255, 152, 0, 0.2); 
  border-radius: 4px;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #ff9800;
  outline-offset: 2px;
  background-color: rgba(255, 152, 0, 0.2);
  border-radius: 4px;
}


/*** Navigation ***/

.fy-navigation-container, 
.fy-navigation-container-trigger {
    background-color: var(--primary);
}

.fy-navigation-list>li a, 
.fy-navigation-list>li:focus-within>a {
    color: #fff;
}

.fy-navigation-list>li:hover>a, 
.fy-navigation-list>li>a:focus, 
.fy-navigation-list>li>a:hover,
.fy-navigation-list>li[class*=current]:focus-within>a, 
.fy-navigation-list>li[class*=current]:hover>a, 
.fy-navigation-list>li[class*=current]>a:focus, 
.fy-navigation-list>li[class*=current]>a:hover,
.fy-navigation-list>li[class*=current]>a {
    color: var(--teritiary);
}

:where(.fy-header) a:focus, 
:where(.fy-header) a:hover {
    border-color: var(--secondary);
    
}

.fy-navigation-list>li.important>a:after, 
.fy-navigation-list>li>a:before,
.fy-header.sticky-clone .fy-navigation-list>li.important>a:after, 
.fy-header.sticky-clone .fy-navigation-list>li:focus-within>a:before, 
.fy-header.sticky-clone .fy-navigation-list>li:hover>a:before, 
.fy-header.sticky-clone .fy-navigation-list>li>a:before, 
.fy-header.sticky-clone .fy-navigation-list>li>a:focus:before, 
.fy-header.sticky-clone .fy-navigation-list>li>a:hover:before {
    background-color: var(--secondary);
    color: var(--primary-dark);
}

.navigation-align-center .fy-navigation {
    justify-content: left;
}

.menu-item-type-custom,
.menu-item-object-custom {
    background-color: var(--secondary);
    color: var(--primary-dark);
}

.menu-item-type-custom:hover,
.menu-item-object-custom:hover,
.menu-item-type-custom:focus,
.menu-item-object-custom:focus,
.menu-item-type-custom:active,
.menu-item-object-custom:active {
    background-color: var(--secondary);
    color: #000;
}

.menu-item-type-custom a,
.menu-item-object-custom a {
    color: var(--primary-dark) !important; 
}

.menu-item-type-custom a:hover,
.menu-item-object-custom a:hover,
.menu-item-type-custom a:focus,
.menu-item-object-custom a:focus,
.menu-item-type-custom a:active,
.menu-item-object-custom a:active {
    background-color: var(--secondary);
    color: #000 !important;
}

.fy-navigation-trigger {
    color: #fff;
}

.fy-navigation-trigger:focus, 
.fy-navigation-trigger:hover {
    color: var(--teritiary);
}

.fy-navigation-close:focus, 
.fy-navigation-close:hover {
    color: #fff;
}

/*** Hero ***/
.fy-main--homepage,
.fy-main--homepage .fy-section__container.fy-centerer,
.fy-main--homepage .wp-block-stackable-hero,
.fy-main--homepage .fy-section:not(.fy-section--widgets-cta):first-child {
    padding-top: 0;
    margin-top: 0;
}

.wp-block-stackable-hero .stk-inner-blocks {
    font-size: .75em;
    margin: 10px;
    padding: 10px 20px;
    background-color: var(--primary);
    color: #fff;
    width: 400px;
    align-items: flex-end;
    float: right;
}

.wp-block-stackable-hero .stk-button {
    font-size: 12px;
}

/*** Footer ***/ 
.fy-section--footer {
    margin: 10px 0;
}

.fy-footer,
.fy-section--footer-widgets {
    background-color: var(--primary);
    box-shadow: none;
    font-size: .8em;
}

.fy-section.fy-section--footer.fy-section--footer-widgets > .fy-section__container {
    padding: 0 20px;
}

.fy-section--footer-widgets .widget {
    margin-bottom: 100px;
}

.fy-footer a:not([class*=button]):focus, 
.fy-footer a:not([class*=button]):hover {
    border-bottom-color: var(--secondary);
}

.fy-section--footer-copyright .fy-section__container {
    padding: 0;
}

.fy-footer-copyright a,
.fy-footer-themeby {
    display: none;
}


/*** Media Queries ***/

@media (max-width: 1023px) {
    .fy-navigation-container>.fy-navigation>ul>li>a {
        color: #fff;
    }
    .fy-heading__container {
        padding: 20px;
    }
}

@media screen and (min-width: 1441px) {
	h1 {
		margin-left:-90px !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
	h1 {
		margin-left:-40px !important;
	}
}

@media screen and (min-width: 1024px) {
	.menu-item-992 {
		/*border-right:1px solid;*/
		margin-right:5px;
	}
}

@media screen and (max-width: 1440px) {
	.header-text {
		margin-top:25px;
		text-align:center;
		margin-bottom:15px;
	}

	.h-logo {
		margin-right:0px;
	}
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
	.h-logo {
		margin-right:50px;
	}
}

@media screen and (max-width: 767px) {
	.h-logo {
		width:50px;
	}
}

@media screen and (max-width: 1024px) {
	.fy-flex-container {
		justify-content:center;
	}
}

@media screen and (max-width: 1345px) {
    .fy-logo.cs-logo {
        padding: 10px;
    }

    .fy-logo a {
        min-height: auto;
        width: 250px;
    }

    .h-logo img {
        height: auto;
    }
}

@media screen and (max-width: 1110px) {
    .header-text {
        margin-top: 0;
    }
}

@media screen and (max-width: 509px) {
    .fy-logo.cs-logo {
        padding: 0px;
        margin-top: 5px !important;
    }
}

@media (max-width: 767px) {
    .fy-logo img {
        margin-top: -25px;
    }
}