






/* ************************************************************************** *\
|* ****************************** GENERAL *********************************** *|
\* ************************************************************************** */

#research div.separator:after {
	width: 100%;
	margin: 35px 0;
}

#research .item:last-child div.separator:after { display: none }

.btn {
    color: #FFF;
    font: 700 13px 'Poppins', 'Helvetica';
    letter-spacing: 0.05rem;
    border: none;
    text-align: center;
    background-color: #325182;
    min-width: 150px;
    padding: 9px 0;
    margin: 0;
}

.btn:hover {
    color: #FFF;
    background: #4068a7;
}



h3 { font: 400 25px 'Montserrat', 'Helvetica'; }

p {
	font: 400 14px 'Poppins', 'Helvetica';
	margin: 0 0 10px 0;
}




/* ************************************************************************** *\
|* ******************************** #hero *********************************** *|
\* ************************************************************************** */

#hero {
    height: -webkit-calc(50vh - 80px);
    height: calc(50vh - 80px);
	background-position-y: -400px;
    background-color: #325182;
}

#hero .hero-overlay { background-color: rgba(0, 0, 0, .55); }

#hero .container {}

#hero .container #page-title {
	/* centers the title */
	left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
}

#hero .container #page-title:after{
    width: 300px;
    margin: 10px auto 0;
}




/* ************************************************************************** *\
|* ******************************** #research ******************************* *|
\* ************************************************************************** */

#research {
	display: block;
	width: 100%;
	padding: 75px 0 125px;
	margin: 0;
}

#research .inner {
	display: block;
	max-width: 1200px;
	width: 93%;
	margin: 0 auto;
}

#research .item-container .title-link {
	color: #404040;
	text-decoration: none;
}

#research .item-container .title-link:hover {
	color: #4068a7;
}

#research .item-container h3 {
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

#research .item-container p.authors { font-size: 15px; }

#research .item-container .btn-group {
	display: block;
	margin: 30px 0 0 0;

}




/* ************************************************************************** *\
|* ****************************** RESPONSIVE ******************************** *|
\* ************************************************************************** */



@media only screen and (max-width:768px) {
	.btn { margin: 0 0 4px; }
}

@media only screen and (max-width:480px)  {}
@media only screen and (max-width:320px)  {}































