a:focus,
a:active,
*:focus,
*:active {
	noFocusLine: expression(this.onFocus=this.blur());
}

 :focus,
 :active,
 :hover {
	outline: 0 !important;
	/*removes the dotted border*/
}

*:focus,
*:active,
*:hover {
	outline: 0 !important;
	/*removes the dotted border*/
}

a:hover,
a:active,
a:focus {
	outline: 0 !important;
}

img:hover,
img:active,
img:focus {
	outline: 0 !important;
}

li:hover,
li:active,
li:focus {
	outline: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a:hover,
a:active {
	outline: 0;
}

img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
	max-width: none;
}

button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

button,
input {
	*overflow: visible;
	line-height: normal;
}

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

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

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

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

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

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

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	height: 100%;
	margin: 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	color: #2d3236;
	background-color: #fff;
	overflow-x: hidden;
	box-sizing: border-box;
}
body.level-2 {
	background-color:#f6fbff;
}

a {
	color: #a8b60b;
	text-decoration: none;
}

.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}

.row {
	margin-left: -20px;
	*zoom: 1;
}

.row:before,
.row:after {
	display: table;
	content: "";
	line-height: 0;
}

.row:after {
	clear: both;
}

p {
	margin: 0 0 9px;
}

a.muted:hover,
a.muted:focus {
	color: #808080;
}

.text-warning {
	color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #a47e3c;
}

.text-error {
	color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
	color: #953b39;
}

.text-info {
	color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
	color: #2d6987;
}

.text-success {
	color: #468847;
}

a.text-success:hover,
a.text-success:focus {
	color: #356635;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-rendering: optimizelegibility;
}

h3 {
	color: #005EB3;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h4 {
	color: #4F2608;
	margin: 18px 0 27px;
	padding-bottom: 8px;
}

.page-header {
	margin-top: 20px;
}

hr {
	margin: 18px 0;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 18px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

table th,
table td {
	vertical-align: top;
}

.table th {
	font-weight: bold;
}

.table thead th {
	vertical-align: bottom;
}

.table caption+thead tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody+tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropup .dropdown-submenu>.dropdown-menu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
	-webkit-border-radius: 5px 5px 5px 0;
	-moz-border-radius: 5px 5px 5px 0;
	border-radius: 5px 5px 5px 0;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
	padding-left: 20px;
	padding-right: 20px;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}

.collapse.in {
	height: auto;
}

.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

button.close {
	padding: 3;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.alert,
.alert h4 {
	color: #c09853;
}

.alert h4 {
	margin: 0;
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}

.alert-success h4 {
	color: #468847;
}

.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}

.alert-info h4 {
	color: #3a87ad;
}

.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}

.alert-block>p,
.alert-block>ul {
	margin-bottom: 0;
}

.alert-block p+p {
	margin-top: 5px;
}

.pagination {
	margin: 18px 0;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul>li {
	display: inline;
}

.pagination ul>li>a,
.pagination ul>li>span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}

.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {
	background-color: #f5f5f5;
}

.pagination ul>.active>a,
.pagination ul>.active>span {
	color: #999;
	cursor: default;
}

.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

.pagination-centered {
	text-align: center;
}

.pagination-right {
	text-align: right;
}

.pagination-large ul>li>a,
.pagination-large ul>li>span {
	padding: 11px 19px;
	font-size: 16.25px;
}

.pagination-large ul>li:first-child>a,
.pagination-large ul>li:first-child>span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-large ul>li:last-child>a,
.pagination-large ul>li:last-child>span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-mini ul>li:first-child>a,
.pagination-mini ul>li:first-child>span,
.pagination-small ul>li:first-child>a,
.pagination-small ul>li:first-child>span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-mini ul>li:last-child>a,
.pagination-mini ul>li:last-child>span,
.pagination-small ul>li:last-child>a,
.pagination-small ul>li:last-child>span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}

.pagination-small ul>li>a,
.pagination-small ul>li>span {
	padding: 2px 10px;
	font-size: 12px;
}

.pagination-mini ul>li>a,
.pagination-mini ul>li>span {
	padding: 0 6px;
	font-size: 9.75px;
}

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

/* GO FULL WIDTH BELOW 480 PIXELS */

iframe {
	max-width: 100%;
}

.tab-content {
	overflow: visible;
}

.tabs-left .tab-content {
	overflow: auto;
}

.nav-tabs>li>span {
	display: block;
	margin-right: 2px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.btn-micro {
	padding: 1px 4px;
	font-size: 10px;
	line-height: 8px;
}

.tip-wrap {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 100;
}

.input-prepend .chzn-container-single .chzn-single {
	border-color: #ccc;
	height: 26px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-prepend .chzn-container-active .chzn-single-with-drop {
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
}

.input-prepend .chzn-container-single .chzn-drop {
	border-color: #ccc;
}

.input-prepend>.add-on,
.input-append>.add-on {
	vertical-align: top;
}

.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.form-vertical .control-label {
	float: none;
	width: auto;
	padding-right: 0;
	padding-top: 0;
	text-align: left;
}

.form-vertical .controls {
	margin-left: 0;
}

.width-auto {
	width: auto;
}

.btn-group .chzn-results {
	white-space: normal;
}

.accordion-body.in:hover {
	overflow: visible;
}

.invalid {
	color: #9d261d;
	font-weight: bold;
}

input.invalid {
	border: 1px solid #9d261d;
}

.tooltip {
	max-width: 400px;
}

.tooltip-inner {
	max-width: none;
	text-align: left;
	text-shadow: none;
}

th .tooltip-inner {
	font-weight: normal;
}

.tooltip.hasimage {
	opacity: 1;
}

.tip-text {
	text-align: left;
}

body.site {
	border-top: 3px solid #0088cc;
	padding: 20px;
	background-color: #f4f6f7;
}

body.site.fluid {
	background-color: #ffffff;
}

.thumbnail {
	margin-bottom: 9px;
}

.accordion-group {
	background: #fff;
}

.site-title {
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
}

.brand {
	color: #004466;
	-webkit-transition: color .5s linear;
	-moz-transition: color .5s linear;
	-o-transition: color .5s linear;
	transition: color .5s linear;
}

.brand:hover {
	color: #08c;
	text-decoration: none;
}

.header {
	margin-bottom: 10px;
	margin: 0 auto;
	text-align: center;
	max-width: 1180px;
	position: relative;
	display:block;
	clear: both;
}

.header .finder {
	margin-top: 14px;
}

.header .finder .btn {
	margin-top: 0px;
}

.navigation {
	padding: 5px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.075);
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
	margin-bottom: 10px;
}

.navigation .nav-pills {
	margin-bottom: 0;
}

.hero-unit {
	background-color: #08C;
}

.hero-unit>* {
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.container {
	max-width: 960px;
}

.body .container {
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}

h3 {
	font-size: 18px;
	line-height: 20px;
}

.module-header {
	padding-bottom: 17px;
	margin: 20px 0 18px 0;
	border-bottom: 1px solid #eeeeee;
}

.item-title {
	margin-bottom: 9px;
}

.item-content {
	margin: 18px 0;
}

.item-subtitle {
	margin-bottom: 9px;
}

.pull-right.item-image {
	margin: 0 0 18px 20px;
}

.pull-left.item-image {
	margin: 0 20px 18px 0;
}

.header .nav>li:last-child>.dropdown-menu,
.item-actions .dropdown-menu,
.item-comment .dropdown-menu {
	left: initial;
	right: 0;
}

.article-index {
	margin: 0 0 10px 10px;
}

.list-item-title {
	margin-bottom: 9px;
}

.list-item-content {
	margin: 18px 0;
}

.list-item-subtitle {
	margin-bottom: 9px;
}

/* --------------------------------------------- */

.top_wrapper {
	height: 40px;
	background:#a8b60b;
	display: block;
	clear: both;
}

.top {
	margin: 0 auto;
	max-width: 1180px;
	display: block;
	clear: both;
}

.top_right {
	float: right;
	color: #FFF;
	font-size: 14px;
	letter-spacing:1px;
	margin:6px 0 6px 0;
}

.top_right a {
	color: #FFF;
}

div#maximenuck223.maximenuckh ul.maximenuck li.level1.parent>span.separator {
	padding-right: 0px !important;
}

.level2 .titreck {
	text-transform: none;
	font-weight: normal;
}

div#maximenuck223 ul.maximenuck li.level1.parent>a::after,
div#maximenuck223 ul.maximenuck li.level1.parent>span.separator::after {
	content: normal !important;
}

.top ul {
	margin: 0px;
	padding: 0px;
}

.moduletable_review {
	background: #008fd4;
	width: 140px;
	border-right: 16px solid #FFF;
	padding: 24px 20px 24px 20px;
}

.moduletable_request {
	background: #8cc63f;
	width: 200px;
	padding: 15px 20px 15px;
}

.moduletable_review,
.moduletable_request {
	float: left;
	text-align: center;
	text-transform: lowercase;
}

.moduletable_review p,
.moduletable_request p {
	padding: 0px;
	margin: 0px;
}

.moduletable_review a,
.moduletable_request a {
	color: #FFF;
}

.header_wrapper {
	height: 110px;
	display: block;
	clear: both;
	background-color:#FFF;
}
.home .header_wrapper {	
	border-bottom:6px solid #005eb8;
}

.header_left {
	float: left;
	padding-top: 30px;
}

.header_left img {
	max-width: 370px;
}

.header_right {
	padding-top: 36px;
	bottom: 0;
	right: 0;
}

.header_right .moduletable {
	float: right;
}

.background_image img {
	width:100%;
}

.ux-menu-container {
	z-index: 1 !important;
}

.ux-menu a {
	background: none !important;
	background-color: none !important;
	border: 0px !important;
	font-size: 18px !important;
	font-weight:bold !important;
	color: #4b699d !important;
	padding: 10px 0px 0px 30px !important;
}

.ux-menu li:first-child a {
	padding: 10px 0 0 10px !important;
}

.navigation_wrapper {
	height: 42px;
	display: block;
	clear: both;
	border-bottom: 4px solid #b6b6b2;
	background-position: center top;
	background-repeat: repeat;
}

.navigation {
	max-width: 1180px;
	margin: 0 auto;
}

.animation {
	display: block;
	clear: both;
}

div.default .btn {
	padding: 6px 14px !important;
}

h1 {
	font-size: 36px;
	line-height:100%;
	font-weight:bold;
	padding: 0;
	color:#005eb3;
	margin-top:0px;
	text-shadow:2px 4px 3px rgba(0,0,0,0.5);
}
.level-2 h1 {
	color:#FFF;
	margin-top:-160px;
}

.item-page {
	max-width: 750px;
}

.item-page img {
	max-width: 750px;
}

.item-page h4,
.item-page div strong {
	color: #005eb3;
	font-size: 20px;
	margin-top: 4%;
	margin-bottom: 4%;
}

.item-page div strong {
	font-size: 14px;
}

.item-page p {
	margin-bottom: 2%;
	margin-top: 2%;
}

.span12 p {
	margin-bottom: 2%;
	margin-top: 2%;
	line-height: 30px;
}

.blog {
	margin-top: 80px;
	max-width: 750px;
}

.sidebar_left li ul li:last-child {
	border-bottom: none;
}

.events_module {
	border-radius:10px;
	border:5px solid #a8b60b;
	background-color:#FFF;
	margin:25px 0 20px 0;
}
.events_module h3 {
	color: #FFF;
	font-size: 28px;
	line-height:100%;
	font-weight:bold;
	letter-spacing:1px;
	width:100%;
	text-align:center;
	background-color:#a8b60b;
	padding:20px;
	margin:0px;
}

.events_module tr td {
	padding: 20px 0;
	border: none;
	background-color: initial;
}

.mod_events_latest_div {
	height: 400px;
	overflow: auto;
}

.eventMonth {
	text-transform: uppercase;
	font-size: 9px;
}

.eventDay {
	font-size: 35px;
	font-weight: 800;
}

.numberSize {
	display: inline-block;
	font-size: 25px;
	margin-top: 10px;
}

#cab-fare {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.cab-row {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.cab-row div {
	width: 100%;
	max-width: 33%;
	text-align: center !important;
}

#minutes {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

@media (max-width: 1150px) {
	#minutes {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		flex-direction: column;
		-webkit-flex-direction: column;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
}

#blockrandom {
	height: 690px !important;
}

@media (max-width: 650px) {
	#blockrandom {
		height: 300px !important;
	}
}

#l2Container #bMap {
	max-width: 480px !important;
	width: 100%;
}

#propertyTable td:first-child {
	min-width: 110px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* -418px; */
	position:relative;
}

/* footer */
/*.footer, .push {
     height: 418px;
     clear: both;
}*/
.footer {
     background-position:center top;
     background-repeat:repeat;
	 position:relative;
	 z-index:2;
}
.level-2 .footer {
	margin-top:10px;
}
.footer .col-md-4 {
	margin-bottom:20px;
}


/* features */

.feature_bottom {
	max-width: 1180px;
	margin: 0 auto;
	clear: both;
}

.feature_bottom .moduletable {
	float: left;
	width: 33%;
}

.feature_bottom .moduletable h3 {
	font-size: 22px;
	color: #6f9e7a;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}


/* sidebar left */
.sidebar_left {
	margin-top:-100px;
	border-top:4px solid #005EB3;
}
.sidebar_left .menu {
	margin-left: 0px;
	padding-left: 0px;
	font-size: 15px;
	background-color:#FFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.sidebar_left li {
	padding:10px 20px 10px 20px;
}
.sidebar_left li:hover, 
.sidebar_left li.current {
	background-color:#f0f5f9;
}
.sidebar_left a {
	color:#a8b60b;
	font-weight:bold;
}
.sidebar_left a:hover,
.sidebar_left li:hover a, 
.sidebar_left li.current a {
	color:#005dba;
}

.sidebar_left h3 {
	font-size: 20px;
	color: #716d6d;
	padding-bottom: 10px;
	padding-left: 5%;
	font-size: 22px;
	color: #005EB3;
	padding-top: 15%;
	line-height: 40px;
}

/* L2 pages */

.header_full {
	width: 100%;
	clear: both;
	float: none;
	height: 285px;
	background-image: url("/templates/harvey_county/images/home_bg.jpg");
	background-size: cover;
	background-position: 0px 50%;
	position: relative;
}

.header_full_overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background: -webkit-linear-gradient(rgba(110, 152, 193, 1), rgba(110, 152, 193, 0.9), rgba(110, 152, 193, 0.4), rgba(110, 152, 193, 0));
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(110, 152, 193, 1), rgba(110, 152, 193, 0.9), rgba(110, 152, 193, 0.4), rgba(110, 152, 193, 0));
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(110, 152, 193, 1), rgba(110, 152, 193, 0.9), rgba(110, 152, 193, 0.4), rgba(110, 152, 193, 0));
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(110, 152, 193, 1), rgba(110, 152, 193, 0.9), rgba(110, 152, 193, 0.4), rgba(110, 152, 193, 0));
	/* Standard syntax */
}

.item-page ul {
	padding-left: 30px;
}

.item-page li {
	/*list-style-type: none;
    */
}

.item-page li p {
	margin: 0px;
	padding: 0px;
}

.item-page li strong {
	color: #505050;
}

.item-page {
	line-height: 30px;
}

.item-page a,
.item-page a:link {
	color: #7e9735
}

.categories-list {
	float: left;
	width: 290px;
}

.categories-list h1 {
	display: none;
}


/* .component_100 {
     width: 290px !important;
     float: left;
     margin-top: 1.25%;
}
 .categories-list div {
     border-bottom: 1px solid #919191;
     max-width: 290px;
     padding-left: 5%;
}
 .categories-list h3 {
     margin: 0px;
     line-height: 35px;
     font-size: 15px;
     padding-lft: 5%;
}
 .categories-list h3 a, .categories-list h3 a:link {
     color: #818285;
}
 */

.jicons-icons {
	display:none;
}

.control-label #jform_contact_email_copy-lbl,
.control-label .optional,
.controls #jform_contact_email_copy {
	display:none;
}

.contact-position {
	margin-top:140px;
}

#jform_captcha-lbl {
	visibility:hidden;
}

#jform_captcha {
	margin-bottom:15px;
}

.contactinfo {
	padding-left: 5%;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 10%;
	font-style:italic;
}

.sidebar_left ul.nav li {
	list-style-type: none;
	border-bottom: 1px solid #ebf5fe;
	line-height: 150%;
	width:100%;
}

.sidebar_left ul.nav-child {
	padding-left:0px;
}

.sidebar_right {
	float: right;
	width: 280px;
	margin-top: 40px;
	color: #8eae30;
	font-size: 19px;
	line-height: 30px;
}

.sidebar_hr {
	background-image: url(../images/sidebar_hr.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 58px;
	height: 4px;
	margin: 0 auto;
}

.moduletable_categories {
	width: 200px;
	margin-right: 24px;
}

div.contact h3 {
	display: none;
	visibility: hidden;
	margin-bottom: 20px;
}

.logo {
	padding-top: 20px;
}

.contact_wrapper {
	width: 170px;
	float: right;
	margin-top: -80px;
}

.contact_header_top {
	margin-top: 4px;
}

.contact_header_bottom {
	margin-bottom: 14px;
}

.contact_phone {
	font-size: 16px;
	font-weight: bold;
	color: #545454;
	margin-bottom: 10px;
	text-align: left;
}

.contact_hours {
	font-size: 13px;
	color: #545454;
	text-align: left;
}
.feature_wrapper {	
	background-color:#e4f2ff;
}
.feature {
	max-width: 1180px;
	margin: 0 auto;
}

.feature_left {
	color: #005dba;
	font-size:16px;
	line-height:24px;
	position:relative;
	z-index:2;
}
.feature_right {
	position:relative;
	z-index:2;
}

/* footer */

.search .form-inline {
	margin-top: 8px;
}

.search button {
	background-image: url("../images/search.jpg");
	background-repeat: no-repeat;
	width: 27px;
	height: 19px;
	border: medium none;
	margin-left: -37px;
	margin-top: 0px;
	background-position: -3px -9px;
	border-left: 1px solid #919191;
}

.footer {
	font-size:14px;
	line-height:20px;
	color: #fff;
	clear: both;
}

.footer a {
	color: #fff;
	text-decoration:underline;
}

.footer_top_wrapper {
	background-color:#FFF;
}
.footer_top {
	max-width: 1180px;
	margin:0 auto;
	padding:14px 0 12px 0;
}

.footer_middle_wrapper {
	background-color:#005dba;
}
.footer_middle {
	max-width: 1180px;
	margin:0 auto;
	padding:38px 0px 38px 0px
}
.footer_middle h3 {
	font-size: 20px;
	line-height: 100%;
	color: #FFF;
	font-weight: normal;
	padding-bottom:10px;
	letter-spacing:1px;
	border-bottom:1px solid #FFF;
}

.footer_bottom_wrapper {
	background-color:#02376d;
}
.footer_bottom {
	max-width: 1180px;
	margin:0 auto;
	padding:20px 0px 20px 0px;
}
.footer_bottom_right {
	text-align:right;
}

.footer_bottom_wrapper a,
.footer_bottom_wrapper a:link,
.footer_bottom_wrapper a:visited {
	text-decoration: none !important;
	color: #fff !important;
}

ul.menu_list li a {
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	color: #756a59;
}

ul.menu_list li a:hover,
ul.menu_list li a:focus {
	background-color: transparent !important;
}

.map {
	position: absolute;
	margin-left: -150px;
	margin-top: 80px;
}

.moduletable_phone {
	display: none;
	visibility: hidden;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px !important;
}

#notification {
	margin-top: 10px !important;
}

table.hours td {
	padding-right: 20px;
}

#jcemediabox-popup-ajax h1 {
	display: none !important;
}

#chronoform-appointment {
	margin: 10px;
}

.htabs {
	clear: both !important;
}

.product-info {
	overflow: visible !important;
}

.box-content .pagination,
.checkout-content #login {
	display: none !important;
	visibility: hidden !important
}

.entry-content img {
	max-width: 300px;
}

.box-product .image img {
	border: 0px !important;
}

#container {
	padding-top: 22px;
}

#tab-attribute {
	display: none !important;
	visibility: hidden !important;
}

.product-list .left {
	float: left;
	width: 88%;
}

.product-info .left {
	float: left;
	width: 38%;
}

.checkout-content .left {
	float: left;
	width: 48%;
}

.checkout-content .right {
	float: right;
	width: 48%;
}

.checkout-content .buttons .right {
	text-align: right;
}

.right {
	float: right;
}

.product-info .right {
	width: 58%;
}

#total .right {
	float: none;
}

.hidden {
	display: none;
}

.anchor {
	display: block;
	height: 200px;
	/*same height as header*/
	margin-top: -200px;
	/*same height as header*/
	visibility: hidden;
}

.chrono_credits {
	display: none;
}

.gcore-form-row {
	margin-top: 10px;
}

.gcore-form-row input[type='text'],
.gcore-form-row textarea {
	width: 95%;
	border: 1px solid #000;
	padding: 4px;
}

.gcore-form-row input[type='submit'] {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 0px;
	background: #008FD4;
	color: #FFF;
	text-transform: lowercase;
}

.gallery_wrapper {
	background: #fbb040;
	padding-bottom: 50px;
	background-image: url(../images/gallery_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

.gallery_wrapper h3 {
	color: #FFF;
	padding-top: 36px;
}

.gallery {
	margin: 0 auto;
	max-width: 1180px;
	display: block;
	clear: both;
}

.phocagallery-box-file {
	background: none !important;
	background-color: none !important;
	padding: 0px !important;
}

.header_padding {
	display: block;
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
}

.tips-header {
	margin-bottom: 2em;
}

.tips-header h1 {
	color: #fcb040;
	font-size: 2em;
	text-align: center;
	margin: 1em 0 0;
}

.tips-header p {
	color: #765b9f;
	margin-left: 80px;
	margin-right: 80px;
	text-align: center;
}

.side-nav nav {
	float: left;
	width: 240px;
}

.side-nav nav .nav--wrapper {
	background-color: #8dc63f;
	color: #fff;
	overflow: hidden;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-top: 10px;
	width: 210px;
}

.side-nav nav .nav--wrapper a {
	color: #fff;
	text-decoration: none;
}

.side-nav nav .nav--wrapper a:hover {
	text-decoration: underline;
}

.side-nav nav .nav--wrapper h2 {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.side-nav nav .nav--wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.side-nav nav .nav--wrapper li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
}

.right-side-nav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
}

.right-side-nav nav {
	float: right;
	width: 240px;
	margin-left: 40px;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

.contact-page .appointment-button {
	margin-top: 0;
}

.right-side-nav nav .nav--wrapper {
	padding: 10px;
	width: 180px;
	color: #fff;
	background-color: #8dc63f;
	overflow: hidden;
}

.right-side-nav nav .nav--wrapper a {
	color: #fff;
	text-decoration: none;
}

.right-side-nav nav .nav--wrapper h2 {
	color: #008fd5;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 0;
	padding-bottom: 2px !important;
	padding-top: 10px !important;
	text-align: center;
}

.right-side-nav nav .nav--wrapper ul {
	list-style: none;
	margin: 0 0 0 0.5em;
	padding: 0;
}

.right-side-nav nav .nav--wrapper li {
	margin: 0.25em 0.25em 0.5em;
}

.right-side-nav article {
	width: 70%;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

.nav-bg {
	background: #ece9f3;
	margin-top: 20px;
	text-align: center;
}

.nav-bg h2 {
	margin: 0 !important;
	padding: 10px 6px 6px !important;
}

.nav-bg h3 {
	padding-left: 14px !important;
	padding-right: 14px !important;
	padding-bottom: 14px !important;
}

.nav-ad h2 {
	color: #765b9f;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
	padding: 0px;
}

.nav-ad h3 {
	color: #765b9f;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.nav-ad p {
	color: #818285;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

.nav-ad img {
	max-width: 224px;
	margin-bottom: 8px;
}

.nav-ad-border {
	border-color: #008fd5;
	border-style: solid;
	border-width: 2px;
	padding: 0 1em 4.7em;
	margin-top: 30px;
	background: #FFF;
	margin-bottom: 100px;
}

.nav-ad-border h2 {
	color: #008fd5;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 0;
	padding-bottom: 2px !important;
	text-align: center;
}

.nav-ad-border p {
	color: #818285;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.3;
}

.nav-ad-border img {
	max-width: 100%;
	position: absolute;
	width: 160px;
	margin-left: 20px;
}

.nav-border {
	display: none;
	border-top: 2px solid #785ea1;
	margin-top: 26px;
	margin-bottom: 10px;
}

.side-nav article {
	width: auto;
	padding-left: 1em;
	overflow: hidden;
	margin-left: 260px;
}

.side-nav article h2 {
	color: #765b9f;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 4px;
	padding: 0;
}

.side-nav article h2+h2 {
	margin-top: 1em;
}

.side-nav section {
	/*margin-bottom:30px;
    */
}

.side-nav article section ul {
	margin: 0 0 32px;
	padding: 0 0 0 14px;
}

.side-nav article section ul.sublist {
	margin: 0 0 16px;
}

.side-nav article section ul.subsublist {
	margin: 0px;
}

.side-nav article section li {
	line-height: 22px;
}

.side-nav article section ol {
	margin-top: -30px;
	margin-bottom: 0px;
}

.side-nav article section ol.sublist {
	margin-top: 0px !important;
}

.side-nav section p {
	margin-top: 0.1em;
	line-height: 1.5;
}

.home .component_wrapper {
	display:none;
}
.component_wrapper article {
	position: relative;
}

.subhead-ul {
	list-style: none;
	padding: 0;
	margin: 2em 0;
	text-align: center;
}

.subhead-ul li {
	color: #4f2683;
	display: inline-block;
	font-size: 2em;
	font-weight: bold;
	vertical-align: middle;
}

.subhead-ul li+li {
	margin-left: 10px;
}

.subhead-ul .bigblue {
	color: #00aeef;
	font-size: 3em;
}

.about-page section img {
	float: left;
	margin: 0 1em 0 0;
	max-width: 200px;
}

.about-page section ul {
	list-style: none;
}

.about-page section li {
	margin-bottom: 1em;
	clear: both;
	overflow: auto;
}

.about-page .about-office-images li {
	display: inline-block;
	width: 45%;
}

.about-page .about-office-images img {
	width: 100%;
}

.contact-page label {
	float: none;
	display: inline-block;
}

.contact-page article ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	font-weight: bold;
}

.contact-page article table {
	font-weight: bold;
	margin-bottom: 10px;
}

.sub_level_1 a {
	border: 0px !important;
}

.sub_level_1 a span {
	text-align: left;
	float: left;
}

.forms a {
	font-weight: bold;
}

ul.maximenuck li.level1 {
	padding-left: 16px !important;
}

ul.maximenuck2 li.level2 {
	border-bottom: 1px solid #999;
	background: #fff;
	background-color: #fff;
	padding: 5px;
	z-index: 999999 !important;
	width: 171px;
}

ul.maximenuck2 li.level2 a {
	color: #999999;
}

ul.maximenuck2,
.floatck {
	background: #fff;
	background-color: #fff;
	z-index: 999999 !important;
}

.maxidrop-main {
	background-color: #FFF;
}

#mobile-header {
	display: none;
}

/* Hide Chronoform */

div.chronoform {
	display: none !important;
}


/* Sidr Menu Styling */

.sidr-class-maximenuck .sidr-class-separator {
	display: none;
}

.sidr-inner li {
	list-style-type: none;
}


/* Sidr jQuery Fix */
.sidr-inner {
	padding: 0px !important;
	border: none !important;
}
.sidr-inner label,
.sidr-inner input {
	display:none !important;
}
.sidr-inner ul {
	border-bottom: none !important;
}
#sidr-main ul {
	border-top: none !important;
}
.sidr-inner li {
	border-bottom: 1px solid #DFDFDF !important;
	border-top: none !important;
}
.sidr-class-maximenuck img {
	display:none;
}

/* Hide the Mobile Search on Desktop View */
.feature_left .mod_search233 {
	display: none;
}


/* Login Form Edits */
.login fieldset {
	border: none !important;
}

.login .control-label {
	display: none;
}

.login .controls {
	width: 100%;
	background-color: #7d9635;
	padding: 2%;
	max-width: 205px;
}

.login .control-group:nth-child(3) .controls,
.login .control-group:nth-child(4) .controls {
	background: none !important;
	width: auto !important;
}

.login .control-group:nth-child(3),
.login .control-group:nth-child(4) {
	display: inline-block !important;
}

#password {
	margin-top: -7px;
}

.login .control-group:nth-child(3) {
	margin-top: 10px !important;
	margin-right: 20px !important;
}

#remember {
	padding: 0px !important;
	margin-top: 3px;
	padding-right: 10px;
}

.rButton {
	font-size: 12px;
	color: #44659C;
}

.login .btn-primary {
	background-color: #7d9635;
	border: none;
	width: 80px;
	text-align: center;
	color: #fff;
	height: 25px;
	margin-top: 5px;
}

.login .controls input {
	border: 3px solid #acacac;
}

.contact-category form li .pull-right {
	order: 2;
	margin-top: 4px;
}

.list-title {
	font-size: 20px;
	padding-bottom: 6px;
}

.contact-category form ul li {
	list-style-type: none;
	padding-bottom: 8%;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: column;
	font-size: 14px;
}

.contact-category form .cat-list-row1 p {
	display: none;
}

.contact-category form .cat-list-row1 br {
	display: none;
}

.contact-category form .cat-list-row0 p {
	display: none;
}

.contact-category form .cat-list-row0 br {
	display: none;
}

.contact-category h2 {
	font-size: 40px;
	color: #005eb3;
	padding-bottom: 5%;
}

.search #searchForm .searchintro {
	margin-top: 25px;
}

.search .clearfix:nth-child(4) {
	margin: 0px;
}

.search #searchForm button {
	margin-top: -28px;
	margin-left: 238px;
	padding: 0px;
}

.search #searchForm #search-searchword {
	width: 275px;
	border: 5px solid #f0f0f0;
	padding: 5px 10px;
}

.search #searchForm .pull-left {
	z-index: 5;
}

.search dt {
	padding-top: 5%;
}

.search .result-category {
	font-size: 12px;
	color: #000;
	padding-top: 0.25%;
}

.search dt {
	font-size: 18px;
}

.search dt a,
.search dt a:visited,
.search dt a:link {
	color: #005eb3;
	padding-bottom: 1%
}

.search .result-created {
	font-size: 12px;
	color: #000;
	font-style: italic;
}

.search .result-text {
	padding-top: 0.5%;
	padding-bottom: 0.5%;
}

.list-title,
.list-title a,
.list-title a:visited,
.list-title a:link {
	color: #005eb3;
	font-size: 20px;
}

.list-title {
	line-height:120%;
}

.list-title a {
	display:block;
}

#l2Container img,
#l2Container img table,
#l2Container img tr,
#l2Container img td,
#l2Container img p,
#l2Container img div {
	max-width: 100% !important;
}

.list-title img {
	display: none;
}

.jev_evdt_hits,
.jev_evdt_creator,
.ev_nextrepeat {
	display: none !important;
}

.important {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
	width: 53%;
}

.important_header {
	background-color: #FFF;
	color: #44659c;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

.important_republican {
	background-color: #a63730;
	margin-right: 10px;
}

.important_democratic {
	background-color: #44659c;
}

.important_republican,
.important_democratic {
	text-align: center;
	height: 36px;
	float: left;
	width: 46%;
	padding: 10px;
}

.important_republican img,
.important_democratic img {
	padding-right: 10px;
}

.important_republican a,
.important_democratic a {
	color: #FFF;
}

.system-unpublished {
	display: none !important;
}

.pagination li {
	float: left;
}

.breaking_news {
	padding:14px;
	text-transform:uppercase;
	font-size:20px;
	line-height:100%;
	text-align:center;
	color:#FFF;
}
.breaking_news.breaking_news_red {
	background:#721f01; 
	background:linear-gradient(to right, #721f01, #d43700, #721f01);
}
.breaking_news.breaking_news_gold {
	background:#ae8013; 
	background:linear-gradient(to right, #ae8013, #e4c82e, #ae8013);
}
.breaking_news.breaking_news_dark_blue {
	background:#043361; 
	background:linear-gradient(to right, #043361, #005db9, #043361);
}
.breaking_news.breaking_news_light_blue {
	background:#10859a; 
	background:linear-gradient(to right, #10859a, #31bdd6, #10859a);
}
.breaking_news a {
	color:#FFF;
	transition: color 1s;
}
.breaking_news a:hover {
	color:#CCC;
	transition: color 1s;
	text-decoration:none;
}

.harvey_county_news_wrapper {
	background-position:top center;
	background-size:100%;
	background-repeat:no-repeat;
	background-color:#e4f2ff;
	display: block;
	clear: both;
}
.harvey_county_news {
	margin-bottom: 10px;
	margin: 0 auto;
	max-width: 1180px;
	position: relative;
	padding:20px 0 10px 0;
	display:block;
	clear: both;
}
.harvey_county_news h3 {
	font-size:40px;
	line-height:100%;
	font-weight:bold;
	color:#FFF;
	margin-bottom:30px;
}
.harvey_county_news_social_box {
	background-color:#FFF;
	height:400px;
	width:100%;
	margin-bottom:20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	overflow:auto;
	position:relative;
	z-index:2;
}
.harvey_county_news_social_title {
	font-size:27px;
	line-height:36px;
	border-bottom:1px solid rgba(15,70,100,.12);
	padding:8px 0px 10px 10px;
	margin-bottom:16px;
}
.harvey_county_news_social_feed {
	padding:20px;
}
.background_image {
	position:absolute;
	width:100%;
	z-index:1;
	bottom:0px;
}

.button_big {
	text-align:center;
	background:#005eb3;
	color:#FFF;
	text-decoration:none;
	padding:18px 28px 18px 28px;
	margin:20px 0px 20px 0px;
	line-height:400%;
}
.button_big:hover {
	color:#CCC;
}
.search-query {
	padding:4px;
	overflow:hidden !important;
	width:100% !important;
}
.search button {
	border:0px !important;
	background-color:transparent !important;
	display:none !important;
}
.only {
	margin-top:20px;
}
.mod_events_latest_table {
	width:100%;
}
.mod_events_latest_first,
.mod_events_latest {
	border-bottom:1px solid #e4f2fe !important;
	padding:20px !important;
}
.event_box_full_date {
	background-color:#005dba;
	width:80px;
	height:80px;
	border-radius:50px;
	border:2px solid #a8b60b;
	text-align:center;
	color: #fff;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:16px;
	float:left;
	margin-right:20px;
}
.event_box_date {
	font-size:30px;
	line-height:150%;
}
.event_box_name {
	font-size:18px;
	line-height:28px;
}
.event_box_name a {
	color:#005dba;
	font-weight:bold;
}
.event_box_time {
	color:#a8b60b;
	font-weight:bold;
}
.event_box_sub .event_box_full_date {
	display:none; 
}

.header_image_inline {
	display:none;
	background-color:#005eb3;
}
.header_image_background {
	display:block;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	height:350px;
	background-color:#005eb3;
}
.breadcrumb {
	background-color:transparent;
	color:#005EB3;
	font-weight:bold;
	margin-top:30px;
	padding-left:0px;
}
.breadcrumb .divider {
	padding:0px 8px 0px 8px;	
	color:#000;
}
.breadcrumb .divider.icon-location {
	padding:0px;
}
.breadcrumb li a {
	color:#a8b60b;
}
.container {
	max-width:1200px !important;
}
.article_body,
.docman_category,
#jevents_body,
ul.category,
iframe.wrapper {
	margin-top:120px;
}
.k-ui-namespace .k-pagination .k-pagination__pages>.k-is-active>a, .k-ui-namespace .k-pagination .k-pagination__pages>.k-is-active>a:hover, .k-ui-namespace .k-pagination .k-pagination__pages>.k-is-active>a:focus, .k-ui-namespace .k-pagination .k-pagination__pages>.k-is-active>span, .k-ui-namespace .k-pagination .k-pagination__pages>.k-is-active>span:hover, .k-ui-namespace .k-pagination .k-pagination__pages>.k-is-active>span:focus {
	background-color:#005dba !important;
}
.event_legend_container {
	background-color:#FFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	overflow:hidden;
}
.event_legend_container td {
	border-bottom:1px solid #ebf5fe !important;
	border-top:0px !important;
	border-left:0px !important;
	border-right:0px !important;
	padding:10px 20px 10px 20px;
}
#jevents h2 {
	display:none;
}
.cal_div {
	border:0px;
}
.cal_div .cal_div_month, .cal_div .cal_div_currentmonth {
	letter-spacing:0px;
}
.cal_div .cal_div_currentmonth {
	background-color:transparent;
}
.cal_div .topleft, 
.cal_div .cal_div_weeklink {
	display:none;
}
.cal_div .cal_div_daynames {
	background-color:#005EB3;
	color:#FFF;
	margin-bottom:2px;
}
.cal_div .cal_div_daysnoevents {
	min-height:100px;
}
.cal_div_daysnoevents > span,
.cal_div .cal_div_month span, 
.cal_div .cal_div_currentmonth span,
.cal_div .cal_div_month_prev span,
.cal_div_daysoutofmonth > span,
.cal_div_today > span {
	border:0px;
}
.cal_div_daysnoevents > span {
	background:#ebebeb;
	padding:5px !important;
	margin:1px;
}
.cal_div_today > span {
	padding:5px !important;
	margin:1px;
}
.col-md-3 {
	order:1;
}
.col-md-9 {
	order:2;
}
table.flatcal_main_t {
	width:100%;
	background-color:transparent !important;
	border:0px !important;
}
#flatcal_minical .flatcal_navbar {
	background-color:transparent !important;
	border:0px !important;
}
.flatcal_weekdays {
	background-color:#005EB3;
	color:#FFF !important;
}
#flatcal_minical .flatcal_daycell, #flatcal_minical .flatcal_todaycell, #flatcal_minical .flatcal_sundaycell, #flatcal_minical .flatcal_othermonth {
	background-color:#ebebeb;
	border:2px solid #f6fbff;
}
.full_cal_link {
	display:none;
}
.ev_fieldset {
	display:none;
}
.cal_td_daysnames {
	background-color:transparent;
	border:0px !important;
}
.ev_table {
	border:0px;
	border-bottom:1px solid #ccc !important;
}
.ev_td_left {
	border-top:1px solid #ccc !important;
	border-right:1px solid #ccc !important;
	background-color:transparent !important;
	font-weight:bold;
	padding-top:12px !important;
}
.ev_td_right {
	border-top:1px solid #ccc !important;
	border-right:0px solid #ccc !important;
}
#flatcal_minical .flatcal_todaycell a {
	border:1px solid #a8b60b !important;
	background-color:#a8b60b !important;
}

/* HOME PAGE NEWS SLIDER */
.nspMain {
	z-index:2;
	position:relative;
}
.nspArts {
	position:relative;
	padding:0px !important;
}
.nspTopInterface {
	position:absolute;
	top:110px;
	width:100%;
	overflow:visible !important;
}
.nspArtScroll1 {
	margin:0 auto;
	margin-left:6% !important;
	width:90% !important;
}
.nspNext {
	float:right !important;
}
.nspNext, .nspPrev {
	background:transparent !important;
	border:0px !important;
}
.nspPrev::before {
	border-right:10px solid #005dba !important;
}
.nspNext::before {
	border-left:10px solid #005dba !important;
}
.nspArt h4.nspHeader {
	line-height:100%;
	padding:10px !important;
	font-size:20px !important;
}
.nspArt h4.nspHeader a {
	color:#005dba !important;
}
.nspArt p.nspText {
	line-height:120%;
	width:100%;
}
.nspArt p.nspText.tleft {
	padding:0px 10px 10px 10px !important;
	margin:0px !important;
}
.nspArt a.readon {
	background:#a8b60b;
	color: #FFF;
	text-decoration: none;
	padding: 14px 24px 14px 24px;
	margin: 10px 0px 10px 0px;
	text-align:center;
	letter-spacing:0.5px;
}
.nspArt div,
.nspArt h4,
.nspArt p {
	background-color:#FFF;
}
.nspArt p {
	padding:0px 10px 10px 10px !important;
	margin:0px !important;
}
.nspArt img.nspImage {
	max-width:50% !important;
	margin:0 auto;
}

ul.category li {
	margin-bottom:5px;
}

.maximenuck-toggler-anchor {
    display:none !important;
}

@media (max-width: 1400px) {
	.header_image_inline {
		display:block;
	}
	.header_image_background {
		display:none;
	}
}

@media (max-width: 1240px) {
	.top,
	.header,
	.feature,
	.body,
	.breaking_news,
	.harvey_county_news {
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer_top,
	.footer_middle,
	.footer_bottom {
		margin-right: 20px;
		margin-left: 20px;
	}
}

@media (max-width: 1200px) {
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
	input,
	textarea,
	.uneditable-input {
		margin-left: 0;
	}
	.controls-row [class*="span"]+[class*="span"] {
		margin-left: 20px;
	}
	input.span12,
	textarea.span12,
	.uneditable-input.span12 {
		width: 926px;
	}
	input.span11,
	textarea.span11,
	.uneditable-input.span11 {
		width: 846px;
	}
	input.span10,
	textarea.span10,
	.uneditable-input.span10 {
		width: 766px;
	}
	input.span9,
	textarea.span9,
	.uneditable-input.span9 {
		width: 686px;
	}
	input.span8,
	textarea.span8,
	.uneditable-input.span8 {
		width: 606px;
	}
	input.span7,
	textarea.span7,
	.uneditable-input.span7 {
		width: 526px;
	}
	input.span6,
	textarea.span6,
	.uneditable-input.span6 {
		width: 446px;
	}
	input.span5,
	textarea.span5,
	.uneditable-input.span5 {
		width: 366px;
	}
	input.span4,
	textarea.span4,
	.uneditable-input.span4 {
		width: 286px;
	}
	input.span3,
	textarea.span3,
	.uneditable-input.span3 {
		width: 206px;
	}
	input.span2,
	textarea.span2,
	.uneditable-input.span2 {
		width: 126px;
	}
	input.span1,
	textarea.span1,
	.uneditable-input.span1 {
		width: 46px;
	}
	.thumbnails {
		margin-left: -20px;
	}
	.thumbnails>li {
		margin-left: 20px;
	}
	.row-fluid .thumbnails {
		margin-left: 0;
	}
	.component_wrapper {
		padding-top: 0%;
	}
	.important_republican,
	.important_democratic {
		width: 45%;
	}
}

@media (max-width: 1020px) {
	.ux-menu a {
		font-size: 12px !important;
		padding: 10px 0px 0px 20px !important;
	}
	.header_left img {
		max-width: 240px;
	}
	.top_module,
	.component_80_right {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 1000px) {
	.sidebar_left {
		order: 2;
	}
	.contactinfo {
		margin-bottom: 10%;
	}
	.contact-category h2 {
		padding-top: 4%;
	}
}

@media (max-width: 950px) {
	.mod_events_latest .mod_events_latest_content,
	.mod_events_latest_first .mod_events_latest_content {
		font-size: 13px !important;
	}
	.important_republican,
	.important_democratic {
		width: 44%;
	}
}

@media (max-width: 800px) {
	.footer_bottom_wrapper {
		height: 100px;
	}
}

@media (max-width: 768px) {
	.h3 {
		font-size: 24px !important;
		line-height: 26px !important;
		margin-bottom: 20px !important;
	}
	.component_wrapper h1 {
		font-size: 24px !important;
		line-height: 26px !important;
	}
	.item-page div strong {
		font-size: 18px;
	}
	.feature_right .moduletable {
		font-size: 16px !important;
		line-height: 26px !important;
		width: auto;
	}
	.feature_wrapper {
		padding-left: 20px !important;
		padding-right: 20px !important;
		height: auto !important;
		padding-bottom: 20px;
		background-size: contain;
	}
	.feature_wrapper feature {
		max-width: 80% !important;
		margin: 0 auto !important;
	}
	.boxes {
		margin-top: 40px;
		position: relative;
		bottom: initial;
		width: 100% !important;
	}
	.contact_wrapper {
		display: none !important;
		visibility: hidden !important;
	}
	.moduletable_phone {
		display: block !important;
		visibility: visible !important;
		color: #FFFFFF;
		margin-top: -28px;
		margin-left: 10px;
		font-size: 28px;
	}
	.sidebar_left {
		margin-top: 10px !important;
	}
	.map {
		margin-left: 0px !important;
		margin-top: 0px !important;
		position: relative !important;
	}
	.box-heading,
	.box-content h2 {
		font-size: 16px !important;
	}
	.navbar-fixed-top,
	.navbar-fixed-bottom,
	.navbar-static-top {
		margin-left: -20px;
		margin-right: -20px;
	}
	.search . form-inline {
		margin-top: 0px;
	}
	.clearfix:nth-child(4) {
		display: none;
	}
	.contact-category h2 {
		padding-top: 4% !important;
	}
	.contact-category .category li {
		line-height: 18px !important;
	}
	.col-md-3 {
		order:2;
	}
	.col-md-9 {
		order:1;
	}
	#mobile-header {
		display: inline-block;
		float: right;
		margin-top: -40px;
	}
	.top_wrapper,
	.header_right {
		display:none;
	}
	.header_wrapper {
		height: 50px;
		margin-top:20px;
	}
	.header_left {
		float: none;
		padding-top:10px;
	}
	.header_left .moduletable {
		float: left;
		margin-left: 50px;
		margin-top: -10px;
	}
	.header_left .moduletable_responsive {
		float: left;
		margin-top: 30px;
	}
}

@media (max-width: 700px) {
	.item-page div strong {
		font-size: 16px;
	}
	/* Sidr Menu */
	.sidr ul {
		margin: 0px !important;
		border: none !important;
	}
	.sidr ul:first-child {
		border-top: 1px solid #DFDFDF !important;
	}
	.sidr ul li:last-child {
		border-bottom: none;
	}
}

@media (max-width: 650px) {
	.item-page div li {
		margin-bottom: 5%;
		margin-left: 5%;
	}
	.item-page div li:last-child {
		margin-bottom: 0%;
	}
}

@media (max-width: 600px) {
	.top_wrapper {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.subhead-ul li {
		margin-bottom: 10px;
	}
	.header_full {
		background-position: 50% 50%;
	}
}

@media (max-width: 480px) {
	.footer .moduletable h3 {
		margin-top: 20px;
	}
	.harvey_county_news h3 {
		font-size:20px;
	}
	.nspTopInterface {
		display:none;
	}
	.nspArtScroll1 {
		width:100% !important;
		margin-left:0px !important;
	}
	.nspArt {
		padding:0px 0px 10px 0px !important;
	}
}

@media (max-width: 375px) {
	.mod_events_latest .mod_events_latest_content,
	.mod_events_latest_first .mod_events_latest_content {
		font-size: 12px !important;
	}
	.header .custom,
	.header .custom img {
		width: 100%;
	}
}