@font-face {
    font-family: 'Meta-Normal';
    src: url('fonts/Meta-Normal-Font.eot');
    src: url('fonts/Meta-Normal-Font.eot?#iefix') format('embedded-opentype'),
         url('fonts/Meta-Normal-Font.woff2') format('woff2'),
         url('fonts/Meta-Normal-Font.woff') format('woff'),
         url('fonts/Meta-Normal-Font.ttf')  format('truetype'),
         url('fonts/Meta-Normal-Font.svg#Meta-Normal') format('svg');
}

body { 
	/* customize_body */ font: normal normal 300 16px/21px Meta-Normal; /* customize_body */
	/* customize_body */ color: color: rgb(75,70,67);
	font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;

}
html {
    -webkit-text-size-adjust: 100%; 
}
img {border: 0px}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
	margin: 0;
	padding: 12px 0;
	color: rgb(238,190,60) 
}
h1 { font-size: 31pt;
	margin: 0;
	line-height: 31pt;
}
h2 { font-size: 32px; line-height: 32px;
	margin: 0;
}
h3 { font-size: 28px; line-height: 28px;
	margin: 0;
	padding-bottom: 18px;
}
h4 { font-size: 18px; line-height: 18px;
	margin: 0;
}


p {
  margin-top: 0;
  font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;

}

div.new-article h3 a{
	font-weight: 300!important;
	color: rgb(238,190,60) 
}

hr{
	border-style: none;
	border-bottom: 1px solid #cbcccb;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: rgb(75,70,67);
	text-decoration: none;
}
a:hover {
  color: rgb(75,70,67);
}
.slidedown-trigger{
	
}
div.container.main-body a{
	font-weight: 400;
}
  div.new-article a {
text-decoration: none;
}
  div.project-info-item{
	margin-bottom: 40px;
}
div.project-info-item li {
	list-style: none;
	
	width: 100%;
	clear: both;
	display: inline-block;
}
div.project-info-item-question {
	font-weight: bold;
	float: left;
	text-align: left;
	color: rgb(238,190,60);
}

div.project-info-item-answer {
	float: right;
	text-align: right;
}
.pl-fade img {
	opacity: .5!important;
		  -webkit-transition: opacity .3s ease-in-out;
        -moz-transition: opacity .3s ease-in-out;
        -ms-transition: opacity .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
}
.pl-fade:hover img{
	opacity: .4!important;
	  -webkit-transition: opacity .3s ease-in-out;
        -moz-transition: opacity .3s ease-in-out;
        -ms-transition: opacity .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
}

blockquote::before {
	content: url(images/quote1.png);
	transform: scale(.2);
	display: block;
	margin: 0 14px 0 0;
	padding: 0;
	float: left;
	width: 14px;
	height: 1px;
	position: relative;
}
blockquote::after {
 content: url(images/quote2.png);
	transform: scale(.2);
	display: block;
	padding: 0;
	float: right;
	position: relative;
	top: -47px;
	width: 14px;
	height: 1px;
 right: 13px;
}
blockquote {
border-top: 2px solid rgb(238,190,60);
border-bottom: 2px solid rgb(238,190,60);
	font-size: 24px;
	padding: 20px 0 0;
	line-height: 26px;
	margin-bottom: 0;
	margin-top: 0;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
	width: auto;
	font-size: 14px;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }