.msg,
.nb .content .success,
.nb .content .error {
	border: 1px solid #fff;
	display: block;
	margin: 2.5em 0;
	padding: 1em;
	padding-left: 4em;
	position: relative;
	font-weight: 300;
	font-size: 1.1em;
}

.msg:before,
.nb .content .success:before,
.nb .content .error:before {
	font-family: "FontAwesome";
	font-size: 2em;
	left: 0.5em;
	position: absolute;
	top: 50%;
	vertical-align: middle;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.msg.success,
.nb .content .success {
	border-color: #a7a80f;
}

.msg.success:before,
.nb .content .success:before {
	color: #a7a80f;
	content: "\f058";
}

.msg.error,
.nb .content .error {
	border-color: #d27675;
}

.msg.error:before,
.nb .content .error:before {
	color: #d27675;
	content: "\f06a";
}

/*.nb .content h2,
.nb .content h3,
.nb .content h4,
.nb .content h5,
.nb .content h6 {
	margin-bottom: 1.5em;
}*/

.nb .content a {
	color: #d27675;
	color: #722323;
}

.nb .content a:hover {
	text-decoration: none;
}

.nb .lead {
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 2em;
}

.nb .content ul,
.nb .content ol {
	margin: 0 0 1.5em;
	padding: 0 0 0 1.5em;
}

.nb .content ul li,
.nb .content ol li {
	margin-bottom: 0.25em;
}

.nb .content ul li {
	list-style: disc;
}

.nb .content ul li ul,
.nb .content ul li ol {
	margin-bottom: 0.25em;
}

.nb .content ol li {
	list-style: decimal;
}

.nb .content table {
	border-spacing: 0;
	overflow: scroll;
	text-align: left;
	width: 100%;
}

.nb .content table tr {
}

.nb .content table th {
	border: 0;
	background-color: #78aab2;
	color: #fff;
	font-weight: bold;
	padding: 0.5em 1em;
	vertical-align: top;
}

.nb .content table td {
	border: 0;
	padding: 0.5em 1em;
	vertical-align: top;
}

.nb .content table tr:nth-child(odd) td {
	background-color: #f3f3f3;
}

.nb .content table.info th,
.nb .content table.info td {
	font-weight: 400;
	line-height: 1.4;
	padding: 0.75em;
}

.nb .content .table-wrap {
	margin: 2.5em 0;
	max-width: 100%;
	overflow: auto;
	width: 100%;
}

.nb .content blockquote {
	margin: 2.5em 0;
	padding: 2.5em 2.5em 1.5em;
	position: relative;
	float: none;
}

.nb .content blockquote p {
	font-size: 1.5em;
	line-height: 1.4;
}

.nb .content blockquote:before, .nb .content blockquote:after {
	color: #d9d5d6;
	font-family: "FontAwesome";
	font-size: 2em;
	position: absolute;
}

.nb .content blockquote:before {
	content: "\f10d";
	left: 0;
	top: 0;
}

.nb .content blockquote:after {
	bottom: 0;
	content: "\f10e";
	right: 0;
}

.nb .content figure,
.nb .content figure a {
	display: table;
	outline: none;
}

.nb .content figure a {
	width: 100%;
}

.nb .content figure img {
	display: block;
	height: auto;
	width: 100%;
}

.nb .content figcaption {
	caption-side: bottom;
	color: #7e6669;
	display: table-caption;
	font-size: 0.85em;
	padding: 0.25em;
	text-align: center;
	line-height: 1.4;
}

.nb .align_right {
	float: right;
	margin-bottom: 2.5em;
	margin-left: 2.5em;
}

.nb .align_left {
	float: left;
	margin-bottom: 2.5em;
	margin-right: 2.5em;
}

.nb .align_center {
	clear: both;
	display: block;
	margin: 2.5em auto;
	text-align: center;
}

@media (max-width: 479px) {
	.nb .align_right,
	.nb .align_left,
	.nb .align_center {
		clear: both;
		float: none;
		margin: 1.5em 0;
		width: 100%;
	}
}

.nb .images .gallery {
	margin: 1.5em -0.25em;
	width: 100%;
}

.nb .images .gallery .gallery-row {
	display: table;
	width: 100%;
}

.nb .images .gallery figure {
	border: 0.25em solid transparent;
	cursor: pointer;
	display: table-cell;
	outline: none;
	vertical-align: top;
}

.nb .images .gallery figure img {
	height: auto;
	width: 100%;
	vertical-align: middle;
}

.nb .images .owl-carousel {
	margin: 1.5em -0.25em;
	width: 100%;
}

.nb .images .owl-carousel figure {
	border: 0.25em solid transparent;
	cursor: pointer;
	display: block;
	margin: 0;
	position: relative;
}

.nb .images .owl-carousel figure img {
	height: auto;
	width: 100%;
	vertical-align: middle;
}

.nb .images .owl-carousel figure figcaption {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	bottom: 0;
	left: 0;
	padding: 0.25em;
	position: absolute;
	text-align: center;
	width: 100%;
}

.nb .images .owl-carousel .owl-nav div {
	color: rgba(255, 255, 255, 0.1);
	display: inline-block;
	font-size: 0;
	position: absolute;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
}

.nb .images .owl-carousel .owl-nav div:after {
	font-family: "FontAwesome";
	font-size: 2em;
	-webkit-transition: color 256ms;
	-moz-transition: color 256ms;
	-ms-transition: color 256ms;
	-o-transition: color 256ms;
	transition: color 256ms;
}

.nb .images .owl-carousel .owl-nav .owl-prev {
	left: 0.5em;
}

.nb .images .owl-carousel .owl-nav .owl-prev:after {
	content: "\f053";
}

.nb .images .owl-carousel .owl-nav .owl-next {
	right: 0.5em;
}

.nb .images .owl-carousel .owl-nav .owl-next:after {
	content: "\f054";
}

.nb .images .owl-carousel .owl-dots {
	text-align: center;
}

.nb .images .owl-carousel .owl-dots .owl-dot {
	color: #66585b;
	display: inline-block;
	opacity: 0.5;
	padding: 0.1em;
}

.nb .images .owl-carousel .owl-dots .owl-dot span:after {
	content: "\f111";
	font-family: "FontAwesome";
	font-size: 0.75em;
}

.nb .images .owl-carousel .owl-dots .owl-dot.active, .nb .images .owl-carousel .owl-dots .owl-dot:hover {
	opacity: 1;
}

.nb .images .owl-carousel:hover .owl-nav div {
	color: rgba(255, 255, 255, 0.5);
}

.nb .images .owl-carousel:hover .owl-nav div:hover {
	color: #fff;
}

.nb .cards {
	margin: 2em 0;
}

.nb.credit {
	line-height: 1;
	text-align: right;
}

.nb.credit a {
	color: #fff;
	font-weight: 700;
}

.nb.credit a:hover {
	color: #e11e2f;
	text-decoration: none;
}

.nb.credit a img {
	height: 1.4em;
	margin-left: 0.5em;
	vertical-align: bottom;
}

@media (max-width: 991px) {
	.nb.credit {
		text-align: center;
	}

	.footer,
	.client p {
		line-height: 1.4;
	}
}

.nb.embed {
	margin: 2em auto;
}

.nb.embed blockquote {
	display: none;
}

.nb.msg.ie, .nb .content .nb.ie.success,
.nb .content .nb.ie.error {
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 16180339887;
}

.nb.msg.ie a, .nb .content .nb.ie.success a,
.nb .content .nb.ie.error a {
	background: #e11e2f;
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 20px;
	text-align: center;
	text-decoration: none;
}

.nb.msg.ie a:hover, .nb .content .nb.ie.success a:hover,
.nb .content .nb.ie.error a:hover {
	background: #cf1c2b;
	text-decoration: none;
}

.TextformatterVideoEmbed {
	margin: 2.5em 0;
}

.fadeInit {
	opacity: 0;
}

.fa-file-pdf-o {
	color: #bb0706;
}

.fa-file-word-o {
	color: #1041aa;
}

.fa-file-excel-o {
	color: #0d6b3b;
}

.fa-file-powerpoint-o {
	color: #d74507;
}

.map-container {
	margin-bottom: 2em;
}

.map-wrap {
	padding-bottom: 50%;
	position: relative;
}

.map-wrap.full {
	margin: 0;
	padding: 0;
	height: 100vh;
}

.map-wrap .map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.map-toggle {
	background-color: #77aab1;
}

.map-toggle .toggle-btn {
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #fff;
	display: inline-block;
	margin-right: 0.5rem;
}

.map-toggle .toggle-btn.off {
	opacity: 0.75;
}

.map-toggle .toggle-btn.off:hover {
	opacity: 1;
}

.map-toggle .toggle-btn:after {
	font-family: "FontAwesome";
	display: inline-block;
	margin-left: 0.25em;
}

.map-toggle .toggle-btn.on:after {
	content: "\f205";
}

.map-toggle .toggle-btn.off:after {
	content: "\f204";
}

.map-toggle .toggle-btn img {
	height: 20px;
	width: auto;
}

.map-toggle .toggle-btn.off img {
	filter: saturate(0);
	-webkit-filter: saturate(0);
	opacity: 0.5;
}

@media (max-width: 479px) {
	.map-toggle .toggle-btn {
		display: block;
		margin-right: 0;
	}

	.map-toggle .toggle-btn:after {
		float: right;
	}
}

.resource-search {
	background-color: #f3f3f3;
	margin-bottom: 2em;
}

.resource-search .resource-search-title {
	background-color: #3a6d74;
	color: #fff;
	margin: 0;
	padding: 0.25rem 1em;
}

.resource-search-form {
	border: 1px solid #ebebeb;
	padding: 1em;
}

.resource-search .form-group {
	margin-bottom: 0;
}

.resource-search label {
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 400;
	margin: 0;
}

.resource-search select,
.resource-search input {
	width: 100%;
	padding: 0;
	line-height: 1;
}

.resource-search .btns .btn {
	display: inline-block;
	padding: 0.25em 0.5em;
	width: auto;
}

.resource-search .btns button {
	border-color: #d27675;
	background-color: #d27675;
	float: right;
}

.resource-search .btns button:hover,
.resource-search .btns button:active {
	background-color: #fff;
	color: #d27675;
}

.resource-search-more {
	margin: 1.5rem 0;
}

.resource-search-more h6 {
	cursor: pointer;
	margin-bottom: 0;
	font-size: 14px;
}

.resource-search-more h6:hover,
.resource-search-more h6[aria-expanded=true] {
	color: #161616;
}

#adv-search {
	border: 1px solid #ccc;
	margin-top: 0.25rem;
	padding: 1rem;
}

#adv-search ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#adv-search ul li {
	display: inline-block;
	padding: 0.25rem;
	width: auto;
	font-size: 12px;
	text-decoration: none;
	background-color: #83b0b7;
	padding: 0.25rem 0.35rem;
	line-height: 1.2;
	color: #fff;
	cursor: pointer;
	margin: 0 0 0.25em 0.25em;
}

#adv-search ul li:hover,
#adv-search ul li.on {
	background-color: #d27675;
}

#clear-search {
	opacity: 0.5;
	color: #fff;
	text-decoration: none;
}

#clear-search:hover,
#clear-search:focus,
#clear-search:active {
	border-color: #d27675;
	opacity: 1;
	color: #d27675;
	outline: 0;
	background-color: transparent;
	box-shadow: none;
}

.resource {
	background-color: #f3f3f3;
	border: 1px solid #ebebeb;
	margin-bottom: 3em;
	font-size: 1.2rem;
}

.resource a {
	text-decoration: none !important;
}

.resource-item {
	display: block;
	padding: 0.25em 0.5em;
}

a.resource-item {
	color: #fff !important;
}

.inner-content .resource .heading {
	display: block;
	color: #424242;
}

.inner-content .resource .heading > * {
	line-height: 1.4;
}

.inner-content .resource .heading:hover > * {
	opacity: 0.8;
}

.resource-icon {
	height: 20px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.75rem;
}

.inner-content .resource .heading h4 {
	background-color: #ebebeb;
	color: #424242;
	display: inline-block;
	padding: 0.5em;
	margin-bottom: 0;
}

.resource .heading h6 {
	color: #818181;
	display: inline-block;
	padding: 0.5em;
	margin-bottom: 0;
	font-weight: 300;
}

.resource .heading .download {
	float: right;
	display: inline-block;
	padding: 0.5em;
	font-size: 16px;
}

.resource .summary p {
	margin-bottom: 1rem;
}

.resource .location .resource-item:hover {
	opacity: 0.8;
}

.resource .meta {
	background-color: #ebebeb;
}

.resource .meta a:hover {
	color: #424242 !important;
}

.resource .heading h4:before {
	font-family: "FontAwesome";
	display: inline-block;
	margin: 0;
	margin-right: 0.5em;
}

/*.type-audio .heading h4:before {
	content: "\f001";
}

.type-video .heading h4:before {
	content: "\f03d";
}

.type-photo .heading h4:before {
	content: "\f03e";
}

.type-document .heading h4:before {
	content: "\f15c";
}*/

.type-gps .heading h4:before {
	content: "\f041";
}

.nb .resource figure {
	cursor: pointer;
	margin: -0.25em -0.5em 0 1em !important;
	max-width: 120px;
}

.nb .resource audio,
.nb .resource video {
	display: block;
	max-width: 100%;
}

.nb .resource-item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nb .resource-item ul li {
	display: inline-block;
	width: auto;
	font-size: 1em;
	line-height: 1.4;
	margin: 0;
	list-style: none;
}

.nb .resource-item ul li:after {
	content: "|";
	display: inline-block;
	padding: 0 1em;
	opacity: 0.75;
}

.nb .resource-item ul li:last-child:after {
	display: none;
	content: "";
}

.logo {
	width: 100%;
	transition: all 128ms;
	-webkit-transition: all 128ms;
}

.logo.shrink {
	width: 50%;
}

.widget {
	margin-bottom: 2em;
}

.widget.padding-top {
	padding-top: 2em;
}

.widget .btn,
.widget .btn:hover,
.widget .btn:focus,
.widget .btn:active {
	display: block;
	padding-top: 14px;
	padding-bottom: 11px;
}

@media (min-width: 768px) {
	.resource .location .resource-item {
		display: inline-block;
		width: 33.33%;
	}
}

@media (max-width: 991px) {
	.resource-search .btn {
		margin-top: 1.2em;
		padding-top: 0.6em;
		padding-bottom: 0.6em;
	}

	.resource {
		font-size: 1rem;
	}

	.inner-content .resource .heading h4,
	.resource .heading .download {
		font-size: 14px;
	}

	.resource .summary p {
		font-size: 12px;
		line-height: 1.4;
	}

	.resource .heading .download span {
		display: none;
	}

	.inner-content .resource .heading h4 {
		width: 90%;
		width: -webkit-calc(100% - 27px);
		width: calc(100% - 27px);
	}
}

@media (max-width: 584px) {
	.nb .resource-item ul {
		padding: 0.5em 0;
	}

	.nb .resource-item ul li {
		display: block;
		margin-bottom: 1em;
	}

	.nb .resource-item ul li:after {
		display: none;
		content: "";
	}
}

@media (max-width: 479px) {
	.nb .resource figure {
		max-width: 100%;
		margin: 0 0 1em !important;
	}
}

.panel {
	border: 0;
}

.news-content {
	margin-bottom: 30px;
}

.item.child {
	position: relative;
	display: block;
	margin-bottom: 30px;
	text-decoration: none !important;
	overflow: hidden;
}

.news-media {
	overflow: hidden;
}

.news-media img,
.item.child img {
	transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	transition: transform 512ms ease-in-out;
	-webkit-transition: transform 512ms ease-in-out;
}

.news-media:hover img,
.item.child:hover img {
	transform: scale3d(1.05, 1.05, 1);
	-webkit-transform: scale3d(1.05, 1.05, 1);
}

.item.child h5 {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #77aab1;
	color: #fff;
	margin-bottom: 0;
	padding: 0.35em 0.75em;
	transition: all 512ms ease-in-out;
	-webkit-transition: all 512ms ease-in-out;
}

.item.child:hover h5 {
	color: #77aab1;
	background-color: #fff;
}

.nb .dates {
	font-weight: 600;
	color: #999;
	color: #575757;
	font-size: 0.9em;
}

.infowindow h4 {
	margin-bottom: 10px;
}

.route-dev {
	margin-bottom: 2rem;
	padding: 1.5rem;
	border: 1px solid #d4d4d4;
}

.inner-content .route-dev p {
	font-size: 0.9em;
	line-height: 1.4;
	margin-bottom: 1.5rem;
}

.vrview {
	margin: 2rem 0;
}

.vrview iframe {
	width: 100%;
	height: 50vw;
	max-height: 75vh;
	border: 0;
}

@media (max-width: 479px) and (orientation: portrait) {
	.vrview iframe {
		height: 50vh;
	}
}
