@import url(//fonts.googleapis.com/css?family=Oswald: 300,400,700)screen;
@import url(//fonts.googleapis.com/css?family=Smythe)screen;
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,600italic)screen;
@import url(//fonts.googleapis.com/css?family=Oswald: 300, .open-sans 400, .open-sans 700)screen;
@import url(//fonts.googleapis.com/css?family=Smythe)screen;
@import url(//fonts.googleapis.com/css?family=Open+Sans:400, .open-sans 300, .open-sans 600, .open-sans 600italic)screen;
/**
 * @file
 * Generic theme-independent base styles.
 */

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
  zoom: 1; /* IE7 */
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(/misc/throbber-inactive.png);
  background-position: 100% center; /* LTR */
  background-repeat: no-repeat;
}
html.js input.throbbing {
  background-image: url(/misc/throbber-active.gif);
  background-position: 100% center; /* LTR */
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}
html.js fieldset.collapsed .fieldset-wrapper {
  display: none;
}
fieldset.collapsible {
  position: relative;
}
fieldset.collapsible .fieldset-legend {
  display: block;
}

/**
 * Resizable textareas.
 *
 * @see textarea.js
 */
.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.resizable-textarea .grippie {
  background: #eee url(/misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
body.drag {
  cursor: move;
}
.draggable a.tabledrag-handle {
  cursor: move;
  float: left; /* LTR */
  height: 1.7em;
  margin-left: -1em; /* LTR */
  overflow: hidden;
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  background: url(/misc/draggable.png) no-repeat 6px 9px;
  height: 13px;
  margin: -0.4em 0.5em; /* LTR */
  padding: 0.42em 0.5em; /* LTR */
  width: 13px;
}
a.tabledrag-handle-hover .handle {
  background-position: 6px -11px;
}
div.indentation {
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  width: 20px;
}
div.tree-child {
  background: url(/misc/tree.png) no-repeat 11px center; /* LTR */
}
div.tree-child-last {
  background: url(/misc/tree-bottom.png) no-repeat 11px center; /* LTR */
}
div.tree-child-horizontal {
  background: url(/misc/tree.png) no-repeat -11px center;
}
.tabledrag-toggle-weight-wrapper {
  text-align: right; /* LTR */
}

/**
 * TableHeader behavior.
 *
 * @see tableheader.js
 */
table.sticky-header {
  background-color: #fff;
  margin-top: 0;
}

/**
 * Progress behavior.
 *
 * @see progress.js
 */
/* Bar */
.progress .bar {
  background-color: #fff;
  border: 1px solid;
}
.progress .filled {
  background-color: #000;
  height: 1.5em;
  width: 5px;
}
.progress .percentage {
  float: right; /* LTR */
}
/* Throbber */
.ajax-progress {
  display: inline-block;
}
.ajax-progress .throbber {
  background: transparent url(/misc/throbber-active.gif) no-repeat 0px center;
  float: left; /* LTR */
  height: 15px;
  margin: 2px;
  width: 15px;
}
.ajax-progress .message {
  padding-left: 20px;
}
tr .ajax-progress .throbber {
  margin: 0 2px;
}
.ajax-progress-bar {
  width: 16em;
}

/**
 * Inline items.
 */
.container-inline div,
.container-inline label {
  display: inline;
}
/* Fieldset contents always need to be rendered as block. */
.container-inline .fieldset-wrapper {
  display: block;
}

/**
 * Prevent text wrapping.
 */
.nowrap {
  white-space: nowrap;
}

/**
 * For anything you want to hide on page load when JS is enabled, so
 * that you can use the JS to control visibility and avoid flicker.
 */
html.js .js-hide {
  display: none;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE6 */
* html .clearfix {
  height: 1%;
}
/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}


/*})'"*/

/**
 * @file
 * Styles for menus and navigation markup.
 */

/**
 * Markup generated by theme_menu_tree().
 */
ul.menu {
  border: none;
  list-style: none;
  text-align: left; /* LTR */
}
ul.menu li {
  margin: 0 0 0 0.5em; /* LTR */
}
ul li.expanded {
  list-style-image: url(/misc/menu-expanded.png);
  list-style-type: circle;
}
ul li.collapsed {
  list-style-image: url(/misc/menu-collapsed.png); /* LTR */
  list-style-type: disc;
}
ul li.leaf {
  list-style-image: url(/misc/menu-leaf.png);
  list-style-type: square;
}
li.expanded,
li.collapsed,
li.leaf {
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}

/**
 * Markup generated by theme_links().
 */
ul.inline,
ul.links.inline {
  display: inline;
  padding-left: 0;
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

/**
 * Markup generated by theme_breadcrumb().
 */
.breadcrumb {
  padding-bottom: 0.5em;
}

/**
 * Markup generated by theme_menu_local_tasks().
 */
ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em; /* LTR */
  white-space: nowrap;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em; /* LTR */
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  border-right: 1px solid #ccc; /* LTR */
  display: inline;
  padding: 0 1em;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/*})'"*/

/**
 * @file
 * Styles for system messages.
 */

div.messages {
  background-position: 8px 8px; /* LTR */
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 6px 0;
  padding: 10px 10px 10px 50px; /* LTR */
}

div.status {
  background-image: url(/misc/message-24-ok.png);
  border-color: #be7;
}
div.status,
.ok {
  color: #234600;
}
div.status,
table tr.ok {
  background-color: #f8fff0;
}

div.warning {
  background-image: url(/misc/message-24-warning.png);
  border-color: #ed5;
}
div.warning,
.warning {
  color: #840;
}
div.warning,
table tr.warning {
  background-color: #fffce5;
}

div.error {
  background-image: url(/misc/message-24-error.png);
  border-color: #ed541d;
}
div.error,
.error {
  color: #8c2e0b;
}
div.error,
table tr.error {
  background-color: #fef5f1;
}
div.error p.error {
  color: #333;
}

div.messages ul {
  margin: 0 0 0 1em; /* LTR */
  padding: 0;
}
div.messages ul li {
  list-style-image: none;
}

/*})'"*/

/**
 * @file
 * Basic styling for common markup.
 */

/**
 * HTML elements.
 */
fieldset {
  margin-bottom: 1em;
  padding: 0.5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  border: 1px solid gray;
  height: 1px;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em; /* LTR */
  text-align: left; /* LTR */
}
tbody {
  border-top: 1px solid #ccc;
}
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/**
 * Markup generated by theme_tablesort_indicator().
 */
th.active img {
  display: inline;
}
td.active {
  background-color: #ddd;
}

/**
 * Markup generated by theme_item_list().
 */
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em; /* LTR */
  padding: 0;
}

/**
 * Markup generated by Form API.
 */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.form-item .description {
  font-size: 0.85em;
}
label {
  display: block;
  font-weight: bold;
}
label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}
input.form-checkbox,
input.form-radio {
  vertical-align: middle;
}
.marker,
.form-required {
  color: #f00;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}

/**
 * Inline items.
 */
.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}

/**
 * Markup generated by theme_more_link().
 */
.more-link {
  text-align: right; /* LTR */
}

/**
 * Markup generated by theme_more_help_link().
 */
.more-help-link {
  text-align: right; /* LTR */
}
.more-help-link a {
  background: url(/misc/help.png) 0 50% no-repeat; /* LTR */
  padding: 1px 0 1px 20px; /* LTR */
}

/**
 * Markup generated by theme_pager().
 */
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}
.pager-current {
  font-weight: bold;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js fieldset.collapsible .fieldset-legend {
  background: url(/misc/menu-expanded.png) 5px 65% no-repeat; /* LTR */
  padding-left: 15px; /* LTR */
}
html.js fieldset.collapsed .fieldset-legend {
  background-image: url(/misc/menu-collapsed.png); /* LTR */
  background-position: 5px 50%; /* LTR */
}
.fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
.tabledrag-toggle-weight {
  font-size: 0.9em;
}
body div.tabledrag-changed-warning {
  margin-bottom: 0.5em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
*/
tr.selected td {
  background: #ffc;
}
td.checkbox,
th.checkbox {
  text-align: center;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.progress .filled {
  background: #0072b9 url(/misc/progress.gif);
}

/*})'"*/
/**
 * Styles for theme in the Aggregator module.
 */

#aggregator .feed-source .feed-title {
  margin-top: 0;
}
#aggregator .feed-source .feed-image img {
  margin-bottom: 0.75em;
}
#aggregator .feed-source .feed-icon {
  float: right; /* LTR */
  display: block;
}
#aggregator .feed-item {
  margin-bottom: 1.5em;
}
#aggregator .feed-item-title {
  margin-bottom: 0;
  font-size: 1.3em;
}
#aggregator .feed-item-meta,
#aggregator .feed-item-body {
  margin-bottom: 0.5em;
}
#aggregator .feed-item-categories {
  font-size: 0.9em;
}
#aggregator td {
  vertical-align: bottom;
}
#aggregator td.categorize-item {
  white-space: nowrap;
}
#aggregator .categorize-item .news-item .body {
  margin-top: 0;
}
#aggregator .categorize-item h3 {
  margin-bottom: 1em;
  margin-top: 0;
}

/*})'"*/
 /**
  * @file
  * Styling for the Book module.
  */

.book-navigation .menu {
  border-top: 1px solid #888;
  padding: 1em 0 0 3em; /* LTR */
}
.book-navigation .page-links {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  text-align: center;
  padding: 0.5em;
}
.book-navigation .page-previous {
  text-align: left;
  width: 42%;
  display: block;
  float: left; /* LTR */
}
.book-navigation .page-up {
  margin: 0 5%;
  width: 4%;
  display: block;
  float: left; /* LTR */
}
.book-navigation .page-next {
  text-align: right;
  width: 42%;
  display: block;
  float: right;
}
#book-outline {
  min-width: 56em;
}
.book-outline-form .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
html.js #edit-book-pick-book {
  display: none;
}
.form-item-book-bid .description {
  clear: both;
}
#book-admin-edit select {
  margin-right: 24px;
}
#book-admin-edit select.progress-disabled {
  margin-right: 0;
}
#book-admin-edit tr.ajax-new-content {
  background-color: #ffd;
}
#book-admin-edit .form-item {
  float: left;
}

/*})'"*/
/**
 * calendar calendar table styles
 */
.calendar-calendar tr.odd, .calendar-calendar tr.even {
  background-color: #fff;
}
.calendar-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%; /* Setting at 100% causes problem in Internet Explorer. */
}
.calendar-calendar .month-view table {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

/**
 * IE needs a little help to get the side by side tables to the right size
 */
.calendar-calendar .year-view td {
  width: 32%;
  padding: 1px;
  border: none;
}

.calendar-calendar .year-view td table td {
  width: 13%;
  padding: 0;
}

.calendar-calendar tr {
  padding: 0;
  margin: 0;
  background-color: white;
}
.calendar-calendar th {
  text-align: center;
  margin: 0;
}
.calendar-calendar th a {
  font-weight: bold;
}
.calendar-calendar td {
  width: 14%;
  border: 1px solid #ccc;
  color: #777;
  text-align: right;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

/**
 * simplify the mini calendar by removing borders
 */
.calendar-calendar .mini {
  border: none;
}

/**
 * format for the week number in the first cell
 */
.calendar-calendar td.week {
  width: 1%;
  min-width: 1%;
 }
.calendar-calendar .week {
  clear: both;
  font-style: normal;
  color: #555;
  font-size: 0.8em;
}

/**
 * IE6 does not support min-height, using Min-Height fast hack from http://www.dustindiaz.com/min-height-fast-hack
 */
.calendar-calendar .inner {
  height: auto !important;
  height: 5em;
  padding: 0;
  margin: 0;
}
.calendar-calendar .inner div {
  padding: 0;
  margin: 0;
}
/**
 * Make sure paragraphs buried in calendar cells use padding, not margins, for separation so the background color doesn't come through.
 */
.calendar-calendar .inner p {
  padding: 0 0 .8em 0;
  margin: 0;
}
.calendar-calendar td a {
  font-weight: bold;
  text-decoration: none;
}
.calendar-calendar td a:hover {
  text-decoration: underline;
}
.calendar-calendar td.year,
.calendar-calendar td.month {
  text-align: center;
}

/**
 * format days of the week header cells
 */
.calendar-calendar th.days {
  color: #ccc;
  background-color: #224;
  text-align: center;
  padding: 1px;
  margin: 0;
 }

/**
 * floating day number div
 */
.calendar-calendar div.day {
  float: right;
  text-align: center;
  padding: 0.125em 0.25em 0 0.25em;
  margin: 0;
  background-color: #f3f3f3;
  border: 1px solid gray;
  border-width: 0 0 1px 1px;
  clear: both;
  width: 1.5em;
}

/**
 * individual node container
 */
.calendar-calendar div.calendar {
  background-color: #fff;
  border: solid 1px #ddd;
  text-align: left;
  margin: 0 .25em .25em 0;
  width: 96%;
  float: right; /* needed to keep IE from hiding the floating day number */
  clear: both;
}
/**
 * No floating of day view content because there is no floating day number
 */
.calendar-calendar .day-view div.calendar {
  float: none;
  width: 98%;
  margin: 1% 1% 0 1%;
}

.calendar-calendar div.title {
  font-size:.8em;
  text-align: center;
}

.calendar-calendar div.title a {
  color: #000;
}
.calendar-calendar div.title a:hover {
  color: #c00;
}
.calendar-calendar .content {
  clear: both;
  padding: 3px;
  padding-left: 5px;
}
.calendar div.form-item {
  white-space: normal;
}

table td.mini,
table th.mini,
table.mini td.week {
  padding: 0 1px 0 0;
  margin: 0;
  }
table td.mini a {
  font-weight: normal;
}
.calendar-calendar .mini-day-off {
  padding: 0px;
}
.calendar-calendar .mini-day-on {
  padding: 0px;
}
table .mini-day-on a {
  text-decoration: underline;
}
.calendar-calendar .mini .title {
  font-size: .8em;
}
.mini .calendar-calendar .week {
  font-size: .7em;
}
.mini-row {
  width: 100%;
  border: none;
}
.mini{
  width: 32%;
  vertical-align: top;
}

/**
 * formatting for the legend stripe and block
 */
.calendar-calendar .stripe {
  height: 5px;
  width: auto;
  font-size:1px !important;
  line-height:1px !important;
}
.calendar-calendar .day-view .stripe {
  width: 100%;
}
table.calendar-legend {
  background-color: #ccc;
  width: 100%;
  margin: 0;
  padding: 0;
}
table.calendar-legend tr.odd .stripe,
table.calendar-legend tr.even .stripe {
  height: 12px !important;
  font-size: 9px !important;
  line-height: 10px !important;
}
.calendar-legend td {
  text-align: left;
  padding-left: 5px;
}

.calendar-empty {
  font-size: 1px;
  line-height: 1px;
}

/**
 * formatting for the full day view
 */
.calendar-calendar td.calendar-agenda-hour {
  text-align: right;
  border: none;
  border-top: 1px solid #CCCCCC;
  padding-top: .25em;
  width: 1%;
}
.calendar-calendar td.calendar-agenda-no-hours {
  min-width: 1%;
}
.calendar-calendar td.calendar-agenda-hour .calendar-hour {
  font-size: 1.2em;
  font-weight: bold;
}
.calendar-calendar td.calendar-agenda-hour .calendar-ampm {
  font-size: 1em;
}
.calendar-calendar td.calendar-agenda-items {
  border: 1px solid #CCCCCC;
  text-align: left;
}
.calendar-calendar td.calendar-agenda-items div.calendar {
  width: auto;
  padding: .25em;
  margin: 0;
}
.calendar-calendar div.calendar div.inner .calendar-agenda-empty {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
  background-color: #fff;
}

/**
 * the popup date selector for jumping to a new date
 */
.calendar-date-select form {
  text-align: right;
  float: right;
  width: 25%;
}
.calendar-date-select div,
.calendar-date-select input,
.calendar-date-select label {
  text-align: right;
  padding: 0;
  margin: 0;
  float: right;
  clear: both;
}
.calendar-date-select .description {
  float: right;
}
.calendar-label {
  font-weight: bold;
  display: block;
  clear: both;
}

.calendar-calendar div.date-nav {
  background-color: #ccc;
  color: #777;
  padding: 0.2em;
  width: auto;
  border: 1px solid #ccc;
}
.calendar-calendar div.date-nav a,
.calendar-calendar div.date-nav h3 {
  color: #777;
  text-decoration: none;
}
.calendar-calendar th.days {
  background-color: #eee;
  color: #777;
  font-weight: bold;
  border: 1px solid #ccc;
}
.calendar-calendar td.empty {
  background: #ccc;
  border-color: #ccc;
  color: #cc9;
}
.calendar-calendar table.mini td.empty {
  background: #fff;
  border-color: #fff;
}
.calendar-calendar td div.day {
  border: 1px solid #ccc;
  border-top: none;
  border-right: none;
  margin-bottom: 2px;
}
.calendar-calendar td .inner div,
.calendar-calendar td .inner div a {
  background: #eee;
}

/**
 * Set small font size for all items in calendar div, themes can override this.
 * Use x-small instead of em to avoid multiplying effect in nested items.
 */
.calendar-calendar div.calendar {
  border: none;
  font-size: x-small;
}
.calendar-calendar td .inner div.calendar div,
.calendar-calendar td .inner div.calendar div a {
  border: none;
  background: #ffc;
  padding: 0;
}
.calendar-calendar td .inner div.calendar div.calendar-more,
.calendar-calendar td .inner div.calendar div.calendar-more a {
  color: #444;
  background: #fff;
  text-align: right;
}
.calendar-calendar td .inner .view-field,
.calendar-calendar td .inner .view-field a {
  color: #444;
  font-weight: normal;
}

.calendar-calendar td span.date-display-single,
.calendar-calendar td span.date-display-start,
.calendar-calendar td span.date-display-end,
.calendar-calendar td span.date-display-separator {
  font-weight: bold;
}
.calendar-calendar td .inner div.day a {
  color: #4b85ac;
}
.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today {
  background-color: #C3D6E4;
}
.calendar-calendar td .inner div.calendar div div.view-data-node-data-field-date-field-date-value {
}

/**
 * The following are not used by default but are available for themes
 */
.calendar-calendar td.past {}
.calendar-calendar td.future {}
.calendar-calendar td.has-events {}
.calendar-calendar td.has-no-events {}

/**
 * Multi day styles
 */
.calendar-calendar tbody {
  border-top: none;
}

.calendar-calendar .month-view .full .inner,
.calendar-calendar .week-view .full .multi-day .inner {
  height: auto;
  min-height: auto;
}
.calendar-calendar .week-view .full .calendar-agenda-hour
.calendar-calendar .month-view .full .single-day .inner .view-item {
  float: left;
  width: 100%;
}

.calendar-calendar .week-view .full .calendar-agenda-hour,
.calendar-calendar .day-view .full .calendar-agenda-hour {
  padding-right: 2px;
}

.calendar-calendar .week-view .full .calendar-agenda-hour {
  width: 6%;
  min-width: 0px;
}

.calendar-calendar .week-view .full .days {
  width: 13%;
}

.calendar-calendar .month-view .full div.calendar,
.calendar-calendar .week-view .full div.calendar,
.calendar-calendar .day-view div.calendar {
  width: auto;
}

.calendar-calendar .month-view .full tr.date-box,
.calendar-calendar .month-view .full tr.date-box td,
.calendar-calendar .month-view .full tr.multi-day,
.calendar-calendar .month-view .full tr.multi-day td {
  height: 19px;
  max-height: 19px;
}

.calendar-calendar .month-view .full tr.single-day .no-entry,
.calendar-calendar .month-view .full tr.single-day .no-entry .inner {
  height: 44px !important;
  line-height: 44px;
}

.calendar-calendar .month-view .full tr.single-day .noentry-multi-day,
.calendar-calendar .month-view .full tr.single-day .noentry-multi-day .inner {
  height: 22px !important;
  line-height: 22px;
}

.calendar-calendar .month-view .full td,
.calendar-calendar .week-view .full td,
.calendar-calendar .day-view  td {
  vertical-align: top;
  padding: 1px 2px 0 2px
}

.calendar-calendar .month-view .full td.date-box {
  height: 1%;
  border-bottom: 0px;
  padding-bottom: 2px;
}

.calendar-calendar .month-view .full .week {
  font-size: inherit;
}

.calendar-calendar .month-view .full .week a,
.calendar-calendar .week-view .full .week a {
  color: #4b85ac;
}

.calendar-calendar .month-view .full td .inner div.day,
.calendar-calendar .month-view .full td .inner div.day a {
  border: none;
  background: none;
  margin-bottom: 0px;
}

.calendar-calendar .month-view .full td.date-box .inner,
.calendar-calendar .week-view .full td.date-box .inner {
  min-height: inherit;
}

.calendar-calendar .month-view .full td.multi-day,
.calendar-calendar .week-view .full td.multi-day {
  border-top: 0px;
  border-bottom: 0px;
}

.calendar-calendar .week-view .full .first td.multi-day {
  border-top: 1px solid #CCCCCC;
}

.calendar-calendar .month-view .full td.single-day {
  border-top: 0px;
}

.calendar-calendar .month-view .full td.multi-day .inner,
.calendar-calendar .week-view .full td.multi-day .inner,
.calendar-calendar .day-view .full td.multi-day .inner {
  min-height: inherit;
  width: auto;
  position: relative;
}

.calendar-calendar .month-view .full td.multi-day.no-entry {
  min-height: 0px;
}

.calendar-calendar .month-view .full td.single-day .calendar-empty,
.calendar-calendar .month-view .full td.single-day.empty,
.calendar-calendar .month-view .full td.date-box.empty {
  background: #F4F4F4;
}

.calendar-calendar .month-view .full td.single-day .inner div,
.calendar-calendar .month-view .full td.single-day .inner div a ,
.calendar-calendar .month-view .full td.multi-day .inner div,
.calendar-calendar .month-view .full td.multi-day .inner div a ,
.calendar-calendar .month-view .full td .inner div.calendar.monthview div,
.calendar-calendar .month-view .full td .inner div.calendar.monthview div a,
.calendar-calendar .week-view .full td.single-day .inner div,
.calendar-calendar .week-view .full td.single-day .inner div a ,
.calendar-calendar .week-view .full td.multi-day .inner div,
.calendar-calendar .week-view .full td.multi-day .inner div a ,
.calendar-calendar .week-view .full td .inner div.calendar.weekview div,
.calendar-calendar .week-view .full td .inner div.calendar.weekview div a,
.calendar-calendar .day-view .full td .inner div.view-item,
.calendar-calendar .day-view .full td .inner div.calendar div,
.calendar-calendar .day-view .full td .inner div.calendar div a {
  background: none;
}

.calendar-calendar .day-view .full td .inner div.calendar div,
.calendar-calendar .day-view .full td .inner div.calendar div a {
  margin: 0px 3px;
}

.calendar-calendar .day-view .full td .inner div.calendar div.stripe {
  margin: 0px;
}

.calendar-calendar .month-view .full tr td.today,
.calendar-calendar .month-view .full tr.odd td.today,
.calendar-calendar .month-view .full tr.even td.today {
  background: none;
  border-left: 2px solid #7C7F12;
  border-right: 2px solid #7C7F12;
}

.calendar-calendar .month-view .full td.date-box.today {
  border-width: 2px 2px 0px 2px;
  border-style: solid;
  border-color: #7C7F12;
}

.calendar-calendar .month-view .full tr td.single-day.today {
  border-bottom: 2px solid #7C7F12;
}

.calendar-calendar .month-view .full tr td.multi-day.starts-today {
  border-left: 2px solid #7C7F12;
}

.calendar-calendar .month-view .full tr td.multi-day.ends-today {
  border-right: 2px solid #7C7F12;
}

.calendar-calendar .month-view .full tr td.multi-day,
.calendar-calendar .month-view .full tr td.single-day {
  border-top: 0px;
}

.calendar-calendar .month-view .full tr td.multi-day,
.calendar-calendar .month-view .full tr td.date-box {
  border-bottom: 0px;
}

.calendar-calendar .month-view .full .inner .monthview,
.calendar-calendar .week-view .full .inner .weekview,
.calendar-calendar .day-view .full .inner .dayview {
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  float: none;
  display: block;
  margin: .25em auto;
  position: relative;
}

.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  background: #ffc;
  width: auto;
  padding: 0px 3px;
  overflow: hidden;
}

.calendar-calendar .month-view .full td.single-day .calendar-more div.monthview {
  background: none;
}

.calendar-calendar .day-view td div.dayview {
  padding: 0px;
}

.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  background: #74a5d7;
  height: 1.9em;
  overflow: hidden;
  margin: 0px auto;
  color: #ffffff;
  position: relative;
}

.calendar-calendar .week-view .full td.multi-day div.weekview {
  height: 3.5em;
}

.calendar-calendar .month-view .full td.multi-day .inner .view-field,
.calendar-calendar .month-view .full td.multi-day .inner .view-field a,
.calendar-calendar .week-view .full td.multi-day .inner .view-field,
.calendar-calendar .week-view .full td.multi-day .inner .view-field a,
.calendar-calendar .day-view .full td.multi-day .inner .view-field,
.calendar-calendar .day-view .full td.multi-day .inner .view-field a {
  color: #ffffff;
}

.calendar-calendar .full td.multi-day .calendar .view-field,
.calendar-calendar .full td.single-day .calendar .view-field {
}

.calendar-calendar .day-view .full td.multi-day div.dayview,
.calendar-calendar .week-view .full td.multi-day div.weekview {
  margin-bottom: 2px;
}

.calendar-calendar .month-view .full td.multi-day .calendar.monthview .view-field {
  white-space: nowrap;
  float: left;
  margin-right: 3px;
}

.calendar-calendar .week-view .full td.multi-day .calendar.weekview .view-field {
  white-space: nowrap;
  display: inline;
  margin-right: 3px;
}

.calendar-calendar .day-view .full td.multi-day .calendar.weekview .view-field {
  display: block;
}

.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents,
.calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents {
  position: absolute;
  width: 3000px;
  left: 5px;
}

.calendar-calendar .day-view td .stripe,
.calendar-calendar .month-view .full td .stripe,
.calendar-calendar .week-view .full td .stripe {
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 3px;
  z-index: 2;
}

.calendar-calendar .full td.single-day .continuation,
.calendar-calendar .full td.single-day .continues,
.calendar-calendar .full td.single-day .cutoff {
  display: none;
}

.calendar-calendar .month-view .full td.multi-day  .inner .monthview .continuation,
.calendar-calendar .week-view .full td.multi-day  .inner .weekview .continuation {
  float:left;
  margin-right: 3px;
  height: 1.9em;
}

.calendar-calendar .week-view .full td.multi-day  .inner .weekview .continuation {
  height: 2.75em;
  padding-top: 0.75em;
  margin-right: 8px;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  position: absolute;
  right: 0px !important;
  right: -1px;
  width: 10px;
  text-align: left;
  background: #74a5d7;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  height: 1.9em;
  padding-left: 6px;
  z-index: 1;
}

.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  height: 2.75em;
  padding-top: 0.75em;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  width: 8px;
  padding-left: 0px;
}

.calendar-calendar .week-view .full td.multi-day {
  padding: 2px;
}

.calendar-calendar .week-view td.single-day div.calendar {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.calendar-calendar .week-view .full tr.last td.multi-day {
  border-bottom:1px solid #CCCCCC;
}

/**
 * Restyle Header
 */
.view .date-nav-wrapper .clear-block {
  margin-bottom: 10px;
}

.view .date-nav-wrapper  {
  position: relative;
  margin-top: 5px;
  width: 100%;
}

.view .date-nav-wrapper .date-nav {
  background-color: transparent;
  border: 0px;
  height: 30px;
  height: auto;
  min-height: 30px;
  position: relative;
  margin-bottom: 10px;
}

.view .date-nav-wrapper .date-prev a,
.view .date-nav-wrapper .date-next a {
  text-decoration: none;
  color: inherit;
  font-size: 12px;
}

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

.view .date-nav-wrapper .date-prev {
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: none repeat scroll 0 0 #dfdfdf;
  float: none;
  padding: 5px 0;
  position: absolute;
  right: 80px;
  left: auto;
  text-align: right;
  top: 0px;
  width: auto;
  z-index: 1;
  font-size: 12px;
}

.block-views .view .date-nav-wrapper .date-prev {
  left: 0;
  right: auto;
}

.view .date-nav-wrapper .date-prev a {
  margin-left: 10px;
  font-weight: bold;
}

.view .date-nav-wrapper .date-heading {
  position: relative;
  width: 100%;
  top: 0px;
  text-align: center;
  z-index: 0;
}

.view .date-nav-wrapper .date-heading h3 {
  line-height: 30px;
  font-size: 1.7em;
}

.view .date-nav-wrapper .date-next {
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  background: none repeat scroll 0 0 #dfdfdf;
  float: none;
  padding: 5px 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  width: auto;
  z-index: 1;
  font-size: 12px;
}

.view .date-nav-wrapper .date-next a {
  margin-right: 10px;
  font-weight: bold;
}

.attachment .calendar-calendar {
  margin-top: 20px;
  clear: both;
}

.calendar-calendar th a,
.attachment .calendar-calendar th {
  background-color: transparent;
  border: 0px;
}

.attachment .calendar-calendar th.calendar-agenda-hour {
  color: #777777;
  font-weight: bold;
  text-align: right;
}

.view-calendar .feed-icon {
  margin-top: 5px;
}

.view table.mini .date-prev,
.view table.mini .date-next {
  background: none;
}

.date-nav div.date-prev,
.date-nav div.date-next,
.date-nav {
  width:auto;
}

ul.calendar-links,
.region-content ul.calendar-links {
  margin:0;
  padding:0;
}

.year-view div.month-view div.date-nav {
  background-color: #DFDFDF;
  min-height: 20px;
}

/*})'"*/

#comments {
  margin-top: 15px;
}
.indented {
  margin-left: 25px; /* LTR */
}
.comment-unpublished {
  background-color: #fff4f4;
}
.comment-preview {
  background-color: #ffffea;
}

/*})'"*/
/**
 * @file
 * Custom CSS for the Date Repeat Field module.
 */

.date-repeat-input {
  float: left; /* LTR */
  margin-right: 5px; /* LTR */
  width: auto;
}
.date-repeat-input select {
  min-width: 7em;
}
.date-repeat fieldset {
  clear: both;
  float: none;
}

.date-repeat-radios {
  margin-bottom: 1em;
}

.date-repeat-radios input[type=radio] {
  float: left;
  margin: 0.75em 0.75em 0 0;
}

.date-repeat-radios .form-wrapper {
  float: left;
}

.date-repeat-radios .form-type-checkboxes .form-type-checkbox {
  width: 15%;
  float: left;
  margin: 0;
}

.date-repeat-radios .date-repeat-radios-item {
  margin-bottom: 1em;
}

.weekly .form-type-checkboxes .form-type-checkbox {
  float: left;
  margin-right: 10px;
}

.date-repeat-input.byday-count label,
.date-repeat-input.byday-count select,
.date-clear.bymonthday label,
.date-clear.bymonthday select {
  display: inline;
}

.date-repeat-input.byday-day label,
.date-clear.bymonthday .field-suffix {
  font-weight: bold;
}

.range-of-repeat .form-radios > div {
  margin-top: 0.5em;
}

.range-of-repeat .count input[type=text] {
  margin: 0 0.5em;
}

.range-of-repeat .until .form-wrapper {
  margin: 0 0.5em;
  display: inline-block;
  vertical-align: middle;
}

.range-of-repeat .until .form-radio,
.range-of-repeat .until .date-prefix-inline {
  margin: 0 0 1.4em 0;
  vertical-align: middle;
}

.range-of-repeat .until.widget-date_popup.label-above .form-radio,
.range-of-repeat .until.widget-date_popup.label-above .date-prefix-inline {
  margin: 0;
  vertical-align: middle;
}

.range-of-repeat .until.widget-date_select.label-within .form-radio,
.range-of-repeat .until.widget-date_select.label-within .date-prefix-inline {
  margin: 0;
  vertical-align: middle;
}

.range-of-repeat .until.widget-date_select.label-above .form-radio,
.range-of-repeat .until.widget-date_select.label-above .date-prefix-inline {
  margin: 1.4em 0 0 0;
  vertical-align: middle;
}

.range-of-repeat .until .form-type-date-text .date-padding {
  padding: 0;
}

.range-of-repeat .until.widget-date_select.label-within .date-padding {
  padding: 0;
}

.range-of-repeat .until.widget-date_select.label-above .date-padding {
  padding: 0;
}

.range-of-repeat .until .form-type-date-select,
.range-of-repeat .until .form-type-date-popup,
.range-of-repeat .until .form-type-date-text {
  border: none;
  margin: 0;
}

/*})'"*/

/* Field display */
.field .field-label {
  font-weight: bold;
}
.field-label-inline .field-label,
.field-label-inline .field-items {
  float:left; /*LTR*/
}

/* Form display */
form .field-multiple-table {
  margin: 0;
}
form .field-multiple-table th.field-label {
  padding-left: 0; /*LTR*/
}
form .field-multiple-table td.field-multiple-drag {
  width: 30px;
  padding-right: 0; /*LTR*/
}
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
  padding-right: .5em; /*LTR*/
}

form .field-add-more-submit {
  margin: .5em 0 0;
}

/*})'"*/

.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
td.revision-current {
  background: #ffc;
}

/*})'"*/

.poll {
  overflow: hidden;
}
.poll .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #ddd;
}
.poll .bar .foreground {
  background-color: #000;
  height: 1em;
  float: left; /* LTR */
}
.poll .links {
  text-align: center;
}
.poll .percent {
  text-align: right; /* LTR */
}
.poll .total {
  text-align: center;
}
.poll .vote-form {
  text-align: center;
}
.poll .vote-form .choices {
  text-align: left; /* LTR */
  margin: 0 auto;
  display: table;
}
.poll .vote-form .choices .title {
  font-weight: bold;
}
.node-form #edit-poll-more {
  margin: 0;
}
.node-form #poll-choice-table .form-text {
  display: inline;
  width: auto;
}
.node-form #poll-choice-table td.choice-flag {
  white-space: nowrap;
  width: 4em;
}
td.poll-chtext {
  width: 80%;
}
td.poll-chvotes .form-text {
  width: 85%;
}

/*})'"*/

.search-form {
  margin-bottom: 1em;
}
.search-form input {
  margin-top: 0;
  margin-bottom: 0;
}
.search-results {
  list-style: none;
}
.search-results p {
  margin-top: 0;
}
.search-results .title {
  font-size: 1.2em;
}
.search-results li {
  margin-bottom: 1em;
}
.search-results .search-snippet-info {
  padding-left: 1em; /* LTR */
}
.search-results .search-info {
  font-size: 0.85em;
}
.search-advanced .criterion {
  float: left; /* LTR */
  margin-right: 2em; /* LTR */
}
.search-advanced .action {
  float: left; /* LTR */
  clear: left; /* LTR */
}

/*})'"*/

#permissions td.module {
  font-weight: bold;
}
#permissions td.permission {
  padding-left: 1.5em; /* LTR */
}
#permissions tr.odd .form-item,
#permissions tr.even .form-item {
  white-space: normal;
}
#user-admin-settings fieldset .fieldset-description {
  font-size: 0.85em;
  padding-bottom: .5em;
}

/**
 * Override default textfield float to put the "Add role" button next to
 * the input textfield.
 */
#user-admin-roles td.edit-name {
  clear: both;
}
#user-admin-roles .form-item-name {
  float: left; /* LTR */
  margin-right: 1em; /* LTR */
}

/**
 * Password strength indicator.
 */
.password-strength {
  width: 17em;
  float: right;  /* LTR */
  margin-top: 1.4em;
}
.password-strength-title {
  display: inline;
}
.password-strength-text {
  float: right; /* LTR */
  font-weight: bold;
}
.password-indicator {
  background-color: #C4C4C4;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #47C965;
}
input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}
div.password-confirm {
  float: right;  /* LTR */
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}
div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}
.confirm-parent,
.password-parent {
  clear: left; /* LTR */
  margin: 0;
  width: 36.3em;
}

/* Generated by user.module but used by profile.module: */
.profile {
  clear: both;
  margin: 1em 0;
}
.profile .user-picture {
  float: right; /* LTR */
  margin: 0 1em 1em 0; /* LTR */
}
.profile h3 {
  border-bottom: 1px solid #ccc;
}
.profile dl {
  margin: 0 0 1.5em 0;
}
.profile dt {
  margin: 0 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin: 0 0 1em 0;
}

/*})'"*/
/**
 * @file
 * Styling for the Forum module.
 */

#forum .description {
  font-size: 0.9em;
  margin: 0.5em;
}
#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
  white-space: nowrap;
}

#forum td.forum .icon {
  background-image: url(/misc/forum-icons.png);
  background-repeat: no-repeat;
  float: left; /* LTR */
  height: 24px;
  margin: 0 9px 0 0; /* LTR */
  width: 24px;
}
#forum td.forum .forum-status-new {
  background-position: -24px 0;
}

#forum div.indent {
  margin-left: 20px; /* LTR */
}
#forum .icon div {
  background-image: url(/misc/forum-icons.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
#forum .icon .topic-status-new {
  background-position: -24px 0;
}
#forum .icon .topic-status-hot {
  background-position: -48px 0;
}
#forum .icon .topic-status-hot-new {
  background-position: -72px 0;
}
#forum .icon .topic-status-sticky {
  background-position: -96px 0;
}
#forum .icon .topic-status-closed {
  background-position: -120px 0;
}

/*})'"*/
.views-exposed-form .views-exposed-widget {
  float: left; /* LTR */
  padding: .5em 1em 0 0; /* LTR */
}

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.6em;
}

.views-exposed-form .form-item,
.views-exposed-form .form-submit {
  margin-top: 0;
  margin-bottom: 0;
}

.views-exposed-form label {
  font-weight: bold;
}

.views-exposed-widgets {
  margin-bottom: .5em;
}

/* table style column align */
.views-align-left {
  text-align: left;
}
.views-align-right {
  text-align: right;
}
.views-align-center {
  text-align: center;
}

/* Remove the border on tbody that system puts in */
.views-view-grid tbody {
  border-top: none;
}

.view .progress-disabled {
  float: none;
}

/*})'"*/
/* General indentation & positioning classes */

.rteindent1 {
    margin-left: 40px;
}
.rteindent2 {
    margin-left: 80px;
}
.rteindent3 {
    margin-left: 120px;
}
.rteindent4 {
    margin-left: 160px;
}
.rteleft {
    text-align: left;
}
.rteright {
    text-align: right;
}
.rtecenter {
    text-align: center;
}
.rtejustify {
    text-align: justify;
}
.ibimage_left {
    float: left;
}
.ibimage_right {
    float: right;
}

/*})'"*/
.ctools-locked {
  color: red;
  border: 1px solid red;
  padding: 1em;
}

.ctools-owns-lock {
  background: #ffffdd none repeat scroll 0 0;
  border: 1px solid #f0c020;
  padding: 1em;
}

a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
  padding-right: 18px !important;
  background: url(/modules/ctools/images/status-active.gif) right center no-repeat;
}

div.ctools-ajaxing {
  float: left;
  width: 18px;
  background: url(/modules/ctools/images/status-active.gif) center center no-repeat;
}

/*})'"*/
/* $Id: lightbox.css,v 1.1.4.28 2010/09/22 10:47:15 snpower Exp $ */
#lightbox {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#lightbox a img {
  border: none;
}

#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  min-width: 240px;
  overflow: hidden;
}

#imageContainer, #frameContainer, #modalContainer {
  padding: 10px;
}

#modalContainer {
  line-height: 1em;
  overflow: auto;
}

#loading {
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  position: absolute;
  top: 40%;
  left: 45%;
  /* left: 0%; */
}

#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#imageContainer>#hoverNav {
  left: 0;
}

#frameHoverNav {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  position: absolute;
  bottom: 0px;
  height: 45px;
}

#imageData>#frameHoverNav {
  left: 0;
}

#hoverNav a, #frameHoverNav a {
  outline: none;
}

#prevLink, #nextLink {
  width: 49%;
  height: 100%;
  background: transparent url(/sites/all/modules/lightbox2-7.x-1.0-beta1/lightbox2/images/blank.gif) no-repeat; /* Trick IE into showing hover */
  display: block;
}

#prevLink, #framePrevLink {
  left: 0;
  float: left;
}

#nextLink, #frameNextLink {
  right: 0;
  float: right;
}

#prevLink:hover, #prevLink:visited:hover, #prevLink.force_show_nav, #framePrevLink {
  background: url(/sites/all/modules/lightbox2-7.x-1.0-beta1/lightbox2/images/prev.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover, #nextLink.force_show_nav, #frameNextLink {
  background: url(/sites/all/modules/lightbox2-7.x-1.0-beta1/lightbox2/images/next.gif) right 15% no-repeat;
}

#prevLink:hover.force_show_nav, #prevLink:visited:hover.force_show_nav,
#framePrevLink:hover, #framePrevLink:visited:hover {
  background: url(/sites/all/modules/lightbox2-7.x-1.0-beta1/lightbox2/images/prev_hover.gif) left 15% no-repeat;
}

#nextLink:hover.force_show_nav, #nextLink:visited:hover.force_show_nav,
#frameNextLink:hover, #frameNextLink:visited:hover {
  background: url(/sites/all/modules/lightbox2-7.x-1.0-beta1/lightbox2/images/next_hover.gif) right 15% no-repeat;
}

#framePrevLink, #frameNextLink {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  bottom: 0px;
}

#imageDataContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  min-width: 240px;
}

#imageData {
  padding: 0 10px;
}

#imageData #imageDetails {
  width: 70%;
  float: left;
  text-align: left;
}

#imageData #caption {
  font-weight: bold;
}

#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}

#imageData #lightbox2-node-link-text {
  display: block;
  padding-bottom: 1.0em;
}

#imageData #bottomNav {
  height: 66px;
}
.lightbox2-alt-layout #imageData #bottomNav,
.lightbox2-alt-layout-data #bottomNav {
  margin-bottom: 60px;
}

#lightbox2-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
}

#overlay_default {
  opacity: 0.6;
}

#overlay_macff2 {
  background: transparent url(/sites/all/modules/lightbox2-7.x-1.0-beta1/lightbox2/images/overlay.png) repeat;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html>body .clearfix {
  display: inline;
  width: 100%;
}

* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
}


/* Image location mod */
#bottomNavClose {
  display: block;
  background: url(/sites/all/modules/lightbox2-7.x-1.0-beta1/lightbox2/images/close.gif) left no-repeat;
  margin-top: 33px;
  float: right;
  padding-top: 0.7em;
  height: 26px;
  width: 26px;
}

#bottomNavClose:hover {
  background-position: right;
}

#loadingLink {
  display: block;
  background: url(/sites/all/modules/lightbox2-7.x-1.0-beta1/lightbox2/images/loading.gif) no-repeat;
  width: 32px;
  height: 32px;
}

#bottomNavZoom {
  display: none;
  background: url(/sites/all/modules/lightbox2-7.x-1.0-beta1/lightbox2/images/expand.gif) no-repeat;
  width: 34px;
  height: 34px;
  position: relative;
  left: 30px;
  float: right;
}

#bottomNavZoomOut {
  display: none;
  background: url(/sites/all/modules/lightbox2-7.x-1.0-beta1/lightbox2/images/contract.gif) no-repeat;
  width: 34px;
  height: 34px;
  position: relative;
  left: 30px;
  float: right;
}

#lightshowPlay {
  margin-top: 42px;
  float: right;
  margin-right: 5px;
  margin-bottom: 1px;
  height: 20px;
  width: 20px;
  background: url(/sites/all/modules/lightbox2-7.x-1.0-beta1/lightbox2/images/play.png) no-repeat;
}

#lightshowPause {
  margin-top: 42px;
  float: right;
  margin-right: 5px;
  margin-bottom: 1px;
  height: 20px;
  width: 20px;
  background: url(/sites/all/modules/lightbox2-7.x-1.0-beta1/lightbox2/images/pause.png) no-repeat;
}

.lightbox2-alt-layout-data #bottomNavClose,
.lightbox2-alt-layout #bottomNavClose {
  margin-top: 93px;
}
.lightbox2-alt-layout-data #bottomNavZoom,
.lightbox2-alt-layout-data #bottomNavZoomOut,
.lightbox2-alt-layout #bottomNavZoom,
.lightbox2-alt-layout #bottomNavZoomOut {
  margin-top: 93px;
}
.lightbox2-alt-layout-data #lightshowPlay,
.lightbox2-alt-layout-data #lightshowPause,
.lightbox2-alt-layout #lightshowPlay,
.lightbox2-alt-layout #lightshowPause {
  margin-top: 102px;
}

.lightbox_hide_image {
  display: none;
}

#lightboxImage {
  -ms-interpolation-mode: bicubic;
}

/*})'"*/
div.panel-pane div.admin-links {
  font-size: xx-small;
  margin-right: 1em;
}

div.panel-pane div.admin-links li a {
  color: #ccc;
}

div.panel-pane div.admin-links li {
  padding-bottom: 2px;
  background: white;
  z-index: 201;
}

div.panel-pane div.admin-links:hover a,
div.panel-pane div.admin-links-hover a {
  color: #000;
}

div.panel-pane div.admin-links a:before {
  content: "[";
}

div.panel-pane div.admin-links a:after {
  content: "]";
}

div.panel-pane div.panel-hide {
  display: none;
}

/** For IE we add the class via js; for other browsers we rely on :hover **/
div.panel-pane div.panel-hide-hover,
div.panel-pane:hover div.panel-hide {
  display: block;
  position: absolute;
  z-index: 200;
  margin-top: -1.5em;
}

div.panel-pane div.feed a {
  float: right;
}

/*})'"*/
/* tagclouds default example stylesheet **/

.wrapper.tagclouds {
  text-align: justify;
  margin-right: 1em;
}

.tagclouds.level1 {
  font-size: 1em;
}
.tagclouds.level2 {
  font-size: 1.2em;
}
.tagclouds.level3 {
  font-size: 1.4em;
}
.tagclouds.level4 {
  font-size: 1.6em;
}
.tagclouds.level5 {
  font-size: 1.8em;
}
.tagclouds.level6 {
  font-size: 2em;
}
.tagclouds.level7 {
  font-size: 2.2em;
}
.tagclouds.level8 {
  font-size: 2.4em;
}
.tagclouds.level9 {
  font-size: 2.6em;
}
.tagclouds.level10 {
  font-size: 2.8em;
}


/*})'"*/
/**
 * This CSS file is generated by TM Follow module. DO NOT edit it directly.
 * Instead, copy the file to your theme's CSS directory and edit it there.
 */

/**
 * icon style.
 */


@font-face {
	font-family: 'FontAwesome';
	src: url(/sites/all/modules/tm_follow/fonts/fontawesome-webfont.eot?v=4.0.3);
	src: url(/sites/all/modules/tm_follow/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'), url(/sites/all/modules/tm_follow/fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'), url(/sites/all/modules/tm_follow/fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'), url(/sites/all/modules/tm_follow/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');
	font-weight: normal;
	font-style: normal;
}

span.tm-follow-link-wrapper {
	display: block;
	float: left;
	margin-left: 7px;
}

span.tm-follow-link-wrapper:first-child {
	margin-left: 0;
}

 a.tm-follow-link {
	display: inline-block;
}

 a.tm-follow-link:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
}

 a.tm-follow-link:hover {
	color: inherit;
}

 .with-label a.tm-follow-link:before{
	margin-right: 3px;
}

a.tm-follow-link-dribbble:before {
	content: "\f17d";
}

a.tm-follow-link-facebook:before {
	content: "\f09a";
}

a.tm-follow-link-flickr:before {
	content: "\f16e";
}

a.tm-follow-link-googleplus:before {
	content: "\f0d5";
}

a.tm-follow-link-instagram:before {
	content: "\f16d";
}

a.tm-follow-link-linkedin:before {
	content: "\f0e1";
}

a.tm-follow-link-pinterest:before {
	content: "\f0d2";
}

a.tm-follow-link-tumblr:before {
	content: "\f173";
}

a.tm-follow-link-twitter:before {
	content: "\f099";
}

a.tm-follow-link-vimeo:before {
	content: "\f194";
}

a.tm-follow-link-youtube:before {
	content: "\f167";
}

a.tm-follow-link-xing:before {
	content: "\f168";
}

a.tm-follow-link-this-site:before {
	content: "\f09e";
}

a.tm-follow-link-newsletter:before {
	content: "\f0e0";
}


/*})'"*/
.sf-menu,
.sf-menu * {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sf-menu {
  line-height: 1.0;
  z-index: 497;
}
.sf-menu ul {
  left: 0;
  position: absolute;
  top: -99999em;
  width: 12em;
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li {
  float: left;
  position: relative;
  z-index: 498;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  z-index: 499;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  left: 0;
  top: 2.5em;
}
.sf-menu li li:hover > ul,
.sf-menu li li.sfHover > ul {
  left: 12em;
  top: 0;
}
.sf-hidden {
  left: 0 !important;
  top: -99999em !important;
}
.sf-menu a.sf-with-ul {
  min-width: 1px;
}
.sf-sub-indicator {
  background: url(/sites/all/libraries/superfish/images/arrows-ffffff.png) no-repeat -10px -100px;
  display: block;
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 0.75em;
  text-indent: -999em;
  top: 1.05em;
  width: 10px;
}
a > .sf-sub-indicator {
  top: 0.8em;
  background-position: 0 -100px;
}
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
}
.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-menu.sf-horizontal.sf-shadow ul,
.sf-menu.sf-vertical.sf-shadow ul,
.sf-menu.sf-navbar.sf-shadow ul ul {
  background: url(/sites/all/libraries/superfish/images/shadow.png) no-repeat right bottom;
  padding: 0 8px 9px 0 !important;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.sf-shadow ul.sf-shadow-off {
  background: transparent;
}
.sf-menu.rtl,
.sf-menu.rtl li {
  float: right;
}
.sf-menu.rtl li:hover > ul,
.sf-menu.rtl li.sfHover > ul {
  left: auto;
  right: 0;
}
.sf-menu.rtl li li:hover > ul,
.sf-menu.rtl li li.sfHover > ul {
  left: auto;
  right: 12em;
}
.sf-menu.rtl ul {
  left: auto;
  right: 0;
}
.sf-menu.rtl .sf-sub-indicator {
  left: 0.75em;
  right: auto;
  background: url(/sites/all/libraries/superfish/images/arrows-ffffff-rtl.png) no-repeat -10px -100px;
}
.sf-menu.rtl a > .sf-sub-indicator {
  top: 0.8em;
  background-position: -10px -100px;
}
.sf-menu.rtl a:focus > .sf-sub-indicator,
.sf-menu.rtl a:hover > .sf-sub-indicator,
.sf-menu.rtl a:active > .sf-sub-indicator,
.sf-menu.rtl li:hover > a > .sf-sub-indicator,
.sf-menu.rtl li.sfHover > a > .sf-sub-indicator {
  background-position: 0 -100px;
}
.sf-menu.rtl ul .sf-sub-indicator {
  background-position: 0 0;
}
.sf-menu.rtl ul a > .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-menu.rtl ul a:focus > .sf-sub-indicator,
.sf-menu.rtl ul a:hover > .sf-sub-indicator,
.sf-menu.rtl ul a:active > .sf-sub-indicator,
.sf-menu.rtl ul li:hover > a > .sf-sub-indicator,
.sf-menu.rtl ul li.sfHover > a > .sf-sub-indicator {
  background-position: 0 0;
}
.sf-menu.rtl.sf-horizontal.sf-shadow ul,
.sf-menu.rtl.sf-vertical.sf-shadow ul,
.sf-menu.rtl.sf-navbar.sf-shadow ul ul {
  background-position: bottom left;
  padding: 0 0 9px 8px !important;
  -webkit-border-radius: 8px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 8px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sf-vertical.rtl li:hover > ul,
.sf-vertical.rtl li.sfHover > ul {
  left: auto;
  right: 12em;
}
.sf-vertical.rtl .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-vertical.rtl a > .sf-sub-indicator {
  background-position: 0 0;
}
.sf-vertical.rtl a:focus > .sf-sub-indicator,
.sf-vertical.rtl a:hover > .sf-sub-indicator,
.sf-vertical.rtl a:active > .sf-sub-indicator,
.sf-vertical.rtl li:hover > a > .sf-sub-indicator,
.sf-vertical.rtl li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-navbar.rtl li li {
  float: right;
}
.sf-navbar.rtl ul .sf-sub-indicator {
  background-position: 0 -100px;
}
.sf-navbar.rtl ul a > .sf-sub-indicator {
  background-position: -10px -100px;
}
.sf-navbar.rtl ul a:focus > .sf-sub-indicator,
.sf-navbar.rtl ul a:hover > .sf-sub-indicator,
.sf-navbar.rtl ul a:active > .sf-sub-indicator,
.sf-navbar.rtl ul li:hover > a > .sf-sub-indicator,
.sf-navbar.rtl ul li.sfHover > a > .sf-sub-indicator {
  background-position: 0 -100px;
}
.sf-navbar.rtl ul ul .sf-sub-indicator {
  background-position:  0 0;
}
.sf-navbar.rtl ul ul a > .sf-sub-indicator {
  background-position:  -10px 0;
}
.sf-navbar.rtl ul ul a:focus > .sf-sub-indicator,
.sf-navbar.rtl ul ul a:hover > .sf-sub-indicator,
.sf-navbar.rtl ul ul a:active > .sf-sub-indicator,
.sf-navbar.rtl ul ul li:hover > a > .sf-sub-indicator,
.sf-navbar.rtl ul ul li.sfHover > a > .sf-sub-indicator {
  background-position: 0 0;
}
.sf-navbar.rtl li li:hover > ul,
.sf-navbar.rtl li li.sfHover > ul {
  left: auto;
  right: 0;
}
.sf-navbar.rtl li li li:hover > ul,
.sf-navbar.rtl li li li.sfHover > ul {
  left: auto;
  right: 12em;
}
.sf-navbar.rtl > li > ul {
  background: transparent;
  padding: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
/*})'"*/
@media screen {
 /**
  * Reset CSS
   */
  
  
  /* General
  ===========================================================================*/
  
  html, body, div, span, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, address, cite, code,
  del, dfn, em, img, ins, kbd, q, samp,
  small, strong, sub, sup, var,
  b, i,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section, summary,
  time, mark, audio, video {
  	background: transparent;
  	border: 0;
  	font-size: 100%;
  	margin: 0;
  	outline: 0;
  	padding: 0;
  	vertical-align: baseline;
  }
  
  article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  	display: block;
  }
  
  body {
  	-webkit-text-size-adjust: none;
  }
  
  iframe {
  	background: #fff !important;
  }
  
  audio,
  canvas,
  video {
  	display: inline-block;
  	*display: inline;
  	*zoom: 1;
  }
  audio:not([controls]) {
  	display: none;
  }
  
  [hidden] {
  	display: none;
  }
  
  p {
  	margin: 0 0 15px;
  }
  
  blockquote,
  q {
  	quotes: none;
  }
  
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
  	content: '';
  	content: none;
  }
  
  /* change colours to suit your needs */
  ins {
  	text-decoration: none;
  }
  
  /* change colours to suit your needs */
  mark {
  	font-style: italic;
  	font-weight: bold;
  }
  
  del {
  	text-decoration: line-through;
  }
  
  abbr[title],
  dfn[title] {
  	border-bottom: 1px dotted;
  	cursor: help;
  }
  
  /* change border colour to suit your needs */
  hr {
  	border: 0;
  	border-top: 1px solid #cccccc;
  	display: block;
  	height: 1px;
  	margin: 1em 0;
  	padding: 0;
  }
  
  pre, code, kbd, samp {
  	font-family: monospace, sans-serif;
  }
  
  
  /* Accessible focus treatment */
  a,
  a:hover,
  a:active {
  	outline: none;
  }
  
  /* Remove margins for navigation lists */
  small {
  	font-size: 85%;
  }
  
  strong {
  	font-weight: bold;
  }
  
  img {
  	font-size: 0;
  	line-height: 0;
  	vertical-align: top;
  	-ms-interpolation-mode: bicubic;
  }
  
  svg:not(:root) {
  	overflow: hidden;
  }
  
  sub {
  	vertical-align: sub;
  	font-size: smaller;
  }
  sup {
  	vertical-align: super;
  	font-size: smaller;
  }
  
  pre {
  	padding: 15px;
  	white-space: pre; /* CSS2 */
  	white-space: pre-wrap; /* CSS 2.1 */
  	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  	word-wrap: break-word; /* IE */
  }
  
  
  /* Lists
  ===========================================================================*/
  
  ul,
  ol {
  	margin: 0;
  	padding-left: 0;
  }
  
  ol {
  	list-style-type: decimal;
  }
  
  nav ul {
  	list-style: none;
  }
  
  li ul,
  li ol {
  	margin: 0;
  }
  
  
  dl {
  	margin: 0 0 1.5em 0;
  }
  
  dl dt {
  	font-weight: bold;
  }
  
  dl dd {
  	margin-left: 1.5em;
  }
  
  
  /* Table
  ===========================================================================*/
  
  table {
  	border-collapse: collapse;
  	border-spacing: 0;
  	margin-bottom: 1.5em;
  	width: 100%;
  }
  
  th,
  tr,
  td {
  	padding: 0.1em 0.5em;
  	vertical-align: top;
  }
  
  th {
  	font-weight: bold;
  }
  
  
  /* Forms
  ===========================================================================*/
  
  /*
   * Corrects margin displayed oddly in IE6/7
   */
  form {
  	margin: 0;
  }
  
  /*
   * 1. Corrects font size not being inherited in all browsers
   * 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
   * 3. Improves appearance and consistency in all browsers
   */
  button,
  input,
  select,
  textarea {
  	font-size: 100%; /* 1 */
  	font-family: sans-serif;
  	margin: 0; /* 2 */
  	vertical-align: baseline; /* 3 */
  	*vertical-align: middle; /* 3 */
  }
  
  /*
   * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
   * 2. Corrects inner spacing displayed oddly in IE6/7
   */
  button,
  input {
  	line-height: normal; /* 1 */
  	*overflow: visible; /* 2 */
  }
  
  /*
   * Corrects overlap and whitespace issue for buttons and inputs in IE6/7
   * Known issue: reintroduces inner spacing
   */
  table button,
  table input {
  	*overflow: auto;
  }
  
  /*
   * 1. Improves usability and consistency of cursor style between image-type 'input' and others
   * 2. Corrects inability to style clickable 'input' types in iOS
   */
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
  	cursor: pointer; /* 1 */
  	-webkit-appearance: button; /* 2 */
  }
  
  /*
   * 1. Addresses box sizing set to content-box in IE8/9
   * 2. Addresses excess padding in IE8/9
   */
  input[type="checkbox"],
  input[type="radio"] {
  	box-sizing: border-box; /* 1 */
  	padding: 0; /* 2 */
  }
  
  input[type="radio"] {
  	vertical-align: text-bottom;
  }
  
  input[type="checkbox"] {
  	vertical-align: middle;
  	*vertical-align: baseline;
  }
  
  /*
   * 1. Addresses appearance set to searchfield in S5, Chrome
   * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
   */
  input[type="search"] {
  	-webkit-appearance: textfield; /* 1 */
  	-moz-box-sizing: content-box;
  	-webkit-box-sizing: content-box; /* 2 */
  	box-sizing: content-box;
  }
  
  /*
   * Corrects inner padding displayed oddly in S5, Chrome on OSX
   */
  input[type="search"]::-webkit-search-decoration {
  	-webkit-appearance: none;
  }
  
  /*
   * Corrects inner padding and border displayed oddly in FF3/4
   * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
   */
  button::-moz-focus-inner,
  input::-moz-focus-inner {
  	border: 0;
  	padding: 0;
  }
  
  /*
   * 1. Removes default vertical scrollbar in IE6/7/8/9
   * 2. Improves readability and alignment in all browsers
   */
  textarea {
  	overflow: auto;
  	vertical-align: top;
  	resize: none;
  }
  
  select:focus, input:focus, textarea:focus {
  	outline: none;
  }
  
  /* hand cursor on clickable input elements */
  label,
  input[type=button],
  input[type=submit], button {
  	cursor: pointer;
  }
  
  fieldset {
  	border: 1px solid;
  	margin: .5em 0;
  	padding: 1em;
  }
  
  legend {
  	*margin-left: -7px;
  }
  
  
  /* Classes
  ===========================================================================*/
  
  /* for image replacement */
  .ir {
  	background-color: transparent;
  	background-repeat: no-repeat;
  	border: 0;
  	direction: ltr;
  	display: block;
  	overflow: hidden;
  	text-align: left;
  	text-indent: -999em;
  }
  
  .ir br {
  	display: none;
  }
  
  /* Hide from both screenreaders and browsers:h5bp.com/u */
  .hidden {
  	display: none !important;
  	visibility: hidden;
  }
  
  /* Hide only visually, but have it available for screenreaders:h5bp.com/v */
  .visuallyhidden {
  	border: 0;
  	clip: rect(0 0 0 0);
  	height: 1px;
  	margin: -1px;
  	overflow: hidden;
  	padding: 0;
  	position: absolute;
  	width: 1px;
  }
  
  /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard:h5bp.com/p */
  .visuallyhidden.focusable:active,
  .visuallyhidden.focusable:focus {
  	clip: auto;
  	height: auto;
  	margin: 0;
  	overflow: visible;
  	position: static;
  	width: auto;
  }
  
  /* Hide visually and from screenreaders, but maintain layout */
  .invisible {
  	visibility: hidden;
  }
  
  #cboxTitle {
  	background: #fff;
  	opacity: 0.8;
  	filter: alpha(opacity=80);
  }
  
  #edit-author #edit-name {
  	background-image: none;
  }
  
  #skip-link {
  	position: absolute;
  }
  
  .at300b iframe {
  	background: none !important;
  }
  
  .addthis_toolbox {
  	padding-top: 3px;
  }
  
  .addthis_button_compact {
  	margin: 4px 0 0 30px;
  } 
}
/*})'"*/
@media screen {
 
  
  
  body {
  	-webkit-tap-highlight-color:#50bcca;
  	background:#51bdcb;
  	color:#9a9a9a;
  	font-family: sans-serif;
  	font-size:14px;
  	line-height:24px;
  	min-width:1250px;
  	position:relative;
  } .open-sans 
  
  
  body{font-family: 'Open Sans', sans-serif;}
  h1 {
  	color:#383838;
  	font:600 48px/60px  sans-serif;
  	margin-bottom:30px;
  } .open-sans h1{font: 600 48px/60px 'Open Sans', sans-serif;}
  h2 {
  	color:#383838;
  	font:300 36px/40px  sans-serif;
  	margin-bottom:37px;
  	text-align:center;
  	overflow:hidden;
  	padding-bottom:3px;
  } .open-sans h2{font: 300 36px/40px 'Open Sans', sans-serif;}
  #sidebar-first h2, #sidebar-second h2 { text-align:left; }
  #sidebar-first h2:after, #sidebar-first h2:before, #sidebar-second h2:after, #sidebar-second h2:before { display:none; }
  .welcome-block h2:after, .welcome-block h2:before { display:none; }
  h2:after {
  	background:url(/sites/all/themes/theme892/images/border-circle-right.png) left top no-repeat;
  	content:'';
  	display:inline-block;
  	height:6px;
  	margin-right:-100%;
  	margin-left:40px;
  	position:relative;
  	top:-8px;
  	width:100%;
  }
  h2:before {
  	background:url(/sites/all/themes/theme892/images/border-circle-left.png) right top no-repeat;
  	content:'';
  	display:inline-block;
  	height:6px;
  	margin-left:-100%;
  	margin-right:40px;
  	position:relative;
  	top:-8px;
  	width:100%;
  }
  h3, #block-tm-follow-user h2 {
  	color:#383838;
  	font:400 30px/26px  sans-serif;
  	margin-bottom:23px;
  } .open-sans h3, .open-sans #block-tm-follow-user h2{font: 400 30px/26px 'Open Sans', sans-serif;}
  .profile h3 {
  	border-bottom:1px solid #e5e5e5;
  	overflow:hidden;
  	padding-bottom:5px;
  }
  h4 {
  	color:#383838;
  	font:400 24px/24px  sans-serif;
  	margin-bottom:20px;
  } .open-sans h4{font: 400 24px/24px 'Open Sans', sans-serif;}
  h5 {
  	color:#606060;
  	font:400 18px/24px  sans-serif;
  	margin-bottom:10px;
  } .open-sans h5{font: 400 18px/24px 'Open Sans', sans-serif;}
  h6 {
  	color:#383838;
  	font:400 14px/20px  sans-serif;
  	margin-bottom:5px;
  	text-transform:uppercase;
  } .open-sans h6{font: 400 14px/20px 'Open Sans', sans-serif;}
  h1 a, h2 a, h3 a, h4 a, h5 a {
  	color:inherit;
  	text-decoration:none;
  }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  	color:#50bcca;
  	text-decoration:none;
  }
  input[type="text"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="month"], input[type="password"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
  	background:#fff;
  	border:1px solid #e5e5e5;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
  	box-sizing:border-box;
  	color:#9a9a9a !important;
  	font:14px  sans-serif;
  	max-width:100%;
  	padding:5px 10px 6px;
  } .open-sans input[type="text"], .open-sans input[type="color"], .open-sans input[type="date"], .open-sans input[type="datetime"], .open-sans input[type="datetime-local"], .open-sans input[type="email"], .open-sans input[type="number"], .open-sans input[type="month"], .open-sans input[type="password"], .open-sans input[type="search"], .open-sans input[type="tel"], .open-sans input[type="time"], .open-sans input[type="url"], .open-sans input[type="week"], .open-sans textarea, .open-sans select{font: 14px 'Open Sans', sans-serif;}
  fieldset { border-color:#e5e5e5; }
  #search-form .form-item { display:block; }
  #user-login .form-text, #contact-site-form .form-text, .search-form .form-text { width:100%; }
  #contact-site-form label { vertical-align:middle; }
  a {
  	color:#50bcca;
  	text-decoration:none;
  }
  a:hover {
  	text-decoration:none;
  	color:#f6953f;
  }
  .btn a, .more-link a, input[type="submit"], input[type="reset"], ul.links li a, .view-portfolio .views-field-view-node a, #block-poll-recent ul.links li a, #filters li a, .content ul.pager li a, .content ul.pager li.pager-current, .content ul.entity_pager.count_word_many li a, .view .date-nav-wrapper .date-prev a, .view .date-nav-wrapper .date-next a, .form-submit {
  	background:#50bcca;
  	border:none;
  	border-radius:0;
  	box-shadow:none;
  	color:#fff;
  	display:inline-block;
  	font:600 14px/20px  sans-serif;
  	outline:none;
  	padding:6px 25px;
  	text-decoration:none;
  	text-transform:uppercase;
  	border-radius:16px;
  } .open-sans .btn a, .open-sans .more-link a, .open-sans input[type="submit"], .open-sans input[type="reset"], .open-sans ul.links li a, .open-sans .view-portfolio .views-field-view-node a, .open-sans #block-poll-recent ul.links li a, .open-sans #filters li a, .open-sans .content ul.pager li a, .open-sans .content ul.pager li.pager-current, .open-sans .content ul.entity_pager.count_word_many li a, .open-sans .view .date-nav-wrapper .date-prev a, .open-sans .view .date-nav-wrapper .date-next a, .open-sans .form-submit{font: 600 14px/20px 'Open Sans', sans-serif;}
  .btn a:hover, .more-link a:hover, input[type="submit"]:hover, input[type="reset"]:hover, ul.links li a:hover, .view-portfolio .views-field-view-node a:hover, #block-poll-recent ul.links li a:hover, #filters li a:hover, #filters li a.selected, .content ul.pager li a:hover, .content ul.entity_pager.count_word_many li a:hover, .content ul.pager li.pager-current, .view .date-nav-wrapper .date-prev a:hover, .view .date-nav-wrapper .date-next a:hover, .form-submit:hover {
  	background:#f6953f;
  	color:#fff;
  	text-decoration:none;
  }
  input[type="submit"], input[type="reset"] { padding:7px 20px; }
  .more-link {
  	padding-top:20px;
  	text-align:left;
  }
  ul, .item-list ul, ul.menu { margin:0 0 24px; }
  ul li, .item-list ul li, ul.menu li {
  	/*background:url(/sites/all/themes/theme892/images/list-marker.gif) 0 19px no-repeat;*/
  	list-style:none;
  	font-size:16px;
  	line-height:40px;
  	margin:0;
  	padding:0 0 0 12px;
  }
  ul li:first-child, .item-list ul li:first-child, ul.menu li:first-child { margin-top:0; }
  ul li a, .item-list ul li a, ul.menu li a {
  	color:#9a9a9a;
  	text-decoration:none;
  }
  ul li a:hover, .item-list ul li a:hover, ul.menu li a:hover {
  	color:#50bcca;
  	text-decoration:none;
  }
  ul li ul, .item-list ul li ul, ul.menu li ul { padding-top:10px; }
  ul.tabs li, ul.flex-direction-nav li, ul.links li, ul#admin-menu-menu li, ul#admin-menu-account li, ul#admin-menu-icon li, ul.slides li, ul.contextual-links li, ul.tips li, ul.pager li, .messages.error ul li, .rate-widget ul li {
  	background:none;
  	font:inherit;
  	margin-top:0;
  	padding-left:0;
  }
  .messages.error ul li { list-style:disc; }
  #admin-menu, #admin-menu .dropdown { z-index:10000; }
  img {
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
  	box-sizing:border-box;
  	height:auto;
  	max-width:100%;
  	width:auto;
  }
  .frame, .views-field-field-image, .view-portfolio .isotope-element .views-field-field-portfolio-image, .field-name-field-blog-media, .field-name-field-image, .field-name-field-portfolio-image, .field-name-field-service-image, .field-name-field-employee-photo, .field-name-field-banner-image, .field-name-field-slide-image, .views-field-field-video, .views-field-field-enent-image {
  	margin-bottom:25px;
  	position:relative;
  }
  .field-name-field-banner-image { width:250px; }
  .user-picture {
  	background:none;
  	float:left;
  	margin-right:15px;
  	max-width:45%;
  	padding:0;
  }
  .profile .user-picture {
  	float:right;
  	margin:0 0 0 20px;
  }
  p { margin-bottom:24px; }
  table { margin-bottom:0; }
  table tr.odd, table tr.even { border:none; }
  table tr.odd { background:transparent; }
  table tr.even { background:#f0f0f0; }
  table th {
  	background:#f0f0f0;
  	border:none;
  	color:#50bcca;
  	font-size:14px;
  	padding:5px;
  }
  table th a { color:inherit; }
  table th a:hover {
  	color:#50bcca;
  	text-decoration:none;
  }
  table td { padding:5px; }
  .extra-wrap { overflow:hidden; }
  .wrapper {
  	overflow:hidden;
  	position:relative;
  	width:100%;
  }
  .clearfix { position:relative; }
  .clearfix:after {
  	clear:both;
  	content:'\0020';
  	display:block;
  	height:0;
  	overflow:hidden;
  	visibility:hidden;
  	width:0;
  }
  .region-header-top:after, .region-header:after, .region-header-bottom:after, .region-content-top:after, .region-content:after, .region-content-bottom:after, .region-footer-top:after, .region-footer:after {
  	clear:both;
  	content:'';
  	display:block;
  	width:100%;
  }
  .fclear { clear:both; }
  .separator {
  	clear:both;
  	height:40px;
  }
  .separator-top {
  	border-top:0;
  	clear:both;
  	margin-top:50px;
  	padding-top:0;
  }
  .separator-bottom {
  	border-bottom:0;
  	margin-bottom:50px;
  	padding-bottom:0;
  }
  .align-left { text-align:left; }
  .align-center { text-align:center; }
  .align-right { text-align:right; }
  .style-1 {
  	font-size:16px;
  	line-height:30px;
  	margin-bottom:35px;
  }
  ::selection, ::-moz-selection {
  	background:#50bcca;
  	color:#fff;
  	text-shadow:none;
  }
  img::selection, img::-moz-selection { background:transparent; }
  .region-header-top { margin-bottom:30px; }
  #header {
  	position:relative;
  	width:100%;
  	background:#25aebf;
  }
  .header-section-1 {
  	text-align:center;
  	padding:50px 0 0;
  }
  .header-section-1 .row-2 { padding:28px 0 38px; }
  .header-section-2 {
  	background:url(/sites/all/themes/theme892/images/header-img.jpg) center top no-repeat #51bdcb;
  	padding:102px 0 94px;
  }
  .header-block-1 {
  	background:rgba(0,0,0,0.35);
  	text-align:center;
  	color:#fff;
  	padding:59px 60px 66px;
  	font-size:20px;
  	line-height:30px;
  }
  .ie8 .header-block-1 { background:#000; }
  .header-block-1 h1 {
  	color:#fff;
  	font-style:italic;
  	margin-bottom:10px;
  }
  .header-block-1 .btn a {
  	font:600 16px/20px  sans-serif;
  	padding:6px 25px 8px;
  	background:#f6953f;
  } .open-sans .header-block-1 .btn a{font: 600 16px/20px 'Open Sans', sans-serif;}
  .header-block-1 .btn a:hover { background:#50bcca; }
  .header-section-3 {
  	color:#fff;
  	background:#51bdcb;
  	text-align:center;
  	padding:51px 0 52px;
  	font-size:18px;
  	line-height:30px;
  	font-weight:300;
  }
  .header-section-3 h2 {
  	text-align:center;
  	color:#fff;
  	margin-bottom:10px;
  }
  .stickup {
  	-moz-transition:all 0.4s ease;
  	-o-transition:all 0.4s ease;
  	-webkit-transition:all 0.4s ease;
  	transition:all 0.4s ease;
  	z-index:9999;
  }
  .isStuck {
  	background:#25aebf;
  	box-shadow:0 2px 3px 0 rgba(0,0,0,0.2);
  	left:0;
  	right:0;
  	top:0;
  }
  .admin-menu .isStuck { margin-top:29px !important; }
  .site-name { margin-bottom:0;
  			color:#FFFFFF;}
  .site-name a:hover {
  	color:inherit;
  	text-decoration:none;
  }
  .select-menu { display:none !important; }
  #superfish-1 {
  	background:none;
  	margin-bottom:0;
  	padding:0;
  	width:auto;
  	z-index:101;
  	float:none;
  	text-align:center;
  	position:relative;
  }
  #superfish-1:after {
  	clear:both;
  	content:'\0020';
  	display:block;
  	height:0;
  	overflow:hidden;
  	visibility:hidden;
  	width:0;
  }
  #superfish-1 > li {
  	background:none;
  	border:0;
  	font:600 14px/17px  sans-serif;
  	margin:0 0 0 3px;
  	overflow:inherit;
  	padding:0;
  	display:inline-block;
  	text-transform:uppercase;
  	float:none;
  } .open-sans #superfish-1 > li{font: 600 14px/17px 'Open Sans', sans-serif;}
  #superfish-1 > li:first-child { margin-left:0; }
  #superfish-1 > li > a {
  	color:#fff;
  	text-decoration:none;
  	padding:9px 22px;
  }
  #superfish-1 > li > a:hover, #superfish-1 > li.active-trail > a, #superfish-1 > li.sfHover > a {
  	color:#fff;
  	text-decoration:none;
  	border:1px solid #57c1c5;
  	padding:8px 21px;
  }
  #superfish-1 > li ul {
  	background:#f6953f;
  	text-align:left;
  	display:none;
  	padding:15px 0 11px;
  	top:45px;
  	width:120px !important;
  }
  #superfish-1 > li ul li {
  	background:none;
  	border-bottom:0;
  	float:none !important;
  	font-size:12px;
  	line-height:30px;
  	font-weight:400;
  	height:auto;
  	text-transform:none;
  	padding:0 15px;
  	width:auto !important;
  }
  #superfish-1 > li ul li > a:visited, #superfish-1 > li ul li > a {
  	color:#fff;
  	text-decoration:none;
  }
  #superfish-1 > li ul li > a:hover, #superfish-1 > li ul li.active-trail > a, #superfish-1 > li ul li.sfHover > a {
  	color:#2b1915;
  	text-decoration:none;
  }
  #superfish-1 > li ul li ul {
  	left:101% !important;
  	top:-15px;
  }
  .flex-viewport {
  	-moz-transition:none;
  	-o-transition:none;
  	-webkit-transition:none;
  	transition:none;
  }
  .flexslider {
  	background:none;
  	border:none;
  	border-radius:0;
  	box-shadow:none;
  	margin-bottom:0;
  }
  #flexslider-1 .slides li { padding:0; }
  #flexslider-1 .slides li img { width:100%; }
  #flexslider-1 .flex-control-nav {
  	bottom:20px;
  	font-size:0;
  	line-height:0;
  	z-index:20;
  }
  #flexslider-1 .flex-control-nav li a { box-shadow:none; }
  #flexslider-1 .flex-control-thumbs li { width:20%; }
  #flexslider-1 .flex-direction-nav a:before { line-height:40px; }
  #flexslider-1:hover .flex-next {
  	opacity:1;
  	right:0;
  }
  #flexslider-1:hover .flex-prev {
  	opacity:1;
  	left:0;
  }
  #flexslider-1 .flex-caption {
  	top:50px;
  	left:50px;
  	position:absolute;
  	width:530px;
  }
  .region-content-top { margin-bottom:30px; }
  #main-wrapper {
  	padding:50px 0 0;
  	background:#f6f6f6;
  }
  #content { padding:0 0 30px; }
  .region-content { padding:0; }
  .views-row { margin-bottom:30px; }
  .views-row.last { margin-bottom:0; }
  .view-about-us .views-row {
  	border:1px solid #e5e5e5;
  	-webkit-box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	box-sizing:border-box;
  	background:#fff;
  	text-align:center;
  }
  .view-about-us .about-caption { padding:0 25px 40px; }
  div.messages {
  	margin-bottom:30px;
  	padding-right:30px;
  }
  div.messages .dismiss {
  	box-shadow:none;
  	border-radius:2px;
  	font-family: sans-serif;
  	line-height:normal;
  	padding:2px 6px 4px;
  	text-transform:lowercase;
  	width:auto;
  } .open-sans div.messages .dismiss{font-family: 'Open Sans', sans-serif;}
  div.messages .dismiss:hover {
  	color:#fff;
  	text-shadow:none;
  }
  #breadcrumb {
  	color:#9a9a9a;
  	margin-bottom:30px;
  	padding:0;
  }
  #breadcrumb a {
  	color:inherit;
  	padding:0 3px;
  	text-decoration:none;
  }
  #breadcrumb a:first-child { padding-left:0; }
  #breadcrumb a:last-child { padding-right:0; }
  #breadcrumb a:hover { color:#50bcca; }
  .tabs-wrapper { margin:1px 0 20px; }
  .tabs { overflow:hidden; }
  .tabs ul.primary {
  	border:0;
  	border-bottom:1px solid #e5e5e5;
  	margin:0 0 20px;
  	overflow:hidden;
  	padding:4px 0;
  }
  .tabs ul.primary li {
  	float:left;
  	display:block;
  	margin-bottom:-1px;
  	margin-right:4px;
  }
  .tabs ul.primary li:last-child { margin-right:0; }
  .tabs ul.primary li a {
  	background:#fff;
  	border:1px solid #e5e5e5;
  	border-bottom:0;
  	border-radius:3px 3px 0 0;
  	color:#9a9a9a;
  	font-size:12px;
  	font-weight:normal;
  	margin:0;
  	overflow:hidden;
  	padding:3px 15px 4px;
  	text-shadow:none;
  	-moz-transition:all 0.1s linear;
  	-o-transition:all 0.1s linear;
  	-webkit-transition:all 0.1s linear;
  	transition:all 0.1s linear;
  }
  .tabs ul.primary li.active a, .tabs ul.primary li a:hover {
  	background:#50bcca;
  	border-color:#44b8c6;
  	color:#fff;
  	text-decoration:none;
  }
  .rate-widget-emotion ul {
  	margin-bottom:0;
  	overflow:hidden;
  }
  .rate-widget-emotion ul li {
  	float:left;
  	margin:0 0 0 10px;
  }
  .rate-widget-emotion ul li:first-child { margin-left:0; }
  .rate-widget-emotion ul li a {
  	background:none;
  	border:none;
  	color:transparent !important;
  	font-size:0;
  	line-height:0;
  	opacity:0.5;
  	filter:alpha(opacity=50);
  	padding:0;
  	text-decoration:none;
  }
  .rate-widget-emotion ul li a:before {
  	color:#9a9a9a !important;
  	content:"\f11a";
  	font:18px/22px FontAwesome;
  }
  .rate-widget-emotion ul li a:hover {
  	background:none;
  	opacity:1;
  	filter:alpha(opacity=100);
  	text-decoration:none;
  }
  .rate-widget-emotion ul li a:hover:before { color:#50bcca !important; }
  .rate-widget-emotion ul li.first a:before { content:"\f119"; }
  .rate-widget-emotion ul li.last a:before { content:"\f118"; }
  .rate-widget-thumbs_up a {
  	background:none;
  	color:transparent;
  	font-size:0;
  	height:auto;
  	line-height:0;
  	opacity:0.5;
  	filter:alpha(opacity=50);
  	text-decoration:none;
  	text-indent:0;
  	width:auto;
  }
  .rate-widget-thumbs_up a:after {
  	color:#9a9a9a;
  	content:"\f004";
  	font:18px/22px FontAwesome;
  }
  .rate-widget-thumbs_up a:hover {
  	opacity:1;
  	filter:alpha(opacity=100);
  	text-decoration:none;
  }
  .rate-widget-thumbs_up a:hover:after { color:#50bcca; }
  .rate-widget-fivestar ul { margin-bottom:0; }
  .rate-widget-fivestar ul li a {
  	background:none;
  	color:transparent;
  	font-size:0;
  	height:auto;
  	line-height:0;
  	opacity:0.5;
  	filter:alpha(opacity=50);
  	text-decoration:none;
  	text-indent:0;
  	width:auto;
  }
  .rate-widget-fivestar ul li a:before {
  	color:#9a9a9a;
  	content:"\f005";
  	font:18px/22px FontAwesome;
  }
  .rate-widget-fivestar ul li a:hover, .rate-widget-fivestar ul li a.rate-fivestar-btn-filled {
  	opacity:1;
  	filter:alpha(opacity=100);
  }
  .rate-widget-fivestar ul li a:hover:before, .rate-widget-fivestar ul li a.rate-fivestar-btn-filled:before { color:#50bcca; }
  .rate-widget-yesno ul { margin-bottom:0; }
  .rate-widget-yesno ul li { margin-left:10px; }
  .rate-widget-yesno ul li:first-child { margin-left:0; }
  .rate-widget-yesno ul li a {
  	border:none;
  	background:none;
  	color:transparent;
  	font-size:0;
  	height:auto;
  	line-height:0;
  	opacity:0.5;
  	filter:alpha(opacity=50);
  	text-decoration:none;
  	text-indent:0;
  	width:auto;
  }
  .rate-widget-yesno ul li a:before {
  	color:#9a9a9a;
  	font:18px/22px FontAwesome;
  }
  .rate-widget-yesno ul li a:hover {
  	background:none;
  	opacity:1;
  	filter:alpha(opacity=100);
  }
  .rate-widget-yesno ul li a:hover:before { color:#50bcca; }
  .rate-widget-yesno ul li.first a:before { content:"\f165"; }
  .rate-widget-yesno ul li.last a:before { content:"\f164"; }
  #block-views-what-we-offer-block { text-align:center; }
  .view-latest-events .views-row.alpha { clear:left; }
  .view-latest-events .views-field-created {
  	font-size:18px;
  	color:#727272;
  	margin-bottom:10px;
  }
  .view-latest-events a { color:#9a9a9a; }
  .view-latest-events a:hover { color:#50bcca; }
  .content-bottom-section-1 {
  	padding:57px 0 69px;
  	background:#51bdcb;
  	color:#fff;
  }
  .front .content-bottom-section-1 { background:url(/sites/all/themes/theme892/images/content-bottom-img.jpg) center top no-repeat #7bc4cd; }
  .content-bottom-section-1 h2 { color:#fff; }
  .content-bottom-section-1 h2:before { background-image:url(/sites/all/themes/theme892/images/border-circle-left-2.png); }
  .content-bottom-section-1 h2:after { background-image:url(/sites/all/themes/theme892/images/border-circle-right-2.png); }
  .content-bottom-section-1 .btn a { background:#f6953f; }
  .content-bottom-section-1 .btn a:hover { background:#25aebf; }
  .header-section-3 h2 { color:#fff; }
  .header-section-3 h2:before { background-image:url(/sites/all/themes/theme892/images/border-circle-left-2.png); }
  .header-section-3 h2:after { background-image:url(/sites/all/themes/theme892/images/border-circle-right-2.png); }
  .view-videos#block-views-videos-block .views-row.alpha { clear:left; }
  #block-views-videos-block a { color:#fff; }
  #block-views-videos-block a:hover {
  	color:#fff;
  	text-decoration:underline;
  }
  #block-views-videos-block p { margin-bottom:0; }
  #block-views-videos-block .more-link { text-align:center; }
  #block-views-videos-block .more-link a {
  	font:600 16px/20px  sans-serif;
  	padding:9px 45px 9px;
  	background:#f6953f;
  	border-radius:20px;
  } .open-sans #block-views-videos-block .more-link a{font: 600 16px/20px 'Open Sans', sans-serif;}
  #block-views-videos-block .more-link a:hover {
  	text-decoration:none;
  	background:#50bcca;
  }
  .view-videos .views-row.alpha { clear:left; }
  #isotope-container {
  	margin-left:-10px;
  	margin-right:-10px;
  }
  .isotope-element {
  	background:none;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
  	box-sizing:border-box;
  	color:inherit;
  	margin:0 10px 30px;
  	height:auto;
  	padding:0;
  	position:relative;
  	width:auto;
  }
  .isotope-element .views-field-field-portfolio-image {
  	background:url(/sites/all/themes/theme892/images/ajax-loader.gif) center center no-repeat #fff;
  	margin-bottom:25px;
  }
  .isotope-element .views-field-field-portfolio-image a {
  	background:#fff;
  	display:block;
  	position:relative;
  	text-decoration:none;
  }
  .isotope-element .views-field-field-portfolio-image a:after {
  	background:none;
  	color:#f6953f;
  	content:"\f00e";
  	font:50px/50px FontAwesome;
  	left:50%;
  	margin:-25px 0 0 -25px;
  	position:absolute;
  	top:-100%;
  	z-index:999;
  }
  .isotope-element .views-field-field-portfolio-image a:hover:after { top:50%; }
  .isotope-element .views-field-field-portfolio-image img { width:100%; }
  .isotope-element .views-field-body { margin-bottom:25px; }
  #isotope-options { background:none; }
  #isotope-options #filters {
  	margin-bottom:20px;
  	text-align:right;
  }
  #isotope-options #filters li {
  	display:inline-block;
  	margin-left:10px;
  	margin-bottom:10px;
  	padding:0;
  	background:none;
  }
  .field-name-field-portfolio-category ul {
  	float:left;
  	overflow:hidden;
  }
  .field-name-field-portfolio-category ul:before {
  	content:"\f02e";
  	display:block;
  	float:left;
  	font-family:fontAwesome;
  	margin-right:4px;
  }
  .page-blog .content-header ul { margin-bottom:0; }
  .page-blog .content-header ul li {
  	background:none;
  	padding:0;
  }
  .node {
  	border-top:0;
  	clear:both;
  	margin-top:50px;
  	padding-top:0;
  }
  .node:first-child {
  	background:none;
  	border-top:0;
  	margin-top:0;
  	padding-top:0;
  }
  .node-header { margin-bottom:20px; }
  .node-submitted { margin:0; }
  .node-submitted a { color:inherit; }
  .node-submitted a:hover {
  	color:#50bcca;
  	text-decoration:none;
  }
  .node-submitted .node-author, .node-submitted .node-time, .node-submitted .node-views { margin-right:7px; }
  .node-teaser .field-type-file, .node-teaser .field-type-image, .node-employee .field-type-image { margin:0 0 20px 0; }
  .media-vimeo-video { padding-bottom:36.7%; }
  .node-teaser .media-vimeo-video { padding-bottom:34%; }
  .media-youtube-video { padding-bottom:50.2%; }
  .node-teaser .media-youtube-video { padding-bottom:63.2%; }
  .media-vimeo-video, .media-youtube-video {
  	height:0;
  	overflow:hidden;
  	padding-top:30px;
  	position:relative;
  }
  .media-vimeo-video iframe, .media-youtube-video iframe {
  	height:100%;
  	left:0;
  	position:absolute;
  	top:0;
  	width:100%;
  }
  .links { list-style:none; }
  .links li {
  	display:inline-block !important;
  	margin-bottom:5px;
  	margin-right:5px;
  }
  .content ul.pager {
  	margin-top:30px;
  	text-align:left;
  }
  .content ul.pager li {
  	margin:0px 1px 5px;
  	padding:0;
  	display:inline-block;
  }
  .node footer { padding-top:10px; }
  .node footer .field-name-field-tags { padding-top:20px; }
  .node footer .field-name-field-tags .field-label {
  	background:none;
  	float:left;
  	font:inherit;
  	font-weight:bold;
  	margin-right:15px;
  	padding:0;
  	text-shadow:none;
  	text-transform:none;
  }
  .node footer .field-name-field-tags .field-items {
  	overflow:hidden;
  	padding-bottom:15px;
  	width:100%;
  }
  .node footer .field-name-field-tags ul li {
  	float:left;
  	margin:0 0 5px 10px;
  }
  .node footer .field-name-field-tags ul li:first-child { margin-left:0; }
  .node footer .field-name-field-tags ul li a {
  	font:inherit;
  	font-weight:bold;
  	padding:2px 8px;
  }
  .field-name-field-blog-tags ul {
  	float:left;
  	overflow:hidden;
  }
  .field-name-field-blog-tags ul:before {
  	content:"\f02c";
  	display:block;
  	float:left;
  	font-family:fontAwesome;
  	margin-right:4px;
  }
  #comments {
  	border-top:0;
  	clear:both;
  	margin-top:50px;
  	padding-top:0;
  }
  #comments .indented { margin-left:20px; }
  .comment {
  	background:transparent;
  	border:1px solid #e5e5e5;
  	margin-bottom:10px;
  	padding:25px;
  }
  .comment .comment-submitted { margin:0 0 5px; }
  .comment .comment-content { margin-bottom:20px; }
  .comment .comment-footer { padding:0; }
  #comment-form-wrapper {
  	border-top:0;
  	clear:both;
  	margin-top:50px;
  	padding-top:0;
  }
  #comment-form .form-item {
  	margin:0 0 15px;
  	overflow:hidden;
  	width:100%;
  }
  #comment-form label { vertical-align:middle; }
  #comment-form .form-type-item label {
  	float:left;
  	padding-right:10px;
  }
  #comment-form .form-text { width:100%; }
  #comment-form .form-textarea {
  	height:200px;
  	width:100%;
  }
  #comment-form .filter-wrapper {
  	border:none;
  	padding:0;
  }
  #comment-form .filter-wrapper .fieldset-wrapper > * { padding:0; }
  #comment-form .filter-wrapper .filter-help { padding-top:15px; }
  #comment-form .filter-wrapper .filter-help a {
  	background:none;
  	display:inline-block;
  	padding:0;
  }
  #comment-form .filter-wrapper label {
  	display:inline-block;
  	margin-right:15px;
  }
  #comment-form .form-actions {
  	margin:0;
  	padding-top:20px;
  }
  #comment-form .form-actions #edit-submit { margin-right:5px; }
  #edit-comment-body-und-0-format-guidelines { clear:both; }
  #edit-comment-body-und-0-format-guidelines ul { font:inherit; }
  #edit-comment-body-und-0-format-guidelines ul li {
  	background:none;
  	overflow:hidden;
  	margin:0;
  	padding:0;
  	width:100%;
  }
  .panels-flexible-region-11-contacts {
  	float:none;
  	width:100%;
  }
  .action-links {
  	overflow:hidden;
  	padding:0 0 25px;
  }
  .action-links li {
  	float:left;
  	margin-left:10px;
  }
  .action-links li:first-child { margin-left:0; }
  .action-links li a { font-weight:bold; }
  #forum table td.topics, #forum table td.posts, #forum table td.replies { text-align:center; }
  #forum table td.container { font-weight:bold; }
  #forum table .description { margin:0; }
  #forum table .indent { margin:0; }
  #forum table .name { overflow:hidden; }
  #forum table .description { clear:both; }
  .field-name-taxonomy-forums, .field-type-taxonomy-term-reference {
  	overflow:hidden;
  	padding-top:20px;
  	width:100%;
  }
  .field-name-taxonomy-forums.field-label-above, .field-type-taxonomy-term-reference.field-label-above { padding-top:0; }
  .field-name-taxonomy-forums .field-label, .field-type-taxonomy-term-reference .field-label {
  	background:none;
  	font:inherit;
  	font-weight:bold;
  	margin:0;
  	text-shadow:none;
  	text-transform:uppercase;
  }
  .field-name-taxonomy-forums ul.links li, .field-type-taxonomy-term-reference ul.links li {
  	float:left;
  	margin:0 0 5px 10px;
  }
  .field-name-taxonomy-forums ul.links li:first-child, .field-type-taxonomy-term-reference ul.links li:first-child { margin-left:0; }
  .field-name-taxonomy-forums ul.links li a, .field-type-taxonomy-term-reference ul.links li a {
  	background:none;
  	border:none;
  	box-shadow:none;
  	color:#50bcca;
  	display:inline;
  	font:inherit;
  	padding:0;
  	text-shadow:none;
  	text-transform:none;
  }
  .field-name-taxonomy-forums ul.links li a:hover, .field-type-taxonomy-term-reference ul.links li a:hover {
  	background:none;
  	text-decoration:underline;
  }
  .page-forum- #main-wrapper .active img {
  	padding:0;
  	background:0;
  	border:none;
  	margin-left:5px;
  	margin-top:4px;
  }
  .page-page-404 .panel-col-first {
  	color:#50bcca;
  	font:bold 250px/200px  sans-serif;
  	text-align:center;
  } .open-sans .page-page-404 .panel-col-first{font: bold 250px/200px 'Open Sans', sans-serif;}
  .panel-2col .panel-col-first .inside { margin:0 20px 0 0; }
  .panel-2col .panel-2col .panel-col-last .inside { margin:0 0 0 20px; }
  .page-testimonials .view-display-id-page .views-row { margin-top:30px; }
  .page-testimonials .view-display-id-page .views-row:first-child { margin-top:0; }
  .page-testimonials .view-display-id-page .views-field-field-testi-image {
  	float:left;
  	margin:0 20px 0 0;
  	max-width:45%;
  	width:80px;
  }
  .page-testimonials .view-display-id-page .views-field-nothing { margin-bottom:10px; }
  .page-testimonials .view-display-id-page .views-field-nothing p { margin-bottom:0; }
  .page-testimonials .view-display-id-page .views-field-nothing a { color:inherit; }
  .page-testimonials .view-display-id-page .views-field-nothing a:hover {
  	color:#50bcca;
  	text-decoration:none;
  }
  .page-testimonials .view-display-id-page .views-field-field-testi-author, .page-testimonials .view-display-id-page .views-field-field-testi-author-info { text-align:right; }
  .field-name-field-testi-image {
  	float:left;
  	margin:0 20px 0 0;
  	max-width:45%;
  }
  .field-name-field-testi-author { font-weight:bold; }
  .view-archive .field-name-body { margin-bottom:20px; }
  .view-archive .views-row { margin-top:40px; }
  .view-archive .views-row:first-child { margin-top:0; }
  .view-archive .field-name-taxonomy-forums { padding-top:0; }
  .view-FAQs.view-id-FAQs .views-row { margin-top:30px; }
  .view-FAQs.view-id-FAQs .views-row:first-child { margin-top:0; }
  .compose-tips .filter-type { margin-top:40px; }
  .compose-tips .filter-type:first-child { margin-top:0; }
  .view-comments-recent.view-display-id-page .views-row { margin-top:30px; }
  .view-comments-recent.view-display-id-page .views-row:first-child { margin-top:0; }
  .sidebar { position:relative; }
  .sidebar .block {
  	border-top:0;
  	clear:both;
  	margin-top:50px;
  	padding-top:0;
  }
  .sidebar .block:first-child {
  	border-top:0 !important;
  	margin-top:0 !important;
  	padding-top:0 !important;
  }
  .not-logged-in .contextual-links { display:none !important; }
  .contextual-links li {
  	padding:0;
  	background:none;
  }
  .calendar-calendar table, .calendar-calendar table td, .calendar-calendar table th, .calendar-calendar .month-view .full th.days { border:1px solid #e5e5e5; }
  .calendar-calendar td.calendar-agenda-items, .calendar-calendar .month-view .full td.single-day .calendar-empty, .calendar-calendar .month-view .full td.single-day.empty, .calendar-calendar .month-view .full td.date-box.empty { border-color:#e5e5e5; }
  .calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today {
  	background-color:transparent;
  	color:#50bcca;
  	font-weight:bold;
  }
  .calendar-calendar th.days {
  	background:#f0f0f0;
  	border:none;
  	color:#9a9a9a;
  }
  .calendar-calendar td { text-align:center; }
  .calendar-calendar td .inner div, .calendar-calendar td .inner div a { background:none; }
  .calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview { background:#f0f0f0; }
  .calendar-calendar .day-view .full td .inner div.calendar .views-field-created {
  	color:#9a9a9a;
  	float:left;
  	width:50px;
  }
  .calendar-calendar .day-view .full td .inner div.calendar .views-field-title { overflow:hidden; }
  .calendar-calendar .month-view .full tr td.single-day.today, .calendar-calendar .month-view .full td.date-box.today { border-color:#50bcca; }
  .view-Calendar .pager .date-prev, .view-Calendar .pager .date-next, .view .date-nav-wrapper .date-prev, .view .date-nav-wrapper .date-next {
  	background:none;
  	border-radius:0;
  	line-height:0;
  	padding:0;
  	top:6px;
  }
  .view-Calendar .pager .date-prev a, .view-Calendar .pager .date-next a, .view .date-nav-wrapper .date-prev a, .view .date-nav-wrapper .date-next a {
  	background:#9a9a9a;
  	color:transparent;
  	display:block;
  	font-size:0;
  	height:22px;
  	line-height:0;
  	margin:0;
  	padding:0;
  	position:relative;
  	text-align:center;
  	-moz-transition:all 0.6s ease;
  	-o-transition:all 0.6s ease;
  	-webkit-transition:all 0.6s ease;
  	transition:all 0.6s ease;
  	width:22px;
  }
  .view-Calendar .pager .date-prev a:before, .view-Calendar .pager .date-next a:before, .view .date-nav-wrapper .date-prev a:before, .view .date-nav-wrapper .date-next a:before {
  	color:#fff;
  	font-family:FontAwesome;
  	font-size:12px;
  	font-weight:normal;
  	left:50%;
  	line-height:22px;
  	margin-left:-5px;
  	margin-top:-11px;
  	position:absolute;
  	top:50%;
  }
  .view-Calendar .pager .date-prev a:hover, .view-Calendar .pager .date-next a:hover, .view .date-nav-wrapper .date-prev a:hover, .view .date-nav-wrapper .date-next a:hover { background:#50bcca; }
  .view .date-nav-wrapper .date-prev { right:auto; }
  .view .date-nav-wrapper .date-prev a:before { content:"\f060"; }
  .view .date-nav-wrapper .date-next a:before { content:"\f061"; }
  table .mini-day-on a { text-decoration:none; }
  table .mini-day-on a:hover { text-decoration:underline; }
  .sidebar #isotope-options #filters { text-align:left; }
  .sidebar #isotope-options #filters li { margin:0 10px 5px 0; }
  #block-views-our-team-block .views-row {
  	margin-bottom:0;
  	margin-top:20px;
  	overflow:hidden;
  }
  #block-views-our-team-block .views-row.views-row.views-row-first { margin-top:0; }
  #block-views-our-team-block .views-row .views-field-field-employee-photo {
  	width:100px;
  	float:left;
  	margin-right:15px;
  }
  #block-views-our-team-block .views-row .views-field-body { margin-bottom:0; }
  #block-views-team-grid-block .views-row {
  	background:#fff;
  	-webkit-box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	box-sizing:border-box;
  	border:1px solid #e5e5e5;
  	text-align:center;
  	padding:0 0 15px;
  }
  #block-views-team-grid-block .frame { margin-bottom:15px; }
  #block-views-team-grid-block .btn { padding-top:25px; }
  #block-views-team-grid-block .btn a {
  	font:600 16px/20px  sans-serif;
  	padding:9px 45px 9px;
  	background:#f6953f;
  	border-radius:20px;
  } .open-sans #block-views-team-grid-block .btn a{font: 600 16px/20px 'Open Sans', sans-serif;}
  #block-views-team-grid-block .btn a:hover {
  	text-decoration:none;
  	background:#50bcca;
  }
  .poll .total, .poll .title { margin-bottom:15px; }
  .poll .bar {
  	background-color:#fff;
  	border:1px solid #e5e5e5;
  	height:20px;
  	margin-bottom:15px;
  	padding:1px;
  }
  .poll .bar .foreground {
  	background-color:#50bcca;
  	display:none;
  	height:20px;
  }
  .poll .percent { float:right; }
  .poll .vote-form {
  	text-align:left;
  	padding-bottom:15px;
  }
  .poll .vote-form .choices { width:100%; }
  #block-poll-recent ul.links li {
  	background:none;
  	padding-left:0;
  }
  #block-views-comments-recent-block .views-row { margin-top:20px; }
  #block-views-comments-recent-block .views-row:first-child { margin-top:0; }
  #block-views-comments-recent-block .views-field-subject a { color:inherit; }
  #block-views-comments-recent-block .views-field-subject a:hover {
  	color:#50bcca;
  	text-decoration:none;
  }
  .contextual-links-region .node-title a { color:inherit; }
  .contextual-links-region .node-title a:hover {
  	color:#50bcca;
  	text-decoration:none;
  }
  #block-views-recent-posts-block .views-row { margin-top:20px; }
  #block-views-recent-posts-block .views-row:first-child { margin-top:0; }
  #block-views-recent-posts-block .views-field-body {
  	clear:both;
  	padding-top:10px;
  }
  #search-block-form .element-invisible, [id^="search-block-form"] .element-invisible { display:none !important; }
  #search-block-form .container-inline, [id^="search-block-form"] .container-inline {
  	border:1px solid #f6953f;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
  	box-sizing:border-box;
  	display:block;
  	overflow:hidden;
  	position:relative;
  	width:100%;
  	
  }
  #search-block-form .form-item-search-block-form, [id^="search-block-form"] .form-item-search-block-form {
  	display:block;
  	margin:0 30px 0 0;
  }
  #search-block-form input.form-text, [id^="search-block-form"] input.form-text {
  	background:none;
  	border:none;
  	display:block;
  	margin:0;
  	width:100%;
  }
  #search-block-form [id^=edit-actions], [id^="search-block-form"] [id^=edit-actions] { z-index:1; }
  #search-block-form [id^=edit-actions]:after, [id^="search-block-form"] [id^=edit-actions]:after {
  	color:#9a9a9a;
  	content:"\f002";
  	cursor:pointer;
  	font:20px/30px FontAwesome;
  	margin-top:-16px;
  	position:absolute;
  	right:0;
  	text-align:center;
  	top:50%;
  	width:30px;
  	z-index:1;
  }
  #search-block-form [id^=edit-actions]:hover:after, [id^="search-block-form"] [id^=edit-actions]:hover:after { color:#50bcca; }
  #search-block-form .form-submit, [id^="search-block-form"] .form-submit {
  	background:none;
  	border:none;
  	border-radius:0;
  	bottom:0;
  	box-shadow:none;
  	color:transparent;
  	cursor:pointer;
  	display:block;
  	font-size:0;
  	line-height:0;
  	margin:0 !important;
  	padding:0;
  	position:absolute;
  	right:0;
  	top:0;
  	width:30px;
  	z-index:2;
  }
  .region-footer-top {
  	margin-top:60px;
  	margin-bottom:30px;
  	padding:0 0 40px;
  }
  #footer {
  	background:#f6f6f6;
  	clear:both;
  	padding:0;
  	position:relative;
  }
  .footer-wrapper {
  	background:#51bdcb;
  	color:#fff;
  	padding:56px 0 65px;
  	text-align:center;
  }
  .footer-wrapper a { color:#fff; }
  .footer-wrapper a:hover { color:#50bcca; }
  .footer-wrapper h2 { color:#fff; }
  .footer-wrapper h2:after, .footer-wrapper h2:before { display:none; }
  .region-footer { padding:0; }
  #block-tm-follow-site { text-align:center; }
  #block-tm-follow-site h2 {
  	font-size:30px;
  	font-weight:600;
  	text-transform:uppercase;
  }
  #block-tm-follow-site span.tm-follow-link-wrapper {
  	float:none;
  	display:inline-block;
  	margin-left:45px;
  }
  #block-tm-follow-site span.tm-follow-link-wrapper:first-child { margin-left:0; }
  #block-tm-follow-site span.tm-follow-link-wrapper a {
  	font-size:42px;
  	line-height:42px;
  }
  #block-tm-follow-site span.tm-follow-link-wrapper a:hover { color:#f6953f; }
  .footer-menu ul {
  	margin:0;
  	overflow:hidden;
  	text-align:center;
  }
  .footer-menu ul li {
  	background:none;
  	float:none;
  	margin:0 0 0 10px;
  	padding:0;
  	display:inline-block;
  }
  .footer-menu ul li:first-child { margin-left:0; }
  .footer-menu ul li a {
  	color:inherit;
  	text-decoration:none;
  }
  .footer-menu ul li a:hover, .footer-menu ul li a.active {
  	color:#f6953f;
  	text-decoration:none;
  }
  .block-copyright {
  	padding-top:40px;
  	font-size:13px;
  	text-transform:uppercase;
  	color:#d7f0f3;
  }
  .block-copyright .copyright-section { overflow:hidden; }
  .block-copyright .copyright-section:after {
  	background:url(/sites/all/themes/theme892/images/border-circle-right-2.png) left top no-repeat;
  	content:'';
  	display:inline-block;
  	height:6px;
  	margin-right:-100%;
  	margin-left:25px;
  	position:relative;
  	top:-2px;
  	width:100%;
  }
  .block-copyright .copyright-section:before {
  	background:url(/sites/all/themes/theme892/images/border-circle-left-2.png) right top no-repeat;
  	content:'';
  	display:inline-block;
  	height:6px;
  	margin-left:-100%;
  	margin-right:25px;
  	position:relative;
  	top:-2px;
  	width:100%;
  }
  .block-copyright a { color:#d7f0f3; }
  .block-copyright a:hover {
  	color:#fff;
  	text-decoration:none;
  }
  #backtotop {
  	background:#9a9a9a;
  	border-radius:50%;
  	bottom:30px;
  	color:transparent;
  	font-size:0;
  	line-height:0;
  	margin-right:0 !important;
  	padding:3px 0 7px;
  	position:fixed;
  	right:40px !important;
  	text-align:center;
  	text-decoration:none;
  	width:70px;
  	z-index:5;
  }
  #backtotop:after {
  	color:#fff;
  	content:"\f077";
  	font:normal 40px/60px FontAwesome;
  }
  #backtotop:hover {
  	background-color:#f6953f;
  	opacity:1;
  }
  .switcher {
  	cursor:pointer;
  	margin-top:10px;
  	font-size:11px;
  }
  .switcher:hover { text-decoration:underline; } 
}
/*})'"*/
@media screen {
 body.maintenance-page {
  	background-color: #fff;
  	color: #777;
  	margin: 0;
  	padding: 0;
  }
  	.maintenance-page #page-wrapper {
  		border: 1px solid #ddd;
  		margin: 40px auto;
  		min-width: 300px;
  		padding: 30px;
  		width: 760px;
  	}
  		.maintenance-page #header,
  		.maintenance-page #messages,
  		.maintenance-page #main,
  		.maintenance-page #page,
  		.maintenance-page #header div.section {
  			width: auto;
  		}
  		.maintenance-page #header {
  			background-image: none;
  		}
  			.maintenance-page #name-and-slogan {
  				margin-bottom: 30px;
  				margin-left: 0;
  				font-size: 90%;
  			}
  				.maintenance-page #name-and-slogan,
  				.maintenance-page #name-and-slogan a,
  				.maintenance-page #name-and-slogan a:hover {
  					color: #000;
  				}
  		.maintenance-page #main-wrapper {
  			min-height: inherit;
  		}
  			.maintenance-page #main {
  				margin: 0;
  			}
  				.maintenance-page #content .section {
  					padding: 0;
  				}
  					.maintenance-page h1#page-title {
  						line-height: 1em;
  						margin-top: 0;
  					}
  						.maintenance-page #messages {
  							padding: 0;
  							margin-top: 30px;
  						}
  							.maintenance-page #messages div.section {
  								padding: 0;
  							} 
}
/*})'"*/
@media screen {
 /*
  * Skeleton V1.1
  * Copyright 2011, Dave Gamache
  * www.getskeleton.com
  * Free to use under the MIT license.
  * http://www.opensource.org/licenses/mit-license.php
  * 8/17/2011
  */
  
  
  /* Table of Contents:
    1. Base 960 Grid
    2. Clearing
  */
  
  
  
  /*==========================================================================
  1. Base 960 Grid
  ===========================================================================*/
  
  .container-12 {
  	position: relative;
  	width: 960px;
  	margin: 0 auto;
  	padding: 0;
  }
  
  .grid-1,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10,
  .grid-11,
  .grid-12{
  	float: left;
  	display: inline;
  	margin-left: 10px;
  	margin-right: 10px;
  }
  
  
  /* Nested Column Classes
  ===========================================================================*/
  
  .container-12 .alpha{margin-left: 0;}
  .container-12 .omega{margin-right: 0;}
  
  .container-12 .grid-1{width: 60px;}
  .container-12 .grid-2{width: 140px;}
  .container-12 .grid-3{width: 220px;}
  .container-12 .grid-4{width: 300px;}
  .container-12 .grid-5{width: 380px;}
  .container-12 .grid-6{width: 460px;}
  .container-12 .grid-7{width: 540px;}
  .container-12 .grid-8{width: 620px;}
  .container-12 .grid-9{width: 700px;}
  .container-12 .grid-10{width: 780px;}
  .container-12 .grid-11{width: 860px;}
  .container-12 .grid-12{width: 940px;}
  
  
  /* Prefix Styles
  ===========================================================================*/
  
  .container-12 .prefix-1{padding-left: 80px;}
  .container-12 .prefix-2{padding-left: 160px;}
  .container-12 .prefix-3{padding-left: 240px;}
  .container-12 .prefix-4{padding-left: 320px;}
  .container-12 .prefix-5{padding-left: 400px;}
  .container-12 .prefix-6{padding-left: 480px;}
  .container-12 .prefix-7{padding-left: 560px;}
  .container-12 .prefix-8{padding-left: 640px;}
  .container-12 .prefix-9{padding-left: 720px;}
  .container-12 .prefix-10{padding-left: 800px;}
  .container-12 .prefix-11{padding-left: 880px;}
  
  
  /* Suffix Styles
  ===========================================================================*/
  
  .container-12 .suffix-1{padding-right: 80px;}
  .container-12 .suffix-2{padding-right: 160px;}
  .container-12 .suffix-3{padding-right: 240px;}
  .container-12 .suffix-4{padding-right: 320px;}
  .container-12 .suffix-5{padding-right: 400px;}
  .container-12 .suffix-6{padding-right: 480px;}
  .container-12 .suffix-7{padding-right: 560px;}
  .container-12 .suffix-8{padding-right: 640px;}
  .container-12 .suffix-9{padding-right: 720px;}
  .container-12 .suffix-10{padding-right: 800px;}
  .container-12 .suffix-11{padding-right: 880px;}
  
  
  
  /*==========================================================================
  2. Clearing
  ===========================================================================*/
  
  /* Self Clearing Goodness */
  .container-12:after {
  	clear: both;
  	content: "\0020";
  	display: block;
  	height: 0;
  	visibility: hidden;
  }
  
  /* Use clearfix class on parent to clear nested columns,
  or wrap each row of columns in a <div class="row"> */
  .clearfix:before,
  .clearfix:after,
  .row:before,
  .row:after {
  	content: '\0020';
  	display: block;
  	height: 0;
  	overflow: hidden;
  	visibility: hidden;
  	width: 0;
  }
  .row:after,
  .clearfix:after {
  	clear: both;
  }
  .row,
  .clearfix {
  	zoom: 1;
  }
  
  /* You can also use a <br class="clear"> to clear columns */
  .clear {
  	clear: both;
  	display: block;
  	height: 0;
  	overflow: hidden;
  	visibility: hidden;
  	width: 0;
  }
  
  .view-content:after	{
  	clear: both;
  	content: '';
  	display: block;
  	width: 100%;
  } 
}
/*})'"*/
@font-face {
  	font-family: 'FontAwesome';
  	src: url(/sites/all/themes/theme892/fonts/fontawesome-webfont.eot?v=4.0.3);
  	src: url(/sites/all/themes/theme892/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'), url(/sites/all/themes/theme892/fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'), url(/sites/all/themes/theme892/fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'), url(/sites/all/themes/theme892/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');
  	font-weight: normal;
  	font-style: normal;
  } 
@media screen {
 /*!
   *	Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
   *	License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
   */
  /* FONT PATH
   * -------------------------- */.fa,
  [class*="fa-"]:before {
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  }
  /* makes the font 33% larger relative to the icon container */
  .fa-lg {
  	font-size: 1.3333333333333333em;
  	line-height: 0.75em;
  	vertical-align: -15%;
  }
  .fa-2x {
  	font-size: 2em;
  }
  .fa-3x {
  	font-size: 3em;
  }
  .fa-4x {
  	font-size: 4em;
  }
  .fa-5x {
  	font-size: 5em;
  }
  .fa-fw {
  	width: 1.2857142857142858em;
  	text-align: center;
  }
  .fa-ul {
  	padding-left: 0;
  	margin-left: 2.142857142857143em;
  	list-style-type: none;
  }
  .fa-ul > li {
  	position: relative;
  }
  .fa-li {
  	position: absolute;
  	left: -2.142857142857143em;
  	width: 2.142857142857143em;
  	top: 0.14285714285714285em;
  	text-align: center;
  }
  .fa-li.fa-lg {
  	left: -1.8571428571428572em;
  }
  .fa-border {
  	padding: .2em .25em .15em;
  	border: solid 0.08em #eeeeee;
  	border-radius: .1em;
  }
  .pull-right {
  	float: right;
  }
  .pull-left {
  	float: left;
  }
  .fa.pull-left {
  	margin-right: .3em;
  }
  .fa.pull-right {
  	margin-left: .3em;
  }
  .fa-spin {
  	-webkit-animation: spin 2s infinite linear;
  	-moz-animation: spin 2s infinite linear;
  	-o-animation: spin 2s infinite linear;
  	animation: spin 2s infinite linear;
  }
  @-moz-keyframes spin {
  	0% {
  		-moz-transform: rotate(0deg);
  	}
  	100% {
  		-moz-transform: rotate(359deg);
  	}
  }
  @-webkit-keyframes spin {
  	0% {
  		-webkit-transform: rotate(0deg);
  	}
  	100% {
  		-webkit-transform: rotate(359deg);
  	}
  }
  @-o-keyframes spin {
  	0% {
  		-o-transform: rotate(0deg);
  	}
  	100% {
  		-o-transform: rotate(359deg);
  	}
  }
  @-ms-keyframes spin {
  	0% {
  		-ms-transform: rotate(0deg);
  	}
  	100% {
  		-ms-transform: rotate(359deg);
  	}
  }
  @keyframes spin {
  	0% {
  		transform: rotate(0deg);
  	}
  	100% {
  		transform: rotate(359deg);
  	}
  }
  .fa-rotate-90 {
  	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  	-webkit-transform: rotate(90deg);
  	-moz-transform: rotate(90deg);
  	-ms-transform: rotate(90deg);
  	-o-transform: rotate(90deg);
  	transform: rotate(90deg);
  }
  .fa-rotate-180 {
  	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  	-webkit-transform: rotate(180deg);
  	-moz-transform: rotate(180deg);
  	-ms-transform: rotate(180deg);
  	-o-transform: rotate(180deg);
  	transform: rotate(180deg);
  }
  .fa-rotate-270 {
  	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  	-webkit-transform: rotate(270deg);
  	-moz-transform: rotate(270deg);
  	-ms-transform: rotate(270deg);
  	-o-transform: rotate(270deg);
  	transform: rotate(270deg);
  }
  .fa-flip-horizontal {
  	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  	-webkit-transform: scale(-1, 1);
  	-moz-transform: scale(-1, 1);
  	-ms-transform: scale(-1, 1);
  	-o-transform: scale(-1, 1);
  	transform: scale(-1, 1);
  }
  .fa-flip-vertical {
  	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  	-webkit-transform: scale(1, -1);
  	-moz-transform: scale(1, -1);
  	-ms-transform: scale(1, -1);
  	-o-transform: scale(1, -1);
  	transform: scale(1, -1);
  }
  .fa-stack {
  	position: relative;
  	display: inline-block;
  	width: 2em;
  	height: 2em;
  	line-height: 2em;
  	vertical-align: middle;
  }
  .fa-stack-1x,
  .fa-stack-2x {
  	position: absolute;
  	left: 0;
  	width: 100%;
  	text-align: center;
  }
  .fa-stack-1x {
  	line-height: inherit;
  }
  .fa-stack-2x {
  	font-size: 2em;
  }
  .fa-inverse {
  	color: #ffffff;
  }
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  	 readers do not read off random characters that represent icons */
  .fa-glass:before {
  	content: "\f000";
  }
  .fa-music:before {
  	content: "\f001";
  }
  .fa-search:before {
  	content: "\f002";
  }
  .fa-envelope-o:before {
  	content: "\f003";
  }
  .fa-heart:before {
  	content: "\f004";
  }
  .fa-star:before {
  	content: "\f005";
  }
  .fa-star-o:before {
  	content: "\f006";
  }
  .fa-user:before {
  	content: "\f007";
  }
  .fa-film:before {
  	content: "\f008";
  }
  .fa-th-large:before {
  	content: "\f009";
  }
  .fa-th:before {
  	content: "\f00a";
  }
  .fa-th-list:before {
  	content: "\f00b";
  }
  .fa-check:before {
  	content: "\f00c";
  }
  .fa-times:before {
  	content: "\f00d";
  }
  .fa-search-plus:before {
  	content: "\f00e";
  }
  .fa-search-minus:before {
  	content: "\f010";
  }
  .fa-power-off:before {
  	content: "\f011";
  }
  .fa-signal:before {
  	content: "\f012";
  }
  .fa-gear:before,
  .fa-cog:before {
  	content: "\f013";
  }
  .fa-trash-o:before {
  	content: "\f014";
  }
  .fa-home:before {
  	content: "\f015";
  }
  .fa-file-o:before {
  	content: "\f016";
  }
  .fa-clock-o:before {
  	content: "\f017";
  }
  .fa-road:before {
  	content: "\f018";
  }
  .fa-download:before {
  	content: "\f019";
  }
  .fa-arrow-circle-o-down:before {
  	content: "\f01a";
  }
  .fa-arrow-circle-o-up:before {
  	content: "\f01b";
  }
  .fa-inbox:before {
  	content: "\f01c";
  }
  .fa-play-circle-o:before {
  	content: "\f01d";
  }
  .fa-rotate-right:before,
  .fa-repeat:before {
  	content: "\f01e";
  }
  .fa-refresh:before {
  	content: "\f021";
  }
  .fa-list-alt:before {
  	content: "\f022";
  }
  .fa-lock:before {
  	content: "\f023";
  }
  .fa-flag:before {
  	content: "\f024";
  }
  .fa-headphones:before {
  	content: "\f025";
  }
  .fa-volume-off:before {
  	content: "\f026";
  }
  .fa-volume-down:before {
  	content: "\f027";
  }
  .fa-volume-up:before {
  	content: "\f028";
  }
  .fa-qrcode:before {
  	content: "\f029";
  }
  .fa-barcode:before {
  	content: "\f02a";
  }
  .fa-tag:before {
  	content: "\f02b";
  }
  .fa-tags:before {
  	content: "\f02c";
  }
  .fa-book:before {
  	content: "\f02d";
  }
  .fa-bookmark:before {
  	content: "\f02e";
  }
  .fa-print:before {
  	content: "\f02f";
  }
  .fa-camera:before {
  	content: "\f030";
  }
  .fa-font:before {
  	content: "\f031";
  }
  .fa-bold:before {
  	content: "\f032";
  }
  .fa-italic:before {
  	content: "\f033";
  }
  .fa-text-height:before {
  	content: "\f034";
  }
  .fa-text-width:before {
  	content: "\f035";
  }
  .fa-align-left:before {
  	content: "\f036";
  }
  .fa-align-center:before {
  	content: "\f037";
  }
  .fa-align-right:before {
  	content: "\f038";
  }
  .fa-align-justify:before {
  	content: "\f039";
  }
  .fa-list:before {
  	content: "\f03a";
  }
  .fa-dedent:before,
  .fa-outdent:before {
  	content: "\f03b";
  }
  .fa-indent:before {
  	content: "\f03c";
  }
  .fa-video-camera:before {
  	content: "\f03d";
  }
  .fa-picture-o:before {
  	content: "\f03e";
  }
  .fa-pencil:before {
  	content: "\f040";
  }
  .fa-map-marker:before {
  	content: "\f041";
  }
  .fa-adjust:before {
  	content: "\f042";
  }
  .fa-tint:before {
  	content: "\f043";
  }
  .fa-edit:before,
  .fa-pencil-square-o:before {
  	content: "\f044";
  }
  .fa-share-square-o:before {
  	content: "\f045";
  }
  .fa-check-square-o:before {
  	content: "\f046";
  }
  .fa-arrows:before {
  	content: "\f047";
  }
  .fa-step-backward:before {
  	content: "\f048";
  }
  .fa-fast-backward:before {
  	content: "\f049";
  }
  .fa-backward:before {
  	content: "\f04a";
  }
  .fa-play:before {
  	content: "\f04b";
  }
  .fa-pause:before {
  	content: "\f04c";
  }
  .fa-stop:before {
  	content: "\f04d";
  }
  .fa-forward:before {
  	content: "\f04e";
  }
  .fa-fast-forward:before {
  	content: "\f050";
  }
  .fa-step-forward:before {
  	content: "\f051";
  }
  .fa-eject:before {
  	content: "\f052";
  }
  .fa-chevron-left:before {
  	content: "\f053";
  }
  .fa-chevron-right:before {
  	content: "\f054";
  }
  .fa-plus-circle:before {
  	content: "\f055";
  }
  .fa-minus-circle:before {
  	content: "\f056";
  }
  .fa-times-circle:before {
  	content: "\f057";
  }
  .fa-check-circle:before {
  	content: "\f058";
  }
  .fa-question-circle:before {
  	content: "\f059";
  }
  .fa-info-circle:before {
  	content: "\f05a";
  }
  .fa-crosshairs:before {
  	content: "\f05b";
  }
  .fa-times-circle-o:before {
  	content: "\f05c";
  }
  .fa-check-circle-o:before {
  	content: "\f05d";
  }
  .fa-ban:before {
  	content: "\f05e";
  }
  .fa-arrow-left:before {
  	content: "\f060";
  }
  .fa-arrow-right:before {
  	content: "\f061";
  }
  .fa-arrow-up:before {
  	content: "\f062";
  }
  .fa-arrow-down:before {
  	content: "\f063";
  }
  .fa-mail-forward:before,
  .fa-share:before {
  	content: "\f064";
  }
  .fa-expand:before {
  	content: "\f065";
  }
  .fa-compress:before {
  	content: "\f066";
  }
  .fa-plus:before {
  	content: "\f067";
  }
  .fa-minus:before {
  	content: "\f068";
  }
  .fa-asterisk:before {
  	content: "\f069";
  }
  .fa-exclamation-circle:before {
  	content: "\f06a";
  }
  .fa-gift:before {
  	content: "\f06b";
  }
  .fa-leaf:before {
  	content: "\f06c";
  }
  .fa-fire:before {
  	content: "\f06d";
  }
  .fa-eye:before {
  	content: "\f06e";
  }
  .fa-eye-slash:before {
  	content: "\f070";
  }
  .fa-warning:before,
  .fa-exclamation-triangle:before {
  	content: "\f071";
  }
  .fa-plane:before {
  	content: "\f072";
  }
  .fa-calendar:before {
  	content: "\f073";
  }
  .fa-random:before {
  	content: "\f074";
  }
  .fa-comment:before {
  	content: "\f075";
  }
  .fa-magnet:before {
  	content: "\f076";
  }
  .fa-chevron-up:before {
  	content: "\f077";
  }
  .fa-chevron-down:before {
  	content: "\f078";
  }
  .fa-retweet:before {
  	content: "\f079";
  }
  .fa-shopping-cart:before {
  	content: "\f07a";
  }
  .fa-folder:before {
  	content: "\f07b";
  }
  .fa-folder-open:before {
  	content: "\f07c";
  }
  .fa-arrows-v:before {
  	content: "\f07d";
  }
  .fa-arrows-h:before {
  	content: "\f07e";
  }
  .fa-bar-chart-o:before {
  	content: "\f080";
  }
  .fa-twitter-square:before {
  	content: "\f081";
  }
  .fa-facebook-square:before {
  	content: "\f082";
  }
  .fa-camera-retro:before {
  	content: "\f083";
  }
  .fa-key:before {
  	content: "\f084";
  }
  .fa-gears:before,
  .fa-cogs:before {
  	content: "\f085";
  }
  .fa-comments:before {
  	content: "\f086";
  }
  .fa-thumbs-o-up:before {
  	content: "\f087";
  }
  .fa-thumbs-o-down:before {
  	content: "\f088";
  }
  .fa-star-half:before {
  	content: "\f089";
  }
  .fa-heart-o:before {
  	content: "\f08a";
  }
  .fa-sign-out:before {
  	content: "\f08b";
  }
  .fa-linkedin-square:before {
  	content: "\f08c";
  }
  .fa-thumb-tack:before {
  	content: "\f08d";
  }
  .fa-external-link:before {
  	content: "\f08e";
  }
  .fa-sign-in:before {
  	content: "\f090";
  }
  .fa-trophy:before {
  	content: "\f091";
  }
  .fa-github-square:before {
  	content: "\f092";
  }
  .fa-upload:before {
  	content: "\f093";
  }
  .fa-lemon-o:before {
  	content: "\f094";
  }
  .fa-phone:before {
  	content: "\f095";
  }
  .fa-square-o:before {
  	content: "\f096";
  }
  .fa-bookmark-o:before {
  	content: "\f097";
  }
  .fa-phone-square:before {
  	content: "\f098";
  }
  .fa-twitter:before {
  	content: "\f099";
  }
  .fa-facebook:before {
  	content: "\f09a";
  }
  .fa-github:before {
  	content: "\f09b";
  }
  .fa-unlock:before {
  	content: "\f09c";
  }
  .fa-credit-card:before {
  	content: "\f09d";
  }
  .fa-rss:before {
  	content: "\f09e";
  }
  .fa-hdd-o:before {
  	content: "\f0a0";
  }
  .fa-bullhorn:before {
  	content: "\f0a1";
  }
  .fa-bell:before {
  	content: "\f0f3";
  }
  .fa-certificate:before {
  	content: "\f0a3";
  }
  .fa-hand-o-right:before {
  	content: "\f0a4";
  }
  .fa-hand-o-left:before {
  	content: "\f0a5";
  }
  .fa-hand-o-up:before {
  	content: "\f0a6";
  }
  .fa-hand-o-down:before {
  	content: "\f0a7";
  }
  .fa-arrow-circle-left:before {
  	content: "\f0a8";
  }
  .fa-arrow-circle-right:before {
  	content: "\f0a9";
  }
  .fa-arrow-circle-up:before {
  	content: "\f0aa";
  }
  .fa-arrow-circle-down:before {
  	content: "\f0ab";
  }
  .fa-globe:before {
  	content: "\f0ac";
  }
  .fa-wrench:before {
  	content: "\f0ad";
  }
  .fa-tasks:before {
  	content: "\f0ae";
  }
  .fa-filter:before {
  	content: "\f0b0";
  }
  .fa-briefcase:before {
  	content: "\f0b1";
  }
  .fa-arrows-alt:before {
  	content: "\f0b2";
  }
  .fa-group:before,
  .fa-users:before {
  	content: "\f0c0";
  }
  .fa-chain:before,
  .fa-link:before {
  	content: "\f0c1";
  }
  .fa-cloud:before {
  	content: "\f0c2";
  }
  .fa-flask:before {
  	content: "\f0c3";
  }
  .fa-cut:before,
  .fa-scissors:before {
  	content: "\f0c4";
  }
  .fa-copy:before,
  .fa-files-o:before {
  	content: "\f0c5";
  }
  .fa-paperclip:before {
  	content: "\f0c6";
  }
  .fa-save:before,
  .fa-floppy-o:before {
  	content: "\f0c7";
  }
  .fa-square:before {
  	content: "\f0c8";
  }
  .fa-bars:before {
  	content: "\f0c9";
  }
  .fa-list-ul:before {
  	content: "\f0ca";
  }
  .fa-list-ol:before {
  	content: "\f0cb";
  }
  .fa-strikethrough:before {
  	content: "\f0cc";
  }
  .fa-underline:before {
  	content: "\f0cd";
  }
  .fa-table:before {
  	content: "\f0ce";
  }
  .fa-magic:before {
  	content: "\f0d0";
  }
  .fa-truck:before {
  	content: "\f0d1";
  }
  .fa-pinterest:before {
  	content: "\f0d2";
  }
  .fa-pinterest-square:before {
  	content: "\f0d3";
  }
  .fa-google-plus-square:before {
  	content: "\f0d4";
  }
  .fa-google-plus:before {
  	content: "\f0d5";
  }
  .fa-money:before {
  	content: "\f0d6";
  }
  .fa-caret-down:before {
  	content: "\f0d7";
  }
  .fa-caret-up:before {
  	content: "\f0d8";
  }
  .fa-caret-left:before {
  	content: "\f0d9";
  }
  .fa-caret-right:before {
  	content: "\f0da";
  }
  .fa-columns:before {
  	content: "\f0db";
  }
  .fa-unsorted:before,
  .fa-sort:before {
  	content: "\f0dc";
  }
  .fa-sort-down:before,
  .fa-sort-asc:before {
  	content: "\f0dd";
  }
  .fa-sort-up:before,
  .fa-sort-desc:before {
  	content: "\f0de";
  }
  .fa-envelope:before {
  	content: "\f0e0";
  }
  .fa-linkedin:before {
  	content: "\f0e1";
  }
  .fa-rotate-left:before,
  .fa-undo:before {
  	content: "\f0e2";
  }
  .fa-legal:before,
  .fa-gavel:before {
  	content: "\f0e3";
  }
  .fa-dashboard:before,
  .fa-tachometer:before {
  	content: "\f0e4";
  }
  .fa-comment-o:before {
  	content: "\f0e5";
  }
  .fa-comments-o:before {
  	content: "\f0e6";
  }
  .fa-flash:before,
  .fa-bolt:before {
  	content: "\f0e7";
  }
  .fa-sitemap:before {
  	content: "\f0e8";
  }
  .fa-umbrella:before {
  	content: "\f0e9";
  }
  .fa-paste:before,
  .fa-clipboard:before {
  	content: "\f0ea";
  }
  .fa-lightbulb-o:before {
  	content: "\f0eb";
  }
  .fa-exchange:before {
  	content: "\f0ec";
  }
  .fa-cloud-download:before {
  	content: "\f0ed";
  }
  .fa-cloud-upload:before {
  	content: "\f0ee";
  }
  .fa-user-md:before {
  	content: "\f0f0";
  }
  .fa-stethoscope:before {
  	content: "\f0f1";
  }
  .fa-suitcase:before {
  	content: "\f0f2";
  }
  .fa-bell-o:before {
  	content: "\f0a2";
  }
  .fa-coffee:before {
  	content: "\f0f4";
  }
  .fa-cutlery:before {
  	content: "\f0f5";
  }
  .fa-file-text-o:before {
  	content: "\f0f6";
  }
  .fa-building-o:before {
  	content: "\f0f7";
  }
  .fa-hospital-o:before {
  	content: "\f0f8";
  }
  .fa-ambulance:before {
  	content: "\f0f9";
  }
  .fa-medkit:before {
  	content: "\f0fa";
  }
  .fa-fighter-jet:before {
  	content: "\f0fb";
  }
  .fa-beer:before {
  	content: "\f0fc";
  }
  .fa-h-square:before {
  	content: "\f0fd";
  }
  .fa-plus-square:before {
  	content: "\f0fe";
  }
  .fa-angle-double-left:before {
  	content: "\f100";
  }
  .fa-angle-double-right:before {
  	content: "\f101";
  }
  .fa-angle-double-up:before {
  	content: "\f102";
  }
  .fa-angle-double-down:before {
  	content: "\f103";
  }
  .fa-angle-left:before {
  	content: "\f104";
  }
  .fa-angle-right:before {
  	content: "\f105";
  }
  .fa-angle-up:before {
  	content: "\f106";
  }
  .fa-angle-down:before {
  	content: "\f107";
  }
  .fa-desktop:before {
  	content: "\f108";
  }
  .fa-laptop:before {
  	content: "\f109";
  }
  .fa-tablet:before {
  	content: "\f10a";
  }
  .fa-mobile-phone:before,
  .fa-mobile:before {
  	content: "\f10b";
  }
  .fa-circle-o:before {
  	content: "\f10c";
  }
  .fa-quote-left:before {
  	content: "\f10d";
  }
  .fa-quote-right:before {
  	content: "\f10e";
  }
  .fa-spinner:before {
  	content: "\f110";
  }
  .fa-circle:before {
  	content: "\f111";
  }
  .fa-mail-reply:before,
  .fa-reply:before {
  	content: "\f112";
  }
  .fa-github-alt:before {
  	content: "\f113";
  }
  .fa-folder-o:before {
  	content: "\f114";
  }
  .fa-folder-open-o:before {
  	content: "\f115";
  }
  .fa-smile-o:before {
  	content: "\f118";
  }
  .fa-frown-o:before {
  	content: "\f119";
  }
  .fa-meh-o:before {
  	content: "\f11a";
  }
  .fa-gamepad:before {
  	content: "\f11b";
  }
  .fa-keyboard-o:before {
  	content: "\f11c";
  }
  .fa-flag-o:before {
  	content: "\f11d";
  }
  .fa-flag-checkered:before {
  	content: "\f11e";
  }
  .fa-terminal:before {
  	content: "\f120";
  }
  .fa-code:before {
  	content: "\f121";
  }
  .fa-reply-all:before {
  	content: "\f122";
  }
  .fa-mail-reply-all:before {
  	content: "\f122";
  }
  .fa-star-half-empty:before,
  .fa-star-half-full:before,
  .fa-star-half-o:before {
  	content: "\f123";
  }
  .fa-location-arrow:before {
  	content: "\f124";
  }
  .fa-crop:before {
  	content: "\f125";
  }
  .fa-code-fork:before {
  	content: "\f126";
  }
  .fa-unlink:before,
  .fa-chain-broken:before {
  	content: "\f127";
  }
  .fa-question:before {
  	content: "\f128";
  }
  .fa-info:before {
  	content: "\f129";
  }
  .fa-exclamation:before {
  	content: "\f12a";
  }
  .fa-superscript:before {
  	content: "\f12b";
  }
  .fa-subscript:before {
  	content: "\f12c";
  }
  .fa-eraser:before {
  	content: "\f12d";
  }
  .fa-puzzle-piece:before {
  	content: "\f12e";
  }
  .fa-microphone:before {
  	content: "\f130";
  }
  .fa-microphone-slash:before {
  	content: "\f131";
  }
  .fa-shield:before {
  	content: "\f132";
  }
  .fa-calendar-o:before {
  	content: "\f133";
  }
  .fa-fire-extinguisher:before {
  	content: "\f134";
  }
  .fa-rocket:before {
  	content: "\f135";
  }
  .fa-maxcdn:before {
  	content: "\f136";
  }
  .fa-chevron-circle-left:before {
  	content: "\f137";
  }
  .fa-chevron-circle-right:before {
  	content: "\f138";
  }
  .fa-chevron-circle-up:before {
  	content: "\f139";
  }
  .fa-chevron-circle-down:before {
  	content: "\f13a";
  }
  .fa-html5:before {
  	content: "\f13b";
  }
  .fa-css3:before {
  	content: "\f13c";
  }
  .fa-anchor:before {
  	content: "\f13d";
  }
  .fa-unlock-alt:before {
  	content: "\f13e";
  }
  .fa-bullseye:before {
  	content: "\f140";
  }
  .fa-ellipsis-h:before {
  	content: "\f141";
  }
  .fa-ellipsis-v:before {
  	content: "\f142";
  }
  .fa-rss-square:before {
  	content: "\f143";
  }
  .fa-play-circle:before {
  	content: "\f144";
  }
  .fa-ticket:before {
  	content: "\f145";
  }
  .fa-minus-square:before {
  	content: "\f146";
  }
  .fa-minus-square-o:before {
  	content: "\f147";
  }
  .fa-level-up:before {
  	content: "\f148";
  }
  .fa-level-down:before {
  	content: "\f149";
  }
  .fa-check-square:before {
  	content: "\f14a";
  }
  .fa-pencil-square:before {
  	content: "\f14b";
  }
  .fa-external-link-square:before {
  	content: "\f14c";
  }
  .fa-share-square:before {
  	content: "\f14d";
  }
  .fa-compass:before {
  	content: "\f14e";
  }
  .fa-toggle-down:before,
  .fa-caret-square-o-down:before {
  	content: "\f150";
  }
  .fa-toggle-up:before,
  .fa-caret-square-o-up:before {
  	content: "\f151";
  }
  .fa-toggle-right:before,
  .fa-caret-square-o-right:before {
  	content: "\f152";
  }
  .fa-euro:before,
  .fa-eur:before {
  	content: "\f153";
  }
  .fa-gbp:before {
  	content: "\f154";
  }
  .fa-dollar:before,
  .fa-usd:before {
  	content: "\f155";
  }
  .fa-rupee:before,
  .fa-inr:before {
  	content: "\f156";
  }
  .fa-cny:before,
  .fa-rmb:before,
  .fa-yen:before,
  .fa-jpy:before {
  	content: "\f157";
  }
  .fa-ruble:before,
  .fa-rouble:before,
  .fa-rub:before {
  	content: "\f158";
  }
  .fa-won:before,
  .fa-krw:before {
  	content: "\f159";
  }
  .fa-bitcoin:before,
  .fa-btc:before {
  	content: "\f15a";
  }
  .fa-file:before {
  	content: "\f15b";
  }
  .fa-file-text:before {
  	content: "\f15c";
  }
  .fa-sort-alpha-asc:before {
  	content: "\f15d";
  }
  .fa-sort-alpha-desc:before {
  	content: "\f15e";
  }
  .fa-sort-amount-asc:before {
  	content: "\f160";
  }
  .fa-sort-amount-desc:before {
  	content: "\f161";
  }
  .fa-sort-numeric-asc:before {
  	content: "\f162";
  }
  .fa-sort-numeric-desc:before {
  	content: "\f163";
  }
  .fa-thumbs-up:before {
  	content: "\f164";
  }
  .fa-thumbs-down:before {
  	content: "\f165";
  }
  .fa-youtube-square:before {
  	content: "\f166";
  }
  .fa-youtube:before {
  	content: "\f167";
  }
  .fa-xing:before {
  	content: "\f168";
  }
  .fa-xing-square:before {
  	content: "\f169";
  }
  .fa-youtube-play:before {
  	content: "\f16a";
  }
  .fa-dropbox:before {
  	content: "\f16b";
  }
  .fa-stack-overflow:before {
  	content: "\f16c";
  }
  .fa-instagram:before {
  	content: "\f16d";
  }
  .fa-flickr:before {
  	content: "\f16e";
  }
  .fa-adn:before {
  	content: "\f170";
  }
  .fa-bitbucket:before {
  	content: "\f171";
  }
  .fa-bitbucket-square:before {
  	content: "\f172";
  }
  .fa-tumblr:before {
  	content: "\f173";
  }
  .fa-tumblr-square:before {
  	content: "\f174";
  }
  .fa-long-arrow-down:before {
  	content: "\f175";
  }
  .fa-long-arrow-up:before {
  	content: "\f176";
  }
  .fa-long-arrow-left:before {
  	content: "\f177";
  }
  .fa-long-arrow-right:before {
  	content: "\f178";
  }
  .fa-apple:before {
  	content: "\f179";
  }
  .fa-windows:before {
  	content: "\f17a";
  }
  .fa-android:before {
  	content: "\f17b";
  }
  .fa-linux:before {
  	content: "\f17c";
  }
  .fa-dribbble:before {
  	content: "\f17d";
  }
  .fa-skype:before {
  	content: "\f17e";
  }
  .fa-foursquare:before {
  	content: "\f180";
  }
  .fa-trello:before {
  	content: "\f181";
  }
  .fa-female:before {
  	content: "\f182";
  }
  .fa-male:before {
  	content: "\f183";
  }
  .fa-gittip:before {
  	content: "\f184";
  }
  .fa-sun-o:before {
  	content: "\f185";
  }
  .fa-moon-o:before {
  	content: "\f186";
  }
  .fa-archive:before {
  	content: "\f187";
  }
  .fa-bug:before {
  	content: "\f188";
  }
  .fa-vk:before {
  	content: "\f189";
  }
  .fa-weibo:before {
  	content: "\f18a";
  }
  .fa-renren:before {
  	content: "\f18b";
  }
  .fa-pagelines:before {
  	content: "\f18c";
  }
  .fa-stack-exchange:before {
  	content: "\f18d";
  }
  .fa-arrow-circle-o-right:before {
  	content: "\f18e";
  }
  .fa-arrow-circle-o-left:before {
  	content: "\f190";
  }
  .fa-toggle-left:before,
  .fa-caret-square-o-left:before {
  	content: "\f191";
  }
  .fa-dot-circle-o:before {
  	content: "\f192";
  }
  .fa-wheelchair:before {
  	content: "\f193";
  }
  .fa-vimeo-square:before {
  	content: "\f194";
  }
  .fa-turkish-lira:before,
  .fa-try:before {
  	content: "\f195";
  }
  .fa-plus-square-o:before {
  	content: "\f196";
  } 
}
/*})'"*/
@media screen {
 .site-name a:link {color: #FFFFFF}
  .slogan  {color: #FFFFFF}.embedded-video .player {position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;max-width: 100%;}.embedded-video .player iframe,.embedded-video .player object,.embedded-video .player embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
  html.js #module-filter-submit input {
      position: fixed;
      bottom: 0;
      left: 30px;
  }
  .field-items {color: #000000} 
}
/*})'"*/
