/* -----------------------------  PVII Show More / Show Less by Project Seven Development www.projectseven.com Core CSS -----------------------------*//* ----------- <a> tag triggers ----------- *//* block */a.sml-more {    color: #d40000;    font-weight: 400;    font-style: normal;    transition: all linear .5s .1s;    font-family: open-sans;    font-size: 0.9em;    padding-left: 20px;    /* [disabled]border-color: #000000; */    text-decoration: none;    padding-bottom: 5px;    display: inline-block;}a.sml-more.open {    color: #D40000;    text-decoration: none;}a.sml-more:hover {    color: #d40000;    text-decoration: underline;}a.sml-more.tabbed:hover, a.sml-more.tabbed.open {	border-top-style: hidden;	border-bottom-style: solid;	background-color: #222;	color: #FFF;}a.sml-more.button {    color: #000000;    background-color: #DDD;    /* [disabled]text-decoration: none; */    display: inline-block;    font-style: normal;    border: 1px solid;    border-color: #AAA;    padding-top: 1em;    padding-left: 1em;    padding-bottom: 1em;    border-radius: 5px;    padding-right: 1em;}a.sml-more.button:hover, a.sml-more.button.open {    background-color: #DA5658;    border-color: #222 #222 #222 #222222;    color: #FFF;}/* inline */a.sml-more-inline, a.sml-less-inline {	color: #000000;	text-decoration: none;	display: inline-block;	font-style: normal;	border-bottom: 1px dotted;	/* [disabled]border-color: #000; */	font-weight: bold;}a.sml-more-inline:hover, a.sml-less-inline:hover {	border-bottom-style: solid;}.sml-content.indented {    width: 90%;    margin: auto;    padding-left: 1em;}/* fixed height reveal */.sml-blur {	height: 50px;	position: absolute;	width: 100%;	bottom: 0px;	background: -webkit-linear-gradient(rgba(255,255,255,.5) 0%, rgba(255,255,255,1) 80%);	background: linear-gradient(rgba(255,255,255,.5) 0%, rgba(255,255,255,1) 80%);}.sml-content.fixed-reveal {	position:relative;}/* ---------- DO NOT EDIT EVER ----------------- *//* Block Contnent */.sml-content {	display: block; 	height: 0px;	overflow: hidden;	box-sizing: border-box;}.sml-content div {	padding: 1px 0px;}/* inline content */.sml-content-inline {    display: inline;}.sml-more.text-center {    text-align: center;    display: block;    padding-left: 0px;}