html {
	background-color: #222222;
}

body {
    font-family: 'Proxima Nova', Georgia, sans-serif;
	background-color: #f3f3f3;
    font-size: 0.875rem;
}

a, a:hover, a:active {
    color: #cc3300;
}

/* header */

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

#title {
	padding-top: 70px;
}

#header {
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    background-color: #ffffff;
}

.navbar {
    height: 50px;
	border: 0px;
    background-color: #ffffff;
}

.navbar-collapse {
    background-color: #ffffff;
}

.navbar-brand {
	font-size: 1.6em;
    line-height: 100% !important;
}

.navbar-brand img {
    height: 30px;
}

.nav-link {
    color: #000000 !important;
}

.nav-item {
    font-size: 0.85em;
    text-transform: uppercase;
}

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

#carousel {
	position: relative;
	margin-top: 50px;
    margin-bottom: 20px;
	height: 250px;
	text-align: center;
	vertical-align: middle;
	background-size: cover;
	font-size: 2.2em;
	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;
}

.text span {
    _background-color: rgba(0, 0, 0, 0.25);
}

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

.number {
    font-size: 2em;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .number {
        font-size: 1.3em;
        font-weight: bold;
    }
}
.numbertext {
    text-transform: uppercase;
    font-size: 0.9em;
}

/* contact */

.card {
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
    border-width: 0;
    border-radius: 5px;
    overflow: hidden;
}

.card h4 {
    text-transform: uppercase;
    font-size: 1em !important;
    font-weight: bold !important;
    margin: 16px 0px 12px 0px;
}

.profileimage img {
    max-width: 100%;
}

/* 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;
}

.imageplaceholder {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #8bd4e8;
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    padding: 1em 0em;
}

.imageplaceholder span {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* forms */

#searchform {
    margin: 10px 0px 20px 0px;
}

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

#searchform .btn {
    cursor: default;
}

#searchform .btn-success:hover {
    background-color: #28a745;
    border-color: #28a745;
}

#searchform ul li a:hover, #searchform ul li.active a {
    background-color: #f8f9fa;
    color: #cc3300;
}

/* 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 */

.smallmargin {
	margin-left: 20px;
	margin-right: 20px;
}

#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;
}

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

.height-reduced {
    height: 190px !important;
}

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

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

.usecaseimg-narrow {
	height: 170px;
}

.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;
}

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

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

#content > .row {
    background-color: #ffffff;
    padding: 10px 20px 15px 20px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}

.row {
    padding: 10px 20px 15px 20px;
}

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

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

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

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

p {
	margin-bottom: 15px;
}

h1 a {
    color: #000000;
}

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

h1 {
    font-family: 'Crimson Text', serif;
	font-weight: 300;
	margin-bottom: 20px;
    font-size: 2.4em;
}

h2 {
    margin: 25px 0px 20px 0px;
    font-size: 1.5em;
    font-weight: 700;
}

h3 {
	font-size: 1.4em;
	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;
}

#homepage h2 {
    font-size: 1.8em;
}

#homepage section {
    margin-bottom: 70px;
}

#homepage section:last-of-type {
    margin-bottom: 0px;
}

#homepage .fa {
    font-size: 2.5em;
    padding-bottom: 5px;
}

.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;
}

#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;
    background-color: #f2f2f2;
    padding: 5px;
    border-radius: 3px;
}

.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;
}

/* library */

#librarygraph {
    width: 100%;
    height: 250px;
}

.libraryicons a, .libraryicons a:hover {
    color: #000000;
    text-decoration: none;
}

/* helpers */

.smaller {
    font-size: 0.8em;
}

.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;
}

.who-logo {
	height: 100px;
	text-align: center;
}

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

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

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}

.img-responsive-50 {
    max-width: 50%;
}

.caption-50 {
    max-width: 50%;
    margin: auto;
    margin-bottom: 1.3em;
}

.caption-70 {
    max-width: 70%;
    margin: auto;
    margin-bottom: 1.3em;
}

.img-responsive-70 {
	max-width: 70%;
}

@media screen and (max-width: 800px) {
	.img-responsive-50 {
		max-width: 100%;
	}
	.img-responsive-70 {
		max-width: 100%;
	}
}

.shadow {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
}

.gray {
    color: #bbbbbb;
}

code {
    color: #cc3300 !important;
}

table {
    margin-bottom: 1.3em;
}

th, td {
    padding: 0px 10px 0px 0px;
}

th {
    border-bottom: 1px solid #000000;
}

.table-node td, .table-node th {
    border: 0;
    padding: .20rem .8rem .20rem .3rem !important;
}

.table-node {
    font-size: 1em;
    width: auto !important;
    margin-bottom: 7px;
}

.table-node td:first-child {
    padding-left: 0px !important;
    white-space: nowrap;
}

.subtable tr td {
    padding: 0px 15px 5px 0px !important;
}

.marker-blue {
    background-color: #66ffff;
}

.marker-orange {
    background-color: #ffcc99;
}

.marker-pink {
    background-color: #ffccff;
}

.marker-green {
    background-color: #ccff99;
}
