/* normalize.css */

/* @group natural box layout model */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.region-development {
	background-color: red;
	text-align: center;
	color: #FFFFFF;
	height: 30px;
	margin: 0;
	padding: 5px 0 0;
}


/* @end */

/* @group HTML5 display definitions and corrections */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}

/* @end */

/* @group Available Font Sets */

	/*font-family: 'latoblack';*/
	/*font-family: 'latoblack_italic';*/
	/*font-family: 'latobold';*/
	/*font-family: 'latobold_italic';*/
	/*font-family: 'latohairline';*/
	/*font-family: 'latohairline_italic';*/
	/*font-family: 'latolight';*/
	/*font-family: 'latolight_italic';*/
	/*font-family: 'latoregular';*/
	/*font-family: 'latoitalic';*/

/* @end */

/* @group Global Font Definitions */

html { /*Base Font*/
	font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
	font-family: 'latoregular', sans-serif;
	font-size: 100%;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 20px;
}

button,
input,
select,
textarea {
	font-family: Helvetica, Verdana, Tahoma, "DejaVu Sans", sans-serif;
	font-family: 'latoregular', sans-serif;
}

/* @end */

/* @group Global Margins */

body {
	margin: 0;
	padding: 0;
}



/* @end */

/* @group Global Links */

a:link {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	/*color: #25287A;*/
	color: #307196;
	color: #248298;
}

a:visited {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	color: #BC7653;
	/*color: #248298;*/
}

a:hover,
a:focus {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	outline: 0;
	color: #BC7653;
}

a:active,
a.active {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	/*color: #25287A;*/
	color: #307196;
	color: #248298;
}

a:active:hover,
a.active:hover {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	color: #BC7653;
}

/*a:focus {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	outline: 0;
	color: #96C26D;
}*/

/*a:active,
a:hover {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	outline: 0;
}*/

/* @end */

/* @group typography */

p,
pre {
	margin: 5px 0 10px;
	font-size: 14px;
	line-height: 18px;
}

strong,
b {
	font-family: 'latobold';
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
}

em,
i {
	font-family: 'latoitalic';
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
}

blockquote {
	margin: 25px 30px;
	/*background-color: fuchsia;*/
}

/* @group headers */

h1 {
	margin: 20px 0 10px;
	padding: 0;
	font: normal normal 22px/30px 'latoregular', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	margin: 35px 0 20px;
	padding: 0;
	font: normal normal 20px/24px 'latoregular', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*background-color: orange;*/
}

h1.page-title + article h2:first-child {
	padding: 0;
	margin: 10px 0 20px;
}

h3 {
	margin: 15px 0;
	padding: 0;
	font: normal normal 18px/18px 'latoregular', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h4 {
	margin: 15px 0;
	padding: 0;
	font: normal normal 16px/16px 'latoregular', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h5 {
	margin: 15px 0;
	padding: 0;
	font: normal normal 14px/14px 'latoregular', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h6 {
	margin: 15px 0;
	padding: 0;
	font: normal normal 14px/14px 'latoregular', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}



/* @end */

abbr[title] {
	border-bottom: 1px dotted;
}

dfn {
	font-style: italic;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	border: 1px solid #666;
	padding-bottom: -1px;
	margin: 1.5em 0;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp,
tt,
var {
	font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
	line-height: 1.5em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -8px;
}

sub {
	bottom: -4px;
}

/* @end */

/* @group lists */

dl,
menu,
ol,
ul {
	margin: 25px 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin: 0;
}

ul ul {
	list-style-type: disc;
}

dd {
	margin: 0 0 0 30px;
}

menu,
ol,
ul {
	padding: 0 0 0 30px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

/* @end */

/* @group images */

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	margin: 0;
	padding: 0;
	vertical-align: bottom; 
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

/* @end */

/* @group forms */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px solid #D6D6D6;
	margin: 0 10px;
	padding: 10px;
}

legend {
	border: 0;
	padding: 5px;
	margin: 0 0 0 -7px;
	font-size: 18px;
	line-height: 24px;
}

label {
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}

/* @group form elements */

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

/* @end */

/* @end */

/* @group tables */

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 10px;
	padding: 0;
}

th {
	vertical-align: top;
	text-align: left;
	text-decoration: none;
	font: normal normal 16px/18px 'open_sansbold';
}

tr.even,
tr.odd {
	background-color: #eee;
	background-color: transparent;
	border-bottom: 1px solid #ccc;
	border: none;
	margin: 0;
	padding: 2px 5px;
}

tr.even {
	background-color: #fff;
	background-color: transparent;
}

td {
	vertical-align: top;
}

td.active {
	background-color: transparent;
}

td.checkbox,
th.checkbox {
	text-align: center;
}

td.menu-disabled {
	background: #ccc;
}
tr.drag {
	background-color: #fffff0;
}

tr.drag-previous {
	background-color: #ffd;
}

.tabledrag-toggle-weight {
	font-size: 0.9em;
}

tr.selected td {
	background: #ffc;
}

/* @end */
