/* Font Definitions */

@font-face {
	font-family: "Source Sans Pro";
	panose-1: 2 11 5 3 3 4 3 2 2 4;
	src: url("/?originalUrl=https%3A%2F%2Ftechscience.org%2Ffonts%2FSourceSansPro-Regular.woff") format('woff'),
		url("/?originalUrl=https%3A%2F%2Ftechscience.org%2Ffonts%2FSourceSansPro-Regular.woff2") format('woff2');
	font-weight: normal;
}

@font-face {
	font-family: "Source Sans Pro";
	panose-1: 2 11 5 3 3 4 3 2 2 4;
	src: url("/?originalUrl=https%3A%2F%2Ftechscience.org%2Ffonts%2FSourceSansPro-Bold.woff") format('woff'),
		url("/?originalUrl=https%3A%2F%2Ftechscience.org%2Ffonts%2FSourceSansPro-Bold.woff2") format('woff2');
	font-weight: bold;
}

@font-face {
	font-family: Raleway;
	panose-1: 2 11 0 3 3 1 1 6 0 3;
	src: url("/?originalUrl=https%3A%2F%2Ftechscience.org%2Ffonts%2FRaleway-Regular.woff") format('woff'),
		url("/?originalUrl=https%3A%2F%2Ftechscience.org%2Ffonts%2FRaleway-Regular.woff2") format('woff2');
	font-weight: normal;
}

@font-face {
	font-family: Raleway;
	panose-1: 2 11 0 3 3 1 1 6 0 3;
	src: url("/?originalUrl=https%3A%2F%2Ftechscience.org%2Ffonts%2FRaleway-Bold.woff") format('woff'),
		url("/?originalUrl=https%3A%2F%2Ftechscience.org%2Ffonts%2FRaleway-Bold.woff2") format('woff2');
	font-weight: bold;
}

@font-face {
	font-family: "Cambria";
	panose-1: 2 4 5 3 5 4 6 3 2 4;
}

body {
	color: rgb(0, 0, 0);
}

.footer {
	margin-top: 10vh;
	/* margin-bottom: 1rem; */
	font-size: 1.25rem;
	display: flex;
	justify-content: center;
	padding: 0 5%;
	width: 100%;
}

.banner_main {
	margin-left: calc(12px + .75rem);
	position: static;
	width: 80%;
	min-height: 3.25rem;
}

.banner_main a {
	display: inline-block;
}

.banner_main img{
	min-height: 3.25rem;
}

.navbar-div {
	position: absolute;
	top:0;
	margin-left: 0 !important;
	right:0;
}

.logo-burger {
	display: block;
	position:absolute;
	right: 0;
	max-height: 100px;
	height: calc(.1632 * 80vw);
	min-height: 3.25rem;
	width: 6.5rem;
}

.navbar-dropdown-display-block {
	display: block !important;
	border-top: none;
	background-color: #D9D9D9;
	box-shadow: 0 8px 8px rgba(10,10,10,.1);
}

.max-width-1800px {
	max-width: 1800px !important;
}

.margin-auto-centered {
	margin: auto;
}

.page_main {
	padding: 12px;
}

.navbar-container {
	padding: 0 calc(12px + .75rem);
	margin-top: .75rem;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.is-orange {
	background-color: #D16103 !important;
	border: none;
	color: white;
}

.is-orange:hover {
	background-color: #FAC090 !important;
	border: none !important;
	color: #606060;
}

.is-orange[disabled] {
	opacity: 1;
}

.is-orange[disabled]:hover {
	background-color: #D16103 !important;
	border: none !important;
	color: white !important;
}

input.input::placeholder, #Suggestions textarea::placeholder {
	color: gray;
}

.search-form {
	margin-top: 1rem;
	margin-left: calc(12px + .75rem);
	margin-right: calc(12px + .75rem);
}

.search-box {
	width: 40%;
	max-width: 400px;
	min-width: 50px;
}

.search-box .input {
	border-bottom-right-radius: 4px !important;
	border-top-right-radius: 4px !important;
}
.search-form button {
	margin-left: .75rem;
}

.is-fullwidth {
	width: 100%;
}

.article_options .button {
	margin-right: 12px;
	margin-top: 1rem;
}

.article_options .button:hover {
	border-color: #D16103;
	color: #D16103;
}

.featured_articles .column .media {
	display: block;
	height: 100%;
}

.featured_articles .MsoDateLine {
	font-size: 0.8rem;
	font-family: 'Raleway';
	color: black !important;
}

.featured_articles .article-summary {
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.featured_articles .article-summary .column {
	padding-right: 0;
	padding-left: 0;
}

.featured_articles .article-summary .thematic_image {
	margin-left: 0 !important;
	margin-bottom: 0rem !important;
	margin-right: 0 !important;
}

.featured_articles .thematic_image .paperthematictitle {
	text-align: left;
	font-size: .8rem;
	font-style: italic;
	margin-top: 0.5rem;
	font-family: "Source Sans Pro", "sans-serif";
	color: black;
}

.featured_articles .article-summary .media-content {
	font-family: "Source Sans Pro", "sans-serif";
	color: black;
}

.featured_articles .article-summary .media-content ul {
	margin-top: 0;
}

.has-text-gray-link {
	color: #606060
}

.has-text-gray-link:hover {
	color: #D16103
}

.title {
	color: inherit !important;
	font-family: "Raleway", "sans-serif";
	font-weight: normal !important;
}

.subtitle {
	font-family: "Raleway", "sans-serif";
	font-weight: normal !important;
	color: black !important;
}

.search-button {
	padding-left: 4em;
	padding-right: 4em;
}

.margin-top-1rem {
	margin-top: 1rem !important;
}

.breadcrumb ul {
	margin-left: 0;
	margin-top: 0;
}

.breadcrumb li {
	margin-top: 0 !important;
}
mark {
	background-color: rgb(255, 251, 0);
	padding: 2px;
	font-style: italic;
}

@media screen and (max-width: 500px) {
	.footer {
		font-size: 1rem;
	}
}

@media screen and (max-width: 768px) {
	.content ul {
		margin-top: 0;
	}
	.search-form p, .search-form option, .search-form button, .search-form input::placeholder, .search-form input {
		font-size: .85rem;
	}
}

@media screen and (max-width: 1023px) {
	.logo-burger {
		width: 3.5rem;
	}

	.banner_main {
		margin-left: 12px;
	}
}

@media screen and (min-width: 1408px) {
	.navbar-dropdown a {
		padding-right: 1rem !important;
		width: calc(130px + 2rem);
		justify-content: center;
		font-size: 1rem;
	}
	.navbar-dropdown {
		display: contents;
	}
}
