/* --------- /generic-frontend/stylesheets/reset.css --------- */ 
@charset "UTF-8";
/******** Reset default browser CSS styles. *********/
/* Based on Blueprint */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* Remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* --------- /generic-frontend/stylesheets/basic-presentation.css --------- */ 
/*
Original design: Basic Presentation (Apr 12th, 2011) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/basic-presentation/
*/

body {background:#eee url(/generic-frontend/images/bg.jpg) top center fixed; font:90% Georgia,Times New Roman,serif; color:#555; line-height:1.6em;}
a {color:#555; text-decoration:none;}
a:hover {color:#ef459d;}
/*h1 {font-size:2.8em; margin:0; padding:10px 0 0;}*/
/*h2,h3 {font-size:2.2em; margin:0 0 10px; padding:0 0 2px 0; font-weight:400; border-bottom:1px dotted #ccc;}*/
/*h3 {font-size:1.6em;}*/
p,ul,ol {margin:0 0 20px 0; padding:0; color:#777;}

#wrap {background:none; margin:0 auto; width:960px;}

/*#header {height:40px; margin-bottom:52px;}*/
/*#header h1, #header h1 a {color:#27a2dd; line-height:1em; font-weight:400;}*/
/*#header p {margin:-30px 0 0; padding:0; color:#888; font-size:1.4em; text-align:right;}*/

#sidebar {float:left; margin:0; padding:0; width:200px;}
#sidebar h2 {font-size:1.2em; color:#777; margin:0 0 5px 0;}
#sidebar p {font-size:0.9em; color:#777;}
#sidebar ul {list-style:none;}

ul.navmenu {padding:0; margin:0 0 20px 0;}
ul.navmenu li a {color:#555; display:block; padding:5px 10px 5px 0; font-size:1.3em;}
ul.navmenu li a:hover {color:#ef459d;}
ul.navmenu li a.current {color:#ef459d;}
ul.navmenu ul {margin:0 0 0 20px;}
ul.navmenu ul li a {padding:2px 0 2px 0; font-size:1em;}

#main {float:right;width:740px; margin:0 0 20px 0;}
#main a {padding-bottom:1px; border-bottom:1px dotted #ccc;}
#main a:hover, #footer a:hover {border-color:#ccc;}
#main img.headerimage {margin-bottom:20px;}

/*#quarters {clear:both; margin:0 0 20px 0;}*/
/*#quarters h2 {font-size:1.4em; color:#27a2dd; margin:0 0 10px 0;}*/
/*#quarters p {font-size:0.9em; color:#666; margin:0 0 15px 0;}*/
/*.q1,.q2,.q3,.q4 {width:22%; margin:0 3% 0 0; float:left;}*/
/*.q4 {margin:0;}*/

#footer {clear:both; padding-top:15px;}
#footer p {color:#999; margin:0; padding:10px 0 5px; border-top:1px dotted #ccc;}
#footer a {color:#777; padding-bottom:1px; border-bottom:1px dotted #ccc;}
#footer a:hover {color:#444;}

#main img.alignleft {display:inline; float:left; margin:5px 15px 5px 0;}
#main img.alignright {float:right; margin:5px 0 5px 15px;}
#main img.aligncenter {display:block; margin:10px auto;}
/* --------- /generic-frontend/libs/nivo-slider/nivo-slider.css --------- */ 
/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}/* --------- /generic-frontend/libs/nivo-slider/themes/default/default.css --------- */ 
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(/generic-frontend/libs/nivo-slider/themes/default/loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/generic-frontend/libs/nivo-slider/themes/default/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/generic-frontend/libs/nivo-slider/themes/default/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}/* --------- /generic-frontend/libs/jcarousel/skins/redleaf/skin.css --------- */ 
.jcarousel-skin-redleaf .jcarousel-container {
}

.jcarousel-skin-redleaf .jcarousel-container-horizontal {
    width: 240px;
    padding: 0 30px;
}
.wide .jcarousel-skin-redleaf .jcarousel-container-horizontal {
    width: 740px;
    padding: 0;
}

.jcarousel-skin-redleaf .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-redleaf .jcarousel-clip-horizontal {
    width:  239px;
    height: 77px;
}

.wide .jcarousel-skin-redleaf .jcarousel-clip-horizontal {
    width:  740px;
    height: 235px;
    margin: 0;
}

.jcarousel-skin-redleaf .jcarousel-item {
    width: 75px;
    height: 75px;
    border: 1px solid #C9C9C9;
}

.wide .jcarousel-skin-redleaf .jcarousel-item {
    width: 285px;
    height: 236px;
    border: 0;
    margin-right: 5px;
}
.wide .jcarousel-skin-redleaf .jcarousel-item > a { float: left; border-bottom: 0; }

.jcarousel-skin-redleaf .jcarousel-item:hover,
.jcarousel-skin-redleaf .jcarousel-item:focus {
    border-color: #808080;
}

.jcarousel-skin-redleaf .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 4px;
}

.jcarousel-skin-redleaf .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-redleaf .jcarousel-next-horizontal {
    position: absolute;
    top: 23px;
    right: 0;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: transparent url(/generic-frontend/libs/jcarousel/skins/redleaf/arrows.png) no-repeat -28px 0;
}

.jcarousel-skin-redleaf .jcarousel-prev-horizontal {
    position: absolute;
    top: 23px;
    left: 0;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: transparent url(/generic-frontend/libs/jcarousel/skins/redleaf/arrows.png) no-repeat 0 0;
}

.wide .jcarousel-skin-redleaf .jcarousel-next-horizontal {bottom: 37px; top: auto; border: 1px solid #ccc;}
.wide .jcarousel-skin-redleaf .jcarousel-prev-horizontal {bottom: 5px; top: auto; right: 1px; left: auto; border: 1px solid #ccc;}
/* --------- /generic-frontend/libs/jquery-plugins/jquery.autocomplete/jquery.autocomplete.css --------- */ 
.acInput {
	width: 200px;
}
.acResults {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.acResults ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.acResults li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.acLoading {
	background : url(/generic-frontend/libs/jquery-plugins/jquery.autocomplete/indicator.gif) right center no-repeat;
}

.acSelect {
	background-color: Highlight;
	color: HighlightText;
}
/* --------- /generic-frontend/libs/facebox/src/facebox.css --------- */ 
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}


#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .content {
  display:table;
  width: 370px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}/* --------- /generic-frontend/stylesheets/redleaf.css --------- */ 
body { margin: 0; background-position: center -40px; background-attachment: scroll; background-repeat: no-repeat; background-image: url(/generic-frontend/images/bg2.png);}
#embedded_body {background: none;}
#embedded_body #main {float: none; width: auto; margin: 0; padding: 1.6em;}
#prewrap {margin: 0; background: transparent url(/generic-frontend/images/bg2a.png) no-repeat bottom center scroll;}
#wrap {position: relative;}

body.alternative-layout {font-size: 84%; overflow-y: auto }
body.alternative-layout form {font-size: 87%; }

/*@font-face {font-family: 'Teen-Bold';src: url(/generic-frontend/libs/webfonts/10EF89_0.eot);src: url(/generic-frontend/libs/webfonts/10EF89_0.eot?#iefix) format('embedded-opentype'),url(/generic-frontend/libs/webfonts/10EF89_0.woff) format('woff'),url(/generic-frontend/libs/webfonts/10EF89_0.ttf) format('truetype'),url(/generic-frontend/libs/webfonts/10EF89_0.svg#wf) format('svg');}*/

em {font-style: italic;}
b, strong {font-weight: bold;}

h1,h2,h3,h4, .h1,.h2,.h3,.h4, legend, .separator {font-size:2.2em; margin:0 0 10px; padding:0 0 2px 0; font-family: "Lato", sans-serif; font-weight:400; border-bottom:1px dotted #ccc; line-height: 1.2;}
h2, .h2, legend {font-size:1.6em;}
h3, .h3 {font-size:1.2em; border-bottom-width: 0;}
h4, .h4 {font-size:0.9em; border-bottom-width: 0;}
.h1,.h2,.h3,.h4, legend {display: block;}
legend {width: 100%;}
.separator {height: 1px; clear: both;}

h1+.subtitle, h2+.subtitle, h3+.subtitle, h4+.subtitle, .h1+.subtitle, .h2+.subtitle, .h3+.subtitle, .h4+.subtitle { margin: -10px 0 10px 0; line-height: 1.1; display: block;}
h1+.subtitle, .h1+.subtitle { font-size: 1.40em; }
h2+.subtitle, .h2+.subtitle { font-size: 1.20em; }
h3+.subtitle, .h3+.subtitle { font-size: 1.05em; }
h4+.subtitle, .h4+.subtitle { font-size: 0.8em; }
h1+.subtitle.quiet, .h1+.subtitle.quiet { font-size: 1.19em; }
h2+.subtitle.quiet, .h2+.subtitle.quiet { font-size: 1.02em; }
h3+.subtitle.quiet, .h3+.subtitle.quiet { font-size: 0.8925em; }
h4+.subtitle.quiet, .h4+.subtitle.quiet { font-size: 0.68em; }

.amount, .phone {font-family: "Droid Sans", "Lucida Sans", "Trebuchet MS", Verdana, Arial, Sans-Serif; white-space: nowrap;}
.loud { font-size: 105%; color: #222; }
.louder { font-size: 115%; }
.quiet { font-size: 85%; color: #777; }
.inline, .inline > form, .inline > form > div, .inline > form > div > input, form.inline > label, form.inline > input, form.inline > select { display: inline; }
a.loud { color: #000; }
a.quiet { font-size: 85%; color: #444; }
.scream { font-size: 95%; background: #222; color: white;  }
a.scream:hover { color: white; }
a.scream.inset { padding: 5px !important;  }
.subtitle > .subtitle {font-size: 80%; line-height: 1.2;}
.fineprint {font-size: 77%; line-height: 1.2;}
.section {margin: 0 0 20px 0;}
#breadcrumbs + .section {margin-top: 20px;}
.inset {padding: 10px;}
.boxed {
  border: 1px solid #ebebeb;
  color: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 0 4px #ebebeb inset;
  -webkit-box-shadow: 0 0 4px #ebebeb inset;
  -o-box-shadow: 0 0 4px #ebebeb inset;
  box-shadow: 0 0 4px #ebebeb inset;
}
.boxed.grey { background: #fbfbfb; }
.send-right, .oneline > .send-right {float: right; margin-left: 15px;}
.send-right.padded-left, .oneline > .send-right.padded-left {margin-left: 60px;}
.send-left {float: left; margin-right: 15px;}
.clear-left {clear: left;}
.clear-right {clear: right;}
.starred { padding-left: 34px; background: transparent url(/generic-frontend/images/star.png) no-repeat top left; line-height: 30px;}
.l, .quarters > .l, .halves > .l, .thirds > .l {line-height: 1.2; margin-bottom: 10px;}
.negative-balance { color: red; }

.w20 { width: 20%; } .w25 { width: 25%; } .w30 { width: 30%; } .w35 { width: 35%; } .w40 { width: 40%; } .w45 { width: 45%; } .w50 { width: 50%; } .w55 { width: 55%; } .w60 { width: 60%; }

.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

fieldset {margin: 0 0 20px 0; width: 100%;}
a {color: #222;}

ul {list-style-type: square; list-style-position: outside; margin: 0 0 10px 15px;}
ol {list-style-position: outside; margin: 0 0 10px 15px;}
ol li > p { margin: 0 0 0 15px; }
dl {margin:0 0 20px 0; padding:0; color:#777;}
dt {line-height: 1.2;}
dd {margin: 4px 0 8px;}
dd, dd p {color: #222;}
dl.two-col dt {float: left; clear: left; width: 25%; line-height: 1.4; margin-bottom: 15px; }
dl.two-col dd {margin-left: 3%; width: 71%; float: left; line-height: 1.4; margin-bottom: 15px;}

form {margin: 0 0 20px 0;}
form.button-to, form.button-to > fieldset {margin-bottom: 0;}
form.inline { white-space: nowrap; margin-right: 20px; }
form.inline:last-child { white-space: nowrap; margin-right: 0; }

table { width: 100%; margin: 0 0 20px 0; font-size: 0.9em; text-align: left;}
table.headless {border-top: 1px solid #C0C0C0;}
table.headless thead {display: none;}
table thead td, table thead th { background: #888 url(/generic-frontend/images/table-header.png) repeat-x top left; color: white;
  font-weight: bolder; text-transform: uppercase; border-right: 1px solid #C0C0C0; border-bottom: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0; padding: 3px 4px 2px 12px; font-size: 90%; }
table tbody td { vertical-align: middle; }
#main table tbody td a {border-color: #000; color: #000;}
table tbody tr td, table tr tbody th { font-size: 95%; border-bottom: 1px solid #C0C0C0; background: #FCFCFC; padding: 2px 4px 2px 12px; }
table tbody tr:nth-child(2n+1) td, table tbody tr:nth-child(2n+1) th {background: #F2F2EE;}
table td.amount {text-align: right;}
table td.actions, table tbody tr:nth-child(2n+1) td.actions {background: transparent; border: 0;}

label {
  font-family: "Droid Sans", "Lucida Sans", "Trebuchet MS", Verdana, Arial, Sans-Serif;
  display: block;
  font-weight: bolder;
  margin: 0 0 5px 0;
}
fieldset > .required > label:after, fieldset > .required > .fieldWithErrors > label:after,
fieldset > .oneline > .required > label:after, fieldset > .oneline > .required > .fieldWithErrors > label:after {
  content: ' *';
  font-size: 70%;
  color: red;
}

input, select, textarea {
  font-family: "Lucida Sans", "Trebuchet MS", Verdana, Arial, Sans-Serif;
  font-size: 105%;
  display: block;
  margin: 5px 0 10px 0;
  padding: 3px;
  border: solid 1px #A1A1A4;
}
input.trimmed, select.trimmed, textarea.trimmed { margin: 0 }
textarea { height: 120px; }
textarea.short { height: 3.5em; }
textarea.tall { height: 280px; }
#wrap input[type=submit], #wrap input[type=button], #wrap input[type=checkbox], #embedded_body input[type=submit], #embedded_body input[type=button], #embedded_body input[type=checkbox],
.slideout input[type=submit], .slideout input[type=checkbox] { width: auto; }
input.blur[type=text] {color: #999;}
table input {display: inline; margin: 0; padding: 0;}
input:focus, select:focus, textarea:focus {
  background: #ffffdd;
}
#embedded_body  input[type=text].short, #wrap input[type=text].short, #facebox .halves input[type=text].short, .slideout input[type=text].short,
#embedded_body  input[type=number].short, #wrap input[type=number].short, #facebox .halves input[type=number].short, .slideout input[type=number].short,
#embedded_body  input[type=password].short, #wrap input[type=password].short, #facebox .halves input[type=password].short, .slideout input[type=password].short {width: 80px; }
#embedded_body  input.amount, #wrap input.amount, #facebox .halves input.amount, .slideout input.amount {text-align: right;}
#embedded_body  input[type=text].medium, #wrap input[type=text].medium, #facebox .halves input[type=text].medium, .slideout input[type=text].medium,
#embedded_body  input[type=password].medium, #wrap input[type=password].medium, #facebox .halves input[type=password].medium, .slideout input[type=password].medium {width: 140px; }
#embedded_body  input[type=text].medium-large, #wrap input[type=text].medium-large {width: 200px; }
.oneline { display: flex;  flex-wrap: nowrap; flex-direction: row; justify-content: flex-start; align-items: baseline; }
.oneline > * {margin-right: 15px;}
.oneline > *:last-child {margin-right: 0;}
.oneline > input[type="submit"], .oneline > div.low-priority > input[type="submit"],
.oneline > input[type="button"], .oneline > div.low-priority > input[type="button"] {margin-top: 0; margin-bottom: 0}
.oneline > form.button-to {margin-bottom: 10px;}
.oneline.justify-between {justify-content: space-between;}
.oneline.align-middle {align-items: center;}

.fieldWithErrors input, .fieldWithErrors select, .fieldWithErrors textarea { border-color: red; }
fieldset > .formError { color: red; margin: 0 0 10px 0; font-size: 90%; font-weight: bolder; line-height: 1.4; }
.field > .formError {margin: -10px 0 10px 0; background: red; color: white; padding: 3px 6px; font-size: 70%; font-weight: bolder; line-height: 1.4; float: left; max-width: 80%;}
.field > .oneline > .formError {margin: 5px 0 0 0; background: red; color: white; padding: 3px 6px; font-size: 70%; font-weight: bolder; line-height: 1.4;}
.field > .oneline + .formError {margin: 5px 0 0 10px;}
.field > .formError + * {clear: left;}
.field .hint {float: right; width: 55%; font-size: 0.8em; line-height: 1.4; margin: 0 0 0 5%; color: #888; text-align: right;}
.halves .field .hint {padding-top: 4px; margin-bottom: 4px;}
.radio > input {width: auto;}

input[type=checkbox], input[type=radio] { border: 0; }
input[type=submit], input[type=button], span.btn {
  font-weight: 700;
  padding: 0 10px;
  height: 31px;
  line-height: 31px;
  color: white;
  text-decoration: none;
  border: none;
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
input.low-priority[type=submit], .low-priority input[type=submit],
input.low-priority[type=button], .low-priority input[type=button] {background-color: #aaa;}
input.small[type=submit], .small input[type=button],
input.small[type=submit], .small input[type=button] {
  padding: 0 5px;
  height: 21px;
  line-height: 21px;
  margin: 5px 0 10px 0;
}
td.actions input[type=submit], td.actions input[type=button] {
  height: 24px;
  line-height: 24px;
}
td.actions input.danger[type=submit], td.actions input.danger[type=button] {
  background-color: #5c0000;
}

#slider {
  position: relative;
  width: 740px; /* Change this to your images width */
  height: 199px; /* Change this to your images height */
  margin-bottom: 20px;
}
#slider img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#slider a {
  border: 0;
  display: block;
}
#slider .nivo-controlNav {
  display: none;
}
#header #slideshow #slider {width: 428px; height: 135px; margin: 0 0 0 195px;}

.text-right {text-align: right;}
.hidden {display: none;}
.clear {clear: both;}
.nobr {white-space: nowrap;}
.dontsplit {page-break-before: auto; page-break-inside: avoid;}

.slideout a.handle {
  display: block;
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
}
.slideout {
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
  z-index: 99;
  padding: 20px;
  background: #ffffff;
  border: 2px solid #29216d;
}

.sign-in-slideout { width: 260px; }
.sign-in-slideout a.handle { background: transparent url(/generic-frontend/images/sign-in-button.png) no-repeat center bottom; width: 180px; height: 36px; }

.join-slideout { width: 360px; }
.join-slideout a.handle { background: transparent url(/generic-frontend/images/join-button.png) no-repeat right bottom; height: 180px; width: 36px; }

.request-assistance-slideout { width: 360px; min-height: 280px; }
.request-assistance-slideout a.handle { background: transparent url(/generic-frontend/images/request-assistance.png) no-repeat right -10px; height: 300px;  width: 36px; }
.request-assistance-slideout span.photo > img {
  display: block;
  float: left;
  width: 20%;
  margin: 0 5% 1em 0;
  border: 1px solid #aaa;
  border-radius: 50%;
  box-shadow: 4px 4px 8px -4px #444;
}

.run-a-transaction-slideout { width: 360px; min-height: 260px; }
.run-a-transaction-slideout a.handle { background: transparent url(/generic-frontend/images/run-a-transaction.png) no-repeat right bottom; height: 300px;  width: 36px; }

.shopping-cart-slideout { width: 360px; min-height: 260px; bottom: 80px !important; top: auto !important; }
.shopping-cart-slideout a.handle { background: transparent url(/generic-frontend/images/shopping-cart.png) no-repeat right bottom; height: 246px;  width: 36px; bottom: 0 !important; top: auto !important; }

.sign-in-slideout > p, .join-slideout > p {
  font-size: 105%;
  line-height: 1.6;
}

a.print-button, #print_button a {cursor: pointer;}
#print_button {
  font-size: 16px;
  position: absolute;
  top: -40px;
  right: 0;
}

#header {height:145px; margin: 50px 0 24px; background: white url(/generic-frontend/images/separator.png) no-repeat center bottom;}
#header #logo, #header #logo a {color:#27a2dd; line-height:1em; font-weight:400;}
#header #logo {text-indent: -20000px; width: 325px; height: 125px; padding:10px 0 0; background: white url(/generic-frontend/images/logo.png) no-repeat top left;}
#header #header-right {height: 137px; margin: -135px 0 2px 337px; background: transparent url(/generic-frontend/images/top_background.png) no-repeat right top; }
#header #slideshow {height: 137px; margin: 0 0 -137px 0; }
#header #slideshow-overlay {height: 137px; margin: 0 0 -137px 0; background: transparent url(/generic-frontend/images/top_background-overlay.png) no-repeat right top; position: relative; z-index: 49;}
#header #slideshow .nivo-prevNav, #header #slideshow .nivo-nextNav {display: none;}

#header #top-menu {width: 100%; height: 125px; margin: 0 0 -125px 0; font: 14px/normal Tahoma, Arial, Helvetica, sans-serif; float: right;}
body.alternative-layout #header #top-menu {height: auto;}
#header #top-menu ul.dropdown {width: auto; margin: 10px 25px 0 0; float: right; }
#header #call-us-phone {height: 25px; line-height: 25px; z-index: 50; margin:87px 25px 0 0; padding:5px 0 5px 38px; color:#444; font: 1.4em/normal "Droid Sans", "Lucida Sans", "Trebuchet MS", Verdana, Arial, Sans-Serif; background: url(/generic-frontend/images/phone.png) no-repeat left top; position: relative; float: right;}
#header #call-us-phone strong {color: #000;}
#header #custom-header-right #top-menu ul.dropdown {margin-right: 15px;}

#notice {
  position: absolute; right: 0; top: 140px; max-width: 80%;
  padding: 10px 20px; font-size: 1.1em; font-weight: bolder; background: #999 url(/generic-frontend/images/notice-area.png) repeat-x top left; color: white;
  -moz-box-shadow: 0px 5px 2.5px rgba(0, 0, 0, .10); -webkit-box-shadow: 0px 5px 2.5px rgba(0, 0, 0, .10); box-shadow: 0px 5px 2.5px rgba(0, 0, 0, .10);
}
#notice.error {border-left: 20px solid red;}
h4.error {color: red;}

#sidebar .navmenu ul {padding:0; margin:0 0 20px 0;}
#sidebar .navmenu ul li a {color:#555; display:block; padding:5px 10px 5px 0; font-size:1.3em;}
#sidebar .navmenu ul li a:hover {color:#ef459d;}
#sidebar .navmenu ul li a.current {color:#ef459d;}
#sidebar .navmenu ul ul {margin:0 0 0 20px;}
#sidebar .navmenu ul ul li a {padding:2px 0 2px 0; font-size:1em;}
#sidebar .section .text-right {margin-right: 15px;}

.halves {float: left; width: 100%; clear:both; margin:0 0 20px 0;}
.halves h2 {font-size:1.4em; color:#27a2dd; margin:0 0 10px 0;}
.halves p {font-size:0.9em; color:#666; margin:0 0 15px 0;}
.halves p.loud {font-size:0.95em; color:#222; margin:0 0 15px 0;}
.halves p.loud a {color:#000; border-bottom-color: #222 !important;}
.halves > * {width:45%; margin:0 5% 0 0; float:left;}
.halves > *:only-child {width: 100%;}
.halves > *:last-child {margin-right:0;}
.halves fieldset:last-child {margin-bottom: 0;}
.halves .loud > * { font-size: 105%; color: #222; }
.halves input[type=text], .halves textarea { width: 289px; }
#facebox .halves input[type=text], #facebox .halves textarea { width: 250px; }
#facebox .loading-message { margin: 140px auto; text-align: center; }
.halves dd p {color: #222;}

.thirds {float: left; width: 100%; clear:both; margin:0 0 20px 0;}
.thirds > * {width:30%; margin:0 5% 0 0; float:left;}
.thirds > *:only-child {width: 100%;}
.thirds > *:last-child {margin-right:0;}
.thirds fieldset:last-child {margin-bottom: 0;}

.sixty-forty {float: left; width: 100%; clear:both; margin:0 0 20px 0;}
.sixty-forty h2 {font-size:1.4em; color:#27a2dd; margin:0 0 10px 0;}
.sixty-forty p {font-size:0.9em; color:#666; margin:0 0 15px 0;}
.sixty-forty > * {width:55%; margin:0 5% 0 0; float:left;}
.sixty-forty > *:last-child {width:38%; margin-right:0;}
.sixty-forty fieldset:last-child {margin-bottom: 0;}
.sixty-forty .loud p { font-size: 105%; color: #222; }
.sixty-forty input, .sixty-forty textarea { width: 289px; }
.sixty-forty .radio > input { width: auto; }

.quarters {float: left; width: 100%; clear:both; margin:0 0 20px 0;}
.quarters h2 {font-size:1.4em; color:#27a2dd; margin:0 0 10px 0;}
.quarters h3, .quarters .h3, .halves h3, .halves .h3, #about_receiver .halves ul li, .navmenu li a {word-wrap: break-word; overflow-wrap: break-word;}
.quarters p {font-size:0.9em; color:#666; margin:0 0 15px 0;}
.quarters > * {width:21%; margin:0 5% 0 0; float:left;}
.quarters > *:last-child {margin-right:0;}
.quarters fieldset:last-child {margin-bottom: 0;}
.quarters + a.cms-admin {clear: left;}
.bordered-quarters > * {padding-right: 2.5%; margin-right: 2.5%; border-right: 1px solid #ccc;}
.bordered-quarters > *:last-child {padding-right: 0; margin-right: 0; border-right: 0;}

.solid > * {margin-bottom: 0;}
.solid {margin-bottom: 20px;}

.block {float: left; width: 100%; clear: both; margin: 0 0 20px 0;}

form.new_travel_request .radio > input { width: auto; margin: 0; }
form.new_travel_request .radio > label { float: right; width: 290px; line-height: 1.2; }
form.new_travel_request .radio { margin-bottom: 10px; margin-top: 10px; }

a.cms-admin {display: block; position: absolute; z-index: 98; font-size: 9px; line-height: 1; padding: 2px; background: #eeaa33; color: white; filter:alpha(opacity=40); -moz-opacity: 0.4; -webkit-opacity: 0.4; opacity: 0.4;}
a.cms-admin:hover {color: #000000; filter:alpha(opacity=100); -moz-opacity: 1; -webkit-opacity: 1; opacity: 1;}

.img-shadow {
  float:left;
  background: url(/generic-frontend/images/shadowAlpha.png) no-repeat bottom right !important;
  /*background: url(/generic-frontend/images/shadow.gif) no-repeat bottom right;*/
  margin: 10px 0 0 10px !important;
  /*margin: 10px 0 0 5px;*/
}

.img-shadow .img-box {
  float: left;
  position: relative;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  display: flex;
  align-items: center
}
.img-shadow .img-box:hover { border-color: #0085CF; }
.img-shadow .img-box img {
  display: block !important;
  position: relative;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: auto;
  border: 0;
}
.img-shadow .img-box:hover img[data-facebox] { cursor: -webkit-zoom-in; cursor: zoom-in; }
#facebox .magnified  > .image img { max-width: 600px; width: auto; }
.directory_listing .halves .left .under-img-shadow {margin-left: 10px; margin-right: 15px;}

#main .quarters a.listing, #main .halves a.listing, #main .wide .jcarousel-skin-redleaf .jcarousel-item > a, #sidebar .neighborhood-listings a.listing, #main .core-spendings .h2 {border-bottom: 0;}
#sidebar .neighborhood-listings a.listing {margin-bottom: 15px; display: block;}
#main .quarters a.listing .subtitle, #main .halves a.listing .subtitle, #sidebar .neighborhood-listings a.listing .subtitle {color: #777;}
.quarters .listing .img-shadow+h4, .quarters .listing .img-shadow+.h4, .halves .halves .img-shadow+h4, .halves .halves .img-shadow+.h4,
.quarters .listing .img-shadow+.amount+h4, .quarters .listing .img-shadow+.amount+.h4, .halves .halves .img-shadow+.amount+h4, .halves .halves .img-shadow+.amount+.h4,
.quarters .listing .img-shadow+.amount+.price_note+h4, .quarters .listing .img-shadow+.amount+.price_note+.h4, .halves .halves .img-shadow+.amount+.price_note+h4, .halves .halves .img-shadow+.amount+.price_note+.h4,
.quarters .listing .img-shadow+h4+.subtitle, .quarters .listing .img-shadow+.h4+.subtitle, .halves .halves .img-shadow+h4+.subtitle, .halves .halves .img-shadow+.h4+.subtitle,
.quarters .listing .img-shadow+.amount+h4+.subtitle, .quarters .listing .img-shadow+.amount+.h4+.subtitle, .halves .halves .img-shadow+.amount+h4+.subtitle, .halves .halves .img-shadow+.amount+.h4+.subtitle,
.quarters .listing .img-shadow+.amount+.price_note+h4+.subtitle, .quarters .listing .img-shadow+.amount+.price_note+.h4+.subtitle, .halves .halves .img-shadow+.amount+.price_note+h4+.subtitle, .halves .halves .img-shadow+.amount+.price_note+.h4+.subtitle,
.quarters .listing .img-shadow+h4, .quarters .listing .img-shadow+.h4, .halves .halves .img-shadow+h4, .halves .halves .img-shadow+.h4,
.quarters .listing .img-shadow+.rating+.amount+h4, .quarters .listing .img-shadow+.rating+.amount+.h4, .halves .halves .img-shadow+.rating+.amount+h4, .halves .halves .img-shadow+.rating+.amount+.h4,
.quarters .listing .img-shadow+.rating+.amount+.price_note+h4, .quarters .listing .img-shadow+.rating+.amount+.price_note+.h4, .halves .halves .img-shadow+.rating+.amount+.price_note+h4, .halves .halves .img-shadow+.rating+.amount+.price_note+.h4,
.quarters .listing .img-shadow+h4+.subtitle, .quarters .listing .img-shadow+.h4+.subtitle, .halves .halves .img-shadow+h4+.subtitle, .halves .halves .img-shadow+.h4+.subtitle,
.quarters .listing .img-shadow+.rating+.amount+h4+.subtitle, .quarters .listing .img-shadow+.rating+.amount+.h4+.subtitle, .halves .halves .img-shadow+.rating+.amount+h4+.subtitle, .halves .halves .img-shadow+.rating+.amount+.h4+.subtitle,
.quarters .listing .img-shadow+.rating+.amount+.price_note+h4+.subtitle, .quarters .listing .img-shadow+.rating+.amount+.price_note+.h4+.subtitle, .halves .halves .img-shadow+.rating+.amount+.price_note+h4+.subtitle, .halves .halves .img-shadow+.rating+.amount+.price_note+.h4+.subtitle {clear: left; margin: 0 0 0 5px;}
.neighborhood-listings .listing .img-shadow+h4, .neighborhood-listings .listing .img-shadow+.h4,
.neighborhood-listings .listing .img-shadow+h4+.subtitle, .neighborhood-listings .listing .img-shadow+.h4+.subtitle {clear: left; margin: -10px 0 10px 5px;}
.quarters .listing .img-shadow .img-box, #main .directory_listing .halves .left .img-shadow .img-box-small, #main .directory_listing .halves .right a.listing .img-shadow .img-box, #about_receiver .c1 .img-shadow .img-box {width: 138px; height: 110px;}
.neighborhood-listings .listing .img-shadow .img-box {width: 165px; height: 132px;}
#sidebar .neighborhood-listings .listing .h4 {margin-bottom: 10px; clear: left;}
#sidebar .neighborhood-listings .listing .amount {margin: 0 15px 10px 5px;}
.quarters .listing .img-shadow+ .rating { color: #FFD700}
.listing .price_note { color: #777; font-size: 0.8em; line-height: 1.1;  }
.listing .amount+.price_note { margin: -5px 0 5px 0; }
.listing .rating+.amount, .listing .rating+.amount+.price_note { clear: right; }


input.search {width: 360px;}

.directory_listing > h1 > .rating, .directory_listing > .subtitle > .rating { color: #FFD700; padding-left: 5px; }
.directory_listing > h1 > .rating-count { color: #777; font-size: 60%; vertical-align: 12%; }
.directory_listing > .subtitle > .rating-count { color: #777; font-size: 75%; vertical-align: 12%; }
.directory_listing .halves .left .img-shadow .img-box {width: 300px; height: 215px;}
.directory_listing .halves .left .group+ * {margin-top: 20px;}
.directory_listing .halves .left .group+ .carousel {margin-top: 5px;}
.directory_listing .halves+ h3 {float: left; margin-top: 40px;}

#sidebar h3 {font-size:1.1em; color:#777; margin:0 0 5px 0; border-bottom-width: 1px;}
#sidebar h1, #sidebar .h1 {font-size: 2em;}
#sidebar .halves > * {margin-right: 8%;}
#sidebar .halves > *:last-child {margin-right: 0;}
#sidebar .h1+.subtitle { font-size: 1.20em; }
#sidebar .h2+.subtitle { font-size: 1.20em; }
#sidebar .notice a {padding-bottom:1px; border-bottom:1px dotted #ccc;}
#sidebar .notice .h1, #sidebar .notice .h2 {border-bottom-width: 0;}
#sidebar .notice.alert h2, #sidebar .notice.alert .l { color: red; }
#sidebar .notice a.alert, #sidebar .notice a.alert:visited { color: red; }

.sign-in-slideout input {display: block; width: 250px;}
.sign-in-slideout input[type=submit] {width: auto;}

.pages-nav {float: right; font-family: "Times New Roman",serif; font-size: 105%;}
.pages-nav a.current {color: #000; font-weight: bold; font-size: 120%;}
table+ .pages-nav {margin-top: -20px;}

table.three-col tr td { width: 32%; padding-right: 1%;}
table.three-col tr td:last-child { padding-right: 0;}

table.transactions td.c1, table.transactions td.c2 {width: 55px;}
table.member-balances .c2 { text-align: right }
/*table.member-balances tr:last-child > td { background-color: #888; color: white; font-weight: bolder; text-transform: uppercase }*/

table.messages-sent td.c1, table.messages-inbox td.c1 {width: 20px;}
table.messages-sent td.c2, table.messages-inbox td.c2 {width: 60px;}
table.messages-sent td.c3, table.messages-inbox td.c3  {width: 35%;}

.expiration-date > * {float: left; margin-right: 15px;}
.expiration-date input {width: 30px; }

.request-assistance-form textarea { width: 350px; }
.run-a-transaction-slideout input, .run-a-transaction-slideout textarea { width: 350px; }
.run-a-transaction-slideout .radio > input {width: auto;}

.acResults li {font-size: 90%; border-color: #666; background-color: white;}
.acResults li strong.highlight {font-weight: bold; color: #444; }
.slideout-acResults {z-index: 601;}

.acResults li.acSelect {
  background-color: #666;
  color: white;
}

/*body.popup { background: white url(/generic-frontend/images/popup-header.png) repeat-x left top;}*/
body.popup { background: white;}
#popup-wrap { margin: 10px 20px; }

.member-credit-cards {list-style: none;}
.member-credit-cards li {float: left; clear: left; }
.member-credit-cards li > * {float: left; width: 80px; margin-right: 20px; }
.member-credit-cards li > *:last-child {margin-right: 0;}

#about_receiver .c1 .group {margin-bottom: 10px;}
#about_receiver .c1 .group+ * {padding-left: 5px;}

.company_logo > input {width: 209px;}

ul.sortable { list-style-type: none; margin: 0; padding: 0; }
ul.sortable li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 150px; height: 130px; text-align: center; position: relative;}
ul.sortable li .position {position: absolute; z-index: 97; font-size: 4em; }
ul.sortable li .delete {position: absolute; z-index: 97; bottom: 4px; right: 4px;}
ul.sortable li .img-shadow .img-box {width: 138px; height: 110px;}

.cart-items td { font-size: 120%; }
.slideout .cart-items td { font-size: 110%; }
.slideout .cart-items td.actions, .cart-items td.actions { font-size: inherit; }

.open {z-index: 600;}

#search_bar input.search {width: 70%; margin-right: 5px;}
#search_bar input[type=submit] { font-size: 90%; height: 2em; line-height: 2em;}
#big-search-bar .send-right {width: 30%; line-height: 1.4;}
#embedded-search-bar.with-location {width: 55%; float: left;}
#embedded-search-bar.without-location {width: 100%; float: left;}
#embedded-search-bar.with-location input.search {width: 280px;}
#embedded-search-bar.without-location input.search {width: 580px;}
#embedded-search-bar form, #embedded-search-bar form fieldset { margin-bottom: 0; }
#embedded-search-bar .fa-search {margin: 2px 5px 0 0; font-size: 190%; line-height: 1;}
#embedded-search-bar.without-location+ *, #embedded-search-bar.without-location+ a.cms-admin + *,
#embedded-search-bar.without-location+ #print_button+ *, #embedded-search-bar.without-location+ #print_button+ a.cms-admin + *,
#embedded-search-bar.with-location+ #search-location + *, #embedded-search-bar.with-location+ #search-location + a.cms-admin + *,
#embedded-search-bar.with-location+ #search-location + #print_button+ *, #embedded-search-bar.with-location+ #search-location + #print_button+ a.cms-admin + * {clear: left;}
#search_bar input[type=submit], #embedded-search-bar input[type=submit] { font-size: 130%; line-height: 1.5; height: 1.5em; }

#sidebar .category-list ul li a {font-size: 1.12em; padding: 2px 0;}
#sidebar .category-list ul  {position: relative;}
#sidebar .category-list ul ul {visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 98; width: 100%;
  margin: -1.85em 0 0 198px; border-left: 1px solid #888; padding-left: 12px; background: #F2F2EE;}
#sidebar .category-list ul li.hover, #sidebar .category-list ul li:hover {position: relative; z-index: 599; cursor: default;}
#sidebar .category-list ul li:hover > ul {visibility: visible;}

#member-sidebar-top h2 a {border-bottom-width: 0;}

#about_receiver .halves .c1 {margin-right: 9%;}

.carousel > ul, ul.preloader {display: none;}

#sidebar .categories-link {margin-top: -1px; font-size: 90%;}

#balances > * {max-width: 23%;}
#balances .h1 { border-bottom-width: 0; }
.loud-section {
  background: #F2F2EE; padding: 5px 10px 0;
}

.img-box > img.no-photo {margin-top: 30px;}

#search-location {
  float: right;
  max-width: 45%;
  font-size: 90%;
  vertical-align: baseline;
}
#search-location label { font-size: 105%; margin-top: 0.5em; margin-right: 7px; }
#search-location form, #search-location form fieldset { margin-bottom: 0; }
#search-location #location { width: auto;  }
#search-location #distance { width: auto; }
#search-location input[type="submit"] { height: 24px; line-height: 24px; }
#search-location fieldset > span.global > * { margin-top: -0.2em; line-height: 1.2; }
#search-location fieldset > span.global > input[type=checkbox] { margin-right: 7px; }

form.new_prospect .hint, form.edit_prospect .hint { margin-right: 38px; }

.listing-ref {position: relative;}
.halves > .listing-ref:only-child { width: 45%; }
body.alternative-layout .listing-ref form {
  text-shadow: 0px 0px 4px #fff;
  font-size: 75%;
  position: absolute; top: 93px; right: 8px;
}
body.alternative-layout .listing-ref span.btn {
  font-size: 75%;
  position: absolute; top: 93px; right: 8px;
}
.listing-ref form select { padding: 1px; margin-right: 5px;}
.listing-ref form input[type="submit"], .listing-ref span.btn { padding: 0 5px; height: 21px; line-height: 21px; }

a.cms-admin-social-links {right: 0;}

table tbody tr td.status-cancelled {text-decoration: line-through;}

@media print {
  div#main {width: 100%;}
  #wrap {width: 100%; padding: 0;}
  #prewrap, body {background: white;}
  div#header, #sidebar, .slideout a.handle, .slideout, .directory_listing .halves .left .group + .carousel, .low-priority, .section form, form.button-to, .field.group.oneline, .map, #embedded-search-bar, a.print-button, #featured_listings.carousel, a.cms-admin, #buy_products .buy, #notice, .listing .img-shadow, .hide-on-print {display: none;}
  #main a {border-bottom: none;}
  .slideout {border: none;}
  table thead td, table thead th  {background: none; border-right: none;}
  table tbody tr {page-break-before: auto; page-break-inside: avoid;}
}
.use_for_future_billing label {width: 80%;}

.step-right {margin-left: 10px;}
.halves + .pull-up {float: left;}
.pull-up {margin-top: -10px;}
.pull-up + .pull-up {margin-top: 10px;}
.pull-down {margin-top: 10px;}
.push-down {margin-bottom: 10px;}

#featured_listings {width: 100%; clear: both;}
#featured_listings .jcarousel-clip {background-color: #eee; padding-right: 4px;}
#featured_listings .carousel-caption {
  position: absolute;
  padding: 5px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: rgba(220, 220, 220, 0.8);
  text-shadow: 0px 0px 4px #fff;
}
#featured_listings .carousel-caption .h4 { font-weight: bolder; }
#featured_listings .img-shadow .img-box { width: 265px; height: 215px; }

#welcome, #welcome_member {
  float: right;
  margin: 10px 15px 0 0;
  font: bold 13px/normal Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  vertical-align: middle;
  padding: 4px 15px 4px 6px;
  border-right: 1px solid #CCC;
}
#unread_message_count {
  float: right;
  margin: 10px 0 0 0;
  font: bold 13px/normal Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  vertical-align: middle;
  padding: 4px 4px 4px 6px;
}

#all_categories li li {overflow-x: hidden;}

#breadcrumbs {line-height: 1.6em; margin-bottom: 5px; vertical-align: middle; flex-wrap: wrap;}
#breadcrumbs h1 {display: inline; border-bottom: 0; vertical-align: inherit; font-size: 1.3em; line-height: inherit;}
#breadcrumbs a {vertical-align: inherit; line-height: inherit;}
#breadcrumbs .fa {margin-right: 5px; font-size: 135%; padding-bottom: 2px; vertical-align: top; line-height: inherit;}
#breadcrumbs > * {margin-right: 10px;}
#breadcrumbs.oneline + *, #breadcrumbs.oneline + a.cms-admin + * {clear: left}

ul#subcategories {
  margin-left: 30px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  max-height: 330px;
  overflow-x: auto;
}
ul#subcategories > li {
  list-style-type: none;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

#main .see-all a { border-bottom: 0; margin-top: 4px; float: right;}
.see-all a:after {
  content: '\bb';
  padding-left: 2px;
  font-size: 120%;
}
#main span.see-all + a.cms-admin + h2, #main span.see-all + h2 {background: transparent url(/generic-frontend/images/h2_background.png) -10px 0 no-repeat; border-bottom: none;}
#main .see-all a {color: white; margin-right: 15px; text-shadow: 0px 0px 2px #222; filter: dropshadow(color = #222, offx = 0, offy = 0);}

#main h2 .fa-angle-double-right {margin-left: 4px;}
#main .see-all-2 a,
#sidebar .see-all-2 a {
  display: inline-block;
  font-size: 60%;
  font-weight: bolder;
  background: #444;
  padding: 3px 4px;
  color: white;
  margin: 0 0 1px 0px;
  vertical-align: middle;
  border: none;
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#pdf_viewer { width: 100%; min-height: 70%; border: 1px solid #888; }
#hidden_pdf_viewer { width: 1px; height: 1px; visibility: hidden; border: 0; }
#facebox #hidden_pdf_viewer { width: 850px; height: 600px; visibility: visible; }
#facebox #pdf { width: 850px; height: 600px; text-align: center; }
#facebox #pdf_notice .h3 { text-align: center; }
#facebox #pdf_notice .h3 img { vertical-align: middle; }

#buy_products .title {font-size: 1.10em;}
#buy_products .buy {width: 20%;}
#buy_products .buy form {margin-left: 0;}
#buy_products .buy form select.quantity {width: 43px;}
#buy_products .title p.quiet {line-height: 1.3; margin-bottom: 4px;}
#buy_products .title span.address {margin-left: 5px;}
#buy_products .title img {height: 32px; margin: 3px 0 5px 5px;}

.transaction-action a.download-link, .transaction-action a.print-button {text-transform: uppercase; font-size: 70%;}
.transaction-action a.download-link i, .transaction-action a.print-button i {font-size: 200%;}


.nivo-controlNav { left: auto; right: 0; }

.nivo-caption {
  position: absolute;
  left: auto;
  right: 0;
  width: 36%;
  padding: 10px 2%;
  top: 0px;
  background: #444;
  background-color: rgba(68, 68, 68, 0.6);
  color: white;
  z-index: 8;
  -moz-box-shadow: -7px 0px 5px -2px rgba(50, 50, 50, 0.8);
  -webkit-box-shadow: -7px 0px 5px -2px rgba(50, 50, 50, 0.8);
  box-shadow: -7px 0px 5px -2px rgba(50, 50, 50, 0.8);
}

.nivo-caption * {
  text-shadow: 0px 0px 10px #222;
  filter: dropshadow(color = #222, offx = 0, offy = 0);
}
.nivo-caption h1, .nivo-caption h2, .nivo-caption h3, .nivo-caption p {
  color: white;
}
.nivo-caption h1 {border-bottom: 0; font-family: 'Lemon', cursive;}
.nivo-caption a {font-weight: bolder; text-decoration:underline; font-family: 'Lemon', cursive;}

#cart form fieldset#cart_items {height: 300px; overflow-y: scroll;}

#just_logged_in {display: none;}
#facebox {z-index: 600;}
.facebox_overlayBG {z-index: 599;}
#facebox .large-popup {width: 600px; margin: 20px;}
#facebox .large-popup h1, .facebox-popup.large-popup h1 {padding-bottom: 0.5em; margin-bottom: 1em; line-height: 2.2em;}
#facebox .large-popup .agreement_block { height: 400px; overflow-y: scroll; }
#facebox .large-popup #my-video { height: 338px; width: 100%; }

.paragraph-icon {float: left; font-size: 4em; line-height: 1.1; margin-right: 20px;}
h1 .paragraph-icon {font-size: 2em;}
form.checkout h2 {border-bottom: 0;}

#prospect_terms_of_service {display: inline;}
.terms_of_service_error {color: red; font-size: 110%;}
.terms_of_service_error+ .fieldWithErrors, .terms_of_service_error+ .fieldWithErrors+ .fieldWithErrors {display: inline;}

#sidebar .certificates ul { display: block; width: 200px; height: 100px; overflow: hidden; }
#sidebar .certificates ul li { display: block; width: 200px; height: 100px; top:  0; left: 0; font-size: 85%; line-height: 1.25; }
#sidebar .certificates ul li a img { float: left; }
#sidebar .certificates ul li a img+ span { height: 55px; overflow: hidden; overflow-wrap: break-word; }
#sidebar .certificates ul li a img+ span, #sidebar .certificates ul li a img+ span+ span { width: 90px; float: right; }
#sidebar .certificates ul li a span+ span { margin-top: 0.3em; font-size: 95%; color: #000000; }
.section.certificate .in-header { font-size: 105%; float: right; margin-left: 15px; min-width: 175px; }
.section.certificate .in-header+ img { float: left; margin-top: 3px; }
.section.certificate h2, .section.certificate h2+ div { margin-right: 320px; }
.section.certificate img+ h2, .section.certificate img+ h2+ div { margin-left: 90px; }

.listing-ref .offer-banner {
  display: block;
  background: #c5af21;
  background: -moz-linear-gradient(top, #ccb325, #bba520);
  background: -webkit-gradient(linear, left top, left bottom, from(#ccb325), to(#bba520));
  padding: 4px 7px;
  left: -5px;
  top: 0px;
  position: absolute;
  z-index: 1;
  width: 70%;

  -moz-box-shadow: 1px 1px 3px #292929;
  -webkit-box-shadow: 1px 1px 3px #292929;

  color: #fff8d4;
  font-size: 95%;
  line-height: 1.2;
}
.listing-ref .offer-banner form.button-to {
  position: static;
  float: right;
}
.listing-ref .offer-banner form.button-to input[type=submit] {
  background: #976f1c;
  margin: 0;
  line-height: 1.2;
  height: 1.6em;
}
.listing-ref .offer-banner .arrow {
  width: 0; height: 0;
  line-height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid #af9b1d;
  top: 104%;
  left: 0;
  position: absolute;
}

.listing-ref .global_marketplace {
    display: block;
    padding: 3px;
    left: -5px;
    top: -2px;
    position: absolute;
    z-index: 1;
    width: 24px;
    height: 24px;

    -moz-box-shadow: 1px 1px 3px #292929;
    -webkit-box-shadow: 1px 1px 3px #292929;

    color: white;
    font-size: 95%;
    line-height: 1.2;

    background: white url(/generic-frontend/images/globe_padded_30.png) top left no-repeat;
}
.listing-ref .global_marketplace:after {
    content: ".";
    position: absolute;
    top: 0;
    left: 30px;
    width: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.listing-ref .global_marketplace:hover:after {
    content: "This offer is listed by one of our partners. Your broker will assist you with the transaction.";
    position: absolute;
    top: 0;
    left: 30px;
    width: 124px;
    text-align: center;
    background: rgb(97, 97, 97);
    font-size: 88%;
    font-weight: bolder;
    padding: 2px 4px;
    min-height: 26px;
    -webkit-box-shadow: 1px 1px 3px #292929;
    opacity: 1;
}
.listing-ref .global_marketplace .arrow {
  width: 0; height: 0;
  line-height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid #adadad;
  top: 104%;
  left: 0;
  position: absolute;
}

.listing-ref .instant-cert {
    display: block;
    padding: 3px;
    left: -5px;
    top: -2px;
    position: absolute;
    z-index: 1;
    width: 24px;
    height: 24px;

    -moz-box-shadow: 1px 1px 3px #292929;
    -webkit-box-shadow: 1px 1px 3px #292929;

    color: white;
    font-size: 95%;
    line-height: 1.2;

    background: white url(/generic-frontend/images/qr_code_padded_30.png) top left no-repeat;
}
.listing-ref .instant-cert:after {
    content: ".";
    position: absolute;
    top: 0;
    left: 30px;
    width: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.listing-ref .instant-cert:hover:after {
    content: "Instant delivery to your email or cell phone!";
    position: absolute;
    top: 0;
    left: 30px;
    width: 124px;
    text-align: center;
    background: rgb(97, 97, 97);
    font-size: 88%;
    font-weight: bolder;
    padding: 2px 4px;
    min-height: 26px;
    -webkit-box-shadow: 1px 1px 3px #292929;
    opacity: 1;
}
.listing-ref .instant-cert .arrow {
  width: 0; height: 0;
  line-height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid #adadad;
  top: 104%;
  left: 0;
  position: absolute;
}

#buy_products .amount .instant-cert {
    display: block;
    border: 1px solid black;
    width: 18px;
    height: 18px;

    color: white;
    font-size: 95%;
    line-height: 1.2;

    background: white url(/generic-frontend/images/qr_code_18_black.png) top left no-repeat;
}
#buy_products .amount .instant-cert:after {
    content: ".";
    position: relative;
    top: 0;
    left: 22px;
    width: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
#buy_products .amount .instant-cert:hover:after {
    content: "Instant delivery to your email or cell phone!";
    position: relative;
    top: 0;
    width: 124px;
    text-align: center;
    background: rgb(97, 97, 97);
    font-size: 88%;
    font-weight: bolder;
    padding: 2px 4px;
    min-height: 26px;
    -webkit-box-shadow: 1px 1px 3px #292929;
    opacity: 1;
}
.jcarousel-item .instant-cert {
    display: block;
    padding: 3px;
    position: absolute;
    z-index: 1;
    width: 34px;
    height: 34px;

    -moz-box-shadow: 1px 1px 3px #292929;
    -webkit-box-shadow: 1px 1px 3px #292929;

    color: white;
    font-size: 95%;
    line-height: 1.2;

    background: white url(/generic-frontend/images/qr_code_padded_40.png) top left no-repeat;
}
.jcarousel-item .instant-cert:after {
    content: ".";
    position: absolute;
    top: 0;
    left: 40px;
    width: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.jcarousel-item .instant-cert:hover:after {
    content: "Instant delivery to your email or cell phone!";
    position: absolute;
    top: 0;
    left: 40px;
    width: 124px;
    text-align: center;
    background: rgb(97, 97, 97);
    font-size: 88%;
    font-weight: bolder;
    padding: 7px 4px;
    min-height: 26px;
    -webkit-box-shadow: 1px 1px 3px #292929;
    opacity: 1;
}
.jcarousel-item .instant-cert .arrow {
  width: 0; height: 0;
  line-height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid #adadad;
  top: 104%;
  left: 0;
  position: absolute;
}
.directory_listing .instant_cert_notice, .directory_listing .global_marketplace_notice {
    background: rgba(253, 255, 9, .4) url(/generic-frontend/images/qr_code_padded_30.png) 5px 5px no-repeat;
    padding: 5px 10px 5px 42px;
    margin-bottom: 20px;
    display: block;
}
.directory_listing .global_marketplace_notice {
    background-image: url(/generic-frontend/images/globe_padded_30.png);
}
.directory_listing .instant_cert_notice > p, .directory_listing .global_marketplace_notice > p { margin-bottom: 10px; line-height: 1.3; color: #444; }
.directory_listing .instant_cert_notice > p:last-of-type, .directory_listing .global_marketplace_notice > p:last-of-type{ margin-bottom: 0; }

.listing-ref span.list_map_index {
  position: absolute;
  margin-top: 100px;
  margin-left: 8px;
  z-index: 1;

  border-radius: 50%;
  width: 18px;
  height: 18px;
  padding: 0;

  text-align: center;
  line-height: 18px;

  color: white;
  background: #5781fc;
  border: 1px solid #030303;

  font-family: "Droid Sans","Courier New",Courier,Monospace;
  font-weight: bold;
  font-size: 11px;
}

a.listing .amount.send-right.max-ratio span { font-size: 70%; float: right; clear: right; line-height: 1.1; }
a.listing .amount.send-right.max-ratio span+ span { font-size: 100%; }

body#embedded_body #member_agreement, body#embedded_body #member_agreement * { color: black !important; }

#captcha { margin: 20px; float: right; }

tr.selected_row td:not(.actions) {
  border-top: 2px solid #aaa;
  border-bottom: 3px solid #aaa;
}

#category-gallery {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
  justify-content: center;
}
#category-gallery a {
  flex: 1 1 115px;
  display: block;
  width: 100px;
  max-width: 130px;
  min-width: 115px;
  height: 120px;
  position: relative;
  filter: drop-shadow(4px 4px 4px #aaa);
  transition: all .2s ease-in-out;
  border-radius: 2px;
}
#category-gallery a:hover {
  transform: scale(1.05);
}
#category-gallery a > img {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}
#category-gallery a > span {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgb(0 0 0 / 0.2);
  padding: 10px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 2px;
  font: 900 130% "Lato", sans-serif;
  text-wrap: pretty;
  text-shadow: 1px 0 4px rgb(0 0 0 / 0.3);
}/* --------- /generic-frontend/stylesheets/redleaf-arial.css --------- */ 
body, label, input, select, textarea, .amount, .phone, .pages-nav {font-family: Arial, sans-serif;}

.sign-in-slideout a.handle { background-image: url(/generic-frontend/images/sign-in-button-arial.png);}
.join-slideout a.handle { background-image: url(/generic-frontend/images/join-button-arial.png); }
.request-assistance-slideout a.handle { background-image: url(/generic-frontend/images/request-assistance-arial.png);}
.run-a-transaction-slideout a.handle { background-image: url(/generic-frontend/images/run-a-transaction-arial.png);}
.shopping-cart-slideout a.handle { background-image: url(/generic-frontend/images/shopping-cart-arial.png); }
/* --------- /generic-frontend/libs/FortAwesome-Font-Awesome/css/font-awesome.min.css --------- */ 
@font-face{font-family:'FontAwesome';src:url(/generic-frontend/libs/FortAwesome-Font-Awesome/fonts/fontawesome-webfont.eot?v=4.0.1);src:url(/generic-frontend/libs/FortAwesome-Font-Awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.1) format('embedded-opentype'),url(/generic-frontend/libs/FortAwesome-Font-Awesome/fonts/fontawesome-webfont.woff?v=4.0.1) format('woff'),url(/generic-frontend/libs/FortAwesome-Font-Awesome/fonts/fontawesome-webfont.ttf?v=4.0.1) format('truetype'),url(/generic-frontend/libs/FortAwesome-Font-Awesome/fonts/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-lg{font-size:1.3333333333333333em;line-height:.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:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}
.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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:#fff}
.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-move: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-resize-full:before{content:"\f065"}
.fa-resize-small: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-resize-vertical:before{content:"\f07d"}
.fa-resize-horizontal: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-fullscreen:before{content:"\f0b2"}
.fa-group: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-reorder: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:before{content:"\f0f7"}
.fa-hospital: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-expand-o:before{content:"\f116"}
.fa-collapse-o:before{content:"\f117"}
.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-o:before{content:"\f13e"}
.fa-bullseye:before{content:"\f140"}
.fa-ellipsis-horizontal:before{content:"\f141"}
.fa-ellipsis-vertical: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"}
