@import url( fonts.css );

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

img {
	max-width: 100%;
	height: auto!important;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

hr {
	border: 0;
	border-top: 2px solid #000000;
	width: 20%;
	margin: 20px auto;
}

.heading, h1, h2, h3, h4, h5 {
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: normal;
	text-transform: uppercase;
}

h1,
.heading.one {
	font-size: 300%;
}

h2,
.heading.two {
	font-size: 216%;
}

h3,
.heading.three {
	font-size: 166%;
	text-transform: none;
}

h4,
.heading.four {
	font-size: 116%;
}

h5,
.heading.five {
	font-size: 166%;
	text-transform: none;
}

.heading a, h1 a, h2 a, h3 a, h4 a {
	color: inherit;
	text-decoration: none;
}

/*--- MAIN WRAPPER ---*/

.wrapper {
	margin: 0px auto;
	padding: 0px 10px;
	position: relative;
	text-align: left;
}

/*--- HEADER ---*/

#header {
	background-color: #292929;
	height: 100px;
	left: 0;
	padding: 0;
	top: 0px;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.login #header {
	position: static;
}

#header.active {
	top: 0;
}

#header.open,
#header.active,
#header:hover {
	background-color: #292929;
}

#back-top {
	background-image: url( ../images/top.png );
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.5);
	background-size: 20px auto;
	/*border-radius:  4px;*/
	bottom: 10px;
	opacity: 0;
	position: fixed;
	right: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	visibility: hidden;
	width: 45px;
	z-index: 800;
}

#back-top:hover {
	background-color: #337AB7;
}

#back-top a {
	display: block;
	height: 45px;
	text-align: left;
	text-indent: -9999px;
	width: 45px;
}

#back-top.active {
	opacity: 1;
	visibility: visible;
}

/*--- NAVIGATION ---*/

#logo {
	float: left;
	height: 100px;
	width: 235px;
}

body.login #logo {
	display: block;
	float: none;
}

#logo a {
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
}

#logo img {
	height: auto;
	max-width: 100%;
	width: auto;
}

#navigation {
	height: 100px;
	text-align: right;
	margin-left: 200px;
}

/* Root = Horizontal, Secondary = Vertical */
ul#menu {
	border: 0px none;
	display: inline-block;
	height: 100px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}

ul#menu li {
	background: none;
	display: block;
	float: left; /*For Gecko*/
	height: 100px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
}

ul#menu ul {
	background-color: #000000;
	display: none;
	left: 0;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 210px;
}

ul#menu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	font: 1px/0px serif;
	visibility: hidden;
}

ul#menu ul li {
	background-image: none;
	background-color: #081f2c;
	border: none;
	color: #f7f7f7;
	display: block !important;
	display: inline; /*For IE*/
	float: left; /*For IE 7 lack of compliance*/
	height: auto;
	padding: 0px;
	text-transform: uppercase;
	text-align: left;
	width: 210px;
}

/* Root Menu */
ul#menu a {
	color: #ffffff;
	display: block;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	font-family: 'Helvetica', sans-serif;
	font-size: 14pt;
	font-weight: lighter;
	height: 100px;
	line-height: 100px;
	padding: 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 99;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

ul#menu > li > a {
	display: table;
	width: 100%;
}

ul#menu > li > a > span {
	display: table-cell;
	padding: 0px 10px;
	vertical-align: middle;
}

ul#menu ul a {
	letter-spacing: normal;
	text-transform: none;
}

/* Root Menu Hover Persistence */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
	color: #B64426;
	text-decoration: none;
}

/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
	color: #FFFFFF;
	float: none;
	height: auto;
	line-height: 1.1em;
	padding: 10px 22px;
	text-decoration: none;
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li:hover, ul#menu li.iehover li.iehover {
	background-color: #337AB7;
}

ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
	color: #ffffff;
}

/* 3rd Menu */
ul#menu li:hover li:hover li a,
ul#menu li.iehover li.iehover li a {
	background-color: #081f2c;
	color: #fff;
}

/* 3rd Menu Hover Persistence */
ul#menu li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover a {
	background-color: #337AB7;
	color: #ffffff;
}

/* 4th Menu */
ul#menu li:hover li:hover li:hover li a,
ul#menu li.iehover li.iehover li.iehover li a {
	background-color: #081f2c;
	color: #fff;
}

/* 4th Menu Hover */
ul#menu li:hover li:hover li:hover li a:hover,
ul#menu li.iehover li.iehover li.iehover li a:hover {
	background-color: #337AB7;
	color: #ffffff;
}

ul#menu ul ul,
ul#menu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 210px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
	display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
	display: block;
}

/*--- CONTENT ---*/

.page-title {
	padding: 0 10px;
}

#content-container {
	background-color: #FFFFFF;
	min-height: 300px;
}

#content {
	background-color: #FFFFFF;
	min-height: 300px;
	padding: 20px 0;
}


/*--- FOOTER ---*/

#footer-container {
	background-color: #000000;
	color: #ffffff;
	padding: 40px 0;
	text-align: left;
}

#footer-container a {
	color: #ffffff;
	margin: 0;
	text-decoration: none;
}

#footer-container p {
	color: #ffffff;
	margin: 5px 0;
}

.social-media-buttons {
	position: relative;
	text-align: left;
	margin: 10px 0;
}

.social-button {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: 33px auto;
	background-position: center;
	/*	border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;*/
	display: inline-block;
	height: 35px;
	text-align: left;
	text-indent: -9999px;
	vertical-align: middle;
	width: 35px;
}

a.social-button {
	position: relative;
}

a.social-button img {
	position: absolute;
	top:0;
	right:0;
}

.social-button:hover {
	background-color: #eae8e5;
}

.social-button img {
	height:100%;
	width: 100%;
	padding:2px;
	display:block;
}

.social-button.google_plus img {
	padding: 6px;
}

.social-button.youtube img {
	padding: 4px;
}

.social-button.instagram img {
	padding: 4px;
}

.social-button svg g {
	fill: #010101;
}

.social-button.alt svg g {
	fill: #ffffff;
}

/*--- OTHER ---*/


/**
* Message Boxes
*/

div.msg-error,
div.msg-success,
div.msg-warning,
div.msg-information,
div.msg-question {
	background-repeat: no-repeat;
	background-position: 34px center;
	color: #f5f5f5;
	padding: 17px 10px 17px 104px;
	text-align: left;
	margin-bottom: 10px;
	min-height: 40px;
}

div.msg-error {
	background-image: url( '../images/message-error-bg.png' );
	background-color: #dd2327;
	border: 6px solid #f7464a;
}

div.msg-information {
	background-image: url( ../images/message-info-bg.png );
	background-color: #5f5f5f;
	border: 6px solid #291d11;
}

div.msg-question {
	background-image: url( ../images/message-question-bg.png );
	background-color: #007d7b;
	border: 6px solid #46bfbd;
}

div.msg-success {
	background-image: url( '../images/message-success-bg.png' );
	background-color: #5ba800;
	border: 6px solid #79dd03;
}

div.msg-warning {
	background-image: url( '../images/message-warning-bg.png' );
	background-color: #fdb45c;
	border: 6px solid #fdce5c;
	color: #291d11;
}

div.msg-error a,
div.msg-success a,
div.msg-warning a,
div.msg-information a,
div.msg-question a {
	color: inherit;
	text-decoration: underline;
}

div.msg-error input[type=submit],
div.msg-success input[type=submit],
div.msg-warning input[type=submit],
div.msg-information input[type=submit],
div.msg-question input[type=submit] {
	-webkit-appearance: none;
	background: #291d11;
	border: none;
	border-radius: 0;
	color: #f4f4f4;
	height: 40px;
	letter-spacing: 2px;
	line-height: 40px;
	text-transform: uppercase;
}

div.msg-error input[type=submit]:hover,
div.msg-success input[type=submit]:hover,
div.msg-warning input[type=submit]:hover,
div.msg-information input[type=submit]:hover,
div.msg-question input[type=submit]:hover {
	background: #98270a;
}

span.input-error {
	color: #C20000;
	display: block;
	margin: 5px;
}

.clear {
	clear: both;
}

/* form styles */

.btn,
.button {
	background-color: #B64426;
	border: 3px solid #B64426;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: 2px;
	line-height: normal;
	padding: 10px 32px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn:hover,
.button:hover {
	background-color: #292929;
	border-color: #292929;
	color: #ffffff;
}

.btn.alternate,
.button.alternate {
	border: 0;
	background-color: #081f2c;
	color: #ffffff;
}

.btn.alternate:hover,
.button.alternate:hover {
	border: 0;
	background-color: #ffffff;
	color: #000000;
}

#map {
	height: 350px;
}

div.input {
	margin: 7px 0;
}

select.form,
input[type=text].form,
textarea.form,
form.notify select,
form.notify input[type=text],
form.notify textarea {
	background: #ffffff; /* Old browsers */
	border: 1px solid #081F2C;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #00264c;
	display: inline-block;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	max-width: 400px;
	padding: 13px 15px;
	width: 100%;
}

form.notify label {
	display: block;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-bottom: 5px;
}

form.notify label.inline {
	display: inline-block;
}

form.notify label.error {
	color: red;
	display: block;
}

img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	max-width: 460px;
	height: auto!important;
}

img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	max-width: 460px;
	height: auto!important;
}

/**
 * Login Page
 **/

#login-form {
	margin: 0 auto;
	max-width: 300px;
}

/**
 * Site List
 **/
#site-tabs {
	background: #292929;
	margin-top: -20px;
	margin-bottom: 20px;
}

#site-tabs div {
	color: #ffffff;
	display: inline-block;
}

#site-tabs div.current {
	background: #B64426;
}

#site-tabs div a {
	color: #ffffff;
	display: block;
	padding: 10px 15px;
}

/**
 * View Site
 **/

#chart-container {
	padding: 0 10px;
}

#chart-container #extra-actions {
	float: right;
}

#chart-container h2 {
	margin-bottom: 0px;
	text-align: center;
}

#chart-container h3 {
	font-size: 100%;
	margin-top: 3px;
	text-align: center;
}

.chart {
	margin-bottom: 100px;
}

/**
* Table Styles
*/

.data-table {
	border-collapse: collapse;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 100%;
}

.data-table img {
	vertical-align: middle;
}

.data-table td,
.data-table th {
	border: 1px solid #5f5f5f;
}

.data-table table td,
.data-table table th {
	border: none;
}

.data-table td:first-child,
.data-table th:first-child {
	border-left: none;
}

.data-table td:last-child,
.data-table th:last-child {
	border-right: none;
}

.data-table thead th {
	background: #291d11;
	color: #f4f4f4;
	letter-spacing: 6px;
	line-height: 18px;
	padding: 16px 12px;
	text-transform: uppercase;
}

.data-table thead td,
.data-table thead td.action,
.data-table tbody td.heading,
.data-table tbody tr:nth-child(odd) td.heading {
	background-color: #757575;
	color: #fff;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 2px;
	padding: 7px;
	text-transform: uppercase;
}

.data-table thead td.contentpane {
	border-bottom: none; font-weight: normal;
}

table.data-table thead td.viewing {
	background-color: #5f5f5f;
	text-align: right;
	font-weight: 400;
	color: #fff;
}

.data-table tbody th {
	background: #5f5f5f;
	color: #f4f4f4;
	line-height: 18px;
	padding: 16px 12px;
}

.data-table tbody td,
.data-table thead td.contentpane {
	background: #f5f5f5;
	padding: 16px 12px;
}

.data-table tbody tr:nth-child(odd) td {
	background: #fff;
}

.data-table tbody td.action {
	background: #e3e3e3;
	padding: 16px 5px;
}

.data-table tbody tr:nth-child(odd) td.action {
	background: #f5f5f5;
}

.data-table tbody td.title,
.data-table thead td.title{
	background: #e3e3e3;
	color: #291d11;
	font-size: 10pt;
	letter-spacing: 2px;
	padding: 16px 12px;
	text-align: right;
	text-transform: uppercase;
}

.data-table tbody tr:nth-child(odd) td.title {
	background: #f5f5f5;
}

.data-table tbody tr.general-inactive td {
	background-color: #bfbfbf;
	font-weight: bold;
	padding: 16px 12px;
}

.data-table tbody tr.general-inactive:nth-child(odd) td {
	background-color: #b4b4b4;
}

.data-table tbody tr.general-inactive td.action,
.data-table thead tr.general-inactive td.action{
	background: #b4b4b4;
}

.data-table tbody tr.general-inactive:nth-child(odd) td.action {
	background: #bfbfbf;
}

.data-table tbody tr.general-hidden td {
	background-color: #cdeceb;
	font-style: italic;
	padding: 16px 12px;
}

.data-table tbody tr.general-hidden:nth-child(odd) td {
	background-color: #c0dad9;
}

.data-table tbody tr.general-hidden td.action,
.data-table thead tr.general-hidden td.action{
	background: #c0dad9;
}

.data-table tbody tr.general-hidden:nth-child(odd) td.action {
	background: #cdeceb;
}

.data-table tfoot td {
	background-color: #5f5f5f;
	color: #fff;
	font-weight: bold;
	padding: 8px;
}

table.data-table tfoot td.nav {
	text-align: center;
}

table.data-table tfoot td.nav span {
	text-decoration: underline;
}

table.data-table tfoot td.pages {
	background: #757575;
	text-align: right;
}

.data-table tbody td.action {
	text-align: center;
}

td.action img {
	border: none;
	width: 15px;
}

.data-table tbody td.sort {
	text-align: center;
}

.data-table input[type=text],
.data-table input[type=password],
.data-table input[type=email] {
	background: #fff;
	border: 1px solid #bebebe;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
}

.data-table textarea {
	border: 1px solid #bebebe;
	font-family: 'Leto', sans-serif;
	padding: 12px;
}

.data-table input[type=text]:focus,
.data-table input[type=password]:focus,
.data-table input[type=email]:focus,
.data-table textarea:focus {
	border-color: #b54426;
	outline: none;
}

.data-table select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url( ../images/select_arrow.png ) 96% center no-repeat #fff;
	border: 1px solid #bebebe;
	height: 40px;
	padding: 5px 35px 5px 5px;
	width: 150px;
}

.data-table input.full-width,
.data-table textarea.full-width {
	width: 90%;
	width: calc( 100% - 26px );
}

@media screen and (min-width:0\0) {
	.data-table select {
		background:none;
		padding: 5px;
	}
}

.data-table select:focus {
	border: 1px solid #b54426;
	outline: none;
}

.data-table input[type=submit] {
	-webkit-appearance: none;
	background: #b54426;
	border: none;
	border-radius: 0;
	color: #f4f4f4;
	height: 40px;
	letter-spacing: 2px;
	line-height: 40px;
	text-transform: uppercase;
}

.data-table tfoot td input[type=submit] {
	background: #291d11;
}

.data-table input[type=submit]:hover,
.data-table tfoot td input[type=submit]:hover {
	background: #98270a;
}

.form-error {
	display: block;
	color: red;
}

#action-buttons {
	margin-bottom: 5px;
}

/**
 * Add Site
 **/

#site-add-form {
	padding: 0 25px;
}