/* Landing page template margin fix */
body.page-template-tmpl-landing ul.pc-foreverfriar-resources { 
	/*margin: 0 .75em;*/
}

ul.pc-foreverfriar-resources {
	list-style-type: none;
	max-width: 450px;
	padding: 0;
	position: relative;
	width: 100%;
}

	ul.pc-foreverfriar-resources > li {
		border-bottom: 1px solid;
		font-family: 'GT America Bold' !important;
		padding: 0;
		position: relative;
		width: 100%;
	}
	
		ul.pc-foreverfriar-resources > li:before {
			display: none !important;
		}
		
		ul.pc-foreverfriar-resources > li > a {
			color: inherit;
			display: block;
			padding: 6px;
			position: relative;
			text-decoration: none;
			transition: all .25s ease;
			width: 100%;
		}

			ul.pc-foreverfriar-resources > li > a:hover {
				padding: 6px 0;
			}

			ul.pc-foreverfriar-resources > li > a:after {
				background-position: right center;
				background-repeat: no-repeat;
				background-size: 100% auto;
				content: '';
				display: block;
				height: 16px;
				position: absolute;
				right: 5px;
				top: calc(50% - 8px);
				transform: rotate(45deg);
				transition: all .25s ease;
				width: 16px;
			}

			ul.pc-foreverfriar-resources > li > a:hover:after {
				right: 0;
			}
