#fullscreen-header {
	background: #fff;
}

.has-background-cover .overlay {
	opacity: 0;
}


#masthead, #masthead a {
	color: #000;
}

.main-navigation ul ul a {
	background-color: #FFF;
} 


.entry-title {
	display: inline-block;
	float: left;
	font-size: 3em;
	color: #000 !important;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	background-color: white;
	opacity: 0.01 !important;

	
}



#fullscreen-header .skip-to-entry:before {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -15px;
	content: "\f107";
	display: inline-block;
	color: #000 !important;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 30px;
	z-index: 1;
	-webkit-animation: arrow-bounce 4s 3s infinite;
	animation: arrow-bounce 4s 3s infinite;
}

.tableUL,.tableULItem {
	list-style-type: none;
}

.tableUL {
	width: 100%;
	float: left;
}

.tableULItem {
	width: 50%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}

.content-image {
	float: left;
	padding: 3px;
}

.content-image img {
	float: left;
	width: 130px;
	height: 130px;
	margin: 18px auto 0;
}

.content-description {
	float: left;
	width: 70%;
}

.tableULItemL {
	width: 55%;
	float: left;
	padding: 4px;
	box-sizing: border-box;
}

.tableULItemS {
	width: 45%;
	float: left;
	padding: 2px;
	box-sizing: border-box;
}

.content-descriptionS {
	float: left;
	width: 100%;
}

.wp-text-component {
	padding: 20px 10%;
	float: left;
	width: 100%;
}

.wp-block-button_link {
	color: white;
}

.wp-primary-background {
	background-color: #F8F8FA;
	
}

.wp-primary-background * {
	
}

.wp-secondary-background {
	background-color: #FEFEFE;
}

.wp-tertiary-background {
	background-color: #0E3487;
	color: white;
}

.container {
	margin: 0 !important;
	width: auto !important;
	padding: 0;
}

#colophon .footer-widget-area {
	padding: 20px 10%;
}

#colophon .footer-bottom {
	padding: 20px 10%;
}

#primary-header {
	margin-bottom: 20px;
}

@media screen and (max-width: 699px) and (min-width:320px) {
	.tabular-content-responsive {
		float: left;
		text-align: center;
	}
	
	.tableULItem {
		width: 100%;
		float: left;
		padding: 20px;
		box-sizing: border-box;
	}
	
	.tableULItemL {
		width: 100%;
		float: left;
		padding: 20px;
		box-sizing: border-box;
	}
	
	.tableULItemS {
		width: 100%;
		float: left;
		padding: 20px;
		box-sizing: border-box;
	}
	
	.content-image {
		width: 100%;
		float: left;
		text-align: center;
	}
	
	.content-image img {
		float: none;
		width: 130px;
		height: 130px;
		margin: auto;
	}
	
	.content-description {
		float: left;
		width: 100%;
		padding: 0;
	}
	
	#page .has-background-cover {
		background-size: 100% !important;
		background-color: inherit;
		height: 13em !important;
	}
}

	
}

@media screen and (max-width: 1023px) and (min-width:699px) {
	#page .has-background-cover {
		background-size: 100% !important;
		height: 24em !important;
	}
}

.pushbutton-wide {
	color: white;
}

.post-template-default.single.single-post #primary-header .container.th-self-end{
    margin-left: auto!important;
    margin-right: auto!important;
    max-width: 47rem;
    background: white;
}

.post-template-default.single.single-post .container.th-self-end .entry-title
{
	opacity: 1 !important;
}

.hfeed .entry-header .entry-title {
	opacity: 1 !important;
}


.column {
  float: left;
  width: 25%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}
@media screen and (max-width: 500px) {
  .column {
    width: 100%;
  }
}
@media(max-width:768px){

	.post-template-default #primary-header img.th-featured-image{
		width: 100%!important;
		//height: 270px!important;
	}

	.post-template-default  .entry-title{
		font-size: 1.5em;
		padding: 5px 2px;
	}

	.post-template-default  .entry-content{
		padding: 20px 15px;
	}
}