@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');



body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color:#fff;
}
h1, h2, h3,  h4, h5, h6{
    font-family: 'Roboto', sans-serif !important;
}

a{color:#0083c9;}
a:hover{color:#f26667;text-decoration:none;}

.niua-smartnet-main-content{
	display:flex;
	flex-wrap:wrap;
}
.niua-smartnet-main-content > [class*='col-']{
	display:flex;
	flex-direction:column;
}



.niua-smartnet-kbs {
	text-transform: uppercase;
}
.niua-smartnet-kbs h3 {
	text-transform: uppercase;
	// font-family: "freight-micro-pro";
}


.niua-smartnet-translated {
	font-style: italic;
}
.niua-smartnet-grid, .niua-smartnet-deadline, .niua-smartnet-issuedby, .niua-smartnet-smalltext {
	font-size: .86rem;
	line-height: 1.2;
}
.niua-smartnet-deadline {
	color: darkred
}
.niua-smartnet-issuedby {
	text-decoration: underline;
}
.niua-smartnet-annotation {
	color: #777 !important;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 12px;
	text-transform: uppercase;
}
.niua-smartnet-grid {
	text-align: center;
	text-transform: uppercase;
	color: #666;
}
.niua-smartnet-emphasis {
	font-weight: 700;
}
.niua-smartnet-bibliographic-entity {
	font-size:14px;
}
.niua-smartnet-bibliographic-entity .niua-smartnet-smalltext {
	font-style: italic;
}
.niua-smartnet-annotation a, .niua-smartnet-annotation a:link, .niua-smartnet-annotation a:visited {
	color: #000 !important;
}

.well {
	border: none;
	background: transparent;
}
#niua-smartnet-main-content, .niua-smartnet-main-content {
	font-size: 1.12rem;
}
.niua-smartnet-main-content .panel {
	 font-size: 16px;
    padding: 10px;
}
.niua-smartnet-main-content .panel-default {
}
.niua-smartnet-main-content .panel-heading {
}
.niua-smartnet-main-content .panel-body {
	padding: 6px 0px
}
.niua-smartnet-main-content .panel-footer {
	font-size: .9rem;
}
/* Secondary Section */

#niua-smartnet-secondary-content, .niua-smartnet-secondary-content {
}
.niua-smartnet-secondary-content .panel {
}
.niua-smartnet-secondary-content .panel-default {
}
.niua-smartnet-secondary-content .panel-heading {
}
.niua-smartnet-secondary-content .panel-body {
}
.niua-smartnet-secondary-content .panel-footer {
	font-size: .72rem;
	color: #333;
}
/* Search Bar */

.niua-smartnet-search {
	width: 400px;
	min-height: 40px;
	background: #f1f1f1;
	position: absolute;
	z-index: 10000;
	top: 50px;
	right: 50px;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transition-property: min-height, width, top, right;
	transition-property: min-height, width, top, right;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.niua-smartnet-search.open {
	width: 100%;
	min-height: 100%;
	top: 0px;
	right: 0px;
}
.niua-smartnet-search-form {
	width: 100%;
	height: 3rem;
	margin: 0 auto;
	position: relative;
	-webkit-transition-property: width, height, -webkit-transform;
	transition-property: width, height, transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.niua-smartnet-search.open .niua-smartnet-search-form {
	width: 80%;
	height: 160px;
	-webkit-transform: translate3d(0, 3em, 0);
	transform: translate3d(0, 3em, 0);
}
.niua-smartnet-search-input {
	width: 100%;
	height: 100%;
	padding: 0 10% 0 10px;
	font-weight: 700;
	border: none;
	background: transparent;
	font-size: 1.999rem;
	color: #ec5a62;
	-webkit-transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
	transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
 .niua-smartnet-search-input::-ms-clear {
    /* remove cross in IE */
    display: none;
}


/* hide placeholder when active in Chrome */

.gn-search:focus::-webkit-input-placeholder {
 color: transparent;
}
input[type="search"] {
	/* reset normalize */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.niua-smartnet-search-input:focus, .niua-smartnet-search-submit:focus {
	outline: none;
}
.niua-smartnet-search-submit {
	position: absolute;
	width: 80px;
	height: 80px;
	text-indent: 100px;
	overflow: hidden;
	right: 0;
	top: 50%;
	background: transparent url(../img/magnifier.svg) no-repeat center center;
	background-size: 100%;
	border: none;
	pointer-events: none;
	transform-origin: 50% 50%;
	opabtn: 0;
	-webkit-transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
	transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
}
.niua-smartnet-search.open .niua-smartnet-search-submit {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
	transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
/* Media elements */

.media {
	padding: 4px
}


.panel, .panel-default, .panel-heading, .panel-footer {
	border-radius: 0px;
	border-color: transparent;
	border: none;
}

 .panel-body,  .panel-body p {
 font-size: 0.9rem;
}
.panel-body table tr td {
	font-size: 0.9rem;
}
h3.panel-title {
	font-size: 1.0rem;
}
.niua-smartnet-panel-configureable {
	color: darkslategrey;
	background-color: beige;
}

#niua-logo-and-nav.panel{
	box-shadow:none;
}
.site_title {
    font-size: 36px !important;
    left: 165px;
    position: absolute;
    top: 16px;
}
.navbar{
	height:40px!important;
	min-height:20px!important;
}


form.navbar-form.navbar-left input{
	height:25px!important;
	border-radius:0;
}

form.navbar-form.navbar-left{
	margin:3px 0 0;
}

.btn.btn-default {
    padding: 5px;
}
.navbar-brand{
	padding:7px;
}

.view-more-like-this h2 {
    display: none;
}


.container #niua-smartnet-primary-content{background:#fff;min-height:400px;}

.page-locate-node #sform{display:none;}
.niua-smartnet-selection{margin-bottom:15px;}
.select-or-other-select.form-control.form-select {
    border-radius: 0;
    height: 40px;
	padding: 10px 42px 10px 10px;
	color: #444;
	border: 1px solid #aaa;
	border-radius: 0;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	outline: none;
	background:#f8f8f8 url('../img/iad.png') no-repeat right center;
}


/*City Networks*/
.panel-default > .panel-heading{font-size:13px;}
small{font-size:14px;}
.press-release > ul{padding-left:10px;}
.press-release > li{list-style:none;}
small.page-heading-bottom{
	padding:10px;background:#fff;
}

.view-dom-id-80e95215c84c0fd3371fcc40d866451e .projects-panel-left .panel-group clearfix{
	margin-bottom:3px!important;
}