﻿

@media screen and (min-width: 760px) {	

	.list_signed .list_signed_link {
		font-size: 1.5em;
		/*min-height: 4.5rem;*/
		line-height: 1.35em;
		display: flex;
		/*border-left: 7px solid #008540;*/
		/*padding: .75rem 4.5rem .75rem 1rem;*/
		/*align-items: left;*/
		text-align: left;
		position: relative;
		text-decoration: none;
		font-weight: 700;
		height: 100%;
		/*box-shadow: 0 2px 4px rgb(85 88 88 / 30%);*/
		background-color: #fff;
		padding: 0.3em 0em;
	}

	.list_signed_header {
		border-top: 1px solid #808080;
		margin-top: 15px;
		padding-top: 10px;
		margin-bottom: 10px;
	}

	.list_signed_description {
		padding: 0px 10px;
	}

	.list_signed_heading {
		max-width: 90%;
		padding: 0px 25px 0px 10px;
	}

	a.list_signed_link:hover, a.list_signed_link:hover:visited, a.list_signed_link:focus, a.list_signed_link:focus:visited, a.list_signed_link:active, a.list_signed_link:active:visited {
		color: #008540;
		box-shadow: none;
		margin-left: 0px;
		outline-offset: 0px;
	}

		/*a.list_signed_link:hover:after {
			color: #674817;
		}*/

		a.list_signed_link:hover:after, a.list_signed_link:active:after, a.list_signed_link:focus:after {
			color: #fff;
		}

	.list_signed .list_signed_link:after {
		background-position: center;
		background-size: 1.125rem;
		font-family: "FontAwesome";
		font-weight: 900;
		content: "\f054";
		color: #008540;
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		position: absolute;
		right: 0;
		padding-right:5px;
		/*width: 2.125rem;*/
	}

	/*.list_signed a:hover, .list_signed a:active {
		color: #008540;
		border: none;
		outline: none;
		text-decoration: underline;
		text-decoration-thickness: 2px;
		text-underline-offset: .1em;
	}*/

	.list_signed a:hover, .list_signed a:active, .list_signed a:focus {
		color: #fff !important;
		text-decoration: none;
		outline: 3px solid transparent;
		background-color: #008540;
		outline: none;
		border: none;
		text-shadow: none;
	}
}

/* tablet landscape */

/* tablet portrait */
@media screen and (orientation:portrait) and (max-width: 992px) {
	.list_signed .list_signed_link {
		font-size: 1.5em;
		line-height: 1.2em;
		font-weight: 600;
		padding: 0.4em 0em;
	}
	
	
}

@media screen and (orientation:landscape) and (max-width: 1024px) {
	.list_signed .list_signed_link {
		font-size: 1.5em;		
		line-height: 1.4em;
		font-weight: 600;
	}
}

/* Mobile */
@media screen and (max-width: 768px) {

	.content-hub header h1 > span:first-child {
		line-height: 1.5em;
	}

	.list_signed .list_signed_link {
		/*padding: 0.5em 0em;*/
		/*line-height: 1.65em;*/
		outline: none;
		border: none;
		box-shadow: none;
	}

	.list_signed_header {
		margin: 0.75em 0em;
	}

	.list_signed_link {
		display: flex; 
	}

	span.list_signed_heading {
		display: block;
		padding: 0.5em 0em;
	}
}
