.sponsor {
	padding-top: 5px;
	padding-left: 10px;
}

.sponsored {
	background: #fffde8;
}

.mh-header-bar-content .social-icons {
	display: inline-block;
	height: 35px;
	font-size: 17px;
	line-height: 35px;
}

.mh-header-bar-content .social-icons a {
	color: #fff;
	padding: 0 4px;
}

.mh-header-bar-content .social-icons a:hover {
	color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}

.mh-header-transparent.mh-boxed-layout .mh-header-2 {
	margin: 20px 0 10px 0; 
}

.mh-header-transparent.mh-boxed-layout .mh-site-logo {
    padding: 20px 0 10px 0;
}

.mh-header-tagline {
    font-size: 0.875rem;
    line-height: 1;
    color: #449a3e;
    margin-bottom: 15px;
    padding-top: 0;
    margin-top: 0;
    border: none;
}

.mh-header-search .search-form .search-field:hover {
    min-width: 200px!important;
}

.mh-header-tagline-container {
	margin: 0;
}

.mh-site-identity {
	max-height: 110px;
}

.mh-header-text-link {
    display: block;
}

.mh-header-text {
	display: inline-block;
}

.custom-logo-link img {
	max-height: 90px;
	width: auto;
}

.mh-header-title {
    font-size: 1.1rem;
    line-height: 4.5;
    margin-left: 10px;
}

/*
Colors
lime green	#9ac64f
dark green	#449a3e
orange 		#e64946
*/

@media screen and (max-width: 900px) {
	#mh-mobile .mh-header-tagline-container {
	    padding: 0 20px;
	    text-align: center;
	}
}

@media screen and (max-width: 1024px) {
	.mh-header-title {
	    font-size: 1rem;
	    line-height: 4.5;
	    margin-left: 10px;
	}

	.custom-logo-link img {
    	max-height: 85px;
	}

	.mh-header-transparent.mh-boxed-layout .mh-site-logo {
    	padding: 15px 0 0 0;
	}
}

@media screen and (max-width: 768px) {
	.custom-logo-link img {
	    max-height: 60px;
	}

	.mh-header-title {
	    font-size: 0.9rem;
	    line-height: 1;
	    margin-left: 0;
	}

	.mh-site-logo {
		text-align: center;
	}
}

@media screen and (max-width: 425px) {
	.mh-header-title {
	    font-size: 1rem;
	    line-height: 1;
	    margin-left: 0;
	}

	.custom-logo-link {
		display: block;
	}

	#mh-mobile .mh-header-tagline-container {
	    padding: 0;
	    text-align: center;
	}

	.custom-logo-link img {
    	max-height: 90px;
	}

	.mh-site-identity {
    	max-height: initial;
	}

	.mh-breadcrumb span:nth-child(-n+4),
	.mh-header,
	.mh-preheader,
	#mh-comments,
	#respond,
	.mh-sidebar,
	.mh-back-to-top,
	.mh-share-buttons {
		display: none;
	}
}

.home .scg-guidelines {
	display: none;
}

.scg-guidelines {
	background: #f7f7f7;
    border: 2px solid #c21919;
    border-radius: 5px;
    padding: 15px 15px 15px 35px;
    margin-bottom: 20px;
}

.scg-guidelines li {
	list-style: disc;
	margin: 5px 0 5px 15px;
}

small.attachmentRules {
    font-size: inherit;
}