.brand_RED {
	background-color: rgb(218,41,28);
}

.brand_RED2 {
	background-color: rgb(233,127,119);
}

.brand_BLACK {
	background-color: rgb(0,0,0);
}

.brand_BLACK2 {
	background-color: rgb(102,102,102);
}

.brand_GREY {
	background-color: rgb(145,157,157);
}

.brand_GREY2 {
	background-color: rgb(189,196,196);
}

.brand_GREY3 {
	background-color: rgb(211,216,216);
}

.brand_ORANGE {
	background-color: rgb(243,112,33);
}

.brand_ORANGE2 {
	background-color: rgb(248,169,142);
}

.brand_WHITE {
	background-color: rgb(255,255,255);
}

.brand_LINK {
	background-color: rgb(124,153,198);
}

.brand_LINK2 {
	background-color: rgb(27,53,92);
}


/* Customized on-top of bootstrap 3.3.0 CSS */

body {
	font-family: arial, sans serif;
}

ul, ol {
	padding-left: 25px;
}

ul li, ol li {
	margin-bottom: 10px;
}

a {
	color: rgb(124,153,198);
}

a:hover, 
a:active {
	color: rgb(27,53,92);
	text-decoration: none;
	outline: none;
}

.navbar {
	min-height: 80px;
}

.navbar-inverse {
	background-color: rgb(255,255,255);
}

.jumbotron {
	background-color: rgb(218,41,28);
	color: rgb(255,255,255);
}

ul.nestedOnce {
	margin-top: 10px;
}

img.jumbotronScreengrab {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow:    0px 0px 7px 0px rgba(0, 0, 0, 0.45);
	box-shadow:         0px 0px 7px 0px rgba(0, 0, 0, 0.45);
}

.notAvaliableText {
	font-size: 90%;
	font-style: italic;
}

.imageThumbBorder {
	border: 1px solid #cccccc;
}

.imageThumbSpacer {
	margin: 20px 0px 50px;
}

.brandColorTitle {
	text-align: center;
	font-size: 110%;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.brandColorSquare {
	height: 100px;
	width: 100%;
	font-weight: 900;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 20px;
	border: 1px solid #333333;
}

ul.nestedOnce {
	padding-left: 15px;
}

ul.nestedOnce li {
	padding-left: 5px;
}

ul.nestedOnce li a {
	font-size: 90%;
}
