/*
Theme Name: CircuitCourtForBaltimoreCity
Author: Anonymous
Author URI:
Version: 1
Description: CircuitCourtForBaltimoreCity theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CircuitCourtForBaltimoreCity
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

#header .top-holder .add-nav,
.drop > ul,
.drop > ul > li ul,
.big-drop > .drop > ul > li ul,
.intro-block .side-nav,
.carousel .pagination ul,
#footer .menu,
#footer .menu ul,
.breadcrumbs,
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.container:after,
#header nav:after,
#main:after,
.two-columns:after,
#sidebar .widget:after,
#sidebar .block:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #231f20;
	background: #fff;
	font: 13px/1.54 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.54em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.54em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #231f20;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#content {
	float: left;
	width: 70%;
}

#sidebar {
	float: right;
	width: 26.6%;
}

.widget {
	margin-bottom: 1.54em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #0b1c3e;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 10px;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.54em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.54em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.54em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	position: relative;
	vertical-align: middle;
	margin: 0 0 1.54em;
}

.navigation .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #0b1c3e;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.54em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.54em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.54em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.54em;
}

.mejs-container {
	margin-bottom: 1.54em;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #B88A0F;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

#__bs_notify__ {
	display: none !important;
}

/* ---------------------------------------------------------
   1. Common site styles
   ---------------------------------------------------------*/

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

a {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.container {
	max-width: 1026px;
	margin: 0 auto;
	padding: 0 18px;
}

/* main container styles */

#wrapper {
	overflow: hidden;
}

/* header styles */

#header {
	position: relative;
	z-index: 10;
	background: #e3e3e3;
	min-width: 320px; /* page logo styles */ /* search form styles */
}

#header .header-holder {
	border-bottom: 5px solid #0b1c3e;
}

#header .top-holder {
	background: #0b1c3e;
	padding: 8px 0 4px;
	border-bottom: 3px solid #b88a0f;
	margin: 0 0 17px;
}

#header .top-holder .add-nav {
	text-transform: uppercase;
	float: right;
	font: bold 12px/15px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 1px;
}

#header .top-holder .add-nav li {
	float: left;
	margin: 0 0 0 31px;
}

#header .top-holder .add-nav li.active a,
#header .top-holder .add-nav li:hover a {
	color: #e8c871;
}

#header .top-holder .add-nav li a {
	color: #fff;
	text-decoration: none;
}

#header .logo {
	float: left;
}

#header .search-form {
	padding: 6px;
	position: relative;
	box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, .3);
	float: right;
	margin: 15px 0 0;
background-color: #ffffff;
}

#header .search-form input[type="search"] {
	margin: 0;
	padding: 12px 5px 8px 49px;
	height: auto;
	width: 261px;
	border: 1px solid #e1e1e1;
	text-transform: uppercase;
	font: 14px/17px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #8a8989;
	outline: none;
	float: left;
	box-sizing: border-box;
}

#header .search-form input[type="search"]::-webkit-input-placeholder {
	color: #8a8989;
}

#header .search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #8a8989;
}

#header .search-form input[type="search"]:-moz-placeholder {
	color: #8a8989;
}

#header .search-form input[type="search"]:-ms-input-placeholder {
	color: #8a8989;
}

#header .search-form input[type="search"].placeholder {
	color: #8a8989;
}

#header .search-form input[type="submit"] {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	float: right;
	margin: 5px 2px 0 8px;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
}

#header .search-form .fa {
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 20px;
	line-height: 23px;
	display: block;
}

#header nav {
	margin: 0 -5px;
	padding: 16px 0 0;
	position: relative;
}

.search-form .fa {
	display: none;
}

/* navigation styles */

.nav-opener {
	display: none;
	color: #fff;
	font-weight: bold;
}

.nav-opener .fa {
	display: inline-block;
	vertical-align: middle;
	font-size: 23px;
	line-height: 26px;
	margin: 0 5px 0 0;
}

.nav-opener span {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 2px;
}

.nav-active .nav-drop {
	left: 0;
}

.nav-drop {
	display: table;
	width: 100%;
}

.nav-drop > ul {
	display: table-row;
}

.nav-drop > ul > li {
	display: table-cell;
	vertical-align: top;
	padding: 0 3px;
	position: relative;
}

.nav-drop > ul > li.hover > a,
.nav-drop > ul > li.active > a
{
	background: #0b1c3e;
	color: #fff;
text-decoration: none;
}

.nav-drop > ul > li.hover .drop {
	max-height: 500px;
}

.nav-drop > ul > li.has-drop-down.hover > a:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.nav-drop > ul > li > a {
	display: block;
	border: solid #e1e1e1;
	border-width: 1px 1px 0;
	text-transform: uppercase;
	font: 16px/18px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #231f20;
	text-align: center;
	padding: 12px 5px 5px;
	border-radius: 10px 10px 0 0;
	box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .3);
background-color: #ffffff;
}

@media (max-width: 1022px) {
.nav-drop > ul > li.hover > a,
.nav-drop > ul > li.active > a {
	background: #0b1c3e;
	color: #fff;
}
.nav-drop > ul > li > a {
background-color: #0b1c3e;
}
}

.drop {
	background: #0b1c3e;
	position: absolute;
	top: 100%;
	left: 3px;
	width: 241px;
	font: 12px/15px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .5s;
	transition: max-height .5s;
}

.drop > ul {
	padding: 8px 0 10px;
}

.drop > ul > li.hover > a {
	background: #fff;
	color: #0b1c3e;
	font-weight: normal;
}

.drop > ul > li > a {
	color: #fff;
	display: block;
	padding: 5px 24px;
}

.drop > ul > li .drop {
	position: static;
	width: auto;
	max-height: 100%;
}

.drop > ul > li ul {
	padding: 10px 0 10px 20px;
	font-size: 12px;
	line-height: 18px;
}

.drop > ul > li ul li {
	position: relative;
	padding: 0 0 0 27px;
	margin: 5px 0 0;
}

.drop > ul > li ul li:first-child {
	margin: 0;
}

.drop > ul > li ul li.hover > a,
.drop > ul > li ul li.active > a {
	color: #e8c871;
	background: none;
}

.drop > ul > li ul li.active > a {
	font-weight: bold;
}

.drop > ul > li ul li a {
	color: #fff;
	padding: 0 0 0 13px;
	text-indent: -13px;
	display: inline-block;
	vertical-align: top;
}

.big-drop {
	position: static !important;
}

.big-drop > .drop {
	left: -10px;
	right: -10px;
	width: auto;
}

.big-drop > .drop > ul {
	overflow: hidden;
	padding: 30px 17px 12px 39px;
}

.big-drop > .drop > ul > li {
	float: left;
	width: 22%;
	margin: 0 0 0 4%;
}

.big-drop > .drop > ul > li:first-child {
	margin: 0;
}

.big-drop > .drop > ul > li.hover > a,
.big-drop > .drop > ul > li.active > a {
	color: #e8c871;
	background: none;
}

.big-drop > .drop > ul > li.active > a {
	font-weight: bold;
}

.big-drop > .drop > ul > li > a {
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 0;
}

.big-drop > .drop > ul > li ul {
	padding: 12px 0 0;
	font-size: 12px;
	line-height: 18px;
}

.big-drop > .drop > ul > li ul li {
	position: relative;
	padding: 0 0 0 27px;
	margin: 5px 0 0;
	width: auto;
	float: none;
}

.big-drop > .drop > ul > li ul li:after {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background: #fff;
	top: 6px;
	left: 13px;
	border-radius: 100%;
}

.big-drop > .drop > ul > li ul li:first-child {
	margin: 0;
}

.big-drop > .drop > ul > li ul li.hover > a,
.big-drop > .drop > ul > li ul li.active > a {
	color: #e8c871;
	background: none;
}

.big-drop > .drop > ul > li ul li.active > a {
	font-weight: bold;
}

.big-drop > .drop > ul > li ul li a {
	color: #fff;
	padding: 0 0 0 13px;
	text-indent: -13px;
	display: inline-block;
	vertical-align: top;
	text-transform: none;
}

.ticker {
	background: #e20000;
	color: #fff;
	min-height: 4px;
	border-top: 3px solid #b88a0f;
	font-size: 14px;
	line-height: 17px;
text-transform: uppercase;
}

.ticker .line-box {
	padding: 10px 0 12px;
	overflow: hidden;
}

.ticker .line-box .line {
	overflow: hidden;
}

.ticker p {
	margin: 0;
	float: none !important;
	display: inline-block;
	vertical-align: middle;
}

.intro-block {
	background: #d1d3d4;
	margin: 0 0 27px;
	overflow: hidden;
}

.intro-block .side-nav {
	float: left;
	margin: 21px 0 0;
	background: #5c0808;
	width: 30.8%;
	border-radius: 10px;
	font: 21px/26px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	padding: 7px 0;
	letter-spacing: 1px;
	box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .3);
}

.intro-block .side-nav li a {
	display: block;
	padding: 12px 40px 12px 21px;
	color: #d1d3d4;
	position: relative;
}

.intro-block .side-nav li a:after {
	position: absolute;
	content: "";
	top: 19px;
	right: 28px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 6px solid transparent;
}

.intro-block .side-nav li a:hover {
	text-decoration: none;
	background: #fff;
	color: #231f20;
}

/* carousel styles */

.carousel {
	position: relative;
	float: right;
	width: 67.4%;
}

.carousel .btn-prev,
.carousel .btn-next {
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
	width: 33px;
	height: 33px;
	text-align: center;
	font-size: 30px;
	line-height: 31px;
	font-weight: 900;
	color: #0b1c3e;
	margin: -22px 0 0;
}

.carousel .btn-prev:hover,
.carousel .btn-next:hover {
	text-decoration: none;
	opacity: .9;
}

.carousel .btn-next {
	left: auto;
	right: 0;
}

.carousel .pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
}

.carousel .pagination ul {
	text-align: center;
}

.carousel .pagination ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.carousel .pagination ul li.active a {
	background: #0b1c3e;
}

.carousel .pagination ul li a {
	display: block;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 100%;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
}

.carousel .mask .slideset {
	width: 99999px;
	float: left;
}

.carousel .mask .slide {
	float: left;
	position: relative;
}

.carousel .mask .slide .title {
	position: absolute;
	right: 0;
	bottom: 23.8%;
	color: #fff;
	background: rgba(35, 31, 32, .83);
	font-weight: normal;
	font-size: 19px;
	line-height: 22px;
	padding: 12px 12px 12px 19px;
	letter-spacing: 1px;
	max-width: 80%;
}

.home .content {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
	color: #000;
	font: 14px/17px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 0 0 11px;
}

/* slide blocks holder */

.modules .col {
	float: left;
	width: 32.1%;
	margin: 0 0 0 1.8%;
	position: relative;
}

.modules .col:first-child {
	margin: 0;
}

.modules .open-close .opener {
	display: block;
	overflow: hidden;
	padding: 9px 11px 10px;
	border: solid #0b1c3e;
	border-width: 2px 2px 0;
	background: #0b1c3e;
	font-size: 0;
	line-height: 0;
}

.modules .open-close .ico-holder {
	display: inline-block;
	vertical-align: middle;
	width: 37%;
	margin: 0 4% 0 0;
}

.modules .open-close .title {
	display: block;
	display: inline-block;
	vertical-align: middle;
	width: 59%;
	text-align: center;
	text-transform: uppercase;
	font: 17px/20px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	border: solid #7d8698;
	border-width: 1px 0;
	color: #fff;
	padding: 10px 0 7px;
	letter-spacing: 2px;
}

.modules .open-close.active {
	box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .3);
}

.modules .open-close.active .slide {
	box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .3);
	right: 0;
}

.modules .open-close.active .opener {
	background: #fff;
}

.modules .open-close.active .title {
	color: #0b1c3e;
	border: solid #7d8698;
	border-width: 1px 0;
}

.modules .open-close .slide {
	background: #fff;
	border: solid #0b1c3e;
	border-width: 0 2px 2px;
	font: 13px/17px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	letter-spacing: 1px;
	padding: 0 11px 19px;
	position: absolute;
	top: 100%;
	left: 0;
}

.modules .open-close .slide address {
	font-style: normal;
	padding: 13px 20%;
	font-weight: 700;
	margin: 0 0 2px;
}

.modules .open-close .slide address span {
	display: inline-block;
	vertical-align: top;
	margin: 6px 0 0;
}

.modules .open-close .slide address span a {
	text-decoration: none;
}

.modules .open-close .slide address a {
	display: inline-block;
	vertical-align: top;
	margin: 11px 0 0;
	text-transform: uppercase;
	color: #231f20;
}

.modules .open-close .slide address a:hover {
	color: #5c0808;
	opacity: .9;
}

.modules .open-close .slide .btn {
	display: block;
}

.btn {
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	padding: 8px 10px 7px;
	font: 19px/22px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 2px;
	border: solid;
	border-width: 2px;
}

.btn.btn-blue {
	border-color: #0b1c3e;
	background: #0b1c3e;
	color: #fff;
}

.btn.btn-blue:hover {
	color: #0b1c3e;
	background: #fff;
}

/* main informative part styles */

#main {
	padding: 0 0 34px;
}

/* footer styles */

#footer {
	background: url(images/bg-footer.png) no-repeat 50% 0;
	background-size: cover;
}

#footer .footer-holder {
	padding: 32px 0 20px;
	background: rgba(209, 211, 212, .85);
}

#footer .container {
	max-width: 940px;
}

#footer .menu > li {
	margin: 11px 0 0;
}

#footer .menu > li:first-child {
	margin: 0;
}

#footer .menu > li.active > a {
	color: #fff;
}

#footer .menu > li > a {
	text-transform: uppercase;
	color: #231f20;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

#footer .menu > li > a:hover {
	color: #231f20;

}

#footer .menu > li.nolink > a:hover {
	color: #231f20;
text-decoration: none;
cursor: default;
}

#footer .menu ul {
	font-size: 11px;
	line-height: 18px;
	padding: 5px 0 0 11px;
}


#footer .menu ul li.active > a {
	font-weight: bold;
	color: #5c0808;
}

#footer .menu ul li.has-drop-down > a:after {
	content: " >>";
}

#footer .menu ul li a {
	color: #231f20;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 15px;
	text-indent: -15px;
}

#footer .menu ul li a:hover {
	font-weight: bold;
}

#footer .menu ul li.hover ul,
#footer .menu ul li.active ul {
	max-height: 500px;
}

#footer .menu ul li ul {
	padding: 0 0 0 19px;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .5s;
	transition: max-height .5s;
}

.nav-holder {
	padding: 0 0 12px;
}

.nav-holder .col {
	float: left;
	width: 21%;
	margin: 0 0 0 5.3%;
}

.nav-holder .col:first-child {
	margin: 0;
}

.bottom-holder {
	text-align: center;
}

.bottom-holder .logo {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 13px;
}

.bottom-holder .item-text {
	display: block;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 22px;
	letter-spacing: 1px;
	margin: 0 0 10px;
}

.bottom-holder .copyright {
	display: block;
	font-size: 10px;
	line-height: 13px;
}

.two-columns {
	padding: 26px 0 0;
}

.two-columns .container {
	max-width: 980px;
}

/* breadcrumbs */

.breadcrumbs {
	font: 15px/18px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	letter-spacing: 1px;
	margin: 0 0 23px;
	text-transform: uppercase;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
}

.breadcrumbs li:before {
	content: "/ ";
}

.breadcrumbs li:first-child:before {
	display: none;
}

.breadcrumbs li a {
	color: #231f20;
}

.breadcrumbs li a:hover {
	text-decoration: underline;
}

/* main content styles */

#content > p {
	text-align: justify;
	margin: 0 0 19px;
}

#content > ul {
	padding: 0 0 0 47px;
	margin: 0 0 22px;
}

#content > ul li {
	margin: 5px 0 0;
}

#content > ul li strong {
	color: #0b1c3e;
}

#content > ul li:first-child {
	margin: 0;
}

#content > .img-holder {
	margin: 0 0 20px;
}

#content .col-holder {
	overflow: hidden;
	font-size: 12px;
	line-height: 19px;
}

#content .col-holder .col {
	display: inline-block;
	vertical-align: top;
	width: 46%;
	margin-right: 7%;
	margin-bottom: 28px;
}

#content .col-holder .col p {
	margin: 0 0 10px;
	display: inline-block;
	vertical-align: top;
}

#content .col-holder .col a {
	color: #231f20;
	font-weight: bold;
}

#content .col-holder .col a:hover {
	text-decoration: underline;
}

#content .col-holder .col:nth-child(even) {
	margin-right: 0;
}

#content .col-holder .col h3 {
	margin: 0 0 15px;
}

h1 {
	margin: 0 0 20px;
	text-transform: uppercase;
	font-size: 27px;
	line-height: 30px;
        color: #0B1C3E;
}

h2 {
	/*margin: 0 0 1px;*/
	text-transform: uppercase;
	font-size: 18px;
	line-height: 21px;
        color: #5C0808;
}

h3 {
	margin: 0 0 2px;
	font-size: 15px;
	line-height: 18px;
}

h4 {
	margin: 0 0 2px;
	font-size: 14px;
	line-height: 17px;
}

h5 {
	margin: 0 0 2px;
	font-size: 13px;
	line-height: 16px;
}

h6 {
	margin: 0 0 2px;
	font-size: 12px;
	line-height: 15px;
}

.page-preview {
	overflow: hidden;
	margin: 31px 0 31px;
	border: 1px solid #231f20;
	background: #5c0808 url(images/bg-block.png) no-repeat 100% 0;
	font-size: 0;
	line-height: 0;
}

.page-preview .img-holder {
	display: inline-block;
	vertical-align: middle;
	width: 37.2%;
	margin: 0 2.7% 0 0;
}

.page-preview .img-holder img {
	width: 100%;
}

.page-preview .text-holder {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	width: 55.5%;
	margin: 5px 0 0;
}

.page-preview .text-holder p {
	margin: 0 0 5px;
}

.page-preview .link {
	float: right;
	text-transform: uppercase;
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}

.page-preview .link:hover {
	text-decoration: none;
}

/* sidebar styles */

#sidebar {
	margin: 0 -10px 0 0;
	font-size: 0;
	line-height: 0;
}

#sidebar .widget {
	margin: 0 0 33px;
	font-size: 13px;
	line-height: 20px;
    background-color: #e3e3e3;
    padding: 10px;
    border-radius: 10px;
}

#sidebar ul {
	font-size: 14px;
	line-height: 16px;
}

#sidebar ul > li {
	margin: 9px 0 0;
}

#sidebar ul > li:first-child {
	margin: 0;
}

#sidebar ul > li.active > a,
#sidebar ul > li.hover > a {
	color: #5c0808;
	font-weight: bold;
}

#sidebar ul > li.active.has-drop-down > a {
	background: #0b1c3e;
	color: #fff;
}

#sidebar ul > li > a {
	color: #0b1c3e;
	padding: 6px 17px;
	border-radius: 0px 0px 0 0;
	font-weight: bold;
}

#sidebar ul > li ul {
	padding: 4px 0 6px 32px;
}

#sidebar ul > li ul li {
	margin: 9px 0 0;
}

#sidebar ul > li ul li.active > a
{
	color: #5c0808;
	font-weight: bold;
}
#sidebar ul > li ul li.hover > a {
	color: #5c0808;
	font-weight: normal;
}

#sidebar ul > li ul li a {
	padding: 0;
	font-weight: normal;
}

#sidebar .menu li a {
	display: block;
}

#sidebar .block {
	padding: 15px 14px 10px;
	color: #fff;
}

#sidebar .block img {
	width: 100%;
	margin: 0 0 8px;
}

#sidebar .block .link {
	color: #fff;
	text-transform: uppercase;
	text-decoration: underline;
	float: right;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar .block .link:hover {
	text-decoration: none;
}

#sidebar .block.blue {
	background: #0b1c3e;
}

#sidebar .block.red {
	background: #5c0808;
}

#sidebar .block.grey {
	background: #d8dada;
	color: #231f20;
}

#sidebar .block.grey .img-holder {
	float: left;
	width: 50%;
	margin: 0 5% 0 0;
}

#sidebar .block.grey .text {
	overflow: hidden;
}

#sidebar .block.grey .link {
	color: #231f20;
}

#sidebar .block .title {
	display: block;
	margin: 0 0 6px;
	font-size: 15px;
	line-height: 20px;
}

#sidebar .block p {
	margin: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.tablet-hidden {
		display: none !important;
	}
}

@media (min-width: 1024px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.desktop-hidden {
		display: none !important;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1023px) {
	.navigation .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev {
		padding: .2em;
	}

	#wrapper {
		padding: 168px 0 0;
	}

	#header {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		-webkit-transition: top .5s;
		transition: top .5s;
	}

	#header .header-holder {
		border: none;
	}

	#header .top-holder {
		padding: 8px;
		margin: 0 0 15px;
	}

	#header .logo {
		width: 385px;
	}

	#header .search-form {
		margin: 8px 0 0;
	}

	#header nav {
		margin: 13px -18px 0;
		background: #0b1c3e;
		border-top: 1px solid #7d8698;
		padding: 11px 20px 9px;
	}

	.nav-opener {
		display: inline-block;
		vertical-align: top;
		float: left;
	}

	.nav-drop {
		position: fixed;
		top: 168px;
		left: -400px;
		bottom: 0;
		background: #0b1c3e;
		width: 320px;
		display: block;
		overflow: auto;
		-webkit-transition: all .5s;
		transition: all .5s;
	}

	.nav-drop > ul {
		display: block;
		padding: 0;
		margin: 0;
	}

	.nav-drop > ul > li {
		display: block;
		padding: 0;
	}

	.nav-drop > ul > li.hover > a,
	.nav-drop > ul > li.active > a {
		padding: 7px 46px;
		color: #e8c871;
	}

	.nav-drop > ul > li.active > a {
		color: #e8c871;
	}

	.nav-drop > ul > li.has-drop-down > a {
		position: relative;
	}

	.nav-drop > ul > li.has-drop-down > a:after {
		position: absolute;
		content: "";
		top: 11px;
		right: 25px;
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-left: 10px solid #fff;
		border-bottom: 6px solid transparent;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.nav-drop > ul > li > a {
		border: none;
		color: #fff;
		text-align: left;
		padding: 7px 46px;
		box-shadow: none;
		font: bold 17px/20px "PT Sans Caption", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		letter-spacing: 1.5px;
	}

	.drop {
		position: static;
		width: auto;
		background: #5c0808;
	}

	.drop > ul {
		font-size: 16px;
		line-height: 20px;
		padding: 0;
	}

	.drop > ul > li > a {
		padding: 5px 40px 5px 95px;
		text-indent: -15px;
		display: block;
	}

	.drop > ul > li ul {
		font-size: 16px;
		line-height: 20px;
		overflow: hidden;
		-webkit-transition: max-height .5s;
		transition: max-height .5s;
	}

	.drop > ul > li ul li {
		padding: 0;
		margin: 0;
	}

	.drop > ul > li ul li.hover > a,
	.drop > ul > li ul li.active > a {
		background: #fff;
		color: #231f20;
		font-weight: bold;
	}

	.drop > ul > li ul li a {
		padding: 5px 40px 5px 95px;
		text-indent: -15px;
		display: block;
	}

	.big-drop > .drop {
		background: #5c0808;
	}

	.big-drop > .drop > ul {
		padding: 0;
	}

	.big-drop > .drop > ul > li {
		width: auto;
		margin: 0;
		float: none;
	}

	.big-drop > .drop > ul > li.has-drop-down > a {
		position: relative;
	}

	.big-drop > .drop > ul > li.has-drop-down > a:after {
		position: absolute;
		content: "";
		top: 11px;
		right: 25px;
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-left: 10px solid #fff;
		border-bottom: 6px solid transparent;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.big-drop > .drop > ul > li.has-drop-down.hover a:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.big-drop > .drop > ul > li.has-drop-down.hover ul {
		max-height: 500px;
	}

	.big-drop > .drop > ul > li > a {
		font-size: 16px;
		line-height: 19px;
		font-weight: bold;
		letter-spacing: 1px;
		padding: 8px 50px 8px 63px;
		display: block;
	}

	.big-drop > .drop > ul > li ul {
		font-size: 16px;
		line-height: 20px;
		padding: 0;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height .5s;
		transition: max-height .5s;
	}

	.big-drop > .drop > ul > li ul li {
		padding: 0;
		margin: 0;
	}

	.big-drop > .drop > ul > li ul li:after {
		display: none;
	}

	.big-drop > .drop > ul > li ul li.hover > a,
	.big-drop > .drop > ul > li ul li.active > a {
		background: #fff;
		color: #231f20;
	}

	.big-drop > .drop > ul > li ul li a {
		padding: 5px 40px 5px 95px;
		text-indent: -15px;
		display: block;
	}

	.intro-block {
		margin: 0 0 22px;
	}

	.intro-block .side-nav {
		margin: 15px 0 0;
		border-radius: 6px;
		font-size: 16px;
		line-height: 19px;
		padding: 5px 0;
	}

	.intro-block .side-nav li a {
		padding: 9px 30px 9px 16px;
	}

	.intro-block .side-nav li a:after {
		border-top: 5px solid transparent;
		border-left: 8px solid #fff;
		border-bottom: 5px solid transparent;
		top: 14px;
		right: 20px;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		width: 24px;
		height: 24px;
		font-size: 23px;
		line-height: 23px;
		margin: -17px 0 0;
	}

	.carousel .pagination {
		bottom: 13px;
	}

	.carousel .pagination ul li a {
		width: 10px;
		height: 10px;
	}

	.carousel .mask .slide .title {
		font-size: 14px;
		line-height: 17px;
		padding: 8px 10px;
	}

	.home .content {
		padding: 0 0 7px;
	}

	.modules .open-close .opener {
		padding: 6px 9px 8px;
	}

	.modules .open-close .title {
		font-size: 13px;
		line-height: 15px;
		padding: 6px 0 5px;
		letter-spacing: 1px;
	}

	.modules .open-close .slide {
		font-size: 10px;
		line-height: 12px;
		padding: 0 9px 13px;
	}

	.modules .open-close .slide address {
		padding: 10px 15%;
		margin: 0 0 1px;
	}

	.modules .open-close .slide address span {
		margin: 5px 0 0;
	}

	.modules .open-close .slide address a {
		margin: 9px 0 0;
	}

	.btn {
		font-size: 14px;
		line-height: 18px;
		padding: 4px;
	}

	#main {
		padding: 0 0 21px;
	}

	#footer .footer-holder {
		padding: 16px 0 20px;
	}

	.nav-holder {
		display: none;
	}

	.two-columns {
		padding: 18px 0 0;
	}

	.breadcrumbs {
		margin: 0 0 17px;
	}

	#content {
		float: none;
		width: auto;
		padding: 0 0 10px;
	}

	#content .col-holder {
		margin: 0 0 -12px;
	}

	#content .col-holder .col {
		margin-bottom: 15px;
	}

	.page-preview {
		margin: 23px 0 29px;
	}

	.page-preview .img-holder {
		width: 37.7%;
	}

	.page-preview .text-holder {
		margin: 0;
		font-size: 14px;
		line-height: 22px;
	}

	#sidebar {
		float: none;
		margin: 0 -7px;
		width: auto;
	}

	#sidebar .widget {
		display: inline-block;
		vertical-align: top;
		width: 31.5%;
		margin: 0 .9% 14px;
		font-size: 12px;
		line-height: 19px;
	}

	#sidebar .widget.menu_widget {
		display: none;
	}

	#sidebar .block .title {
		font-size: 14px;
		line-height: 19px;
	}
}

@media (max-width: 767px) {
	.mobile-hidden {
		display: none !important;
	}

	.container {
		padding: 0 12px;
	}

	#wrapper {
		padding: 204px 0 0;
	}

	.sticky-header #header {
		top: -158px;
	}

	.sticky-header .nav-drop {
		top: 46px;
	}

	.sticky-header.add-sticky #header {
		top: 0;
	}

	.sticky-header.add-sticky .nav-drop {
		top: 204px;
	}

	#header .top-holder {
		padding: 4px;
		margin: 0 0 11px;
	}

	#header .logo {
		float: none;
		display: block;
		width: 295px;
		margin: 0 auto 12px;
	}

	#header .search-form {
		margin: 0;
		float: none;
		padding: 4px 4px 5px;
	}

	#header .search-form input[type="search"] {
		padding: 11px 9px 9px 46px;
		font-size: 13px;
		line-height: 16px;
		width: 86%;
	}

	#header .search-form input[type="submit"] {
		margin: 6px 5px 0 0;
		font-size: 12px;
		line-height: 15px;
		width: 27px;
		height: 27px;
	}

	#header .search-form .fa {
		top: 13px;
	}

	#header nav {
		margin: 19px -18px 0;
	}

	.nav-drop {
		top: 204px;
	}

	.intro-block {
		padding: 14px 0 0;
	}

	.intro-block .side-nav {
		float: none;
		width: auto;
		margin: 0 0 26px;
		font-size: 21px;
		line-height: 25px;
		padding: 6px 0;
	}

	.intro-block .side-nav li a {
		padding: 12px 40px 12px 20px;
	}

	.intro-block .side-nav li a:after {
		border-top: 6px solid transparent;
		border-left: 11px solid #fff;
		border-bottom: 6px solid transparent;
		top: 20px;
		right: 26px;
	}

	.carousel {
		float: none;
		width: 100%;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		width: 15px;
		height: 15px;
		font-size: 15px;
		line-height: 15px;
		margin: -8px 0 0;
	}

	.carousel .pagination {
		display: none;
	}

	.carousel .mask .slide .title {
		left: 0;
		right: 0;
		bottom: 0;
		max-width: 100%;
		padding: 10px;
		letter-spacing: 0;
	}

	.modules .col {
		float: none;
		width: auto;
		margin: 15px 0 0;
	}

	.modules .open-close {
		max-width: 400px;
		margin: 0 auto;
	}

	.modules .open-close .opener {
		padding: 8px 10px;
		text-align: center;
	}

	.modules .open-close .title {
		font-size: 16px;
		line-height: 19px;
		padding: 8px 0 7px;
	}

	.modules .open-close.active .slide {
		box-shadow: none;
	}

	.modules .open-close .slide {
		position: static;
		font-size: 12px;
		line-height: 15px;
		padding: 0 10px 18px;
	}

	.modules .open-close .slide address {
		padding: 15px 15% 14px;
		margin: 0;
	}

	.modules .open-close .slide address span {
		margin: 7px 0 0;
	}

	.modules .open-close .slide address a {
		margin: 11px 0 0;
	}

	.modules .open-close .slide .btn {
		font-size: 18px;
		line-height: 21px;
		padding: 6px;
	}

	#main {
		padding: 0 0 18px;
	}

	#footer .footer-holder {
		padding: 32px 0 15px;
	}

	.bottom-holder .item-text {
		font-size: 15px;
		line-height: 18px;
		margin: 0 0 9px;
	}

	.bottom-holder .copyright {
		font-size: 10px;
		line-height: 16px;
	}

	.two-columns {
		padding: 28px 0 0;
	}

	.breadcrumbs {
		display: none;
	}

	#content {
		padding: 0;
	}

	#content > p {
		margin: 0 0 28px;
	}

	#content > ul {
		padding: 0 0 0 10px;
		margin: 0 0 34px;
	}

	#content .col-holder .col {
		display: block;
		width: auto;
		margin-bottom: 29px;
	}

	.page-preview {
		margin: 36px 0 31px;
	}

	.page-preview .img-holder {
		width: auto;
		display: block;
		margin: 0 0 12px;
	}

	.page-preview .text-holder {
		width: auto;
		margin: 0;
		display: block;
		padding: 0 14px 10px;
		font-size: 15px;
		line-height: 24px;
		overflow: hidden;
	}

	.page-preview .text-holder p {
		margin: 0;
	}

	#sidebar {
		margin: 0;
	}

	#sidebar .widget {
		display: block;
		width: auto;
		margin: 0 0 31px;
		font-size: 15px;
		line-height: 23px;
	}

	#sidebar .block {
		padding: 17px 17px 13px;
		height: auto !important;
	}

	#sidebar .block .title {
		font-size: 18px;
		line-height: 23px;
		margin: 0 0 7px;
	}
}

#content > ol {
	padding: 0 0 0 47px;
	margin: 0 0 22px;
}

#content > ol li {
	margin: 7px 0 0;
}
#content > ol li p{
	margin: 7px 0 0;
}

.slide img {border-radius: 10px;
max-height: 316px;
margin-top: 21px;
margin-bottom: 21px;
box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .3);
}


/**/
/**/
dt {
	margin-bottom: 10px;
}
#search-form label {
	float: left;
	margin-right: 10px;
	text-align: right;
	width: 33%;
}
#search-form input {
	margin-bottom: 10px;
}

/*Clarence M. Mitchell, Jr. Courthouse Updates MENU ITEM TO RED*/
#menu-item-1869 > a {
    color: #e20000 !important;
}