


/* *********************************************** */
/*    BEGIN IA sitewide_header_styles.php    ***** */
/* *********************************************** */




/* *********************************************** */
/* *******     BEGIN normalize.css     *********** */
/* *********************************************** */

h1,
#poststuff .acfe-flexible-placeholder.-preview  h1 {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    padding: 15px;
    line-height:1.3;
}
h2,
#poststuff .acfe-flexible-placeholder.-preview h2 {
    font-size: 1.7em;
    font-weight: bold;
    margin: 0;
    padding: 15px;
    line-height:1.3;
}

.entry-content h1,
.entry-content h2,
#poststuff .acfe-flexible-placeholder.-preview .entry-content h1,
#poststuff .acfe-flexible-placeholder.-preview .entry-content h2 {
    padding-left: 0px;
}




hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}

b,
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
[hidden] {
	display: none;
}
.screen-reader-text {
 	display:none;
 }




/* *********************************************** */
/* *******       END normalize.css     *********** */
/* *********************************************** */




/* *********************************************** */
/* *********  BEGIN IA navigation.css  *********** */
/* *********************************************** */

#masthead {
	position:relative;
	z-index:10;
	transition: all 1s ease;
    background: #fff;
    box-shadow: 0px 0px 10px #aaa;
}



.main-navigation {
	padding: 0px;
	width: calc(100% - 350px);
    background: transparent;
	float:left;
    height: 80px;
}

.menu-toggle {
    height: 40px;
    width: 40px;
    font-size: 0;
    float: right;
    background: #555;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    margin-right: 20px;
    transition: all 1s ease;
    opacity: 0;
    z-index: 5;
    position: relative;
    margin-top: 20px;
	outline: transparent !important;
}

.loaded .menu-toggle {
	opacity:1;
}

.menu-toggle:before {
    content: '\f137';
    font-size: 27px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    text-align: center;
    line-height: 30px;
    transition: all 1s ease;
    transform: rotateY(0deg);
    display:block;
    color: #fff;
}

.menu-toggle:hover {
	outline: transparent !important;
}

.toggled .menu-toggle {
    margin-right: 310px;
    outline: transparent !important;
}

.toggled .menu-toggle:before {
	transform: rotateY(180deg);
}

.menu {
	list-style: none;
	margin:0;
	padding:0;
}

.menu a {
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #555;
}
#side-menu-container {
	background: #eee;
	padding: 0px;
	display:block;
	position:absolute;
	top: 0px;
	right:0px;
	width:200px;
	padding-top: 80px;
	margin-right:-200px;
	transition: all 1s ease;
}
.toggled #side-menu-container {
	margin-right: 0;
}

#side-menu-container:after {
	clear:both;
}
#side-menu	.menu-item {
	padding: 10px 20px;
	position:relative;
	box-shadow: inset 0 0 
}

#primary-menu {
    display: flex;
    height: 80px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content:center;
    align-items: center;
    justify-content: flex-end;
    padding-right:5px;
}
#primary-menu li {
	display:block;
	float: left;
	padding:5px;
}
#primary-menu a {
    display: block;
    padding: 0;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

#primary-menu li.emphasis a {
	background-color: #1e1787;
	color: #fff;
	border-radius: 5px;
}




/* *********************************************** */
/* ***********  END IA navigation.css  *********** */
/* *********************************************** */



/* *********************************************** */
/* *********  BEGIN IA above_fold.css  **********  */
/* *********************************************** */

#header_wrap,
#masthead,
#footer,
.entry-header,
#head_content,
#content {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
body.home #content {
	max-width: unset;
}


html {
	-webkit-text-size-adjust: 100%;
	overflow-x:hidden;
	width:100%;
	height:auto;
}

body {
	margin: 0;
	box-sizing: border-box;
	line-height:1.3;
	color: #444;
	height: 100%;
	opacity: 0;
	transition: opacity 1.5s ease;
}

.loaded body {
	opacity: 1;
}
#page {
    display: flex;
    width: 100%;
    flex-flow: column;
    height: 100%;
    position:relative;
}

body.home #page {
	padding-top: 0;
}

#content {
	clear:both;
	margin-bottom: 100px;
	padding-top: 80px;

}
#content {
    display:flex;
    flex-flow: row wrap;
    justify-content: space-between;
	clear: both;
/* 	height: 100%; */
	padding-bottom: 50px;
	margin: 0px auto 0 auto;
	width: 90%;
}
body.home #content {
	flex-flow:column;
	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
	justify-content: flex-start;
}

#primary.no-sidebar {
	width: 100%;
	max-width: unset;
}

#primary.has-sidebar {
  max-width: calc(100% - 350px);
  width: 100%;
}

#secondary {
  background: #eee;
  padding: 15px;
  max-width: 350px;
  flex-grow: 1;
}


img {
	border-style: none;
}
 


#content {
	z-index:1;
}
.site-branding {
    padding: 20px;
    width: 350px;
    background: transparent;
    padding-left: 6%;
    float: left;
    height: 80px;
}
a.custom-logo-link {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat:no-repeat;
    background-size:contain;
    
    z-index: 10;
}


/**** SCROLLBARS ****/

::-webkit-scrollbar {
}
::-webkit-scrollbar-button { 
}
::-webkit-scrollbar-track        {
}
::-webkit-scrollbar-track-piece  { 
}
::-webkit-scrollbar-thumb        { /* 5 */ }
::-webkit-scrollbar-corner       { /* 6 */ }
::-webkit-resizer                { /* 7 */ }




/* *********************************************** */
/* ***********  END IA above_fold.css  **********  */
/* *********************************************** */




/* *********************************************** */
/*    END IA sitewide_header_styles.php    ******* */
/* *********************************************** */

