/*
Theme Name: Squigloo Custom Theme
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Custom block theme for ACGR
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 {	background: #fff9c0; 	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; }

:root :where(a:where(:not(.wp-block-navigation))),
:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: initial;
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.entry-content th,
.comment-content th {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	box-sizing: border-box;
}
select {
	font-family: inherit;
	padding: 6px;
	box-sizing: border-box;
}
button,
input {
	line-height: normal;
}
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: transparent;
    border: 1px solid #c2c4c4;
    border-radius: 3px;
    clear: both;
    color: #7a807e;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.35px;
    line-height: 34px;
    padding: 0 10px;
    white-space: nowrap;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

Images 
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignfull {
	width:100%;
	height:auto;
}
/*.wp-caption {
	max-width: 100%; 
	padding: 4px;
} */

/* Navigation */
.site-content nav {
	clear: both;
	line-height:normal;
	overflow: hidden;
}
.site-content nav a {
    color: var(--wp--preset--color--navy);
    font-weight: bold;
}
.nav-single {
	display: flex;
	gap:20px;
	padding-top: 30px;
}
.nav-single .nav-next {
	text-align: right;
	flex-basis: calc(50% - 10px);
}
.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--yellow);
}

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


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

/* Body, links, basics */
html {
	background-color:#FFFFFF;
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    font-family:  "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    text-rendering: optimizeLegibility;
    color: #333333;
    background-color:#FFFFFF;
   
}
strong {
    font-weight: 700;
}
a {
	outline: none;
	color: var(--wp--preset--color--navy);
	text-decoration: none;
}
a:hover, 
a:focus {
	color: #2B4B5F;
}

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

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

/* Header */
.site-header {
	padding: 0px;
	background-color:#FFFFFF;
    box-shadow: 0px 0px 5px rgba(0,0,0,0);
   /* z-index: 999;
    position: absolute;*/
    width: 100%;
	}
.site-header.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:1240px;
}
.site-header .wrap:after {
	clear:both;
	content:'';
	display:table;
}
.pre-header {
    background-color: #f2f2f2;
    font-size : 14px;
    color: #475c7a;
    position: relative;
	z-index: 1;
    text-align: right;
    box-sizing: border-box;
    min-height: 40px;
}
.pre-header .wrap {
    padding: 1px 0px 10px;
}
.pre-header a {
     color: #475c7a;
    margin: 0 15px 0px 0px;
}
.pre-header #search-btn svg path {
    fill:#475c7a;
}
.pre-header a:hover {
     color: #0E1622;
}
.pre-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 {
    /*transition: 300ms ease-out;*/
    transform-origin: bottom left;
    padding-top: 8px;
    width: 240px;
    font-weight : bold;
    font-size : 20px;
    line-height : 24px;
    float: left;
}
.site-header .logo img {
    width:240px;
    height: 84px;
}
.site-header .logo a{
     color : #3f3f3f;
}
/* Navigation Menu */
.main-navigation {
    margin-top: 0px;
    text-align: left;
    font-size : 15px;
    text-transform : uppercase;
}
.main-navigation li {
	line-height: normal;
}
.main-navigation a {
	color: var(--wp--preset--color--navy);
}
.main-navigation a:hover {
	color: #000;
}

.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 {
        padding-top: 12px;
        font-size: 22px;
        max-width: 180px;
    }
    .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:right 600ms ease-out;
        width:300px;
        padding:30px 0px;
        box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
        background-color:#FFF;
        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:40px;
        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--navy);
    }
    .menu-toggle span.m {
        float: right;
        line-height: 18px;
    
    }
    .hideNav {
        color:#B9B9B9;
        cursor:pointer;
        font-weight:300;
        font-size:17px;
        padding-left: 12px;
    }
    .hideNav:hover{
        color:#000000;
    }
    .mobileNav a {
        color:#333;
        display: block;
        padding: 12px;
    }
    .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;
        position: relative;
    }
    .main-navigation .subnav-btn {
        content: "";
        position: absolute;
        right:5px;
        top: 11px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        color: #FFF;
    }
    .main-navigation .subnav-btn:before {
        content: "";
        display: block;
        border-top: 1px solid #555;
        border-left: 1px solid #555;
        transform: rotate(135deg);
        width: 8px;
        height: 8px;
        transform-origin: center;
        position: absolute;
        top: 5px;
        left: 4px;
        transition: transform 330ms;
    }
     .main-navigation .hovered .subnav-btn:before {
         transform: rotate(45deg);
    }
     .main-navigation .sub-menu{
          display: none;
    }
    .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: 8px;
    }
    .main-navigation .script-icon {
        margin-bottom: 0px;
    }
    .main-navigation .script-icon a, .main-navigation .book-icon a {
        line-height: 20px;
        padding: 15px;
    }
}



/* Page header*/
.page-header {
    position: relative;
    z-index: 1;
    overflow: hidden;
    /*background-image: url("images/bg-header.jpg");
    background-repeat: no-repeat;
    background-position: center right;*/
}

.page-header .art1,
.page-header .art2,
.page-header:after,
.page-header:before {
    top: 0;
    display: block;
    content: "";
    opacity: 1;
    left: 65%;
    width: 46%;
    height: 100%;
    clip-path: polygon(80% 0%, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(65deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%);
    z-index: 1;
    position: absolute;
}
.page-header:before {
    animation: fadePulseAnim 3.5s infinite;
}
.page-header .art1 {
    animation: fadePulseAnim 4s infinite;
    left: 79%;
    width: 20%;
    clip-path: polygon(76% 0, 0% 100%, 100% 100%);
    background: linear-gradient(-53deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
}
.page-header:after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 61% 100%);
    background: linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
    width:35%;
}
.page-header .art2 {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background: linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
    width:40%;
    opacity: 0.7;
    animation: fadePulseAnim 3.1s infinite;
}
.page-header .txt {
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 20px 60px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.page-header h1 ,
.page-header h3 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 900;
}
.page-header #breadcrumbs {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.8);
}
.page-header #breadcrumbs a {
    color: rgba(255,255,255,0.8);
}
.page-header  #breadcrumbs a:hover {
    color: #FFFFFF;
}

/* Footer */
#site-footer {
    clear: both;
    padding: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 14px;

}
#site-footer .wp-block-group {
    position: relative;
}
#site-footer .site-info {
    position: relative;
    z-index: 10;
    margin: 0;
}
.footer-widgets > .widget_block > .wp-block-group.has-background {
    position: relative;
}
.footer-widgets > .widget_block > .wp-block-group.has-background > * {
    position: relative;
    z-index: 10;
}
.footer-widgets > .widget_block > .wp-block-group.has-background:before,
.footer-widgets > .widget_block > .wp-block-group.has-background:after {
    display: block;
    content: "";
    width: 27%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0%;
    z-index: 1;
    background-color: rgba(1,1,1,0.05);
    clip-path: polygon(0 0, 100% 100%, 100% 0);mix-blend-mode: multiply;
}
.footer-widgets > .widget_block > .wp-block-group.has-background:after {
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    width: 34%;
    
}
/*.page-header:after {
    display: block;
    content: "";
    width: 100%;
    height: 900px;
    position: absolute;
    top: calc(50% - 550px);
    left: calc(-50% + 50px);
    z-index: 1;
    background-color: rgba(1,1,1,0.03);
    transform: rotate(-10deg);
    filter: blur(1px);
}*/
.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 li {
    margin-bottom: 6px;
    margin-left: 12px;
    padding: 0;
}
#site-footer .widget-area li:before {
    content: "";
}
#site-footer h4 {
    margin-bottom: 15px;
}
#site-footer a {
    text-decoration: none;
}
a.btt {
    position: fixed;
    right: 5px;
    bottom: 5px;
    background-color: var(--wp--preset--color--blue) !important;
    color: #FFF;
    padding: 5px;
    z-index: 999;
    border-radius: 50%;
    font-weight: bold;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    
}
a.btt:hover {
    color: #ccc;
}



/* =Main content and comment content
-------------------------------------------------------------- */
#main {
    box-sizing: border-box;
    margin: 0 auto;
    min-height: 260px;
    position: relative;
    z-index: 1;
    background-color: #FFF;
    padding:0px 20px 0px;
}
body.full-width #main {
    padding: 0;
}

#primary {
    position: relative;
    z-index: 10;
}
.entry-header {
	padding: 40px 0px;
	
}
.entry-header .entry-title {
	margin-bottom: 15px;
	line-height:normal;
    font-weight: 900;
    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-style: bold;
    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: 5px;
    display: block;
    width: 100%;
    height: auto;
    max-height: 700px;
    object-fit: cover;
}
.entry-header .entry-title,
.entry-content .h1-style,
.entry-content .h2-style,
.entry-content .h3-style,
.entry-content .h4-style,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6
{
	margin: 0 0 0.5em;
	line-height:1.3;
}
.entry-content h1 strong,
.entry-content h2 strong,
.entry-content h3 strong,
.entry-content h4 strong,
.entry-content h5 strong,
.entry-content h6 strong
{
    font-weight: 900;
}
.uppercase {
    text-transform: uppercase;
}
.entry-header .entry-title,
.entry-content h1,
.entry-content h2.h1-style,
.entry-content h3.h1-style,
.entry-content h4.h1-style{
    font-size: 32px;
    color: var(--wp--preset--color--blue);
}
.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;
    color: var(--wp--preset--color--blue);
}
.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;
    color: var(--wp--preset--color--blue);
}
.entry-content .h4-style,
.entry-content h1.h4-style,
.entry-content h2.h4-style,
.entry-content h3.h4-style,
.entry-content h5.h4-style,
.entry-content h4{
    font-size : 18px;
    letter-spacing: 1px;
    text-transform : uppercase;
    color: var(--wp--preset--color--navy);
    font-weight: 900;
}

.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;
     color: var(--wp--preset--color--aqua);
}
.entry-content h6 {
	font-size: 14px;
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
body {
  --wp--preset--font-size--medium: 18px  !important; 
  --wp--preset--font-size--large: 24px  !important; 
  --wp--preset--font-size--x-large: 30px  !important;
  --wp--preset--font-size--xx-large: 40px  !important;
}
.entry-content p,
.entry-summary p{
	margin: 0 0 24px;
	line-height:1.6;
   /*  letter-spacing: 0.25px;*/
}
.entry-content p.has-large-font-size {
    line-height: normal;
}

.entry-content ol,
.entry-content ul{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content ul ul
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul{
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li {
    margin: 0 0 4px 18px;
    line-height: 1.4;
}
.entry-content li.wp-social-link {
     margin: 0 0 14px 0px;
}
.entry-content p > strong a,
.entry-content p > a,
.entry-content p > em a,
.entry-content td a,
.entry-content li a {
    text-decoration: underline;
}
.entry-content .no-underline a {
    text-decoration: none;
}
/*
.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 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 {
    border: none;
}
.entry-content .wp-block-table table {
}
.entry-content .wp-block-table.is-style-stripes table {
    border-right: none;
}
.entry-content .wp-block-table table td {
    border-bottom: 1px solid #767676;
    padding-right: 8px;
}
.entry-content .wp-block-table.is-style-stripes td {
    padding-left: 8px;
    border: none;
}
.entry-content .wp-block-table.is-style-stripes tr td {
    transition: background-color 100ms ease-out;
}
.entry-content .wp-block-table.is-style-stripes tr:hover td {
    background-color: #FFFED3;
}
.moretag {
	font-size: 13px;
	color: #B1B1B1;
}
.wp-block-table td, 
.wp-block-table th
.entry-content td,
.comment-content td {
    border: none;
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
    line-height: normal;
}
.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;
}
.edit-link {
	position: absolute;
	top: -34px;
	right: 0;
	background-color: #E3E3E3;
	padding: 3px 7px;
	display: block;
	text-transform: uppercase;
	border-radius: 2px;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper{
    position: relative;
    padding-bottom: 56.25%;
}
.wp-embed-aspect-16-9 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
/*Home Header*/
.home-header {
    position: relative;
    overflow: hidden;
}
.home-header > .wp-block-columns,
.home-header > .wp-block-group {
    position: relative;
    z-index: 100;
}
.home-header .art-fx,
.home-header:after,
.home-header:before {
    display: block;
    content: "";
    width: 27%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(0,0,0,0.1);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    mix-blend-mode: multiply;
    opacity:0.5;  
     margin: 0;
}
.home-header:after {
    opacity: 0;
     background: linear-gradient(65deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
     animation-delay: 300ms;
     animation: fadePulseAnim 2s infinite;
}
.home-header:before {
    left: 22%;
    width: 80%;
    clip-path: polygon(56% 0, 100% 0, 100% 100%, 0% 100%); 
    background: linear-gradient(-34deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%); 
    animation: fadePulseAnim 2.6s infinite;
}
.home-header .art-fx{
    animation-name: fadeInLoopAnim;
    animation-duration:2.9s;
    animation-iteration-count:infinite;
    /*animation-fill-mode: forwards;*/
    opacity: 0;
    background: linear-gradient(65deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
}
.home-header .art-fx.art1 {
    left: 65%;
  height: 95%;
  clip-path: polygon(0 0, 100% 100%, 86% 0);
  background: linear-gradient(0, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
  width: 30%;
}
.home-header .art-fx.art2 {
    left: 75%;
    background: linear-gradient(0deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%);
    transform-origin: top left;
    animation-delay: 300ms;
    clip-path: polygon(56% 0, 100% 0, 100% 100%, 0% 100%);
}
.home-header .art-fx.art3 {
    opacity: 0;
    right: 0;
    left: auto;
    animation-delay: 600ms;
    clip-path: polygon(100% 0, 0 0, 38% 100%);
    background: linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
}
.home-header .art-fx.art4 {
    opacity: 1;
    left: 65%;
    animation-duration:3.4s;
    animation-name:fadeInLoopAnim;
    animation-iteration-count:infinite;
    width: 46%;
    clip-path: polygon(80% 0%, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(65deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%);
}
.home-header .art-fx.art5 {
    opacity: 1;
    left: 55%;
    animation-duration:4.4s;
    animation-name:fadeInLoopAnim;
    animation-iteration-count:infinite;
    width: 50%;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(65deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%);
}

@keyframes fadeInAnim { /* fadein once */
  0%   { opacity:0; }
  100% { opacity:1; transform: scale(1.1)}
}
@keyframes fadeInLoopAnim { /* fadein once */
  0%   { opacity:0; }
  50%  { opacity:1; transform: scale(1.2)}
  100% { opacity:0; }
}
@keyframes fadePulseAnim { /* fade pulses */
  0%   { opacity:0.5; }
  50%  { opacity:1; transform: scale(1.05)}
  100% { opacity:0.5; }
}

/*Events Feed*/
.latest-events-feed li {
    list-style: none;
    margin-bottom: 18px;
    margin-left: 0px;
}
.latest-events-feed h5 {
    color: #FFF;
    margin-bottom: 0;
    font-weight: normal;
    text-transform: uppercase;
}
.latest-events-feed h3 {
    line-height: 1.3;
    font-size: 22px;
}
.latest-events-feed a{
    text-decoration: none !important;
}
.events-cover-photo.wp-block-cover {
    height: 100%;
    min-height: 230px;
}

/*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: 10px;
    width: 100%;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}
.horizontal-slider > * {
      flex: 0 0 auto;
}
.member-carousel .image-wrap {
    padding: 10px;
}
.member-carousel img {
    width: 160px;
    height: 120px;
    object-fit: contain;
    color: #FFF;
    filter: grayscale(1);
}
@media screen and (min-width:1200px){
    .horizontal-slider {
        max-width: 1200px;
    }
}

/*Category nav*/
.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: 15px;
  font-weight: bold;
}
.sub-cat-nav a:hover {
    background-color: #E3E3E3;
}

/*MailChimp*/
.indicates-required {
    font-size:12px;
    font-weight: bold;
    color: #E18705;
}
#mc_embed_signup label {
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    padding: 2px 0;
    font-weight: bold;
    color: #646363;
}
.mc-field-group input {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 12px;
}
#mc-embedded-subscribe {
    color: #FFF;
    border-color: #4a99b7;
    background-color: #4a99b7;
    font-weight: bold;
}
/*Grids and Posts */
.summary-view {
	margin-bottom: 20px;
    position: relative;
}
.entry-summary {
    padding: 20px;
    line-height: normal;
}
.latest-posts-carousel .summary-view,
.summary-view.type-tribe_events ,
.summary-view.type-post {
    background-color: var(--wp--preset--color--light-grey);
    padding-bottom: 50px;
}

.summary-view.type-tribe_events.latest-post,
.summary-view.type-post.latest-post {
    background-color: var(--wp--preset--color--aqua);
}
.summary-view h5.post-meta{
    color: var(--wp--preset--color--aqua);
    font-weight : bold;
    font-size : 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.summary-view p.base-aligned{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}
.summary-view p.read-more a {
    color:  var(--wp--preset--color--navy);
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none !important;
}
.summary-view p.read-more a:hover {
    color:  var(--wp--preset--color--dark-navy);
}
.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;
    font-weight: 900;
    line-height: 1.3;
}
.summary-view.type-acgr_award .entry-title {
    font-size: 24px !important;
}
.summary-view .entry-title a {
    color: var(--wp--preset--color--navy);
}

.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  {
    font-weight: 900;
    margin-bottom: 20px;
}
.fixed-page-width > .grid {
    margin: 30px 0;
}

.latest-posts-carousel {
    position: relative;
    min-height: 200px;
    padding: 20px 0;
    
}
.latest-posts-carousel .arrow-btn {
    position: absolute;
    top: calc(50% - 15px);
    left: -20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    font-size: 40px;
    line-height: 30px;
    background-color: #FFF;
    border-radius: 50%;
}
.latest-posts-carousel .arrow-btn.right {
    right: -20px;
    left: auto;
}
.latest-posts-carousel .arrow-btn.disabled {
    color: #CCC;
    cursor: default;
}
.latest-posts-carousel .arrow-btn:not(.disabled):hover {
    color: var(--wp--preset--color--aqua);
}
.latest-posts-carousel .arrow-btn.left:before {
    content: "\2039";
}
.latest-posts-carousel .arrow-btn.right:before {
    content: "\203A";
}


.latest-posts-carousel .slider {
    overflow-x: auto;
    scrollbar-width: thin;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}
.latest-posts-carousel .summary-view {
    padding: 20px 20px 60px;
    flex: 0 0 auto;
    width: 100%;
    box-sizing: border-box;
}
.latest-posts-carousel .summary-view h5 {
    margin-bottom: 10px;
}
.related-posts .grid {
    padding-top: 40px;
}
@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: flex-start;
        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;
    }
    .latest-posts-carousel .summary-view {
        width: calc(33% - 3px);
    }
    .latest-posts-carousel .arrow-btn.left {
        left: -25px;
    }
    .latest-posts-carousel .arrow-btn.right {
        right: -25px;
    }
}
@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);
    }
}
@media screen and (min-width:1220px){
    .grid .summary-view .post-hero-image {
        height: 280px;
    }
}



/*Awards Category*/
.award-logo {
    text-align: center;
    max-width: 315px;
    margin: -30px auto 0;
}
.site-content .award-cats-nav {
    clear: both;
    padding-top: 45px;
    padding-bottom: 15px;
    text-align: center;
}
.site-content .award-cats-nav ul,
.site-content .award-cats-nav li{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-content .award-cats-nav a {
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    white-space: nowrap;
    color: var(--wp--preset--color--navy);
    font-weight: normal;
    background-color: var(--wp--preset--color--light-grey);
    transition: 300ms ease-out;
    text-decoration: none;
}
.site-content .award-cats-nav .current-menu-item a {
    background-color:  var(--wp--preset--color--blue);
    color: #FFF;
}
.site-content .award-cats-nav a:hover {
    color: #FFF;
    background-color:  var(--wp--preset--color--navy);
}
/*Single Awards*/
.awardee-card.summary-view {
    background-color: var(--wp--preset--color--blue);
    text-align: center;
    color: #FFF;
    margin-top: 100px;
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
    box-shadow: none;
}
.awardee-card.summary-view:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.awardee-card.summary-view .awardee-image {
    position: absolute;
    top: -100px;
    left: calc(50% - 100px);
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    background-color:  var(--wp--preset--color--navy);
    transition:300ms ease-out;
    transform-origin: center;
}

.awardee-card.summary-view .awardee-image:hover {
    box-shadow: 0 0 5px rbga(0,0,0,0.2);
    transform: scale(1.1);
}
.awardee-card.summary-view .awardee-image img {
    width:200px; height: 200px; display: block; object-fit: cover;
}
.awardee-card h3.entry-title {
    font-weight: 900;
    line-height: normal;
    font-size: 25px;
}
.awardee-card h3.entry-title a {
    color: #FFF;
}

.awardee-card.summary-view .top {
    min-height: 150px;
}
.awardee-card.summary-view p.sponsor {
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
}
.awardee-card.summary-view p.awardee  {
    font-size: 20px;
    padding-top: 10px;
}
.awardee-card.summary-view p.awardee strong {
    font-size: 16px;
}
.awardee-card.summary-view p.read-more a {
    color:  var(--wp--preset--color--navy);
}
.awardee-card.summary-view p.read-more a:hover {
    color:  var(--wp--preset--color--dark-navy);
}
.single-award-header h4,
.single-award-header p {
    margin-bottom: 10px;
}
/*Single Award View*/
.entry-header.single-award-header {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.post-featured-image {
    width: 225px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}
.post-featured-image:has(img){
    height: 225px;
    margin-bottom: 20px;
}

.post-featured-image img{
    height: 225px;
    width: 225px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
}

 .entry-header.single-award-header .entry-title{
    margin-bottom: 30px;
}


.single-award-header .entry-title span{
    display: block;
    font-size: 30px;    
}
/*Events Calendar*/
.tribe-common .tribe-common-l-container {
  max-width: 1240px;
    padding: 50px 20px !important;
}
#main .tribe-events-header__title-text,
#main .tribe-events-single-event-title {
    text-align: center;
    font-weight: 900;
    line-height: 1.3;
    font-size: 36px;
    color: var(--wp--preset--color--blue);
}
#main .tribe-events-header__title-text {
    text-align: left;
}
.tribe-events-header__breadcrumbs {
    display: none;
}
.tribe-events a.tribe-events-calendar-list__event-title-link {
    color: var(--wp--preset--color--navy);
    font-weight: 900;
}
.tribe-embed a, 
.tribe-events-event-meta a, 
.tribe-events-single a {
  color: var(--wp--preset--color--navy);
}
.tribe-common a.tribe-events-calendar-list__event-title-link:visited {
    color: var(--wp--preset--color--navy);
}
.tribe-events .tribe-events-calendar-list__event-row {
    background-color: var(--wp--preset--color--light-grey);
    padding-top:30px !important;
    padding-bottom:30px !important;
    margin-left: 0!important;
    margin-right: 0!important;
}
.tribe-events-c-subscribe-dropdown__container {
    padding: 10px 0;
}

/*Single*/
.tribe-events-single {
  max-width: 980px;
  margin: 0 auto;
}
.tribe-events-single div.tribe-events-notices > ul > li {
  text-align: center;
}
.tribe-events-back {
    display: none;
}
.single-tribe_events .tribe-events-schedule {
    text-align: center;
    color: var(--wp--preset--color--navy);
}
.single-tribe_events .tribe-events-schedule h2,
.single-tribe_events .tribe-blocks-editor .tribe-events-schedule .tribe-events-schedule__datetime {
    text-align: center;
    font-weight: bold;
    color: var(--wp--preset--color--navy);
}
.single-tribe_events .tribe-events-schedule:after {
    content: "";
    display: block;
    width: 100px;
    margin: 30px auto 30px;
    height: 2px;
    background-color: var(--wp--preset--color--blue);
}
.single-tribe_events .tribe-events-c-subscribe-dropdown, 
.tribe-events .tribe-events-c-subscribe-dropdown {
    margin: 0;
}
.single-tribe_events .tribe-block__venue:not(:has(p)) {
    border: none;
    padding: 0 !important;
}
.events-member-content {
    background-color: #f2f2f2;
    padding: 20px;
    clear: both;
    margin-bottom: 20px;
}
#main .tribe-block__event-website a {
    background-color: var(--wp--preset--color--aqua);
    padding: 5px 25px;
}
#main .single-tribe_events #tribe-events-footer {
    padding-top: 20px;
    margin-top: 20px;
}
/*Submissions*/
.submissions .wp-block-group {
    padding: 15px;
}
.submissions .wp-block-group p a{
   text-decoration: none;
}
.submissions .wp-block-group h4 {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
/*Gutenberg Styles*/
.wp-block-separator {
    opacity: 1;
}
.wp-block-columns.no-gap {
    gap: 0;
}

.has-white-background-color {    background-color: #FFF;	}

.entry-content .bold {
    font-size: 900;
}
.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 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);
    }
}


h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: 20px;
}

.is-style-shadow-col-fx .wp-block-column {
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.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);
    }
}

/*.corner-triangle-fx {
    position: relative;
}
.corner-triangle-fx:before {
  display: block;
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(1,1,1,0.03);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  mix-blend-mode: multiply;
}
.corner-triangle-fx > * {
    position: relative;
    z-index: 10;
}*/
.has-border-color {
    border-style: solid;
}

.is-style-rounded-fx {
     border-radius: 10px;
    overflow: hidden;
}
.is-style-outlined-box {
     border:2px solid #CCC;
}
.is-style-boxed-columns .wp-block-column,
.boxed-columns .wp-block-column{
    background-color: #F2F2F2;
    padding: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.is-style-group-shadow-fx {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 10px;
}

.is-style-rounded-shadow-fx img {
     box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 10px !important;
}
.is-style-shadow-fx,
.wp-block-column.is-style-shadow-fx,
.wp-block-group.is-style-shadow-fx,
.is-style-shadow-fx img, 
.shadow-fx img,
img.shadow-fx {
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.wp-block-image.shadow-fx{
    box-shadow: none;
}
.wp-block-image.shadow-fx img{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.fixed-page-width,
.fixed-page-width-narrow{
    max-width:1240px;
    margin-left: auto; 
    margin-right: auto;
    padding: 30px 20px;
    box-sizing: border-box;
}
.fixed-page-width-narrow,
.entry-content .is-style-narrow-content{
    max-width:980px !important;
    margin-left: auto; 
    margin-right: auto;
}
/* Buttons */
.wp-block-buttons {
    margin-bottom: 1em;
}
.wp-block-button__link {
    transition: 300ms ease-out;
    border-radius: 5px;
}
/*.wp-block-button__link:visited {
    color:inherit;
}*/
.wp-block-button__link:hover {
    border-radius: 12px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    text-decoration: none;
}
.wp-block-button__link.has-background {
    position: relative;
}
/* lists */
.entry-content ul.is-style-tick-list > li,
.entry-content ul.tick-list > li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin: 0 12px 10px;
}
.entry-content ul.is-style-tick-list > li:before,
.entry-content ul.tick-list > li:before{
    content: "✔";
    position: absolute;
    top: 0;
    left: 0; 
}
.has-white-color ul.is-style-tick-list > li:before,
.has-white-color ul.tick-list > li:before{
    color:#FFF;
}
.wp-block-gallery.contain-images img  {
    object-fit: contain !important;
}
.wp-block-gallery.has-nested-images.captions-below  {
    grid-row-gap: 42px;
}
.wp-block-gallery.has-nested-images.captions-below figure.wp-block-image figcaption {
    bottom: -30px;
    background:transparent;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #FFF;
    padding-top: 5px;
}



@media screen and (min-width:600px){
    .right-align-on-desktop > * {
        text-align: right;
    }
    .right-align-on-desktop li {
        list-style: none;
        position: relative;
    }        
    .right-align-on-desktop li:before {
      content: "•";
      position: relative;
      margin-left: 10px;
    }
}
@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;
    }
}

/*Custom Styles List*/
.text-shadow {
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.uppercase {
    text-transform: uppercase;
}
.extra-padding,
.wp-block-group.has-background.extra-padding{
    padding: 40px;
}
/*Forminator */
.forminator-ui .forminator-error a {
    display: none;
}

.login-message {
    margin: 30px auto;
    max-width:1220px;
    padding: 10px;
    background-color: #FBFDDC;
}
#forminator-module-132 .acgr-un {
    display: none !important;
    visibility: hidden;
}
/* ---- */
@media (max-width: 768px) {
    .reverse-on-mobile {
        flex-direction: column-reverse;
    }
    .hide-on-mobile {
        display: none;
    }
}
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;
}
/*Comments*/
.comments-wrap.entry-content {
    padding: 20px 0;
    margin: 0 auto;
    max-width: 980px;
}
p.comments-closed {
    font-style: italic;
    margin-bottom: 10px;
}
.comments-header {
    padding-top: 5px;
}
.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.comments-feed .comment {
    padding: 40px 10px 5px;
    position: relative;
    background-color:#f2f2f2;
    margin-bottom: 20px;
}
.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author .fn {
	font-weight: bold;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 6px 10px;
    background-color: var(--wp--preset--color--aqua);
    display: inline-block;
    color: #FFF !important;
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
    text-transform: none;
}
.comment-author .fn a {
    color: #FFF;
    text-decoration: underline;
}
.comment-author .avatar {
	display: none;
}
.comment-reply-link,
.comment-reply-login {
	color: #2D8BC8;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.says {
	display: none;
}
.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}
.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}
.comment-list .edit-link {
	margin-left: 20px;
}
.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}
.comment-meta {
    padding-bottom: 10px;
}
.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}
.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}
.comment-awaiting-moderation {
	color: #4F2627;
    padding-bottom: 8px;
    display: inline-block;
}

.comment-awaiting-moderation:before {
	content: "*";
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.comment .reply ,
.comment-reply-link {
    display: none;
}
/* Comment form */
.comment-respond {
	background-color: #FFF;
	padding: 15px 15px 5px;
    border:2px solid  var(--wp--preset--color--aqua);
    clear: both;
    margin-top: 30px;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.comment-respond .comment-notes {
	margin-bottom: 15px;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
	margin-bottom: 8px;
}

.comment-respond [for="author"],
.comment-respond [for="email"],
.comment-respond [for="url"],
.comment-form [for="comment"] {
	float: respond;
	padding: 5px 0;
	width: 120px;
    font-weight: bold;
    text-transform: uppercase;
}

.comment-respond .required {
	color: #ed331c;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"] {
	max-width: 270px;
	width: 60%;
}
#reply-title {
    font-size: 20px;
}
.comment-respond textarea {
	width: 100%;
}
.comment-respond input[type="submit"] {
    background-color: #4a99b7;
    color: #FFF;
    border:none;
    outline: none;
    font-weight: bold;
    text-transform: uppercase;
}
.comment-respond #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

/*Teams Feed*/
#list-profiles {
    padding: 20px 0px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#list-profiles:after {
    clear: both;
    display: block;
    content: '';
}
#list-profiles .profile {
    flex-basis: 47%;
    box-sizing: border-box;
    padding: 20px 10px 20px;
    text-align: center;
    border:1px solid #CCC;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    transition: box-shadow 300ms;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}
#list-profiles .profile:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
}
#list-profiles .profile:before {
    display: block;
    content: "";
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    top: -180px;
    left: calc(50% - 200px);
    z-index: 1;
    background-color: #E3E3E9;
    opacity: 0;
    transition: 300ms ease-out;
    z-index: 1;
}
#list-profiles .profile:hover:before {
    top: -140px;
    opacity: 1;
}
#list-profiles .photo {
    border-radius: 50%;
    z-index: 10;
    position: relative;
}
#list-profiles .photo a {
    border-radius: 50%;
    overflow: hidden;
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    transform-origin: center center;
    transition: transform 300ms ease-out;
}
#list-profiles .photo a:hover {
    transform: scale(1.1);
}
#list-profiles .photo a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#list-profiles .photo .no-image {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #DAE1E4;
}
#list-profiles .blurb {
    z-index: 10;
    position: relative
}
#list-profiles h4 {
    font-weight : normal;
    font-size : 18px;
    padding-top: 15px;
    margin-bottom: 15px;
    letter-spacing: normal;
    text-transform: none;
    position: relative;
}

#list-profiles a {
    color:#294D87;
}
#list-profiles p {
    font-size : 15px;
    color : #666666;
    max-width: 200px;
    margin: 0 auto;
    line-height: normal;
}

.bio-link {
    max-width: 330px;
    margin-bottom: 30px;
}
.bio-link p {
    margin-bottom: 10px;
}
@media screen and (min-width:600px) {
    #list-profiles .profile {
        flex-basis: calc(33% - 30px);
        
    }
}
@media screen and (min-width:1080px) {
    #list-profiles {
        gap:35px;
    }
    #list-profiles .profile {
        flex-basis: calc(25% - 28px);
    }
}

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

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

/*Hover Anim FX */
.hover-slide-left .wp-block-cover__image-background {
    object-position: center left;
    transition: object-position 1s ease-out;
}
.hover-slide-left:hover .wp-block-cover__image-background {
    object-position: center 50%;
}
.hover-slide-right .wp-block-cover__image-background {
    object-position: center right;
    transition: object-position 1s ease-out;
}
.hover-slide-right:hover .wp-block-cover__image-background {
    object-position: center 50%;
}
.hover-slide-up .wp-block-cover__image-background {
    object-position:center top !important;
    transition: object-position 1s ease-out;
}
.hover-slide-up:hover .wp-block-cover__image-background {
    object-position: center bottom !important;
}
.hover-scale-up .wp-block-cover__image-background {
    transform-origin: center;
    transition: transform 1s ease-out;
}
.hover-scale-up:hover .wp-block-cover__image-background {
   transform: scale(1.1);
    
}


/* = FULL WIDTH PAGE
-------------------------------------------------------------- */
#main {
	overflow:hidden;
	padding-left:0px;
	padding-right:0px;
    max-width: 100%;
    min-height: 200px;
}
.site-content {
    margin: 0;
    padding: 0;
}
.full-width .site-content {
	padding-left: 0;
	padding-right: 0;
}

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

.search-results h1 a {
    color:#000000;
}
/* Blog
-------------------------------------------------------------- */

/*Single Post*/

/*FAQs*/
#rank-math-faq .rank-math-question {
    font-size: 17px;
}
#rank-math-faq .rank-math-question::after {
    color: var(--wp--preset--color--blue);
}
/*Sibling Nav*/
.sibling-nav {
    margin: 0px 0;
    padding: 30px 0 0;
    border-top: 1px solid #E1E1E1;
}
.sibling-nav li {

}
.sibling-nav a {

}
.sibling-nav .current_page_item a,
.sibling-nav a:hover {
   
}
    
/* =Media queries
-------------------------------------------------------------- */
@media screen and (max-width: 599px) {
    .entry-content > .wp-block-cover__inner-container.is-layout-constrained,
    .entry-content > .wp-block-group.is-layout-constrained {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
    .entry-content > .wp-block-cover__inner-container.is-layout-constrained:not(.full-width),
    .entry-content > .wp-block-group.is-layout-constrained:not(.full-width) {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media screen and (min-width: 1020px) {
	
    
	/*Header*/
    .site-header {
        min-height: 45px;
        position: absolute;
        width: 100%;
        z-index: 100;
        top: 0;
        left: 0;
    }
    /*body:not(.is-page-template-landing-page) {
        padding-top: 120px;
    }
    body:not(.is-page-template-landing-page).admin-bar {
        padding-top: 110px;
    } */
    body:not(.is-page-template-landing-page) #top {
        background-color: var(--wp--preset--color--blue);
        height: 150px;
    }
    .admin-bar .site-header {
        margin-top: 32px;
    }
    .site-header > .wrap {
        padding: 40px 20px 20px; 
    }
    .site-header:after {
        clear: both;
        display: block;
        content: '';
    }
    /*.site-header {
        transition: top 550ms ease-out;
    }*/
    .site-header.anim-done  {
        top:-70px;
        position: fixed;
    }
    .site-header .logo  {
        transform-origin: bottom left;
        /*transition: 550ms ease-out;*/
    } 
    .site-header.anim-done .logo  {
        transform: scale(0.5);
    }
	.mobileNav {
		display: block;
		opacity:1;
        background-color: transparent;
	}
	.hideNav {
		display:none;
	}
        
  
    .hide-mid-size {
        display: none;
    }
    .main-navigation {
        float: left;
        width:calc(100% - 245px);
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 62px;
        text-align: left;
        clear: none;
    }
   /* .site-header > .wrap  {
        transition: padding 550ms ease-out;
    }*/
    .site-header.anim-done > .wrap  {
        padding-top: 0;
        padding-bottom: 10px;
    }
    .rightside-menu .main-navigation ul.nav-menu,
    .rightside-menu .main-navigation div.nav-menu > ul {
		text-align: right;
	}
   .main-navigation {
       width: calc(100% - 245px);
       text-align: center;
       margin-right: 0px;
       float: right;
       margin-left: 0;
       margin-top: 42px;
    }
    .main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		text-align: center;
	}
    .rightside-menu .main-navigation {
        margin-right:0px;
    }
    .rightside-menu .main-navigation ul.nav-menu,
    .rightside-menu .main-navigation div.nav-menu > ul {
		text-align: right;
	}
    
    .main-navigation .hide-on-desktop {
      display: none;
    }
    
    .main-navigation .mobile-only {
        display: none;
    }
    .main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
   .main-navigation ul.nav-menu li:hover > ul {
        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: 50px;
		white-space: nowrap;
	}
    .main-navigation li a:hover {
        color:var(--wp--preset--color--blue);
    } 
    .main-navigation .nav-menu > li > a {
        transition: 300ms ease-out;
        border-bottom: 2px solid #FFF;
    }
    .main-navigation .nav-menu > li  > a:hover,
    .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--blue);
    }
	.main-navigation li {
		margin: 0 20px 0 0px;
		position: relative;
	}
    
	.main-navigation .sub-menu {
         opacity: 0;
        visibility: hidden;
        display: block;
    }
	.main-navigation .sub-menu li {
		margin: 0 0 0 0px;
        text-align: left;
        text-transform: none;
	}
    .main-navigation .sub-menu li a{
        background-color: #FFF;
        transition: 300ms;
        line-height: 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 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 {
		background: #ffffff;
		display: block;
		letter-spacing: normal;
		line-height: normal;
		padding: 8px 12px;
		width: 200px;
		white-space: normal;
        box-sizing: border-box;
        font-size: 15px;
        transition: padding 500ms ease-out;
	}
    .main-navigation li:hover ul li a {
        padding-top: 12px;
        padding-bottom: 12px;
	}
	.main-navigation li > a {
		position:relative;
	}
    .main-navigation li.menu-item-has-children > a {
        padding-right: 10px;
    }
	.main-navigation li.menu-item-has-children > a:after {
	    color: inherit;
		content: "";
		width: 4px;
		height: 4px;
		border-right: 1px solid  var(--wp--preset--color--blue);
		border-bottom: 1px solid  var(--wp--preset--color--blue);
		transform: rotate(45deg);
		display: block;
		position: absolute;
		top: 23px;
		right: 1px;
	}
	.menu-toggle {
		display: none;
	}
    
    .page-header .txt{
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .page-header #breadcrumbs {
        margin-bottom: 50px;
    }
    .page-header h1 {
        font-size: 45px;
    }
    
    ul.two-columns,
    ul.is-style-two-columns {
        column-count: 2;
    }
    ul.three-columns,
    ul.is-style-three-columns {
        column-count: 3;
    }
    #main .tribe-events-header__title-text,
    #main .tribe-events-single-event-title,
    .entry-header .entry-title {
        font-size: 40px;
    }
    
    .has-x-large-font-size,
  
    .entry-content h1,
    .entry-content h2.h1-style,
    .entry-content h3.h1-style,
    .entry-content h4.h1-style{
        font-size: 40px;
        line-height: 1.3;
    }
    .entry-content h1.h2-style,
    .entry-content h2,
    .entry-content h3.h2-style,
    .entry-content h4.h2-style{
        font-size: 40px;
    }
    .entry-content h1.h3-style,
    .entry-content h2.h3-style,
    .entry-content h3,
    .entry-content h4.h3-style{
        font-size: 26px;
    }
    .entry-content .super-large {
        font-size:50px;
    }
    
    .columns-x2 .awardee-card.summary-view .top {
        min-height: 100px;
    }
     :where(body .is-layout-flex.wp-block-column) {
        column-gap: 40px;
    }
}
@media screen and (min-width: 768px) and (max-width:1100px) and (max-height:720px) { 
    body, html {
        font-size: 16px;
    }
    
}
@media screen and (min-width: 768px) and (max-height:720px) { 
    .site-header > .wrap {
        padding-top: 20px !important;
    }
    .page-header .txt {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .page-header #breadcrumbs {
        margin-bottom: 40px;
      }
}


@media screen and (min-width:1200px) {
       
    .page-header h1 {
        font-size: 50px;
    }
      
    .hide-mid-size {
        display: inline;
    }
    .main-navigation li {
		margin: 0 10px;
	}
    .wp-block-columns {
        gap: 50px;
    }
    #content:not(.fixed-page-width-narrow) .entry-content > .wp-block-cover__inner-container.is-layout-constrained:not(.full-width),
    #content:not(.fixed-page-width-narrow) .entry-content > .wp-block-group.is-layout-constrained:not(.full-width) {
        padding-left: 50px !important;
        padding-right: 50px !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,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
}