@import "css/fonts.css";
@import "css/normalize.css";
/*
Theme Name: sap
*/

/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
@charset "UTF-8";*/

/* CSS Document */
body{
	background-color: #FCFCFC;
}
ul{
	width: 100%;
	padding: 0;
	padding-top: 5vmin;
	margin: 0;
}
li{
	list-style: none;
	height: 8vmin;
	text-align: center;
	padding: 0;
	margin-top: 0;
	padding-bottom: 1.68vmin;
}
li.cont{
	height: auto;
	min-height: 10vmin;
	padding-bottom: 0vmin;
	z-index: 1;
}
li.footer{
	border-top: 0;
	border-bottom: 0;
	padding-top: 10vmin;
}
.row{
	width: 94%;
	max-width: 800px;
	padding-top: 1.5vmin;
	padding-bottom: 3.5vmin;
	margin: 0 auto;
}
.grid-item{
	text-align: left;
	width: 100%;
	min-width: 300px;
	max-width: 800px;
	margin-bottom: 30vmin;
	position: relative;
}
.grid-item.high{
	margin-top: 0;
}
img.article_img{
	width: 100%;
}
img.txt_ill{
	width: 100%;
	min-width: 188px;
	max-width: 375px;
}
img.txt_ill.lnd{
	max-width: 563px;
}
#title{
	left: 3%;
	width: 94%;
	position: relative;
	text-transform: uppercase;
	padding-right: 3%;
}
#article_copy{
	left: 3%;
	width: 94%;
	position: relative;
	padding-right: 3%;
}
