/*
Theme Name: Squigloo Custom Theme
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Custom block theme for Alley group
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;}
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%;}
img[class*="wp-image-"] {
	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--mid-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--mid-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: 18px;
    scroll-behavior: smooth;
}
body {
    font-family:  "Manrope", Arial, "ITC Franklin Gothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    text-rendering: optimizeLegibility;
    color: var(--wp--preset--dark-grey);
    background-color: #FFFFFF;
}
a {	outline: none;	text-decoration: none;}
body a:where(:not(.wp-element-button)) {  text-decoration: none;}
a, a:hover, a:focus { color: currentColor; }

/* 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 */
}
/* Header */
.site-header {
	padding: 0px;
	background-color: rgba(255,255,255,0);
    box-shadow: 0px 0px 5px rgba(0,0,0,0);
    z-index: 999;
    position: absolute;
    width: 100%;
	}
.site-header.anim-done {
    background-color:rgba(255,255,255,1);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.site-header.anim-done .logo a{
    color: #000;
}
.site-header .wrap {
    position: relative;
    z-index: 999;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
    max-width:1440px;
}
.site-header .wrap:after {
	clear:both;
	content:'';
	display:table;
}
.pre-header {
    font-size : 15px;
    position: relative;
	z-index: 1;
    text-align: right;
    box-sizing: border-box;
}
.site-header #search-btn svg path {
    fill:#475c7a;
}
.site-header a:hover {
     color: #0E1622;
}
.site-header #search-btn:hover svg path {
    fill:#0E1622;
}
#top-searchbar {
    position: absolute;
    width: 100%;
    background-color: #f2f2f2;
    top: 0;
    z-index: 1000;
    display: none;
}
#top-searchbar .wrap {
    padding: 5px 20px;
}
#top-searchbar .wrap:after {
    clear: both; display: block; content: "";
}
#top-searchbar .close-search {
    float: right;
    line-height: 27px;
    padding: 0 3px;
    cursor: pointer;
}
#top-searchbar .search-field {
    margin-right:5px;
    padding: 3px 5px;
    border: none;
}
#top-searchbar .search-submit {
    display: none;
}
.site-header .logo {
    transform-origin: bottom left;
    padding-top: 0px;
    width: 240px;
    font-weight : bold;
    font-size : 20px;
    line-height : 24px;
    float: left;
}
.site-header .logo img {
    width:220px;
    height: auto;
}
.site-header .logo a{
     color : #3f3f3f;
}
.alley-logo svg {
	display: block;
}
.alley-logo .inline-logo {
	fill: #fafaf9;
}
.alley-logo .inline-logo-1 {
	fill: #88edfe;
}
/* Navigation Menu */
.main-navigation {
    margin-top: 0px;
    text-align: left;
    font-size : 18px;  
	font-weight: 300;
}  
.main-navigation li {
	line-height: normal;
}
.main-navigation a {
    color:#FFFFFF;
}
.main-navigation a:hover {}

.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;
}
@media screen and (max-width:1019px){
    
    .site-header .logo {
        font-size: 22px;
    }
    .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--alley-blue);
        z-index: 999999;
        box-sizing: border-box;
        text-align: left;
        font-size: 18px;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .toggled-on .mobileNav {
        top:0;
        left:0;
    }
    .menu-toggle {
        position:absolute;
        cursor: pointer;
        display:block;
        top:15px;
        right:15px;
        font-size: 19px;
        z-index: 999;
        height: 20px;
        line-height: 40px;
        padding: 5px;
    }
    .menu-toggle span.l {
        display: block;
        width: 30px;
        height: 3px;
        margin-bottom: 8px;
        background-color:  var(--wp--preset--color--alley-blue);
		transition: 300ms ease-out;
    }
    .menu-toggle .l1 { transform-origin: top left; }
    .menu-toggle .l3 { transform-origin: bottom left; margin-bottom: 0;}
    
    .toggled-on.menu-toggle .l1 { transform: rotate(45deg); }
    .toggled-on.menu-toggle .l2 { opacity: 0; }
    .toggled-on.menu-toggle .l3 { transform: rotate(-45deg); }
	
    .hideNav {
        color:#000000;
        cursor:pointer;
        font-weight:300;
        font-size:17px;
        padding: 12px;
        display: block;
    }
    .hideNav:hover{
        color:#000000;
    }
    .mobileNav a {
        color:#000000;
        display: block;
        padding: 12px 0;
    }
    .mobileNav a:hover {
        color:#000;
    }
    .admin-bar .mobileNav {
        padding-top:60px;
    }
    .main-navigation .mobile-only,
    .main-navigation .sub-menu {
        display:block;
    }
    .main-navigation li {
        margin: 0px 12px;
        position: relative;
    }
    .main-navigation .hovered .sub-menu {
        display: block;
    }
    .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 8px;
         border:none;
    }
    .main-navigation .sub-menu li:last-child a {
        padding-bottom: 12px;
    }
	.main-navigation .blue-btn a {
        background-color: #000;
		color: #FFF;
		padding: 10px;
		border-radius: 35px;
		text-transform: uppercase;
		margin-top: 40px;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
    }
}
/* Footer */
#site-footer {
    clear: both;
    padding: 0px;
    position: relative;
    z-index: 1;
    font-size: 16px;
}
#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: 14px;
    margin-left: 0px;
    padding: 0;
}
#site-footer .wp-block-social-link,
#site-footer .wp-block-social-link .wp-block-social-link-label{
	font-size: 16px;
	transition: none;
}
.wp-block-social-link.email-link a,
.wp-block-social-link.phone-link a,
.wp-block-social-link.address-link a {
	align-items: flex-start;
}
#site-footer .wp-block-social-link:hover {
    transform: none !important;
	color: var(--wp--preset--color--alley-blue) !important;
	text-decoration: none !important;
}
.wp-block-social-link.email-link .wp-block-social-link-label,
.wp-block-social-link.phone-link .wp-block-social-link-label,
.wp-block-social-link.address-link .wp-block-social-link-label {
	line-height: normal;
	text-wrap: balance;
}
#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;
}
#site-footer .wp-block-social-links.is-vertical li {
	margin-bottom: 5px;
}
li.wp-social-link.phone-link a,li.wp-social-link.email-link a,li.wp-social-link.address-link a {
	position: relative;
	padding-left:25px;
}
.wp-social-link.phone-link svg,
.wp-social-link.email-link svg,
.wp-social-link.address-link svg {
	display: none;
}
.wp-social-link.phone-link a:before,.wp-social-link.email-link a:before,.wp-social-link.address-link a:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	left: 0;
	top: 0;
	}
.wp-social-link.phone-link a:before {
	background-image: url("data:image/svg+xml,%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' width='19' height='19' %3E%3Cg id='c'%3E%3Cpath d='M6.12.92l1.48,3.56c.25.6.08,1.3-.43,1.72l-1.83,1.5c1.24,2.61,3.35,4.73,5.96,5.96l1.5-1.83c.41-.51,1.11-.68,1.72-.43l3.56,1.48c.69.29,1.06,1.04.86,1.76l-.89,3.27c-.18.65-.76,1.09-1.43,1.09C7.44,19,0,11.56,0,2.38c0-.67.45-1.25,1.09-1.43L4.36.05c.72-.2,1.47.17,1.76.86h0Z' style='fill:%2388edfe;'/%3E%3C/g%3E%3C/svg%3E");
}
.wp-social-link.email-link a:before {
	background-image: url("data:image/svg+xml,%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 14.25' width='19' height='19' %3E%3Cg id='c'%3E%3Cpath d='M17.22,0c.98,0,1.78.8,1.78,1.78,0,.56-.26,1.09-.71,1.42l-8.08,6.06c-.42.32-1,.32-1.42,0L.71,3.21c-.45-.34-.71-.86-.71-1.42C0,.8.8,0,1.78,0h15.44ZM8.08,10.21c.85.63,2,.63,2.85,0l8.08-6.06v7.72c0,1.31-1.06,2.38-2.38,2.38H2.38c-1.31,0-2.38-1.06-2.38-2.38v-7.72l8.08,6.06Z' style='fill:%2388edfe;'/%3E%3C/g%3E%3C/svg%3E");
}
.wp-social-link.address-link a:before {
	background-image: url("data:image/svg+xml,%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.25 18.95' width='19' height='19' %3E%3Cg id='c'%3E%3Cpath d='M7.12,0C3.19,0,0,3.19,0,7.12c0,3.24,4.34,9.02,6.25,11.4.46.57,1.3.57,1.76,0,1.9-2.38,6.25-8.16,6.25-11.4,0-3.93-3.19-7.12-7.12-7.12ZM7.12,10.49c-2.31,0-4.18-1.87-4.18-4.18s1.87-4.18,4.18-4.18,4.18,1.87,4.18,4.18-1.87,4.18-4.18,4.18Z' style='fill:%2388edfe;'/%3E%3C/g%3E%3C/svg%3E");
}
.fixed-footer {
    position: fixed;
    bottom: 0;
    right: 10px;
    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-size: 18px !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    white-space: nowrap;
}
/* =Main content and comment content
-------------------------------------------------------------- */
#main {
    box-sizing: border-box;
    min-height: 56vh;
    position: relative;
    z-index: 1;
    padding: 0;
    max-width: 100%;
    margin: 0;
}
.site-content {
    padding: 0px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    box-sizing: border-box;
}
.page-header {
	padding: 150px 20px 50px;
	text-align: center;
	background-color: rgba( 0,0,0,0.75) !important;
}
.page-header .txt {
	max-width: 1200px;
	margin: 0 auto;
}
.page-header h1 {
     font-size: 35px;
	font-weight: normal;
	margin-bottom: 10px;
	font-weight: bold;
}
#breadcrumbs {
	font-size: 14px;
	color: var(--wp--preset--color--alley-blue);
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 2.5px;
}
#breadcrumbs a {
	color: var(--wp--preset--color--alley-blue);
	text-decoration: underline;
}
.entry-header {
	padding: 0px 0px 40px;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}
.entry-header .entry-title {
	margin-bottom: 15px;
	line-height:normal;
    text-align: center;
}
.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-weight: 600;
    text-transform: uppercase;
}
.entry-header h4.post-meta a {
	text-decoration: underline;
    color: inherit;
}
.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.3em;
	line-height:1.1;
}
h1,h2,h3,h4{
    font-weight: bold;
}
.uppercase {    text-transform: uppercase;}
.underline {	text-decoration: underline;}
.thick-underline {	border-bottom: 2px solid currentColor;}
.bold {	font-weight: bold;}

.entry-header .entry-title,
.entry-content h1,
.entry-content h2.h1-style,
.entry-content h3.h1-style,
.entry-content h4.h1-style{
    font-size: 42px;
	font-weight: 800;
}
.entry-header .entry-title strong,
.entry-content h1 strong,
.entry-content h2.h1-style strong,
.entry-content h3.h1-style strong,
.entry-content h4.h1-style strong {
	font-weight: 800;
}
.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 : 20px;
}
.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 : 16px;
    margin-bottom: 20px;
}
/*body {
  --wp--preset--font-size--medium: 20px  !important; 
  --wp--preset--font-size--large: 32px  !important; 
  --wp--preset--font-size--x-large: 50px  !important;
  --wp--preset--font-size--xx-large: 60px  !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 ul.is-style-bulletless {
	list-style: none;
}
p strong {
	font-weight: bold;
}
.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-spacer {
	margin-block-start:0;
}
.entry-content .animated-number {
	text-align: center;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 0px;
}
.entry-content .animated-number.thin {
	font-weight: 100 !important;
}
.entry-content .animated-number.light {
	font-weight: 300 !important;
}
.entry-content .animated-number.bold {
	font-weight: bold !important;
}
.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 {
    border-top: 1px solid #767676;
}
.entry-content .wp-block-table.is-style-stripes,
.entry-content .wp-block-table.is-style-no-borders {
    border: none;
}
.entry-content .wp-block-table table {
}
.entry-content .wp-block-table.is-style-stripes table {
    border-right: none;
}
.wp-block-table.is-style-horz-borders th,
.wp-block-table.is-style-horz-borders  td {
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    border-top: 0;
}
.wp-block-table.is-style-horz-borders  thead {
    border-bottom: none;
    border-top: none;
}
.entry-content .wp-block-table table td {
    border-bottom: 1px solid var(--wp--preset--color--alley-blue);
    padding-right: 8px;
}
.entry-content .wp-block-table.is-style-stripes td {
    padding-left: 8px;
    border: none;
}
.entry-content .wp-block-table.is-style-no-borders table td {
    border: none;
    padding: 4px 5px 4px 0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1){
    background-color: rgba(0,0,0,0.07);
}
.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: rgba(0,0,0,0.14);
}
.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;
}
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;
}
.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--white);    padding: 20px;
}
.wp-block-query li {
	list-style: none;
    margin-left: 0;
}
.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;
}
.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,
.wp-block-query .wp-block-read-more {
    margin-left: 0 !important;
    font-weight: bold;
    font-size: 14px;
    margin-block-start:18px;
}
.has-gradient-dark-tl-gradient-background,
.has-gradient-dark-tc-gradient-background,
.has-gradient-dark-tr-gradient-background,
.has-gradient-dark-bl-gradient-background,
.has-gradient-dark-br-gradient-background {
	background-color: #1a1a1a;
}
.balance {
	text-wrap: balance;
}
.safe-svg-cover .tint svg path,
.safe-svg-cover .tint svg polygon,
.safe-svg-cover .tint svg square,
.safe-svg-cover .tint svg line,
.safe-svg-cover .tint svg rect,
.safe-svg-cover .tint svg circle{
	stroke:currentColor !important;
}
.safe-svg-cover .thickness-2px svg * {	stroke-width:2px !important; }
.safe-svg-cover .thickness-4px svg * {	stroke-width:4px !important; }
.safe-svg-cover .thickness-6px svg * {	stroke-width:6px !important; }
.safe-svg-cover .thickness-8px svg * {	stroke-width:8px !important; }

.tab-picker > .wp-block-group > * {
	filter: grayscale(1) brightness(0.3);
	transition: filter 300ms ease-out,  color 300ms ease-out;
	cursor: pointer;
	color: #a8a8a8;
	position: relative;
}
.tab-picker > .wp-block-group:hover > *,
.tab-picker > .wp-block-group.current > * {
	filter: grayscale(0) brightness(1);
	color: var(--wp--preset--color--mid-blue);
}
.tab-picker > .wp-block-group.current:after {
	content: "";
	position: absolute;
	bottom: -37px;
	left: calc(50% - 10px);
	width: 20px;
	height: 20px;
	display: block;
	transform: rotate(45deg);
	background-color: rgb(242, 242, 242);
}
.tab-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    width: 100%;
	padding-left: 0;
	padding-right: 0;
    scrollbar-width: none;       
    -ms-overflow-style: none; 
}
.tab-slider::-webkit-scrollbar { 
    display: none;
}
.tab-slider > .wp-block-group {
    flex: 0 0 100%;
    scroll-snap-align: start;
}
.tab-slider .wp-block-group {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.tab-slider .wp-block-group > div {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}
/*Accordion block*/
.wp-block-accordion-heading__toggle-icon {
	font-weight: 300;
}
.wp-block-accordion.is-style-faqs {
	border-bottom: 1px solid #cccccc;
}
.wp-block-accordion-item {
	margin-block-start:15px;
}
.is-style-faqs .wp-block-accordion-item {
	margin-block-start:0;
	border-top: 1px solid #cccccc;
}
.is-style-faqs .wp-block-accordion-heading {
	font-weight: 300;
	font-size: 22px;
	margin: 10px 0;
}
.is-style-faqs .wp-block-accordion-panel {
	padding-bottom: 20px;
}

.entry-content .wp-block-accordion-heading {
	font-size: 26px;
}
.wp-block-accordion:not(.is-style-faqs) .wp-block-accordion-panel {
	padding-bottom: 0px;
	margin-top: 10px;
}
.has-blue-icon .wp-block-accordion-heading__toggle-icon {
	color: var(--wp--preset--color--mid-blue);
}
.has-padded-answer .wp-block-accordion-panel {
	padding-left: 1.9em;
	padding-right: 1.9em;
}
.is-style-profile-photo {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.is-style-profile-photo:before {
	content: "";
	display: block;
	position: absolute;
	background-color: var(--wp--preset--color--alley-blue);
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	aspect-ratio:1;
	border-radius: 10px;
}
.is-style-profile-photo img {
	position: relative;
	z-index: 10;
}
/*Category nav*/
.sub-cat-nav {
	text-align: center;
}
.sub-cat-nav a {
   display: inline-block;
  white-space: nowrap;
  background-color: var(--wp--preset--color--light-grey);
  padding: 12px 18px;
  border-radius: 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.sub-cat-nav a.current{
	border:1px solid var(--wp--preset--color--light-grey);
	background-color:#FFF;
}
.sub-cat-nav a:hover {
    background-color: #E3E3E3;
}
/*Grids and Posts */
.summary-view {
	margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
    background-color: #FFF;
    overflow: hidden;
}
.entry-summary {
    padding: 20px;
    line-height: normal;
}
.summary-view {
    padding-bottom: 50px;
}
.summary-view.staff-profile {
    overflow: visible;
}
.summary-view.hover-fx {
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    transition: box-shadow ease-out 300ms;
}
.summary-view.hover-fx:hover {
    background-color: #FFFFFF;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.summary-view > .image {
    display: block;
    position: relative;
    aspect-ratio: 4/3;
    background-color: rgba(0,0,0,0.15);
    border-radius: 10px 10px 0 0;
}
.summary-view > .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
} 
.summary-view .blurb {
    padding: 20px;
}
.summary-view h5.post-meta{
    color: var(--wp--preset--color--mid-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--mid-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;
}
.grid .staff-profile a,
.summary-view .entry-title a {
    color: var(--wp--preset--color--mid-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;
}
.fixed-page-width > .grid {
    margin: 30px 0;
}
.related-posts .grid {
    padding-top: 40px;
    justify-content: flex-start;
}
.related-posts .summary-view {
	border:1px solid var(--wp--preset--color--mid-blue);
}
@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;
    }
}
@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);
    }
    .staff-slider {
        padding-top: 36px;
    }
}
@media screen and (min-width:1220px){
    .grid .summary-view .post-hero-image {
        height: 280px;
    }
    .grid .summary-view.staff-profile {
       flex-basis: calc(33% - 25px);
       box-sizing: border-box;
    }
}
/*Forminator*/
.forminator-ui {
	margin: 0 !important;
}
.forminator-row.forminator-row-last {
	text-align: right;
}
.forminator-edit-module {
	font-size: 12px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.forminator-ui.forminator-design--flat .forminator-label {
  font-size: 13px;
  letter-spacing: 0.5px;
}
.forminator-row.forminator-row-last {
	margin-bottom: 0 !important;
}
.forminator-ui.forminator-design--flat .select2-selection__placeholder {
  color: #757575 !important;
} 
.forminator-ui .forminator-button-submit {
	font-size: 18px !important;
	font-weight: 500 !important;
	background-color:#88edfe !important;
	color: #000000 !important;
	padding: 10px 25px !important;
	border-radius: 25px !important;
}
/*Gutenberg Styles*/
.wp-block-separator {
    opacity: 1;
    margin-bottom: 24px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 200px;
}
.wp-block-columns.no-gap {
    gap: 0;
}
.wp-block-column.has-background {
    border-radius: 10px;
}
.site-content .move-up {
    margin-top: -80px;
    margin-bottom: 20px;
}
.site-content .has-moved-up-images .wp-block-column {
    margin-top: 100px;
}
.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;
}
.entry-content .wp-block-heading.is-style-small-upper-fx,
.entry-content .is-style-small-upper-fx,
.wp-block-heading.is-style-small-upper-fx {
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 3px;
}
/*.entry-content p.padded {
    padding: 10px;
}*/
.has-white-color.has-text-color .widget_nav_menu a,
.has-white-color.has-text-color strong a,
.has-white-color.has-text-color > a {
    color: #FFF;
}
.wp-block-group.grid.desktop-x4  {
    /*align-items: flex-start;*/
    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);
    }
}
.entry-content .has-white-color { color: #FFF !important;	}
.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;
}
@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% - 600px);
    }
}
.has-border-color {
    border-style: solid;
}
.fixed-page-width,.fixed-page-width-narrow{
    max-width:1240px;
    margin-left: auto; 
    margin-right: auto;
    box-sizing: border-box;
}
.fixed-page-width-narrow,
.entry-content .is-style-narrow-content{
    max-width:980px !important;
    margin-left: auto; 
    margin-right: auto;
}
#content.fixed-page-width,#content.fixed-page-width-narrow {
	padding: 50px 20px;
}
/* Buttons */
.wp-block-buttons {
    margin-bottom: 1em;
}
.wp-block-button__link {
    transition: 300ms ease-out;
    border-radius: 30px;
	font-weight: 500;
}
.is-style-outline .wp-block-button__link {
    border-width:1px;
}
.wp-block-button__link:hover {
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    text-decoration: none;
}
.wp-block-button__link.has-alley-blue-background-color:hover{
    color: #000000 !important;
    background-color: var(--wp--preset--color--mid-blue) !important;
 }
.wp-block-button__link.has-background {
    position: relative;
}
.is-style-small-uc .wp-block-button__link,
.is-style-small-uc-underline .wp-block-button__link {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	border: none;
	background-color: transparent;
	color: currentColor;
	letter-spacing: 0.5px;
}
.is-style-small-uc-underline .wp-block-button__link {
	padding:10px 0;
	border-bottom: 2px solid currentColor;
	border-radius: 0;
}
.wp-block-button.is-style-small-uc-underline a:after {
    content: "›";
    display: inline-block;
    margin-left: 5px;
}
.is-style-small-uc .wp-block-button__link:hover,
.is-style-small-uc-underline .wp-block-button__link:hover {
	box-shadow: none;
}
/* lists */
.entry-content ul.is-style-right-chevron > li,
.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-right-chevron > li:before,
.entry-content ul.is-style-tick-list > li:before,
.entry-content ul.is-style-tick-list > li:before,
.entry-content ul.tick-list > li:before{
    content: "✔";
    position: absolute;
    top: 0;
    left: 0; 
}
.entry-content ul.is-style-right-chevron > li:before {
	 content: "›";
}
.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;
}
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;
}
/*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--alley-blue);
}
.horizontal-slider::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.15);
}
.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: 30px;
    width: 100%;
    scrollbar-width: thin;
    scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}
.horizontal-slider > * {
      flex: 0 0 auto;
	scroll-snap-align: start;
}
.horizontal-slider.auto-scroll {
	scroll-behavior:auto;
	scroll-snap-type:auto;
}
.horizontal-slider.auto-scroll > * {
	scroll-snap-align: none;
}
.horizontal-slider.wp-block-post-template.is-layout-grid {
	display: flex !important;
	overflow-y: hidden;
}
.horizontal-slider.wp-block-post-template.is-layout-grid > li {
	width: 320px;
	margin: 10px;
}
.horizontal-slider.hide-scrollbar {
    scrollbar-width: none; 
    -ms-overflow-style: none;   
}
.horizontal-slider.hide-scrollbar::-webkit-scrollbar {
    display: none; 
}
.horizontal-slider.hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.horizontal-slider.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.horizontal-slider.hide-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
/*Testimonial slider*/
.testimonial-slider {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll;
	padding: 20px 0 30px;
	gap:30px;
	font-size: 18px;
	line-height: normal;
}
.testimonial-slider .testimonial:first-child {
	margin-left: 1rem;
}
.testimonial-slider .testimonial:last-child {
	margin-right: 1rem;
}
.testimonial-single .testimonial,
.testimonial-slider .testimonial {
	border:1px solid currentColor;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.15);
	padding: 20px;
	max-width: 400px;
	min-width: 300px;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.testimonial-single .testimonial {
	max-width: 1100px;
	margin: 0 auto;
}
.testimonial .stars {
	margin-bottom: 10px;
}
.testimonial p {
	font-size: 18px;
}
.testimonial .cite {
	font-weight: 500;
	display: flex;
	flex-wrap: nowrap;
	gap:10px;
	align-content: flex-start;
}
.testimonial .cite .image {
	flex-basis: 50px;
	background-color: #FFF;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	overflow: hidden;
	padding: 2px;
	box-sizing: border-box;
}
.testimonial .cite .image img {
	display: block;
	width: 50px;
	height: 50px;
	object-fit: cover;
}
.testimonial .cite .name {
	align-self: center;
}
.testimonial-single .testimonial {
	display: flex;
	flex-wrap: wrap;
	gap:30px;
}
.testimonial-single .image{
	flex-basis: 100%;
}
.testimonial-single .image img {
	background-color: #FFF;
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
	aspect-ratio:1;
	object-fit: contain;
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
}
@media screen and (max-width:500px){
	.testimonial-slider .testimonial {
		max-width: 80%;
	}
	.testimonial p {
	  font-size: 16px;
	}
}
@media screen and (min-width:600px){
	.testimonial-single .testimonial {
		flex-wrap: wrap;
		align-items: center;
	}
	.testimonial-single .image{
		flex-basis: 20%;
	}
	.testimonial-single .review{
		flex-basis: calc(80% - 30px);
	}
}
@media screen and (min-width:1020px){
	.testimonial-single .testimonial {
		padding: 50px;
		box-sizing: border-box;
	}
	.testimonial-single .image img {
		width: 150px;
		height: 150px;
	}
	.testimonial-single .review{
		flex-basis: calc(80% - 30px);
	}
	.testimonial-single .review p {
		font-size: 26px;
	}
}
/* Scroll Based Animation FX */
.fade-in  {
    opacity: 0.2;
    transition: opacity 2500ms 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 {
    transform: scale(0.9);
    transition: 700ms ease-out;
    transform-origin: center;
}
.subtle-pop-in.in-view {
    transform: scale(1);
}
.anim-fx.slide-up{
    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%;
}
.forminator-field-html label.forminator-label {
    font-size: 25px !important;
    color: var(--wp--preset--color--mid-blue) !important;
}
.entry-content .forminator-field-html p:last-child {
    margin: 0;
}
.forminator-ui h2.forminator-title {
    font-size: 25px !important;
    color: var(--wp--preset--color--mid-blue) !important;
}
.has-top-border .forminator-field {
    border-top: 2px dotted var(--wp--preset--color--mid-blue) !important;
    padding-top: 20px !important;
}
/*Search Results*/
body.error404 #main {
	min-height: 50px;
	padding-bottom: 50px;
}
body.error404 .search-field,
body.error404 .search-submit {
	padding: 10px;
	font-size: 20px;
	line-height: 30px;
	box-sizing: border-box;
	border:1px solid #000000;
	margin: 0;
}
body.error404 input.search-submit {
	background-color: #000000;
	color: #FFF;
}
.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;
} 
.no-wrap-link a { white-space: nowrap; }
/* =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-header .wrap {
        padding: 10px 15px;
    }
    .fixed-footer .wp-block-button .wp-block-button__link {
        font-size:16px !important;
    }
	.tab-picker {
		gap:10px;
	}
	.tab-picker > .wp-block-group {
		padding:8px 5px !important;
	}
	.tab-picker .safe-svg-cover .safe-svg-inside {
		margin-bottom: 5px !important;
	}
	.tab-picker .wp-block-group p {
		line-height: 1;
		font-size: 12px;
	}
	.medium-font-on-mobile {
		font-size: 24px !important;
	}
}
@media (max-width: 768px) {
    .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;
    }
	.columns-x1-on-mobile {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	.columns-x2-on-mobile {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.columns-x3-on-mobile {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	.columns-x2-on-mobile.centered,
	.columns-x3-on-mobile.centered {
	  display: flex !important;
	  flex-wrap: wrap;
		justify-content: center;
	}
	.columns-x2-on-mobile.centered > * {
		flex-basis: 48%;
	}
	.columns-x3-on-mobile.centered > * {
		flex-basis: 32%;
	}
}
@media (min-width: 768.1px) {
    .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;
    }
    .overlap-right-on-desktop {
        margin-right: -100px;
    }
}
@media screen and (min-width: 1020px) {
    .site-header {
        min-height: 45px;
        position: fixed;
        width: 100%;
        z-index: 100;
        top: 0;
        left: 0;
    }
    .admin-bar .site-header {
        margin-top: 32px;
    }
    .site-header > .wrap {
        padding: 20px 20px 0px; 
		 transition: 300ms ease-out;
    }
    .site-header:after {
        clear: both;
        display: block;
        content: '';
    }
    .site-header .logo img {
        width:240px;
        height: auto;
    }
    .site-header .logo  {
        transform-origin: center left;
        position: absolute;
        left: 20px;
        width: 240px;
        transition: 300ms ease-out;
    } 
	 .site-header.anim-done > .wrap  {
        padding-top: 2px;
        padding-bottom: 0px;
    }
    .site-header.anim-done .logo  {
        transform: scale(0.7);
        padding-top: 0px;
    }
	.site-header.anim-done .alley-logo .inline-logo {
		fill:#1a1a1a;
	}
	.site-header.anim-done .main-navigation li a {
		color: #1a1a1a;
	}
	.mobileNav {
		display: block;
		opacity:1;
        background-color: transparent;
	}
	.hideNav {
		display:none;
	}
    .hide-mid-size {
        display: none;
    }
   .main-navigation {
       width: calc(100% - 245px);
       text-align: right;
       margin-right: 0px;
       float: right;
       margin-left: 0;
       margin-top: 0px;
    }
    
    .main-navigation .hide-on-desktop {
      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: right;
		width: 100%;
	}
   .main-navigation ul.nav-menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        border-left: 0;
    }
	.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 a:hover {
        color:var(--wp--preset--color--alley-blue);
    } 
    
    .main-navigation .nav-menu > li > a {
        transition: 300ms ease-out;
        border-bottom: 2px solid rgba(255,255,255,0);
    }
    .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--alley-blue);
    }
    .main-navigation .nav-menu > li > a:hover {
        border-bottom: 2px solid var(--wp--preset--color--alley-blue);
    }
	.main-navigation li {
		margin: 0 20px 0 0px;
		position: relative;
	}
	.main-navigation .sub-menu {
         opacity: 0;
        visibility: hidden;
        display: block;
		font-size: 14px;
    }
	.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: 300ms;
        line-height: normal;
		font-weight: normal;
    }
    .main-navigation .sub-menu li.current-menu-item a {
        font-weight: bold;
    }
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
        left: 0px;
		border-radius: 0 10px 10px 10px;
		overflow: hidden;
	}
    .main-navigation li:last-child ul {
        right: 0;
        left:auto;
    }
    .main-navigation li:last-child ul li{
        text-align: right;
    }
    .main-navigation li:last-child ul li a {
        width: 149px;
    }
	.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: #111111;
		background: #ffffff;
		display: block;
		letter-spacing: normal;
		line-height: normal;
		padding: 8px 12px;
		width: 200px;
		white-space: normal;
        box-sizing: border-box;
        transition: padding 500ms ease-out;
	}
    .main-navigation li:hover ul li a {
        padding-top: 12px;
        padding-bottom: 12px;
	}
	.main-navigation li ul li a:hover {
		color: #111111;
		background-color: var(--wp--preset--color--alley-blue);
	}
	.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 #ffffff;
		border-bottom: 1px solid #ffffff;
		transform: rotate(45deg);
		display: block;
		position: absolute;
		top: 20px;
		right: 1px;
	}
	.menu-toggle {
		display: none;
	}
    .main-navigation .blue-btn > a {
		background-color: var(--wp--preset--color--alley-blue);
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 25px;
        transition: border-radius 300ms;
        border-bottom: none !important;
        color: #111111;
		font-weight: 500;
    }
    .main-navigation .blue-btn:hover > a {
        color:#111111;
		background-color: var(--wp--preset--color--mid-blue);
    }
    .main-navigation li.menu-item-has-children.blue-btn > a:after {
        border-color:var(--wp--preset--color--alley-blue);;
    }
    .main-navigation .blue-btn.menu-item-has-children:hover {
        border-radius: 22px 22px 0 0;
    }
    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;
    }
    .entry-content h1,
    .entry-content h2.h1-style,
    .entry-content h3.h1-style,
    .entry-content h4.h1-style{
        font-size: 65px;
    }
    .entry-content h1.h2-style,
    .entry-content h2,
    .entry-content h3.h2-style,
    .entry-content h4.h2-style{
        font-size: 48px;
    }
    .entry-content h1.h3-style,
    .entry-content h2.h3-style,
    .entry-content h3,
    .entry-content h4.h3-style{
        font-size: 32px;
    }
    .entry-content .super-large {
        font-size:50px;
    }
}
@media screen and (min-width:1150px) {
    .site-header .logo {
        width: 280px;
    }
    .site-header .logo img {
        width:280px;
    }
    .page-header h1 {
        font-size: 60px;
    }
      
    .hide-mid-size {
        display: inline;
    }
    .main-navigation {
        width: calc(100% - 245px);
    }
    .main-navigation li {
		margin: 0 15px;
	}
    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: 80px !important;
    }
}
/* =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,.main-navigation { display: none;	}
}