/*
Theme Name: Squigloo Custom Theme
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Custom block theme for Form Osteo
Version: 1.0.0
*/

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	vertical-align: baseline;}
body {	line-height: 1; }
ol,ul {	list-style: none;}
blockquote {	quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {	content: '';}
table {	border-collapse: collapse;	border-spacing: 0;}
caption,th, td {	font-weight: normal;	text-align: left;}
html {	overflow-y: scroll;	font-size: 100%;	-webkit-text-size-adjust: 100%;	-ms-text-size-adjust: 100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {	display: block;}
audio,canvas,video {	display: inline-block;}
audio:not([controls]) {	display: none;}
ins {	text-decoration: none; }
hr {border: 0;	height: 1px;    clear: both;}
sub, sup {	font-size: 60%;	line-height: 0;	position: relative;	vertical-align: baseline;}
sup {	top: -0.5em;}
sub {	bottom: -0.25em;}
h1 sub, h1 sup, h2 sub,  h2 sup { 	font-size: 50%;	line-height: 0;	position: relative;	vertical-align: baseline;}
small {	font-size: smaller; }
img {	border: 0;	-ms-interpolation-mode: bicubic; }

/* Form fields, general styles first */
button,input,textarea {	font-family: inherit;	padding: 6px;	box-sizing: border-box;	line-height: normal;}
select {	font-family: inherit;	padding: 6px;	box-sizing: border-box;}
textarea {	font-size: 100%;	overflow: auto;	vertical-align: top;}
/* Reset non-text input types */
input[type="checkbox"],input[type="radio"],input[type="file"],input[type="hidden"],input[type="image"],input[type="color"] {
	border: 0;	border-radius: 0;	padding: 0;
}
/* Buttons */
input[type="submit"],input[type="button"],input[type="reset"],article.post-password-required input[type=submit] {
	background-color: #ffffff;
    border: 1px solid #c2c4c4;
    border-radius: 3px;
    clear: both;
    color: #333333;
    display: inline-block;
    padding: 0 10px;
    white-space: nowrap;
}
button,input[type="submit"],input[type="button"],input[type="reset"] {	cursor: pointer;}
button[disabled],input[disabled] {	cursor: default;}
/* Responsive images */
.entry-content img,
.comment-content img{
	max-width: 100%; height: auto; 
}
/* Make sure videos and embeds fit their containers */
embed,iframe,object,video {	max-width: 100%;	display: block;}
.alignleft {	float: left;}
.alignright {	float: right;}
.aligncenter {	display: block;	margin-left: auto;	margin-right: auto;}
.alignfull {	width:100%;	height:auto;}
.alignleft.wp-block-image {  margin-inline-end: 2em;}

/* Navigation */
.site-content nav {
	clear: both;
	line-height:normal;
	overflow: hidden;
}
.site-content nav a {
    color: var(--wp--preset--color--bright-blue);
    font-weight: bold;
}
.site-content .meetings-nav {
    padding-top: 30px;
    clear: both;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.site-content .nav-pagination {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 20px;
}
.site-content .nav-pagination .page-numbers {
    display: inline-block;
    padding: 5px;
    min-width: 25px;
    text-align: center;
    margin: 0 2px;
    background-color: var(--wp--preset--color--light-grey);
    font-weight: normal;
}
.site-content .nav-pagination a.page-numbers:hover {
    color: #000;
}
.site-content .nav-pagination .page-numbers.dots {
    background-color: #FFF;
}
.site-content .nav-pagination .page-numbers.prev,
.site-content .nav-pagination .page-numbers.next {
    background-color: #FFF;
    font-weight: bold;
    font-size: 14px;
}
.site-content .nav-pagination .page-numbers.current {
    background-color: var(--wp--preset--color--bright-blue);
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	background-color: #FFFFFF;
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    font-family:  "Montserrat", Arial, "ITC Franklin Gothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    color: #333333;
    background-color: #FFFFFF;
   
}
strong {
    font-weight: 700;
}
a {
	outline: none;
	color: var(--wp--preset--color--bright-blue);
	text-decoration: none;
}
a:where(:not(.wp-element-button)) {
    text-decoration: inherit !important;
}

/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
}
.site-content {
	margin: 24px 0;
}
.widget-area {
	margin: 0 0 24px 0;
}

/* Header */
.site-header {
	padding: 0px;
	background-color: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0,0,0,0);
    z-index: 999;
    /*position: absolute;*/
    width: 100%;
	}
.site-header .wrap {
    position: relative;
    z-index: 999;
    margin: 0 auto;
    padding: 5px 20px;
    box-sizing: border-box;
    max-width:1240px;
}
.mini-strip p { margin: 0}
.logo-strip p { margin: 5px 0; }

.site-header #search-btn svg path {
    fill:var(--wp--preset--color--orange);
}
.site-header #search-btn:hover svg path {
    fill:var(--wp--preset--color--orange);
}
#top-searchbar {
    position: absolute;
    width: calc(100% - 20px);
    background-color: #ffffff;
    top: 0;
    height: 100%;
    z-index: 1000;
    display: none;
    padding: 7px 20px;
    box-sizing: border-box;
}
#top-searchbar .close-search {
    float: right;
    line-height: 27px;
    padding: 0 3px;
    cursor: pointer;
}
#top-searchbar .search-field {
    padding: 8px 8px;
    border: none;
    width: calc(100% - 40px);
}
#top-searchbar .search-submit {
    display: none;
}
/* Navigation Menu */
.main-navigation {
    margin-top: 0px;
    text-align: left;
    font-size : 18px;  
	font-weight: bold;
}  
/*.main-navigation .nav-menu {
    opacity: 1;
    animation: menufade 400ms linear; 
    animation-delay: 200ms;
}
@keyframes menufade {
    0% { opacity: 0 }
    100% { opacity: 1 }
}*/


.main-navigation li {
	line-height: normal;
}
.main-navigation a {
    color: var(--wp--preset--color--bright-blue);
}
.main-navigation a:hover {
	color: var(--wp--preset--color--navy);
}
.main-navigation .message-only a,
.main-navigation .message-only a:hover {
	cursor: default;
	color: #717171;
}

.main-navigation .mobile-only, 
.main-navigation .sub-menu {
	display:none;
}
 .mobileNav {
    position: relative;
    left: auto;
    width:auto;
    padding:0;
    height:auto;
    box-shadow:none;
}
.admin-bar .mobileNav {
    padding-top:0px;
}
.header-tools {
	position: absolute;
	right:20px;
	top: 7px;
	color:var(--wp--preset--color--orange);
	font-weight : bold;
	font-size : 18px;
	line-height: 22px;
}
.header-tools a {
	color:var(--wp--preset--color--orange);
	margin-left: 10px;
    transition: color 200ms ease-in-out;
}
.header-tools .icon {
    position: relative;
}
.header-tools .count {
    display: none;
}
.header-tools .count.has-items {
    display: block;
	position: absolute;
	top: -4px;
  right: -5px;
    background-color:var(--wp--preset--color--orange);
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    transition: background-color 200ms ease-in-out;
}
.header-tools a:hover .count.has-items {
     background-color:var(--wp--preset--color--navy)
}
.header-tools svg {
  transform: translateY(3px);
}
.header-tools svg path {
    transition: fill 200ms ease-in-out;
}
.site-header .header-tools a:hover svg path,
.site-header #search-btn:hover svg path{
  fill: var(--wp--preset--color--navy) !important;
}
#mobile-contact {
    font-size: 18px !important;
    border-top: 1px solid #CCC;
    margin: 15px 10px 0px;
    padding: 20px 0 5px;
}
#mobile-contact .h {
    text-transform: uppercase; 
    font-size: 14px !important;
    letter-spacing: 1px;
}
#mobile-contact p {
    font-size: 18px !important;
    text-align: left !important;
    margin-bottom: 15px;
}
#mobile-contact p strong {
    font-weight: normal;
}
#mobile-contact a {
    color:#FFFFFF;
    padding: 0;

}
.bc-nav {
	background-color: #f2f2f2;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 0.55px;
	text-transform: uppercase;
	color: #808080;
}
.rank-math-breadcrumb {
	max-width: 1200px;
	margin: 0 auto;
	padding: 6px 20px;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb .last {
	color: #808080;
	white-space: nowrap;
}
@media screen and (max-width:1019px){
    
    .fixed-holder {
        height: 45px;
    }
    .toggled-on:before {
        content: "";
        position: fixed;
        top: 0; left: 0; width: 100%; height: 100%;
        background-color: rgba(0,0,0,0.6);
        z-index: 999998;
    }
    .mobileNav {
        position:fixed;
        left: -320px;
        top: 0;
        transition:left 600ms ease-out;
        width:300px;
        padding:30px 0px;
        box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
        background-color:var(--wp--preset--color--bright-blue);
        z-index: 999999;
        box-sizing: border-box;
        text-align: left;
        font-size: 18px;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        color: #FFF;
    }
    .mobileNav a {
        color: #FFF;
    }
    .toggled-on .mobileNav {
        top:0;
        left:0;
    }
    
    .menu-toggle {
        position:absolute;
        cursor: pointer;
        display:block;
        top:7px;
        left:15px;
        font-size: 19px;
        z-index: 999;
        height: 20px;
        line-height: 40px;
        padding: 5px;
    }
    .menu-toggle span.l {
        display: block;
        width: 30px;
        height: 2px;
        margin-bottom: 8px;
        background-color:  var(--wp--preset--color--orange);
    }
    .menu-toggle span.m {
        float: right;
        line-height: 18px;
    
    }
    .hideNav {
        color:rgba(255, 255, 255, 0.616);
        cursor:pointer;
        font-weight:300;
        font-size:17px;
        padding-left: 12px;
		margin-bottom: 10px;
    }
    .hideNav:hover{
        color:#000000;
    }
    .mobileNav a {
        color:#FFFFFF;
        display: block;
        padding: 12px;
    }
    .mobileNav a:hover {
        color:#FFFFFF;
    }
    .admin-bar .mobileNav {
        padding-top:50px;
    }
    .main-navigation .mobile-only,
    .main-navigation .sub-menu {
        display:block;
    }
    .main-navigation li {
        margin: 0px;
        position: relative;
    }
    .main-navigation li.mega-menu .sub-menu {
        display: none;
    }
    .main-navigation .subnav-btn {
        content: "";
        position: absolute;
        right:5px;
        top: 11px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        color: #FFF;
    }
    .main-navigation .subnav-btn:before {
        content: "";
        display: block;
        border-top: 1px solid #FFF;
        border-left: 1px solid #FFF;
        transform: rotate(135deg);
        width: 8px;
        height: 8px;
        transform-origin: center;
        position: absolute;
        top: 5px;
        left: 4px;
        transition: transform 330ms;
    }
     .main-navigation .hovered > .subnav-btn:before {
         transform: rotate(45deg);
    }
    .main-navigation .hide-submenu-mobile .sub-menu{
        display: none;
		background-color: rgba(0,0,0,0.15);
		padding: 5px 0;
    }
    
    .main-navigation .hovered > .sub-menu {
        display: block !important;
    }
    .main-navigation .sub-menu li {
        margin: 7px 10px 0;
        text-transform: none;
        letter-spacing: normal;
        font-weight: normal;
        font-size: 16px;
    }
     .main-navigation .sub-menu li a {
         padding: 6px 0;
    }
}
@media screen and (max-width:599px){
    .site-header {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .logo-strip { padding: 10px 35px 20px !important; }
    .logo-strip .wp-block-column { padding: 0 !important; }
    .fixed-holder {
        background-color: var(--wp--preset--color--bright-blue);
        width: 100%;
    }
    .menu-toggle span.l {
        background-color: #FFF;
    }
    .header-tools a {
        color: #FFF;
    }
    .header-tools a .label {
        font-size: 15px;
        font-weight: normal;
        display: none;
    }
    .header-tools a svg path {
        fill: #FFFFFF !important;
    }
    .mini-strip .wp-block-column:first-child {
        margin-bottom: 5px;
    }
}
/* Footer */
#site-footer {
    clear: both;
    padding: 0px;
    position: relative;
    z-index: 1;
    font-size: 14px;
}
#site-footer .move-up {
    margin-top: -110px;
    z-index: 99;
}
#site-footer .wp-block-group {
    position: relative;
}
#site-footer .site-info {
    position: relative;
    z-index: 10;
    margin: 0;
}
.footer-widgets ul {
    list-style: none;
    margin: 0;
}
#site-footer .widget {
    width: 100%;
}
#site-footer  a:not(.wp-block-button__link):hover {
    text-decoration: underline;
}
#site-footer .widget-area ul {
    margin: 0;
}
#site-footer .widget-area ul:not(.wp-block-social-links) li {
    margin-bottom: 6px;
    margin-left: 18px;
    padding: 0;
}
#site-footer .widget-area li:before {
    content: "";
}
#site-footer h4 {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 700;
}
#site-footer a {
    text-decoration: none;
}
a.btt {
    position: fixed;
    right: 5px;
    bottom: 5px;
    background-color: var(--wp--preset--color--bright-blue) !important;
    color:var(--wp--preset--color--white);
    padding: 5px;
    z-index: 999;
    border-radius: 50%;
    font-weight: bold;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    
}
a.btt:hover {
    color: #030000;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 5px 0px 5px 5px;
    z-index: 9999;
    max-width: 230px;
}
.fixed-footer .wp-block-button {
      margin-bottom: 0;
      margin-right: 5px;
}
.fixed-footer .wp-block-button .wp-block-button__link {
    font-weight: bold;
    font-size: 20px !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
/* =Main content and comment content
-------------------------------------------------------------- */
#main {
    box-sizing: border-box;
    min-height: 40vh;
    position: relative;
    z-index: 1;
    padding:0;
}
body.full-width #main {
    padding: 0;
    max-width: 100%;
    margin: 0;
}
.site-content {
    padding: 20px;
    position: relative;
    z-index: 10;
    max-width: 1240px;
    margin: 0 auto;
    box-sizing: border-box;
}
body.full-width #main .site-content {
    max-width: 100%;
    padding: 0;
}
.entry-header {
	padding: 0px;
}
.entry-header .entry-title {
	margin-bottom: 15px;
	line-height:normal;
    font-weight: bold;
    color: var(--wp--preset--color--bright-blue);
}
.entry-header .wp-post-image {
	margin-bottom: 15px;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header h4.post-meta {
	font-size: 15px;
	font-style: bold;
    text-transform: uppercase;
}
.entry-header h4.post-meta a {
	text-decoration: underline;
    color: inherit;
}
.entry-header .cat-desc {
    gap: 30px;
}
.wp-block-columns.cat-desc {
	margin-bottom: 20px;
	column-gap: 40px;
}
.news-post-featured-image img{
    margin: 30px auto 20px;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    width: 100%;
    height: auto;
    max-height: 700px;
    object-fit: cover;
}
.entry-header .entry-title,
.entry-content .h1-style,
.entry-content .h2-style,
.entry-content .h3-style,
.entry-content .h4-style,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6
{
	margin: 0 0 0.5em;
	line-height:1.3;
}
h1,
h2,
h3,
h4{
    color: var(--wp--preset--color--bright-blue);
    font-weight: normal;
}
/* h1 strong,
h2 strong,
h3 strong,
h4 strong{
    font-weight: 600;
} */
.uppercase {
    text-transform: uppercase;
}
.entry-header .entry-title,
.entry-content h1,
.entry-content h2.h1-style,
.entry-content h3.h1-style,
.entry-content h4.h1-style{
    font-size: 32px;
    font-weight: bold;
    
}
.entry-content h1.h2-style,
.entry-content h2,
.entry-content h3.h2-style,
.entry-content h4.h2-style,
.entry-content h5.h2-style{
    font-size: 30px;
}
.entry-content h1.h3-style,
.entry-content h2.h3-style,
.entry-content h3,
.entry-content h4.h3-style,
.entry-content h5.h3-style{
    font-size: 24px;
}
.entry-content .h4-style,
.entry-content h1.h4-style,
.entry-content h2.h4-style,
.entry-content h3.h4-style,
.entry-content h5.h4-style,
.entry-content h4{
    font-size : 18px;
    letter-spacing: 1px;
    text-transform : uppercase;
    font-weight: 700;
}

.entry-content h1.h5-style,
.entry-content h2.h5-style,
.entry-content h3.h5-style,
.entry-content h4.h5-style,
.entry-content h5{
    font-weight : bold;
    font-size : 18px;
    margin-bottom: 15px;
}
.entry-content h6 {
	font-size: 14px;
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
body {
  --wp--preset--font-size--medium: 16px  !important; 
  --wp--preset--font-size--large: 24px  !important; 
  --wp--preset--font-size--x-large: 30px  !important;
  --wp--preset--font-size--xx-large: 40px  !important;
}
.entry-content p,
.entry-summary p{
	margin: 0 0 24px;
	line-height:1.6;
   /*  letter-spacing: 0.25px;*/
}
.entry-content p.has-large-font-size {
    line-height: normal;
}

.entry-content ol,
.entry-content ul{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content ul ul
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul{
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li {
    margin: 0 0 4px 18px;
    line-height: 1.4;
}
.entry-content li.wp-social-link {
     margin: 0 0 14px 0px;
}
.entry-content p > strong a,
.entry-content p > a,
.entry-content p > em a,
.entry-content td a,
.entry-content li a {
    text-decoration: underline;
}
.entry-content .no-underline a {
    text-decoration: none;
}
.wp-block-latest-posts__list li > a {
    font-size: 1.2em;
    font-weight: bold;
    color: #274472;
}
.wp-block-latest-posts__list li time {
    font-weight: bold;
    color: #A6A6A6;
    text-transform: uppercase;
}
.wp-block-quote,
.entry-content blockquote {
	padding: 0 20px 20px;
    border-left: none;
    margin:0;
    position: relative;
    font-size: 18px;
    text-align: center;
}
.wp-block-quote:before,
.entry-content blockquote:before {
    display: block;
    content: "\201C";
    font-family: Times New Roman,Times,serif;
    font-weight: bold;
    font-size: 130px;
    line-height: 1;
    height: 0.6em;
    color: #A3A3A3;
    margin: 0 auto;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content blockquote cite {
    color: #747474;
    font-style: italic;
    font-weight: 500;
}
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code {
	display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	
}
.entry-content dl {
	margin: 0 24px;
}
.entry-content dt {
	font-weight: bold;
}
.entry-content dd {
	margin-bottom: 24px;
	
}
.entry-content table {
	margin: 0 0 0px;
	width: 100%;
}
.entry-content .auto-width table{
    width: auto;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content .wp-block-table.is-style-stripes {
    border: none;
}
.entry-content .wp-block-table.is-style-stripes table {
    border-right: none;
}
.entry-content .wp-block-table:not(.is-style-stripes) {
    border-top: 1px solid #767676;
}
.entry-content .wp-block-table table td {
    border-bottom: 1px solid #767676;
    padding-right: 8px;
}
.entry-content .has-white-color .wp-block-table table td {
    border-bottom: 1px solid #FFFFFF;
}

.entry-content .wp-block-table.is-style-stripes td {
    padding-left: 8px;
    border: none;
}
.entry-content .wp-block-table.is-style-stripes tr td {
    transition: background-color 100ms ease-out;
}
.entry-content .wp-block-table.is-style-stripes tr:hover td {
    background-color: #FFFED3;
}
.moretag {
	font-size: 13px;
	color: #B1B1B1;
}
.wp-block-table td, 
.wp-block-table th
.entry-content td,
.comment-content td {
    border: none;
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
    line-height: normal;
}
.hentry:after {
	clear:both;
	display:table;
	content:'';
}
.page-links {
	clear: both;
}

.logo-gallery {
	display: flex; 
	flex-wrap: wrap;
	gap:15px;
	justify-content: flex-start;
}
.logo-item {
	align-content: center;
	flex-basis: 33%;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	color: #757575;
	border-top:1px dotted #CCC;
	padding-top:10px;
}
.single-author .entry-meta .by-author {
	display: none;
}
.clearfix:after {
	clear:both;
	display:table;
	content:'';
}

.entry-content {
	position: relative;
}
.edit-link {
	position: absolute;
	top: -34px;
	right: 0;
	background-color: #E3E3E3;
	padding: 3px 7px;
	display: block;
	text-transform: uppercase;
	border-radius: 2px;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper{
    position: relative;
    padding-bottom: 56.25%;
}
.wp-embed-aspect-16-9 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}

.post-password-form {
    max-width: 1200px;
    margin: 50px auto;
    background-color: var(--wp--preset--color--light-grey);
    padding: 20px;
    
}

.wp-block-query li {
	list-style: none;
}
.wp-block-post-template-is-layout-grid > li {
	box-shadow: 0 0 0 rgba(0,0,0,0);
	transition: 300ms ease-out;
	border-radius: 10px;
    margin: 0;
}
.wp-block-post-template-is-layout-grid > li:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.wp-block-query li > .wp-block-group {
	height: 100%;
}
.wp-block-query li a {
	text-decoration: none;
}
.wp-block-query li p:last-child {
	margin-bottom: 10px;
}
.wp-block-query .wp-block-post-excerpt__more-link {
	color: #6dcff6;
	font-size: 15px;
}

/*Horizontal slider*/
.horizontal-slider::-webkit-scrollbar {
  height: 8px;
}
.horizontal-slider::-webkit-scrollbar-thumb,
.horizontal-slider::-webkit-scrollbar-track {
  border-radius: 6px;
}
.horizontal-slider::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--bright-blue);
}
.horizontal-slider::-webkit-scrollbar-track {
  background: #E3E3E3;
}
.horizontal-slider {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    max-width: 9000px !important;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding-bottom: 10px;
    width: 100%;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}
.horizontal-slider > * {
      flex: 0 0 auto;
}

.catalogue-holder {
    position: relative;
}
.catalogue-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
}
/*Category nav*/
.sub-cat-nav {
    text-align: center;
}
.sub-cat-nav a {
   display: inline-block;
  white-space: nowrap;
  background-color: #FFF;
  border:1px solid var(--wp--preset--color--bright-blue);
  color:  var(--wp--preset--color--bright-blue);
  padding: 12px 18px;
  border-radius: 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
.sub-cat-nav a:hover {
    background-color:var(--wp--preset--color--bright-blue);
    color: #FFFFFF;
}
.related-products {
    padding-top: 30px;
}
.related-products h3 {
    font-weight: bold;
}
ul.single-prod-specs {
    border-top: 1px solid #CCC;
    max-width: 760px;
}
.single-prod-specs li {
    list-style:none;
    padding: 5px 0;
    display: flex;
    border-bottom: 1px solid #CCC;
    margin: 0;
    gap: 10px;
    align-items: flex-start;
}
.single-prod-specs li > strong {
    flex-basis: 120px;
}
/*Grids and Posts */
.summary-view {
	margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: 300ms ease-out;
}
.summary-view.grey-bg {
    background-color: #f2f2f2;
}
.summary-view.grey-bg.hover-fx:hover {
    background-color: #FFFFFF;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.entry-summary {
    padding: 0px;
    line-height: normal;
}
.summary-view {
    padding-bottom: 50px;
}
.summary-view > .image {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    background-color: rgba(0,0,0,0.15);
    overflow: hidden;
}
.summary-view > .image.no-image {
	background-color: var(--wp--preset--color--bright-blue);
	overflow: hidden;
}
.summary-view > .image .faux-image {
	color: #FFF;
	display: block;
	padding: 20px;
	opacity: 0.1;
	font-size: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
.product-cats .summary-view > .image {
    border-radius: 10px;
    margin-bottom: 10px;
}
.product-cats .summary-view {
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
}
.summary-view > .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transform-origin: center;
    transition: transform 300ms ease-out;
} 

.product-cats a:hover .image img {
    transform: scale(1.1);
}
.summary-view .blurb {
    padding: 20px;
}
.summary-view h5.post-meta{
    color: var(--wp--preset--color--bright-blue);
    font-weight : bold;
    font-size : 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.summary-view p.base-aligned{
    position: absolute;
    bottom: 20px;
    left: 0;
    box-sizing: border-box;
    padding: 0 20px;
}
.summary-view p.read-more a {
    color:  var(--wp--preset--color--bright-blue);
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none !important;
    font-size: 14px;
    letter-spacing: 1px;
}
.summary-view.staff p.read-more {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.summary-view p.read-more a:hover {
   color: #121212;
}
.summary-view.latest-post, 
.summary-view.latest-post h5.post-meta,
.summary-view.latest-post p.read-more a,
.summary-view.latest-post .entry-title a{
    color: #FFF !important;
}
.summary-view .entry-title {
    font-size: 27px !important;
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: bold;
}
.summary-view .entry-title a {
    color: var(--wp--preset--color--bright-blue);
}
.summary-view a.moretag {
    font-weight: bold;
    margin-left: 5px;
    text-decoration: none !important;
}
.summary-view h4 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    color: #8B8D93;
    margin-bottom: 10px;
}
.entry-content .summary-view h3  {
    margin-bottom: 5px;
}
.entry-content .summary-view h5  {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
.wp-block-query li a:hover,
.summary-view a:hover {
    color: var(--wp--preset--color--navy);
}
.related-posts h3.title {
    padding-top: 40px;
}
.related-posts .grid {
    
    justify-content: left;
}
.grid.columns-x2-mobile {
        clear: both;
        display: flex;
        flex-wrap: wrap;
        gap:30px;
    }
.grid.columns-x2-mobile  .summary-view {
    flex-basis: calc(50% - 15px);
    box-sizing: border-box;
    margin-bottom: 0px;
}
.logo-gallery.grid {
	margin-bottom: 50px;
}
.summary-view.logo-item {
	padding-bottom: 0;
}

@media screen and (min-width:600px){
    .grid {
        clear: both;
        display: flex;
        flex-wrap: wrap;
        /* justify-content: center; */
        gap:30px;
    }
   .grid .summary-view {
       flex-basis: calc(50% - 15px);
       box-sizing: border-box;
       margin-bottom: 0px;
    }
    
   
}

@media screen and (min-width:760px){
    .grid .summary-view .post-hero-image {
        height: 140px;
    }
    /* .sub-cat-nav.horizontal-slider{
        justify-content: center;
    } */
    
}
@media screen and (min-width:1020px){
    
   .grid .summary-view .post-hero-image {
        height: 170px;
    }
   .grid .summary-view {
       flex-basis: calc(33.33% - 20px);
       box-sizing: border-box;
    }
    .grid.columns-x2 .summary-view {
        flex-basis: calc(50% - 15px);
    }
    .grid.columns-x4 .summary-view {
        flex-basis: calc(25% - 23px) !important;
    }
    .grid.columns-x5 .summary-view {
        flex-basis: calc(20% - 25px) !important;
    }
    
}
@media screen and (min-width:1220px){
    .grid .summary-view .post-hero-image {
        height: 280px;
    }
   
}

/*Gutenberg Styles*/
.wp-block-separator {
    opacity: 1;
    margin-bottom: 24px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 200px;
}
.entry-content .has-text-color h1,
.entry-content .has-text-color h2,
.entry-content .has-text-color h3,
.entry-content .has-text-color h4 {
    color: inherit;
}
.wp-block-group.grid.desktop-x4  {
    justify-content:center;
    gap: 20px;
}
.wp-block-group.grid.mobile-x2 > div {
    flex-basis: calc(50% - 20px);
}

@media screen and (min-width:760px){
    .wp-block-group.grid.desktop-x4 > div {
        flex-basis: calc(25% - 25px);
    }
    .wp-block-group.grid.desktop-x3 > div {
        flex-basis: calc(33% - 25px);
    }
}
.wp-block-group__inner-container p:last-child {
    margin-bottom: 0;
}
.wp-block-media-text .wp-block-media-text__content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.wp-block-media-text.rounded-left-corner .wp-block-media-text__media {
    border-radius: 0 0 0 50px;
    overflow: hidden;
}
@media screen and (min-width:1200px){
   body.full-width .entry-content > .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
          padding-left: calc(100% - 615px);
    }
} 
.has-border-color {
    border-style: solid;
}
.rounded-corners {
    border-radius: 10px;
}
.text-shadow {
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.fixed-page-width,
.fixed-page-width-narrow{
    max-width:1240px;
    margin-left: auto; 
    margin-right: auto;
    box-sizing: border-box;
    padding: 20px 20px 30px;
}
.fixed-page-width-narrow,
.entry-content .is-style-narrow-content{
    max-width:980px !important;
    margin-left: auto; 
    margin-right: auto;
}
/* Buttons */
.wp-block-buttons {
    margin-bottom: 1em;
}
.wp-block-button__link {
    transition: 300ms ease-out;
    border-radius: 25px;
    font-weight: bold;
}
/*.wp-block-button__link:visited {
    color:inherit;
}*/
.wp-block-button__link:hover {
    border-radius: 12px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    text-decoration: none;
}
.wp-block-button__link.has-background {
    position: relative;
}
/* lists */
.entry-content ul.is-style-tick-list > li,
.entry-content ul.tick-list > li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin: 0 12px 10px;
}
.entry-content ul.is-style-tick-list > li:before,
.entry-content ul.tick-list > li:before{
    content: "✔";
    position: absolute;
    top: 0;
    left: 0; 
}
.has-white-color ul.is-style-tick-list > li:before,
.has-white-color ul.tick-list > li:before{
    color:#FFF;
}
.wp-block-gallery.contain-images img  {
    object-fit: contain !important;
}
.wp-block-gallery.has-nested-images.captions-below  {
    grid-row-gap: 42px;
}
.wp-block-gallery.has-nested-images.captions-below figure.wp-block-image figcaption {
    bottom: -30px;
    background:transparent;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #FFF;
    padding-top: 5px;
}
/*Quote Table*/


table.quote-table {
    border-collapse: collapse;
	width: 100%;
    min-width: 100%;
}
.quote-table th {
    background-color: var(--wp--preset--color--bright-blue);
    color: #FFF;
    text-transform: uppercase;
    padding: 8px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
	z-index: 1;
}

.quote-table td {
    padding: 16px 8px;
    border-bottom: 1px solid var(--wp--preset--color--bright-blue);
    vertical-align: top;
}
.quote-table td.my-quote-col {
	padding: 8px;
	background: #f5fcff;
}
.quote-table th.my-quote-col, 
.quote-table td.my-quote-col {
    position: sticky;
    right: 0;
    width: 130px;
	text-align: center;
}
.quote-table td button {
    background-color: var(--wp--preset--color--light-blue);
    appearance: none;
    border: none;
    outline: none;
    color: var(--wp--preset--color--bright-blue);
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 15px;
}
@media screen and (max-width:781px) {
	.quote-table-wrapper {
		overflow-x: auto;
		position: relative;
		width: calc(100vw - 40px);
		padding-bottom: 10px;
	}
	table.quote-table {
		width: max-content;
	}
}
@media screen and (max-width:480px) {
	table.quote-table td {
		font-size: 15px;
	}
	.quote-table th.my-quote-col, .quote-table td.my-quote-col {
		width: 80px;
	}
	.quote-table td.my-quote-col {
		padding: 0;
		vertical-align: middle;
		
	}
	.quote-table td button {
		padding: 9px 8px;
		border-radius: 0px;
		font-size: 12px;
		text-transform: uppercase;
	}
}

#quote-overlay {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.overlay-content {
  background-color: var(--wp--preset--color--navy);
  color: #FFFFFF;
  box-shadow: 1px 1px 5px rgba(0,0,0,.21);
  left: 50%;
  margin: -70px 0 0 -280px;
  width: 560px;
  padding: 20px;
  position: absolute;
  top: 50%;
  border-radius: 10px;
  font-size: 16px;
  box-sizing: border-box;
}
#quote-overlay  .close-btn {
  float: right;
  cursor: pointer;
  padding: 5px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  margin: -6px -10px 0px 0px;
  font-size: 20px;
}
#quote-overlay h3 {
    color: #FFFFFF; font-size: 24px; font-weight: bold; margin-bottom: 20px;
}
.overlay-content .code, .overlay-content .qty {
  margin-bottom: 20px;
}
.overlay-content label {
  display: inline-block;
  width: 130px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.overlay-content input#quote-qty {
    border: none;
    border-radius: 3px;
    width: calc(100% - 135px);
}
.overlay-content #addto-btn,
.overlay-content .cookies-fail,
.overlay-content .addto-feedback,
.overlay-content .addto-fail {
  margin-top: 10px;
  background-color:  var(--wp--preset--color--orange);
  padding: 5px 8px;
  line-height: 1.5em;
  border-radius: 7px;
  display: none;
}
.overlay-content #addto-btn {
    width: 100%;
    box-sizing: border-box;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 20px;
}
.overlay-content a {
    color: #FFFFFF;
    text-decoration: underline !important;
}
.overlay-content .addto-fail {
  background-color: var(--wp--preset--color--bright-blue);
}

#request-summary {
    margin-bottom: 40px;
}
#request-summary .quote-table{
    margin-bottom: 10px;
}
#request-summary th.qty-col{
    width: 70px;
}
#request-summary td {
    vertical-align: middle;
}
#request-summary td input {
    width: 60px;
}
#request-summary td:last-child {
    text-align: center;
    width: 60px;
}
#request-summary p {
   /*  text-align: right; */
}
#request-summary #update-quote-btn {
    background-color: var(--wp--preset--color--light-blue);
    border: none;
    outline: none;
    color:var(--wp--preset--color--navy);
    padding: 8px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;

}
#request-summary #update-quote-btn:hover {
    background-color: var(--wp--preset--color--bright-blue);
    color: #FFFFFF;
}
/* Media query to enable scrolling below 782px */
@media (max-width: 782px) {
    .table-wrapper {
        overflow-x: auto;
        display: block;
    }
    .overlay-content {
        width: 330px;
        margin: -70px 0 0 -165px;
    }
}




/*Custom Styles List*/
.text-shadow {
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.uppercase {
    text-transform: uppercase;
}
.extra-padding,
.wp-block-group.has-background.extra-padding{
    padding: 40px;
}
ul.lined-list {
    list-style: none;
    border-top: 1px solid #333;
}
ul.lined-list li {
    margin: 0;
    padding:20px;
    border: 1px solid #333;
    border-top: none;
    line-height: 1.6;
}


/* Scroll Based Animation FX */
.fade-in  {
    opacity: 0.2;
    transition: opacity 2000ms ease-out;    
}
.fade-in.in-view {
    opacity: 1;
}
.pop-in {
    opacity: 0;
    transform: scale(0.7);
    transition: 700ms ease-out;
    transform-origin: center;
}
.pop-in.in-view {
    opacity: 1;
    transform: scale(1);
} 
.pop-in:hover:has(a) { transform: scale(1.1); }

.subtle-pop-in {
   /* opacity: 0.5;*/
    transform: scale(0.9);
    transition: 700ms ease-out;
    transform-origin: center;
}
.subtle-pop-in.in-view {
   /* opacity: 1;*/
    transform: scale(1);
}
.anim-fx.slide-up{
   /* opacity: 0.5;*/
    transform: translateY(50px);
    transition: 700ms ease-out;
}
.anim-fx.slide-up.in-view {
   /* opacity: 1;*/
    transform: translateY(0px);
}

/*Forminator Forms*/
.forminator-ui select {
    width: 100%;
}
.entry-content .forminator-field-html p:last-child {
    margin: 0;
}
.forminator-ui h2.forminator-title {
    font-size: 25px !important;

}

/*Search Results*/
.search-results .hentry:last-child {
    margin-bottom: 50px;
}
.search-results .entry-summary {
    /*border-bottom: 2px dotted #ccc;*/
    padding: 20px;
}
.search-results .entry-summary .entry-title {
    font-size: 24px;
    margin-bottom: 10px;
}
.search-results h1  {
    font-weight: normal;
}

.search-results h1 a {
    color:#000000;
}
.matching-taxonomies ul {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}
.matching-taxonomies li {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0 10px 10px 0;
}
.matching-taxonomies li a {
	display: block;
	padding: 5px 15px;
	border-radius: 15px;
	background-color: var(--wp--preset--color--light-grey);
	white-space: nowrap;
}
.matching-taxonomies li a:hover {
	background-color: var(--wp--preset--color--bright-blue);
	color: #FFFFFF;
	
}
/* Blog
-------------------------------------------------------------- */

/*Single Post*/

/*FAQs*/
#rank-math-faq .rank-math-question {
    font-size: 20px;
    font-weight: bold;
}
#rank-math-faq .rank-math-list-item:first-child{
    border-top: 1px solid #666;
}
#rank-math-faq .rank-math-list-item {
    border-bottom: 1px solid #666;
    padding-top: 20px;
}
#rank-math-faq .rank-math-question:after {
    color: var(--wp--preset--color--bright-blue);
}



    
/* =Media queries
-------------------------------------------------------------- */
@media screen and (max-width:599px){
    .wp-block-gallery.columns-6 figure.wp-block-image:not(#individual-image) {
      margin: 0;
      width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)/4);
        flex-grow: 0;
    }
    .wp-block-cover h1.has-xx-large-font-size {
      font-size: 28px !important;
    }
    /* .site-content {
        padding-left: 10px;
        padding-right: 10px;
    } */
    .home-banner .wp-block-group {
        padding: 0px !important;
    }
    .is-layout-grid.three-columns-on-mobile {
        grid-template-columns: repeat(auto-fill, minmax(min(28%, 100%), 1fr));
    }
    .is-layout-grid.two-columns-on-mobile {
        grid-template-columns: repeat(auto-fill, minmax(min(45%, 100%), 1fr));
    }
    .wp-block-query .wp-block-post-template-is-layout-grid > li:not(:first-child) {
        display: none;
    }
}

/* ---- */
@media (max-width: 781px) {
    .reverse-on-mobile {
        flex-direction: column-reverse;
    }
    .hide-on-mobile {
        display: none !important;
        position: absolute;
        top: 200%;
        visibility: hidden;
        height: 0;
        width: 0;
        overflow: hidden;
    }
    .hide-on-mobile img {
        display: none;
        height: 0 !important;
        width: 0 !important;
    }
	.centered-on-mobile,
	.centered-on-mobile .has-text-align-left,
	.centered-on-mobile .has-text-align-right {
		text-align: center;
	}
	.mini-strip .wp-block-columns {
		gap:2px;
	}
}
@media (min-width: 782px) {
    .hide-on-desktop {
        display: none !important;
        position: absolute;
        right: -101%;
        visibility: hidden;
        height: 0;
        width: 0;
        overflow: hidden;
    }
    .hide-on-desktop img {
        display: none;
        height: 0 !important;
        width: 0 !important;
    }
    .horizontal-slider.wrap-on-desktop {
        flex-wrap: wrap !important;
    }
	
}
@media (max-width: 1080px) {
    .footer-columns {
        display: block !important;
    }
    .footer-logo-column {
        flex-basis: 100%;
    }
}
@media screen and (min-width: 1020px) {
	/*Header
    .site-header {
        min-height: 45px;
        position: absolute;
        width: 100%;
        z-index: 100;
        top: 0;
        left: 0;
    }*/
    /*body:not(.is-page-template-landing-page) {
        padding-top: 120px;
    }
    body:not(.is-page-template-landing-page).admin-bar {
        padding-top: 110px;
    } 
    body:not(.page-template-landing-page) #top {
        height: 150px;
    }
    .admin-bar .site-header {
        margin-top: 32px;
    }*/
    .site-header .wrap {
        padding: 0px 20px 0px; 
    }
    .site-header:after {
        clear: both;
        display: block;
        content: '';
    }
    /*.site-header {
        transition: top 550ms ease-out;
    }*/
    .site-header .fixed-holder {
        min-height: 30px;
    }
    .site-header.anim-done .fixed-holder,
    .site-header.anim-done .fixed-strip {
        background-color: #FFFFFF;
    }
    .site-header.anim-done .fixed-strip {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        box-shadow:0 0 5px rgba(0,0,0,0.2);
    }
    .admin-bar .site-header.anim-done .fixed-strip {
        padding-top: 32px;
    }
	.mobileNav {
		display: block;
		opacity:1;
        background-color: transparent;
	}
	.hideNav {
		display:none;
	}
  
    .hide-mid-size {
        display: none;
    }
    /* .main-navigation {
        float: left;
        width:calc(100% - 245px);
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 62px;
        text-align: left;
        clear: none;
    }
   .site-header > .wrap  {
        transition: padding 550ms ease-out;
    }*/
    .site-header.anim-done > .wrap  {
        padding-top: 0;
        padding-bottom: 0px;
    }
    
   .main-navigation {
       width: calc(100% - 245px);
       text-align: left;
       margin-right: 0px;
       margin-left: 0;
       font-size: 16px;
    }
    
    .main-navigation .hide-on-desktop {
      display: none;
    }
    
    .main-navigation .mobile-only {
        display: none;
    }
    .main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
   .main-navigation ul.nav-menu li:hover > ul,
   .main-navigation ul.nav-menu li.mega-menu:hover ul  {
        visibility: visible;
        opacity: 1;
    }
	
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		
	}
	.main-navigation li a {
		border-bottom: 0;
		line-height: 44px;
		white-space: nowrap;
	}
     .main-navigation li.mega-menu li li a {
        font-size:13px;
    }
   /* .main-navigation li a:hover {
        color:var(--wp--preset--color--navy-blue);
    } */
    
/*    .main-navigation .nav-menu > li > a {
        transition: 300ms ease-out;
        border-bottom: 2px solid var(--wp--preset--color--light-blue);
    }
    .anim-done .main-navigation .nav-menu > li > a {
        border-bottom: 2px solid #fff;
    }
    .main-navigation .nav-menu > li.current-menu-item  > a,
    .main-navigation .nav-menu > li.current-menu-ancestor > a {
        border-bottom: 2px solid var(--wp--preset--color--bright-blue);
    }
    .main-navigation .nav-menu > li > a:hover {
        border-bottom: 2px solid var(--wp--preset--color--bright-blue);
    }*/
	.main-navigation li {
		margin: 0 20px 0 0px;
		position: relative;
	}
    
	.main-navigation .sub-menu {
         opacity: 0;
        visibility: hidden;
        display: block;
    }
	.main-navigation .sub-menu li {
		margin: 0 0 0 0px;
        text-align: left;
        text-transform: none;
	}
    .main-navigation .sub-menu li a{
        background-color: #FFF;
        /*transition: 150ms;*/
        line-height: normal;
        font-weight: normal;
    }
    .main-navigation .sub-menu li.current-menu-item a {
        color: var(--wp--preset--color--bright-blue);
    }
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
        left: -10px;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul {
        box-shadow: 0 5px 3px rgba(0,0,0,0.1);
        background: #ffffff;
	}
	.main-navigation li ul li{
		display: block;
	}
	.main-navigation li ul li a {
		color: #333333;
		background: #ffffff;
		display: block;
		letter-spacing: normal;
		line-height: normal;
		padding: 8px 12px;
		width: 200px;
		white-space: normal;
        box-sizing: border-box;
        font-size: 15px;
        transition: padding 500ms ease-out;
	}
    .main-navigation li:hover ul li a {
        padding-top: 12px;
        padding-bottom: 12px;
	}
	.main-navigation li > a {
		position:relative;
	}
    .main-navigation li.menu-item-has-children > a {
        padding-right: 10px;
    }
	.main-navigation li.menu-item-has-children > a:after {
	    color: inherit;
		content: "";
		width: 4px;
		height: 4px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		transform: rotate(45deg);
		display: block;
		position: absolute;
		top: 20px;
		right: 1px;
	}
	.menu-toggle {
		display: none;
	}
    .main-navigation .orange-btn > a {
		background-color: var(--wp--preset--color--orange);
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 22px;
        transition: border-radius 300ms;
        border-bottom: none !important;
        font-weight: bold;
        color: #FFF;
    }
    .main-navigation .orange-btn:hover > a {
        color: #FFF;
    }
    .main-navigation li.menu-item-has-children.orange-btn > a:after {
        border-color: #FFF;
    }
    .main-navigation .orange-btn.menu-item-has-children:hover {
        border-radius: 22px 22px 0 0;
    } 
    .main-navigation .mega-menu > .sub-menu {
        position: absolute;
        bottom: auto;
        left: -10px;
        width: auto;
        display: flex;
        flex-wrap: nowrap;
        min-width: 1000px;
    }
	.main-navigation .mega-menu.multi-row  > .sub-menu {
		flex-wrap: wrap;
	}
	.main-navigation .mega-menu .all-link {
		position: absolute;
		bottom: 100%;
		right: 10px;
		font-weight: normal;
	}
	
    .main-navigation .mega-menu li.light-blue,
    .main-navigation .mega-menu li.light-blue ul,
    .main-navigation .mega-menu li.light-blue a {
       background-color: #e9f8fe;
    }
	.main-navigation .mega-menu li.light-blue {
		padding-bottom: 10px;
	}
    .main-navigation .mega-menu > .sub-menu > li > a { 
        font-weight: bold;
		padding-top: 20px
    }
    .main-navigation .mega-menu > .sub-menu > li {
        height: 100%;
        flex-basis: 20%;  
		margin-bottom: 20px;
    }
    .main-navigation .mega-menu ul li a {
        padding:2px 10px;
    }
    .main-navigation .mega-menu li.menu-item-has-children > a:after {
        display: none;
    }
    .main-navigation .mega-menu .sub-menu .sub-menu {
        opacity: 1;
        position: relative;
        top: auto;
        left: auto;
        box-shadow: none;
        background-color: transparent;
    }
    #main {
        padding: 40px 40px 60px;
    }
    .page-header #breadcrumbs {
        margin-bottom: 50px;
    }
    .page-header h1.has-x-large-font-size,
    .entry-content .page-header h2.has-x-large-font-size {
        font-size: 50px !important;
    }
    
    ul.two-columns,
    ul.is-style-two-columns {
        column-count: 2;
    }
    ul.three-columns,
    ul.is-style-three-columns {
        column-count: 3;
    }
    
    .entry-header .entry-title {
        font-size: 40px;
    }
    .single-post .entry-header {
        padding-top: 40px;
        text-align: center;
    }
    .entry-content h1,
    .entry-content h2.h1-style,
    .entry-content h3.h1-style,
    .entry-content h4.h1-style{
        font-size: 40px;
        line-height: 1.3;
    }
    .entry-content h1.h2-style,
    .entry-content h2,
    .entry-content h3.h2-style,
    .entry-content h4.h2-style{
        font-size: 40px;
    }
    .entry-content h1.h3-style,
    .entry-content h2.h3-style,
    .entry-content h3,
    .entry-content h4.h3-style{
        font-size: 26px;
    }
    .entry-content .super-large {
        font-size:50px;
    }
    
    .columns-x2 .awardee-card.summary-view .top {
        min-height: 100px;
    }
     :where(body .is-layout-flex.wp-block-column) {
        column-gap: 40px;
    }
}
/* @media screen and (min-width: 768px) and (max-width:1100px) and (max-height:720px) { 
    body, html {
        font-size: 16px;
    }
    
}
@media screen and (min-width: 768px) and (max-height:720px) { 
    .site-header > .wrap {
        padding-top: 20px !important;
    }
    .page-header .txt {
        padding-top: 50px;
        padding-bottom: 30px;
    }

}*/


@media screen and (min-width:1120px) {
    
    .page-header h1 {
        font-size: 50px;
    }
      
    .hide-mid-size {
        display: inline;
    }
    .main-navigation {
        font-size: 18px;
        width: calc(100% - 245px);
    }
    .main-navigation .mega-menu > .sub-menu { 
        min-width: 1120px;
    }
    .main-navigation li {
		margin: 0 25px 0 0;
	}
    .wp-block-columns {
        gap: 40px;
    }
    
    body {
/*      --wp--preset--font-size--medium: 16px  !important; 
      --wp--preset--font-size--large: 24px  !important; */
      --wp--preset--font-size--x-large: 36px  !important;
      --wp--preset--font-size--xx-large: 48px  !important;
    }
    h1.has-xx-large-font-size {
       font-size: 56px !important;
        line-height: 1.2;
    }
}
@media screen and (min-width:1280px) {
    .main-navigation .mega-menu > .sub-menu { 
        min-width: 1240px;
		left: -20px;
    }
	.main-navigation .mega-menu ul li a {
		padding-left:20px;
	}
	.main-navigation li.mega-menu:hover ul li li a {
		padding-top: 6px;
		padding-bottom: 6px;
	}
}

/* =Print
----------------------------------------------- */
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
    .pre-header,
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
}