
/*

the following selectors are available to adjust styling for mobile browsers
body.mobile {}

body.mini {}

body.portrait {}

body.landscape {}

body.touch {}
*/

.is-tags{
	min-width:20px;
	min-height: 10px;

	display:block;
	position:absolute;
	z-index:999;
	top: 60px;
	left:0px;
	opacity: 0.1;
	color: black;
	padding: 0.4em;
	font-size: 0.7em;
	z-index: 399;
}

.other-tags {
    position:absolute;
    right:0px;
    top: 40px;
    color:black;
    padding:0.4em;
    font-size:0.7em;
    z-index: 399;
    display: inline-block;
    text-align: right;
}

body.production .is-tags, body.production .other-tags {
    display:none;
}


body.mini .other-tags, body.mini .is-tags {
    top: 60px;
}
#layout-info, #changeset {
    opacity:0.2;
    display:inline-block;
}
#layout-info.error {
    color:red;
    font-size:20px;
    opacity:1;
}

#weinre {
	opacity:0.2;
	line-height:10px;
}
#weinre a {
    box-sizing:border-box;
    padding:1em 10px;
}
body.production #weinre {
	display:none;
}

body.portrait .is-portrait {
	display:inline;
}

body.landscape .is-landscape {
	display:inline;
}

body.mini .is-mini {
	display:inline;
}

body.mobile .is-mobile {
	display:inline;
}

body.touch .is-touch {
	display:inline;
}


/** remove min-sizes **/
body.portrait #real-body,
body.mobile #real-body,
body.landscape #real-body {
	min-width: 0;
	min-height: 0;
}
body.allow-scroll #real-body,
body.mini #real-body {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: static;
    margin-top: 0;
    overflow: visible;
}
/** trays **/

body.mini #left-tray, body.mobile #left-tray {
    display: none;
}
body.portrait #left-tray.collapsed,
body.mini #left-tray.collapsed,
body.mobile #left-tray.collapsed {
	left:0px;
}

body.portrait .tray,
body.mini .tray,
body.mobile .tray,
body.mini.portrait .tray {
	top: 0;
}

body.mobile.mini #left-tray.tray,body.mobile.mini #right-tray.tray {
    z-index: 491;
    top: -32px;
}

body.portrait .tray,
body.mobile .tray {
	top: 12px;
}



body.mini #left-tray .tray-header,
body.mini #right-tray .tray-header,
body.portrait #left-tray .tray-header,
body.portrait #right-tray .tray-header,
body.mobile #left-tray .tray-header,
body.mobile #right-tray .tray-header {
	width: 210px;
/*	height: 36px;*/
	top: -22px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
body.mobile #left-tray .tray-header,body.mobile #right-tray .tray-header {
    height:36px;
}



body.mini #left-tray .tray-header,body.mini #right-tray .tray-header {
    top: -27px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
}

body.portrait #left-tray .tray-header,
body.mini #left-tray .tray-header,
body.mobile #left-tray .tray-header {
	left: -56px;
}

body.mini #left-tray .tray-header,body.mini #right-tray .tray-header {
    top: -58px;
    z-index: 401;
}

body.portrait #scroller[data-scroll=left] #left-tray .tray-header,
body.mini #scroller[data-scroll=left] #left-tray .tray-header,
body.mobile #scroller[data-scroll=left] #left-tray .tray-header {
	left: -100px;
	opacity: 1;
}

body.mini #scroller[data-scroll=left] #left-tray .tray-header {
    left:-156px;
}


body.mini #right-tray .tray-header {
    left:-100px;
}
body.portrait #right-tray .tray-header,
body.mini #right-tray .tray-header,
body.mobile #right-tray .tray-header {
	left:-40px;
}

body.portrait #scroller[data-scroll=right] #right-tray .tray-header,
body.mini  #scroller[data-scroll=right] #right-tray .tray-header,
body.mobile #scroller[data-scroll=right] #right-tray .tray-header {
	left: 0;
}

body.mini  #scroller[data-scroll=right] #right-tray .tray-header{
    left: 60px;
}
body.portrait #right-tray.collapsed, 
body.mini #right-tray.collapsed, 
body.mobile #right-tray.collapsed,
body.portrait #scroller[data-scroll] #right-tray, 
body.mini #scroller[data-scroll] #right-tray, 
body.mobile #scroller[data-scroll] #right-tray {
	right: 0;
}


body.mobile .tray-header-icon {
    height: 37px;	
}
body.portrait #left-tray .tray-header-icon,
body.mobile #left-tray .tray-header-icon {
    width: 40px;
}

body.portrait #scroller,
body.mobile #scroller {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
body.allow-scroll #scroller,
body.mini #scroller {
    bottom: auto;
    top: auto;
    left: auto;
    right:auto;
    min-height: 100%;
    position: relative;
    max-width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
}

#scroller .scroll-body {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

body.allow-scroll #scroller .scroll-body,
body.mini #scroller .scroll-body {
	width:100%;
	min-height: 100%;
	position: relative;
	margin-top: 0;
}


/** header **/

body.allow-scroll #header ,
body.allow-scroll .top-container,
body.mini #header ,
body.mini .top-container {
	height: 62px;
	background-size: contain;
    background-color: #ff6801;
}


body.allow-scroll .main-container2,
body.mini .main-container2 {
	position: static;
    margin: 0 0 100px;
	width: auto;
	bottom: auto;
	height: auto;
	top: 0;
	left: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
body.allow-scroll .main-container,
body.mini .main-container {
    padding: 2% 10px 0px 10px;
}

body.mini .top-right-content {
    display: inline;
    position: static;
    min-height: 100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    background-size: contain;
    padding-right: 3%;
    width: auto;
    vertical-align: middle;
    line-height: 118px;
    font-size: 15px;
    padding-top: 53px;
}
body.mini .top-right-container .add-new-link,
body.portrait .top-right-container .add-new-link {
	display:none;
}

body.mini .logo-wrapper a {
    margin-top: 41px;
    margin-left: 13px;
}
body.mini .logo-container {
    background-size:50%;
}

body.mini .search-box .content {
	height: 44px;
	width: auto;
	margin-top: 2px;
	position: absolute;
	left: 52px;
	right: 44px;
}

body.mini.logged-in .search-box .content {
}

body.mini .top-center {
	position: relative;
}

body.mini .search-container {
	
}
body.mini #scroller {
    background-color: white;
}

body.allow-scroll .top-right-container.
body.mini .top-right-container {
	margin-left: 0;
	
	width: 40px;
	overflow: visible;
	left: auto;
}
body.mini.logged-in .top-right-container {
	width: 75px;
    left: auto;
    margin-right: 75px;
}

body.mini .search-box .message-text-input {
	font-size: 23px;
	line-height: 24px;
}

@media screen and (max-width: 450px) {
    body.mini .search-box .message-text-input {
        font-size:20px;
    }    
    body.mobile .search-box .message-text-input-container{
        margin-top: -12px !important;
    }
}

@media screen and (max-width: 399px) {
    body.mini .search-box .message-text-input {
        font-size:14px;
    }
}

body.mini .top-right-content a.sign-in {
	white-space:nowrap;
}

body.mini .top-right-content .divider {display:none}

body.mini .top-right-content .divider.hidden {height: -12px;}

body.mini .logo-container-float {
    margin-left: -180px;
    height: 60px;
}
body.mini .logo-wrapper {
    margin-left: 170px;
    margin-top: -37px;
    z-index: 0;
    height: 96px;
    width: 96px;
}

/*mini layout*/

/* search bar */

body.mini .search-box .content {/* exists, may need adjusting with arrow */
    left: 0;
    right: 44px;
}

body.mini .search-button {
    right: 55px;
    top: 0;
}

body.mini .top-center {
    min-width:250px;
}

/*fix margin on text box */
.filter-search-keyword input.search-filter-keyword, .search-box .message-text-input-container {
    margin-right:0px !important;
}

/* footer */
/*#footer.touch {
    position: static;
}
#footer.touch #footer-content ul li a {
    padding: 10px 0;
}
*/
#footer.touch {
    position: static;
    height: 47px;
}
body.mini #footer.touch {
    height: 125px;
}
body.mini #footer.touch #footer-content ul li {
    display: inline-block;
    width: 20%;
    padding: 0px 1px 5px;
    margin: 10px 0;
}
body.mini #footer.touch #footer-content ul li a {
    padding: 5px 0;
}
body.mini #footer.touch #footer-content ul li.wide {
    width: 30%;
}
body.mini #footer.touch #footer-content ul li.no-mini {
    display: none;
}


/*
home page: 
video needs to shrink to fit
*/

body.mini .landing-slide-page .slide-main-title, .landing-inner-wrapper .slide-main-title {
    font-size:15px;
    line-height:15px;
}

body.mini .landing-slide-page .slide-main-title, .landing-inner-wrapper .slide-main-title {
    font-size: 15px;
    line-height: 15px;
}

body.mini .landing-slide-page .nav-list li {
    width: 20%;
    min-width: 7em;
    margin-bottom: 1ex;
    padding: 0 7px;
}

body.mini .landing-slide-page .nav-list a {
    line-height: 50px;
    padding-top: 3px;
    height: auto;
}

body.mini .landing-slide-page .nav-list {
    padding-top:2px;
    width:auto;
    display: inline-block;
    margin: 0 auto;
}

.landing-slide-page .nav-list { 
}

body.mini .sign-up-container a.stakeholder-button {
    display:inline-block;
    width:auto;
    vertical-align:46%;
    height:auto;    
    
    width:130px
}

body.mini .landingpage-container a.stakeholder-button {
    vertical-align:72%;
}
body.mini a.stakeholder-button {
    min-height: 38px;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body.mini #browse-categories .baseview-stream-container {
    width: 48%;
    position: static;
    display: inline-block;
}

body.mini #my-items .baseview-stream-container,
body.mini #saved-items .baseview-stream-container,
body.mini .search-result-stream-container {
    width:auto;
    left:0px;

    right: 0;
    position: static;
    height: auto;
    bottom: auto;
}


/*search results page, filters will have to stack!
    onclick for each search-result item will go directly to detail view!
*/



body.mini #browse-categories .baseview-detail-container {
    left: 0;
    margin-left: 10px;
    position: fixed;
    top: 85px;
    bottom: auto;
    width: 48%;
}
body.mini .search-result-detail-container,
body.mini #saved-items .baseview-detail-container,
body.mini #min-items .baseview-detail-container {
    display:none;
    width: auto;
    right: 0;
}


/*content pages*/
body.mini .generic-page .landing.left .main-wrapper .content.shown {
    min-height: 100%;
    height: 100%;
}

/* about */
body.mini .static-nav a {
    font-size:0.8em;
}

body.mini .tabswitchernav { 
    width:auto;
    padding-left: 0;
    padding-right:0px;
}
body.mini .base-detail .tabswitchernav,
body.mini .charity .tabswitchernav,
body.mini .business .tabswitchernav {
    margin: 0;
    padding-top:0;
}

body.mini .tabswitchernav li {
    width:auto;
}

body.mini #careersoverview .penguin-container,
body.mini #termsoverview .penguin-container,
body.mini #about .penguin-container {
    min-width:48%;
    margin-top: 0;
}

body.mini #careersoverview .penguin-container {
    margin-top: -30px;
}
body.mini #about .penguin-container.three {
    display:none;
}

body.mini #termsoverview .content-wrapper {
    margin-top:0;
    margin-bottom: 0;
}


body.mini #contactoverview .penguin-container {
    display:none;
}

body.mini #contactoverview .form-left,
body.mini #contactoverview .form-right { 
    width:100%;
    float:none;
}

body.mini #contactoverview input {
    margin-bottom:2px;
}

.browse-icons-container {
    max-width:530px;
    width:auto;
}

body.mini .browse-big-button-container .stakeholder-button,
body.mini .side-by-side-big-btn-container .stakeholder-button {
    margin-bottom:2px;
    height: auto;
}

body.mini .side-by-side-big-btn-container .stakeholder-button:last-of-type {
    float:none;
}

body.mini .browse-big-button-container {
display: inline-block;
margin: 15px 2%;
}


body.mini .side-by-side-big-btn-container  {
    margin:0;   
    width: auto;
}

body.mini .browse-categories .baseview-item h3 {
    font-size: 1em;
    font-weight:normal;
}

body.mini .browse-categories .baseview-item {
    height:auto;
}

body.mini .browse-categories .baseview-item .small-icon {
    min-height:0;
    margin-bottom:0;
    padding-bottom:0;
}

body.mini .browse-icons-container {
    margin: 0 auto;
}

/*login - dialog too wide!! (i guess it works, but the right side is cut off at 320*/

/* home */

body.mini #individualpage .detail-page-left {
    right: 120px;    
    top: 20px;
}

.stats-table-container {
}

body.mini .stats-table-container br {
    display:none;
}

body.mini .stats-table-container h1 {
    margin-bottom:5px;
    font-size: 13px;
}

body.mini .stats-table-container p {
    margin-bottom:5px;
}

body.mini .stats-table-container .browse-icon {
    width:20px;
    height:20px;
    background-size:20px;
}


body.mini .stats-table-container .my-stuffs-container {
    margin-top:0px;
    padding:2px;
}

body.mini .stats-table-container .my-stuffs-container h2 {
    display:none;
}


body.mini .stats-table-container .my-stats-icons {
    margin:6px 6px;
}

body.mini .user-settings-summary-heading .settings-icon {
    display:none;
}

body.mini .user-settings-summary-heading {
    text-align:left;
}

body.mini .tabswitchernav li {
    margin-bottom: 5px;
    background-color: white;
    width: 48%;
    float: left;
    margin: 1%;
}
body.mini #landing-careers .tabswitchernav li,
body.mini #landing-home .tabswitchernav li {
    width: 31%;
}

body.mini .static-nav a {
    margin-bottom:0px;
    padding-bottom: 0;
}

body.mini .home-container .outside-title-container {
    line-height: 15px;
    margin-top: -5px;
}

body.mini .offer-direct-edit .detail-page-left,
body.mini .interest-overview .main-street-deal .detail-page-left,
body.mini .interest-overview .community-buy .detail-page-left{
    top: 24px;
    padding-top: 2px;
    padding-left: 6px;
    margin: 0;
    padding-bottom: 5px;
    position: static;
    width: auto;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


m {
    position: absolute;
    bottom: auto;
    height: auto;
    margin-right:4px;
    background-color: white;
    border-bottom-left-radius: 5px;
    padding-bottom: 2px;
    z-index: 300;
    right:10px;
    max-height: 100%;
}

body.mini .interest-overview .charity .detail-page-right ,
body.mini .interest-overview .business .detail-page-right {
  top: 5px;
  background-color: transparent;
  margin-left: 0;
  margin-right: 0;
}
body.mini.mobile .interest-overview .detail-page-right {
    right:0px;
}

body.mini .top-right-container .header-right-btn,
body.mini .top-right-container .divider {
    display:none;
}

body.mini .header-dropdown.signed-in.if-logged-in-ib {
    display: inline-block;
    padding-top: 0;
    right: 0;
    height: 62px;
}

body.mini .header-dropdown li {
    padding:1ex;
}

@media screen and (max-height:400px) {
    body.mini .header-dropdown li {
        padding-top :0;
        padding-bottom:0;   
    }
}
body.mini .header-dropdown li.sep {
    padding:0;
}


body.mini .no-mini {
    display:none;
}

.mini-only,.mini-only-ib,.mini-only-i {
    display: none !important;
}

body.mini .mini-only {
    display:block !important;
}
body.mini span.mini-only {
    display: inline !important;
}
body.mini .mini-only-i {
    display: inline !important;
}

body.mini .mini-only-ib {
    display:inline-block !important;
}

body.mini.logged-in .mini-only.if-logged-out {
    display:none !important;
}

body.mini .mini-only-ib {
    display:inline-block !important;
}
.mini-stack.icons {
}
.mini-stack {
    float: left;
    padding: 0;
    text-align:left;
}
body.mini .mini-stack {
    display:inline-block;
    vertical-align: middle;
}
body.mini .mini-stack.icons {
    margin-top: 1px;
}
body.mini .mini-stack > div {
    display:block;
}
body.mini .mini-stack.inputs > div {
    height: 33px;
}

body.mini .filter-search-filters .mini-stack .filter-search-icon {
    height: 41px;
    width: 41px;
    margin-top: -4px;
}

body.mini .filter-search-filters .mini-stack .fa-select,
body.mini .filter-search-filters .mini-stack select {
    margin-bottom: 0;
    width: 160px;
}


body.mini .filter-search-filters .mini-stack .fa-select
body.mini .filter-search-filters .mini-stack select,
body.mini .filter-search-filters .mini-stack input {
    margin-top: 8px;
    box-sizing: border-box;
    height: 22px;
    font-size: 0.95em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body.mini .filter-search-filters .mini-stack input {
    width:61px;
}

body.mini .filter-search-filters .filter-max-price .filter-title ,
body.mini .filter-search-filters .filter-min-price .filter-title {
    display:inline-block;
    width: 2.3em;
    padding-left: 0;
}

body.mini .filter-search-filters .filter-search-icon,
body.mini .filter-search-filters .filter-category,
body.mini .filter-search-filters .filter-min-price,
body.mini .filter-search-filters .filter-max-price, {
    height:25px;
}

body.mini .detail-page-chat,
body.mini .save-for-later-link {
    color:white;
    margin: 0;
    padding-right: 35px;
    margin-right: 4px;
}

body.mini .save-for-later-link .saveforlater-icon {
    display: none;
}

body.mini .detail-view .charity-icon-container,
body.mini .new-btn {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 5px 0 0;
    /* webkit-box-flex has no wrap, so use inline-block instead */
    -webkit-box-flex: 0;
    -webkit-flex: 1 0 40%;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    width: 48%;
    /* use percentage to mesh with width, which still applies on old webkit */
    margin: 0.5%;
}

i.mini-chat-icon {
    background-image:url('/static/images/mini_chatbox_white.png?2d04afe4496a');
    width: 20px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
}

body.mini .detail-page-mini-buttons {
    margin-top: 5px;
    text-align:center;
    background-color: white;
}


body.mini #my-purchases .baseview-detail-container ,
body.mini #my-items .baseview-detail-container{
    position: static;
    display: none;
}

body.mini #my-items .add-mode .baseview-detail-container {
    display:block;
    position: relative;
    width: auto;
}

body.mini #my-purchases .search-result-left-image,
body.mini #my-items .search-result-left-image {
}

body.mini #my-purchases .baseview-stream-container,
body.mini #my-items .baseview-stream-container {
    right:0;
    width: auto;
    left: 0;
}
body.mini #my-purchases .baseview-stream-container {
    display:block;
}
body.mini #my-items .add-mode .baseview-stream-container {
    display:none;
}

body.mini #my-items .baseview-stream-container {
    top:30px
;
    display: block;
}

body.mini #my-purchases .baseview-stream-inner-container,
body.mini #my-items .baseview-stream-inner-container {
    padding: 5px 5px 0;
}

body.mini #landing-about .landing.right, 
body.mini #landing-careers .landing.right,
body.mini #landing-privacy .landing.right,
body.mini #landing-home .landing.right {
    display: none;
}
body.mini #landing-about .landing.left, 
body.mini #landing-careers .landing.left,
body.mini #landing-home .landing.left,
body.mini #landing-privacy .landing.left {
    width: 96%;
}

/* hide mini menus by default */
.mini-menu {
    display: none;
}
body.mini .mini-menu {
    display: block;
}
body.mini .mini-menu .static-nav a {
    min-height: 2.5em;
}
body.mini .mini-menu .static-nav a .top{
    height: 1em;
}

body.mini .side-bar {
    display: none;
}
body.mini .user-home-page {
    padding: 0 0;
}
body.mini .user-home-page h1 {
    font-size: 1.3em;
}
body.mini .main-container.with-sidebar {
    padding: 10px 0;
}
body.mini .main-container2.search .main-container.with-sidebar {
    padding-top: 10px;
}
body.mini .user-home-table {
    padding: 20px 5px 15px;
}
body.mini .user-home-table table {
    width: 90%;
}

body.mini .filter-search-filters {
    padding: 10px 25px 0;
}

body.mini .main-mini-tray.retracted {
    top: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-tranition: all .2s ease-in-out;
}
body.mini .main-mini-tray {
    z-index: 100;
    top: 50px;
    height: 50px;
    width: 100%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-tranition: all .2s ease-in-out;
    padding-bottom: 10px;/*
    border-bottom: 1px solid #ccc;*/
}

body.mini #mini-search-form .main-mini-tray input,
body.mini #mini-filter-form .main-mini-tray input{
    height: 17px;
    width: 200px;
    outline: 0 none;
    margin-top: 7px;
}
body.mini .main-mini-tray .btn {
    font-size: 1em;
    display: inline-block;
}

body.mini .search-mini-tray.retracted {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    display: none;
}

body.mini .search-mini-tray {
    height: 290px;
    width: 100%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

body.mini .search-mini-tray.company.retracted {
    top: 0;
}
body.mini .search-mini-tray.company {
    height: 75px;
}

body.mini .mini-filter-search-info {
    color: #ff6801;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    font-size: 0.9em;
}

body.mini .mini-filter-search-info .searching-for {
    display: inline-block;
    width: 42%;
    text-align: left;
}
body.mini .mini-filter-search-info .arrow {
    position: absolute;
    top: 0;
    left: 46%;
}
body.mini .mini-filter-search-info .num-results {
    display: inline-block;
    width: 42%;
    text-align: right;
}
body.mini .search-mini-tray .mini-filter-stack {
    width: 160px;
    height: 30px;
    display: block;
    margin: 5px auto;
}
body.mini .search-mini-tray .mini-filter-stack.top {
    margin-top: 10px;
    margin-bottom: 0;
    height: 25px;
    width: 65%;
}
body.mini .search-mini-tray .mini-filter-stack.icons {
    height: 35px;
    margin-bottom: 0;
    width: 300px;
}
body.mini .search-mini-tray select {
    width: 150px;
    height: 23px;
}
body.mini #mini-filter-form .main-mini-tray input.basic-search-price {
    width: 30px;
    margin-top: 0;
}
body.mini #mini-filter-form .filter-icon.filter-max-price,
body.mini #mini-filter-form .filter-icon.filter-min-price {
    height: 25px;
}
body.mini #mini-filter-form .main-mini-tray .filter-icon.filter-min-price,
body.mini #mini-filter-form .main-mini-tray .filter-icon.filter-max-price {
    width: 46%;
    height: 40px;
}
body.mini .search-mini-tray label.filter-title {
    text-align: left;
    padding-left: 5px;
    color: white;
}
body.mini .search-mini-tray .filter-icon label.filter-title {
    padding-left: 10px;
}
body.mini .search-mini-tray .btn.apply-filters-btn {
    display: inline-block;
    width: 80px;
}
body.mini .search-mini-tray .pbutton.clear-filters-btn {
    display: inline-block;
    width: 80px;
}
body.mini .search-mini-tray .mini-filter-buttons {
    width: 100%;
    height: 40px;
    display: block;
    margin: 5px auto;
}
body.mini .search-mini-tray.retracted .mini-filter-search-info .arrow img {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

body.mini .sign-in-container .penguins {
    display: none;
}

body.mini .buy-info {
    padding: 0 5px 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

body.mini .map-modal {
    max-width: 90%;
    max-height: 15em;
    max-height: 50vw;
    margin: auto;
    overflow:hidden;
}

.touch-scroll-indicator {
    position: absolute;
    z-index: 1;
    overflow: visible;
    right: 0;
    left: 0;
    background: transparent;
    height: 5px;
    text-align: right;
    -webkit-flex: 1 0 5px;
        -ms-flex: 1 0 5px;
            -webkit-box-flex: 1;
            flex: 1 0 5px;
}
.touch-scroll-indicator.scroll-up {
    top: 0;
    -webkit-box-shadow: 0 4px 5px -4px inset;
            box-shadow: 0 4px 5px -4px inset;
    /* add margin to position this block element
    and still have 0 height */
    top: 0;
}
.touch-scroll-indicator.scroll-down {
    bottom: 0;
    -webkit-box-shadow: 0 -4px 5px -4px inset;
            box-shadow: 0 -4px 5px -4px inset;
    /* add margin to position this block element
    and still have 0 height */
}
body.no-flex .touch-scroll-indicator {
    height: 0px;
    border-width:2px;
    border-color: rgba(0, 0, 0, 0.3);
}
body.no-flex .touch-scroll-indicator.scroll-up {
    /* old webkit doesn't do inset shadows!, throw them a bone */
    border-top: solid rgba(0, 0, 0, 0.3);
    margin-top: 0;
    margin-bottom: -2px;
}
body.no-flex .touch-scroll-indicator.scroll-down {
    /* old webkit doesn't do inset shadows!, throw them a bone */
    border-bottom: solid rgba(0, 0, 0, 0.3);
    margin-top: -2px;
    margin-bottom: 0;
    bottom: 0;
}

.touch-scroll-indicator:after {
    content: "More…";
    padding: 0.2ex;
    padding-left: 0.4em;
    font-size:110%;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    -webkit-text-shadow: 0 0 3px black;
    text-shadow: 0 0 3px black;
    display: inline-block;
    position: absolute;
    right: 0;
}
.touch-scroll-indicator.scroll-up:after {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(99%, rgba(0, 0, 0, 0)));
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 99%);
    top: 0;
}
.touch-scroll-indicator.scroll-down:after {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.2)));
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.2) 99%);
    bottom: 0;
}

/* Add aller font if browser supports it */
@font-face {
    font-family: "aller";
    src: url('/static/fonts/Aller_Rg.ttf?dc90fe04839d');
}

html {
    height: 100%;
}
body {
    overflow: hidden;
    width: 100%;
    height: 100%;

    margin: 0px;
    padding: 0px;
    outline: 0px;
    border: 0px;

/*conver_aller_rg*/
    font-family: "futura-pt", "Helvetica Neue", "Helvetica", Calibri, sans-serif;
    font-size: 16px;

    line-height: 1.1;
    font-weight: 400;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;

    -o-tap-highlight-color: rgba(0,0,0,0);
    -o-touch-callout: none;
    -o-text-size-adjust: none;
    background-color: #ffffff;
}
a img {
    border: 0;
}
.hidden, .d_modal {
    display: none;
}
.d_modal {
    width: 500px;
}
a:link, a:hover, a:active, a:visited {
    text-decoration: none;
    outline: 0 none;
}
a:hover {
    text-decoration: underline;
    color: #008BCC;
}
a:focus {
    outline: 1px rgba(0, 0, 0, 0.5) auto;
    outline: -webkit-focus-ring-color auto 5px;
}
a {
  color: #008BCC;
}
p {
  margin: 0 0 1em 0;
  padding: 0;
}

h1, h2, h3, h4 {
  padding: 0;
  margin: 0;
/*  padding-right: .5em;
*/  display: block;
  color: #666666;
}

h4 {
    text-decoration: underline;
}

.d_modal h1, .d_modal h2, .d_modal h3, .d_modal h4 {
  padding: 0;
  margin: 0;
  padding-right: .5em;
  display: block;
  color: black;

}
h1.title {
    font-weight: 400;
    font-size: 1.4em;
    color: #FF6800;
    margin-bottom: 20px;
}
h1.title.create-business, h1.title.create-charity {
    padding-top: 10px;
    padding-bottom: 10px;
}
/*.line-breaks {
    white-space: pre-line;
}*/

/*@media screen and (-webkit-min-device-pixel-ratio:2) {
h1,h2,h3, h4
    {
        -webkit-text-stroke:1.5px;
        font-weight:normal;
        letter-spacing:2px;
    }
}*/

h3, h4 {
  text-transform: uppercase;
}

.noselect {

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.selectable {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}

/* @fixme are we sure we don't want anything to be selectable?
non selectable descriptions could piss people off 
*/
t {
}

#android2-3-dropdown-fix {
}

input, textarea {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}

.clipped {
    /*@fixme: do we need this at all?? */
   /* overflow: hidden;*/
}

/* General */
div.required label { font-weight: bold; }

body.mini #full-overlay {
    
}
#full-overlay {
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    position: fixed;
    background-color: black;
    height: 3500px;
    z-index: 500;
    opacity: 0.7;
    display: none;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    left: 0;
    right: 0;
    height: 55px;
    z-index: 400;
    background: url('/static/images/header_gradient_top.jpg?1a259f24d3d8') repeat-x;
    border-bottom: 1px solid #ccc;
    -moz-box-shadow:0px 3px 8px rgba(0,0,0,0.33);
    -webkit-box-shadow:0px 3px 8px rgba(0,0,0,0.33);
    box-shadow:0px 3px 8px rgba(0,0,0,0.33);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=3,Color=#54000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=3,Color=#54000000,Positive=true);  */
    z-index: 101;
}
#header-bottom {
    position: relative;
    left: 0;
    top: 55px;
    width: 100%;
    height: 5px;
    background: url('/static/images/header_gradient_bottom.png?dcf69cc9ab82') repeat-x;
}
#header-secondary-browse-container {
    float: left;
    width: 50%;
}
#header-secondary-info-container {
    float: right;
    width: 50%;
}

.header-browse {
    float: left;
    width: 60px;
    font-size: 0.9em;
}
.drop-down-text-menu {
    list-style:none;
    position:relative;
    font-size: 1.1em;
    padding: 0;
    margin: 0;
    padding-right:10px;
    background-position:right;
    background-repeat:no-repeat;
    color:#FF6700;
}
#header-secondary-info-container .drop-down-text-menu {
    float: right;
}
.drop-down-text-menu li{
    position: relative;
}
.drop-down-text-menu a{
    display:block;
    text-decoration:none;
}
.drop-down-text-menu a:hover{
    text-decoration:underline;
}

/*--- DROPDOWN ---*/
.drop-down-text-menu ul{
    list-style:none;
    position:absolute;
    left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
    background: #ccc;
    padding: 0.5em;
    top: 10%;
    z-index: 1;
    border-radius: 5px;
    white-space: nowrap;
    
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.drop-down-text-menu ul li{
    padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float:none;
    cursor: pointer;
}
.drop-down-text-menu ul a{
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
    color: #333;
}
.drop-down-text-menu li.hover > ul, .drop-down-text-menu li:hover>ul{ /* Display the dropdown on hover */
    left:100%; /* Bring back on-screen when needed */
    /*margin-left:-0.5em;*/

    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.drop-down-text-menu li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    text-decoration:none;
    color: #333;
}
.drop-down-text-menu li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
}
.drop-down-text-menu li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    text-decoration:underline;
}
#left-tray.collapsed .drop-down-text-menu li.hover > ul {
    margin-left:10px;
}
.footnote {
    font-size: .8em;
}

#footer {
    bottom: 0;
    right: 0;
    width: 100%;
    min-height: 130px;
    background-color: #ffac3f;
    font-size: .9em;
    position: relative;
    z-index: 201;
}


#footer #footer-content {
    width: 100%;
    text-align: center;
    height: 100%;
    background-color: #ffac3f;
}
#footer div.c.side {
    width: 140px;
    display: inline-block;
}
#footer #footer-content div.c.side p {
    color: black;
    font-size: 14pt;
    text-align: left;
    padding-top: 0px;
    margin-bottom: 10px;
    line-height: 1em;
}
#footer #footer-content p {
    text-align: center;
    color: #fff;
    line-height: 1.7em;
    padding-top: 10px;
}
#footer div.c {
    width: 600px;
    padding-top: 30px;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 930px) {
    body #footer div.c.side.l {
        width: 0px;
    }
}

@media screen and (max-width: 737px) {
    body.mini #footer div.c.side.l {
        width: 0px;
    }
    body.mini #footer #footer-content .mini-only p {
        padding-top: 50px;
        font-family: "aller", "futura-pt", "Helvetica Neue", "Helvetica", Calibri, sans-serif;
    }
    body.mini #footer div.c {
        width: 100%;
        font-size: 10pt;
        padding-top: 0px;
        margin-top: 0px;
        line-height: 1.3em;
    }
    body.mini #footer div.c.side.r {
        width: 100%;
        padding-top: 0px;
        margin-top: 0px;
    }
    body.mini #footer #footer-content div.c.side p {
        text-align: center;
    }
    body.mini #footer, body.mini #footer-content {
        height: 120px;
    }
}

#footer-content {
    margin: 0 auto;
    max-width: 1024px;
}
#footer-content ul {
    list-style: none;
    padding: 0px;
    margin-top: 0;
    text-align: center;
    -webkit-padding-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
#footer-content ul li {
    padding: 0 7px;
    color: white;
    display: inline;
}
#footer-content ul li a {
    color: white;
    font-weight: 500;
}
#footer-content ul li.text-link {
}
#footer-content ul li a:hover {
    color: #fff;
}

.bold {
    font-weight: bold;
}

#real-body {
    overflow: hidden;
    position: absolute;
    right: 0%;
    height: 100%;
    top: 0%;
    left: 0%;

    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    /*
    min-width:400px;
    */
    min-height:400px;
}

#messagingframe {
    visibility: hidden;
    position: absolute;
    left: -5000px;
    top: -5000px;
}
.d_modal-map .right {
    text-align:right;
}
.main-container2 {
    position: absolute;
    top: 61px;
    left: 120px;
    bottom:24px;
    right:120px;
    text-align:center;
}
.main-container2.search {
    max-width: none;
}
.main-container2.search .main-container.with-sidebar {
    padding-top: 0px;
    min-height: 400px;
}
.main-container {
    height: 96%;
    max-width: 1024px;
    display: block;
    position:relative;
    text-align:left;
    margin: 0 auto;
    padding: 2% 0px 0px 0px;
    z-index: 99;
}

.main-container.with-sidebar {
    padding: 40px 20px 20px 270px;
    max-width: none;
}
.side-bar{
    text-align: left;
    position: fixed;
    top: 100px;
    width: 222px;
    margin-left: 20px;
}
@media screen and (max-width: 768px) {
    .side-bar {
        display: none;
    }
    .main-container.with-sidebar {
        padding: 40px 20px 20px 20px;
        max-width: none;
    }
}

.main-container2.search .side-bar {
    top: 160px;
    left: 20px;
}
.user-box{
    overflow:hidden;
    border:1px solid #ddd;
    padding:10px 8px;
    margin:0 0 14px;
    line-height:19px;
    background:#f3f3fc;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(top,  #f3f3fc 0%, #ececfb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3fc), color-stop(100%,#ececfb));
    background: -webkit-linear-gradient(top,  #f3f3fc 0%,#ececfb 100%);
    background: -o-linear-gradient(top,  #f3f3fc 0%,#ececfb 100%);
    background: -ms-linear-gradient(top,  #f3f3fc 0%,#ececfb 100%);
    background: linear-gradient(to bottom,  #f3f3fc 0%,#ececfb 100%);
    box-shadow:2px 2px 4px rgba(0,0,0, 0.1);
    -moz-box-shadow:2px 2px 4px rgba(0,0,0, 0.1);
    -webkit-box-shadow:2px 2px 4px rgba(0,0,0, 0.1);
}
.user-box p{margin:17px 0 0;}
.user-box p:first-child{margin-top:0;}
.user-box strong{
    font-weight:normal;
    color:#666;
}
.side-box{width:100%;}
.side-link,
.side-link-s{
    display:block;
    width:220px;
    height:64px;
    margin:0 0 -7px;
    position:relative;
    z-index:10;
    border:1px solid #fff;
    text-align:center;
    color:#000;
    font-size:15px;
    line-height:18px;
    font-weight:400;
    cursor:pointer;
    background-color: #87c24b;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg3YzI0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzY4OWEzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2Nzk5MzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background-image: -moz-linear-gradient(top,  #87c24b 0%, #689a35 87%, #679934 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87c24b), color-stop(87%,#689a35), color-stop(100%,#679934));
    background-image: -webkit-linear-gradient(top,  #87c24b 0%,#689a35 87%,#679934 100%);
    background-image: -o-linear-gradient(top,  #87c24b 0%,#689a35 87%,#679934 100%);
    background-image: -ms-linear-gradient(top,  #87c24b 0%,#689a35 87%,#679934 100%);
    background-image: linear-gradient(to bottom,  #87c24b 0%,#689a35 87%,#679934 100%);
    border-radius:0 0 7px 7px;
    -moz-border-radius:0 0 7px 7px;
    -webkit-border-bottom-left-radius:7px;
    -webkit-border-bottom-right-radius:7px;
    box-shadow:2px 2px 4px rgba(0, 0 , 0, 0.2);
    -moz-box-shadow:2px 2px 4px rgba(0, 0 , 0, 0.2);
    -webkit-box-shadow:2px 2px 4px rgba(0, 0 , 0, 0.2);
/*    text-shadow:0 0 4px rgba(0,0,0,0.5);
*/}
.side-link:hover{color:#fff; text-decoration: none;}
.side-link span{
    display:block;
    padding:13px 0 0;
    height:51px;
    /*background:url('/static/images/cmc_images/ico02.png?5486e3bc1cf8') no-repeat 178px 18px;*/
}
.side-link-cb span{
    /*background:url('/static/images/cmc_images/ico03.png?5486e3bc1cf8') no-repeat 175px 13px;*/
}
.side-link-cv span{
    /*background:url('/static/images/cmc_images/ico04.png?5486e3bc1cf8') no-repeat 175px 17px;*/
    padding-top:16px;
    height:51px;
}
.side-link-cb{
    background-color: #f48b06;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0OGIwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg5JSIgc3RvcC1jb2xvcj0iI2ZmNjcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjY2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background-image: -moz-linear-gradient(top,  #f48b06 0%, #ff6700 89%, #ff6600 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f48b06), color-stop(89%,#ff6700), color-stop(100%,#ff6600));
    background-image: -webkit-linear-gradient(top,  #f48b06 0%,#ff6700 89%,#ff6600 100%);
    background-image: -o-linear-gradient(top,  #f48b06 0%,#ff6700 89%,#ff6600 100%);
    background-image: -ms-linear-gradient(top,  #f48b06 0%,#ff6700 89%,#ff6600 100%);
    background-image: linear-gradient(to bottom,  #f48b06 0%,#ff6700 89%,#ff6600 100%);
    z-index:9;
}
.side-link-cv{
    height:67px;
    background-color: #0aa3ec;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhYTNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzAyOGJjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjhiY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background-image: -moz-linear-gradient(top,  #0aa3ec 0%, #028bcc 90%, #028bcc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0aa3ec), color-stop(90%,#028bcc), color-stop(100%,#028bcc));
    background-image: -webkit-linear-gradient(top,  #0aa3ec 0%,#028bcc 90%,#028bcc 100%);
    background-image: -o-linear-gradient(top,  #0aa3ec 0%,#028bcc 90%,#028bcc 100%);
    background-image: -ms-linear-gradient(top,  #0aa3ec 0%,#028bcc 90%,#028bcc 100%);
    background-image: linear-gradient(to bottom,  #0aa3ec 0%,#028bcc 90%,#028bcc 100%);
    z-index:8;
}
.side-link-social-media {
    /* Firefox v3.6+ */
    background-color: #dd9900;
    background-image:-moz-linear-gradient(12% -8% 90deg,rgb(249,143,0) 0%,rgb(255,172,63) 99%);
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,12% -8%,12% 96%,color-stop(0, rgb(249,143,0)),color-stop(0.99, rgb(255,172,63)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(90deg,rgb(249,143,0) 0%,rgb(255,172,63) 99%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(90deg,rgb(249,143,0) 0%,rgb(255,172,63) 99%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(90deg,rgb(249,143,0) 0%,rgb(255,172,63) 99%);
    background-image:linear-gradient(to top,rgb(249,143,0) 0%,rgb(255,172,63) 99%);
    z-index: 7;
}
.new-btn.invite:hover{
    /* Firefox v3.6+ */
    background-image:-moz-linear-gradient(12% -8% 90deg,rgb(255,166,45) 0%,rgb(255,194,113) 99%);
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,12% -8%,12% 96%,color-stop(0, rgb(255,166,45)),color-stop(0.99, rgb(255,194,113)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(90deg,rgb(255,166,45) 0%,rgb(255,194,113) 99%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(90deg,rgb(255,166,45) 0%,rgb(255,194,113) 99%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(90deg,rgb(255,166,45) 0%,rgb(255,194,113) 99%);
    background-image:linear-gradient(to top,rgb(255,166,45) 0%,rgb(255,194,113) 99%);
}
.side-box .box{
    display: none;
    border:1px solid #fff;
    margin:0 0 5px;
    padding:4px 10px 1px 10px;
    font-size:0.9em;
    line-height:18px;
    background-color: #ececfb;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background-image: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 35%, #ececfb 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#ffffff), color-stop(100%,#ececfb));
    background-image: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 35%,#ececfb 100%);
    background-image: -o-linear-gradient(top,  #ffffff 0%,#ffffff 35%,#ececfb 100%);
    background-image: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 35%,#ececfb 100%);
    background-image: linear-gradient(to bottom,  #ffffff 0%,#ffffff 35%,#ececfb 100%);
    box-shadow:2px 2px 4px rgba(0, 0 , 0, 0.2);
    -moz-box-shadow:2px 2px 4px rgba(0, 0 , 0, 0.2);
    -webkit-box-shadow:2px 2px 4px rgba(0, 0 , 0, 0.2);
}
.side-box .box p{margin:18px 0 0;}
.side-box .box img{
    display:inline-block;
    vertical-align:top;
    margin:1px 0 0 7px;
    height: 25px;
    padding: 0 10px;
}
.side-box .box .social-share-item {
    line-height: 25px;
}
.side-box .box.active {
    display: block;
}
.box .social-share-item {
    margin: 20px auto;
    line-height: 20px;
    vertical-align: middle;
    font-size: 1.05em;
}

body.allow-scroll .main-container,
body.mini .main-container {
    position: static;
}
.commandpost-container {
    position: absolute;
    height: 7.5px;
    width: 40px;
    left: 30.5px;
    top: 1.5px;
}

.location-container {
    position: absolute;
    height: 75px;
    width: 75px;
    left: 12px;
    top: 13px;
    z-index: 15000;
}






input[type=text]:focus,
input[type=password]:focus {

}

html.mini {
    
}
body.allow-scroll,
body.mini {
    overflow: auto;
}
body.noscroll {
    overflow: hidden;
    height: 100%;
}
body.noscroll #real-body {
    height: 100%;
    overflow: hidden;
    position: absolute;
}
/* Top Layout */

.top-container {
    width: 100%;
    top: 0;
    left: 0;
    height:55px;
    background:transparent;
    z-index: 401;
    text-align:center;
}

.top-center {
    max-width: 1100px;
    min-width: 536px;
    width: 83%;
    display:inline-block;
    height:100%;
    position:relative;
}

body.mini .top-center {
    min-width: 250px;
}

body.portrait .top-center,body.mobile .top-center {
    position: absolute;
    
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
}

body.portrait .top-container {
    /* TODO: put mobile portrait code here */
}

.logo-container-float {
    float: left;
    padding-left: 0;    
    padding-top: 9px;
    z-index: 9999;
    width: 312px;
    height: 53px;
    margin-left: -165px;
    background: url('/static/images/d_header_bkgd.jpg?a9476e951679') no-repeat;
}
.logo-wrapper {
    background-color: white;
    width: 124px;
    height: 124px;
    border-radius: 62px;
    -webkit-border-radius: 62px;
    -moz-border-radius: 62px;
    position: absolute;
    margin-top: -46px;
    margin-left: 160px;
    box-shadow: 0px 0px 13px rgba(0,0,0,0.33);
    -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 13px rgba(0,0,0,0.33);
    border: 0px solid #ccc;
    z-index: 11;
}
.logo-wrapper a {
    margin-top: 46px;
    margin-left: 11px;
    display: inline-block;
}
.shop-share-care {
    float: left;
    padding-top: 25px;
    bottom: 0px;
    width: 165px;
    height: 20px;
    font-size: 1em;
    color: white;
}
/*
@media screen and (max-width:940px)  {
    .shop-share-care {
        display: none;
    }
}*/
.logo-container {
    
    width: 150px;
    
    height: 36px;
    background-image:url('/static/images/header_logo.png?1a259f24d3d8');
    background-repeat: no-repeat;
    
    
    
    cursor: pointer;
/*    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;note: doesn't work for background images (yet?) http://oli.jp/2010/css-animatable-properties/#background-image 
    transition: background 0.2s linear;
*/}

.logo-container:hover {
/*    background-image:url('/static/images/header_logo_home.png?1a259f24d3d8');
*/}

body.mini .logo-container-float {
    padding-top:7px;
    padding-left: 0.5%;
}

body.portrait .logo-container,body.mobile .logo-container {
    margin-left:1%
}
body.portrait .top-right-container,body.mobile .top-right-container {
    margin-right:1%;
}

body.mini .top-right-container {
    margin:0
}
.search-container {
    position: absolute;
    left: 60px;
    right: 160px;
    top: 0px;
    bottom:0px;
}
.language-container {
    position: relative;
    left: 30px;
    top: 20px;
    color: #fff;
}
body.mini .main-container2 .main-mini-tray .content {
    margin-top:13px;
    height: 30px;
    background: #fff;
    position: relative;
    width: 240px;
    display: inline-block;
    -moz-box-shadow: 4px 3px 6px rgba(0,0,0,0.17); 
    -webkit-box-shadow: 4px 3px 6px rgba(0,0,0,0.17); 
    box-shadow: 4px 3px 6px rgba(0,0,0,0.17);
    border: 2px inset #eee;
    text-align: left;
    margin-left: -45px;
}
body.mini .main-container2 .main-mini-tray input {
    border: none;
    margin-left: 5px;
}
.search-container .search-box .message-text-input, 
body.mini #mini-search-form .main-mini-tray input.search-form-input,
body.mini #mini-filter-form .main-mini-tray input.search-form-input {
    font-size: 14px;
    margin-top: 3px;
}

.search-container .search-box .search-button, 
body.mini #mini-search-form .main-mini-tray button.search-button, 
body.mini #mini-filter-form .main-mini-tray button.search-button  {
    right: -30px;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -moz-box-shadow: 4px 3px 6px rgba(0,0,0,0.17); 
    -webkit-box-shadow: 4px 3px 6px rgba(0,0,0,0.17); 
    box-shadow: 4px 3px 6px rgba(0,0,0,0.17); 
    top: -5px;
    border: 2px inset #eee;
    border-left: none;
    height: 34px;
    background-color: white;
    background-image: none;
}
body.mini .top-right-container > .header-button {
    display: inline-block;
}

body.mini .top-right-container > .header-button.no-mini {
    display: none;
}

body.mini #mini-filter-form .main-mini-tray button.search-button,
body.mini #mini-search-form .main-mini-tray button.search-button  {
    top: -9px;
    z-index: 10;
}

body.mini #mini-filter-form .main-mini-tray .icon2,
body.mini #mini-search-form .main-mini-tray .icon2,
.search-container .search-button .icon2 {
    background-color: white;
    border-color: white;
    border-width: 1px;
    background-image: url('/static/images/d_mag_glass.png?a9476e951679');
    width: 29px;
    height: 29px;
}
body.mini #mini-filter-form .main-mini-tray .mini-filter-stack.top,
body.mini #mini-search-form .main-mini-tray .content,
.search-container .search-box .content {
    border: 2px inset #eee;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

body.mini .search-container {
    left: 42px;
    right: 40px;
}

body.mini #search-box {
    width:auto;
    right:0px;
}

#search-box .element-mode-wrapper,#search-box .detail.element-mode {
    position:relative;
    width:auto;
    height:auto;
}

.nested-focus-container {
    background:url('/static/images/Symbols/128/left.png') no-repeat;
    background-position:left center;
    background-size:contain;
    cursor: pointer;
    z-index: 120;
    display: none;
}

/* Sign In */
.top-right-container {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 1em;
    font-weight: 400;
    white-space: nowrap;
    text-align: right;
    line-height: 0.9em;
    margin-left: 190px;
    left: 50%;
}
.top-right-container a {
    vertical-align:top;
}

.top-right-content {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200%;
    padding-top: 8px;
    vertical-align: middle;
    bottom: 0px;
}
.header-right-btn {
    display: inline-block;
    padding: 0px 0 0 0;
    margin: 0px 10px;
}
.header-dropdown {
    position: relative;
    display: inline-block;
    height: 100%;
    cursor: pointer;
    z-index: 480;
}
.header-dropdown.active {
    /*background: #fefefe;*/
}
.signed-in {
    display: none;
}
.downarr {
    margin-top: 0px;
    display: inline-block;
    background: url('/static/images/mobile_home.png?2d04afe4496a') no-repeat;
    text-align: left;
    text-indent: -5000px;
    width: 62px;
    height: 62px;
    font-size: 17px;
    line-height: 17px;
    vertical-align: text-bottom;
}
body.mini .downarr {
    background: url('/static/images/mobile_home.png?2d04afe4496a') no-repeat 0px 0px;
    margin-top: 0px;
    width: 75px;
    height: 62px;
    line-height: inherit;
}
.header-dropdown .dropdown-list {
    display: none;
    right: 0;
    top: 62px;
    position: absolute;
    -moz-box-shadow:0px 8px 8px rgba(0,0,0,0.33);
    -webkit-box-shadow:0px 3px 8px rgba(0,0,0,0.33);
    box-shadow:0px 3px 8px rgba(0,0,0,0.33);
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fefefe;
    border: 1px solid #cccccc;
    border-top: 0;
}

.header-dropdown li.sep {
    height: 0;
    padding: 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #ffffff;
}
.header-dropdown li {
    text-align: left;
    padding: 0.5ex 0;
}
.header-dropdown a{
    display: block;
    text-decoration: none;
    padding: 5px 25px;
    border-top: 1px solid #fefefe;
    border-bottom: 1px solid #fefefe;
}

body.mini .top-right-container .sign-up-button:hover,
.header-dropdown a:hover {
    background: #ff6600;
    color: #FFF;
    border-top: 1px solid #ff3300;
    border-bottom: 1px solid #ff3300;
}
.header-dropdown.active .downarr,
.header-dropdown:hover .downarr{
    background: url('/static/images/mobile_home.png?2d04afe4496a') no-repeat;
}
body.mini .header-dropdown.active .downarr,
body.mini .header-dropdown:hover .downarr {
    background: url('/static/images/mobile_home.png?2d04afe4496a') no-repeat 0px 0px;
    margin-top: 0px;
    width: 75px;
    height: 62px;
    line-height: inherit;
}
.header-dropdown.active .dropdown-list {
    display: block;
}
.top-right-container .sign-in-link, .top-right-container .sign-out-link, .top-right-container .sign-up-button {
    vertical-align: middle;
}
.top-right-container .sign-in-link, .top-right-container .sign-out-link {
    color: #fff;
}
.top-right-container .dropdown-list .sign-out-link {
    color: #ff6801;
}
.top-right-container .dropdown-list .sign-out-link:hover {
    color: #fff;
}
.top-right-container {
    height: 62px;
}

body.mini .top-right-container .sign-up-button,
.top-right-container .sign-in-link {
    color: #ff6801;
}


.top-right-container .user-menu {
    top: 30%;
    right: 0;
    position: relative;
    z-index: 600;
}
.top-right-container .user-menu .drop-down-text-menu li ul,
.top-right-container .user-menu .drop-down-text-menu li ul li {
    z-index: 600;
}

.top-right-container .divider {
    margin: 0px;

    border-style: dotted;
    border-width: 1px;
    border-color: rgb(255,255,255);
    height: 50%;
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
}

.top-right-container .divider.signed-in {
    display:none;
}

.top-right-container .sign-up-button {
    text-decoration: none;
    line-height: -0.1em;
    /* Firefox v1.0+ */
    -moz-border-radius:4px ;
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-border-radius:4px ;
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
    border-radius:4px ;
    

    color: #fff;
    

    padding: 0.25em 0.5em 0.3em;
    cursor:pointer;
    

    text-align: center;

}
.top-right-container .header-button {
    color: #fff;
    text-decoration: none;
    line-height: -0.1em;
    padding: 0.25em 0.5em 0.3em 0.5em;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}
.top-right-container .browse-button {
    text-decoration: none;
    line-height: -0.1em;

    background-color: #068CCD;
    /* Firefox v3.6+ */
    background-image:-moz-linear-gradient(50% 0% -90deg,rgb(10,162,234) 0%,rgb(2,139,204) 99%);
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(10,162,234)),color-stop(0.99, rgb(2,139,204)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(-90deg,rgb(10,162,234) 0%,rgb(2,139,204) 99%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(-90deg,rgb(10,162,234) 0%,rgb(2,139,204) 99%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(-90deg,rgb(10,162,234) 0%,rgb(2,139,204) 99%);
    background-image:linear-gradient(to bottom,rgb(10,162,234) 0%,rgb(2,139,204) 99%);
    border-radius:4px ;

    color: #fff;
    

    padding: 0.25em 1.5em 0.3em 1.5em;
    cursor:pointer;
    

    text-align: center;

}
.top-right-container .browse-button:hover {
    color: #fff;
    /*background-color: #005F8C;*/
    background-image:-moz-linear-gradient(50% 0% -90deg,rgb(42,178,243) 0%,rgb(14,155,223) 99%);
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(42,178,243)),color-stop(0.99, rgb(14,155,223)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(-90deg,rgb(42,178,243) 0%,rgb(14,155,223) 99%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(-90deg,rgb(42,178,243) 0%,rgb(14,155,223) 99%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(-90deg,rgb(42,178,243) 0%,rgb(14,155,223) 99%);
    background-image:linear-gradient(to bottom,rgb(42,178,243) 0%,rgb(14,155,223) 99%);
}

.top-right-container .create-button {
    text-decoration: none;
    line-height: -0.1em;

    background-color:rgb(102,153,52);
    /* Firefox v1.0+ */
    -moz-border-radius:4px ;
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-border-radius:4px ;
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
    border-radius:4px ;
    

    color: #fff;
    

    padding: 0.25em 1.5em 0.3em 1.5em;
    cursor:pointer;
    

    text-align: center;

}



/* Button */

.btn, .pbutton, a.pbutton {
    font-size: 1.3em;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    color: white;
    padding: 0.5ex 0.5em 0.8ex;
    text-decoration: none;

    background-color: #068CCD;
    /* Firefox v3.6+ */
    background-image:-moz-linear-gradient(50% 0% -90deg,rgb(10,162,234) 0%,rgb(2,139,204) 99%);
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(10,162,234)),color-stop(0.99, rgb(2,139,204)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(-90deg,rgb(10,162,234) 0%,rgb(2,139,204) 99%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(-90deg,rgb(10,162,234) 0%,rgb(2,139,204) 99%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(-90deg,rgb(10,162,234) 0%,rgb(2,139,204) 99%);
    background-image:linear-gradient(to bottom,rgb(10,162,234) 0%,rgb(2,139,204) 99%);

    border-style: solid;
    border-color:rgb(255,255,255);
    border-width:1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /* Firefox v3.5+ */
    -moz-box-shadow:3px 3px 5px rgba(0,0,0,0.33);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.33);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow:3px 3px 5px rgba(0,0,0,0.33);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color=#54000000,Positive=true)";*/
    /*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color=#54000000,Positive=true);    */

}

.btn:hover, .pbutton:hover, a.pbutton:hover {
    background-image:-moz-linear-gradient(50% 0% -90deg,rgb(42,178,243) 0%,rgb(14,155,223) 99%);
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(42,178,243)),color-stop(0.99, rgb(14,155,223)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(-90deg,rgb(42,178,243) 0%,rgb(14,155,223) 99%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(-90deg,rgb(42,178,243) 0%,rgb(14,155,223) 99%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(-90deg,rgb(42,178,243) 0%,rgb(14,155,223) 99%);
    background-image:linear-gradient(to bottom,rgb(42,178,243) 0%,rgb(14,155,223) 99%);
}
.btn.disabled, .pbutton.disabled, a.pbutton.disabled {
    background: #cccccc;
}


.pbutton.back-to-item {
    background-color: #FF6800;
    margin-top: 10px;
}

.donatebutton, a.donatebutton {
    font-size: 1.3em;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    color: white;
    padding: 0.5ex 0.5em 0.8ex;
    text-decoration: none;

    background-color: #673199;
    background-image:-moz-linear-gradient(50% 0% -90deg,rgb(118,9,235) 0%,rgb(100,2,204) 99%);
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(118,9,235)),color-stop(0.99, rgb(100,2,204)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(-90deg,rgb(118,9,235) 0%,rgb(100,2,204) 99%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(-90deg,rgb(118,9,235) 0%,rgb(100,2,204) 99%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(-90deg,rgb(118,9,235) 0%,rgb(100,2,204) 99%);
    background-image:linear-gradient(to bottom,rgb(118,9,235) 0%,rgb(100,2,204) 99%);

    border-style: solid;
    border-color:rgb(255,255,255);
    border-width:1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /* Firefox v3.5+ */
    -moz-box-shadow:3px 3px 5px rgba(0,0,0,0.33);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.33);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow:3px 3px 5px rgba(0,0,0,0.33);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color=#54000000,Positive=true)";*/
    /*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color=#54000000,Positive=true);    */
}
.donatebutton:hover, a.donatebutton:hover {
    background-image:-moz-linear-gradient(50% 0% -90deg,rgb(138,41,242) 0%,rgb(118,13,222) 99%);
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(138,41,242)),color-stop(0.99, rgb(118,13,222)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(-90deg,rgb(138,41,242) 0%,rgb(118,13,222) 99%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(-90deg,rgb(138,41,242) 0%,rgb(118,13,222) 99%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(-90deg,rgb(138,41,242) 0%,rgb(118,13,222) 99%);
    background-image:linear-gradient(to bottom,rgb(138,41,242) 0%,rgb(118,13,222) 99%);
}

/* Logo and Tagline */

.logo-large {
    top:0;
    width:100%;
    height:100%;
    background:url('/static/images/darelle-logo-large.png?a9476e951679') no-repeat;
    background-position:center center;
    background-size:contain;
    z-index:2;
    position:absolute;
}

.tagline-button-container {
    text-align:center;
    position:absolute;
    height:15%;
    width:100%;
    left: 0%;
    top:56%;
    z-index:3;
    font-size:2em;
}

.element-container .element .hide-bg {
    background-image: none;
}

.setting-config .section {
    float: left;
    min-width: 49%;
    background-color: transparent;
    margin: 0.25em;
    color: #333;
}

.setting-config .section:hover {
    background-color: #eee;
}

.setting-config .right {
    float: right;
}

.setting-config .setting-section {
    clear: both;
}

.setting-config .section .choice {
    float: left;
    min-width: 2em;
    border-radius: 1em;
    border: 1px solid #ddd;
    background-color: #ddd;
    margin: 0.1em;
    padding: 0.4em;
    padding-left: 0.55em;
    padding-right: 0.55em;
    text-align: center;
    cursor: pointer;
}

.setting-config .wide-section {
    width: 98%;
}

.setting-config .section .choice span {
    font-size: 0.85em;
}

.setting-config .section .choice:hover {
    background-color: #bbb;
}

.setting-config .section .selected {
    background-color: orange;
}

.setting-config .header {
    text-align: left;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.3em;
}

.setting-config .section .text textarea {
    width: 85%;
    font-size: 1em;
    font-family: inherit;
    outline: none;
    resize: none;
    background: #F1F5FA;
}

.clear {
    clear: both;
}


/* search results */
.previous-searches {
    margin-left: 0.5em;
    color: #008ACC;
}
.previous-searches ul {
    color: #333;
    -webkit-padding-start: 25px;
}
.previous-searches ul a {
    color: #333;
    font-size: 1.1em
}
.search-result-headline-bar {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 38px;
}

.detail-page-headline-bar >a{
    display: inline-block;
    margin: 0.5em 1em;
}
.search-result-summary-container .search-result-headline-icon {
    height: 38px;
    text-align: left;
}
.search-result-stream-container .search-result-headline-icon {
    height: 25px;
    text-align: left;
    float: left;
}
.search-result-headline-icon img {
    margin-left: 2%;
    height: 100%;
}
.search-result-headline-text {
}
.search-result-left-image {
    position:absolute;
    top:90px;
    left:11px;
    width: 40%;
    bottom:15px;
    text-align:left;
}
.search-result-left-image img {
    max-width:100%;
    max-height:100%;
}

.search-result-brand-title {
    padding: 10px 5px 0 15px;
    text-align: left;
}
.search-result-brand, .detail-page-brand {
    height: 20px;
    min-width: 20px;
    display:inline-block;
    vertical-align:middle;
    margin-left:11px;
}

body.mini .brand-image-wrapper {
    float:left;
}
.brand-image-wrapper {
    display: inline-block;
    min-height: 15px;
}
.search-result-brand img,.detail-page-brand img {
    max-height:100%;
    max-height:100%;
    max-width: 100%;
    margin-top: 3px;
    vertical-align: top;
}

.brand-img {
    width: 40px;
}

.search-result-summary .search-result-left-image {
    max-height: 120px;
    overflow:hidden;
    width: 50%;
    padding: 7px;
    
    -webkit-box-sizing: border-box;
    
            box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.search-result-detail-container .search-result-title {                                                                                                                                                                                                                                                          
    position: relative;
    margin-top: 1em;
    line-height: 40px;
    padding: 0 0.2em;
    vertical-align: top;
}
.search-result-title {
    font-size: 20px;
    color: #FF6700;
    vertical-align: top;
}
.detail-page-category,.search-result-category {
    color:#33333;
}
.detail-page-category {
    margin-top: 0.5em;
    
} 

body.mini .detail-page-category { 
    line-height:1.1em;
    margin-top:3px;
    max-width: 300px;
}
body.mini .offer-direct-edit .detail-page-category { 
    display: inline-block;
}

body.mini .right .detail-page-category {
    margin-top:0px;
    line-height:1.2em;
}
.search-result-category {
    position:absolute;
    bottom:0px;
    left:0px;
    margin-left: 11px;
    margin-bottom:4px;
    text-align: right;
    color: #333333;
    font-size: 1.1em;
    padding-bottom: 1em;
}
.search-result-stream-container .search-result-summary .search-result-category,
.baseview-stream-container .search-result-category {
    display: none;
}


.search-result-category .category-name {
    color:#028bcc;
}
.search-result-details-button {
    position: absolute;
   
}
.search-result-details-button a.pbutton {
   /* padding: 10% 15%; //causes wierd delayed layout bug*/
    
   padding: 0;
    border-radius: 9px;
}


/* detail pages */
.detail-page-headline-bar {
    height: 40px;
    border-radius: 0px;
    
}

body.mini .detail-page-headline-bar {
    height: 24px;
    text-align: right;
}

.detail-page-housebuy-icon {
    height: 40px;
}

body.mini .detail-page-housebuy-icon {
    height: 24px;
}


.detail-page-headline-icon img {
    margin-top: 2px;
    margin-left: 2%;
    height: 90%;
    float: left;
}

body.mini .detail-page-headline-icon img {
    margin-top:0;
    height:23px;
}

.detail-page-headline-type {
    float: left;
    margin-left: 0.5%;
    line-height: 40px;
}
body.mini .detail-page-headline-type {
    line-height:26px;
    max-height: 24px;
}
.detail-page-headline-title {
    position: absolute;
    top: 0;
    right: 2%;
    line-height: 40px;
    font-size: 1.2em;
    margin-right: 1.2em;
    color: white;
}
body.mini .detail-page-headline-title {
    font-size: 1em;
    line-height: 1.1em;
    right: 15px;
}
.detail-page-headline-bar .back-to-search {
    position:absolute;
    top: -15px;
    right: -7px;
    padding: 0;
    background-repeat: no-repeat;
}
body.mini .detail-page-headline-bar .back-to-search {
    right: -6px;
    top: -7px;
}
.csh .exbutton:hover,
.detail-page-headline-bar .back-to-search:hover {
    background-position: 0 -35px;
}

.detail-page-left,
.detail-page-right {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    padding: 2%;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
}

.detail-view-container.charity .detail-page-left,
.detail-view-container.business .detail-page-left {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.detail-page-left-scroll,
.detail-page-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
}
.detail-page-left-scroll {
    /* outer scroll-indicator container */
    width: 65%;
    overflow: hidden;
    float:left;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 65%;
        -ms-flex: 1 0 65%;
            flex: 1 0 65%;
}
/* this is some weird bug with android browser:;
the ui to stop responding with display: -webkit-box
Workaround: display block, position: absolute.
Safari 5 Doesn't have this problem */
body.android-4-3 .detail-page-left {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
}

.detail-page-left {
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0.5px;
}

.detail-page-left-top {
    -webkit-box-flex: 0;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}

body:not(.mini) .detail-page-right {
    width: 26%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: start;
}
body.mini .detail-page-left-scroll,
body.mini .detail-page-left,
body.mini .detail-page-right {
    width: auto;
}

body.mini .detail-page-left-scroll,
body.mini .detail-page-left {
    -webkit-box-flex: 1;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}
body.mini .detail-page-left {
    padding: 2%;
}


body.mini .detail-page-right {
    margin-top: 2%;
    bottom: auto;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            -webkit-box-flex: 0;
            flex: 1 0 auto;
    display: block;
}

@media screen and (min-width:500px) {

    body.mini .detail-page-right {
    font-size: 0.8em;
    }
}

body.allow-scroll #charitypage .detail-page-right,
body.allow-scroll #businesspage .detail-page-right,
body.allow-scroll #individualpage .detail-page-right,
body.mini #charitypage .detail-page-right,
body.mini #businesspage .detail-page-right,
body.mini #individualpage .detail-page-right {
    top: 3px;
    position: static;
    vertical-align: top;
    width: 30%;
    margin: 0 1%;
    clear: both;
}

.left-two-columns-wrapper {
    font-size: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* autoprefix guard */
    /* -webkit-box-orient: horizontal; */
    /* old box model doesn't support wrap */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.editable-location-full-address {
    white-space: pre-wrap;
}
.location-full-address input {
    width: 66%;
}
.location-full-address select {
    width: 70%;
}

@media screen and (max-width: 780px) {

    .left-two-columns-wrapper {
        font-size: .8em;
    }
    .detail-page-right {
        font-size: 0.8em;
    }
    /*HEADER STUFFs*/
/*    .top-center .top-right-container {
        margin-left: 160px;
    }
    .top-center .top-right-container .divider {
        display: none;
    }
    .top-center .top-right-container .header-right-btn {
        margin: 0 5px;
    }
    .top-center .top-right-container .sign-up-button {
        margin: 0 10px 0 0;
    }
    .top-center .top-right-container .dropdown-list .sign-up-button {
        margin-right:0;
    }*/
}


.top-center .top-right-container .dropdown-list .sign-up-button {
    text-align:left;
    padding-left: 25px;
}
.detail-page-right-bottom {
   text-align:center;
}
.detail-page-top-left-column {
   width: 13.5em;
   padding: 0 1em 1em 0;
}
body.mini .detail-page-top-left-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
            padding: 0;
    padding-left: 10px;
    padding-right: 10px;
}
body.mini.no-flex .detail-page-top-left-column {
    width: auto;
    margin: auto;
}
.detail-page-top-right-column {
   padding-right: 0;
   -webkit-box-flex: 8;
   -webkit-flex: 4 0 300px;
       -ms-flex: 4 0 300px;
           flex: 4 0 300px;
}


body.mini .business .detail .detail-page-top-right-column,
body.mini .charity .detail .detail-page-top-right-column,
body.mini .detail-page-top-right-column {
    padding: 0.3ex;
    margin-left:0;
    float: none;
    width: auto;
    border-radius: 0 0 5px 5px;
            -webkit-box-flex: 3;
            -webkit-flex: 3 0 250px;
                -ms-flex: 3 0 250px;
                    flex: 3 0 250px;
    display:  -webkit-flex;
    display:  -ms-flexbox;
    display:  -webkit-box;
    display:  flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
}
.detail-page-top-left-column .detail-page-main-image {
    height: 122px;
    text-align:left;
    overflow: hidden;

    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.big-name {
    color: #038BCD;
    font-size: 1.5em;
}

.ms-detail-vendor-image {
    margin-right: 4.4em;
    max-width: 125px;
    max-height: 125px;
}


.detail-page-images {
    margin: 0 0 1em 0;
}
.detail-page-images .main-image {
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 12em;
    /*line-height: 12em; */
    margin: 0 0 6px 0;
    position: relative;
}

.detail-page-images .main-image .float-instruction{
    display: none;
    position: absolute;
    width: 60%;
    background: #000;
    opacity: 0.3;
    border-radius: 3px;
    padding: 2px;
    border: 1px solid #ffffff;
    font-size: .8em;
    color: #fff;
    top: 35%;
    font-weight: bold;
    left: 20%;
}

.detail-page-images .main-image.clickable {
    cursor: pointer;
}

.detail-page-images .main-image.clickable .float-instruction{
    cursor: pointer;
    display: block;
    line-height: 1em;
}
.detail-page-images .main-image:hover .float-instruction{
    opacity: 0.8;
}

body.mini .interest-overview .detail-page-images {
    max-width:50%;
}
body.mini .detail-page-images {
    width:200px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 20%;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
    max-width: 40%;
    margin-bottom: 0;
}
body.mini.no-flex .detail-page-images {
    max-width: 50%;
}
body.mini .detail-page-images .main-image {
    position: relative;
    height: auto;
    margin-bottom: 0;
    line-height: 1;
}
body.mini .interest-overview .detail-page-images .main-image {
    height: 90px;
}
.detail-page-images .alt-images {
    padding: 0 0 0 0;
    margin: 0;
    line-height: 0;
}

.detail-page-images .alt-images li {
    display: inline-block;
    list-style: none;
    overflow: hidden;
    width: 21%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    cursor: pointer;
}
.detail-page-images .alt-images li.active {
    border-color: #FF8b00;
}

body.mini .detail-page-images .alt-images li {

}

.detail-page-images .main-image img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.detail-page-images .alt-images img {
    max-width: 100%;
    display: inline-block;
    position: relative;
    max-height: 100%;
    margin: 0 auto;
    vertical-align: middle;
}
.detail-page-images .alt-images img.fillheight {
    height: 100%;
    width: auto;
    display: block;
    position: relative;
}
.detail-page-images .main-image img.fillheight {
    /**/
}
/*don't think we need these anymore as we're scrolling the left col, but keeping them here for now just in case
@media screen and (max-height: 670px) {
    .detail-page-images {
        height: 9em;
    }
    .detail-page-images .main-image img {
        top: -1em;
    }
}*/
.detail-page-images .alt-images img.add-image-placeholder {
    /*height: 100%;*/
}
.detail-page-images .main-image img.add-image-placeholder {
    max-width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

.detail-page-images2 {
    margin: 0 0 1em 0;
}
.detail-page-images2 .main-image {
    overflow: hidden;
    text-align: center;
    width: 100%;
    /*height: 12em;
    line-height: 12em; */
    margin: 0 0 6px 0;
    position: relative;
}

.detail-page-images3 {
    margin: 0 0 1em 0;
}
.detail-page-images3 .main-image {
    overflow: hidden;
    text-align: center;
    width: 100%;
    /*height: 12em;
    line-height: 12em; */
    margin: 0 0 6px 0;
    position: relative;
}

.detail-page-top-left-column .detail-page-main-image img {
    max-height: 100%;
    max-width: 100%;
    
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.detail-page-top-left-column .detail-page-main-image ul.detail-page-alt-images {
    
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    height:100%;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    margin-right: 0px;
    display: inline-block;
    vertical-align: top;
}
.detail-page-top-left-column .detail-page-main-image ul.detail-page-alt-images li {
    list-style: none;
    margin-bottom: 4%;
    display: inline-block;
}

.detail-page-top-left-column .detail-page-main-image ul.detail-page-alt-images li img {
    max-height:100%;
}
.detail.element-mode .detail-page-brand {
    margin-left:0px;
}

body.mini .detail.element-mode .detail-page-brand {
    height: 40px;
    float: left;
    max-width: 50px;
}

body.mini .detail.element-mode .detail-page-brand img {
}
.detail.element-mode .detail-page-search {
    font-size: 1.1em;
    padding-left:8px;
    position:absolute;
    top: -29px;
    margin-left:7px;
    font-size:16px;
}

body.mini .detail.element-mode .detail-page-search {
    font-size:10px;
    background-image:none;
    padding-left:0;
    top: -15px;
}

.detail.element-mode .detail-page-search.business, 
.detail.element-mode .detail-page-search.charity {
    top:10px;
    left:0.5em;
}


.detail.element-mode .detail-page-left-top {
    vertical-align: text-top;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 8em;
    overflow: hidden;
}

body.mini .offer-direct-edit .detail.element-mode .detail-page-left-top,
body.mini .interest-overview .main-street-deal .detail.element-mode .detail-page-left-top,
body.mini .interest-overview .community-buy .detail.element-mode .detail-page-left-top {
    margin-top:24px;
}

body.mini  .charity .detail.element-mode .detail-page-left-top,
body.mini  .business .detail.element-mode .detail-page-left-top {
    margin-top: 16px;
    top:4px;
    left: 2px;
    right: 2px;
}
body.mini  .charity .detail.element-mode .detail-page-left-top {
    top:40px;    
}
body.allow-scroll .detail.element-mode .detail-page-left-top,
body.mini .detail.element-mode .detail-page-left-top {
    margin-top: 12px;
    bottom: 0;
    position: static;
}

body.mini .main-street-deal  .detail.element-mode .detail-page-left-top {
    margin-top:0;
}

body.mini .main-street-deal .detail.element-mode .main-left-scroller {
    top:0px;
}

body.mini .interest-overview .main-street-deal .detail.element-mode .main-left-scroller {
}

.main-left-scroller {
    position: absolute;
    top: 45px;
    bottom: 0px;
    left: 0;
    right: 0;
}

body.allow-scroll .main-left-scroller,
body.mini .main-left-scroller {
    position: static;
    top:0;
}
body.mini .detail.element-mode .detail-content-area p {
    max-height: 10ex;
    
    overflow-y: auto;
}
.detail.element-mode .detail-content-area {
    margin-top: 0.4em;
    
}
body.mini .detail.element-mode .detail-content-area {
    padding: 5px;
}
.fine_print-scroll {
    margin: 0 0 1.5em 0;
}
.larrbullet{
    padding-left: 15px;
    padding-bottom: 2px;
    background-image: url('/static/images/SearchResult/larrbullet.png?f138927c0b7d');
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.exbutton {
    background-image:url('/static/images/x_forms.png?0bb8d5298595');
    width:35px;
    height:35px;
    cursor:pointer;
    display:block;
}

.exbutton-back .exbutton {
    background-image:url('/static/images/follow.png?dcf69cc9ab82');
    width:46px;
    height:45px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.exbutton-back .exbutton:hover {
    background-position: 0 0;
}
.detail-view .detail-page-location {
    padding-right: .5em;
    color: rgb(102,102,102);
    text-align: left;
    font-size: .9em;
}
@media screen and (max-width: 768px) {
    .detail-view .detail-page-location {
        float: none;
    }
}
.detail-view .detail-page-title {
    font-size: 1.7em;
    color: #FF6700;
    display: inline-block;
    margin-left: 0;
    vertical-align: text-top;
    line-height: 1.1;
    overflow: hidden;
}

body.mini .detail-view .detail-page-title {
    vertical-align: middle;
    margin-right: 0;
    margin-top: 0;
    max-height: 3.3em;
    display: inline-block;
    font-size: 1.2em;
}
body.mini .detail-view .detail-page-title.no-mini {
    display: none;
}

.detail-page-top-right-column img.location-image {
    height: 40%;
}
.detail-content-area-title {
    color: #038BCD;
    font-size: 1.4em;
    margin-bottom: 0.7em;
    display: block;
    font-weight: normal;
}

body.mini .detail-content-area-title {
    margin-bottom: 0;
}

.detail-view .click-show-buyrequests,
.detail-view .click-show-offers {
    background-repeat: no-repeat;
    padding-right: 40px;
    background-size: 33px;
    background-position: 100% 50%;
    padding-top: 6px;
    padding-bottom: 6px;
    white-space: nowrap;
    /* old flexbox ignores inline-block elements */
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.detail-view .click-show-raffles {
    background-repeat: no-repeat;
    padding-right: 40px;
    background-size: 33px;
    background-position: 100% 50%;
    padding-top: 6px;
    padding-bottom: 6px;
    white-space: nowrap;
    /* old flexbox ignores inline-block elements */
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}


.detail-view .detail-content-area.dealsoffered .detail-content-area-title {
    /* autoprefix: off */;
    margin-bottom: 0;
    /*display: -webkit-box; *//*no wrapping in old box model :(*/;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align:center;
    -webkit-box-lines: multiple; /* i wish, this isn't supported */
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}

.detail-view .click-show-buyrequests {
    color: #FFAC3F;
    background-image: url('/static/images/buy_requests_short_32.png?6c4478f78661');
}
.detail-view .click-show-offers {
    color: #5BB800;
    background-image: url('/static/images/main_street_short_32.png?2d04afe4496a');
}
.detail-view .click-show-raffles {
    color: #663499;
    background-image: url('/static/images/raffle_short_32.png?b6697d88e4a9');
}

.detail-content-deal-offered {
    font-size: 0.95em;
    padding-bottom: 10px;
}
body:not(.mini) .detail-page-left-top {

    -webkit-box-flex: 0;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    overflow: hidden;
}
.detail-page-left-bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5em;
        -ms-flex: 0 1 5em;
            flex: 0 1 5em;
}

body.mini .detail-page-left-bottom {
    position: relative;
    width: auto;
}
.detail-page-right-bottom {
    position: relative;
}

.target-company-button {
    color: #fff;
    position: relative;
    background-image: -moz-linear-gradient(12% -8% 90deg,rgb(135,194,75) 0%,rgb(103,153,52) 99%);
    background-image: -webkit-gradient(linear,12% -8%,12% 96%,color-stop(0, rgb(135,194,75)),color-stop(0.99, rgb(103,153,52)));
    background-image: -webkit-linear-gradient(90deg,rgb(135,194,75) 0%,rgb(103,153,52) 99%);
    background-image: -o-linear-gradient(90deg,rgb(135,194,75) 0%,rgb(103,153,52) 99%);
    background-image: -ms-linear-gradient(90deg,rgb(135,194,75) 0%,rgb(103,153,52) 99%);
    background-image: linear-gradient(to top,rgb(135,194,75) 0%,rgb(103,153,52) 99%);
    background-color: #75AB3E;
    border-color: rgb(255,255,255);
    border-width: 1px;
    border-style: solid;
    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.32);
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.32);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.32);
}

.target-company-button:hover {
    color: #fff;
    background-color: #8CC157;
    background-image: -moz-linear-gradient(12% -8% 90deg,rgb(160,207,114) 0%,rgb(121,181,62) 99%);
    background-image: -webkit-gradient(linear,12% -8%,12% 96%,color-stop(0, rgb(160,207,114)),color-stop(0.99, rgb(121,181,62)));
    background-image: -webkit-linear-gradient(90deg,rgb(160,207,114) 0%,rgb(121,181,62) 99%);
    background-image: -o-linear-gradient(90deg,rgb(160,207,114) 0%,rgb(121,181,62) 99%);
    background-image: -ms-linear-gradient(90deg,rgb(160,207,114) 0%,rgb(121,181,62) 99%);
    background-image: linear-gradient(to top,rgb(160,207,114) 0%,rgb(121,181,62) 99%);
    border-color: rgb(255,255,255);
    border-width: 1px;
    border-style: solid;
    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.32);
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.32);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.32);
}

.target-company-br-image {
    right:0%;
    display:inline-block;
    vertical-align: middle;
    margin-right: -75px;
    width:75px;
    height:22px;
    background: url('/static/images/buy_requests_long_17.png?6c4478f78661') no-repeat 0 0;
    background-size: 75px 22px;
}

.detail-page-highlights {
    text-align:center;
    flex: 0 0 auto;
    margin-bottom: 10px;
}

.detail-page-highlights .detail-page-button {
    /*float: right;
    width: 50%;*/
    padding-top: 6.5%;
}
.detail-page-highlights .detail-page-button a {
    padding: 0 0.3em;
    text-decoration: none;
    background-color: #068CCD;
    -moz-border-radius: 4px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    color: white;
    white-space:nowrap;
    
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    display:inline-block;
    text-align:center;
    font-size: 1.5em;
    line-height: 1.8em;
}
.detail-page-highlights .detail-page-button a:last-child {
/*  margin-left: 8%;
*/  min-width: 3em;
}


body.mini .detail-page-highlights .detail-page-button a{
    padding: 0.2em 0.3em 0.2em;
    height:auto;
    line-height: 1.3em;
    font-size: 18px;
    width:auto;
    margin-top: 0.3em;
    min-width: 4em;
}

.main-street-deal .detail-page-highlights .detail-page-button a {
    width:auto;
    margin-left:0px;
}

.detail-page-highlights .detail-page-button {
    padding-top: 5%;
 
}
body.mini .detail-page-highlights {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2px;
}
body.mini .detail-page-highlights .detail-page-button {
    padding-top:0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}
body.mini .detail-page-highlights .detail-page-price {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}

body.mini .detail-page-highlights .detail-page-button.fifty {
    display: inline-block;
}
.detail-view .detail-page-price {
    padding-bottom: 0px;
    
}
.detail-page-info-panel {
    padding: 1ex 1.3em;
    margin: 3px 0;
}

body.mini .detail-page-info-panel {
    padding: 0.7ex 0.5em 0em;
    line-height: 1em;
    margin-bottom:2px;
}

.detail-page-info-panel.tight {
    
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    
    padding: 0.5ex 0.5em;
}
.detail-view .detail-page-price-amount {
    max-width: 3em;
    
}
.detail-view .detail-page-price-title {
    text-transform: none;
    font-weight: normal;
}
.detail-page-price {
    padding-top:0px;
    padding-bottom: 8%;
}
.detail-page-price-title {
    color: #ff6600;
    font-size: 1.1em;
    text-align: text-top;
    margin-bottom: 0.5em;
    vertical-align:super;
    display: inline;
}
.detail-page-price-amount {
    color: #FF6600;
    font-size: 1.9em;
    text-align: right;
    line-height: 1.1em;
    vertical-align:sub;
    margin-left: 0.6em;
    /*float:right;*/
    display: inline-block;
    width: 30%;
    -webkit-text-stroke-width: -0.3px;
}

body.mini .detail-page-price-amount {
    width:auto;
}

.detail-page-chat {
    margin-bottom: 5px;
    margin-right: 30px;
    position: relative;
}
.detail-page-chat a:hover {
    text-decoration: none;
}
.detail-page-chat-container {
    background-color: #BCE1F1;
    border: 1px solid #3aa5d5;
    color: #000;
    font-size: 1.1em;
    height: 65px;
    line-height: 25px;
    overflow: none;
    padding: 5px;
    width: 90%;
    overflow: hidden;
}
.detail-page-chat-container.empty {
    height: 24px;
}
.detail-page-chat-container.smaller
 {
    height: 24px;
    margin-bottom: 0;
}
.detail-page-chat-container p {
    margin: 0 0 0.2em 0;
    background-color: #F3F3F3;
    border: 1px solid #CCC;
    line-height: 1.25em;
    padding: 0.1em;
    text-align: left;
}
.detail-page-chat-container p span{
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 80%;
    text-overflow: ellipsis;
    overflow-x: hidden;
}
.detail-page-chat-container.smaller p {
    display: none;
}
.detail-page-chat-container.smaller p.last {
    display: block;
}
.detail-page-discuss-area {
/*    text-overflow: ellipsis-word;
*/}
.detail-page-discuss-user {
    width:15%;
    text-align: right;
    padding-right: 1em;
}
.chat-button {
    display: block;
    position: absolute;
    right: -24px;
    top: 0;
}
@media screen and (max-width: 790px) {
    .detail-page-chat-container p {
        font-size: 0.9em;
    }
    .chat-button {
        right: -25px;
    }
    .detail-page-discuss-user {
        text-align: left;
        overflow: hidden;
        width: 20%;
        line-height: 1.1em;
        height: 1.2em;
        padding-right: 2em;
    }
    .detail-page-discuss-area {
        overflow: hidden;
        width: 70%;
        line-height: 1.1em;
        height: 1.2em;
    }
}
body.mini .chat-button {
    right: -5px;
}
body.mini .detail-page-discuss-user {
    font-size: 0.8em;
    width: 20%;
    overflow: hidden;
    margin-right: 10px;
    text-align: left;
    margin-left: 3px;
}
body.mini .detail-page-discuss-area {
    width: 65%;
    text-align: left;
    line-height: 1.1em;
    overflow: hidden;
    height: 1em;
    font-size: 0.8em;
}

.green-gradient-box {
    border: 1px solid rgb(204,204,204);
    /* Firefox v3.6+ */
    background-image:-moz-linear-gradient(50% 0% -90deg,rgb(187,219,155) 0%,rgb(132,176,87) 99%); 
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(187,219,155)),color-stop(0.99, rgb(132,176,87)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(-90deg,rgb(187,219,155) 0%,rgb(132,176,87) 99%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(-90deg,rgb(187,219,155) 0%,rgb(132,176,87) 99%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(-90deg,rgb(187,219,155) 0%,rgb(132,176,87) 99%);
    background-image:linear-gradient(to bottom,rgb(187,219,155) 0%,rgb(132,176,87) 99%);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffbbdb9b,endColorstr=#ff84b057,GradientType=0)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffbbdb9b,endColorstr=#ff84b057,GradientType=0);*/
}

.grey-gradient-box {
    border: 1px solid #ccc;
    /* Firefox v3.6+ */
    background-image:-moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(222,222,222) 99%); 
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(0.99, rgb(222,222,222)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(222,222,222) 99%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(222,222,222) 99%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(222,222,222) 99%);
    background-image:linear-gradient(to bottom,rgb(255,255,255) 0%,rgb(222,222,222) 99%);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdedede,GradientType=0)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdedede,GradientType=0);*/
}
.detail-page-info-panel:after {
    content: ' ';
    display: block;
    clear: both;
}
.detail-view .detail-page-info-title {
}
.detail-view .detail-page-info-detail {}
.detail-page-info-title {
    color: #038BCD;
    font-size: 0.95em;
}
.detail-page-info-detail {
    color: #333;
    font-size: 1.0em;
}

.detail-page-info-panel .left-justify-text {
    font-size:0.95em;
}
body.mini .detail-page-info-panel .left-justify-text {
    font-size: 0.75em;
    margin-bottom: 5px;
}
.left-justify-text {
    text-align: left;
    float: left;
}
.right-justify-text {
    float: right;
    text-align: right;
    font-size: 1.1em;
}
.detail-page-grid-buttons {
    width: 100%;
}

.dark {
    color: #333;
}
.blue {
    color: #028BCC;
}

/*a.grid-button-link {
    margin-bottom: 5px;
    display:block; 
    width: 46%;
    padding: 4% 0%;
    text-align: center;
    color: #028BCC;
    font-size: 1.1em;
    text-decoration: none;
}
a.grid-button-link.left {
    float: left;
}
a.grid-button-link.right {
    float: right;
}
a.grid-button-link:hover {
    cursor: pointer;
    color: #333;
    border: 1px solid #028BCC;
}
a.grid-button-link.current {
    border: 1px solid #028BCC;
    color: #333;
}
a.grid-button-link.disabled:hover {
    border:1px solid #028BCC;
}
a.grid-button-link.disabled {
    border: 1px solid #028BCC;
    background-color: #028BCC;
    
    background-image: none;
    color: white;
    font-size: 1em;
    cursor: default;
    padding: 5.5% 0% 2.6%;
}
*/
.social-share {
    margin: 0 5px 8px 0;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.social-sites {
    display:inline-block;
}

body.mini .social-sites {
    margin-top: 1px;
}
.detail-page-shares .social-share img,
.social-sites .social-share  img {
    vertical-align: top;
    /*height: 1.4em;*/
}
.detail-page-shares {
    
    position: relative;
}
.social-buttons {
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
}
.detail-page-shares a,
.social-buttons a {
    display: block;
    text-align: center;

    padding: 0 1em;
    font-size: 1.1em;
}
.detail-page-shares a {
    font-size: 1em;
    width: 100%;
    padding: 0 .3em;
}
body.mini .detail-page-shares a {
    padding:0px;
}
.detail-page-shares .social-share {
    margin: 0 1.1em 0 0;
    float: left;
    display: block;
}

body.mini .charity .detail-page-shares .social-buttons .social-share,
body.mini .business .detail-page-shares .social-buttons .social-share {
    height:19px;
    margin: 0 4px 0 0;
}
body.mini .charity .detail-page-shares .social-sites .social-share,
body.mini .business .detail-page-shares .social-sites .social-share {
    height:1.3em;
    margin-right: 0px;
}
.detail-page-shares .social-share img{
}
a.tell-darelle {
    color: #333;

    text-decoration: none;
    border-style:solid;
    border-width:1px;
    border-color:rgb(255,104,0);
    /* Firefox v3.6+ */
    background-image:-moz-linear-gradient(48% -37% 90deg,rgb(255,104,0) 0%,rgb(255,104,0) 51%,rgb(255,150,6) 98%); 
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,48% -37%,48% 99%,color-stop(0, rgb(255,104,0)),color-stop(0.51, rgb(255,104,0)),color-stop(0.98, rgb(255,150,6)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(90deg,rgb(255,104,0) 0%,rgb(255,104,0) 51%,rgb(255,150,6) 98%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(90deg,rgb(255,104,0) 0%,rgb(255,104,0) 51%,rgb(255,150,6) 98%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(90deg,rgb(255,104,0) 0%,rgb(255,104,0) 51%,rgb(255,150,6) 98%);
    background-image:linear-gradient(90deg,rgb(255,104,0) 0%,rgb(255,104,0) 51%,rgb(255,150,6) 98%);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff9606,endColorstr=#ffff6800,GradientType=0)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff9606,endColorstr=#ffff6800,GradientType=0);*/
}
a.tell-darelle:hover {
    color: #fff;
}

a.email-link {
    color: #333;
    text-decoration: none;
     border-style:solid;
    border-width:1px;
    border-color:rgb(104,154,53);
    /* Firefox v3.6+ */
    background-image:-moz-linear-gradient(54% -37% 90deg,rgb(104,154,53) 0%,rgb(187,219,155) 99%); 
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,54% -37%,54% 99%,color-stop(0, rgb(104,154,53)),color-stop(0.99, rgb(187,219,155)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(90deg,rgb(104,154,53) 0%,rgb(187,219,155) 99%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(90deg,rgb(104,154,53) 0%,rgb(187,219,155) 99%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(90deg,rgb(104,154,53) 0%,rgb(187,219,155) 99%);
    background-image:linear-gradient(90deg,rgb(104,154,53) 0%,rgb(187,219,155) 99%);
/*    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffbbdb9b,endColorstr=#ff689a35,GradientType=0)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffbbdb9b,endColorstr=#ff689a35,GradientType=0);*/
}
    a.email-link:hover {
    color: #fff;
}

a.feedback-business {

    text-decoration: none;
    color: #333;
    border-style:solid;
    border-width:1px;
    border-color:rgb(3,139,205);
    /* Firefox v3.6+ */
    background-image:-moz-linear-gradient(40% -37% 83deg,rgb(3,139,205) 0%,rgb(174,218,239) 98%); 
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,40% -37%,47% 98%,color-stop(0, rgb(3,139,205)),color-stop(0.98, rgb(174,218,239)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(83deg,rgb(3,139,205) 0%,rgb(174,218,239) 98%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(83deg,rgb(3,139,205) 0%,rgb(174,218,239) 98%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(83deg,rgb(3,139,205) 0%,rgb(174,218,239) 98%);
    background-image:linear-gradient(83deg,rgb(3,139,205) 0%,rgb(174,218,239) 98%);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff038bcd,endColorstr=#ffaedaef,GradientType=1)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff038bcd,endColorstr=#ffaedaef,GradientType=1);*/

}
.social-share a {
    margin-top: 5px;
}
@media screen and (max-width: 768px) {
    .mobile .social-sites {
        margin-top: 7px;
    }
}
a.feedback-business:hover {
    color: white;
}

body.mini .detail-page-info-panel .fifty {
    width: 48%;
}

/* three column layout in a panel */
.three-column-left {
    float: left;
    width: 45%;
    text-align: center;
}
.three-column-middle {
    float: left;
    width: 35%;
    text-align: center;
}
.three-column-right {
    float: right;
    width: 45%;
    text-align: center;
}

/* mini versions of the three column */
body.mini .three-column-left,
body.mini .three-column-middle,
body.mini .three-column-right {
    padding: 1px;
    /* autoprefix: off */
    /* display: -webkit-box; */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    float: none;
}
body.mini .detail-view .detail-page-info-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    text-align: left;
    margin-right: 1ex;
}
body.mini .detail-view .detail-page-info-detail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.detail-page-info-panel .centered {
    text-align: center;
}
body.mini .detail-page-info-panel .centered {
    padding: 1px;
}


.detail-page-info-panel .fifty {
    width:50%;
    text-align:center;
    display:inline-block;
    overflow: hidden;
}


.back-to-search:hover {
    cursor: pointer;
}

.global-button {
    width: 78px;
    height: 78px;
    top: 50%;
    display: none;
    position: absolute;
    margin-top: -23px;
    z-index: 499;
}
.global-button:hover {
    cursor: pointer;
}
.global-prev-button {
    left: -80px;
    background: url('/static/images/slide-left.png?0f465955cc43') no-repeat 0 0;
}
.global-next-button {
    background: url('/static/images/slide-right.png?0f465955cc43') no-repeat 0 0;
    right: -80px;
}

.global-prev-button:hover,
.global-next-button:hover {
    background-position: 0 -78px;
}

.global-add-container {
    width: 55px;
    height: 200px;
    position: absolute;
    right: 10px;
    top: 80px;
}
.global-add-folder-button {
    background: url('/static/images/folder_new_sm.jpg?dcf69cc9ab82') no-repeat;
    width: 52px;
    height: 46px;
}
.global-add-folder-button:hover {
    cursor: pointer;
}
.global-add-buttons {
    width: 50px;
    height: 49px;
    padding-bottom: 5px;
    display: none;
}
.global-add-buttons:hover {
    cursor: pointer;
}
.global-add-buy-button {
    background: url('/static/images/new_cb.jpg?2d04afe4496a') no-repeat;
}
.global-add-deal-button {
    background: url('/static/images/new_ms.jpg?2d04afe4496a') no-repeat;
}
.global-add-group-button {
    background: url('/static/images/new_cv.jpg?2d04afe4496a') no-repeat;
}
.global-settings-button {
    background: url('/static/images/settings.png?b6697d88e4a9') no-repeat;
    width: 49px;
    height: 49px;
    position: absolute;
    right: 15px;
    top: 10px;
}
.global-settings-button:hover {
    cursor: pointer;
}
.global-save-button {
    background: url('/static/images/home_save_button.png?1a259f24d3d8');
    height: 50px;
    width: 50px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.global-save-label {
    font-size: 0.8em;
    color: #666;
    position: absolute;
    left: 22px;
    top: 50px;
}
.global-trash-button {
    background: url('/static/images/trash.png?0bb8d5298595');
    width: 35px;
    height: 47px;
    position: absolute;
    left: 20px;
    bottom: 10px;
}


/* ISSUE DARELLE-54 - hide focus-context */
.focus-context {
    display: none;
}


/* left and right trays*/

#scroller {
    overflow:hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
#scroller .scroller-stretch {
    position: relative;
    width: 120%;
    height:100%;
    overflow:hidden;
}

#right-tray,#left-tray,#recycle {
}

.tray {
    position: absolute;
    margin-top:64px;
    top: 49px;width: 110px;
    /*border: 1px solid rgba(255,0,0,0.1);//debug*/
    bottom: 23px;
    -moz-transition : all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition:all 0.3s ease-out;

    display: none !important;
    visibility: hidden !important;
}

#right-tray {
    right:0px;
    border-right:0px none;
   /* border:1px solid rgba(0,0,255,0.1);*/
    bottom: 130px;
}

#left-tray {
    border-left:0px none;
    left: 0px;  
}

.tray-header {
    position:relative;
    height:34px;
    width:200px;
    border:1px solid #FFAC3F;
    background-repeat:no-repeat;
    -moz-transition : all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    cursor:pointer;
    -webkit-box-shadow:3px 3px 4px #5a5a5a;
    box-shadow:3px 3px 4px #A5A5A5;
    background-color:white;
    z-index: 41;
} 

#right-tray .tray-header {
    left:1px;
    border-radius:7px 0px 0px 7px;-webkit-border-radius:7px 0px 0px 7px;
}

#right-tray .tray-header-icon {
    background-image:url('/static/images/notext-logo.png?2d04afe4496a');
    background-size: 24px;
}

.tray-header-icon {
    height:34px;
    width:34px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 96%;
}
#left-tray .tray-header {
    left:-100px;
    border-radius:0px 7px 7px 0px;-webkit-border-radius:0px 7px 7px 0px; 
    text-align:right;
}

#left-tray .tray-header-icon {
    background-image:url('/static/images/settings_panel_button.png?b6697d88e4a9');
    background-size: 22px;
}

#right-tray.collapsed{
    right:-110px;
}

#left-tray.collapsed {
    left:-110px;
}

#right-tray.collapsed .tray-header {
    left:-40px;
}
#left-tray.collapsed .tray-header {
    left:-60px;
    
}
.top-right-icons-container,
.sign-up-out-container {
    display: inline-block;
    vertical-align: middle;
}
.top-right-icons-container .top-right-icon {
    display: inline-block;
    margin: 0 10px;
    width: 40px;
    padding-top: 30px;
    height: 13px;
    cursor:pointer; 
    background-repeat:no-repeat;
    background-image:url('/static/images/notext-logo.png?2d04afe4496a');
    color: #333333;
    font-size: 10px;
    text-align:center;  
    background-position: 50% 0;
}

#left-tray .tray-icon,#right-tray .tray-icon,#recycle {
    margin: 10px 20px 0;
    width: 80px;
    padding-top: 40px;
    cursor:pointer; 
    background-repeat:no-repeat;
    background-image:url('/static/images/notext-logo.png?2d04afe4496a');
    color: #333333;
    font-size:12px;
    text-align:center;  
    background-position: 50% 0;
}
#right-tray .tray-icon {
    background-position: center center;
    height: 0%;
    margin-top: 10%;
    height: 15%;
    
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

#left-tray .tray-icon {
    height:60px;
    background-size: 40px 40px;
}

#left-tray .tray-icon.settings {
    background-image:url('/static/images/LeftTray/settings.png?f138927c0b7d');
}

#left-tray .tray-icon.actions {
    background-image:url('/static/images/LeftTray/actions.png?f138927c0b7d');
}

#left-tray .tray-icon.tools {
    background-image:url('/static/images/LeftTray/tools.png?f138927c0b7d');
}

#left-tray .tray-icon.billing { 
    background-image:url('/static/images/LeftTray/billing.png?f138927c0b7d');
}
.top-right-icons-container .top-right-icon.browse,
#left-tray .tray-icon.browse {
    background-image:url('/static/images/browse_bag.png?f138927c0b7d');
}

#left-tray .tray-icon.help {
    background-image:url('/static/images/LeftTray/help_penguin_sm.png?f138927c0b7d');
}
#left-tray .tray-icon.learn {
    background-image:url('/static/images/learn.png?1a259f24d3d8');
}
.top-right-icons-container .top-right-icon.create,
#left-tray .tray-icon.create {
    background-image:url('/static/images/LeftTray/plus_sign_49.png?f138927c0b7d');
    background-size: 49px 43px;
}
.top-right-icons-container .top-right-icon.create {
    display: none;
}
.logged-in .top-right-icons-container .top-right-icon.create {
    display: inline-block;
}
.top-right-icons-container .top-right-icon.browse {
    background-size: 30px 30px;
}
.top-right-icons-container .top-right-icon.create {
    background-size: 34px 30px;
}

#left-tray .tray-icon.emailpw {
    background-image:url('/static/images/LeftTray/darelle_email_logo.png?f138927c0b7d');
}

#right-tray .tray-icon.cb-saved {
    background-image:url('/static/images/buy_requests_short_32.png?6c4478f78661');
}

#right-tray .tray-icon.ms-saved {
    background-image:url('/static/images/main_street_short_32.png?2d04afe4496a');
}

#right-tray .tray-icon.cv-saved {
    background-image:url('/static/images/cv_icon_small.png?a9476e951679');
}

#right-tray .tray-icon.watchlists {
    background-image:url('/static/images/watchlist_sm.png?0bb8d5298595');
    background-size: 40px 40px;
}
#right-tray .tray-icon.notifications {
    background-image:url('/static/images/notifications_png32.png?2d04afe4496a');
    background-size: 40px 40px;
}

#right-tray .tray-icon .number-items,.bottom-right-dropzone #temp-saved-items .number-items {
    font-size: 1em;
    line-height: 1.1em;
    border: 1px solid #fff;
    border-radius: 100px;
    background-color: #FF6800;
    color: white;
    position: relative;
    top: -17px;
    left: 36px;
    min-height: 20px;
    display: none;
    min-width: 20px;
    text-align: center;
}
#temp-saved-items .number-items {
    left: 35px;
}   
#temp-saved-items.ui-droppable {
} 
#temp-saved-items.ui-droppable .number-items {
    top: -15px;
}

#left-tray .drop-down-text-menu {
    position:absolute;
    bottom:0px;
    top:0px;
    margin-top: 42px;
}
#right-tray > a,#left-tray .drop-down-text-menu > li 
{
    height: 14%;
    top: 0px;
    display: list-item;
    list-style: none;
    padding-top: 5%;
}
body.mini .bottom-right-dropzone {
    z-index: 0;
    top:0px;
    margin-top:50px;
}
.bottom-right-dropzone {
    position: absolute;
    top: 15%;
    right:15px;
    z-index: 50;
    width:53px;
}
a.temp-saved {
    background: url('/static/images/temporary_folder.png?0f465955cc43') no-repeat 50% 50%;
    width:53px;
    height:40px;
    position: relative;
    display: block;
}
a.temp-saved, #recycle {    
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
}

body.mobile a.temp-saved,
body.mobile #recycle {
    -webkit-transition-duration:0.2s;
    transition-duration:0.2s;
    -moz-transition-duration:0.2s;    
}

a.temp-saved.ui-droppable, #recycle.ui-droppable {
    background-color: #ccc;
    border: 1px dotted #777;
    border-radius: 7px;
    left: -30px;
    padding: 10px 5px;
    width: 100px;
    position: relative;
    height:30em;
}
#recycle, .members_only_link {display:none}
body.logged-in #left-tray,body.logged-in #right-tray,body.logged-in #recycle,body.logged-in .members_only_link{
    display:block;
    
}

.if-logged-in {
    display:none;
}

body.logged-in .if-logged-in {
    display:block;
}
body.logged-in .signed-out {
    display: none;
}

body.logged-in .if-logged-in-ib {
    display:inline-block;
    vertical-align: top;
}
body.logged-in .ifn-logged-in {
    display:none;
}

#temp-saved-items {
}
#recycle  {
    margin: 10px auto 0 auto;
    padding: 0;
    width:40px;
    height:40px;
    background-position:50% 50%;
    background-image:url('/static/images/RightTray/recycle.png?f138927c0b7d');
}

#recycle.ui-droppable {
}
/* cb,ms,cv */
/* */

/*#context-stack.element > .context-stack-detail > .element-mode-wrapper > .element > .detail.element-mode*/
.arrow-grid-form.element , 
.community-voice.element .detail.element-mode, 
.community-buy.element .detail.element-mode, 
.main-street-deal.element .detail.element-mode,
.offer-direct-edit.element .detail.element-mode,
.buy-process .element-mode-wrapper {
    /*width:auto;height:auto;
    position:absolute;
    top:20px;left:20px;right:20px;bottom:20px;*/
    width:auto;height:auto;    
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    margin: 0.5em;
}
body.mini .buy-process .element-mode-wrapper {
    margin:0;
}

.community-voice.element .detail.element-mode,
.community-buy.element .detail.element-mode, 
.main-street-deal.element .detail.element-mode,
.offer-direct-edit.element .detail.element-mode,
.buy-process > .element-mode-wrapper{
    margin-top: 37px;
}

body.allow-scroll .community-voice.element .detail.element-mode,
body.allow-scroll .community-buy.element .detail.element-mode, 
body.allow-scroll .main-street-deal.element .detail.element-mode,
body.allow-scroll .offer-direct-edit.element .detail.element-mode,
body.allow-scroll .buy-process > .element-mode-wrapper,
body.mini .community-voice.element .detail.element-mode,
body.mini .community-buy.element .detail.element-mode, 
body.mini .main-street-deal.element .detail.element-mode,
body.mini .offer-direct-edit.element .detail.element-mode,
body.mini .buy-process > .element-mode-wrapper {
    margin: 20px 0 0;
    margin-bottom: 0px;
    min-height: 0;
    position: static;
}

.community-voice.element .detail.element-mode.swiping,
.community-buy.element .detail.element-mode.swiping, 
.main-street-deal.element .detail.element-mode.swiping,
.offer-direct-edit.element .detail.element-mode.swiping,
.buy-process .element-mode-wrapper.swiping
{
    -moz-box-shadow: 0 0 5px 3px #008ACC;
    -webkit-box-shadow: 0 0 5px 3px #008ACC;
    box-shadow: 0 0 5px 3px #008ACC;
}
/*arrowgrid form still uses calc layout */
.arrow-grid-form.element >  .detail.element-mode, 
.interest-overview.element > .element-mode > .element-mode-wrapper, 
.communication-shell > .element-mode > .element-mode-wrapper,
{
    width: auto;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 2%;
}


body.mini .interest-overview.element > .element-mode > .element-mode-wrapper {
    border:none;
    box-shadow:none;
    -webkit-box-shadow:none;
    filter:"";
    -ms-filter:"";
    overflow: visible;
    background-color: transparent;
}

.detail-page-title {
    font-size:1.5em;
    color:rgb(255,103,0);
}
.center {
    margin: 0 auto;
}

.add-new-text {
    margin-right: 5px;
    color:#FF6800;
    vertical-align: middle;
}

.add-new-link img {
    height: 75%;
    margin-top: -12px;
    vertical-align: middle;
}

body.mini .css-layout .element-mode-wrapper,.css-layout .element-mode,.css-layout .summary  {

}
.css-layout .element-mode-wrapper,.css-layout .element-mode,.css-layout .summary {
    position:static;
    width:auto;
    height:auto;
} 
.submit-rating-input {
    width: 20em;
}
.divider.hidden {
    visibility: hidden;
}

/* modal styles */
.sign-in-form, .password-reset-request-form, .overlay-element-container,
.share-via-email-form, .basic-search-filter.element, .add-watch-list,
.d_modal-map,
.detail-page-shares-modal {
    border:2px solid #fff;
    border-radius: 5px;
    z-index:9999999999;
    margin: auto;
    background-color: #9ed2ec;
    /*background gradient*/
    background-image: -moz-linear-gradient(top, #def0f9, #6cbce2);
    background-image: -ms-linear-gradient(top, #def0f9, #6cbce2);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#def0f9), to(#6cbce2));
    background-image: -webkit-linear-gradient(top, #def0f9, #6cbce2);
    background-image: -o-linear-gradient(top, #def0f9, #6cbce2);
    background-image: linear-gradient(top, #def0f9, #6cbce2);
    background-repeat: repeat-x;
    /*filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",#def0f9,#6cbce2));*/
    z-index: 503;
}

body.mini .overlay-element-fixed .overlay-element-container {
    max-width:400px;
}
.overlay-element-fixed .overlay-element-container {
    padding:5px;
    position:relative;
}

.password-reset-request-container .penguins .quote {
    top: -2.5em;
    right: 105%;
    left: auto;
    width: 9em;
}

.password-reset-request-container .penguins .quote .arrow {
    top:25%
}

.overlay-element-fixed .penguins {
    float: right;
    position: relative;
}
body.mini .share-via-email-form .penguins {
    margin-right:-10px
}
.share-via-email-form .penguins {
    top: 20px;
    position: relative;
    margin-right: 24px;
}
.overlay-element-fixed .penguin-container .quote {
    position: relative;
    display: block;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    max-width: none;
    /*margin-right: 100px;*/
    margin-right: 6%;
    margin-left: 6%;
}

.overlay-element-fixed .penguin-container {
    *zoom: 1;
}

.overlay-element-fixed .penguin-container:before,
.overlay-element-fixed .penguin-container {
    content:"";display:table;
}
.overlay-element-fixed .penguin-container:after {
    clear:both;
}

.overlay-element-fixed .penguin-container .quote .arrow,
.overlay-element-content .penguin-container .quote .arrow {
    left: auto;
    top: 17%;
    margin-top: 3px;
}
.overlay-element-fixed .title {
    padding-bottom: 20px;
    font-size: 1.3em;
}
.brand-upload-form-container,
.upload-form-container {
    position: absolute;
    left: -200%;
    top: -200%;
    background: #cccccc;
    padding: 10px;
}
.upload-form-container h2 {
    line-height: 1;
    margin: 0 0 15px 0;
    color: #333;
}
.upload-form-container input[type=file] {
    background: #fff;
    margin: 10px 0;
    display: block;
}
.editing input {
    max-width: 300px;
}

.current-search-number {
    font-size: 0.9em;
    color: #008BCC;
}

.fifty-float {
    width: 49%;
    float: left;
}

.text-left {
    text-align:left;
}

.text-right {
    text-align:right;
}
.new-big-btn.edit-button a {
    line-height: 1.4em;
}
body.mini .new-big-btn.edit-button a {
    font-size:1.97em;
    line-height: 1em;
}
.edit-button {
    width: 157px;
    margin: 0 auto;
    font-size: 1.6em;
    padding-top: 5%;
}
.resend-key, .publish-button {
    margin: 10px auto 20px;
    width: 157px;
}
body.mini .edit-button {
    max-width:100%;
}
button.new-big-btn,
.detail-page-highlights .detail-page-button .new-big-btn a,
.new-big-btn a{
    color: #fff;
    text-decoration: none;

background-color: #068CCD;
/* Firefox v3.6+ */
cursor: pointer;
background-image:-moz-linear-gradient(50% 0% -90deg,rgb(10,162,234) 0%,rgb(2,139,204) 99%);
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(10,162,234)),color-stop(0.99, rgb(2,139,204)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(-90deg,rgb(10,162,234) 0%,rgb(2,139,204) 99%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(-90deg,rgb(10,162,234) 0%,rgb(2,139,204) 99%);
/* IE v10+ */
background-image:-ms-linear-gradient(-90deg,rgb(10,162,234) 0%,rgb(2,139,204) 99%);
background-image:linear-gradient(to bottom,rgb(10,162,234) 0%,rgb(2,139,204) 99%);

    width: 157px;

    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    max-width: 100%;
    height:42px;

    line-height: 2.2em;

    font-size: 1.3em;
    text-align: center;
border-color:rgb(255,255,255);
border-width:1px;
/* Firefox v1.0+ */
-moz-border-radius:9px ;
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-border-radius:9px ;
/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
border-radius:9px;
border-style:solid;
/* Firefox v3.5+ */
-moz-box-shadow:2px 2px 6px rgba(0,0,0,0.32);
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:2px 2px 6px rgba(0,0,0,0.32);
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
box-shadow:2px 2px 6px rgba(0,0,0,0.32);
/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0aa2ea,endColorstr=#ff028bcc,GradientType=0)
    progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#52000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0aa2ea,endColorstr=#ff028bcc,GradientType=0)
    progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#52000000,Positive=true);*/
    text-transform: uppercase;
display: block;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.32);
    -webkit-text-shadow: 0 0 3px rgba(0, 0, 0, 0.32);
    -moz-text-shadow: 0 0 3px rgba(0, 0, 0, 0.32);
}
.detail-page-highlights .detail-page-button .new-big-btn a:hover,
.new-big-btn a:hover {
/* Firefox v3.6+ */
text-decoration: none;
background-image:-moz-linear-gradient(50% 0% -90deg,rgb(42,178,243) 0%,rgb(14,155,223) 99%);
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(42,178,243)),color-stop(0.99, rgb(14,155,223)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(-90deg,rgb(42,178,243) 0%,rgb(14,155,223) 99%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(-90deg,rgb(42,178,243) 0%,rgb(14,155,223) 99%);
/* IE v10+ */
background-image:-ms-linear-gradient(-90deg,rgb(42,178,243) 0%,rgb(14,155,223) 99%);
background-image:linear-gradient(to bottom,rgb(42,178,243) 0%,rgb(14,155,223) 99%);
width:157px;
height:42px;
border-color:rgb(255,255,255);
border-width:1px;
/* Firefox v1.0+ */
-moz-border-radius:9px ;
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-border-radius:9px ;
/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
border-radius:9px ;
border-style:solid;
color: #fff;
/* Firefox v3.5+ */
-moz-box-shadow:2px 2px 6px rgba(0,0,0,0.32);
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:2px 2px 6px rgba(0,0,0,0.32);
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
box-shadow:2px 2px 6px rgba(0,0,0,0.32);
/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2ab2f3,endColorstr=#ff0e9bdf,GradientType=0)
    progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#52000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2ab2f3,endColorstr=#ff0e9bdf,GradientType=0)
    progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#52000000,Positive=true);*/
}
.detail-page-shares-modal {
    width: 320px;
    height: 120px;
    padding: 20px 20px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -170px;
    z-index: 505;
}
.detail-page-shares-modal h3{
    display: block;
    color: #333;
    font-size: 1.1em;
    text-transform: none;
    margin: 0 0 20px 0;
}
.detail-page-shares-modal .social-sites {
    margin: 0 .1em 15px 0;
}
.detail-page-shares-modal .cancel {
    height: 35px;
}
.detail-page-shares-modal .pbutton {
    display: block;
    float: right;
}
.detail-page-join-modal {
    width: auto;
    height: auto;
    padding: 20px 50px 10px 50px;
    margin-left:auto;
    margin-right:auto;
    background-color: #9ed2ec;
    /*background gradient*/
    background-image: -moz-linear-gradient(top, #def0f9, #6cbce2);
    background-image: -ms-linear-gradient(top, #def0f9, #6cbce2);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#def0f9), to(#6cbce2));
    background-image: -webkit-linear-gradient(top, #def0f9, #6cbce2);
    background-image: -o-linear-gradient(top, #def0f9, #6cbce2);
    background-image: linear-gradient(top, #def0f9, #6cbce2);
    background-repeat: repeat-x;
    /*filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",#def0f9,#6cbce2));*/
    z-index: 505;
}
.detail-page-join-modal h3{
    display: block;
    color: #333;
    font-size: 1.1em;
    text-transform: none;
    margin: 0 0 20px 0;
    font-weight: 400;
}
.detail-page-join-modal .error{
    color: #FF0000;
    height: 20px;
    font-size: 0.8em;
    padding: 0.5em 0 0.5em 0;
    display: block;
}
.detail-page-join-modal .pbutton {
    padding: 10px 10px;
    margin: 0 0 15px 0.3em;
    display: inline-block;
    font-weight: 300;
}
.handwritten {
    background: url('/static/images/post_it_note_final.png?2d04afe4496a') no-repeat 0 0;
    margin: 0 auto;
    width: 400px;
    height: 400px;
    padding: 50px 0 0 50px;
    font-size: 2em;
    position: relative;
}
.handwritten .title,
.handwritten .writepad {
    font-family: "caflisch-script-pro",sans-serif;
}
.handwritten .writepad {
}
.slist-item {
    margin: 0 65px .5em 0;
    overflow: hidden;
}

.writepad.purchased.slist-item {
    text-decoration: line-through;   
}
.handwritten .title {
    color: #000;
    display: block;
    margin: 0 0 .3em 0;
    text-align: left;
    line-height: 1.2em;
}
@media screen and (max-height: 850px) {
    
    #my-items .signup-penguin {
        display: none;
    }
    #my-items .register-cta-container {
        margin-top: 0;
    }
}
@media screen and (max-height: 700px) {
    .handwritten {
        background-size: 400px 400px;
        font-size: 1.7em;
        margin: 0 auto;
        width: 350px;
        height: 350px;
    }
}
@media screen and (max-width: 700px) {
    .handwritten {
        background-size: 400px 400px;
        font-size: 1.7em;
        margin: 0 auto;
        width: 350px;
        height: 350px;
    }
}
@media screen and (max-height: 630px) {
    .handwritten {
        background-size: 350px 350px;
        font-size: 1.7em;
        margin: 0 auto;
        width: 300px;
        height: 300px;
    }
}
@media screen and (max-width: 630px) {
    .handwritten {
        background-size: 350px 350px;
        font-size: 1.7em;
        margin: 0 auto;
        width: 300px;
        height: 300px;
    }
}
@media screen and (max-width: 480px) {
    .handwritten {
        background-size: 250px 250px;
        font-size: 1.2em;
        margin: 0 auto;
        width: 200px;
        height: 200px;
    }
}
.user-setting-item select {
    width: 40%;
    min-width: 180px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body.mini .staticform-detail .content .layout .input-container {
    position:relative;
}

body.mini .staticform-detail .content .layout  .LV_validation_message.LV_valid {
    position:absolute;
    right:0;
    background-size:100%;
    width: 16px;
    height: 16px;
    padding: 0;
}



.fix-android-select {
        position:absolute;
        top:10%;left:3%;right:3%;
        bottom: auto;
        background-color:white;
        z-index:9999;
        overflow:auto;
        -webkit-user-select:none;
        -moz-user-select:none;
        user-select:none;
        border: 1px solid #CCC;
        color: #555;
        padding: 0;
        border-radius:10px;
        cursor:pointer;
        box-shadow: 0px 0px 40px 30px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0px 0px 40px 30px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 40px 30px rgba(0,0,0,0.5);
        max-height: 80%;
}
.fix-android-select .scrollbar-pane {
   right:0;
}

.fix-android-select ul {
    padding: 0.5ex 0;
    margin:0 0;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.fix-android-select li {
    list-style:none;
    line-height:2em;
    padding: 0 1em;
    border-bottom:1px solid #CCC;
}
.fix-android-select li:last-child {
    border-bottom:none;
}

.fix-android-select li:hover {
    color:black;
    background-color:#CCC;
}

.social-share-pages {
    position: fixed;
    top: 15%;
    left: 15px;
}

/*style select boxes and fix-android-select boxes*/
.fa-select,
select {
    margin: 0;
    /*min-width:10em;*/
    font-size: .8em;
    vertical-align: middle;
    display: inline-block;
    height: 25px;
    text-align:left;
}
/* webkit only hack, setting background prevents moz from rendering
    native select boxes */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .fa-select,
     select {
        padding: 3px 6px;
        color: #555;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: white;
        border: 1px solid #CCC;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        background-image: url('/static/images/select-search-arrow.png?b6697d88e4a9');
        background-repeat: no-repeat;
        background-position: right 50%;
        padding-right: 17px;
    
}

    select {
        -webkit-appearance: button;
        appearance: button;
    }
}

fa-select {
   padding-top:5px; 
}
/*body.mini .social-share-pages, body.mobile .social-share-pages {
    display: none;
}*/

.loading-only {
    display:none;
}


body.loading .loading-only {
    display:block;
}

/*body.loading #real-body.d {
    visibility:hidden;
}*/




/* BELOW IS WHAT USED TO BE Home.css */

.failwhale a {
    color: #FF6600;
}
.failwhale.center {
    text-align:center;
}
.failwhale {
    color: #FF6600;
    font-size: 1.5em;
    background: url('/static/images/404.png?f138927c0b7d') no-repeat 0 0;
    padding: 2em 0 0 0;
}

body.mini .failwhale.fivehundred {
    padding-top: 10px;
}
.failwhale.fivehundred {
    background: none;
}

body.mini p.fivehundredright {
    font-size:0.8em;
    left:50%;
}
p.fivehundredright {
    position: absolute;
    right: 10%;
    left: 41%;
}
p.fivehundredright strong{
    font-size: 1.4em;
    font-weight: normal;
}
.failwhale .smaller{
    font-size: 0.8em;
}
.penguins, .arrow{ 
    background:url('/static/images/penguins.png?2d04afe4496a') top left no-repeat;
    display: block;
    position: absolute;
}
.generic-header {
    padding: .3em 0 0.2em 0.6em;
    display: block;
    color: #FF6600;
    line-height: 0.9em;
}
.penguins.big-center{ width: 90%; height:155px; background-position:-10px -10px; }
.penguins.big-left{ width:169px; height:154px; background-position:-10px -175px; }
.penguins.big-right{ width: 182px; height:154px; background-position: 0px -340px;}
.penguins.small-right{ width:81px; height:75px; background-position:-10px -503px; }
.penguins.small-left{ width:79px; height:75px; background-position:-10px -588px; }
.penguins.small-center{ width:80px; height:74px; background-position:-99px -588px; }
/* move arrow in by 0.70 pixels for retina display */
.arrow.type1{ width:18px; height:14px; background-position:-124px -503px; bottom: -12.3px;}
.arrow.type2{ left: 20%; width:16px; height:11px; background-position:-152px -503px; bottom: -9.3px;}
.arrow.type3{ width:15px; height: 14px; background-position: -129px -503px; bottom: -13.3px;}
.arrow.type4{ width:17px; height:10px; background-position:-10px -673px; bottom: -9.3px;}
.arrow.type5{ width:13px; height:22px; background-position:-101px -503px; left:-11.3px;}
.arrow.type6{ width:13px; height:11px; background-position:-108px -530px; right: -12.3px; margin-bottom: 10px; bottom: 3%;}
.arrow.type7{ width:18px; height:24px; background-position: -143px -678px; right: -18.3px;top:10px}
.arrow.type8{ width:18px; height: 30px; background-position: -105px -679px; left: -18.5px;}
.penguins .quote, .penguin-container .quote {
    /* fancy text fix for safari/chrome */
    font-weight: 400;
    -webkit-text-stroke:1px transparent;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    font-size: 1em;
    line-height: 1.3em;
    padding: 0.4em;
    -moz-box-shadow:3px 3px 8px rgba(0,0,0,0.15);
    -webkit-box-shadow:3px 3px 8px rgba(0,0,0,0.15);
    box-shadow:3px 3px 8px rgba(0,0,0,0.15);
    background: #fff;
    border-radius: 10px;
    text-align: center;
    max-width: 11em;
    border: 1px solid #EFEFEF;
}
#alertModal .penguin-container .quote {
    min-height: 3em;
}


/*container is fixed size for modalmessage */
.overlay-element-container .penguin-container .quote {
    font-size:15px;
    line-height:20px;
}

@media (max-height:800px) , (max-width:800px) {
    .penguins .quote, .penguin-container .quote {
        font-size:0.8em;
        line-height:1.2em
    }   
    /*container is fixed size for modalmessage */
    .overlay-element-container .penguin-container .quote {
        font-size:15px;
        line-height:20px;
    }
}


body.portrait.mobile .penguins .quote, body.portrait.mobile .penguin-container .quote {
    line-height:1.0em;
}
#careersoverview .content-wrapper {
    margin: 3em 0 auto;
    width: 100%;    
    position: relative;
    padding: 0;
}
#landing-faq .landing.left .content, #landing-buy .landing.left .content {
    margin: 0 auto;
}
#landing-faq .copycontent {
    display: none;
}
#landing-faq .copycontent.shown {
    display: block;
}
#faqoverview .content-wrapper {
    margin: 15% auto 0 auto;
    width: 80%;
}
.content-inner-wrapper a {
    color: #ff6600;
}
.content-inner-wrapper a.pbutton {
    color: #ffffff;
}

.add-shopping-list a.pbutton {
    font-size: 0.9em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
}
.content-inner-wrapper a.pbutton:hover {
    color: #005F8C;
}
.content.longcontent .content-wrapper {
/*    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;*/
}

body.mini .content.longcontent .content-wrapper {
    top:16px;
    position: static;
}
.content.longcontent h2 {
    display: block;
    margin: 0 0 0.5em 0;
    line-height: 1em;
}
.content.longcontent h2 img {
    margin-bottom: -5px;
}
.content.longcontent .copytitle {
    color: #FF6600;
    margin-bottom: .3em;
    font-weight: bold;
    display: block;
    text-transform: none;
}
.faq-entry {
    padding-bottom: 15px;
}
.content.longcontent .faq-entry h3.copytitle {
    font-weight: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:2) { 
 
    .content.longcontent .faq-entry h3.copytitle {
        -webkit-text-stroke:0px;
        letter-spacing:0px;
    }   
}
.faq-entry .copycontent {
    padding-top: 10px;
    padding-bottom: 0;
}
#landing-faq .copytitle {
    display: inline;
}
#landing-faq .show-answer, 
#landing-faq .hide-answer {
    display: inline;
}

.content .content-inner-wrapper {
    width: 90%;
    padding: 2em 0 2em 0;
    margin: 0 auto;
}

#privacyoverview .content-wrapper {
    margin: 2em auto 0 auto;
    width: 80%;
    padding: 0;
}
body.mini #privacyoverview .content-wrapper {
    margin:2px;
    width: auto;
}
body.mini .about-penguin-container {
    margin-top:10px
}
.about-penguin-container {
    position: relative;
}

#termsoverview .content-wrapper {
    margin: 5em 0;
    width: 100%;
    padding: 0;
}
#about .penguins,
#careersoverview .penguins,
#termsoverview .penguins {
    margin:0 auto;
    position:relative;
    vertical-align: bottom;
}
#termsoverview .penguin-container,
#about .penguin-container,
#privacyoverview .penguin-container,    
#careersoverview .penguin-container{
    
    position: relative;
    display: inline-block;
    text-align: center;
    bottom: auto;
    padding: 1%;
    width: 19%;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
#termsoverview .penguin-container,
#about .penguin-container {
    width: 24%;
}
@media (max-width:650px),(max-height:650px) {
    
    #about .penguin-container {
        width:32% 
    }
    #about .penguin-container.four {
        width:50%;  
        margin:0 45%;
    }
}

#privacyoverview .penguin-container {
    width: 49%;
}

#privacyoverview .penguin-container img {
    max-width:100%
}


.signup-penguins .penguin-container .quote,
#about .penguin-container .quote,
#privacyoverview .penguin-container .quote,
#careersoverview .penguin-container .quote,
#termsoverview .penguin-container .quote {
    position:relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0 2% 0.5em 0.2%;
    z-index: 1;
}
.signup-penguins .penguin-container .quote {
    margin: 0 auto 0.5em;
}
#faqoverview .penguins .quote {
    left: 170px;
    right: 4%;
}
#faqoverview .penguins .quote .arrow {
    top: 1em;
}
#privacyoverview .penguins.one {
    left: 0;
}
#privacyoverview .penguins.two {
    right: 0;
}
#privacyoverview .penguins.one .quote {
    left: 20%;
    top: -70px;
    width: 15em;
}
#privacyoverview .penguins.one .quote .arrow {
    left: 2em;
}
#privacyoverview .penguins.two .quote {
    left: 0;
    top: -70px;
    width: 10em;
}
#privacyoverview .penguins.two .quote .arrow {
    left: 2em;
}


#careersoverview .penguin-container.one {
}

#careersoverview .penguin-container.two {
}

#careersoverview .penguin-container.three {
}
#careersoverview .penguin-container.four {
}

#careersoverview .penguin-container.five {
}

#careersoverview .penguin-container .quote {
    z-index: 1;
}

#contactoverview .content-wrapper {
    padding: 10px;
}
#contactoverview .contact-bottom-small {
    font-size: .1em;
    margin: 0 0 .3em 0;
}

#contactoverview .penguin-container {
    width: 18%;
    position:static;
    display:inline-block;
    
    max-height: 200px;
    vertical-align: bottom;
    margin: 0px 1%;
}
#contactoverview .penguin-container.one {
    width: 90%;
}
#contactoverview .penguin-container .penguins {
    position:static;
    margin:2% 0 0% 55%;
}

#contactoverview .penguin-container .quote {
    border: 1px solid #EEE;
    position: relative;
    top: auto;
    bottom: auto;
    margin: 0;
    left: auto;
    right: auto;
    max-width: 14em;
    min-width: 5em;
    font-size: 0.9em;
}

#contactoverview .contact-form {
    margin-bottom: 10px;
}
#contactoverview label {
    display: block;
    color: #038BCD;
}
#contactoverview .form-left {
    float: left;
    width: 40%;
}
#contactoverview .form-right {
    float: right;
    width: 60%;
}


#contactoverview textarea {
    height: 80px;
    border: 1px solid #ff6800;
    border-radius: 3px;
    width: 90%;
}
body.mini #contactoverview textarea {
    height:20px;
}
#contactoverview input {
    border: 1px solid #ff6800;
    border-radius: 3px;
    padding: 0.5em;
    width: 80%;
    margin-bottom: 1em;
}

body.mini #contactoverview .pbutton {
    position:static;
}
#contactoverview .pbutton {
    margin: 1em 0 0 0;
    border: 0;
    padding: 0.6ex 1em;
    cursor: pointer;
    font-size: 1em;
    position: relative;
}
#landing-contact .content-wrapper a{
    color: #FF6600;
}
#landing-contact .content-wrapper h2{
    -webkit-text-stroke:0px;
    letter-spacing:0px;
    font-weight: normal !important;
    color: #038bcd;
    font-size: 1em;
}
#landing-contact .content-wrapper p {
    font-weight: normal;
    font-size: .9em;
}
@media screen and (max-width:1200px) {
    #careersoverview .penguin-container.four {
        display: none;
    }    
    #careersoverview .penguin-container {
        width: 24%;
    }
}
@media screen and (max-width:800px) {
    #careersoverview .penguin-container.two {
        display: none;
    }
    #careersoverview .penguin-container.three {
        /*left: 140px;*/
    }
    #careersoverview .penguin-container {
        width:32%;
    }
    
}

body.mini .landingpage-container {
    position:static;
}
.landingpage-container {
    border: 1px solid #BABAC8;
    border-radius: 1.2em;
    padding:10px;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-shadow:3px 3px 8px rgba(0,0,0,0.33);
    -webkit-box-shadow:3px 3px 8px rgba(0,0,0,0.33);
    box-shadow:3px 3px 8px rgba(0,0,0,0.33);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color=#54000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color=#54000000,Positive=true); */
    background-color: white;
    position: static;
    line-height: 1.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    color: #666666;
}
a.orange, .orange {
    color: #ff6800;
}
.landing.left .main-wrapper {
/*    height: 100%;
*/}
.landing.left .main-wrapper .content{
    display: none;
    width: 80%;
    margin: 0 auto;
    min-height: 100%;
    border: 1px solid #038bcd;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.landing.left .main-wrapper .content.shown {
    display: block;
}
.landing.left .main-wrapper .content a.pbutton {
    margin: 0 auto;
    width: 130px;
    display: block;
    text-align: center;
    position: relative;
    z-index: 1001;
    bottom: auto;
    font-size: 1.1em;
}
.landing.left .main-wrapper .content a.pbutton.wide {
    width: 280px;
    max-width: 90%;
    padding: 1.5% 2%;
}

body.mini .landing-right.contact-us {
    max-height:none;
    height:auto;
    bottom:0;
}
.landing.right.contact-us {
/*    max-height: 400px;
*/}

#landing-contact .landing.right {
    width: 28%;
}

body.mini #landing-contact .landing.right {
    padding-right: 0;
    margin-right:0;
    max-height: none;
}

#landing-contact .landing.right .content-wrapper {
    padding-right: 0.7em;
}

body.mini #landing-contact .landing.right .content-wrapper {
    padding-right:0px;
    margin-right: 0;
}

.landing.right .main-wrapper {

}

.scrollbar-pane .tabswitchernav {
    
}

.scrollbar-pane #buynav.tabswitchernav {
    padding-left:7px;
}    


.tabswitchernav {
    list-style: none;
    margin: 0;
    padding: 6px;
    padding-right:10px;
}
.static-nav a .top{
    background: #FFAC3F;
    height: 1.3em;
    margin-bottom: 0.8em;
    border-radius: 3px 3px 0 0;
}

body.mini #individualpage .static-nav a .top,
body.mini .business .static-nav a .top {
    margin-bottom:0;
}
.static-nav a strong{
    font-size: bold;
}
.static-nav a{
    text-align: center;
    display: block;
    border: 1px solid #FFAC3F;
    border-radius: 4px;
    font-size: 1.2em;
    min-height: 3em;
    margin: 0 0 15px 0;
    color: #038bcd;
    padding-bottom: 0.8em;
    text-decoration: none;

    background-color: white;
}
.static-nav a:active{
    
    /*background-color: #fafafa;*/
    /*background gradient*/
    /*
    background-image: -moz-linear-gradient(top, #efefef, #fafafa);
    background-image: -ms-linear-gradient(top, #efefef, #fafafa);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#efefef), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #efefef, #fafafa);
    background-image: -o-linear-gradient(top, #efefef, #fafafa);
    background-image: linear-gradient(top, #efefef, #fafafa);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",#efefef,#fafafa));
    */
}

.static-nav a.active {
    /*box shadow*/
    -webkit-box-shadow: 0 1px 6px 5px #6fbde2;
       -moz-box-shadow: 0 1px 6px 5px #6fbde2;
            box-shadow: 0 1px 6px 5px #6fbde2;
}
.generic-page .landing.left .main-wrapper .content{
    display: none;
    max-width: none;
    width: 100%;
    min-height: 100%;
    border: 1px solid #FFAC3F;
    border-radius: 4px 4px 0 0;
}
.generic-page .landing.left .main-wrapper .content.shown{
    display: block;
    min-height: 320px;
}
.generic-page .content .content-top-bar {
    background-color: #FFAC3F;
}
.landing-video-penguins {
    width: 70%;
    position: fixed;
    bottom: 0px;
    height: 100px;
    margin: 10em auto 0 auto;
    z-index: 1000;
    left: 50%;
    margin-left: -35%;
}
@media screen and (max-height: 650px) {
    .landing-video-penguins {
        display: none;
    }
}


.landing-video-penguins .penguin-container {
    position:absolute;
}
.landing-video-penguins .penguin-container.one {
    left:0%;
    right: 84%;
}

.landing-video-penguins .penguin-container.two {
    left: 38%;
    right: 45%;
}

.landing-video-penguins .penguin-container.three {
    left: 57%;
    right: 20%;
}

.landing-video-penguins .penguin-container.four {
    left: 80%;
    right:0%;
}
.landing-video-penguins .penguin-container .quote {
    top:auto;
    bottom:103%;
    margin: 0 auto;
    left: 10%;
}
@media screen and (max-height: 710px) {
    .landing-video-penguins .penguin-container.one {
        left:0%;
        right:85%;
    }
    body.portrait .landing-video-penguins .penguin-container.one,
    body.mobile .landing-video-penguins .penguin-container.one {
        left: -20%;
        right: 97%;
    }
    body.portrait .landing-video-penguins .penguin-container.two,
    body.mobile .landing-video-penguins .penguin-container.two {
        left: 46%;
        right: 37%;
    }
    body.portrait .landing-video-penguins .penguin-container.three,
    body.mobile .landing-video-penguins .penguin-container.three {
        left: 64%;
        right: 13%;
    }
    
    body.portrait .landing-video-penguins .penguin-container.four,
    body.mobile .landing-video-penguins .penguin-container.four {
        left: 86%;
        right: -16%;
    }
    .landing-video-penguins .penguin-container.two {
        left:50%;
        right:40%;
    }

    .landing-video-penguins .penguin-container.three {
        left:60%;
        right:20%;
    }

    .landing-video-penguins .penguin-container.four {
        left:80%;
        right:0%;
    }
}

.landing-video-penguins .penguins {
    position: static;
    margin: 0 auto;
}
.landing-video-penguins .penguins.one .quote{
    top: -75px;
    left: -1.4em;
    width: 9em;
}
.landing-video-penguins .penguins.two {
    left: 30%;
}
.landing-video-penguins .penguins.two .quote{
    top: -40px;
    left: -1.4em;
    width: 8em;
}
.landing-video-penguins .penguins.three {
    left: 57%;
}
.landing-video-penguins .penguins.three .quote{
    top: -80px;
    left: -1.4em;
    width: 10em;
}
.landing-video-penguins .penguins.four {
    right: 0;
}
.landing-video-penguins .penguins.four .quote{
    top: -80px;
    right: 0;
    width: 15em;
}
.landing-video-penguins .penguins.four .quote strong{
    font-size: 1.2em;
    color: #ff6800;
}
.landing-video-penguins .penguins.one .quote .arrow{
    right: 1.3em;
}
.landing-video-penguins .penguins.two .quote .arrow{
    left: 1.5em;
}
.landing-video-penguins .penguins.three .quote .arrow{
    right: 1em;
}
.landing-video-penguins .penguins.four .quote .arrow{
    left: 4em;
}
.penguin-container .arrow.type1 {
    right:20%;
}

.penguin-container .arrow.type2 {
    left:20%;
}

.penguin-container .arrow.type3 {
    right:20%;
}
.penguin-container .arrow.type4 {
    right:20%;
}
ig {
    bottom: 109%;
    left: 6%;
    right: 6%;
    margin: 0 auto;
    position: absolute;
    top: auto;
}

@media (max-width:800px) and (max-height:800px) {
    .penguin-container .quote {
    }
}
.landing-video-penguins .penguin-container .quote
.landing-nav {
    padding-top: 2em;
}
body.mini .landing-nav a {
    padding: 2px;
    min-height: 2em !important;
    background-image: none !important;
}
.landing-nav a {
    display: block;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 1em 4px 1em 50px;
    margin: 0 0;
    color: #038bcd;
    border-radius: 7px;
    text-align: center;

    background-color: #e0e0e0;
    /*background gradient*/
    min-height: 28px;
    background-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: -ms-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#f0f0f0), to(#e0e0e0));
    background-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: -o-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: linear-gradient(top, #f0f0f0, #e0e0e0);
    background-repeat: repeat-x;
    /*filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",#f0f0f0,#e0e0e0));*/
    /*box shadow*/
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.75);
       -moz-box-shadow: 0 0 3px rgba(0,0,0,.75);
            box-shadow: 0 0 3px rgba(0,0,0,.75);    
}
.landing-nav a.nav-standout {
    padding: 1em;
    background-image: -moz-linear-gradient(top, #ff8800, #ff6600);
    background-image: -ms-linear-gradient(top, #ff8800, #ff6600);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ff8800), ff8800ff6600e0e0e0));
    background-image: -webkit-linear-gradient(top, #ff8800, #ff6600);
    background-image: -o-linear-gradient(top, #ff8800, #ff6600);
    background-image: linear-gradient(top, #ff8800, #ff6600);
    background-repeat: repeat-x;
    /*filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",#f0f0f0,#e0e0e0));*/
    color: #fff;
}
.landing-nav a.nav-standout:hover {
    background-image: -moz-linear-gradient(top, #ff6600, #ff8800);
    background-image: -ms-linear-gradient(top, #ff6600, #ff8800);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ff6600), ff8800(#e0e0e0));
    background-image: -webkit-linear-gradient(top, #ff6600, #ff8800);
    background-image: -o-linear-gradient(top, #ff6600, #ff8800);
    background-image: linear-gradient(top, #ff6600, #ff8800);
    background-repeat: repeat-x;
    /*filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",#f0f0f0,#e0e0e0));*/
}
.landing-nav a#nav-home {
    background-repeat: no-repeat;
    background-image: url('/static/images/house.png?1a259f24d3d8');
    background-position: 5% 50%;
}
.landing-nav a#nav-buy {
    background-repeat: no-repeat;
    background-image: url('/static/images/shoppingbag.png?b6697d88e4a9');
    background-position: 0.5em 50%;
}
.landing-nav a#nav-sell {
    background-repeat: no-repeat;
    background-image: url('/static/images/sell.png?b6697d88e4a9');
    background-position: 5% 50%;
}
.landing-nav a#nav-fundraise {
    background-repeat: no-repeat;
    background-image: url('/static/images/piggy.png?2d04afe4496a');
    background-position: 5% 50%;
}
.landing-nav a#nav-mainstreet {
    background-repeat: no-repeat;
    background-image: url('/static/images/main_street_short_32.png?2d04afe4496a');
    background-position: 0.5em 50%;
}
.landing-nav a#nav-communitybuy {
    background-repeat: no-repeat;
    background-image: url('/static/images/buy_requests_short_32.png?6c4478f78661');
    background-position: 0.5em 50%;
}
.landing-nav a#nav-search {
    background-repeat: no-repeat;
    background-image: url('/static/images/searchtransparent.png?b6697d88e4a9');
    background-position: 0.3em 50%;
}
.landing-nav a#nav-watchlist {
    background-repeat: no-repeat;
    background-image: url('/static/images/watchlist_sm.png?0bb8d5298595');
    background-size: 41px;
    background-position: 0.5em 50%;
}
.landing-nav a#nav-communityvoice {
    background-repeat: no-repeat;
    background-image: url('/static/images/cv_icon_small.png?a9476e951679');
    background-position: 0.5em 50%;
}
.landing-nav a#nav-fundraise-how {
    background-repeat: no-repeat;
    background-image: url('/static/images/fundraise_how_png32.png?dcf69cc9ab82');
    background-position: 5% 50%;
}
.landing-nav a#nav-fundraise-where {
    background-repeat: no-repeat;
    background-image: url('/static/images/fundraise_where_png32.png?dcf69cc9ab82');
    background-position: 5% 50%;
}
.landing-nav a#nav-fundraise-who {
    background-repeat: no-repeat;
    background-image: url('/static/images/fundraise_who_png32.png?dcf69cc9ab82');
    background-position: 5% 50%;
}
.landing-nav a#nav-fundraise-contact {
    background-repeat: no-repeat;
    background-image: url('/static/images/fundraise_contact_png32.png?dcf69cc9ab82');
    background-position: 5% 50%;
}

.landing-nav a#nav-search-search, .landing-nav a#nav-search-searching {
    background-repeat: no-repeat;
    background-image: url('/static/images/buy_search_details_magnifying_glass_png32.png?6c4478f78661');
    background-position: 5% 50%;
}
.landing-nav a#nav-search-browsing {
    background-repeat: no-repeat;
    background-image: url('/static/images/browse_bag.png?f138927c0b7d');
    background-position: 5% 50%;
}
.landing-nav a#nav-search-cb {
    background-repeat: no-repeat;
    background-image: url('/static/images/buy_requests_short_32.png?6c4478f78661');
    background-position: 5% 50%;
}
.landing-nav a#nav-search-ms {
    background-repeat: no-repeat;
    background-image: url('/static/images/main_street_short_32.png?2d04afe4496a');
    background-position: 5% 50%;
}
.landing-nav a#nav-checklist-register {
    background-repeat: no-repeat;
    background-image: url('/static/images/register_png32.png?b6697d88e4a9');
    background-position: 5% 50%;
}
.landing-nav a#nav-checklist-research {
    background-repeat: no-repeat;
    background-image: url('/static/images/research_png32.png?b6697d88e4a9');
    background-position: 5% 50%;
}
.landing-nav a#nav-checklist-create {
    background-repeat: no-repeat;
    background-image: url('/static/images/create_listing.png?a9476e951679');
    background-position: 5% 50%;
}

.landing-nav a#nav-search-how {
    background-repeat: no-repeat;
    background-image: url('/static/images/how_to_search_png32.png?1a259f24d3d8');
    background-position: 5% 50%;
}
.landing-nav a#nav-search_tips {
    background-repeat: no-repeat;
    background-image: url('/static/images/search_tips_png32.png?b6697d88e4a9');
    background-position: 5% 50%;
}
.landing-nav a#nav-search-how-to-sell {
    background-repeat: no-repeat;
    background-image: url('/static/images/sell_png32.png?b6697d88e4a9');
    background-position: 5% 50%;
}
.landing-nav a#nav-search-find-buyers {
    background-repeat: no-repeat;
    background-image: url('/static/images/create_listing.png?a9476e951679');
    background-position: 5% 50%;
}

.landing-nav a#nav-sell_checklist {
    background-repeat: no-repeat;
    background-image: url('/static/images/sell_sellers_checklist.png?b6697d88e4a9');
    background-position: 5% 50%;
}
.landing-nav a#nav-search-buyers {
    background-repeat: no-repeat;
    background-image: url('/static/images/buy_requests_short_32.png?6c4478f78661');
    background-position: 5% 50%;
}
.landing-nav a#nav-post-products {
    background-repeat: no-repeat;
    background-image: url('/static/images/sell_postproducts.png?b6697d88e4a9');
    background-position: 5% 50%;
}


.landing-nav a:active{
    
    background-color: #f0f0f0;
    /*background gradient*/
    background-image: -moz-linear-gradient(top, #e0e0e0, #f0f0f0);
    background-image: -ms-linear-gradient(top, #e0e0e0, #f0f0f0);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#e0e0e0), to(#f0f0f0));
    background-image: -webkit-linear-gradient(top, #e0e0e0, #f0f0f0);
    background-image: -o-linear-gradient(top, #e0e0e0, #f0f0f0);
    background-image: linear-gradient(top, #e0e0e0, #f0f0f0);
    background-repeat: repeat-x;
    /*filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",#e0e0e0,#f0f0f0));*/
}
.landing-nav a.active {
    /*box shadow*/
    -webkit-box-shadow: 0 1px 6px 5px #6fbde2;
       -moz-box-shadow: 0 1px 6px 5px #6fbde2;
            box-shadow: 0 1px 6px 5px #6fbde2;
}
.landing-nav a.no-icons {
    /*box shadow*/
    padding: 1em 4px 1em 4px;
    text-align: center;
}
.landing-nav a strong{
    font-weight: normal;
    text-align: center;
    font-size: 1.3em;
    display: block;
}
.landingpage-container.detail .landing-nav a{
    min-height: 0;
    padding: none;
}
.tabswitchertab .content-wrapper {
    font-family: "futura-pt", "Helvetica Neue", "Helvetica", Calibri, sans-serif;
    font-size: 1.1em;
    line-height: 1.2em;
}
.content .content-top-bar {
    background-color: #038bcd;
}
body.mini .content h1 {
}
.content h1{
    display: block;
    font-size: 1.5em;
    font-weight: normal;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-indent: 0.8em;
}
.content .content-wrapper {
    padding: 0 1em;
}
.content.longcontent .content-wrapper {
    padding: 0;
}
.content .instruction {
    text-align: center;
    color: #018bcc;
}
.content#search .content-top-bar,
.content#search_search .content-top-bar,
.content#search_searching .content-top-bar,
.content#search_browsing .content-top-bar,
.content#search_cb .content-top-bar,
.content#search_ms .content-top-bar,
.content#search_noresults .content-top-bar {
}
.content#video {
    border: 0;
    text-align: center;
}
.content#search,
.content#search_search,
.content#search_searching,
.content#search_browsing,
.content#search_cb,
.content#search_ms,
.content#search_noresults {
}
.content .content-wrapper .pbutton{
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
}
.content-wrapper ol,
.content-wrapper ul {
    padding-left: 10px;
    margin: 0;
}
.content-wrapper li{
    margin: 0 0 .7em 0;
}
span.gray{
    color: #666666;
}
#browsers .arrow.type7 {
    top: 10px;
}
#browsers .arrow.type8 {
    top: 3px;
}
.browsers-container{
    width: 90%;
    margin: 0 auto;
    padding: 1.4em 0 0 0;
}
.browserslink {
    display: block;
    background:url('/static/images/browsers.png?6c4478f78661') top left no-repeat;
}
#browsers .chromelink {
    width:100px; height:94px; background-position: 0px 0px;
    margin: 0 auto;
}
#browsers .firefoxlink {
    width:100px; height:94px; background-position: 0px -94px;
    margin: 0 auto;
}
#browsers .pbutton {
    display: block;
    text-align: center;
    width: 80%;
    margin: 0 auto 1em auto;
}
#browsers h1 {
    text-align: center;
    margin: 1em 0 0.3em 0;
    padding: 0;
    width: 100%;
    display: block;
    line-height: 1.5em;
}
#browsers .activate-gchrom {
    float: left;
    margin-right: 9.5%;
    padding-top: 0.5em;
    width: 30%;
}
#browsers .activate-gchrom p{
    color: #008bcc;
    text-align: center;
    width: 15em;
    margin: 0 auto;
}
#browsers .conversing-penguins {
    float: right;
    width: 70%
}
#browsers .conversing-penguins .penguins{
    position: relative;
    margin: 0 0 .2em 0;
    float: left;
    clear: both;
}
#browsers .penguins a,#browsers .chrome-frame a.darelle  {
    color: #ff6600;
}
#browsers .conversing-penguins .penguins.top .quote{
    top: 1em;
}
#browsers .conversing-penguins .penguins.middle{
    float: right;
}
#browsers .conversing-penguins .penguins.middle .quote{
    left: -37em;
}
#browsers .conversing-penguins .penguins .quote{
    left: 100px;
    width: 35em;
    padding: .6em;
    border: 2px solid #CCC;
}
#browsers .browsers-container .browserslink {

}

#browsers h2 {
    text-align:center;
    line-height: 2.1em;
}
#browsers .browsers-container h2 {
    clear: both;
    color: #ff6600;
    text-align: center;
    display: block;
    margin: 0 0 1em 0;
}
#browsers .browsers-container .left,
#browsers .browsers-container .right {
    float: left;
    width: 50%;
}
#browsers .browsers-container .penguins {
    position: relative;
    float: left;
    margin-right: 170px;
}
#browsers .browsers-container .penguins .quote {
    left: 100px;
    width: 130px;
    border: 2px solid #CCC;
}
#browsers .blue {
    color: #008cbb;
}
body.mini .sign-up-container a.stakeholder-button {
 
}
a.stakeholder-button {
    text-decoration: none;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.1em;
    /* Firefox v3.6+ */
    display: block;
    background-image:-moz-linear-gradient(50% 0% -90deg,rgb(240,240,241) 0%,rgb(224,224,224) 96%,rgb(224,224,224) 99%); 
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(240,240,241)),color-stop(0.96, rgb(224,224,224)),color-stop(0.99, rgb(224,224,224)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(-90deg,rgb(240,240,241) 0%,rgb(224,224,224) 96%,rgb(224,224,224) 99%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(-90deg,rgb(240,240,241) 0%,rgb(224,224,224) 96%,rgb(224,224,224) 99%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(-90deg,rgb(240,240,241) 0%,rgb(224,224,224) 96%,rgb(224,224,224) 99%);
    background-image:linear-gradient(-90deg,rgb(240,240,241) 0%,rgb(224,224,224) 96%,rgb(224,224,224) 99%);
    width: 98%;
    height:76px;
    

    border-color:rgb(204,204,204);
    border-width:1px;
    /* Firefox v1.0+ */
    -moz-border-radius:9px ;
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-border-radius:9px ;
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
    border-radius:9px ;
    border-style:solid;
    /* Firefox v3.5+ */
    -moz-box-shadow:3px 3px 5px rgba(0,0,0,0.15);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.15);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow:3px 3px 5px rgba(0,0,0,0.15);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff0f0f1,endColorstr=#ffe0e0e0,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color=#26000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff0f0f1,endColorstr=#ffe0e0e0,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color=#26000000,Positive=true);*/
    font-weight: bold;
    padding: 0.3ex;
}
a.stakeholder-button.buy-requests {
    border-color: #FFAC3F;
}
a.stakeholder-button.main-street {
    border-color: #679934;
}
a.stakeholder-button:hover {
    cursor: pointer;
    /* Firefox v3.6+ */
background-image:-moz-linear-gradient(50% 102% 90deg,rgb(240,240,241) 0%,rgb(224,224,224) 96%,rgb(224,224,224) 99%); 
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,50% 102%,50% 2%,color-stop(0, rgb(240,240,241)),color-stop(0.96, rgb(224,224,224)),color-stop(0.99, rgb(224,224,224)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(90deg,rgb(240,240,241) 0%,rgb(224,224,224) 96%,rgb(224,224,224) 99%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(90deg,rgb(240,240,241) 0%,rgb(224,224,224) 96%,rgb(224,224,224) 99%);
/* IE v10+ */
background-image:-ms-linear-gradient(90deg,rgb(240,240,241) 0%,rgb(224,224,224) 96%,rgb(224,224,224) 99%);
background-image:linear-gradient(90deg,rgb(240,240,241) 0%,rgb(224,224,224) 96%,rgb(224,224,224) 99%);

border-color:rgb(204,204,204);
border-width:1px;
/* Firefox v1.0+ */
-moz-border-radius:9px ;
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-border-radius:9px ;
/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
border-radius:9px ;
border-style:solid;
/* Firefox v3.5+ */
-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.15);
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.15);
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
box-shadow:3px 3px 5px rgba(0,0,0,0.15);
/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe0e0e0,endColorstr=#fff0f0f1,GradientType=0)
    progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color=#26000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe0e0e0,endColorstr=#fff0f0f1,GradientType=0)
    progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color=#26000000,Positive=true);*/
}
a.stakeholder-button.buy-requests:hover  {
    border-color: #FFAC3F;
}
a.stakeholder-button.main-street:hover  {
    border-color: #679934;
}
a.stakeholder-button:active {
    /* Firefox v3.5+ */
    -moz-box-shadow:0px 2px 3px rgba(0,0,0,0.15) inset;
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow:0px 2px 3px rgba(0,0,0,0.15) inset;
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow:0px 2px 3px rgba(0,0,0,0.15) inset;
}
a.stakeholder-button.business,
a.stakeholder-button.individual,
a.stakeholder-button.mainstreetdeal,
a.stakeholder-button.communitybuy {
    line-height: 58px;
}
a.green, .green {
    color: #669934;
}
a.yellow, .yellow {
    color: #ffac3f;
}
a.blue, .blue {
    color: #028BCC;
}
a.stakeholder-button.individual, a.stakeholder-button.communitybuy {
    color: #ff6600;
}
a.stakeholder-button.individual {
    line-height: 76px;
}
a.stakeholder-button.business {
    color: #669934;
    line-height: 76px;
}
a.stakeholder-button.charity, a.stakeholder-button.communityvoice {
    padding-top: 13px;
    height: 66px;
    color: #028BCC;
}
.sign-up-container {
    width: 80%;
    margin: 0 auto;
}
body.mini .stakeholder-button-container {
    width:auto;
    float:none;
    padding: 0;
}
.stakeholder-button-container{
    width: 28%;
    padding: 10%;
    float: left;
}
#landing-signup {
    padding: 10% 0 200px;
}
#landing-signup .stakeholder-button-container {
    padding: 2.5%;
    text-align: center;
}

body.mini #landing-signup .signupicons {
    display:inline-block;
}
.signupicons{ background:url('/static/images/signupicons.png?b6697d88e4a9') top left no-repeat; margin: 1em auto;}
.signupicons.charity{ width:61px; height:79px; background-position:-10px -10px; }
.signupicons.individual{ width:68px; height:79px; background-position: -10px -99px; }
.signupicons.business{ width:75px; height:79px; background-position: -10px -177px; }

body.mini .createicons {
    margin:0;
    display:inline-block;
}
.createicons{ background:url('/static/images/signupicons_cbmscv.png?b6697d88e4a9') top left no-repeat; margin: 1em auto;}
.createicons.communitybuy{ width:81px; height:81px; background-position:0px 0px; }
.createicons.mainstreetdeal{ width:81px; height:81px; background-position: 0px -86px; }
.createicons.communityvoice{ width:81px; height:81px; background-position: 0px -174px; }

.signup-penguins {
    width: 70%;
    position: relative;
    bottom: 155px;
    height: 100px;
    margin: 0 auto 0 auto;
    z-index: 1000;
    left: 50%;
    margin-left: -35%;
    height: auto;
    top: auto;
}

.signup-penguins .penguins {
    position:static;
    margin:0 auto;
}

@media screen and (max-height: 650px) {
    .signup-penguins {
        display: none;
    }
}

.signup-penguins .penguin-container {
    position: relative;
    width: 24%;
    display: inline-block;
}

.signup-penguins .penguin-container.one {
}

.signup-penguins .penguin-container.two {
}

.signup-penguins .penguin-container.three {
}

.signup-penguins .penguin-container.four {    
}

.signup-penguins .penguin-container .penguins {
    position:static;
    margin:0 auto;
}
.signup-penguins .penguins.one {
    left: 0px;
}
.signup-penguins .penguins.one .quote{
    top: -75px;
    left: -1.4em;
    width: 9em;
}
.signup-penguins .penguins.two {
    left: 30%;
}
.signup-penguins .penguins.two .quote{
    top: -60px;
    left: -1.4em;
    width: 8em;
}
.signup-penguins .penguins.three {
    left: 57%;
}
.signup-penguins .penguins.three .quote{
    top: -80px;
    left: -1.4em;
    width: 10em;
}
.signup-penguins .penguins.four {
    right: 0;
}
.signup-penguins .penguins.four .quote{
    top: -60px;
    right: 0;
    width: 15em;
}
.signup-penguins .penguins.one .quote .arrow{
    right: 1.3em;
}
.signup-penguins .penguins.two .quote .arrow{
    left: 1.5em;
}
.signup-penguins .penguins.three .quote .arrow{
    right: 1em;
}
.signup-penguins .penguins.four .quote .arrow{
    left: 4em;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

#browsers {
    overflow-y:auto;
    text-align: center;
}

#browsers .browser-summary {
    padding: 1em 8em;
    text-align: left;
}

#browsers .chrome-frame {
    padding: 1em 3em;
    margin-left: 0%;
    text-align: left;
}

#browsers .browsers-container .chrome,#browsers .browsers-container .firefox {
    float:left;
    text-align:center;
    width:50%;
}
.landing.right {
    float: right;
    position: relative;
    width: 29%;
    padding-top: 2%;
}

.landing.left {
/*    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
*/    width: 68%;
/*    height: 400px;
*/  padding: 2%;
}

body.mini .landing.left {
    position: static;
    display: inline-block;
    width: 64%;
    vertical-align: top;
}

body.mini .landing.right {
    position:static;
    display:inline-block;
    width:32%;
    margin-left:2%
}


.landing.right .scrollbar-pane {
}
.tabswitchertab {
/*    height: 398px;
*/}
.tabswitchernav {
}
.mobile .tabswitchernav {
    width: auto;
}
.tabswitchernav li {
    margin: 0 0 1em 0;
}

body.mini .landing-inner-wrapper {
    position:static;
    height: auto;
    margin-top: 0;
}
.landing-inner-wrapper {
/*    position: absolute;
    top: 50%;
    right: 5%;
    left: 5%;
    height: 400px;
    margin-top: -200px;*/
}
#landing-about .landing.left, #landing-careers .landing.left,
#landing-faq .landing.left, #landing-buy .landing.left, #landing-contact .landing.left {
    width: 96%;
    top: 60px;
    bottom: 1em;
}
.content-three-column {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-left: 2%;
}
body.mini .content-three-column {
    width: 90%;
}
.landing.left .main-wrapper .content .youtube-iframe {
    width: 100%;
    min-height: 300px;
    border: 6px solid #000;
    border-radius: 4px;
    background-color:black;
    position:relative;
    margin: 0 auto 20px;
}
.landing.left .main-wrapper .content .youtube-iframe img{
    width: 100%;
    max-width:100%;
    max-height:100%;
}

.youtube-iframe .play-overlay {
    position:absolute;
    top:0;left:0;right:0;bottom:0;
    background-image:url('/static/images/youtube_play_hover.png?0bb8d5298595');
    background-position:50%;
    background-repeat:no-repeat;
    background-size: 10%;
}
.youtube-iframe .play-overlay:hover {
    background-image:url('/static/images/youtube_play.png?0bb8d5298595');
}
a.back-link {
    padding-bottom: 1em;
    display: block;
    padding-left: 10%;
}
@media screen and (max-height: 550px) {
    .landing-inner-wrapper {
        top: 2em;
        margin: 0;
        height: 350px;
    }
    .generic-page .landing-inner-wrapper {
        top: 4em;
        margin: 0;
        height: 300px;
    }
    .landing.right {
        height: 300px;
    }
/*    .landing.left {
        height: 300px;
    }*/
/*    .tabswitchertab {
        height: 298px;
    }
*/    .landing.left .main-wrapper .content .youtube-iframe {
        width: 98%;
        margin: 5px auto;
        min-height: 250px;
        border: 6px solid #000;
        border-radius: 4px;
    }
}


@media screen and (max-height: 550px) {
    .landing-inner-wrapper,.generic-page .landing-inner-wrapper {
        top: 4em;
        margin: 0;
        height: auto;
        bottom: 1em;
    }
    .landing.right {
        height: 300px;
    }
    .landing.left .main-wrapper .content .youtube-iframe {
        min-height: 0;
        border: 6px solid #000;
        border-radius: 4px;
        text-align:center;
    
        margin: 0 auto 5px;
}
    .landing.left .main-wrapper .content .youtube-iframe img {
        height:100%;
        width:auto;
    }
}

@media screen and (min-height: 650px) {
    #landing-faq .landing-inner-wrapper {
        top: 2em;
        margin: 0;
        height: 450px;
    }
/*    #landing-faq .landing.left {
        height: 450px;
    }*/
/*    #landing-faq .tabswitchertab {
        height: 450px;
    }
*/}
@media screen and (min-height: 750px) {
    #landing-faq .landing-inner-wrapper {
        top: 2em;
        margin: 0;
        height: 550px;
    }
/*    #landing-faq .landing.left {
        height: 550px;
    }*/
/*    #landing-faq .tabswitchertab {
        height: 550px;
    }
*/}
@media screen and (max-height: 450px) {
    .landing-inner-wrapper, .landing.right, .landing.left {
        height: auto;
    
    
}
    .landing-inner-wrapper {
        height:auto;
        position: absolute;
        top: 5px;
        bottom: 5px;
    }
/*    .tabswitchertab {
        height: 200px;
    }*/
}

body.mini .landing.right,
body.mini .landing.left .main-wrapper .content .youtube-iframe,
body.mini .landing-inner-wrapper,
body.mini .tabswitchertab,
body.mini .landing.left {
    height:auto;
}
.landing.left .main-wrapper .content .youtube-iframe img {
    max-width:100%;
    max-height:100%;
    height:auto;
    width:100%;
}

.browse-main-text {
    font-size: 1.1em;
    text-align: center;
    margin: .5em 0 2em 0;
}
.browse-icons-container {
    max-width: 650px;
    margin: 20px auto;
}
.browse-big-button-container,
.side-by-side-big-btn-container {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 15px 1%;
}
body.mini .browse-big-button-container,
.side-by-side-big-btn-container {
    width: 45%;
}
.side-by-side-big-btn-container .stakeholder-button {
    width: 48%;
    margin: 0;
    padding: 15px 0 0 0;
    display: inline-block;
}
.side-by-side-big-btn-container .stakeholder-button:last-of-type {
    width: 48%;
    margin: 0;
    padding: 15px 0 0 0;
    float: right;
}
.browse-big-button-container .stakeholder-button {
    padding: 15px 0;
    height: 70px;
}
.browse-big-button-container .stakeholder-button.business {
    line-height: 1.1em; 
    border-color: #038bcd;
}
.browse-big-button-container .stakeholder-button.charity {
    padding-top: 15px;
    height: 70px;
    border-color: #ff6800;
}
.browse-big-button-container .stakeholder-button img{
    vertical-align: text-bottom;
    margin: 0 0 6px 0;
    max-width: 102%;
}
.browse-big-button-container .stakeholder-button span{
    color: #333;
    font-size: 16px;
    font-weight: normal;
}

@media screen and (max-width:400px) {
    body.mini .browse-big-button-container .stakeholder-button span {
        display:none;
    }
}

.landing-slide-page {
    position: relative;
    color: #333333;
    height: 100%;
    border: 1px solid #babac8;
    border-radius: 7px;
    -moz-box-shadow: 3px 3px 8px rgba(0,0,0,0.33);
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.33);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.33);
    background-color: white;
}
.landing-slide-page .nav-list {
    list-style: none;
    padding: 15px 0 100px;
    margin: 0 auto;
    max-width: 700px;
}
.landing-slide-page .nav-list li {
    list-style: none;
    margin: 0;
    padding: 0 15px;
    display: inline-block;
    width: 200px;
}
.landing-slide-page .nav-list a {
    line-height: 76px;
}
.landing-slide-page .tabswitchertab {
    display: block;
    position: absolute;
    top: -5000px;
    left: -5000px;
    width: 80%;
    margin: 0 auto;
}
.landing-slide-page .tabswitchertab.shown {
    display: block;
    position: relative;
    top: auto;
    left: auto;
}
.landing-slide-page ul.slides {
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 300px;
    position: absolute;
    z-index: 399;
    top: 0;
    left: 78px;
    right: 78px;
}
.landing-slide-page .slide {
    position: absolute;
    left: -5000px;
    top: -5000px;
    display: list-item;
}
.landing-slide-page .flex-active-slide {
    position: relative;
    left: auto;
    top: auto;
}
.landing-slide-page .youtube-iframe {
    width: 450px;
    margin: 0 auto 40px auto;
    min-height: 280px;
    border: 6px solid #000;
    border-radius: 4px;
    display: block;
    max-width: 95%;
    background-color: black;
    position: relative;
}
.landing-slide-page .youtube-iframe img {
    max-width:100%;
    max-height:100%;
    width: 100%;
}
.video-switcher {
    width: 620px;
    margin: 10px auto 0 auto;
    padding: 10px 0 0 0;
}
.video-switcher ul {
    padding: 0;
    display: block;
}
.video-switcher li {
    display: inline-block;
    width: 150px;
    text-align: center;
    margin: 0 0 5px 0;
}
.video-switcher li img{
    max-width: 100%;
}
.landing-slide-page .content {
    padding: 20px 0 0 0;
}
.landing-slide-page .content li a {
    font-weight: 500;
}
p.center {
    text-align: center;
    line-height: 1.2;
}
.landing-slide-page .content {
    height: auto;
}
.landing-slide-page .slide-main-title, .landing-inner-wrapper .slide-main-title {
    font-size: 36px;
    color: #018bcc;
    font-weight: normal;
    text-align: center;
    height: auto;
    display: block;
    margin: 10px 0 8px 0;
}
body.mini .landing-inner-wrapper .slide-main-title {
    margin:0;
}
.landing-inner-wrapper .slide-main-title {
    margin: 10px 0 50px 0;
}
.landing-slide-page .slide-sub-title {
    font-size: 26px;
    font-weight: normal;
    display: block;
    color: #333333;
    text-align: center;
    height: auto;
    margin: 0 0 1em 0;
    padding: 0;
}
.landing-slide-page .slide-sub-title.multi-lines {
    line-height: 40px;
}
.landing-slide-page .flex-direction-nav {
    position: absolute;
    width: 100%;
    top: 200px;
    height: 78px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.landing-slide-page .flex-direction-nav li a{
    display: block;
    width: 78px;
    height: 78px;
    text-indent: -4000px;
    text-align: left;
    cursor: pointer;
    position: absolute;
}
.landing-slide-page .flex-direction-nav li a.flex-prev{
    background: url('/static/images/slide-left.png?0f465955cc43') no-repeat 0 0;
    left: 15px;
}
.landing-slide-page .flex-direction-nav li a.flex-next{
    background: url('/static/images/slide-right.png?0f465955cc43') no-repeat 0 0;
    right: 15px;
}
.landing-slide-page .flex-direction-nav li a:hover{
    background-position: 0 -78px;
}
.landing-slide-page .flex-control-nav {
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 170px;
    padding: 0;
    margin: 0 0 0 -85px;
    list-style: none;
}
.landing-slide-page .flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
}
.landing-slide-page .flex-control-nav li a{
    display: block;
    background: url('/static/images/slide-bullets.png?0f465955cc43') no-repeat 0 0;
    width: 18px;
    height: 18px;
    text-indent: -4000px;
    cursor: pointer;
}
ul.bullets li {
    list-style: circle;
}
.landing-slide-page .flex-control-nav li a.flex-active{
    background-position: 0 -18px;
}
.landing-slide-page .pbutton {
    display: block;
    width: 110px;
    text-align: center;
    margin: 0 auto;
}
.landing-slide-page .col-title {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    display: block;
    margin: 0 0 .5em 0;
    text-transform: none;
}
.landing-slide-page .flex-control-nav li a{
    display: block;
    background: url('/static/images/slide-bullets.png?0f465955cc43') no-repeat 0 0;
    width: 18px;
    height: 18px;
    text-indent: -4000px;
    cursor: pointer;
}
@media screen and (max-height:350px) {
    body.mini .two-cols {
        margin :0;
    }    
    body.mini .two-cols .col img {
        float: left;
    }
}
.two-cols {
    width: 100%;
    margin: 0 0 25px 0;
}
.two-cols .col{
    float: left;
    width: 44%;
    margin: 0 3%;
}
body.mini .two-cols .col {
    display:inline-block;
    float:none;
    margin:0 2%;
    vertical-align: middle;
}
.col img {
    max-width: 100%;
}
.slide-bottom-penguins {
    padding: 20px 0;
    text-align: center;
    width: 100%;
    clear: both;
}
.coming-soon-stamp {
    position: absolute;
    width: 96px;
    height: 88px;
    top: -20px;
    right: -20px;
}
.content#search .magnifier-penguin {
}
.content#search .bullets {
    padding-top: 15px;
}
.landing-slide-page .landing-ordered-list {
    width: 560px;
    margin: 0 auto 15px auto;
    padding: 0;
}
#landing-home-slide .landing-ordered-list {
    width: 380px;
}
.landing-slide-page .landing-ordered-list li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 40px;
    height: 30px;
    line-height: 30px;
    background: url('/static/images/circle_1.png?5486e3bc1cf8') no-repeat 0 12px;
}
.landing-slide-page .landing-ordered-list li.two {
    background: url('/static/images/circle_2.png?5486e3bc1cf8') no-repeat 0 12px;
}
.landing-slide-page .landing-ordered-list li.three {
    background: url('/static/images/circle_3.png?5486e3bc1cf8') no-repeat 0 12px;
}
.landing-slide-page .slide-three .landing-ordered-list {
    width: 400px;
    margin: 0 auto 15px auto;
    padding: 0;
}
.landing-slide-page .slide-three .landing-ordered-list li{
    height: auto;
}
.landing-slide-page .pbutton.sign-up {
    display: inline-block;
    padding: 2px 2px;
    margin: 0 0 0 5px;
    line-height: 22px;
    height: 22px;
    background: #ff6600;
    color: #fff;
    width: 60px;
}
.landing-slide-page .sign-up:hover {
    color: #333;
}
.browse-icon{
    display: inline-block;
    position: relative;
    margin: 0 0 0 10px;
    top: -4px;
    vertical-align: middle;
    background-image: url('/static/images/browse_bag.png?f138927c0b7d');
    height: 40px;
    width: 40px;
    background-size: 40px 40px;
}

/*viewport is shorter than 650px*/
@media screen and (max-height: 650px) {
    .landing-slide-page .content {
        padding: 20px 0 0 0;
    }
    .landing-slide-page .youtube-iframe {
        max-width: 400px;
        width: 70%;
        margin: 0 auto;
        min-height: 250px;
        border: 6px solid #000;
        border-radius: 4px;
        display: block;
    
        position: relative;
    }
}
body.mini .landing-slide-page .youtube-iframe {
    max-height: 225px;
    width: auto;
}
/*viewport is narrower than 1000px;*/
@media screen and (max-width: 1000px) {
    .landing-slide-page .nav-list {
        list-style: none;
        padding: 15px 0;
        margin: 0 auto;
        width: 550px;
    }
    .landing-slide-page .nav-list li {
        list-style: none;
        margin: 0;
        padding: 0 15px;
        display: inline-block;
        width: 150px;
    }
    .landing-slide-page .nav-list a {
        line-height: 76px;
    }
}
@media screen and (max-height:480px) {
    .landing-slide-page .youtube-iframe {
        height:20%;
        min-width: 180px;
}
    .landing-slide-page .youtube-iframe img{ 
        width:auto;
        height:100%;
    }
}
.get-started-learn {
    padding: 50px 0 7%;
}
/*viewport is taller than 700px*/
@media screen and (min-height: 700px) {
    .landing-slide-page .content {
        padding: 70px 0;
    }
    .get-started-learn {
        padding-bottom: 0;
    }
}
@media screen and (min-height: 800px) {
    .landing-slide-page .content {
        padding: 7% 0;
    }   
    .get-started-learn {
        padding-bottom: 0;
    }
}

.get-started-top p.blue {
    line-height: 1.4em;
    font-size: 1.3em;
}
body.mini .get-started-top p.blue {
    font-size: 1em;
    line-height: 1.1em;
}
.get-started-action a.stakeholder-button {
    margin: 0 25px 0 5px;
    font-size: 1.3em;
    line-height: 1.5em;
    width: 200px;
    height: 65px;
    padding: 0.8ex;
    font-weight: 400;
    display: inline-block;
}
body.mini .get-started {
    padding-top: 22px;
}
body.mini .get-started-action a.stakeholder-button {
    width: 200px;
    font-size: 1em;
    margin: 0 auto;
}
@media screen and (max-width: 980px) {
    .get-started-action .no-mini {
        display: none;
    }
}

.get-started-learn a {
    font-size: 2em;
}

.hidden {
    display: none;
}

.new-btn, a.new-btn {
    display: block;
    cursor: pointer;
    height: 22px;
    line-height: 22px;

    color: #fff;
    font-size: 14px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.new-btn img {
    vertical-align: middle;
}
.new-btn:hover {
    color: #fff;
    text-decoration: none;
}
.new-btn.share{
    /* Firefox v3.6+ */
    background-image:-moz-linear-gradient(12% -8% 90deg,rgb(249,143,0) 0%,rgb(255,172,63) 99%);
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,12% -8%,12% 96%,color-stop(0, rgb(249,143,0)),color-stop(0.99, rgb(255,172,63)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(90deg,rgb(249,143,0) 0%,rgb(255,172,63) 99%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(90deg,rgb(249,143,0) 0%,rgb(255,172,63) 99%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(90deg,rgb(249,143,0) 0%,rgb(255,172,63) 99%);
    background-image:linear-gradient(to top,rgb(249,143,0) 0%,rgb(255,172,63) 99%);
    background-color: #FB9917;
    border-color:rgb(255,255,255);
    border-width:1px;
    border-style:solid;
    /* Firefox v3.5+ */
    -moz-box-shadow:2px 2px 6px rgba(0,0,0,0.32);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow:2px 2px 6px rgba(0,0,0,0.32);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow:2px 2px 6px rgba(0,0,0,0.32);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff679934,endColorstr=#ff87c24b,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#52000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff679934,endColorstr=#ff87c24b,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#52000000,Positive=true);*/
}
.new-btn.share:hover {
    /* Firefox v3.6+ */
    background-image:-moz-linear-gradient(12% -8% 90deg,rgb(255,166,45) 0%,rgb(255,194,113) 99%);
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,12% -8%,12% 96%,color-stop(0, rgb(255,166,45)),color-stop(0.99, rgb(255,194,113)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(90deg,rgb(255,166,45) 0%,rgb(255,194,113) 99%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(90deg,rgb(255,166,45) 0%,rgb(255,194,113) 99%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(90deg,rgb(255,166,45) 0%,rgb(255,194,113) 99%);
    background-image:linear-gradient(to top,rgb(255,166,45) 0%,rgb(255,194,113) 99%);
    border-color:rgb(255,255,255);
    border-width:1px;
    border-style:solid;
    background-color: #FCB14E;
    /* Firefox v3.5+ */
    -moz-box-shadow:2px 2px 6px rgba(0,0,0,0.32);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow:2px 2px 6px rgba(0,0,0,0.32);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow:2px 2px 6px rgba(0,0,0,0.32);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff79b53e,endColorstr=#ffa0cf72,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#52000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff79b53e,endColorstr=#ffa0cf72,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#52000000,Positive=true);*/
}
.new-btn.invite {
    position: relative;
    /* Firefox v3.6+ */
    background-image:-moz-linear-gradient(12% -8% 90deg,rgb(135,194,75) 0%,rgb(103,153,52) 99%);
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,12% -8%,12% 96%,color-stop(0, rgb(135,194,75)),color-stop(0.99, rgb(103,153,52)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(90deg,rgb(135,194,75) 0%,rgb(103,153,52) 99%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(90deg,rgb(135,194,75) 0%,rgb(103,153,52) 99%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(90deg,rgb(135,194,75) 0%,rgb(103,153,52) 99%);
    background-image:linear-gradient(to top,rgb(135,194,75) 0%,rgb(103,153,52) 99%);
    background-color: #75AB3E;
    border-color:rgb(255,255,255);
    border-width:1px;
    border-style:solid;
    /* Firefox v3.5+ */
    -moz-box-shadow:2px 2px 6px rgba(0,0,0,0.32);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow:2px 2px 6px rgba(0,0,0,0.32);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow:2px 2px 6px rgba(0,0,0,0.32);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffac3f,endColorstr=#fff98f00,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#52000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffac3f,endColorstr=#fff98f00,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#52000000,Positive=true);*/

}
.new-btn.invite:hover{
    background-color: #8CC157;
    /* Firefox v3.6+ */
    background-image:-moz-linear-gradient(12% -8% 90deg,rgb(160,207,114) 0%,rgb(121,181,62) 99%);
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,12% -8%,12% 96%,color-stop(0, rgb(160,207,114)),color-stop(0.99, rgb(121,181,62)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(90deg,rgb(160,207,114) 0%,rgb(121,181,62) 99%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(90deg,rgb(160,207,114) 0%,rgb(121,181,62) 99%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(90deg,rgb(160,207,114) 0%,rgb(121,181,62) 99%);
    background-image:linear-gradient(to top,rgb(160,207,114) 0%,rgb(121,181,62) 99%);

    border-color:rgb(255,255,255);
    border-width:1px;
    border-style:solid;
    /* Firefox v3.5+ */
    -moz-box-shadow:2px 2px 6px rgba(0,0,0,0.32);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow:2px 2px 6px rgba(0,0,0,0.32);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow:2px 2px 6px rgba(0,0,0,0.32);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffc271,endColorstr=#ffffa62d,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#52000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffc271,endColorstr=#ffffa62d,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#52000000,Positive=true);*/
}
.new-btn.chat,
.new-btn.chat-with-biz {
    background-color: #0697DB;
    /* Firefox v3.6+ */
background-image:-moz-linear-gradient(34% -4% 94deg,rgb(10,161,233) 0%,rgb(2,139,204) 98%);
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,34% -4%,33% 108%,color-stop(0, rgb(10,161,233)),color-stop(0.98, rgb(2,139,204)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(94deg,rgb(10,161,233) 0%,rgb(2,139,204) 98%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(94deg,rgb(10,161,233) 0%,rgb(2,139,204) 98%);
/* IE v10+ */
background-image:-ms-linear-gradient(94deg,rgb(10,161,233) 0%,rgb(2,139,204) 98%);
background-image:linear-gradient(94deg,rgb(10,161,233) 0%,rgb(2,139,204) 98%);
border-color:rgb(255,255,255);
border-width:1px;
border-style:solid;
/* Firefox v3.5+ */
-moz-box-shadow:3px 2px 8px rgba(0,0,0,0.32);
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:3px 2px 8px rgba(0,0,0,0.32);
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
box-shadow:3px 2px 8px rgba(0,0,0,0.32);
/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff028bcc,endColorstr=#ff0aa1e9,GradientType=0)
    progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=2,Color=#52000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff028bcc,endColorstr=#ff0aa1e9,GradientType=0)
    progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=2,Color=#52000000,Positive=true);*/
}
.new-btn.chat:hover,
.new-btn.chat-with-biz:hover{
    background-color: #0FADF9;
/* Firefox v3.6+ */
background-image:-moz-linear-gradient(34% -4% 94deg,rgb(41,177,243) 0%,rgb(14,155,223) 98%);
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,34% -4%,33% 108%,color-stop(0, rgb(41,177,243)),color-stop(0.98, rgb(14,155,223)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(94deg,rgb(41,177,243) 0%,rgb(14,155,223) 98%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(94deg,rgb(41,177,243) 0%,rgb(14,155,223) 98%);
/* IE v10+ */
background-image:-ms-linear-gradient(94deg,rgb(41,177,243) 0%,rgb(14,155,223) 98%);
background-image:linear-gradient(94deg,rgb(41,177,243) 0%,rgb(14,155,223) 98%);
border-color:rgb(255,255,255);
border-width:1px;
border-style:solid;
/* Firefox v3.5+ */
-moz-box-shadow:3px 2px 8px rgba(0,0,0,0.32);
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:3px 2px 8px rgba(0,0,0,0.32);
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
box-shadow:3px 2px 8px rgba(0,0,0,0.32);
/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0e9bdf,endColorstr=#ff29b1f3,GradientType=0)
    progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=2,Color=#52000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0e9bdf,endColorstr=#ff29b1f3,GradientType=0)
    progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=2,Color=#52000000,Positive=true);*/
}
.new-btn.chat-with-darelle {
    background-color: #FA7603;
    /* Firefox v3.6+ */
background-image:-moz-linear-gradient(31% -4% 90deg,rgb(244,138,6) 0%,rgb(255,102,0) 98%);
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,31% -4%,31% 104%,color-stop(0, rgb(244,138,6)),color-stop(0.98, rgb(255,102,0)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(90deg,rgb(244,138,6) 0%,rgb(255,102,0) 98%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(90deg,rgb(244,138,6) 0%,rgb(255,102,0) 98%);
/* IE v10+ */
background-image:-ms-linear-gradient(90deg,rgb(244,138,6) 0%,rgb(255,102,0) 98%);
background-image:linear-gradient(to top,rgb(244,138,6) 0%,rgb(255,102,0) 98%);
border-color:rgb(255,255,255);
border-width:1px;
border-style:solid;
/* Firefox v3.5+ */
-moz-box-shadow:3px 2px 8px rgba(0,0,0,0.32);
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:3px 2px 8px rgba(0,0,0,0.32);
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
box-shadow:3px 2px 8px rgba(0,0,0,0.32);
/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff6600,endColorstr=#fff48a06,GradientType=0)
    progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=2,Color=#52000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff6600,endColorstr=#fff48a06,GradientType=0)
    progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=2,Color=#52000000,Positive=true);
*/
}
.new-btn.chat-with-darelle:hover{
    background-color: #FD912F;
    /* Firefox v3.6+ */
    background-image:-moz-linear-gradient(31% -4% 90deg,rgb(250,163,56) 0%,rgb(255,133,51) 98%);
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,31% -4%,31% 104%,color-stop(0, rgb(250,163,56)),color-stop(0.98, rgb(255,133,51)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(90deg,rgb(250,163,56) 0%,rgb(255,133,51) 98%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(90deg,rgb(250,163,56) 0%,rgb(255,133,51) 98%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(90deg,rgb(250,163,56) 0%,rgb(255,133,51) 98%);
    background-image:linear-gradient(to top,rgb(250,163,56) 0%,rgb(255,133,51) 98%);
    border-color:rgb(255,255,255);
    border-width:1px;
    border-style:solid;
    /* Firefox v3.5+ */
    -moz-box-shadow:3px 2px 8px rgba(0,0,0,0.32);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow:3px 2px 8px rgba(0,0,0,0.32);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow:3px 2px 8px rgba(0,0,0,0.32);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff8533,endColorstr=#fffaa338,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=2,Color=#52000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff8533,endColorstr=#fffaa338,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=2,Color=#52000000,Positive=true);*/
}
.new-btn.save-for-later-link {
    position: relative;
    color: #ff6600;
    * Firefox v3.6+ */
    background-image:-moz-linear-gradient(19% 0% -90deg,rgb(244,244,253) 0%,rgb(221,221,236) 100%); 
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,19% 0%,19% 104%,color-stop(0, rgb(244,244,253)),color-stop(1, rgb(221,221,236)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(-90deg,rgb(244,244,253) 0%,rgb(221,221,236) 100%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(-90deg,rgb(244,244,253) 0%,rgb(221,221,236) 100%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(-90deg,rgb(244,244,253) 0%,rgb(221,221,236) 100%);
    background-image:linear-gradient(to bottom,rgb(244,244,253) 0%,rgb(221,221,236) 100%);
    height:24px;
    border-color:rgb(255,255,255);
    border-width:1px;
    background-color: #E0E0EE;
    /* Firefox v1.0+ */
    -moz-border-radius:0%;
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-border-radius:0%/3%;
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
    border-radius:0%/3%;
    border-style:solid;
    /* Firefox v3.5+ */
    -moz-box-shadow:2px 2px 5px rgba(0,0,0,0.16);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.16);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow:2px 2px 5px rgba(0,0,0,0.16);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff4f4fd,endColorstr=#ffddddec,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#29000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff4f4fd,endColorstr=#ffddddec,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#29000000,Positive=true);*/
}
.new-btn.save-for-later-link.disabled {
    background-color: #c0c0c0;
    background-image: none;
    pointer: none;
}
.new-btn.save-for-later:hover {
    /* Firefox v3.6+ */
    background-image:-moz-linear-gradient(19% 0% -90deg,rgb(255,255,255) 0%,rgb(234,234,243) 100%); 
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,19% 0%,19% 104%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(234,234,243)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,243) 100%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,243) 100%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,243) 100%);
    background-image:linear-gradient(to bottom,rgb(255,255,255) 0%,rgb(234,234,243) 100%);
    height:24px;
    border-color:rgb(255,255,255);
    border-width:1px;
    /* Firefox v1.0+ */
    -moz-border-radius:0%;
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-border-radius:0%/3%;
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
    border-radius:0%/3%;
    border-style:solid;
    background: #ECECF4;
    /* Firefox v3.5+ */
    -moz-box-shadow:2px 2px 5px rgba(0,0,0,0.16);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.16);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow:2px 2px 5px rgba(0,0,0,0.16);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeaeaf3,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#29000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeaeaf3,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#29000000,Positive=true);*/
}
.potential-icon {
    background: url('/static/images/charity-icon-13.png?5486e3bc1cf8') no-repeat 0 0;
    width: 13px;
    height: 17px;
    display: inline-block;
    top: 8px;
    left: 5px;
}
.mail-icon {
    background: url('/static/images/invite_mail.png?1a259f24d3d8') no-repeat 0 0;
    width: 33px;
    height: 17px;
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 0%;
}
.share-icon {
    /* hidden for release */
    background: url('/static/images/fb_twitter_pinterest_share_button.png?dcf69cc9ab82') no-repeat 0 0;
    width: 78px;
    height: 27px;
    top: 13px;
    vertical-align: -webkit-baseline-middle;
    right: 0%;
}

@media screen and (max-width: 955px) {

    .share-icon {
        margin-top: 14px;
    }

}

@media screen and (max-width: 790px) {
    .share-icon {
        display: none;
    }
}
body.mini .share-icon {
    display: none;
}
.saveforlater-icon {
    background: url('/static/images/temp_folder_save_for_later.png?0f465955cc43') no-repeat 0 0;
    width: 33px;
    height: 27px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0%;
}
.main-street-deal .rating-content {
    padding: 10px;
}

.stacked-share-btn-container .new-btn{
    margin: 10px 0;
}

.detail-slider-cover {
    display: none;
    background-color: #000;
    opacity: 0.6;
    z-index: 9900;
    height: auto;
    width: auto;
    position: fixed;
    top: 2%;
    bottom: 2%;
    border-radius: 14.5px;
}
.detail-slider-cover.left {
    left: -20px;
    right: 94%;
}
.detail-slider-cover.right {
    left: 94%;
    right: -20px
}
.detail-slider-cover img.slide {
    position: absolute;
    top: 45%;
    opacity: 0.9;
}
.detail-slider-cover:hover {
    cursor: pointer;
}
.detail-slider-cover img {
    width: 20px;
    width: 2vw;
    margin: 0 20px;
    margin: 0 2vw;
}
.detail-slider-cover:hover img.slide {
    opacity: 0.4;
}
.detail-slider-cover img.slide.right {
    left: 2%;
}
.detail-slider-cover img.slide.left {
    right: 2%;
}
.penciledit.edit-quantity {
    width: 20px;
    height: 20px;
    background: url('/static/images/pencil.png?2d04afe4496a') no-repeat 0 0;
    position: absolute;
    z-index: 301;
    right: 2px;
    top: 3.6em;
}
body.mini .penciledit.edit-quantity {
    top: 2.1em;
}
body.mini .dropdown-list {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 481;
}
/*body.mini.portrait .dropdown-list {
    max-height: 290px;
}
body.mini.landscape .dropdown-list {
    max-height: 200px;
}*/
.imagepencil {
    display: none;
    cursor: pointer;
}
body.mini .imagepencil.mini-only {
    display: none !important;
}
.inEditMode .imagepencil {
    display: inline;
}
.facebook-login input {
    width: auto;
    border: none;
}
.item-box .item-info.location-name  dd{
    float: none;
    text-align: left;
}

.fav-charities {
width: 60%;
border: 1px solid #CCC;
padding: 20px;
font-size: 1em;
background-color: white;
}
.fav-charities ul li a {
    font-size: 0.95em;
}

.item-link.item-box-wrapper {
    text-decoration: none;
}

.landing-bottom-container .item-link,
.searchResults .item-link,
.search-result-stream-container .item-link {
    display: inline-block;
    vertical-align: top;
}

.suggested-image-holder {
    display: none;
    width: 30%;
    padding: 2% 1%;
}
.suggested-image-holder img {
    width: 100%;
}
.image-options-category {
    display: inline-block;
    width: 80%;
}
.image-options-category select{
    width: 200px;
}
body.mini .image-options-category {
    width: 50%;
}
body.mini .image-options-category select {
    width: 100px;
}

#confirmBuyForm .chzn-container {
    width: 90%;
}

.delete-button,
.unpublish-button {
    width: 157px;
    margin: 10px auto 20px;
}

.top-right-container a:hover {
    color: #282725;
}

.detail-page-images .image-container {
    position: relative;
    width: 150px;
    height: 150px;
    line-height: 150px;
    padding: 5px;

    margin: auto;
/*    background: #eaeaea; */
    border: 2px grey dashed;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    overflow: hidden;
}
.image-container img {
    display: inline;
    vertical-align: middle;
    max-width: 100%;
}
.detail-page-images .image-container:hover {
    opacity: 0.8;
}

.image-container-ro {
    position: relative;
    width: 160px;
    height: 160px;
    line-height: 160px;
    padding: 5px;
    margin: auto;
/*    background: #eaeaea;
    border: 2px grey dashed; */
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.repeatsection {
    height: 60px;
}

.repeatsection-min {
    height: 24px;
}
@font-face {
	font-family: 'Conv_Aller_BdIt';
	src: url('/static/fonts/Aller_BdIt.eot?dc90fe04839d');
	src: url('/static/fonts/Aller_BdIt.eot?&dc90fe04839d#iefix') format('embedded-opentype'),
		 url('/static/fonts/Aller_BdIt.woff?dc90fe04839d') format('woff'), 
		 url('/static/fonts/Aller_BdIt.ttf?dc90fe04839d') format('truetype'), 
		 url('/static/fonts/Aller_BdIt.svg?dc90fe04839d') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Aller_It';
	src: url('/static/fonts/Aller_It.eot?dc90fe04839d');
	src: url('/static/fonts/Aller_It.eot?&dc90fe04839d#iefix') format('embedded-opentype'),
		 url('/static/fonts/Aller_It.woff?dc90fe04839d') format('woff'), 
		 url('/static/fonts/Aller_It.ttf?dc90fe04839d') format('truetype'), 
		 url('/static/fonts/Aller_It.svg?dc90fe04839d') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Aller_Lt';
	src: url('/static/fonts/Aller_Lt.eot?dc90fe04839d');
	src: url('/static/fonts/Aller_Lt.eot?&dc90fe04839d#iefix') format('embedded-opentype'),
		 url('/static/fonts/Aller_Lt.woff?dc90fe04839d') format('woff'), 
		 url('/static/fonts/Aller_Lt.ttf?dc90fe04839d') format('truetype'), 
		 url('/static/fonts/Aller_Lt.svg?dc90fe04839d') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Aller_Rg';
	src: url('/static/fonts/Aller_Rg.eot?dc90fe04839d');
	src: url('/static/fonts/Aller_Rg.eot?&dc90fe04839d#iefix') format('embedded-opentype'),
		 url('/static/fonts/Aller_Rg.woff?dc90fe04839d') format('woff'), 
		 url('/static/fonts/Aller_Rg.ttf?dc90fe04839d') format('truetype'), 
		 url('/static/fonts/Aller_Rg.svg?dc90fe04839d') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_MyriadPro_Rg';
	src: url('/static/fonts/MyriadPro-Regular.eot?f138927c0b7d');
	src: url('/static/fonts/MyriadPro-Regular.eot?&f138927c0b7d#iefix') format('embedded-opentype'),
		 url('/static/fonts/MyriadPro-Regular.ttf?f138927c0b7d') format('truetype'), 
		 url('/static/fonts/MyriadPro-Regular.svg?f138927c0b7d') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Futura_Lt';
	src: url('/static/fonts/FUTURAL.eot?dc90fe04839d');
	src: url('/static/fonts/FUTURAL.eot?&dc90fe04839d#iefix') format('embedded-opentype'),
		 url('/static/fonts/FUTURAL.woff?f138927c0b7d') format('woff'), 
		 url('/static/fonts/FUTURAL.ttf?f138927c0b7d') format('truetype'), 
		 url('/static/fonts/FUTURAL.svg?f138927c0b7d') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Futura_Lt';
	src: url('/static/fonts/FUTURALI.eot?f138927c0b7d');
	src: url('/static/fonts/FUTURALI.eot?&f138927c0b7d#iefix') format('embedded-opentype'),
		 url('/static/fonts/FUTURALI.woff?f138927c0b7d') format('woff'), 
		 url('/static/fonts/FUTURALI.ttf?f138927c0b7d') format('truetype'), 
		 url('/static/fonts/FUTURALI.svg?f138927c0b7d') format('svg');
	font-weight: normal;
	font-style: italic;
}

/* ---------- basic theme: these are the most necessary styles --------------------------------- */

.scrollbar-pane {
    margin-right: 20px;
}

.scrollbar-handle-container {
    width: 20px;
}

.scrollbar-handle {
    width: 20px;
    background: #999;
}

.scrollbar-handle:hover {
    background: #666;
}

.scrollbar-handle.move {
    background: #111;
}

.scrollbar-handle-up {
    width: 20px;
    height: 20px;
    background: #DDD;
}

.scrollbar-handle-up:hover {
    background: #666;
}

.scrollbar-handle-down {
    width: 20px;
    height: 20px;
    background: #DDD;
}

.scrollbar-handle-down:hover {
    background: #666;
}



/* ---------- simple theme --------------------------------------------------------------------- */

.simple .scrollbar-pane {
    margin-right: 16px;
}

.simple .scrollbar-handle-container {
    background: #EEE;
    width: 15px;
}

.simple .scrollbar-handle-container.hover,
.simple .scrollbar-handle-container.move {
    background: #E6E6E6;
}

.simple .scrollbar-handle, 
.simple .scrollbar-handle-up, 
.simple .scrollbar-handle-down {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAHCAYAAACcLcTKAAAAMklEQVR42mP4TwRgIBJQwwyGQWkZrR0+GDxPUO9gC2Gi3UNpqFArpIdFUh3UGZqY0gwAQe422HjkstgAAAAASUVORK5CYII=');
	background-repeat: no-repeat;
}


/* handle */
.simple .scrollbar-handle {
    width: 13px;
    border: 1px solid #CCC;
	background-color: #CCC;
	background-position: -16px 50%;
}

.simple .scrollbar-handle:hover {
    border: 1px solid #666;
}

.simple .scrollbar-handle.move {
    border: 1px solid #666;
    background-color: #999;
}


/* arrow up */
.simple .scrollbar-handle-up {
    width: 13px;
    height: 13px;
    border: 1px solid #CCC;
    background-color: #CCC;
	background-position: -34px 2px;
	margin-bottom: 1px;
}

.simple .scrollbar-handle-up.hover,
.simple .scrollbar-handle-up:hover {
    border: 1px solid #666;
}

.simple .scrollbar-handle-up.move {
    background-color: #999;
}


/* arrow down */
.simple .scrollbar-handle-down {
    width: 13px;
    height: 13px;
    border: 1px solid #CCC;
    background-color: #CCC;
	background-position: 2px 4px;
	margin-top: 1px;
}

.simple .scrollbar-handle-down.hover,
.simple .scrollbar-handle-down:hover {
    border: 1px solid #666;
}

.simple .scrollbar-handle-down.move {
    background-color: #999;
}



/* ---------- fff theme ----------------------------------------------------------------- */

ul.fff {
    padding: 0;
}

.fff .scrollbar-pane {
    margin-right: 12px;
}

.fff .scrollbar-handle-container {
    background: #EEE;
    width: 12px;
}

.fff .scrollbar-handle {
    width: 12px;
	background-color: #CCC;
}

.fff .scrollbar-handle:hover {
    background-color: #999;
}

.fff .scrollbar-handle.move {
    background-color: #666;
}

.fff .scrollbar-handle-up {
    width: 12px;
    height: 18px;
}

.fff .scrollbar-handle-down {
    width: 12px;
    height: 18px;
}


@CHARSET "UTF-8";
/* ---------- d-scrollbar theme ----------------------------------------------------------------- */

ul.d-scrollbar {
    padding: 0;
}

.d-scrollbar .scrollbar-pane {
    
    /*maybe causing a regression by setting this to 0, but 
        any selector that adds a margin should be more specific than this! */
    margin-right: 12px;
    right: 0;
}

.d-scrollbar .scrollbar-handle-container {
    width: 11px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #999;
    background: white;
}

.d-scrollbar .scrollbar-handle {
    width: 5px;
	
    background-color: rgb(102,102,102);
    border: 3px solid white;
}

.d-scrollbar .scrollbar-handle:hover {
    background-color: #999;
}

.d-scrollbar .scrollbar-handle.move {
    background-color: #666;
}

.d-scrollbar .scrollbar-handle-up {
    width: 11px;
    height: 11px;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #999;
    background-color: transparent;
    border-bottom: none;
    background-image: url('/static/images/scroll_up.png?b6697d88e4a9');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.d-scrollbar .scrollbar-handle-down {
    width: 11px;
    height: 11px;
    border-radius: 0px 0px 4px 4px;
    background: transparent;
    border-color: #999;
    border: 1px solid #999;
    border-top: none;
    background-image: url('/static/images/scroll_down.png?b6697d88e4a9');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/* Search */

.search-box {
	width:auto;
	text-align:center;
}

#main-search-filter {
    margin-top: 15px;
}

.search-box .border {
    background:#ffffff;
    position:absolute;
    width:100%;
    height:90%;
    left:0px;
    top:0px;
}

.filter-search-keyword .content,
.search-box .content {
	margin-top:13px;
    height: 30px;
    background:#ffffff;
    border: 1px solid #ff6800;
	position:relative;
	width:240px;
	display:inline-block;
    /* Firefox v1.0+ */
    -moz-border-radius:9px ;
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-border-radius:9px ;
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
    border-radius:9px ;

    /* Firefox v3.5+ */
    -moz-box-shadow:4px 3px 6px rgba(0,0,0,0.17);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow:4px 3px 6px rgba(0,0,0,0.17);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow:4px 3px 6px rgba(0,0,0,0.17);

}

 .search-box .message-text-input-container {
	
}

.filter-search-keyword input.search-filter-keyword, .search-box .message-text-input-container {
    margin-right: 0;
    position:absolute;
    left:5px;
    top: 50%;
  	
    margin-top: -12px;
    right:2px;
}

.search-box .message-text-input {
	width:100%;
}
.filter-search-keyword input.search-filter-keyword, .search-box .message-text-input {
    text-align:center center;
    cursor:text;
    color:black;
    text-decoration:none;
    border:0;
    background:transparent;
    outline: 0 none;
    font-size: 17px;
    user-select: auto;
    -moz-user-select:auto;
    -webkit-user-select: auto;
    color: #000;
    line-height: 1.3em;
}

body.mobile .search-box .message-text-input-container{
    margin-top: -17px;
}
.search-box .message-text-input::-webkit-input-placeholder {
    color:    #9e9e9e;
}
.search-box .message-text-input:-moz-placeholder {
    color:    #9e9e9e;
}

.search-button-container {
    width:25px;
    height:25px;
    left:91%;
    top:15%;
    text-align:left;
    font-size: 1em;
    cursor: pointer;
}

.search-button {
    position: absolute;
    top: -2px;
    right: -39px;
    height: 33px;
    width: 33px;
    cursor: pointer;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    z-index: 480;
    background-color:#ff6600;
    /* Firefox v3.6+ */
    background-image:-moz-linear-gradient(50% 0% -90deg,rgb(244,139,6) 0%,rgb(255,102,0) 100%); 
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(244,139,6)),color-stop(1, rgb(255,102,0)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(-90deg,rgb(244,139,6) 0%,rgb(255,102,0) 100%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(-90deg,rgb(244,139,6) 0%,rgb(255,102,0) 100%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(-90deg,rgb(244,139,6) 0%,rgb(255,102,0) 100%);
    background-image:linear-gradient(to bottom,rgb(244,139,6) 0%,rgb(255,102,0) 100%);
    width:31px;
    height:31px;
    border-color:rgb(255,102,0);
    border-width:1px;
    /* Firefox v1.0+ */
    -moz-border-radius:8px ;
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-border-radius:8px ;
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
    border-radius:8px ;
    border-style:solid;
    /* Firefox v3.5+ */
    -moz-box-shadow:4px 4px 7px rgba(0,0,0,0.17);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow:4px 4px 7px rgba(0,0,0,0.17);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow:4px 4px 7px rgba(0,0,0,0.17);
    padding: 0;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff48b06,endColorstr=#ffff6600,GradientType=0)
    	progid:DXImageTransform.Microsoft.dropshadow(OffX=4,OffY=4,Color=#2b000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff48b06,endColorstr=#ffff6600,GradientType=0)
    	progid:DXImageTransform.Microsoft.dropshadow(OffX=4,OffY=4,Color=#2b000000,Positive=true);*/
}

.search-button .icon {
    width: 29px;
    height: 29px;
    background: url('/static/images/search_magnifying_glass.png?b6697d88e4a9') 50% no-repeat;
}
.search-button:hover {
    background-color: #ff8b3e;
    /* Firefox v3.6+ */
    background-image:-moz-linear-gradient(50% 0% -90deg,rgb(250,160,52) 0%,rgb(255,126,40) 100%); 
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(250,160,52)),color-stop(1, rgb(255,126,40)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(-90deg,rgb(250,160,52) 0%,rgb(255,126,40) 100%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(-90deg,rgb(250,160,52) 0%,rgb(255,126,40) 100%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(-90deg,rgb(250,160,52) 0%,rgb(255,126,40) 100%);
    background-image:linear-gradient(to bottom,rgb(250,160,52) 0%,rgb(255,126,40) 100%);
    width:31px;
    height:31px;
    border-color:rgb(253,140,45);
    border-width:1px;
    /* Firefox v1.0+ */
    -moz-border-radius:8px ;
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-border-radius:8px ;
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
    border-radius:8px ;
    border-style:solid;
    /* Firefox v3.5+ */
    -moz-box-shadow:4px 4px 7px rgba(0,0,0,0.17);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow:4px 4px 7px rgba(0,0,0,0.17);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow:4px 4px 7px rgba(0,0,0,0.17);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffaa034,endColorstr=#ffff7e28,GradientType=0)
    	progid:DXImageTransform.Microsoft.dropshadow(OffX=4,OffY=4,Color=#2b000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffaa034,endColorstr=#ffff7e28,GradientType=0)
    	progid:DXImageTransform.Microsoft.dropshadow(OffX=4,OffY=4,Color=#2b000000,Positive=true);*/
}

body.mini .search-button {
    margin-top: 7px;
}
body.mini .sign-in-form {
    position:relative;
    margin:0 auto;
    
    margin-top: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.facebook-login {
    font-weight: 300;
    text-align: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 10px;
}
.not-a-member {
    text-align: center;
}
.forgot-password {
    padding-top: 30px;
}
.forgot-password a {
    color: #000;
    font-weight: 300;
}
.not-a-member .sign-in-close {
    position: relative;
    padding: 5px 5px 5px 5px;
    color: #fff;
    top: 19px;
    font-size: 1em;
}
.sign-in-form .sign-in-close:hover {
}

/* until we implement facebook connect, we'll let the left side take the whole modal */
.sign-in-container .sign-in-left,
.password-reset-req-container .password-reset-req-left {
    height: 100%;
    margin: 5%;
}
body.mini .sign-in-container .sign-in-left .title,
body.mini .password-reset-req-container .password-reset-req-left .title {
    padding-bottom:5px;
}
.sign-in-container .sign-in-left .title,
.password-reset-req-container .password-reset-req-left .title {
    padding-bottom: 35px;
}
.sign-in-container .sign-in-right {
    float: left;
    width: 40%;
    height: 100%;
    margin: 5%;
}
.sign-in-container .sign-in-post {
    width: 50px;
}
.sign-in-container .penguins .quote,
.password-reset-req-container .penguins .quote {
    top: -2.5em;
    right: 100%;
    left: auto;
    width: 9em;
}
body.mini .sign-in-container label {
    margin-bottom:0px;
}
.sign-in-container label,
.password-reset-req-container label {
    margin-bottom: .25em;
    display: block;
}
body.mini .sign-in-container .input,
body.mini .password-reset-req-container .input {
    margin-bottom:5px;
}

.sign-in-container .input,
.password-reset-req-container .input {
    width: 60%;
    height: 1.5em;
    margin-bottom: 20px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-size: 1.5em;
    border: 0;
    border-radius: 5px;
    padding: 0.25ex;
}

.sign-in-form .error-message,
.password-reset-req-form .error-message {
    font-weight: bold;
    color: red;
    width:85%;
}

.password-reset-req-form .error-message {
    width: 50%;
    height: 40px;
}
.sign-in-container button.pbutton,
.password-reset-req-form button.pbutton {
    font-size: 1em;
    border: 0;
    font-family: 'futura-pt', 'Helvetica Neue', Helvetica, Calibri, sans-serif;
    cursor: pointer;
    padding: 1ex 2em;
}

body.mini .signin.element {
    position: absolute;
    top: -40px;
}
body.mini .d_modal {
    width: 90%;
}
.d_modal {
    line-height: 1em;
    border: 2px solid white;
    border-radius: 5px;
    margin: auto;
    background-color: #9ED2EC;
    padding: 15px;
    z-index: 600;
}
.sign-in-form.d_modal {
    padding: 0;
}
.d_modal .exbutton {
    position: absolute;
    top: -17px;
    right: -20px;
}
.d_modal .penguins {
    float: right;
    position: relative;
}

.d_modal .penguin-container .quote {
    position: relative;
    display: block;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    max-width: none;
    /*margin-right: 100px;*/
    margin-right: 6%;
    margin-left: 6%;
}
body.mini .d_modal .penguins,
body.mini .d_modal .penguin-container .quote {

}
.d_modal .penguin-container {
    position: relative;
    width: 95%;
    top: 5px;
    margin: 10px;
    *zoom: 1;
}
.d_modal .buttons {
    width: 95%;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
}

.d_modal .penguin-container:before,
.d_modal .penguin-container {
    content:"";display:table;
}
.d_modal .penguin-container:after {
    clear:both;
}

.d_modal .penguin-container .quote .arrow,
.d_modal .penguin-container .quote .arrow {
    left: auto;
    top: 17%;
    margin-top: 3px;
}
.d_modal .title {
    padding-bottom: 20px;
    font-size: 1.3em;
}

.loadingModal {
    width: 169px;
    height: 40px;
    text-align: center;
    background: transparent url('/static/images/loaderbg.png?1a259f24d3d8') no-repeat 0 0;
    padding: 129px 0 0 0;
    display: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* copied from inspector */
.d_modal button {
    font-size: 1.3em;
    font-weight: 400;
    position: relative;
    padding: .5ex .5em .8ex;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    background-color: #068CCD;
    color: #fff;
}

.d_modal-only {
    display: none;
}

.d_modal .d_modal-only {
    display: inline;
}

/*.d_modal#similar-results {
    overflow-y: scroll;
    height: 90%;
    -webkit-overflow-scrolling: touch;
}*/

body.mini .d_modal {
/*    position: absolute !important;
*/    width: 80%;
}

.image-upload.d_modal {
    min-height: 450px;
}
.image-options-container {
    height: 300px;
    margin: 20px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
body.mini .image-upload.d_modal {
    min-height: 370px;
}
body.mini .image-options-container {
    margin: 10px 0;
    height: 140px;
}
#share-modal-container {
    text-align: center;
}

#imageModal {
    margin:auto;
    top:50%;
    bottom:50%;
    min-width: 50%;
    min-height: 50%;
    max-width: 80%;
    max-height: 80%;
}

#imageModal img {
    margin:auto;
    display:block;
    height:100%;
    max-height:95%;
    max-width:95%;
    width:100%;
}
#location-map-content {
    width: 100%;
    min-height: 300px;
}
.map-modal .modal-only {
    display: none;
}
body.mini #location-map-content {
    width: 100%;
    height: auto;
}
/* Chosen v1.4.2 | (c) 2011-2015 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url('/static/css/chosen-sprite.png?15faaef83a3f') -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url('/static/css/chosen-sprite.png?15faaef83a3f') no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url('/static/css/chosen-sprite.png?15faaef83a3f') no-repeat 100% -20px;background:url('/static/css/chosen-sprite.png?15faaef83a3f') no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url('/static/css/chosen-sprite.png?15faaef83a3f') -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url('/static/css/chosen-sprite.png?15faaef83a3f') no-repeat -30px -20px;background:url('/static/css/chosen-sprite.png?15faaef83a3f') no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url('/static/css/chosen-sprite@2x.png?15faaef83a3f')!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}