/* @override 
	http://ldc-reeei.azote.se/wp-content/themes/AREI/style.css?*
	http://ldcreeei.org/wp-content/themes/AREI/css/responsive.css?* */

/*   
Theme Name:  Arei Theme
Theme URI: http://www.eborninteractive.se
Description: The official Arei Wordpress Theme
Author: Ola Eborn
Author URI: http://eborninteractive.se
Version: 1.0
*/

@charset "UTF-8";
/* CSS Document */

/* 

Färger:
gul blek: #ecce47;
gul: #f1ce08;
grön: #85ab43;
grön grå: #8bc4bb;
textorange: #de8e4a;
orange: #e6973d;
textröd: #ab7040;
blågrå: #a7c3d1;
svart: #111;
roströd: #B97940;

LDC-REEI - FF Added
Mörkblå/darkblue: #332f60;
Roströd/crustyred: #b63727;

*/

* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

body {
	background:#fff;
	color:#111;
	margin:0;
	padding:0;
	font-family:"Open Sans",Helvetica ,Arial, sans-serif;
	line-height:1.5;
	font-size:16px;
	font-weight:200;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Expletus Sans", Montserrat, Helvetica, Arial, sans-serif !important;
	font-weight:normal;
}

h2 {
	font-size:26px;
	margin-bottom:25px !important;
}

h4 {
	margin-bottom:6px !important;
}

.single h3, .single h4 {
	color: #A84030;
	font-style: italic;
}

.single h3, .info-section h3 {
	margin-top:30px !important;
}

.single h4, .info-section h4 {
	margin-top:20px !important;
}

.single .news.section ul li {
	margin-bottom:10px;
	list-style:none;
	position:relative;
}

.info-section ul li {
	margin-bottom:10px;
}

.single .news.section ul li:before {
	content:"■";
	color:#b63727;
	position:absolute;
	top:2px;
	left:-22px;
	font-size:80%;
}

.roast-red {
	color:#b3733f;
}

#page-wrap {
	width:100%;
	position:relative;
	overflow:hidden;
}

.section .inner-content, header .inner-content {
	overflow: visible;
}



.inner-content {
	margin:0 auto;
	overflow:hidden;
	max-width:1200px;
	width:90%;
	position:relative;
}

.header-content {
	padding: 8px 0 3px 0;
	background:#332F60;
	position:relative;
	z-index:30;
}

header {
	background:#332F60;
	position:fixed;
	width:100%;
	z-index:5;
}

.headercomp {
	height:69px;
}

#main-nav {
	font-size:16px;
	font-family:"Montserrat",Helvetica ,Arial, sans-serif;
	font-weight:400;
	text-transform:uppercase;
	color: #fef5d0;
	float:right;
	margin-top:13px;
}

#main-nav ul li {
	margin-left:50px;
}

#responsive-nav {
	width:90%;
	max-width:320px;
	background:#696A6E;
	position:absolute;
	top:69px;
	right:0;
	-webkit-transform: translate(0,-380px);
	-moz-transform: translate(0px,-380px);
	-ms-transform: translate(0px,-380px);
	transform: translate(0,-380px);
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
	transition:0.6s all ease;
	opacity:0;
}


#responsive-nav .plus {
    display: inline-block;
    margin-left: 10px;
    font-size: 38px;
    vertical-align: bottom;
    padding-bottom: 1px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: -13px;
}

#responsive-nav .minus {
    top: -12px;
    right: 11px;
}

#responsive-nav .plus:before {
    content:"+";
}

#responsive-nav .minus.plus:before {
    content:"-";
}


.showmenu {
	-webkit-transform: translate(0,0) !important;
	-moz-transform: translate(0px,0) !important;
	-ms-transform: translate(0px,0) !important;
	transform: translate(0,0) !important;
	opacity:1 !important;
}

#responsive-nav ul li {
	padding:7px 10px;
	border-bottom:1px solid rgba(255,255,255,0.2);
	font-family:"Montserrat",Helvetica ,Arial, sans-serif;
	color:#fff;
	font-weight:500;
	position:relative;
}

#responsive-nav ul li ul li {
	padding:0 20px 0 30px;
	border-bottom:none;
	font-family:"Montserrat",Helvetica ,Arial, sans-serif;
	color:#fff;
	font-weight:500;
	cursor:pointer;
	display:none;
	font-size:0.9em;
	margin:11px 0;
	line-height:1.2;
}

#responsive-nav ul li ul li:first-child {
	margin-top:8px;
}

/*#responsive-nav ul li:hover {
	background:#f1ce08;
	color:#111;
}*/

#logo{
	width:200px;
	display:inline-block;
}

#second_logo{
	width:84px;
	display:inline-block;
	margin-left: 30px;
}

#main-content {
	
}

#main-content .inner {
	
}

aside {
	
}

footer {
	
}

.bildslider {
	height:395px;
}

.section {
	padding:60px 0 60px 0;
}

.s-inner {
	padding-left:10%;
	padding-right:10%;
}

.s-inner-plus {
	padding-left:20%;
	padding-right:20%;
}

.s-ingress {
	font-size:18px;
	font-weight:400;
}

.color-theme h1, .color-theme h2, .color-theme h3, .color-theme h4, .color-theme h5, .color-theme h6 {
	color:#fff;
	text-transform:uppercase;
}

.color-theme.white-theme h1, .color-theme.white-theme h2, .color-theme.white-theme h3, .color-theme.white-theme h4, .color-theme.white-theme h5, .color-theme.white-theme h6 {
	color:#111;
}

.section.color-theme {
	padding:60px 0 40px 0;
}

.yellow-theme {
	background:#f1ce08;
	color:#fff;
}

.white-theme {
	background:#fff;
	color:#111;
}

.yellow-black-theme {
	background:#f1ce08;
	color:#111;
}

.yellow-theme .quote {
	color:#b3733f !important;
}


.green-theme {
	background:#85ab43;
	color:#fff;
}

.green-theme .quote {
	color:#ecce47 !important;
}

.green-gray-theme {
	background:#8bc4bb;
	color:#fff;
}

.green-gray-theme .quote {
	color:rgba(0,0,0,0.5);
}


.bleak-yellow-theme {
	background:#ecce47;
	color:#111;
}

.blue-gray-theme {
	background:#a7c3d1;
	color:#fff;
}

.blue-gray-theme .quote {
	color:#222 !important;
}

.orange-theme {
	background:#e6973d;
	color:#fff;
}

.orange-theme .quote {
	color:#ecce47 !important;
}

.yellow-theme a.btn:hover {
	color:#f1ce08 !important;
}

.orange-theme a.btn:hover {
	color:#e6973d !important;
}

.blue-gray-theme a.btn:hover {
	color:#a7c3d1 !important;
}

.bleak-yellow-theme a.btn:hover {
	color:#ecce47 !important;
}

.green-gray-theme a.btn:hover {
	color:#8bc4bb !important;
}

.green-theme a.btn:hover {
	color:#85ab43 !important;
}


.section.tight {
	padding:40px 0 50px 0;
}

.publications .button {
	margin-top:20px;
}


.button {
	margin-top:40px;
	z-index:1;
	position:relative;
}	

.btn {
	display:inline-block;
	padding:5px 20px 5px 20px;
	border:1px solid #fff;
	margin-right:20px;
	text-transform:uppercase;
	text-align:center;
	font-family:"Montserrat",Helvetica ,Arial, sans-serif;
	letter-spacing:4px;
	font-size:16px;
	margin-bottom:7px;
	position:relative;
}

.info-section .btn {
	min-width: 198px;
}

.btn:after {
	content:"";
	position:absolute;
	width:0;
	height:100%;
	background:#fff;
	left:0;
	top:0;
	z-index:-1;
}

.btn.pub:after {
	background:#111;
}

.btn:hover:after {
	width:100%;
	opacity:1;
	-webkit-transition:0.2s all ease;
	-moz-transition:0.2s all ease;
	-o-transition:0.2s all ease;
	-ms-transition:0.2s all ease;
	transition:0.2s all ease;
}


a.btn:hover {
	color:#fff !important;
}

.btn.pub {
	padding:5px 8px 4px 8px;
	border:1px solid #444;
	margin-right:7px;
	text-transform:uppercase;
	font-family:"Montserrat",Helvetica ,Arial, sans-serif;
	letter-spacing:1px;
	font-size:11px;
	font-weight:400;
	color:#444;
}

a.btn {
	color:inherit;
}

a.more-btn, a.malinky-load-more__button {
	font-family:"Montserrat",Helvetica ,Arial, sans-serif;
	display:block;
	margin-top:20px;
	color:#2A225B;
}

.malinky-load-more {
	text-align:left !important;
}

.malinky-ajax-pagination-loading img {
	width:30px !important;
	height:30px !important;
}

.media {
	font-size:24px;
	font-family:"Montserrat",Helvetica ,Arial, sans-serif;
	font-weight:500;
	margin-bottom:40px;
}

.media .col-4 a {
	color:inherit;
}

.media .col-4 {
	line-height:1.4 !important;
	margin-bottom:30px;
	font-weight:300;
}

.media .col-4:last-child {
	margin-bottom:0px;
}

.media .col-4 .source {
	font-size:0.6em;
	display:block;
	margin-top:15px;
}

.section-image {
	height:475px;
	overflow:hidden;
}

/*********************
FF- HEADLINE WITH BORDERS
*********************/

h2.border {
 overflow: hidden;
 text-align: center;
 font-size: 16px;
 text-transform: uppercase;
font-weight:6	00;
 margin-bottom:30px !important;
}

h2.border.less-margin {
 margin-bottom:10px !important;
}

h2.border:before,
h2.border:after {
 content: "";
 display: inline-block;
 height: 12px;
 position: relative;
 vertical-align: middle;
 width: 50%;
 margin-top:-3px;
}
h2.border:before {
 right: 1em;
 margin-left: -50%;
}
h2.border:after {
 left: 1em;
 margin-right: -50%;
}

/* Yellow */
h2.border.yellow:before,
h2.border.yellow:after {
 background-color: #f1ce08;
}

/* Green Gray */
h2.border.greengray:before,
h2.border.greengray:after {
 background-color: #8bc4bb;
}

/* Blue Gray */
h2.border.bluegray:before,
h2.border.bluegray:after {
 background-color: #a7c3d1;
}

/* Dark Blue, FF - Added */
h2.border.darkblue:before,
h2.border.darkblue:after {
 background-color: #332f60;
}

/* Green */
h2.border.green:before,
h2.border.green:after {
 background-color: #85ab43;
}

/* Orange */
h2.border.orange:before,
h2.border.orange:after {
 background-color: #e6973d;
}


/* RedBrown */
h2.border.redbrown:before,
h2.border.redbrown:after {
 background-color: #d27511;
}

/* Crusty Red - FF Added */
h2.border.crustyred:before,
h2.border.crustyred:after {
 background-color: #b63727;
}

/* Brown */
h2.border.brown:before,
h2.border.brown:after {
 background-color: #b9a993;
}

/*********************
FF- COLORED HEADLINES
*********************/



/*********************
FF- NEWS CARD SECTION
*********************/

.news-list .news-item {
	border-bottom:1px solid #f1ce08;
	position:relative;
	padding:30px 15px 30px 15px;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

.news-list .news-item:first-child {
	margin-top:-30px !important;
}

.news-list .news-item:hover {
	background:#f5f5f5;
}

.news-list .news-item:last-child {
	border-bottom:none !important;
	margin-bottom:none;
}

.news-list-thumb {
	width:100%;
	width:350px;
	height:115px;
	margin-bottom:0;
	margin-left:25px;
	float:right;
}

.news-list #news-items h2 {
	font-size:21px;
}

.news {
}

.news {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
}

.news-card, .col-2 {
  /*background-color: #fefefe;*/
  font-weight: 300;
  margin-top: 1.6rem;
  border: none;
  width:calc(50% - 10px);
  font-size:0.87em;
  position:relative;
}

.news-card:nth-child(even), .col-2:nth-child(even) {
	margin-left:20px;
}

.publications .col-2 {
	width:calc(50% - 25px);
}

.publications .col-2:nth-child(even) {
	margin-left:50px;
}

.video-card {
  /*background-color: #fefefe;*/
  font-weight: 300;
  margin-top: 1.6rem;
  border: none;
  width:calc(25% - 15px);
  font-size:0.87em;
  margin-left:20px;
}

.video-card:nth-child(4n + 1) {
	margin-left:0 !important;
}

.news-card .card-section {
  padding: 10px 0 0 0;
}

.video-card .card-section {
  padding: 15px 0 0 0;
  text-align:center;
}

.news-card-date {
  font-size: 0.875rem;
  color: inherit;
  margin-bottom: 0.5rem;
  font-weight:300;
  font-family:"Montserrat",Helvetica ,Arial, sans-serif;
}

.news-card-date span {
	text-transform:uppercase;
}

.news-card .card-section .news-card-article .news-card-title {
  line-height: 1;
  font-weight: bold;
}

.news-card-title.orange, .video-card-title.orange, .publ-title.orange {
  text-decoration: none;
  color: #2A225B;
  transition: color 0.5s ease;
}

.flex-content {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
}

.flex-content.media .col-4 {
	width:25%;
	padding:0 25px;
	text-align:center;
}

footer .col-4 {
	text-align:left;
	padding-right:45px;
	flex:1;
	vertical-align:top;
	font-size:14px;
}

footer .col-4 h3 {
	margin-top:20px;
	margin-bottom:10px !important;
}

footer .col-4 ul li {
	list-style:none;
	margin-left:0;
	padding-left:0;
}

footer .col-4 ul {
	margin-left:0;
	padding-left:0;
	margin-bottom:30px;
	margin-top:0;
}

footer .col-4:first-child {
	padding-right:95px;
}

.publications .desc {
	width:65%;
}

.publications .publ, .info-section .publ {
	width:35%;
	padding-left:15px;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

.info-section .publ {
	width:100%;
}

.publications .publication, .info-section .publication {
	border:1px solid #ececec;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	box-shadow:5px 0 20px rgba(0,0,0,0.15);
	margin-bottom:20px;
}

.publication.covereffect:before {
	content:"";
	background:url(images/3dEffect.png);
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.5;
}

.info-section .publication {
	float:right;
	box-shadow:5px 0 20px rgba(0,0,0,0.35);
}

.info-section .inner-content {
 	display:flex;
 	flex-direction:row;
 	font-weight:200;
}

body .info-section p:last-child {
 	margin-bottom:0 !important;
}

.info-section .left-side {
	flex:1;
}

.info-section .right-side {
	width:200px;
	margin-left:10px;
	margin-right:-50px;
	margin-top:50px;
}

.info-section .right-image {
	width:50%;
	margin-left:20px;
	margin-right:-50px;

}


.quote {
	font-style: italic;
	font-size:28px;
}

.quote p:before {
	content:"“";
	display:inline;
	font-family:"Times New Roman";
	font-size:1.4em;
	line-height:0.1;
}

.quote p:after {
	content:"”";
	display:inline;
	font-family:"Times New Roman";
	font-size:1.4em;
	line-height:0.1;
}

.quoter {
	font-size:0.85em;
	display:block;
	margin-top:25px;
} 

.activity .desc {
	width:70%;
	padding-right:30px;
	font-size:0.87em;
}

.activity .image {
	width:30%;
	height:100px;
}

.activity {
	padding:15px 15px;
	border-bottom:1px solid #efefef;
	position:relative;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

.activity:first-child {
	margin-top:-15px;
}

.activity:last-child {
	border-bottom:none;
}

.activity:hover {
	background:#f8f8f8;
}

.section-illustration {
	width:280px;
	height:auto;
	position:absolute;
	bottom:-200px;
	opacity:0.2;
}

.section-illustration.leftpos {
	left:-100px;
}

.section-illustration.rightpos {
	right:-50px;
}

.footer {
  clear: both;
  background-color: #696a6f;
  color: #fff;	 }
  
.footer img{
	margin: 0 auto;
	}
 
.footer h1{ 
    text-align: center;
    font-weight: bold;
    color: #fef5d0;
 }

.footer h3{
  color: #f1ce08;
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase; }

.footer h6{
  text-align: center; }

.footer a{ color: #fff; }
  
.footer a:hover{color: #f1ce08; }


#scrollpos {
	height:3px;
	background:transparent;
	position:fixed;
	z-index:20;
	top:69px;
	width:100%;
}

#scrollpos .bar {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:0;
	background:#000;
}

.pub-selected {
	-webkit-transform: scale(1.2) rotate(-8deg);
	-moz-transform: scale(1.2) rotate(-5deg);
	-ms-transform: scale(1.2) rotate(-5deg);
	transform: scale(1.2) rotate(-8deg);
}

.pub-selected-info {
	-webkit-transform: scale(1.2) rotate(-8deg);
	-moz-transform: scale(1.2) rotate(-5deg);
	-ms-transform: scale(1.2) rotate(-5deg);
	transform: scale(1.2) rotate(-8deg);
	margin-top:-30px;
	margin-bottom:30px;
}

.newsthumb {
	height:180px;
}

.preamble {
	font-size:21px;
	margin-bottom:25px;
}

.top-image {
	height:368px;
	margin-bottom:20px;
}

.wp-caption-text {
	font-size:14px;
}

.news-item img {
	margin-top:30px;
}

.news-item .top-image img {
	margin-top: 0;
}

.fact-boxes.mobile {
	display:none;
}

.fact-boxes.mobile .highlight, .fact-boxes.mobile .related {
	float:none;
	max-width:none;
	margin:0 0 25px 0;
}

.single .more-btn {
	margin-top:30px;
}

.flexslider .desc {
	position:absolute;
	top:25px;
	left:30px;
	font-size:16px;
	color:#fff;
	font-weight:500;
}

/* Hamburger menu */ 
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 7px !important;
  width: 25px;
  height: 38px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  z-index:100 !important;
  margin-top:6px;
  background:transparent;
  float:right;
  margin-left:50px;
}


.c-hamburger span {
  display: block;
  position: absolute;
  top: 17px;
  left: 0px;
  height: 3px;
  width:100%;
  background: #fef5d0;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fef5d0;
  content: "";
}

.c-hamburger span::before {
  top: -8px;
}

.c-hamburger span::after {
  bottom: -8px;
}



.c-hamburger span {
  transition: background 0s 0.15s;
  z-index:20;
}

.c-hamburger span::before,
.c-hamburger span::after {
  transition-duration: 0.15s, 0.15s;
  transition-delay: 0.15s, 0s;
}

.c-hamburger span::before {
  transition-property: top, transform;
}

.c-hamburger span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger.is-active {
  background-color: transparent;
}

.c-hamburger:focus {
	outline:none;
}

.c-hamburger.is-active span {
  background: none;
}

.c-hamburger.is-active span::before {
  transform: rotate(45deg);
  top: 0;

}

.c-hamburger.is-active span::after {
  transform: rotate(-45deg);
  bottom: 0;

}

.c-hamburger.is-active span::before,
.c-hamburger.is-active span::after {
  transition-delay: 0s, 0.15s;
}
/* End hamburger menu */

/*********************
Related
*********************/	
.related {
   float: right;
   margin: 5px 0 15px 15px;
   margin-bottom: 0.5rem;
   padding: 0 15px 5px;
   max-width:250px;
   background-color: rgba(194,174,152,0.4);
}

.related h4 {
	font-size: 1rem;
    border-bottom: 1px solid #b63727;
    padding: 0 0 5px 0;
    color: #b63727;
	text-transform:uppercase;
}

.related ul, .related li { 
	margin-left: 0;
	padding-left:20px;
	list-style:none;
}	

.single .related li {
    margin-bottom: 12px;
    font-size: 80% !important;
    padding-left:0;
    line-height:1.2 !important;
    color:rgba(0,0,0,0.5);
    font-weight:500;
    position:relative;
}

.single .related li:before {
	content:"»" !important;
	position:absolute !important;
    color: #b63727;
    left:-17px !important;
    top:0px !important;
}

/*********************
Highlight b63727
*********************/	
.single .highlight {
   float: left;
   margin: 5px 20px 15px 0;
   margin-bottom: 0.5rem;
   padding: 0 15px 5px;
   max-width:250px;
   /*border: 1px solid #f3911b;*/
   border:1px solid #b63727;
}

.single .highlight h4 {
	font-size: 1rem;
    border-bottom: 1px solid #b63727;
    padding: 0 0 5px 0;
    color: #b63727;
    text-transform:uppercase;
}

.single .highlight ul, .single .hightlight li { 
	margin-left: 0 !important;
	padding-left:25px !important;
}

.single .highlight li {
    font-size: 80% !important;
    padding-left:0 !important;
    line-height:1.2 !important;
    color: #b63727;
    font-weight:500 !important;
    margin-bottom:12px !important;
}

/********/


.section-image.parallax .slides {
	width:100%;
	height:675px !important;
	top:-75px !important;
	left:0;
	position:absolute !important;
}

.fullwidthimage

{
	width:100%;
}



.video {
	position: relative;
	padding-bottom: 53.25%; /* 16:9 */
	height: 0;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#tags {
	margin-bottom:30px;
}

#tags .tag {
	background:#696A6E;
	display:inline-block;
	padding:7px 20px 9px 20px;
	font-weight:500;
	margin-right:5px;
	margin-bottom:5px;
	font-size:14px;
	color:#fff;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

#tags .tag:hover {
	background:#111;
}

#tags .tag.selected {
	background:#B97940;
}

.no-top {
	padding-top:30px;
}

/* qa boxes */

#infoboxar {
	margin-top:40px;
}

#infoboxar .infobox {
	background:rgba(0,0,0,0.1);
	width:100%;
	margin-bottom:20px;
}

.white-theme #infoboxar .infobox {
	background:rgba(0,0,0,0.05);
}

#infoboxar .col-2 {
	float:left;
	width:100%;
	margin-left:0;
	font-size:1em;
	font-weight:400;
	margin-top:0;
}

#infoboxar .col-2:nth-child(1) {
	margin-left:0;
}

#infoboxar .infobox:nth-child(2n+1) {
	margin-left:0px;
}

#infoboxar .infobox .selectbar {
	padding:15px 45px 15px 25px;
	background: #f1ce08;
	position:relative;
	cursor:pointer;
}

#infoboxar .infobox .selectbar .plus_select {
	position:absolute;
	font-size:40px;
	right:15px;
	top:-3px !important;
	width:25px;
	height:25px;
	-webkit-transition:0.1s all ease;
	-moz-transition:0.1s all ease;
	-o-transition:0.1s all ease;
	-ms-transition:0.1s all ease;
	transition:0.1s all ease;
}

.plus_select #back circle {
	fill:rgba(255,255,255,0.3);
	-webkit-transition:0.1s all ease;
	-moz-transition:0.1s all ease;
	-o-transition:0.1s all ease;
	-ms-transition:0.1s all ease;
	transition:0.1s all ease;
}

.plus_select #minus, .plus_select #plus {
	-webkit-transition:0.1s all ease;
	-moz-transition:0.1s all ease;
	-o-transition:0.1s all ease;
	-ms-transition:0.1s all ease;
	transition:0.1s all ease;
}

.plus_select.plus #minus {
	display:none;
}

.plus_select.plus #plus {
	display:block;
}

.plus_select.minus #minus {
	display:block;
}

.plus_select.minus #plus {
	display:none;
}


#infoboxar.whitetext .infobox .selectbar:hover .plus_select #back circle {
	fill:#fff;
}

#infoboxar.blacktext .infobox .selectbar:hover .plus_select #back circle {
	fill:#111;
}

#infoboxar .infobox .selectbar:hover .plus_select #plus, #infoboxar .infobox .selectbar:hover .plus_select #minus rect {
	fill:#f1ce08 !important;
}

#infoboxar .infobox .selectbar h2 {
	color:#fff;
	font-size:18px !important;
	margin-bottom:0 !important;
	text-transform:none !important;
}

#infoboxar.whitetext .infobox .selectbar h2 {
	color:#fff;
}

#infoboxar.blacktext .infobox .selectbar h2 {
	color:#111;
}

#infoboxar.whitetext .infobox .selectbar .plus_select #plus, #infoboxar.whitetext .infobox .selectbar .plus_select #minus rect {
	fill:#fff !important;
}

#infoboxar.blacktext .infobox .selectbar .plus_select #plus, #infoboxar.blacktext .infobox .selectbar .plus_select #minus rect {
	fill:#111 !important;
}

#infoboxar .infobox .contentbox {
	padding:20px 25px 25px 20px;
	font-size:1em;
	display:none;
}


/* end qa boxes */

.publ .person.border {
	border:1px solid #555;
}

h4.title, .single h3.title {
	color:#aaa;
	margin:-15px 0 7px 0;
}

.single h3.title {
	color:#aaa;
	margin:-25px 0 17px 0 !important;
	font-size:17px;
}


.meta {
	margin-top:20px;
	line-height:1.4 !important;
}

.single .meta {
	margin-top:60px;
}

.metaval {
	color: #A84030;
	text-transform:uppercase;
	font-size:11px;
	display:inline-block;
	margin-right:20px;
	font-weight:600 !important;
	line-height:1.3 !important;
	vertical-align:top;
}

.single .metaval {
	font-size:12px;
}

.metaval span.grayed {
	color:#aaa;
}

.publications.people .publ {
    width: 250px;
}

.single .publications.people .publ {
   padding-left:45px
}

.single .publications.people .publ.publ2 {
   padding-left:0px;
   display:none;
}

.single .publications.people .flex-content {
	margin-top:20px;
}

.publications.people .desc {
    flex:1;
}

.anchor:before { 
  display: block; 
  content: " "; 
  margin-top: -65px; 
  height: 65px; 
  visibility: hidden; 
}