


/* *********************************************** */
/*    BEGIN IA sitewide_footer_styles.php    ***** */
/* *********************************************** */



/* *********************************************** */
/* ***********     BEGIN IA base.css  ***********  */
/* *********************************************** */

li {
    margin: 10px 0 15px 0;
}

span.cat-links {
	font-style: italic;
}
span.cat-links > a {
	font-style: normal;
	display:inline-block;
	background:#ddd;
	padding:3px 6px;
	border-radius:3px;
	margin-right:5px;
	color:black;
	text-transform:uppercase;
	font-size:0.8em;
	
}
span.edit-link {
	display:block;
	margin-top:15px;
}
span.edit-link > a {
    display: inline-block;
    padding: 6px 12px;
    background: red;
    color: white;
    border-radius: 5px;
    margin-top: 10px;
}

span.edit-link > a:before {
	font: var(--fa-font-solid);
	content:'\f044';
	font-weight:900;
	margin-right:10px;
	display:inline-block;
}


.layout-row {
	opacity:1;
	transition:opacity 1s ease;
}

/* CONTENT */
.entry-header {
	margin: 20px auto 20px auto;
    width: 100%;

}
.widget_block h2 {
	padding: 0;
	margin:0;
}
.widget_recent_entries ul {
	padding: 0;
}
.widget_recent_entries li {
	list-style: none;
}

.entry-meta {
	margin-bottom:20px;
}

.thumb-wrapper {
	height:0;
	width:100%;
	position:relative;
	margin-left: auto;
	margin-right: auto;
}
.post-thumbnail {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow:inset 0 0 50px -30px rgba(0,0,0,0.25);
}
.post-thumbnail img {
    max-width: 100%;
    height: auto;
}

/* FOOTER */

.site-footer {
    background: #555555;
    height: auto;
    flex-grow: 1;
    z-index: 500;
    transform-origin: bottom center;
    opacity: 0;
    transition: all 0.5s ease;
}

#footer {
    display:flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    color:white;
    
}
#footer a {
	color:white;
}
a.footer-logo {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 300px;
    height: 150px;
    margin: auto; 
}
#footer .footer-column { 
	flex-basis: 33.333%;
	padding: 25px;
}

.loaded .site-footer {
	opacity:1;
}


.menu-container,
.footer-column.footer_menus {
    display: flex;
    flex-flow: row nowrap;
}

.menu-container > div,
.footer-column.footer_menus > div{
	flex-basis:50%;
}
.menu-container ul,
.footer-column.footer_menus ul {
	list-style:none;
	margin:0;
	padding:0
}
.menu-container #primary-menu-footer li,
.footer-column.footer_menus ul li {
	float:none;
}

.menu-container #primary-menu-footer li a,
.footer-column.footer_menus ul li a {
	line-height:normal;
	padding:0;
}
.menu-column-left,
.menu-footer-menu-left-container {
	text-align:right;
	padding-right:10px;
}
.menu-column-right,
.menu-footer-menu-right-container {
	border-left: 1px solid #eee;
	padding-left:10px;
}

.social-container {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.social-container a {
	padding: 10px;
}
.social-container i {
	font-size:35px;
}
.footer-column.sponsor_logos {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
}
h3.sponsor_header {
    color: white;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    padding: 0;
    line-height: 1.1;
}
.footer_sponsor {
	width: 28%;
    min-width: 120px;
    height: 120px;
    background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin:3% 2%;
}
.footer_sponsor.white_bg {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 0 10px white;
    transform: scale(.9);
}
.footer_sponsor > span {
	position:absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	line-height: 1.15;
}
.footer_sponsor.white_bg > span {
	padding-top: 10px;
}

#copyright {
	text-align:center;
	color:white;
	margin-top: 65px;
}
#copyright p {
    margin: 0;
    font-size: 14px;
}

#copyright a {
	color: #fff;
	font-weight:bold;
}

.wp-core-ui .button, .wp-core-ui .button-secondary {
    border-color: unset;
    border:none;
}


.wp-block-columns {
	flex-wrap: wrap;
	
}

.wp-block-column {
	min-width: 200px;
	margin: 1em;
}

.hideme, .hide_me, .hide-me { display:none !important; }

iframe.video {
	margin: auto;
	display: block;
	border: 1px solid black;
}

.wp-has-aspect-ratio > div,
.ia_responsive_video > div {
	height: 0;
	padding-top: 50%;
}


#cat_description_container {
	background: #f7f7f7;
	padding: 20px;
	margin-bottom: 20px;
	display:flex;
}

#cat_description_container .cat_img {
	width: 150px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 center;

}
#cat_description_container .cat_desc.img-exists {
	width: 100%;
}

#cat_description_container .cat_desc.img-exists {
    width: calc(100% - 170px);
    margin-left: 10px;
}
    
    
@media screen and (max-width: 755px) {
	h3.sponsor_header {
		font-size: 12px;
	}
}

@media screen and (max-width: 615px) {
	#footer .footer-column {
		flex-basis: 33.333%;
		padding: 10px;
	}
	.menu-container, .footer-column.footer_menus {
		flex-flow: row wrap;
	}
	.menu-column-left, .menu-footer-menu-left-container, 
	.menu-column-right, .menu-footer-menu-right-container {
		text-align: center;
		padding-right: 10px;
		border-left: 0px solid #eee;
		padding-left: 10px;
	}
	.footer_sponsor {
		width: 28%;
		min-width: 110px;
		height: 100px;
	}
	.footer_sponsor > span {
		font-size: 14px;
	}


}


div.acf-ui-datepicker {
	position:static !important;
}


/* *********************************************** */
/* ***********     END IA base.css    ***********  */
/* *********************************************** */




/* *********************************************** */
/* ******  BEGIN IA editor_shared.css  *********** */
/* *********************************************** */

* {
	box-sizing: border-box;
	position:relative;
}

body {
	font-family: sans-serif;
}
 
h1,h2,h3,h4,h5,h6 {
	clear:both;
}
a {
	display:inline;
	text-decoration:none;
	transform:scale(1);
	transition:all 0.5s ease;
	font-weight: 400;
	background:transparent;
}
a:hover {
	transform:scale(1.02);
}
img, figure {
	max-width: 100%;
}

figure img {
	height:auto;
}

.alignleft {
	float:left;
	margin:5px 25px 15px 0px;
	clear:both;
	max-width:60%;
	height:auto;
}

.alignright {
	float:right;
	margin:5px 0px 15px 25px;
	clear:both;
	max-width:60%;
	height:auto;
}

.aligncenter {
	display:block;
	max-width:100%;
	margin:auto;
	height:auto;
}

#primary a.color-button,
#tinymce a.color-button {
	display:inline-block;
	padding:5px 20px;
	border-radius: 3px;
	color:white;
	font-weight: 600;
	text-decoration:none;
	margin:1%;
}

#primary a.color-button.large,
#tinymce a.color-button.large {
	font-size: 140%;
	padding:10px 40px;
}
a.color-button {
	background-color: #eee;
	line-height:1.3;
}

.petition.button,
.faq.button {
	display:block;
	padding:10px 25px;
	text-align:center;
	background: var(--red-darkest);
	color:white;
	border-radius:5px;
	font-size:22px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	transition:all 0.5s ease;
}
.faq.button {
	margin-top:5px;
}
.slide-caption .petition.button,
.slide-caption .faq.button {
	padding:10px 25px;
}
.petition.button:hover,
.faq.button:hover {
	transform: scale(1);
	background: var(--red-2);
}
.img-loaded .petition.button,
.img-loaded .faq.button {
	opacity:1;
	
}
.petition.button:before,
.faq.button:before {
	content:'\f573';
	font: var(--fa-font-solid);
	display:inline-block;
	padding-right:10px;
	font-weight: 900;
}
.faq.button:before {
	content: '\f059';
}


/** ISSUES with floating around images **/

#primary blockquote,
#tinymce blockquote {
	width:50%;
	position:relative;
	margin:auto;
	display:inline-block;
}
#primary blockquote p, 
#tinymce blockquote p {
    font-size: 20px;
    font-style: italic;
    line-height: 1.3;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
#primary blockquote:before, 
#tinymce blockquote:before, 
#primary blockquote:after, 
#tinymce blockquote:after {
	font: var(--fa-font-solid);
    font-weight: 900;
    font-size: 40px;
    color: rgba(0,0,0,0.3);
    position: absolute;
    display: block;
}

#primary blockquote:before, 
#tinymce blockquote:before {
    content: '\f10d';
    top: -20px;
    left: -40px;
}

#primary blockquote:after, 
#tinymce blockquote:after {
    content: '\f10e';
    right: -40px;
    bottom: -15px;
}

.infobox {
    background: #eee;
    padding: 25px 40px;
    font-size: 24px !important;
    text-align: center;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    z-index: 500;
}

.infobox.alignleft,
.infobox.alignright {
	width: 48%;
	min-width: 300px;
}
.infobox.alignleft {
	margin-right:2%;
}
.infobox.alignright {
	margin-left:2%;
}

.addtoany_list {
    clear: both;
}




/* *********************************************** */
/* ********  END IA editor_shared.css  *********** */
/* *********************************************** */


/* *********************************************** */
/* ******  BEGIN IA accessibility.css  *********** */
/* *********************************************** */


/***** TOOLBAR ****/
#ia_accessibility_tools {
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 5000;
    left: 100%;
    width: 200px;
    text-align: left;
    border: 2px solid #ddd;
    border-radius: 20px 0 0 0px;
    transition: left 0.25s ease;
}

#ia_accessibility_tools.opened {
	left: calc(100% - 200px);
}

#acc_toggle {
    position: absolute;
    right: calc(100% + 5px);
    width: 50px;
    height: 50px;
    background: black;
    color: white;
    border-radius: 100%;
    text-align: center;
    line-height: 59px;
    bottom: 5px;
    overflow: hidden;
    border: 4px solid white;
    cursor:pointer;
}
#acc_toggle:before {
    font: var(--fa-font-solid);
    font-weight: 900;
    /* content: '\f2a8'; */
    /* content: '\f193'; */
    content: '\f29a';
    color: white;
    font-size: 35px !important;
    line-height: 44px;
}

#acc_tools {
	list-style: none;
	margin:0;
	padding: 0;
}

#acc_tools li {
	list-style:none;
	padding: 0;
	margin: 0;
	padding: 2px;
}

li.sep {
	border-bottom: 4px solid #aaa;
	margin-bottom: 5px;
}

.acc_tool span {
    display: block;
    text-align: left;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: bold;
    color: #000;
    background: #ddd;
}

.acc_tool span:after {
    font: var(--fa-font-solid);
    content: '\f031';
    font-weight: 900;
    display: inline-block;
    margin-right: 0px;
    text-transform: none;
	font-size: 18px !important;
	float:left;
}

.acc_tool span:before {
    font: var(--fa-font-solid);
    content: '\f031';
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
    text-transform: none;
	font-size: 13px !important;
}

.acc_tool a {
	display: block;
	padding: 5px 10px;
	font-size: 20px !important;
	cursor:pointer;
}

.acc_tool a.active {
	background: #eee;
}	

.acc_tool a:before {
    font: var(--fa-font-solid);
    content: '\f35a';
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
}

a.contrast:before {
	content: '\f042';
}

a.grayscale:before {
	content: '\f5c7';
	margin-right: 8px;
	margin-left: -4px
}

a.invert:before {
	content: '\f042';
	transform: rotate(180deg);
}

a.bigger:before {
	content: '\f0fe';
	font-size:30px !important;
	margin:0;
}

a.smaller:before {
	content: '\f146';
	font-size:30px !important;
	margin:0;
}

a.highlight:before {
	content: '\f591';
}
/* 
a.reset_font {
	text-align:center;
}
 */
a.reset_color:before,
a.reset_font:before {
	content: '\f2ea';
}

a.bigger,
a.smaller {
	width: 30px;
	display:inline-block;
	text-align:center;
}
a.bigger {
    text-align: right;
}
a.smaller {
    text-align: left;
}
/***** EFFECTS ******/

html.invert{
	filter: invert(100%);
}

html.grayscale {
	filter: grayscale(100%);
}

html.contrast {
	filter: contrast(500%);
}

html.contrast.grayscale {
	filter: contrast(500%) grayscale(100%);
}

html.contrast.invert {
	filter: contrast(500%) invert(100%);
}

html.contrast.grayscale.invert {
	filter: contrast(500%) grayscale(100%) invert(100%);
}

html.grayscale.invert {
	filter: grayscale(100%) invert(100%);
}


html.font_1rem p,
html.font_1rem h1,
html.font_1rem h2,
html.font_1rem h3,
html.font_1rem h4,
html.font_1rem h5,
html.font_1rem h6,
html.font_1rem a,
html.font_1rem li,
html.font_1rem div
{
	font-size: 1rem;
}

html.font_13rem p,
html.font_13rem h1,
html.font_13rem h2,
html.font_13rem h3,
html.font_13rem h4,
html.font_13rem h5,
html.font_13rem h6,
html.font_13rem a,
html.font_13rem li,
html.font_13rem div
{
	font-size: 1.3rem;
}

html.font_15rem p,
html.font_15rem h1,
html.font_15rem h2,
html.font_15rem h3,
html.font_15rem h4,
html.font_15rem h5,
html.font_15rem h6,
html.font_15rem a,
html.font_15rem li,
html.font_15rem div
{
	font-size: 1.5rem;
}

html.font_175rem p,
html.font_175rem h1,
html.font_175rem h2,
html.font_175rem h3,
html.font_175rem h4,
html.font_175rem h5,
html.font_175rem h6,
html.font_175rem a,
html.font_175rem li,
html.font_175rem div
{
	font-size: 1.75rem;
}

html.font_2rem p,
html.font_2rem h1,
html.font_2rem h2,
html.font_2rem h3,
html.font_2rem h4,
html.font_2rem h5,
html.font_2rem h6,
html.font_2rem a,
html.font_2rem li,
html.font_2rem div
{
	font-size: 2rem;
}

html.highlight a {
    box-shadow: 0 0 0 10px red;
    text-decoration: underline;
}

.acc_tool a.no_text,
.no_text {
	font-size: 0px !important;
}

/* *********************************************** */
/* ********  END IA accessibility.css  *********** */
/* *********************************************** */




/* *********************************************** */
/*    END IA sitewide_footer_styles.php    ******* */
/* *********************************************** */

