/*
Theme Name: Squigloo Custom Theme
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Custom block theme for Academy of the Social Sciences in Australia
Version: 1.0.0
*/
/*Fonts
@font-face {
    font-family: 'glacial_indifferenceregular';
    src: url('fonts/glacialindifference-regular-webfont.woff2') format('woff2'),url('fonts/glacialindifference-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'glacial_indifferencebold';
    src: url('fonts/glacialindifference-bold-webfont.woff2') format('woff2'),url('fonts/glacialindifference-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'glacial_indifferenceitalic';
    src: url('fonts/glacialindifference-italic-webfont.woff2') format('woff2'),url('fonts/glacialindifference-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
/* =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%; /* Fluid images for posts, comments, and widgets */
}
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;
}
.nav-pagination {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 20px;
}
.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;
}
.nav-pagination a.page-numbers:hover {
    color: #000;
}
.nav-pagination .page-numbers.dots {
    background-color: #FFF;
}
.nav-pagination .page-numbers.prev,
.nav-pagination .page-numbers.next {
    background-color: #FFF;
    font-weight: bold;
    font-size: 14px;
}
.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;
	scroll-padding-top: 100px;
}
body {
    font-family: "Source Sans 3", Helvetica,Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    text-rendering: optimizeLegibility;
    color: #000000;
    background-color: #FFFFFF;
    margin-top: 0 !important;
}
a {
	outline: none;
	text-decoration: none;
}
body a:where(:not(.wp-element-button)) {
  text-decoration: none;
}
a {
	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 */
}

/* Page structure */
#top {
	height: 140px;
}
#wp-admin-bar-site-name > a {
	max-width: 130px;
  	overflow: hidden;
}
.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;
	top: 0;
	left: 0;
    width: 100%;
}
.admin-bar .site-header {
	padding-top: 46px;
}
.site-header.anim-done {
    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;
    max-width:1400px;
	padding: 5px 15px 10px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.pre-header {
    font-size : 15px;
    position: relative;
	z-index: 1;
    text-align: right;
    box-sizing: border-box;
}
.site-header #search-btn svg path {
    fill:#333333;
}
.site-header a:hover {
     color: #12517D;
}
.site-header #search-btn:hover svg path {
    fill:#12517D;
}
#top-searchbar {
    position: absolute;
    width: 100%;
    background-color: #f2f2f2;
    top: 100%;
    z-index: 1000;
    display: none;
	padding: 10px var(--wp--preset--spacing--40);
	box-sizing: border-box;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}
#top-searchbar .inner {
	margin: 0 auto;
	max-width: 1400px;
	
}
#top-searchbar .close-search {
    float: right;
    line-height: 27px;
    padding: 0;
    cursor: pointer;
	width: 30px;
	text-align: right;

}
#top-searchbar .search-field {
    padding: 5px 10px;
    border: none;
	width: calc(100% - 35px);
	 box-sizing: border-box;
}
#top-searchbar .search-submit {
    display: none;
}

.site-header .logo {
    /*transition: 300ms ease-out;*/
    transform-origin: bottom left;
    padding-top: 0px;
    flex-basis: 256px;
    font-size : 20px;
    line-height : 24px;
    float: left;
	margin-top: -20px;
}
.site-header .logo svg {
	display: block;
}
/* Navigation Menu */
.main-navigation {
    margin-top: 0px;
    text-align: left;
    font-size : 16px;  
}  
.main-navigation li {
	line-height: normal;
}
.main-navigation a {
    color:#333333;
}
.main-navigation a:hover {
	color:var(--wp--preset--color--assa-blue);
}

.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;
}
.site-header .tools {}

@media screen and (max-width:599px){
	.pre-header .widget,
	.pre-header .has-white-background-color {
		background-color: #f2f2f2 !important;
	}
	.pre-header .is-layout-flex {
		gap: 5px;
		text-align: center;
		align-items: flex-start;
	}
	.pre-header .wp-block-social-links {
		flex-wrap: nowrap;
		gap:5px;
	}
	.site-header .wrap {
		padding: 10px 15px 10px;
	}
	.site-header .logo {
		flex-basis: 215px;
		margin-top: 0;
	}
	.site-header .logo svg {
		width: 124px; 
		height: 70px;

	}
}
@media screen and (max-width:1019px){
    
    .site-header .logo {
       /* padding-top: 12px;*/
        font-size: 22px;
    }
	.site-header .tools {
		width: 75px;
		display: flex;
		justify-content: space-between;
		margin-left: auto;
		padding-top: 20px;
	}
    .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;
    }
	.site-header #search-btn svg path {
  fill: var(--wp--preset--color--assa-blue)
}
    .mobileNav {
        position:fixed;
        left: -320px;
        top: 0;
        transition:right 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--assa-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 {
        cursor: pointer;
        display:block;
        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--assa-blue);
    }
	
    .menu-toggle span.m {
        float: right;
        line-height: 18px;
    
    }
    .hideNav {
        color:rgba(255,255,255,0.90);
        cursor:pointer;
        font-weight:300;
        font-size:17px;
        padding: 12px;
        display: block;
    }
    .hideNav:hover{
        color:#000000;
    }
    .mobileNav a {
        color:#ffffff;
        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 li a {
        border-top: 1px solid var(--wp--preset--color--white)
    }
    .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;
    }
}
/* Footer */
#site-footer {
    clear: both;
    padding: 0px;
    position: relative;
    z-index: 1;
    font-size: 15px;
}
#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;
}

.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 {
    min-height: 30vh;
    position: relative;
    z-index: 1;
	max-width: 1400px;
	margin: 0 auto;
	padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--40);
}
body.full-width #main,
body.page-template-full-width-page #main {
	max-width: 100%;
	padding: 0;
    margin: 0;
}
.site-content {
    padding: 0px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    box-sizing: border-box;
}


.page-header {
	text-align: left;
	background-color:var(--wp--preset--color--bright-blue);
	color: #FFFFFF;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column-reverse;
}
.ph-gradient {
	padding: 10px var(--wp--preset--spacing--40) 10px;
	background: linear-gradient(90deg,rgba(9, 41, 64, 1) 0%, rgba(16, 71, 110, 1) 60%, rgba(16, 71, 110, 0) 100%);
	max-width:1400px;
	margin: 0 auto;
	/*min-height: 190px;
	max-width: calc(1400px + var(--wp--preset--spacing--80));*/
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	width: 100%;
	
}


.page-header .txt {
	
}
#breadcrumbs {
	font-size: 12px;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1.5px;
}
#breadcrumbs strong {
	font-weight: normal;
}
#breadcrumbs a {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

body.single-post #breadcrumbs .smartcrawl-breadcrumb:last-child {
	display: none;
}

.page-header h1 {
    font-size: 35px;
	font-weight: normal;
	font-weight: bold;
	margin-top: 70px;
	margin-bottom: 70px;
}
.page-header .sub-header {
	position: relative;
	padding: 20px 0 50px;
  	margin-top: -60px;
  	line-height: normal;
}
.page-header .sub-header:before {
	content: "";
	background-color: #FFF;
	height: 5px;
	width: 75px;
	display: block;
	margin-bottom: 25px;
}
.header-feat-img {
	position: relative;
	width: 100%;
	height: 200px;
	z-index: 1;
}
.header-feat-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
@media screen and (max-width:599px){
	.header-feat-img:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 265px;
		height: 100%;
		background: linear-gradient(0deg,rgba(9, 41, 64, 1) 0%, rgba(16, 71, 110, 1) 60%, rgba(16, 71, 110, 0) 100%);
		clip-path: polygon(0px 0, 36px 95px, 170px 24px, 114px 167px, 100% 100%, 0 100%, 0 0);
	}
	.ph-gradient {
		background: linear-gradient(180deg,rgba(9, 41, 64, 1) 0%, rgba(16, 71, 110, 1) 60%, rgba(16, 71, 110, 0.5) 100%);
	}
}
@media screen and (min-width:600px){
	.page-header {
		display: block;
	}
	.header-feat-img {
		position: absolute;
		top: 0;
		right: 0;
		width: 50%;
		height: 100%;
		z-index: 1;
	}
	.ph-gradient {
		clip-path: polygon(427px 0, 468px 100px, 636px 24px, 560px 190px, 740px 100%, 0 100%, 0 0);
	}
	.page-header .txt {
		max-width: 440px;
	}
	.page-header #breadcrumbs {padding-right: 30px;	}
	.header-feat-img {width: calc(100% - 330px);}
	
	.home .ph-gradient { 
		clip-path: polygon(416px 0, 513px 240px, 870px 65px, 707px 430px, 1090px 100%, 0 100%, 0 0); 
	}
}
@media screen and (min-width:900px){
	.ph-gradient { clip-path: polygon(627px 0, 668px 100px, 836px 24px, 760px 190px, 940px 100%, 0 100%, 0 0);	}
	.page-header .txt {max-width: 650px;	}
	.header-feat-img {width: calc(100% - 520px); }
	.home .ph-gradient { clip-path: polygon(516px 0, 613px 240px, 970px 65px, 807px 430px, 1190px 100%, 0 100%, 0 0); }
}
@media screen and (min-width:1100px){
	.ph-gradient { clip-path: polygon(827px 0, 868px 100px, 1036px 24px, 960px 190px, 1140px 100%, 0 100%, 0 0); box-sizing: content-box; }
	.page-header .txt {	max-width: 860px;	}
	.header-feat-img {width: calc(100% - 730px); max-width: 2000px; }
	
	.home .ph-gradient { 
		clip-path: polygon(616px 0, 713px 240px, 1070px 65px, 907px 430px, 1290px 100%, 0 100%, 0 0); 
		background: linear-gradient(90deg,rgba(9, 41, 64, 1) 0%, rgba(16, 71, 110, 1) 50%, rgba(16, 71, 110, 0.2) 100%);
	}
	.home .page-header .txt {	max-width: 620px; padding-top:60px; padding-bottom:60px; 	}
	.home .header-feat-img {width: calc(100% - 560px); }
	
}

@media screen and (min-width:1400px){
	.page-header:before { 
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: calc((100vw - 1400px) / 2);
		background: rgba(9, 41, 64, 1);
	}
}


.entry-header {
	padding: 0px 0px 40px;
	max-width: 1120px;
	margin: 0;
	
}
.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;
}
.summary-view h5.post-meta,
.event-item .event-date.post-meta,
.entry-header h4.post-meta {
	font-size: 15px;
	font-weight: 600;
    text-transform: uppercase;
	color: #737373;
	letter-spacing: 0.5px;
}
.event-item .event-date.post-meta {
	margin: -12px 0 12px;
}
.entry-header h4.post-meta a {
	text-decoration: underline;
    color: inherit;
}
.event-status.upcoming {
	display: inline-block;
}
.post-featured-image {
	background-color: var(--wp--preset--color--mid-blue);
}
.post-featured-image img,
.post-featured-image.cover-image img{
    margin: 30px auto 20px;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}
.post-featured-image.contain-image img {
	object-fit: contain;
	max-height: 500px;
}
.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;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
	color: var(--wp--preset--color--assa-blue);
}
.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: 42px;
    
}
.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;
}
.entry-content .wp-block-heading.is-style-small-upper-fx {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}
/*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 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;
}
/*
.entry-content ul:not(.blocks-gallery-grid) li {
    list-style: none;
    position: relative;
     padding-left: 25px;
    margin: 0 12px 8px;
}
.entry-content ul:not(.blocks-gallery-grid) li:before {
    color: #274472;
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
}
.entry-content .has-white-color ul:not(.blocks-gallery-grid) li:before {
    color:#FFF;
}
*/
.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 25px;
    border-left: none;
    margin:0;
    position: relative;
    font-size: 18px;
    text-align: center;
	font-style: italic;

}
.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;
    margin: 0 auto;
}
.wp-block-quote.is-style-plain {
	text-align: left;
	padding: 1px 20px;
	margin: 20px 0;
	border-left: 5px solid currentColor;
}
.wp-block-quote:before {
    display: block;
    content: "\201C";
    font-family: Times New Roman,Times,serif;
    font-weight: bold;
    font-size: 130px;
    line-height: 1;
    height: 0.6em;
    margin: 0 auto;
}
.wp-block-quote.is-style-plain:before {
	content: "";
	display: none;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content blockquote cite {
    color: #747474;
    font-weight: bold;
}
.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,
.entry-content .wp-block-columns{
	margin-bottom: 24px;
	width: 100%;
	
}
.entry-content object.wp-block-file__embed {
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
}

.entry-content dl {	margin: 0 ;}
.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--assa-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;
}
.site-content article {
}
.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 .wp-block-post-terms .wp-block-post-terms__separator,
.wp-block-query .wp-block-post-terms a:not(:first-child) {
    display: none;
}

.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;
}
.wp-block-query .wp-block-post-excerpt__more-link:hover,
.wp-block-query .wp-block-read-more:hover {
	text-decoration: underline;
}
.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;
}
/*Sawfish salesforce profile*/
.fellows-profile {
	gap:30px
}
.fellows-profile .fellow-meta {
	font-weight: bold;
}
.fellows-profile .item-thumbnail {
	margin-bottom: 10px;
}
.content-pad-fellow {
	max-width: 300px;
}
.fellows-profile .item-thumbnail img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
/*Tablepress and other tables*/
.entry-content .sforc-search {
	margin: 10px 0;
	color: #848484;
}
.entry-content .sforc-search:placeholder {
	color: #848484;
}
.dt-container .dt-layout-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dt-container .dt-length {
	float: left;
	margin-bottom: 15px;
}
.dt-container .dt-length label,
.dt-container .dt-search label {
	font-size: 14px;
}
.dt-container .dt-search {
	float: right;
	margin-bottom:15px;
}
.tablesaw td,
.dt-container td,
.tablepress .dt-column-title,
.tablepress td {
	font-size: 16px;
	line-height: 1.3;
}
.dataTable  thead th,
.tablesaw thead th {
	background-color: #ececec;
	font-size: 16px;
}
.dt-info {
	padding: 20px 0 10px;
	font-weight: bold;
	font-size: 14px;
}
.tablesaw tr:hover td,
.dt-container tr:hover td {
	background-color: #f3f3f3;
}
/*Accordion block .is-style-faqs */
.wp-block-accordion {
	border-bottom: 1px solid #cccccc;
}
.wp-block-accordion-item {
	margin-block-start:0;
	border-top: 1px solid #cccccc;
}
.wp-block-accordion-heading {
	margin: 12px 0 10px !important;
}
.wp-block-accordion-panel {
	padding: 0 20px 20px;
}

/*
.rank-math-question:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  transition: transform 0.3s ease;
}
.rank-math-faq.open .rank-math-question::after {
  content: "−";
}*/

.cat-description {
	margin-bottom: 30px;
}
/*Category nav*/
.sub-cat-nav {
	text-align: left;
	margin-bottom: 30px;
}
.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;
}

/*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--light-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: 30px;
    width: 100%;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}
.horizontal-slider > * {
      flex: 0 0 auto;
}
.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;
}


/*Grids and Posts */
.summary-view {
	margin-bottom: 20px;
    position: relative;
    background-color: #FFF;
    overflow: hidden;
}
.entry-summary {
    padding: 20px;
    line-height: normal;
}
.entry-content li.summary-view {
	margin: 0;
}
.entry-content .horizontal-slider.grid {
	gap: 0;
	padding-top: 10px;
}
.entry-content .horizontal-slider li.summary-view {
	margin: 15px;
}
.summary-view:has(.base-aligned) {
    padding-bottom: 50px;
}
.summary-view.border-fx {
   border:1px solid #e8e8e8;
   transition: box-shadow ease-out 300ms;
}
.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,
.summary-view.border-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);
}
.tall-image .summary-view > .image {
    display: block;
    position: relative;
    aspect-ratio: 3/4;
    background-color: rgba(0,0,0,0.15);
}
.summary-view > .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
} 
.summary-view .entry-title a {
	text-decoration: none;
}
.summary-view .entry-title.light {
	font-weight: normal;
}
.summary-view .entry-title {
    font-size: 30px !important;
    margin-bottom: 20px;
    line-height: 1.2;
}
.summary-view .entry-title a {
    color: var(--wp--preset--color--assa-blue);
}
.summary-view .blurb {
    padding: 20px;
}
.summary-view p {
	line-height: 1.4;
}
.summary-view .event-subcat {
	margin-bottom: 10px;
}
.summary-view .event-status,
.summary-view .event-subcat span,
.entry-header .event-status {
	font-size : 14px;
    text-transform: uppercase;
	background-color: var(--wp--preset--color--soft-teal);
	border-radius: 3px;
	padding: 4px 8px;
	display: inline-block;
	color: #333333;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.summary-view .event-status {
	padding: 0 8px;
}

.summary-view .event-subcat span.past,
.entry-header .event-status.past {
	background-color: #eeeeee;
}

.summary-view p.post-meta {
    font-weight: bold;
	margin-top: -10px;
	margin-bottom: 20px;
    color:  #5E748A;
    font-size : 14px;
    text-transform: uppercase;
}
.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:  #5E748A;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none !important;
    font-size: 14px;
    letter-spacing: 1px;
}
.summary-view p.read-more a:hover {
   color: #121212;
}

.summary-view a.moretag {
    font-weight: bold;
    margin-left: 5px;
    text-decoration: none !important;
}
a.just-arrow-link {
	text-decoration: none !important;
	font-size: 20px;
	color: var(--wp--preset--color--assa-blue) !important;
}
.summary-view h4 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    color: #8B8D93;
    margin-bottom: 10px;
}
.summary-view h3  {
    margin-bottom: 5px;
}
.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);
}
.entry-content .horizontal-slider.grid  .summary-view{
	flex-basis: 300px;
	scroll-snap-align: start;
}

@media screen and (min-width:600px){
    .latest-posts-carousel .summary-view {
        width: calc(50% - 5px);
    }
    .grid {
        clear: both;
        display: flex;
        flex-wrap: wrap;
        /*justify-content: center;*/
        gap:25px;
    }
   .grid .summary-view {
       flex-basis: calc(50% - 20px);
       box-sizing: border-box;
       margin-bottom: 0px;
    }
	.entry-content .horizontal-slider.grid  .summary-view{
		flex-basis: 320px;
	}
   
}

@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% - 25px);
    }
    .grid.columns-x5 .summary-view {
        flex-basis: calc(20% - 30px);
    }
}
@media screen and (min-width:1100px){
	.events-feed .horizontal-slider {
		width: 100%;
		max-width: 100% !important;
	}
	.events-feed .horizontal-slider.grid .summary-view {
		flex-basis: calc(25% - 30px);
	  }
	.horizontal-slider.wp-block-post-template.is-layout-grid {
		display: grid !important;
		padding-left: 18px;
		padding-right: 18px;
	}
	.horizontal-slider.wp-block-post-template.is-layout-grid > li {
		width: auto;
		margin: 0px;
	}
}
@media screen and (min-width:1220px){
    .grid .summary-view .post-hero-image {
        height: 280px;
    }
    .grid.columns-x4 .summary-view {
        flex-basis: calc(25% - 20px);
    }
	.grid.columns-x5 .summary-view {
        flex-basis: calc(20% - 20px);
    }
}
/*Custom Single Posts*/
/* Layout: table left, buttons right */
.post-specs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
}
.post-specs-meta {}

/* DL styled like a table */
.specs-list{
    display: block;
    margin: 0;
	border-top: 1px solid #ccc;
}

.spec-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    padding: 0.5rem 0;
    border-bottom: 1px solid #ccc;
}

.spec-row dt {
    font-weight: 600;
    margin: 0;
}

.spec-row dd {
    margin: 0;
}

/* Buttons column */
.post-actions .wp-block-button {
    margin-bottom: 1rem;
}

/* Responsive */
@media (min-width: 700px) {
    .post-specs {
        grid-template-columns: 1fr 200px;
    }
	.post-specs .post-actions .wp-block-button {
		display: block;
	}
	.post-specs .post-actions .wp-block-button__link {
		width: 100%;
		display: block;
	}
}


/*Active Form*/
.active-hosted-form ._form-label {
	  font-weight : bold;
  font-size : 13px;
  letter-spacing : 1.3px;
  text-transform : uppercase;
  color : #333333;
	height: 24px;
	line-height: 24px;
	display: block;
}
.subscribe-page-form ._form_element {
	margin-bottom: 10px;
}

.active-hosted-form input[type="text"],
.active-hosted-form #fullname,
.active-hosted-form #email {
	width: 100%;
	border: none;
	background-color: rgba(255,255,255,0.5);
	padding: 10px;
	box-sizing: border-box;
	font-size: 20px;
	margin-bottom: 5px;
	
}
.active-hosted-form input[type="text"],
.home-subscribe-form .active-hosted-form #email{
	font-size: 20px;
	background-color: rgba(255,255,255,0.5);
}
.active-hosted-form input[type="text"]:focus,
.active-hosted-form #fullname:focus,
.active-hosted-form #email:focus {
	background-color: rgba(255,255,255,1);
}
.active-hosted-form select {
	background-color: rgba(255,255,255,0.4);
	border:none;
}
.active-hosted-form button._submit,
.active-hosted-form button#_form_7_submit {
	background-color: #333;
	font-weight : bold;
	font-size : 20px;
	letter-spacing : 1.7px;
	text-transform : uppercase;
	color : #FFFFFF;
	border: none;
	border-radius: 0;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	padding: 10px;
	box-sizing: border-box;
}
@media (min-width: 600px) {
	.home-subscribe-form ._form-content {
		display: flex;
		flex-wrap: wrap;
		gap:5px;
		justify-content: space-between;
	}
	.home-subscribe-form ._form-content ._form_element {
		flex-basis: 35%;
	}
	.home-subscribe-form .active-hosted-form ._button-wrapper {
		flex-basis: calc(30% - 10px);
	}
	.home-subscribe-form .active-hosted-form button#_form_7_submit {
		margin-top: 24px;
	}
	.subscribe-page-form ._full_width {
		flex-basis: 100%;
	}
}

/*Forminator*/
.forminator-ui .forminator-button-submit {
	font-size: 1.2em;
	border-radius: 5px;
	font-weight: bold;
}
.forminator-row.forminator-row-last {
	text-align: right;
}
.forminator-edit-module {
	font-size: 12px;
}
.forminator-ui.forminator-design--flat .forminator-label {
  font-size: 13px;
  letter-spacing: 0.5px;
}

.no-results .search-form .search-submit {
	padding: 8px 10px;
	background-color: var(--wp--preset--color--assa-blue);
	color:#FFF;
	border: none;
	font-weight: bold;
}



/*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;
}
.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 .is-style-small-upper-fx,
.wp-block-heading.is-style-small-upper-fx {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}
/*.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-column.has-background {
    padding: 10px;
    box-sizing: border-box;
}
.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;
}

.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;
}
.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: 3px;
}
.is-style-outline .wp-block-button__link {
    border-width:1px;
}

/*.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;
}
.is-style-small-uc .wp-block-button__link,
.is-style-small-uc-arrow .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;
}
.add-arrow:after,
.wp-block-button.is-style-simple-arrow a:after,
.wp-block-button.is-style-small-uc-arrow a:after {
    content: "⟶";
    display: inline-block;
    margin-left: 5px;
	transition: margin-left 300ms;
}
.add-arrow:after {
	display: block;
	margin: 0;
	padding-top: 5px;
	font-size: 20px;
}
.is-style-simple-arrow .wp-block-button__link:hover,
.is-style-small-uc .wp-block-button__link:hover,
.is-style-small-uc-arrow .wp-block-button__link:hover,
.is-style-small-uc-underline .wp-block-button__link:hover {
	box-shadow: none;
}
.is-style-simple-arrow .wp-block-button__link:hover:after,
.is-style-small-uc-arrow .wp-block-button__link:hover:after{
	margin-left: 10px;
}
/* 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;
}

.full-height,
.full-height > div {
    height: 100%;
}
/*Custom Styles List*/
.text-shadow {
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.uppercase {
    text-transform: uppercase;
}

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 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 {
   /* 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%;
}
.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;

}

/*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;
}
/* Blog
-------------------------------------------------------------- */
    
/* =Media queries
-------------------------------------------------------------- */
@media screen and (max-width:599.9px){
    .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;
    }
    
    .fixed-footer .wp-block-button .wp-block-button__link {
        font-size:16px !important;
    }
}
@media screen and (min-width:600px){
	#top {
			height: 148px;
	}
}
/* ---- */
@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;
	}
}
@media (min-width: 768.1px) {
	.admin-bar .site-header {
        margin-top: 32px;
		padding-top: 0;
    }
	.site-header .wrap {
		padding: 15px var(--wp--preset--spacing--40);
	}
    .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) {
	/*Header*/
	#top {
		height: 147px;
	}
    .site-header {
        min-height: 45px;
        position: fixed;
        width: 100%;
        z-index: 100;
        top: 0;
        left: 0;
    }
    .site-header .wrap {
		 transition: 300ms ease-out;
    }
    .site-header:after {
        clear: both;
        display: block;
        content: '';
    }
    /*.site-header {
        transition: top 550ms ease-out;
    }
    .site-header.anim-done  {
        top:0px;
        position: fixed;
    }*/
    .site-header .logo img {
        width:240px;
        height: auto;
    }
    .site-header .logo  {
        transform-origin: center left;
        transition: 300ms ease-out;
		margin-top: -31px;
    } 
	 .site-header.anim-done > .wrap  {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .site-header.anim-done .logo  {
        transform: scale(0.7);
        padding-top: 0px;
		/*margin-top: -25px;*/
		margin-bottom: -9px;
    }
	.site-header .tools {
		padding-top: 30px;
	}
	.site-header.anim-done .main-navigation li a {
		color: #1a1a1a;
	}
	.anim-done .main-navigation {
		padding-top: 14px;
	}
	.anim-done .tools {
		padding-top: 22px;
	}
	
	.mobileNav {
		display: block;
		opacity:1;
        background-color: transparent;
	}
	.hideNav {
		display:none;
	}
    .hide-mid-size {
        display: none;
    }
   .main-navigation {
       flex-basis: calc(100% - 286px);
       text-align: right;
	   padding-top: 19px;
	   transition: padding-top 300ms;
	   padding-right: 5px;
	   
    }
	
	
    .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--bright-blue);
    } 
	.main-navigation a[target="_blank"] {
		padding-right: 20px;
		background-repeat: no-repeat;
		background-position: 180px 10px;
	}
	.main-navigation a[target="_blank"]:hover {
		background-image: url("data:image/svg+xml,%3Csvg fill='%23cccccc' xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 52 52' enable-background='new 0 0 52 52' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M48.7,2H29.6C28.8,2,28,2.5,28,3.3v3C28,7.1,28.7,8,29.6,8h7.9c0.9,0,1.4,1,0.7,1.6l-17,17 c-0.6,0.6-0.6,1.5,0,2.1l2.1,2.1c0.6,0.6,1.5,0.6,2.1,0l17-17c0.6-0.6,1.6-0.2,1.6,0.7v7.9c0,0.8,0.8,1.7,1.6,1.7h2.9 c0.8,0,1.5-0.9,1.5-1.7v-19C50,2.5,49.5,2,48.7,2z'/%3E%3Cpath d='M36.3,25.5L32.9,29c-0.6,0.6-0.9,1.3-0.9,2.1v11.4c0,0.8-0.7,1.5-1.5,1.5h-21C8.7,44,8,43.3,8,42.5v-21 C8,20.7,8.7,20,9.5,20H21c0.8,0,1.6-0.3,2.1-0.9l3.4-3.4c0.6-0.6,0.2-1.7-0.7-1.7H6c-2.2,0-4,1.8-4,4v28c0,2.2,1.8,4,4,4h28 c2.2,0,4-1.8,4-4V26.2C38,25.3,36.9,24.9,36.3,25.5z'/%3E%3C/g%3E%3C/svg%3E");
		
	}
	
	
    .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--assa-blue);
    }
    .main-navigation .nav-menu > li > a:hover {
        border-bottom: 2px solid var(--wp--preset--color--assa-blue);
    }
	.main-navigation li {
		margin: 0 10px 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: -10px;
	}
    /*.main-navigation li:last-child ul {
        right: 0;
        left:auto;
    }*/
 
    .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;
		padding-top: 10px;
	}
	.main-navigation li ul li{
		display: block;
	}
	.main-navigation li ul li a {
		background: #ffffff;
		display: block;
		letter-spacing: normal;
		line-height: normal;
		padding: 6px 12px;
		width: 200px;
		white-space: normal;
        box-sizing: border-box;
        transition: padding 500ms ease-out;
	}
    .main-navigation li:hover ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
	}
	.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;
	}
	.main-navigation ul.sub-menu li.menu-item-has-children > a:after {
		right:10px;
		transform: rotate(315deg);
	}
	.menu-toggle {
		display: none;
	}
    .main-navigation .blue-btn {
        
    }
    .main-navigation .blue-btn > a {
		background-color: var(--wp--preset--color--assa-blue);
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 25px;
        transition: border-radius 300ms;
        border-bottom: none !important;
        color: #111111;
    }
    .main-navigation .blue-btn:hover > a {
        var(--wp--preset--color--assa-blue);
    }
    .main-navigation li.menu-item-has-children.blue-btn > a:after {
        border-color:var(--wp--preset--color--assa-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: 50px;
    }
    .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: 32px;
    }
    .entry-content .super-large {
        font-size:50px;
    }
}
@media screen and (min-width:1100px) {
    
    .page-header h1 {
        font-size: 50px;
    }
      
    .hide-mid-size {
        display: inline;
    }
    .main-navigation li {
		margin: 0 20px 0 0px;
	}
    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;
    }
}
@media screen and (min-width:1300px) {
	.main-navigation li {
		margin: 0 25px 0 0px;
	}
}

/* =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;
	}
}