html {
	background-color: #222222;
}

body {
	font-family: "PT Sans", sans-serif;
	background-color: #f3f3f3;
}

/* header */

#logo img {
	height: 40px;
	margin-top: -5px;
}

#title {
	padding-top: 50px;
	/* background-color: #cc3300; */
	background-color: #007377;
	color: #ffffff;
}

#footer_idc {
	padding-top: 10px;
	/* background-color: #cc3300; */
	background-color: #007377;
	color: #ffffff;
}

.navbar {
	border: 0px;
}

.navbar-nav {
	text-transform: uppercase;
	font-size: 0.8em;
}

.navbar-nav .active a, ul.nav a:hover {
	background-color: transparent !important;
	background-color: #eeeeee !important;
}

.navbar {
	background-color: #ffffff;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}

.navbar-brand, .navbar-nav a {
	color: black !important;
}

.navbar-brand {
	font-size: 1.6em;
}

#carousel {
	position: relative;
	margin-top: 50px;
	height: 250px;
	text-align: center;
	vertical-align: middle;
	background-size: cover;
	font-size: 2.5em;
	color: white;
	text-shadow: rgba(0, 0, 0, 0.298039) 1px 1px 1px;
}

.carousel-inner {
	height: 100%;
}

.caption {
	margin: auto;
	max-width: 1000px;
	height: 100%;
	display: table;
}

.text {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 600px) {
	.caption {
		font-size: 0.6em;
	}
}

.navbar-header button {
	background-color: #eeeeee;
}

.icon-bar {
	background-color: #cc3300;
	/* background-color: #cc3300; */
	background-color: #153D6B;
}

h1 a {
	color: #ffffff;
}

h1 a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* footer */

.footer {
	height: 80px;
	padding: 20px 0px;
	background-color: #222222;
}

#logos {
	color: #888888;
	font-size: 20px;
	line-height: 40px;
}

#logos a {
	color: #999999;
}

#logos a:hover, #logos a:active, #logos a:visited {
	text-decoration: none;
}

#logos img {
	height: 40px;
}

@media only screen and (max-width: 600px) {
	#logos img {
		height: 40px;
	}
}

#social {
	float: right;
}

#social a {
	margin-left: 5px;
}

#mapfooter {
	height: 400px;
}

#sidebar {
	padding-top: 40px;
}

/* forms */

.form-group.required .control-label:after {
	content: "*";
	color: red;
}

/* library */

#library a.glyphicon {
	color: #aaaaaa !important;
	margin-right: 5px;
}

#library a.glyphicon:hover {
	text-decoration: none;
}

#library td {
	padding: 10px 0px;
}

#library td:first-child {
	padding-right: 20px;
}

#library td.icons {
	min-width: 100px;
	vertical-align: top;
	padding-left: 20px;
}

#library td.index {
	min-width: 30px;
	vertical-align: top;
}

#library td:first-child {
	padding-bottom: 10px;
}

.years {
	margin-top: 10px;
	margin-bottom: 30px;
}

.yearsbottom {
	margin-top: 20px;
	margin-bottom: 20px;
}

#library #bar svg {
	height: 200px;
	width: 500px;
}

/* other */

#indicestabs {
	margin-top: 20px;
}

.contactwrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.contactwrapper > [class*='col-'] {
	display: flex;
	flex-direction: column;
	padding-right: 20px !important;
}

.contactimage {
	width: 100%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.usecasewrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.usecasewrapper > [class*='col-'] {
	padding-top: 30px !important;
	display: flex;
	flex-direction: column;
}

.imagerow > [class*='col-']:first-child {
	padding: 10px 20px 10px 0px !important;
}

.smcx-embed {
	max-width: 100% !important;
}

.smcx-embed>.smcx-iframe-container {
	max-width: 100% !important;
}

#content {
	margin-top: 20px;
	margin-bottom: 20px;
}

#content .row p:first-child {
	margin-top: 20px;
}

.usecaseimg {
	width: 100%;
	height: 230px;
	text-align: center;
}

.usecaseimg img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.label-light {
	color: #000000;
	background-color: #eeeeee;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.nobottom {
	margin-bottom: 0px;
}

.indicatormap {
	height: 300px;
	width: 500px;
}

.row {
	background-color: #ffffff;
	padding: 10px 30px 15px 30px;
	border-radius: 4px;
}

.row-block {
	margin-top: 15px;
}

.row-inner {
	box-shadow: none !important;
}

.right20 {
	padding-right: 20px !important;
}

#exploreform {
	margin-bottom: 5px !important;
}

#mc_embed_signup {
	margin-bottom: 20px !important;
}

p {
	margin-bottom: 15px;
}

h1 {
	font-family: "Lato", sans-serif !important;
	font-weight: 300;
	margin-bottom: 20px;
}

h2 {
	margin: 25px 0px 20px 0px;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 25px 0px 20px 0px;
}

h3 .colored {
	color: #3B88B6;
	color: #4295d5;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 25px 0px 15px 0px;
}

h5 {
	font-weight: bold;
}

.modal-body .row {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.item {
	text-align: center;
	height: 100%;
	width: 100%;
}

#item1 {
	background-size: cover;
	background-position: 0px 0px;
}

#wrapper {
    width: 600px;
	height: 100%;
	display: table;
	margin: auto;
}

.mapperfooter {
	position: absolute !important;
	bottom: 0px !important;
	width: 100%;
}

#mapperwrapper {
	position: absolute;
	top: 50px;
	bottom: 80px;
	background-color: #ffffff;
	width: 100%;
}

#mapperwrapper iframe {
	width: 100%;
	height: 100%;
	border: 0px;
}

#message {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}

a.anchor {
	display: block;
	position: relative;
	top: -60px;
	visibility: hidden;
}

#header {
	z-index: 1030;
	height: 50px;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
}

#spacer {
	height: 50px;
}

ul.posts li:not(:first-child) {
    padding-top: 0px;
}

ul.posts {
	padding: 0;
	list-style-type: none;
}

ul.posts h5 {
	margin-bottom: 15px;
	margin-top: 20px;
}

ul.posts h5 a {
	color: #000000 !important;
}

.meta .glyphicon {
	margin-right: 10px;
	margin-left: 15px;
	color: #cccccc;	
}

.meta .glyphicon:first-child {
	margin-left: 0px;
}

.meta {
	font-size: 0.8em;
	color: #999999;
	margin-right: 10px;
}

.postmeta {
	color: #000000;
	margin-top: 20px;
}

.case img {
	width: 100%;
	padding: 10px 0px 20px 0px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	padding: 5px;
	list-style-position: inside;
	border-bottom: 1px solid #dddddd;
	line-height: 1.5em;
}

#sidebar ul li:first-child {
	border-top: 1px solid #dddddd;
}

ul.lang {
	margin-left: 40px;
}

ul.lang li {
	text-align: center;
}

ul.lang li a {
	padding: 15px 0px;
	width: 25px;
}

pre {
	border: 0px;
}

.form-group.required label:after {
	content: " *";
	color: red;
}

.dont-break-out {

	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	word-break: break-word;

	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;

}

/* quote */

.post-quote {
	display: block;
	margin: 20px;
	padding: 30px 30px 30px 30px;
	background-color: #f3f3f3;
	font-style: italic;
	border-radius: 5px;
	background-image: url("/images/quote_60.png");
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

.post-quote-author {
	padding-top: 10px;
	display: block;
	width: 100%;
	text-align: right;
	color: #aaaaaa;
	font-style: normal;
}

/* helpers */

.top-10 {
	margin-top: 10px !important;
}

.top-20 {
	margin-top: 20px !important;
}

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

.col-center {
	float: none;
	margin: 0 auto !important;
}

@media (max-width: 1050px) {
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in{
display:block !important;
}
}