#header-top{
	background-color:white;
}
#header-top li::before, #main-navigation-wrap li::before {
	display:none;
}
#header-top a{
	color: #ed4343;
}
.menu-item.menu-item-type-custom.menu-item-object-custom{
	margin-top:10px;
}
#masthead {
	background-color: #ed4343;
}
#main-navigation-wrap {
	background-color: #ed4343;
}
#main-navigation-wrap a{
	color: white;
	font-size: 13px;
	font-weight: 600;
	font-family: Montserrat, sans-serif;
}
#main-navigation-wrap a:hover{
	background-color: #f5f5f5;
	color: #ed4343 !important;
}
#logo {
	max-width: 620px
}
#logo .site-description {
	margin-top: 28px;
	float:right;
	text-transform: uppercase;
	max-width: 500px;
	color: white;
	line-height: 34px;
	font-size: 28px;
}
.other-titles {
	font-size: 21px;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
}
.subtitles {
	font-size: 14px;
	color: #ed4343;
	text-transform: uppercase;
}
#post-12{
	padding-top: 20px;
}
.type-page{
	border-top: 0;
	box-shadow: none;
}
.page-title {
	font-size: 21px;
	margin-bottom: 25px;
}
.entry-header h1{
	color: black;	
}
.subject {
	background-color: #ed4343;
	color: white;
	display: inline-block;
	height: 100px;
	width: 100%;
	border-radius: 4px;
	padding: 14px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	margin: 0 0 16px 0;
}
.subject.inactive{
  opacity: 0.6;
}
a:hover .subject{
	opacity: 0.9;
}
.subject a, .subject h2 {
	color:white;
	font-size: 18px;
	text-transform:uppercase;
	margin: 0;
}
.subject a:hover {
	color: white;
}
.subject h2 {
	margin: 0;
	line-height: 18px;
}
.bgRed{
	background-color: #ed4343;
}
.bgTangerine{
	background-color: #ed9043;
}
.bgMustard{
	background-color: #edb443;
}
.bgMango{
	background-color: #edd043;
}
.widget{
	box-shadow: none;
	border-top: none;
}
.search-field,.search-form{
	border: solid 1px #f5f5f5;
	border-radius: 4px;
}
@media (min-width: 782px) {
	.wp-block-column:not(:first-child) {
	    margin-left: 16px;	
	}
}
@media only screen and (max-width: 782px) {
	.mobile-top-menu {
		background-color: white;
	}
	#main-navigation-wrap a{
		color: #FFFFFF;
	}
	.wp-block-column {
		margin-bottom: 0px;
	}
	.page-title,.other-titles,.subtitles{
		text-align: center;
	}

}
ul, .footer {
  list-style: none;
	padding: 0;
}

ul li::before {
  content: "\02022";
	font-size: 14px;
  color: black;
  font-weight: bold;
  display: inline-block;
  width: 12px;
  margin-left: 8px;
}
body ul a:hover{
	text-decoration: underline;
	color: #ed4343;
}
.primary-navigation-wrap {
	border:none;
}
.widget.widget_text ul, ul.footer{
	font-size: 14px;
	list-style: none;
	padding: 0;
	margin: -18px;
	line-height: 36px;
}
.widget-title{
	line-height: 24px;
	margin-bottom: 40px;
	font-size: 18px;
	color: #ed4343 !important;
		
}
.row {
    padding: 0 0 16px 0;
    border-bottom: solid 1px #DFE0DF;
    width: 100%;
	  margin-bottom: 24px;
}
.row a:link {
	color: #656565;
}
.row a:link:hover {
	color: #ED4343;
	transition-duration: 200ms;
}
.row:after {
	content:"\203A";
	float:right;
}
.row-number {
  font-weight: 900; 
	display:inline-block; 
  color: rgba(0, 0, 0, 0.75); 
  width: 30px;
  max-width: 10%;
	margin: 0;
}
#footer.footer-wrap{
	display:none;
}
.footer-widgets-wrap {
	background-color: #f5f5f5;
}
main li {
  padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: solid 1px #f5f5f5;
}
main li a:link {
	color: #656565;
	font-size: 14px;
}
main li:before{
	content: "\203A";
	margin-right: 10px;
	color: #ed4343;
}