/*
Theme Name: University of Guelph Furniture Swap
Description: Flint custom web application for U of Guelph.
Author: Flint Group
Author URI: http://flint-group.com
*/
/* =========================================================================
   THIRD PARTY -------------------------------------------------------------
   ========================================================================= */
   .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* ==================================================================== */
/* GRAVITY FORMS BASIC STYLES ----------------------------------------- */
/* ==================================================================== */
.gform_body>ul {
    margin-left: -1em;
    margin-right: -1em;
}

.gform_body>ul>li {
    margin-bottom: 1.2em;
}

.gform_fields {
    margin: 24px -1em 0 -1em;
    padding: 0;
}

.gfield,
.gfield_radio,
.gfield_checkbox {
    list-style: none;
    margin: 0 0 1.5em;
    padding: 0;
}

.gfield_radio,
.gfield_checkbox {
    margin: 0;
}

.gfield:after,
.gfield_radio:after,
.gfield_checkbox:after {
    content: "";
    display: table;
    clear: both;
}

.gfield {
    width: 100%;
    clear: both;
    padding-left: 1em;
    padding-right: 1em;
}

.gfield.half,
.name-complex>div>span {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0 !important;
}

.ginput_left {
    clear: left;
}

.ginput_complex {
    position: relative;
    margin: 0 -1em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ginput_complex>span {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 1em;
}

.gform_wrapper .gfield_label {
    font-weight: normal;
    color: #666;
    margin-bottom: 0.3em;
    margin-left: .1em;
    font-size: 15px;
    display: block;
    text-align: left;
}

.gform_wrapper .ginput_complex label {
    margin-left: .2em;
    font-size: .7em;
}

.gform_wrapper .gfield_required {
    color: #7bcd4b !important;
}

.gfield_required,
.gfield_contains_required .gfield_label:after {
    display: inline-block;
}

.gfield select,
.gfield input[type="text"],
.gfield input[type="email"],
.gfield input[type="tel"],
.gfield textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

select,
input[type="text"],
textarea,
input[type="email"],
input[type="tel"],
input[type="password"] {
    box-sizing: border-box;
    padding: 10px 6px;
    width: 100%;
    border: 1px solid #666;
    color: #333;
    background: #FFF;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-transition: all .35s;
    transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.1em;
    border-radius: 3px;
}

.gform_wrapper .ginput_complex .ginput_full input[type="text"],
.gform_wrapper .ginput_complex .ginput_full input[type="url"],
.gform_wrapper .ginput_complex .ginput_full input[type="email"],
.gform_wrapper .ginput_complex .ginput_full input[type="tel"],
.gform_wrapper .ginput_complex .ginput_full input[type="number"],
.gform_wrapper .ginput_complex .ginput_full input[type="password"],
.gform_wrapper .ginput_complex .ginput_right input[type="text"],
.gform_wrapper .ginput_complex .ginput_right input[type="url"],
.gform_wrapper .ginput_complex .ginput_right input[type="email"],
.gform_wrapper .ginput_complex .ginput_right input[type="tel"],
.gform_wrapper .ginput_complex .ginput_right input[type="number"],
.gform_wrapper .ginput_complex .ginput_right input[type="password"],
.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex input[type="text"],
.gform_wrapper .ginput_complex input[type="url"],
.gform_wrapper .ginput_complex input[type="email"],
.gform_wrapper .ginput_complex input[type="tel"],
.gform_wrapper .ginput_complex input[type="number"],
.gform_wrapper .ginput_complex input[type="password"],
.gform_wrapper .ginput_complex select {
    width: 100% !important;
    padding: 8px;
    margin-left: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-transition: all .35s;
    transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
}

.gfield input[type="text"]:focus,
.gfield textarea:focus,
.gfield input[type="email"]:focus,
.gfield input[type="tel"]:focus,
.gfield select:focus {
    background-color: #f7f7f5;
    border-color: #b3ca47;
    outline: none;
}

.gform_wrapper textarea.medium {
    height: 140px !important;
    padding: 8px !important;
    font-size: 0.9em !important;
}

.gfield select,
.gform_wrapper .ginput_complex select,
.gform_wrapper .ginput_complex .ginput_right select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAjUlEQVQokY3OMQrCMBSA4a/RwRPoGRQUz6Aigt62Di7W2VW9hPQILi6vUEoCzRbe+7+kquv6iRmO+Bp3Frjhl1Bhg0cMxsQNtpgknPHCcgQyj3iFD04JLQ49pCkg83igi3doUww75B0LQyQbQ+ottdhnkGIM08E3O+SOdSBKcQ7IIUpxCegj17hfcjH8AWANKnFBYlJNAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: 98% center;
    padding: 0 12px !important;
    height: 49px;
    line-height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1em !important;
    color: #666;
}

select::-ms-expand {
    display: none;
}

.gfield_radio {
    margin-top: 0.7em;
}

.gfield_radio>li,
.gfield_checkbox>li {
    position: relative;
    padding-left: 30px;
    margin-top: 5px;
}

.gfield_radio>li>label,
.gfield_checkbox>li>label {
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
}

.gform_wrapper input[type=radio],
.gform_wrapper input[type=checkbox] {
    display: block;
    position: absolute;
    vertical-align: top;
    left: 0;
    top: 0;
    border-radius: 999px;
    -webkit-appearance: button;
    border: 1px solid #999;
    background-color: #FFF;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    width: 20px;
    height: 20px;
    outline: none;
}

.gform_wrapper input[type=checkbox] {
    border-radius: 6px;
}

.gform_wrapper input[type=radio]:checked,
.gform_wrapper input[type=checkbox]:checked {
    background-color: #666;
    border-width: 5px;
    border-color: #FFF;
    -webkit-box-shadow: 0px 0px 2px 0px black;
    -moz-box-shadow: 0px 0px 2px 0px black;
    box-shadow: 0px 0px 2px 0px black;
}

.gform_wrapper input[type=radio]:hover {
    -webkit-box-shadow: 0px 0px 1px #000;
    box-shadow: 0px 0px 1px #000;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    font-size: 0.8em !important;
}

.error {
    color: #940000;
}

form>.validation_error {
    font-weight: 600;
    line-height: 120%;
    margin: 1em 0;
    color: #940000;
    border: 1px solid #dadada !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    padding: 0.7em;
    background: rgba(255, 255, 255, 0.5);
}

.gfield_error input[type="text"],
.gfield_error textarea {
    border-color: #940000;
    clear: both;
}

.gfield_error .gfield_description.validation_message {
    display: block;
    font-size: 12px;
    margin-top: -3px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #940000;
}

.gform_wrapper .gfield_description {
    padding: 6px 0 0;
    font-size: 12px;
    color: #666;
}

.gform_wrapper .gform_footer {
    margin-top: 0 !important;
    padding: 0.4em 0 0.3em !important;
    text-align: right;
}

.gform_footer button {
    padding-left: 2.5em;
    padding-right: 2.5em;
    margin: 0;
}

.gfield_label:after {
    color: #999;
}

.gfield.inline li {
    display: inline-block !important;
    width: auto;
    margin-right: 3em !important;
}

.hidelabel>label {
    display: none !important;
}

.radio-inline .gfield_radio>li {
    display: inline-block;
    margin-right: 2.5em;
}

.gfield_visibility_hidden,
.gform_validation_container {
    display: none !important;
}

@media only screen and (min-width: 480px) {
    .gfield.half.left,
    .name-complex>div>span:first-child {
        padding-right: 3%;
    }
    .gfield.half,
    .name-complex>div>span {
        width: 50%;
        float: left;
        clear: none !important;
    }
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.1);
    }
    20% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.flintdropzone {
    background: #f7f7f7;
    min-height: 250px;
    border: 2px dashed #dddddd;
    background: white;
    padding: 20px 20px 90px 20px;
    border-radius: 12px;
    background: url("img/icon-camera.svg") no-repeat center 40%;
    position: relative;
    /*
	.dz-preview .dz-error-message:after {
		content: '';
		position: absolute;
		top: -6px;
		left: 64px;
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #be2626;
	}
	*/
}
.flintdropzone:before {
    content: 'Add Photos';
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    position: absolute;
    left: 15%;
    bottom: 30px;
    width: 70%;
    padding: 10px 0;
    text-align: center;
    border: 2px solid #407387;
    border-radius: 3px;
    font-size: 0.9em;
}
.flintdropzone:hover:before {
    background: #407387;
    color: #FFF;
}
.flintdropzone * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.flintdropzone.dz-clickable {
    cursor: pointer;
}
.flintdropzone.dz-clickable * {
    cursor: default;
}
.flintdropzone.dz-clickable .dz-message,
.flintdropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.flintdropzone.dz-started .dz-message {
    display: none;
}
.flintdropzone.dz-drag-hover {
    border-style: solid;
}
.flintdropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}
.flintdropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}
.flintdropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 16px;
    min-height: 100px;
    background: #FFF;
}
.flintdropzone .dz-preview:hover {
    z-index: 1000;
}
.flintdropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.flintdropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background: -webkit-linear-gradient(top, #eee, #ddd);
    background: -o-linear-gradient(top, #eee, #ddd);
    background: linear-gradient(to bottom, #eee, #ddd);
}
.flintdropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}
.flintdropzone .dz-preview.dz-image-preview {
    background: white;
}
.flintdropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.flintdropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}
.flintdropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}
.flintdropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.flintdropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}
.flintdropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}
.flintdropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}
.flintdropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}
.flintdropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.flintdropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}
.flintdropzone .dz-preview .dz-details .dz-filename span,
.flintdropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}
.flintdropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}
.flintdropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}
.flintdropzone .dz-preview .dz-image img {
    display: block;
}
.flintdropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.flintdropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.flintdropzone .dz-preview .dz-success-mark,
.flintdropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -41px;
}
.flintdropzone .dz-preview .dz-success-mark svg,
.flintdropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}
.flintdropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.flintdropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}
.flintdropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}
.flintdropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}
.flintdropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
    background: -webkit-linear-gradient(top, #666, #444);
    background: -o-linear-gradient(top, #666, #444);
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
.flintdropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}
.flintdropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}
.flintdropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 11px;
    line-height: 110%;
    top: 0px;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    background: #be2626;
    background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
    background: -webkit-linear-gradient(top, #be2626, #a92222);
    background: -o-linear-gradient(top, #be2626, #a92222);
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.awesomplete {
    display: inline-block;
    position: relative;
}
.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.awesomplete [hidden] {
    display: none;
}
.awesomplete>input {
    display: block;
}
.awesomplete>ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -2px;
    background: #fff;
    border: 2px solid #dddddd;
    border-top: none;
}
.awesomplete>ul:empty {
    display: none;
}
.awesomplete>ul li {
    padding: 4px 8px;
    cursor: pointer;
}
.awesomplete>ul li:hover,
.awesomplete>ul li[aria-selected="true"] {
    background: #dddddd;
}

/* =========================================================================
   REUSABLES -------------------------------------------------------------
   ========================================================================= */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    min-width: 320px;
    overflow-x: hidden;
}
html body {
    min-width: 320px;
    max-width: 100%;
    overflow-x: hidden;
    color: #050001;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.pure-g [class*="pure-u"] {
    /* Set your content font stack here: */
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 150%;
    font-size: 18px;
}

a {
    text-decoration: none;
    color: #407387;
}
a:hover {
    color: #c20430;
}

.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="text"],
.pure-form select,
.pure-form textarea {
    border: 2px solid #dddddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
}

.pure-form select {
    height: 50px;
    padding-left: 10px;
    padding-right: 70px;
    font-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAWCAYAAAChWZ5EAAAAfElEQVRIie3UwQnAIAyF4d/SoVzLCapdwLEcy54sLVgUMc3FgOAlvo+gmpRSBoy1Fo3aVFIXYAEetc86yDk31Kc+AQlAAHLn8hKAAzg7oSKAggitcJC9A/4DcYdLA2qIVzhMfIYNRG3/G6AaXEr9H5g2gRjjUJ/6BBZgAS4pVhuvX2b9ggAAAABJRU5ErkJggg==) no-repeat right 17px center;
    max-width: 100%;
    overflow: hidden;
}

.pure-form legend {
    font-size: 1.15em;
    font-weight: 500;
    border: none;
    color: #050001;
}

.pure-form fieldset:last-child {
    padding: 0;
}

.pure-form label {
    display: block;
    font-weight: 500;
    font-size: 0.9em;
    margin: 0.5em 0 0.3em 0;
}
.pure-form label em {
    display: inline-block;
    font-size: 0.8em;
    margin-left: 0.7em;
    color: #999;
}

.tooltip {
    display: inline-block;
    position: relative;
    margin-left: 0.3em;
    line-height: 100%;
    top: 0;
}
.tooltip i {
    display: inline-block;
    color: #407387;
    cursor: pointer;
}
.tooltip span {
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 110%;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    padding: 0 10px;
    border: 1px solid #dddddd;
    background: #FFF;
    font-size: 11px;
    font-weight: normal;
    line-height: 140%;
    border-radius: 5px;
    border: 2px solid #dddddd;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.tooltip:hover {
    overflow: visible;
}
.tooltip:hover span {
    max-height: 250px;
    overflow-y: auto;
    opacity: 1;
    padding: 10px;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
    background: #000000;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    border-radius: 4px;
    padding: 12px 20px;
}

.pure-button-primary:hover,
.pure-button-selected:hover,
a.pure-button-primary:hover,
a.pure-button-selected:hover,
.pure-button-primary:active,
.pure-button-selected:active,
a.pure-button-primary:active,
a.pure-button-selected:active {
    background: #407387;
}

.typeahead {
    position: relative;
    top: 0px;
    border: 2px solid #dddddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFF;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.typeahead input[type="text"] {
    border-radius: 6px;
    border: 4px solid transparent;
    background: transparent;
    margin-top: 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    height: 45px;
    -webkit-box-shadow: inset 0px 0px 2px 0px #dddddd;
    box-shadow: inset 0px 0px 2px 0px #dddddd;
}
.typeahead>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.typeahead button.dropdown-btn {
    border: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50px;
    overflow: hidden;
    text-indent: -3000px;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAWCAYAAAChWZ5EAAAAfElEQVRIie3UwQnAIAyF4d/SoVzLCapdwLEcy54sLVgUMc3FgOAlvo+gmpRSBoy1Fo3aVFIXYAEetc86yDk31Kc+AQlAAHLn8hKAAzg7oSKAggitcJC9A/4DcYdLA2qIVzhMfIYNRG3/G6AaXEr9H5g2gRjjUJ/6BBZgAS4pVhuvX2b9ggAAAABJRU5ErkJggg==) no-repeat right 17px center;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

figure {
    margin: 0;
    padding: 0;
}
figure img {
    display: block;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

p,
main li {
    line-height: 150%;
}

.spacedcols {
    margin-left: -20px;
    margin-right: -20px;
}

.spacedcols>* {
    padding-left: 20px;
    padding-right: 20px;
}

.spacedcols-md {
    margin-left: -10px;
    margin-right: -10px;
}

.spacedcols-md>* {
    padding-left: 10px;
    padding-right: 10px;
}

.spacedcols-sm {
    margin-left: -6px;
    margin-right: -6px;
}

.spacedcols-sm>* {
    padding-left: 6px;
    padding-right: 6px;
}

.center {
    text-align: center;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 110%;
    margin: 1.5em 0 0.5em 0;
    font-weight: 500;
}

h1 {
    margin-top: 0;
    font-size: 1.5em;
    font-weight: 400;
}

h1.logintitle {
    font-size: 1.9em;
}

h3 {
    font-size: 1.1em;
}

strong {
    font-weight: 500;
}

main {
    padding: 20px 0;
}

form .field {
    margin: 1em 0;
}

p.note {
    font-size: 0.75em;
}

a.external {
    font-weight: 500;
}

a.external:after {
    content: '\f08e';
    display: inline-block;
    font-family: 'FontAwesome';
    vertical-align: bottom;
    margin-left: 0.4em;
    position: relative;
    top: 0.1em;
}

hr {
    width: 60px;
    height: 2px;
    border: none;
    background: #dddddd;
    margin: 2em auto;
}
hr.wide {
    width: 90%;
}

a.btn {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: inline-block;
    background: #050001;
    padding: 12px 20px;
    min-width: 220px;
    font-weight: 500;
    text-align: center;
    color: #FFF;
    border-radius: 4px;
}
a.btn:hover,
a.btn:active {
    background: #407387;
}

a.btn.disabled {
    opacity: 0.2;
}

a.btn.ghost {
    background: transparent;
    color: #407387;
}
a.btn.ghost:hover,
a.btn.ghost:active {
    color: #050001;
}

a.btn.alt {
    background: transparent;
    border: 2px solid #80a2af;
    color: #80a2af;
}
a.btn.alt:active,
a.btn.alt:hover {
    background: #80a2af;
    color: #FFF;
}

/* Pagination */
#pagination {
    margin: 0 0 2em 0;
    padding: 2.5em 0;
    text-align: center;
}
#pagination .pagination {
    letter-spacing: -0.31em;
}
#pagination .pagination .page-numbers {
    border-color: transparent;
}
#pagination .pagination>a,
#pagination .pagination>span {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    border-radius: 3px;
    letter-spacing: normal;
    display: inline-block;
    padding: 0 16px;
    font-size: 13px;
    line-height: 33px;
    min-width: 36px;
    height: 36px;
    font-weight: 500;
    color: #6f6f6f;
    margin: 0 0.5em;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid transparent;
}
#pagination .pagination>span.disabled {
    color: #FFF;
    border-color: transparent;
    opacity: 0.2;
    cursor: default;
}
#pagination .pagination>a:hover {
    text-decoration: none;
    background: #050001;
    color: #FFF;
}
#pagination .pagination>span.current {
    border-color: #dddddd;
    background: #eeeeee;
    text-decoration: none;
}
#pagination .pagination>.prev,
#pagination .pagination>.next {
    border: 2px solid transparent;
    background: #c20430;
    color: #FFF;
    padding-left: 20px;
    padding-right: 20px;
}

/* =========================================================================
   HEADER/MENU -------------------------------------------------------------
   ========================================================================= */
#screen {
    -o-transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0.75s;
    transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0.75s;
    -moz-transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0.75s;
    -webkit-transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0.75s;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

header {
    background: #c20430;
}

#head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

#sitetitle {
    color: #FFF;
    font-weight: 500;
    position: absolute;
    left: 110px;
    top: 33px;
    line-height: 100%;
    font-size: 22px;
    z-index: 1;
}

#header-search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}
#header-search>form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
}
#header-search>form>div {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    position: relative;
    float: right;
    background: #FFF;
    border-radius: 4px;
    max-width: 50px;
    width: 100%;
    overflow: hidden;
}
#header-search input {
    height: 50px;
    width: 100%;
    line-height: 50px;
    border: none;
    margin: 0;
    background: transparent;
    z-index: 1;
}
#header-search button {
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border: none;
    background: #FFF;
    z-index: 2;
}

.search-open #header-search>form {
    outline: 10px solid #c20430;
}
.search-open #header-search>form>div {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    max-width: 910px;
}

#logo {
    height: 90px;
    max-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*background: #050001;*/
}
#logo img {
    width: 90px;
}

/* =========================================================================
   APP NAVIGATION ----------------------------------------------------------
   ========================================================================= */
.inside main {
    padding-bottom: 150px;
}

#appfooter {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    max-height: 110px;
    overflow: hidden;
    opacity: 1;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2000;
    background: #FFF;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateZ(0);
}
#appfooter .wrap {
    padding-left: 0;
    padding-right: 0;
}

#appmenu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin: 0;
    padding: 0;
}
#appmenu>ul>li {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}
#appmenu>ul>li>a {
    display: block;
    position: relative;
    text-align: center;
    border-bottom: 8px solid transparent;
    color: #050001;
    font-size: 13px;
    padding: 13px 0 7px 0;
    max-width: 150px;
    margin: 0 auto;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
#appmenu>ul>li>a:before {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    margin-bottom: 0.6em;
    background: url("img/nav-icon-home.svg") no-repeat center center;
    background-size: contain;
}
#appmenu>ul>li>a:hover,
#appmenu>ul>li>a:active {
    background: #f7f7f7;
    border-color: #dddddd;
}
#appmenu>ul>li.icon-post>a:before {
    background-image: url("img/nav-icon-post.svg");
}
#appmenu>ul>li.icon-help>a:before {
    background-image: url("img/nav-icon-help.svg");
}
#appmenu>ul>li.icon-account>a:before {
    background-image: url("img/nav-icon-account.svg");
}
#appmenu>ul>li.icon-home.current-menu-item>a:before {
    background-image: url("img/nav-icon-home-on.svg");
}
#appmenu>ul>li.icon-post.current-menu-item>a:before,
#appmenu>ul li.current-page-ancestor>a:before {
    background-image: url("img/nav-icon-post-on.svg");
}
#appmenu>ul>li.icon-help.current-menu-item>a:before {
    background-image: url("img/nav-icon-help-on.svg");
}
#appmenu>ul>li.icon-account.current-menu-item>a:before {
    background-image: url("img/nav-icon-account-on.svg");
}

.tax-furncat #appmenu>ul>li.icon-home a,
.single-furniture #appmenu>ul>li.icon-home>a,
#appmenu>ul>li.current-menu-item>a,
#appmenu>ul>li.current-page-ancestor>a {
    border-color: #c20430;
}

.tax-furncat #appmenu>ul>li.icon-home>a:before {
    background-image: url("img/nav-icon-home-on.svg");
}

.single-furniture #appmenu>ul>li.icon-home>a:before {
    background-image: url("img/nav-icon-home-on.svg");
}

#notification-count {
    -o-transition: visibility 0s, opacity s;
    transition: visibility 0s, opacity s;
    -moz-transition: visibility 0s, opacity s;
    -webkit-transition: visibility 0s, opacity s;
    display: none;
    position: absolute;
    right: 25%;
    top: 10%;
    color: #FFF;
    background: #050001;
    font-weight: 500;
    padding: 0.2em 0.6em;
    border-radius: 9999px;
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);
    border: 2px solid #FFF;
}

#appmenu #notification-count {
    display: block;
    opacity: 1;
}

/* =========================================================================
   HOME/LOGIN SCREEN -------------------------------------------------------
   ========================================================================= */
#totals {
    border: 2px solid #dddddd;
    padding: 2em;
    text-align: center;
}
#totals h3 {
    margin-top: 2em;
    font-size: 1em;
}

#furn-types {
    text-align: center;
}
#furn-types>div {
    display: inline-block;
}
#furn-types>div>img {
    width: 40px;
    height: auto;
    fill: #c20430;
    stroke: #c20430;
}

aside.count {
    border: 2px solid #dddddd;
    background: #FFF;
    border-radius: 2px;
    padding: 12px 0;
    margin: 1.5em 0;
    max-width: 120px;
    text-align: center;
    border-radius: 3px;
}
aside.count h2 {
    font-weight: 200;
    margin: 0;
    font-size: 25px;
}
aside.count p {
    margin: 0.3em 0 0 0;
    font-size: 12px;
}

#loginform {
    background: #f7f7f7;
    margin: 25px -20px;
    padding: 25px 20px;
}

#pw-reset {
    font-weight: 500;
    font-size: 0.9em;
}

#totalweight {
    display: inline-block;
    position: relative;
    background: #b4d1dc;
    border-radius: 999px;
    min-height: 64px;
    padding: 20px 40px 0 70px;
    font-size: 0.8em;
    font-weight: 500;
    margin: 2em 0;
}
#totalweight:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 7px;
    width: 50px;
    height: 50px;
    background: #FFF url("img/weight-icon.png") no-repeat center center;
    border-radius: 999px;
}

/* =========================================================================
   BROWSE ------------------------------------------------------------------
   ========================================================================= */
#catnav {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 2em;
    padding-left: 20px;
    overflow-x: auto;
    padding-bottom: 14px;
    /* leave room for scrollbar */
}
#catnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#catnav ul li a {
    display: block;
    position: relative;
    text-align: center;
    width: 120px;
    height: 120px;
    margin: 0 10px;
    border: 2px solid #dddddd;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
#catnav ul li a h4 {
    display: block;
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    margin: 0;
    color: #050001;
    font-size: 14px;
}
#catnav ul li a img {
    display: inline-block;
    max-width: 50px;
    max-height: 50px;
    margin-top: -15px;
}
#catnav ul li a:hover,
#catnav ul li a:active,
#catnav ul li.current a {
    background: #eeeeee;
    border-color: #c1c1c1;
}
#catnav ul li:first-child a {
    margin-left: 0;
}
#catnav ul li:last-child a {
    margin-right: 20px;
}

article.furnitem {
    margin-bottom: 2em;
}
article.furnitem a {
    color: #050001;
}
article.furnitem h3 {
    margin: 0.5em 0 0 0;
    font-size: 0.9em;
}

/* =========================================================================
   ITEM --------------------------------------------------------------------
   ========================================================================= */
#claimed-banner {
    background: #f7f7f7;
    text-align: center;
    margin: -20px -2000px 20px -2000px;
    font-size: 0.8em;
    padding: 0.8em 2000px;
    border-bottom: 1px solid #dddddd;
}
#claimed-banner i {
    position: relative;
    font-size: 1.4em;
    vertical-align: middle;
    top: -0.05em;
    margin-right: 0.2em;
}

nav.backlink {
    padding-bottom: 1.3em;
}
nav.backlink a {
    display: inline-block;
    font-size: 0.9em;
}
nav.backlink a:before {
    content: '\f104';
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 0.8em;
}

#item-col1 {
    padding-bottom: 3em;
}

#item-col2 {
    padding-bottom: 3em;
}
#item-col2 h4 {
    font-size: 0.85em;
    margin: 1.5em 0 0.6em 0;
}
#item-col2 p {
    font-size: 0.9em;
    margin: 0 0 0.7em 0;
}
#item-col2 a.btn {
    margin-top: 1em;
}

#photo-slider {
    background: #999;
}
#photo-slider .slick-prev,
#photo-slider .slick-next {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    border: none;
    margin-top: -25px;
    color: #FFF;
    background: #050001;
    z-index: 200;
}
#photo-slider .slick-prev:hover,
#photo-slider .slick-next:hover {
    background: #c20430;
}
#photo-slider .slick-next {
    left: auto;
    right: 0;
}
#photo-slider .slick-dots {
    position: absolute;
    bottom: -40px;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
#photo-slider .slick-dots li {
    display: inline-block;
    margin: 0 0.3em;
    padding: 0;
}
#photo-slider .slick-dots li button {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -3000px;
    padding: 0;
    border: 1px solid #c20430;
    background: #FFF;
    border-radius: 999px;
}
#photo-slider .slick-dots li button:hover,
#photo-slider .slick-dots li.slick-active button {
    background: #c20430;
}
#photo-slider figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#photo-slider figure img {
    display: block;
}
#photo-slider .slick-slide>div>div {
    vertical-align: top;
}
#photo-slider .slick-slide-inner {
    position: relative;
    padding-top: 70.9677%;
}
#photo-slider .slick-slide-inner figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#claimform {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    text-align: center;
}
#claimform h2 {
    margin-bottom: 0.1em;
}
#claimform.open {
    border-top: 2px solid #dddddd;
    max-height: 3000px;
    opacity: 1;
}
#claimform fieldset,
#claimform #pickup-details {
    text-align: left;
    background: #f7f7f7;
    max-width: 700px;
    margin: 1.8em auto;
    padding: 20px;
}
#claimform h3 {
    margin: 0 0 1em 0;
}

#claim-confirm {
    text-align: center;
    max-width: 740px;
    margin: 0 auto;
    padding-bottom: 80px;
}
#confirm-instructions{
  background: #f7f7f7;
  border: 1px solid #dddddd;
  padding: 2em 3em;
  margin: 2em 0;  
}
#confirm-instructions p{
  font-size:0.85em; 
}
#confirm-note-icon{
  width: 150px;
  margin:0 auto; 
}
#confirm-itemno{
  display: inline-block;
  font-size: 1.3em;
  font-weight: bold;
  border: 1px solid #dddddd;
  padding:0.2em 0.6em;
  margin:0 0.2em;
  background: #FFF;
  border-radius: 4px;
}
#claim-confirm aside.count {
    display: inline-block;
    width: 120px;
}
#claim-confirm>aside {
    background: #f7f7f7;
    border: 1px solid #dddddd;
    padding: 2em 0;
    margin: 2em 0;
}
#claim-confirm>aside>div {
    max-width: 340px;
    margin: 0 auto;
}
#claim-confirm #totalweight {
    margin-top: 0;
}

#ty-gif {
    display: inline-block;
    border: 2px solid #dddddd;
    border-radius: 4px;
    background: #FFF;
}
#ty-gif img {
    display: block;
}

#req-msg {
    font-size: 12px;
    margin: 0.6em 0;
}

#pickup-details p {
    margin: 0.6em 0;
    font-size: 0.85em;
}

#container_submit {
    text-align: center;
    padding-top: 1.5em;
    padding-bottom: 60px;
}
#container_submit button {
    min-width: 250px;
}
#container_submit #cancel-container {
    margin: 0.6em;
}
#container_submit #cancel-container a {
    display: inline-block;
    min-width: 250px;
}

#item-specs {
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    padding: 0.8em 0;
    margin: 1.5em 0;
    font-size: 0.85em;
}
#item-specs p {
    margin: 0.7em 0;
    line-height: 130%;
}

/* =========================================================================
   POST ITEM FORM ----------------------------------------------------------
   ========================================================================= */
h1 span#req-msg {
    display: inline-block;
    margin-left: 1.8em;
    vertical-align: baseline;
}

#postitem fieldset,
#postitem div.fieldset {
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 1.8em;
}
#postitem fieldset h3,
#postitem div.fieldset h3 {
    margin-top: 0;
}
#postitem fieldset>*:last-child,
#postitem div.fieldset>*:last-child {
    margin-bottom: 0;
}

#js-validation-fail {
    display: none;
    background: #fff7a4;
    border: 2px solid #fbde86;
    border-radius: 4px;
    margin: 2em 0;
    padding: 30px;
    font-size: 0.8em;
}

.failed-validation #js-validation-fail {
    display: block;
}

.unhappyMessage,
p.login-error {
    display: block;
    margin: 0.6em 0 1em 0;
    padding: 5px 10px 7px 10px;
    font-size: 0.7em;
    background: #fff7a4;
    border: 2px solid #fbde86;
    border-radius: 4px;
    line-height: 130%;
}
.unhappyMessage i,
p.login-error i {
    display: inline-block;
    font-size: 0.8em;
    position: relative;
    top: -0.2em;
}

.field-container {
    margin: 0 0 1em 0;
}

.field-instructions {
    font-size: 13px;
    font-style: italic;
    line-height: 130%;
    margin-top: 0.3em;
    color: #707070;
}

.dimension {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.dimension label,
.dimension input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.dimension label {
    text-align: right;
    padding-right: 10px;
}
.dimension input {
    width: 50px;
}

#errorlist {
    background: #fff7a4;
    border: 2px solid #fbde86;
    border-radius: 4px;
    padding: 10px 10px 10px 10px;
    margin: 1.5em 0;
}
#errorlist p {
    font-size: 0.8em;
    font-weight: 500;
    line-height: 140%;
    margin: 0 0 0.6em 0;
}
#errorlist ul {
    margin: 0.6em 0 0 0;
    padding: 0 0.7em;
}
#errorlist ul li {
    margin: 0.4em 0;
    padding-left: 0.7em;
    font-size: 0.7em;
    line-height: 130%;
}

#fields-expiration {
    border: 2px solid #dddddd;
    text-align: center;
    padding: 15px;
}
#fields-expiration h4 {
    margin-top: 0;
}
#fields-expiration #container_expiration {
    margin-bottom: 0;
}
#fields-expiration #container_expiration input {
    margin: 1em 0 0 0;
    text-align: center;
    cursor: pointer;
}
#fields-expiration #click-to-edit {
    margin: 0.5em 0 1.5em 0;
}

#container_images {
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
}
#container_images .field-instructions {
    margin-top: 1.2em;
}

/* =========================================================================
   PAGE/FAQ ----------------------------------------------------------------
   ========================================================================= */
#page-maincol {
    padding-bottom: 30px;
}

#aside-col aside {
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    padding: 20px;
}
#aside-col aside h3 {
    font-size: 0.8em;
    margin: 0;
}
#aside-col aside p {
    font-size: 0.9em;
    margin: 0.7em 0;
}
#aside-col aside p:last-child {
    margin-bottom: 0;
}

dl#expandable dt {
    cursor: pointer;
    font-weight: 500;
    font-size: 0.9em;
    line-height: 140%;
    margin-top: 1.6em;
    padding-left: 30px;
    position: relative;
    color: #407387;
}
dl#expandable dt:before {
    content: '\f055';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 1.3em;
    left: 0;
    top: 0;
}
dl#expandable dt.open:before {
    content: '\f056';
}

dl#expandable dd {
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    margin: 0;
    padding: 0 0 0 30px;
    font-size: 0.9em;
}
dl#expandable dd.open {
    max-height: 600px;
    overflow-y: auto;
    opacity: 1;
    padding-bottom: 5px;
}
dl#expandable dd p {
    margin: 0.5em 0 0.9em 0;
}

/* =========================================================================
   MY ACCOUNT --------------------------------------------------------------
   ========================================================================= */
#account-head a#account-signout {
    float: right;
    display: block;
    font-size: 16px;
}

.account-group {
    background: #f7f7f7;
    margin: 1.8em auto;
    padding: 20px;
}
.account-group h3 {
    margin-top: 0;
}

article.account-item {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    border: 2px solid #dddddd;
    border-radius: 4px;
    padding: 20px;
    background: #FFF;
    margin: 2em 0;
    position: relative;
    max-height: 800px;
    opacity: 1;
}
article.account-item:last-child {
    margin-bottom: 0;
}
article.account-item.deleted {
    max-height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
}
article.account-item img {
    border: 1px solid #dddddd;
}
article.account-item h4 {
    display: block;
    position: absolute;
    left: 20px;
    height: 28px;
    top: -30px;
    margin: 0;
    font-size: 13px;
    line-height: 100%;
    padding: 7px 15px 0px 15px;
    color: #FFF;
    background: #707070;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
article.account-item.status-pending h4 {
    background: #f9bd1b;
    color: #050001;
}
article.account-item.status-approved h4 {
    background: #008800;
}
article.account-item.status-expired h4 {
    background: #ca1313;
}
article.account-item.status-claimed h4 {
    background: #050001;
}
article.account-item h3 {
    margin-top: 0.8em;
}
article.account-item p {
    font-weight: normal;
    margin: 0.3em 0;
}
article.account-item a.btn {
    min-width: 170px;
}
article.account-item .itemnav {
    margin-top: 1.3em;
}
article.account-item .itemnav-link {
    display: inline-block;
    line-height: 100%;
    padding: 0px 15px;
    border-right: 1px solid #dddddd;
}
article.account-item .itemnav-link:last-child {
    border-right: none;
}

#myposted article.account-item {
    margin: 3em 0;
}
#myposted article.account-item.deleted {
    margin: 0;
}
#myposted article.account-item:last-child {
    margin-bottom: 0;
}

#expiring-list {
    list-style: none;
    margin: 1.8em 0 2.2em 0;
    padding: 0;
}
#expiring-list li {
    position: relative;
    margin: 0.6em 0;
    padding: 0 0 0 30px;
}
#expiring-list li:before {
    content: '';
    position: absolute;
    left: 0.15em;
    top: 0.4em;
    width: 16px;
    height: 16px;
    background: #c20430;
    border-radius: 999px;
}


/* =========================================================================
   MEDIA QUERIES -----------------------------------------------------------
   ========================================================================= */
@media only screen and (max-width: 1023px) {
    #aside-col aside {
        text-align: center;
    }
    #postitem {
        padding-bottom: 2.5em;
    }
    .hide-appnav-mobile #appfooter {
        opacity: 0;
        max-height: 0;
    }
}

@media only screen and (max-width: 767px) {
    article.account-item {
        max-width: 340px;
    }
    article.account-item a.btn.alt {
        font-size: 13px;
        padding: 10px 20px;
        min-width: 0;
    }
    article.account-item .itemnav-link {
        font-size: 13px;
    }
}

@media only screen and (max-width: 479px) {
    #appmenu>ul>li>a {
        font-size: 11px;
    }
}

@media only screen and (min-width: 768px) {
    main {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #claimed-banner {
        margin-top: -60px;
    }
    #account-head a#account-signout {
        float: none;
        display: inline-block;
        margin-left: 1.5em;
    }
}

@media only screen and (min-width: 1024px) {
    .wrap {
        max-width: 960px;
    }
    h1 {
        font-size: 1.6em;
    }
    h1.logintitle {
        font-size: 2.5em;
    }
    #loginform {
        margin-top: 2.5em;
    }
    #furn-types {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #furn-types>div>img {
        width: 70px;
    }
    aside.count h2 {
        font-size: 40px;
    }
    #catnav {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0;
        overflow: hidden;
    }
    #catnav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    #catnav ul li {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        padding: 0 15px;
    }
    #catnav ul li a {
        width: 100%;
        height: 150px;
        margin: 0;
    }
    #catnav ul li a img {
        max-width: 65px;
        max-height: 65px;
        height: 65px;
        width: auto;
    }
    #catnav ul li a h4 {
        bottom: 20px;
    }
    #appmenu>ul {
        max-width: 730px;
        margin-left: auto;
        margin-right: auto;
    }
    #appmenu>ul>li a {
        padding-top: 22px;
        padding-bottom: 12px;
    }
    #appmenu>ul>li a:before {
        height: 40px;
    }
    #claimform fieldset,
    #claimform #pickup-details,
    #claimform div.fieldset,
    #postitem fieldset,
    #postitem #pickup-details,
    #postitem div.fieldset {
        padding: 40px;
    }
    .account-group,
    article.account-item {
        padding: 40px;
    }
    #container_submit.postitem-submit {
        text-align: left;
    }
}

@media only screen and (min-width: 1280px) {
    .wrap {
        max-width: 1100px;
    }
    #logo {
        height: 150px;
        width: 150px;
    }
    #logo img {
        width: 120px;
    }
    main {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .spacedcols {
        margin-left: -45px;
        margin-right: -45px;
    }
    .spacedcols>* {
        padding-left: 45px;
        padding-right: 45px;
    }
    .spacedcols-md {
        margin-left: -20px;
        margin-right: -20px;
    }
    .spacedcols-md>* {
        padding-left: 20px;
        padding-right: 20px;
    }
    #claimed-banner {
        margin-top: -70px;
    }
    #furn-types>div>img {
        margin: 0 0.5em;
    }
    aside.count h2 {
        font-size: 46px;
    }
    #loginform {
        margin-left: 0;
        margin-right: 0;
        padding: 40px 60px;
    }
    #totals {
        padding-bottom: 45px;
    }
    #fields-expiration {
        padding: 25px;
    }
    #item-col1 {
        padding-right: 48px;
    }
    #sitetitle {
        left: 180px;
        top: 48px;
        font-size: 50px;
    }
}
