/**
 * All CSS in this file should be custom-written CSS.
 * Do not include Bootstrap or other already-minified CSS in this file.
 *
 * To deploy, the contents of this file should be minified, then placed
 * at the end of rentfurniture.min.css
 *
 * - Gregor Morrill, Stevens & Stevens
 */

:root {
	--primary-color: #6772cf;
	--secondary-color: #9a9bdf;
	--tertiary-color: #555;

	/* this is really close to the secondary color, do we still need it? */
	--secondary-heading-color: #a4aae2;

	--bs-btn-bg: var(--primary-color);
	--bs-btn-color: #fff;
	--bs-btn-border-color: var(--primary-color);

	--bs-btn-hover-bg: var(--secondary-color);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-border-color: var(--secondary-color);
}

@font-face {
	font-family: 'BebasNeueRegular';
	font-display: swap;
	src: url('/assets/fonts/BebasNeue-webfont.eot');
	src: url('/assets/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/BebasNeue-webfont.woff') format('woff'), url('/assets/fonts/BebasNeue-webfont.ttf') format('truetype'), url('/assets/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Champagne & Limousines';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: local('Champagne & Limousines'), url('/assets/fonts/Champagne & Limousines.woff') format('woff');
}

@font-face {
	font-family: "FontAwesome";
	font-style: normal;
	font-display: swap;
	font-weight: 900;
	src: url('/assets/fonts/fa-solid-900.eot');
	src: url('/assets/fonts/fa-solid-900.eot?#iefix') format("embedded-opentype"), url('/assets/fonts/fa-solid-900.woff2') format("woff2"), url('/assets/fonts/fa-solid-900.woff') format("woff"), url('/assets/fonts/fa-solid-900.ttf') format("truetype"), url('/assets/fonts/fa-solid-900.svg#fontawesome') format("svg")
}

	@font-face {
  font-family: Museo;
  src: url(/assets/fonts/museosans_300-webfont.woff);
}

	@font-face {
  font-family: Museo;
  src: url(/assets/fonts/museosans_700-webfont.woff);
  font-weight: bold;
}

.fa, .fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}

.bebas {
	font-family: BebasNeueRegular, sans-serif;
}

html {
	font-size: 62.5%;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	color: #555;
}

a.btn.btn2 {
    font-size: 1.4rem;
    border: 1px solid #6772cf;
}

/* Customize site-wide Bootstrap buttons */
.btn-primary {
	background-color: var(--bs-btn-bg);
	border-color: var(--bs-btn-border-color);
	color: var(--bs-btn-color);
}

.btn-primary:hover {
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	color: var(--bs-btn-hover-color);
}

.btn-outline-primary {
	background-color: var(--bs-btn-color);
	border-color: var(--secondary-color);
	color: var(--secondary-color);
}

.btn-outline-primary:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--bs-btn-color);
}

.btn-secondary {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
	color: var(--bs-btn-color);
}

.btn-secondary:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--bs-btn-color);
}

.btn-tertiary {
	background-color: var(--tertiary-color);
	border-color: var(--tertiary-color);
	color: var(--bs-btn-color);
}

.btn-tertiary:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--bs-btn-color);
}

/* Residential */
.alert-residential-promo {
    background-color: #00AEEF;
    color: #fff;
}

    .alert-residential-promo .alert-link {
        color: #fff;
        font-weight: inherit;
    }

    .alert-residential-promo .alert-link:hover {
        opacity: .8;
    }

.secondary-heading {
	font-size: 2rem;
	letter-spacing: 0.08em;
}

.heading-bottom-border {
	border-bottom: 1px solid #555;
}

.product-card .product-name {
	font-family: Arapey, serif;
	font-size: 2rem;
	letter-spacing: 0.08em;
}

.product-card .product-price {
	font-family: BebasNeueRegular, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	color: var(--secondary-color);
}

.customer-care,
.option-price {
	font-size: 1.1rem;
	color: var(--secondary-color);
}

.name-of-option,
.option-card
{
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 2.5rem;
	letter-spacing: .05em;
	line-height: 1;
	text-transform: uppercase;

	background-color: #555;
	color: #fff;
	border-radius: 10px;

	padding-left: 1em;
	padding-right: 1em;

	height: 5em;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	resize: vertical;
}

.total-box {
	background-color: var(--secondary-color);
	color: #fff;
}

.continue-link {
	font-family: 'BebasNeueRegular';
	font-size: 1.6rem;
}

.light-grey-bg {
	background-color: #f1f1f1;
}

.dk-gray {
	color: #555;
}

.text-accent {
	color: var(--secondary-color);
}

.heading-accent,
.feature-list-heading {
	font-weight: 700;
	color: var(--secondary-color);
}

.gallery-module {
	margin-bottom: 80px;
}

	.gallery-module .slick-prev {
		margin-left: 60px;
	}

	.gallery-slider {
		padding: 0 26px;
	}

	.gallery-slider li {
		margin: 0 15px;
	}

/* Customize Slick Slider */
.slick-next:before,
.slick-prev:before
{
	font-family: 'FontAwesome';
	font-size: 40px;
	line-height: 1;
	color: #666;
	background-color: rgba(255,255,255,.8);
	border-radius: 10px;
	padding: 3px 7px;
}

.slick-prev:before,
[dir=rtl] .slick-prev:before
{
	content: '\f104'
}

.slick-next:before,
[dir=rtl] .slick-next:before
{
	content: '\f105';
}

.content-container {
	max-width: 1600px;
}

.content-container .main-contact-heading {
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
	padding-bottom: 15px;
}

.content-container .photo-grid-cont {
	padding-left: 15px;padding-right: 15px;
}

.contact-content #representatives {
	padding-bottom: 20px;
}

.contact-content .dropdown-toggle::after {
	display: none;
}

.contact-content .region-link {
	color: #000;
	font-size: .9em;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #f2f2f2;
	padding-top: 6px;
	padding-bottom: 6px;
}

.contact-content #region-contacts li a {
	text-transform: none;
	color: #6772CF;
	border-bottom: none;
}

.contact-content .btn-secondary {
	background-color: #566bcc;
	background: linear-gradient(-45deg,#566bcc 20%,#cbcbef 80%);
	background-size: 150%;
	background-position: top right;
	border: none;
	padding: 0.5em 1em;
	transition: ease .3s;
	font-size: 1.6rem;
}

.contact-content h1 {
	font-size: 2.6em;
	border-top: 0px;
	border-bottom: 0px;
	color: #6772cf;
}

.contact-content h2 {
	font-family: "Helvetica Neue";
	text-transform: none;
	letter-spacing: 0px;
	font-size: 2.2rem;
}

.contact-content h3 {
	font-size: 1.3em;
}

.contact-content .section-heading {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 1.7rem;
	color: #6772cf;
}

.contact-content .empty-section-heading {
	margin-bottom: 40px;
}

.contact-content .headshot,
.contact-content a[aria-expanded="false"] .headshot {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: ease .3s;
}

.contact-content a:hover .headshot,
.contact-content a[aria-expanded="true"] .headshot {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
	transition: ease .3s;
}

.contact-content .info-icon::before {
	content: "+";
	color: #fff;
	font-size: 16px;
	top: -3px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.contact-content a[aria-expanded="true"] .info-icon::before {
	content: "-";
}

.contact-content a:hover .info-icon {
	background-color: #566bcc;
}

.contact-content .info-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	background-color: #000;
	color: #fff;
	border-radius: 50%;
}

/** Contact cards on contact landing page **/
.contact-content .contact-card {
	font-size: 1.4rem;
	color: #fff;
	background: #333;
	padding: 3rem;
}

	.contact-content .contact-card a:link,
	.contact-content .contact-card a:visited,
	.contact-content .contact-card a:hover {
		font-size: 1.6rem;
		color: #fff;
	}

	.contact-content .contact-card a:hover {
		color: #e1e1e1;
	}

	.contact-content .contact-card .secondary-color {
		color: #e1e1e1;
	}

	.contact-content .contact-card .heading {
		font-size: 2rem;
		color: #cbcbef;
	}

		.contact-content .contact-card .heading a:link,
		.contact-content .contact-card .heading a:visited,
		.contact-content .contact-card .heading a:hover {
			color: #cbcbef;
			font-size: inherit;
		}

	.contact-content .contact-card .job-title {
		font-size: .9em;
	}

/** Contact profiles on contact permalinks **/
.contact-profile .heading {
	color: #6772CF;
}

p, ol, ul, li {
	margin-top: .5em;
	margin-bottom: .5em;
	line-height: 1.4em;
}

.hero {
	background-image: url('/assets/images/res-hp-hero.jpg');
	background-size: cover;
	padding-top: 12%;
	padding-bottom: 12%;
	background-position: center center;
}

.hero2 {
	background-image: url('/assets/images/hero2.jpg');
	background-size: cover;
	padding-top: 8%;
	padding-bottom: 8%;
}

/*.hero3 {
	background-image: url('https://cdn.rentfurniture.com/rentfurniture/hero3.jpg'); background-size: cover;
padding-top:30px; padding-bottom:30px; background-position: center center;
}*/

.hero3 {
	background-image: url('https://cdn.rentfurniture.com/rentfurniture/hero3.webp');
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
	background-position: center center;
}

.no-webp .hero3 {
	background-image: url('https://cdn.rentfurniture.com/rentfurniture/hero3.jpg');
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
	background-position: center center;
}

.hero3-inner {
	background-color: rgba(241, 241, 241, .8);
	padding: 10px;
}

.fontsize12 {
	font-size: 14px;
}

.core-col {
	padding-left: 30px;
	padding-right: 30px;
}

.follow-insta {
	font-family: 'Arapey', serif;
	font-display: swap;
	font-size: 16px;
	color: #6772CF;
	letter-spacing: .03em
}

span.insta-at {
	position: relative;
	top: -4px;
}

span.insta-ampersand {
	font-family: serif;
}

.hp-video-cont {
	margin-top: 40px;
}

.testimonial-row-grey {
	background-color: #f6f6f6;
	padding-bottom: 50px;
}

.testimonial {
	font-family: 'Arapey', serif;
	font-display: swap;
	font-size: 18px;
}

.hero-box-row {
	border-top: 2px solid rgba(255, 255, 255, .7);
	border-bottom: 2px solid rgba(255, 255, 255, .7);
	padding-top: 1.25em;
	padding-bottom: 1.25em;
}

.hero-box {
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
}

.hero-box-inner p {
	line-height: 1.2;
}

.hero-box:nth-child(1) {
	/*margin-bottom:1em;*/
}

.hero-box-inner {
	background-color: rgba(255, 255, 255, .8);
	padding: 1.25em 1em;
	text-transform: uppercase;
	color: #555;
	letter-spacing: .1em;
	font-size: 2.2rem;
	line-height: 1.2;
	border: 1px solid transparent;
	transition: ease .3s;
	width: 100%;
}

.hero3 .hero-box-inner {
	background-color: rgba(255, 255, 255, .8);
	padding: 5px 1em;
	text-transform: uppercase;
	color: #555;
	letter-spacing: .1em;
	font-size: 2.2rem;
	line-height: 1.2;
	border: 1px solid transparent;
	transition: ease .3s;
	width: 100%;
}

.hero3 .hero-box {
	margin-top: 5px;
	margin-bottom: 5px;
}

.hero-box-inner2 {
	background-color: rgba(203, 203, 203, .95);
	padding: 1.25em 1em;
	color: #333;
}

.hero-box-inner:hover {
	background-color: #A4AAE2;
	color: #fff;
	transition: ease .3s;
}

.hero-box-title1 {
	font-family: 'Arapey', serif;
	font-display: swap;
	text-transform: none;
	letter-spacing: .09em;
	font-size: 1.1em;
}

.hero3 .hero-box-title1 {
	font-family: 'Arapey', serif;
	font-display: swap;
	text-transform: none;
	letter-spacing: normal;
	font-size: 2rem;
}

.hero-box-title2 {
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: .17em;
}

.row-padding {
	padding-top: 3em;
	padding-bottom: 3em;
}

.smaller {
	font-size: 1.1em;
}

.larger {
	font-size: 1.2em;
}

.text-link {
	font-size: 1em;
	font-family: 'Arapey', serif;
	font-display: swap;
}

.no-wrap {
	white-space: nowrap;
}

.thin {
	font-weight: 300;
}

.thin strong {
	font-weight: 700;
}

.spaced {
	letter-spacing: .08em;
}

.serif {
	font-family: 'Arapey', serif;
	font-display: swap;
}

.text-link {
	font-size: 1.5em;
	font-family: 'Arapey', serif;
	font-display: swap;
}

.item.carousel-item img {
	width: 100%;
}

a {
	color: #6772CF;
	transition: ease .3s;
}

a:hover {
	color: #A4AAE2;
	transition: ease .3s;
	text-decoration: none;
}

.header-row {
	padding-top: .5em;
	padding-bottom: .5em;
}

.social {
	text-align: center;
	font-weight: 600;
	color: #9a9ae0;
	font-size: 1.1rem;
}

.social img {
	padding: 0 5px;
	max-width: 35px;
	margin-bottom: .3em;
}

.social img:hover {
	opacity: .6;
	transition: ease .3s;
}

.rt-logo-tagline {
	clear: both;
	display: block;
	color: #4d4d4d;
	font-size: 25px;
	font-weight: 100;
	letter-spacing: .06em;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
	font-family: 'Champagne & Limousines';
	font-display: swap;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

span.blue-purple {
	color: #3e5ac8;
	font-weight: 600;
}

.logo {
	text-align: center;
}

.menu .navbar-light .navbar-nav a {
	color: #555;
	padding: .3em .7em .3em 7em;
	line-height: 1.1;
	font-weight: 200;
}

.menu .navbar-light .navbar-nav a:hover, .menu .navbar-light .navbar-nav a:focus {
	color: #A4AAE2;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
	color: #A4AAE2;
}

.navbar-toggler {
	font-size: 1.8rem;
}

.navbar-light {
	color: #fff;
	background-color: #ccc6c6;
	border-color: #aca1a2;
}

.navbar-light .navbar-nav>li>a {
	color: #fff;
}

.navbar-light .navbar-nav>.dropdown>a .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar-light .navbar-brand {
	color: #fff;
}

.menu-large {
	position: static !important;
}

.megamenu {
	width: 100%;
}

.megamenu>div>li>ul {
	padding: 0;
	margin: 0;
}

.megamenu>div>li>ul>li {
	list-style: none;
}

.megamenu .card {
	outline: none;
}

.megamenu .card:hover, .megamenu .card:focus {
	outline: 1px solid #000;
}

.megamenu>div>li>ul>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: normal;
}

.megamenu>div>li>ul>li>a:hover, .megamenu>div>li>ul>li>a:focus {
	text-decoration: none;
	color: #A4AAE2;
}

.megamenu.disabled>a, .megamenu.disabled>a:hover, .megamenu.disabled>a:focus {
	color: #999999;
}

.megamenu.disabled>a:hover, .megamenu.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	cursor: not-allowed;
}

.megamenu.dropdown-header {
	color: #428bca;
	font-size: 18px;
}

.dropdown-item:focus, .dropdown-item:hover {
	background-color: transparent;
}

.dropdown-menu {
	background-color: rgb(77, 77, 77);
}

.megamenu>div>li>ul>li>a {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 300;
	letter-spacing: .08em;
}

.megamenu>div>li>ul>li>a:hover {
	color: #A4AAE2;
}

.footer {
	background-color: #f8f9fa;
	/*border-bottom-right-radius: 1.3em;
	border-bottom-left-radius: 1.3em;*/
	padding-top: 4em;
	padding-bottom: 4em;
}

.footer-menu {
	padding-left: 0;
	list-style-type: none;
	line-height: 1;
}

.footer-menu li {
	margin-top: .5em;
	margin-bottom: .5em;
	line-height: 1;
}

.footer-menu a {
	font-size: 12px;
	color: #555;
}

.footer-menu a:hover {
	color: #A4AAE2;
}

.footer-contact {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.footer-contact a {
	color: #555;
}

.footer-contact p {
	font-size: 16px;
	margin: .1em 0;
}

.footer-contact .copyright {
	font-size: 11px;
	text-transform: none;
	margin-top: 1em;
}

.footer-icon:hover {
	opacity: .7;
}

.resources {
	text-align: center;
	margin-bottom: 20px;
}

/* new end*/
/* .goog-te-gadget, .goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {color:#fff !important;} */

span.months {
	font-style: italic;
	font-size: .9em;
	margin-bottom: 10px;
	margin-top: -5px;
}

a.phone-num {
	color: #333;
}

textarea.form-control.mod-form, input.form-control.mod-form {
	width: 80%;
	padding: 10px 6px;
	display: block;
	margin-bottom: 10px;
}

select.form-control.mod-form {
	width: 80%;
	padding: 10px 6px;
	display: block;
	margin-bottom: 10px;
	height: 40px!important;
}

span.new, span.new a:link, span.new a:visited {
	color: #4754c4;
	text-transform: uppercase;
}

span.new a:hover {
	color: #8087cd;
}

span.old {
	color: #8087cd;
	text-transform: uppercase;
}

.pad {
	padding-top: 40px;
}

input[type="radio"] {
	vertical-align: baseline;
}

h5.help {
	color: #6772CF;
	text-align: center;
	margin-top: 70px;
	display: block;
	font-size: 2em;
}

h4.help {
	font-size: 1.5em;
	background: #6772CF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #ffffff;
	font-family: 'Arapey', serif;
	font-display: swap;
}

.ps {
	font-weight: 700;
	color: #b08359;
	font-size: 1.8em;
}

.padd {
	margin-top: 20px;
}

.together {
	padding-left: 20%;
}

a.brown {
	color: #b08359;
}

.small-center {
	font-family: 'BebasNeueRegular';
	font-display: swap;
	line-height: 1em;
	font-size: .8em;
	font-weight: normal;
}

.small-center label {
	margin-right: 3px;
}

.insta-widget {
	width: 700px;
	margin: 0 auto;
	padding: 20px 30px 30px 30px;
	background-color: #e8e8e9;
}

.insta-widget-sm {
	display: none;
}

#habla_window_div #habla_topbar_div {
	background-color: #6772CF;
	border: 1px solid #fff;
	border-bottom: none;
}

#habla_window_state_div #habla_window_div #habla_topbar_div {
	background-color: #6772CF;
	border: 1px solid #fff;
	border-bottom: none;
}

.awards {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
	color: #8b8c8e;
	font-size: 17px;
	line-height: 17px;
}

.awards h3 {
	font-size: 20px;
	padding-bottom: 0;
	margin-bottom: 5px;
	font-style: normal;
	line-height: 25px;
	color: #626366;
}

.w {}

.p {
	background: #f3f3f4;
}

.hs-button-row {
	margin-bottom: 1em;
}

.hs-button {
	text-align: center;
}

.hs-button a:link, .hs-button a:visited {
	display: block;
	font-size: 1em;
	color: #fff;
	background-color: #555;
	height: 50px;
	padding-top: 15px;
	text-transform: uppercase;
	text-decoration: none;
}

.hs-button a:hover {
	display: block;
	font-size: 1em;
	color: #fff;
	background-color: #414042;
	;
	height: 50px;
	text-transform: uppercase;
	text-decoration: none;
}

.mag {
	text-align: center;
	font-family: "Arapey";
	font-display: swap;
	font-size: 1.2em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
}

.mag a p {
	background: #767575;
	padding: 4px 0;
	margin-top: 3px;
	color: #ffffff;
	width: 100%;
	text-decoration: none;
}

.mag a:hover p {
	background: #000000;
	text-decoration: none;
}

.row .mag a:hover {
	text-decoration: none;
}

.mag img {}

.cat a {
	color: #ffffff;
	font-family: "Arapey";
	font-display: swap;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
}

.cat {
	text-align: center;
	background: url('/homestaging/images/back-btn.jpg') center no-repeat;
	margin-left: 2%;
	width: 48%;
	height: 50px;
	float: left;
	padding-top: 15px;
}

.referral-menu-fix {
	margin-bottom: 6px;
}

.referral-menu {
	color: #fff;
	font-size: 23px;
	letter-spacing: 1px;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	text-decoration: none;
}

.referral-menu:hover {
	color: #ccc;
	text-decoration: none;
}

.span12 p {
	padding-left: 100px;
}

.span12 .homepage p {
	padding-left: 0px;
}

blockquote input {
	width: 50px;
}

input.length {
	width: 30%
}

.form-padding {
	font-weight: bold;
}

.span3 select {
	width: 212px;
}

.form-lvl2 {
	text-align: right;
}

.form-lvl2b {
	text-align: left;
}

.left10px {}

.maintextforhs2 {
	background-color: #e6e6e6;
	text-align: right;
	margin-bottom: 15px;
	display: block;
}

.maintextforhs2 a:link, .maintextforhs2 a:visited {
	background-color: #999;
	padding: 6px 15px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	text-decoration: none;
}

.maintextforhs2 a:hover {
	background-color: #333;
	color: #fff;
}

.btm-hp-box img:hover {
	opacity: 0.8;
}

#boxpic {
	float: left;
	width: 70%;
}

#box {
	float: left;
	width: 20%;
	padding-left: 5%;
	margin: 10px 0;
}

#box a {
	font-family: 'BebasNeueRegular';
	font-display: swap;
	line-height: .5em;
	font-size: 1.0em;
	font-weight: normal;
}

#box hr {
	margin: 3px 0;
}

.homespan .span3 {
	margin-left: 0;
	margin-bottom: 20px;
}

.span3 .homebtn {
	margin-left: 0;
}

.homespan .span3:nth-child(3n+0) {
	margin-right: 1%;
}

.homespan .span3:nth-child(2n+0) {
	margin-right: 1%;
}

form .homespan .span3:nth-child(1n+0) {
	margin-left: 0;
	margin-right: 5px;
}

.max {
	max-height: 90px;
	overflow: hidden;
	width: 100%;
}

.homebtn {}

.homebtn:hover {}

h6 {
	background: #555555;
	text-align: center;
	color: #ffffff;
	font-family: "Arapey";
	font-display: swap;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 20px;
}

a:hover h6 {
	text-decoration: none;
	background: #414042;
}

.btnh {}

.homepage {
	border: 9px solid #ececec;
	padding: 20px;
	margin-bottom: 25px;
}

.homepage h1 {
	color: #808080;
	background: none;
	font-family: 'Arapey', serif;
	font-display: swap;
	text-align: left;
	font-size: 24px;
	line-height: 26px;
	margin-left: 50px;
	margin-right: 50px;
}

.homepage p {
	margin-left: 50px;
	margin-right: 50px;
}

.qty {
	text-align: left;
	float: left;
	margin-right: 3px;
	line-height: 35px;
}

body {}

input#textarea {
	width: 30px;
	float: right;
}

#form input {
	width: 30px;
	padding: 1px;
	margin-top: 4px;
}

#form button.btn, #form input[type="submit"].btn {
	width: 69%;
	margin-top: -8px;
}

form .lightbox-content .lightbox-caption, .prod-photo .lightbox-content .lightbox-caption {
	color: #333;
	font-family: 'BebasNeueRegular';
	font-display: swap;
}

form .lightbox-header .close, .prod-photo .lightbox-header .close {
	margin-top: 0px;
	margin-right: 0px;
	font-size: 2em;
	color: #000000;
	opacity: .8;
}

h2, h1.home-title {
	font-size: 2.8rem;
	font-family: 'Arapey', serif;
	font-display: swap;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1;
	margin-bottom: .5em;
	border-top: 0;
	border-bottom: 0;
	padding-top: 0;
}

h1 {
	font-size: 3rem;
	font-family: 'Arapey', serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	line-height: 1;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	padding-top: .5em;
	padding-bottom: .5em;
	margin-top: .3em;
	margin-bottom: .75em;
	text-align: center;
	font-display: swap;
}

.furniture-row h3 {
	font-size: 1.6rem;
	line-height: 1.1;
	margin: 0;
	text-transform: none;
	font-weight: bold;
	border-bottom: 0;
	padding-bottom: 0;
}

.furniture-row h3:nth-child(3) {
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: 300;
	line-height: .8;
	border-bottom: 1px solid #999;
	padding: 0 1em .5em 1em;
	display: inline-block;
}

.slick-prev {
	margin-left: 50px;
	z-index: 999;
	width: 40px;
	height: 60px;
}

.slick-next {
	margin-right: 60px;
	z-index: 999;
	width: 40px;
	height: 60px;
}

.slick-slide .smaller {
	font-size: .6em;
}

.slick-prev:before, .slick-next:before {
	font-family: 'FontAwesome';
	font-display: swap;
	font-size: 40px;
	line-height: 1;
	opacity: .75;
	color: #666666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 10px;
	padding: 3px 7px;
}

a.backt {
	color: #ffffff;
	display: block;
	font-size: .9em;
	padding: 0;
	height: 35px;
}

.clear {
	clear: both;
}

.topbar {
	background-color: #fff;
}

.tagline {
	color: #6772CF;
	text-transform: uppercase;
	font-size: 2.6em;
	letter-spacing: .05em;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	padding-top: 40px;
	text-align: right;
}

.menubar {
	background-color: #6772CF;
}

.slider-cont {
	border-bottom: 9px solid #cccaef;
}

.social {
	padding-top: 10px;
}

.social form {
	float: left;
}

.social form input[type="text"] {
	width: 150px;
	padding: 1px;
}

.social form input[type="image"] {
	width: 25px;
	padding-top: 2px;
}

.text-right input {
	vertical-align: top;
	margin-top: 3px;
}

.social img:hover {
	opacity: 0.8;
}

.difference-hp {
	padding: 15px 0;
}

.btm-lft-hp {
	width: 49.5%;
	float: left;
	border-top: 9px solid #cccaef;
}

.btm-right-hp {
	width: 49.5%;
	float: left;
	margin-left: 1%;
	border-top: 9px solid #cccaef;
}

.bgwhite {
	background-color: #fff;
	padding-bottom: 30px;
}

.bgwhite-hp {
	background-color: #fff;
	padding-bottom: 0px;
}

.bluetype {
	color: #445cc8;
}

.halfcol-indent {
	padding-right: 90px;
}

.difference {
	margin: 0 auto;
}

.nobullet {
	list-style: none;
}

.carousel {
	margin-bottom: 0px;
}

.carousel-indicators2 {
	position: absolute;
	bottom: 5px;
	right: 48%;
	z-index: 5;
	margin: 0;
	list-style: none;
}

.carousel-indicators2 li {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	text-indent: -999px;
	background-color: #ccc;
	border-radius: 5px;
}

.carousel-indicators2 .active {
	background-color: #666;
}

.category-item {
	width: 20%;
	float: left;
}

.prod-cont {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
}

.prod-photo {
	color: #CCC;
}

.prod-title {
	background-color: #fff;
	font-size: 1.3em;
	padding: 6px 10px;
	color: #000;
}

.prod-price {
	background-color: #ABAAE4;
	color: #fff;
	padding: 4px 0;
}

.prod-select {
	background-color: #ffffff;
	color: #000000;
	padding: 6px 0;
	font-size: 1.0em;
}

.page-photo {
	text-align: center;
	margin-top: 20px;
}

.office-hp {
	margin-top: 20px;
}

.col-title {
	font-family: 'Arapey', serif;
	font-display: swap;
	text-transform: uppercase;
}

.col-title h1 {
	font-size: 4em;
	margin-top: 20px;
	margin-bottom: 20px;
}

.hp-page-photo {
	text-align: center;
	padding-top: 14px;
}

.hp-intro-text {
	border: 10px solid #e6e6e6;
	padding-top: 14px;
	padding-bottom: 14px;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}

.hp-intro-text p, .hp-intro-text h1 {
	padding: 0 50px;
}

.hp-intro-text p {
	color: #666;
}

.hp-intro-text h1 {
	font-family: 'Arapey', serif;
	font-display: swap;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #4259cb;
	font-weight: normal;
}

.zip-box {}

.zip-box p, .lease-box p {
	text-align: center;
	font-size: 1.5em;
}

.lease-box {}

.hp-fields-box {
	margin-top: 20px;
	margin-bottom: 20px;
}

.hp-fields-box p {
	font-size: 1.8em;
	text-align: center;
	margin-top: 20px;
}

.hp-fields-box2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.hp-fields-box2 p {
	font-size: 1.8em;
	text-align: center;
	margin-top: 20px;
}

.zip-hp {}

.term-hp {}

.submit-hp {}

.zip-box, .lease-box, .hp-fields-box, .hp-fields-box2 {
	background-color: #e6e6e6;
	border-top: 1px solid #fff;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
}

.lease-box-inner, .zip-box-inner {
	padding: 15px;
}

.zip, .duration {
	font-size: 1.7em;
	color: #455CC7;
}

a.edit-btn {
	color: #fff;
	background-color: #4d4d4d;
	padding: 3px 10px;
}

.info-ico {
	z-index: 99999;
	position: absolute;
}

.ctg-purple {
	background-color: #cccaef;
}

.ctg-grey {
	background-color: #e6e6e6;
}

.ctg-pic {
	background-color: #fff;
}

.ctg-title {
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 1.2em;
	text-align: center;
	padding: 8px 0;
	color: #767575;
	text-transform: uppercase;
}

h1.title {
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 2.2em;
	text-align: center;
	padding: 8px 0;
	color: #fff;
	text-transform: uppercase;
	background-color: #767575;
	font-weight: normal;
	margin: 0;
}

h1.titleg {
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-size: 1.5em;
	text-align: center;
	padding: 12px 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
}

.bgwhite p {
	padding: 20px 100px 00px 100px;
	font-size: 1.2em;
	line-height: 1.5em;
}

.bgwhite-hp p {
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
}

.bgwhite p:first-of-type {
	padding-top: 40px;
}

.bgwhite p:last-of-type {
	padding-bottom: 40px;
}

.head {
	background: url('/residential/img/inside-about.jpg') no-repeat;
	width: 100%;
	height: 398px;
}

#wishitem {
	float: left;
	width: 24.1%;
	padding: 3px;
	margin-bottom: 3px;
	margin-right: .5%;
	text-align: center;
}

#wishitem:nth-child(4n+0) {
	margin-right: 0;
}

#description {
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 1.2em;
	text-align: center;
	padding-top: 4px;
}

#form {
	font-size: 1em;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	text-align: left;
}

#formhs {
	font-size: 1em;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
}

#wishitem #formhs input[type=text] {
	width: 10%;
	margin-top: 9px;
}

#wishitem #formhs input[type=submit] {
	font-size: 1em;
	font-weight: normal;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	margin-top: 0;
}

#wishitem #form input[type=text] {
	width: 10%;
	margin-top: 10px;
}

#wishitem #form input[type=submit] {
	width: 50%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'BebasNeueRegular';
	font-display: swap;
}

.txt-white {
	color: #fff;
}

.cart-contents {
	text-align: center;
	background-color: #6572d0;
	color: #fff;
	text-transform: uppercase;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.blue-title {
	text-align: center;
	background-color: #6572d0;
	color: #fff;
	text-transform: uppercase;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-size: 1.6em;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 20px;
}

.item-group {
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	font-weight: normal;
	font-family: 'BebasNeueRegular';
	font-display: swap;
}

.item-left {
	background-color: #333;
	width: 15%;
	float: left;
}

.item-left img {
	width: 100%;
	height: auto;
}

.item-middle {
	background-color: #e6e6e6;
	width: 67%;
	padding-left: 3%;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

.item-right {
	background-color: #cbcaef;
	width: 15%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
}

.cart-btn1 {
	background-color: #4d4d4d;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cart-btn1 a {
	color: #fff;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 1.2em;
}

.delivery-date-box {
	color: #000;
	float: left;
	width: 20%;
	padding: 5% 5%;
	background-color: #e6e6e6;
}

.delivery-date, .waiver-fee {
	text-align: center;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 1.5em;
}

.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
}

.summary-box {
	clear: left;
	background-color: #cbcaef;
}

.summary-top {
	background-color: #cbcaef;
	color: #fff;
	padding: 3% 3%;
	width: 64%;
	float: left;
}

.summary-bottom {
	color: #fff;
	background-color: #6572d0;
	width: 30%;
}

.summary-btm-left {
	float: left;
	color: #fff;
	width: 70%;
	background-color: #6572d0;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 1.7em;
}

.summary-btm-left-inner, .summary-btm-right-inner {
	padding: 15px 5%;
}

.summary-btm-right {
	float: left;
	width: 30%;
	color: #fff;
	background-color: #da9a29;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 1.5em;
}

.summary-btm-right a {
	color: #fff;
}

a.cart-btn {
	background-color: #999;
	padding: 6px 15px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
}

.cart-btn img {
	border-image-width: 0px;
}

.cart-btn-cont {
	height: 35px;
	background-color: #e6e6e6;
	text-align: right;
	margin-bottom: 15px;
}

.col-detail-photos {
	width: 65%;
	background-color: #333;
	float: left;
}

.col-detail-text {
	width: 35%;
	float: left;
}

.col-detail-title {
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 1.4em;
	background-color: #fcead4;
	padding: 2.5%;
	border-bottom: 2px solid #fff;
}

.col-detail-info {
	background-color: #fcead4;
	padding: 2.5%;
}

.col-opt-detail-photos {
	width: 65%;
	background-color: #333;
	float: left;
}

.col-opt-detail-text {
	width: 35%;
	float: left;
}

.col-opt-detail-title {
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 1.4em;
	background-color: #6772CF;
	padding: 2.5%;
	border-bottom: 2px solid #fff;
}

.col-opt-detail-info {
	background-color: #ABAAE4;
	padding: 2.5%;
}

.section-title {
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 1.4em;
	padding: 2.5%;
	border-bottom: 2px solid #fff;
}

.opt-detail-title {
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 1.4em;
	background-color: #CBCAEF;
	padding: 2.5%;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.opt-detail-info {
	background-color: #CBCAEF;
	padding: 2.5%;
}

.add-additional-set {
	padding: 2.5%;
	background-color: #fcead4;
}

.base-price {
	background-color: #cbcaef;
	padding: 2.5%;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 1.4em;
	color: #fff;
}

.add-to-cart {
	background-color: #C93;
	padding: 2.5%;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 1.4em;
	color: #fff;
}

.add-to-cart a {
	color: #fff;
}

.photo-primary, .photo-secondary {
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.photo-primary {
	width: 100%;
	float: left;
}

.photo-secondary {
	width: 50%;
	float: left
}

.item-middle .input-mini {
	width: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

.houseware-boxes {
	text-align: center;
	text-transform: uppercase;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 1.5em;
	background-color: #cbcaef;
	height: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.housewares-price {
	color: #fff;
	font-size: 1.8em;
	margin-top: 13px;
}

.houseware-photo-cont {
	width: 33.1%;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #fff;
	background-color: #666;
	float: left;
}

.housewares-package-contents-title {
	text-align: center;
	text-transform: uppercase;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 1.5em;
	border-bottom: 2px solid #fff;
	background-color: #ffcc99;
	padding-top: 13px;
	padding-bottom: 13px;
}

.housewares-package-contents {
	background-color: #ffcc99;
}

.housewares-bottom-subtotal, .housewares-bottom-skip, .housewares-bottom-add {
	float: left;
	text-align: center;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #fff;
}

.housewares-bottom-skip a, .housewares-bottom-add a {
	color: #fff;
}

.housewares-bottom-subtotal {
	text-align: left;
	background-color: #cbcaef;
	width: 57%;
	padding: 2% 1.5%;
}

.housewares-bottom-skip {
	background-color: #6572d0;
	width: 17%;
	padding: 2% 1.5%;
}

.housewares-bottom-add {
	background-color: #da9a29;
	width: 17%;
	padding: 2% 1.5%;
}

.housewares-package-contents-inner {
	padding: 5%;
}

.summary-descr {
	float: left;
	clear: left;
	width: 85%;
	padding: 1%;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 1.5em;
}

.summary-value {
	float: left;
	width: 14%;
	padding: 1%;
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 1.5em;
	text-align: right;
}

.introtext-hp {
	border: 9px solid #e6e6e6;
	font-family: 'Arapey', serif;
	font-display: swap;
	font-size: 24px;
	line-height: 26px;
	color: #6572d0;
	margin-top: 15px;
	margin-bottom: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.introtext-hp p {
	font-size: .5em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-left: 50px;
	margin-right: 50px;
	line-height: 1.5em;
	text-align: left;
	color: #414042;
	text-transform: none;
}

.introtext-hp strong {}

.introtext-hp h1 {
	color: #808080;
	background: none;
	font-family: 'Arapey', serif;
	font-display: swap;
	text-align: left;
	font-size: 24px;
	line-height: 26px;
	margin-left: 50px;
	margin-right: 50px;
}

.inside-title {
	text-align: center;
}

.inside-title h1 {
	font-family: 'Arapey', serif;
	font-display: swap;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-transform: uppercase;
	margin: 30px 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4d4d4d;
	letter-spacing: .1em;
}

.of-grid-items {
	width: 20%;
	float: left;
}

.of-grid-container {
	margin-left: 20px;
}

.of-grid-photo {}

.of-grid-name {
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 1em;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	background-color: #a6b1e4;
}

.of-grid-name2 {
	font-family: 'BebasNeueRegular';
	font-display: swap;
	font-weight: normal;
	font-size: 1em;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	background-color: #e6e6e6;
}

.of-grid-name a {
	color: #fff;
}

.of-grid-name2 a {
	color: #808080;
}

.promise-list li {
	list-style-image: url('/img/checkbox-promise.jpg');
	margin-top: -5px;
	margin-bottom: 15px;
}

/*Sustain*/

.blue-green-gradient {
		background: rgb(66,92,199);
background: linear-gradient(180deg, rgba(66,92,199,1) 0%, rgba(68,111,86,1) 98%);
color: #fff;
	}

.leaf-bg {
	background-image: url(/assets/images/sustainability-leaf-pattern2.png);
background-size: cover;

}


.sustainability-page h2 {
	font-family: 'Museo';
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 3.4rem;
}

.sustainability-page .smaller-text {
	font-size: 1.4rem;
}

	.white {
		color: #fff;
	}

	.blue {
		color: #425CC7
	}

	.sustain-card {
		background-color: #eaeaea;
		padding: 5rem 5rem;
		border-radius: 1rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
		text-align: center;


	}

	.sustain-card p {
		line-height: 2.3rem;
		margin-bottom: 3rem;
	}

	.sustain-card h3 {
		    text-transform: uppercase;
    color: #414042;
    font-family: 'Museo';
    font-weight: bold;
    letter-spacing: .3rem;
    font-size: 2.2rem;
    margin-bottom: 3rem;
	}

	.sustain-card h4 {
		    color: #6A68CC;
    font-family: 'Museo';
    font-weight: bold;
    font-size: 1.9rem;
    margin-bottom: 2rem;
	}

	.sustainability-page .pre-line {
		color: #707070;
		text-transform: uppercase;
		font-size: 1.3rem;
    letter-spacing: .1em;
	}

	.sustainability-top-image img {
		max-width: 70%;
	}

	.sustainability-page .stat-byline {
		font-size: 1.3rem;
		text-align: center;
	}

	.sustain-card-icon {
		width:100px;
		height: auto;
	}

@media (min-width: 768px) {

	.row.lower-cards {
    flex-direction: column;
    column-count: 2;
    max-height: 2500px;
}

}

@media (min-width: 1200px) {
		.row.lower-cards {
    flex-direction: column;
    column-count: 2;
    max-height: 2000px;
}

}

@media (min-width: 2000px) {
	.sustainability-page .max-width-row {
	max-width: 1800px;
}
}

/* .col-sm */
@media (min-width: 576px) {
	html {
		font-size: 64%;
	}

	.smaller-font {
		font-size: 62%;
	}

	.social {
		text-align: center;
	}

	.feature-list-columns {
		column-count: 3;
	}
}

@media (min-width: 768px) {
	html {
		font-size: 66%;
	}

	.contact-content #representatives {
		padding-bottom: 100px;
	}

	.social img {
		padding: 0;
		max-width: 28px;
	}

	.social {
		text-align: right;
		padding-right: 5px;
	}

	.text-link {
		font-size: 1em;
	}

	.logo {
		text-align: left;
	}

	.menu .navbar-light .navbar-nav a {
		font-size: 1.5rem;
		padding: 0 2em 0 2em;
	}

	.dropdown-item li {
		display: inline-block;
	}

	.navbar-expand-md .navbar-nav .nav-link {
		font-weight: 200;
		padding-left: .5em;
		padding-right: .5em;
		padding-top: 1em;
		padding-bottom: 1em;
		font-size: 1.0rem;
		color: #333;
		letter-spacing: .08em;
	}

	.navbar-expand-md .navbar-nav .nav-link:hover {
		color: #A4AAE2;
	}

	.dropdown-menu {
		padding: 0;
		border-radius: 0;
		margin-top: 0;
		border: 0;
		background-color: rgba(77, 77, 77, .85);
	}

	.navbar-nav {
		margin-top: 0;
	}

	.dropdown-item:focus, .dropdown-item:hover {
		background-color: transparent;
	}

	.dropdown:hover>.dropdown-menu {
		display: block;
	}

	li.nav-item {
		margin: 0;
	}

	.navbar {
		padding: 0;
	}

	.megamenu>div>li>ul>li>a {
		color: #fff;
		font-size: 1.2rem;
	}

	.megamenu>div>li>ul>li>a:hover, .megamenu>div>li>ul>li>a:focus {
		background-color: transparent;
		color: #A4AAE2;
	}

	.dropdown-menu.show {
		display: none;
	}

	.footer-contact {
		text-align: right;
	}

	.footer-menu li {
		margin-top: .1em;
		margin-bottom: .1em;
	}

	.hero-box {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.hero3, .no-webp .hero3 {
		padding-top: 20%;
		padding-bottom: 6%;
	}

	.hero3 .hero-box {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.resources {
		text-align: left;
		margin-bottom: 0;
	}

	.testimonial {
		font-size: 24px;
	}

	.hero3-inner {
		padding: 15px;
		background-color: rgba(241, 241, 241, .8);
	}

	.hero3 .hero-box-inner {
		padding: .75em 1em;
	}

	.hp-video-cont {
		margin-top: 0px;
	}

	.name-of-option,
	.option-card
	{
		font-size: 2rem;
		line-height: 1.1;
		height: 6em;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.social {
		text-align: right;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.rt-logo-tagline {
		clear: none;
		display: inline;
		font-size: 28px;
	}
}

@media (min-width:992px) {
	html {
		font-size: 68%;
	}
	.rt-logo-tagline {
		border-left: 1px solid #4d4d4d;
		margin-left: 20px;
	}
	.desktop-only {
		display: block !important;
	}
	.mobile-only {
		display: none !important;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		font-weight: 200;
		padding-left: .7em;
		padding-right: .7em;
		padding-top: 1em;
		padding-bottom: 1em;
		font-size: 1.2rem;
		color: #333;
		letter-spacing: .08em;
	}
}

@media (min-width: 1200px) {
	.rt-logo-tagline {
		clear: none;
		display: inline;
		border-left: 1px solid #4d4d4d;
		font-size: 28px;
	}
	html {
		font-size: 72%;
	}
	/* menu */
	.navbar-expand-md .navbar-nav .nav-link {
		padding-left: .9em;
		padding-right: .9em;
		font-size: 1.4rem;
	}
	.fontsize12 {
		font-size: 14px;
	}
	.hero3-inner {
		background-color: rgba(241, 241, 241, .6);
	}
}

@media (min-width:  1500px) {
		/* menu */
	.navbar-expand-md .navbar-nav .nav-link {
		padding-left: 1.4em;
		padding-right: 1.4em;

	}
}

@media (max-width: 990px) {
	.rt-logo-tagline {
		clear: both;
		display: block;
		color: #4d4d4d;
		font-size: 28px;
		font-weight: 100;
		letter-spacing: .06em;
		padding-left: 14px;
		padding-top: 5px;
		padding-bottom: 5px;
		height: 30px;
		font-family: 'Champagne & Limousines';
		font-display: swap;
	}
	#wishitem, .social, .tagline, .tagline-cont {
		text-align: center;
	}
	.logo {
		text-align: center;
	}
}

/* Large desktop */
@media (max-width: 1200px) {
	#wishitem {
		float: left;
		width: 32.4%;
		padding: 3px;
		margin-bottom: 3px;
		margin-right: 4px;
		text-align: center;
	}
	.bgwhite p {
		padding: 20px 70px 00px 70px;
		font-size: 1.2em;
		line-height: 1.5em;
	}
	#wishitem:nth-child(3n+0) {
		margin-right: 0;
	}
	#wishitem:nth-child(4n+0) {
		margin-right: 4px;
	}
	.difference {
		margin-top: 40px;
	}
	.logo-cont img {
		margin-left: -67px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.contact-info {
		text-align: right;
		color: #fff;
		font-family: 'BebasNeueRegular';
		font-display: swap;
		font-weight: normal;
		line-height: 1.2em;
		font-size: 2em;
		margin-top: -40px;
		margin-left: 60px;
	}
	.cat {
		text-align: center;
		background: url('/homestaging/images/back-btn.jpg') center no-repeat;
		padding-top: 15px;
		width: 48%;
		height: 50px;
		float: left;
	}
	form .span3:nth-child(1n+0) {
		margin-left: 5px;
	}
	#form button.btn, #form input[type="submit"].btn {
		width: 59%;
		margin-top: -8px;
		font-size: 10px;
	}
	.carousel-indicators2 {
		bottom: 12px;
	}
	.logo-cont img {
		padding-top: 7px;
		max-width: 230px;
		height: auto;
	}
	.container .menubar .navbar .navbar-inner {
		padding-left: 5%;
	}
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 989px) {
	.rt-logo-tagline {
		margin-left: 0px;
	}
	.span3.MYD select {
		width: 150px;
	}
	.logo-cont img {
		margin-left: -30px;
		max-width: 200px;
	}
	.mobile-only {
		display: block !important;
	}
	.desktop-only {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.megamenu {
		margin-left: 0;
		margin-right: 0;
	}
	.megamenu>li {
		margin-bottom: 30px;
	}
	.megamenu>li:last-child {
		margin-bottom: 0;
	}
	.megamenu.dropdown-header {
		padding: 3px 15px !important;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header {
		color: #fff;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.span4.contact-info {
		display: block;
		width: 100%
	}
	.contact-info {
		text-align: center;
		font-size: 11px;
		line-height: 13px;
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		color: #cbcbef;
		margin-top: 0px;
		margin-left: 0px;
		padding: 10px 0;
	}
	.insta-widget {
		display: none;
	}
	.insta-widget-sm {
		margin: 0 auto;
		padding: 20px 30px 30px 30px;
		background-color: #e8e8e9;
		width: 500px;
		display: inherit;
	}
	.dropdown-backdrop {
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 990;
	}
	.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
		font-weight: normal;
		color: #ffffff;
	}
	#wishitem {
		float: left;
		width: 32%;
		padding: 3px;
		margin-bottom: 3px;
		margin-right: 4px;
		text-align: center;
	}
	.bgwhite p {
		padding: 20px 10px 00px 10px;
		font-size: 1.2em;
		line-height: 1.5em;
	}
	#wishitem:nth-child(3n+0) {
		margin-right: 0;
	}
	#wishitem:nth-child(4n+0) {
		margin-right: 4px;
	}
	.menubar .navbar {
		margin-bottom: 0;
		margin-top: 0px;
	}
	.footermenu li {
		font-size: 1.1em;
		margin-left: 8px;
		padding-right: 15px;
	}
	.contact-footer {
		font-size: .8em;
	}
	.menu li {
		font-size: 1.3em;
		margin: 0 15px;
	}
	.navbar .brand {
		display: inherit;
		color: #fff;
		font-family: 'BebasNeueRegular';
		font-weight: normal;
		font-size: 1.6em;
		float: right;
	}
	.navbar .brand {
		/*text-shadow: #000;*/
	}
	.navbar .nav>li>a {
		color: #fff;
	}
	.tagline {
		padding-top: 24px;
	}
	.difference {
		margin-top: 80px;
	}
	.tagline {
		font-size: 2.0em;
	}
	.prod-title {
		font-size: 1.2em;
	}
	.referral-menu-fix {
		padding-top: 10px;
	}
	.carousel-indicators2 {
		bottom: 0px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.contact-info {
		text-align: center;
		font-size: 11px;
		line-height: 13px;
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		color: #cbcbef;
		margin-top: 0px;
		margin-left: 0px;
		padding: 10px 0;
	}
	.together {
		padding-left: 0;
		width: 95%;
	}
	.pad {
		padding: 1%;
	}
	.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
		font-weight: normal;
		color: #ffffff;
	}
	.insta-widget {
		display: none;
	}
	.insta-widget-sm {
		margin: 0 auto;
		padding: 20px 30px 30px 30px;
		background-color: #e8e8e9;
		width: 500px;
		display: inherit;
		max-width: 80%;
	}
	.dropdown-backdrop {
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 990;
	}
	.cat {
		text-align: center;
		background: url('/homestaging/images/back-btn.jpg') center no-repeat;
		padding-top: 40px;
		width: 91%;
		height: 80px;
		float: left;
	}
	.homepage p {
		margin-left: 10px;
		margin-right: 10px;
	}
	.homepage h1 {
		margin-left: 10px;
		margin-right: 10px;
	}
	.span12 p {
		padding-left: 0px;
	}
	.max {
		overflow: visible;
		max-height: 200px;
		width: 100%;
		margin-bottom: 20px;
	}
	.homebtn {
		background: #555555;
		padding: 30px 0 40px 0;
		text-align: center;
		max-height: 40px
	}
	.btnh {
		padding: 20px 0 50px;
	}
	#boxpic {
		float: none;
		width: 100%;
		clear: both;
	}
	#box {
		float: none;
		width: 100%;
		padding-left: 0%;
		clear: both;
	}
	form .span3:nth-child(1n+0) {
		margin-left: 2%;
	}
	.span3 {
		display: block;
		float: left;
		width: 45%;
		margin-left: 2%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.max {
		overflow: visible;
		max-height: 200px;
		width: 100%;
		margin-bottom: 20px;
	}
	.form-lvl2 {
		text-align: left;
	}
	.left10px .span3 {
		width: 100%;
	}
	.span3.MYD {
		clear: both;
		width: 100%;
	}
	.length {
		width: 30%
	}
	.social {
		text-align: center;
	}
	.span3 {
		display: block;
		float: left;
		width: 45%;
		margin-left: 2%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.row .cart-btn1 {
		width: 100%;
		margin-left: 0%;
		border-top: 3px solid #fff;
	}
	.row .delivery-date-box {
		width: 90%;
		padding: 5%;
		margin-left: 0%;
		border-top: 3px solid #fff;
	}
	.row .summary-box {
		border-top: 3px solid #fff;
		border-bottom: 3px solid #fff;
		clear: left;
	}
	#wishitem {
		float: left;
		width: 48.8%;
		padding: 3px;
		margin-bottom: 3px;
		margin-right: 4px;
		text-align: center;
	}
	.bgwhite p {
		padding: 20px 70px 00px 70px;
		font-size: 1.2em;
		line-height: 1.5em;
	}
	#wishitem:nth-child(3n+0) {
		margin-right: 4px;
	}
	#wishitem:nth-child(4n+0) {
		margin-right: 0;
	}
	#wishitem:nth-child(2n+0) {
		margin-right: 0;
	}
	.menu li {
		font-size: 1.2em;
		margin: 0 8px;
	}
	.menu li ul li {
		font-size: .8em;
		margin: 0 8px;
	}
	.dropdown-menu>li>a {
		font-size: 16px;
	}
	.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.navbar .brand {
		display: inherit;
		color: #fff;
		font-family: 'BebasNeueRegular';
		font-weight: normal;
		font-size: 1.6em;
		float: right;
	}
	.menubar .navbar {
		margin-bottom: 0;
		margin-top: 0px;
	}
	.footermenu {
		display: none;
	}
	.contact-footer {
		margin-top: 70px;
		font-size: 1.1em;
		padding: 14px 0;
		margin-left: 0;
	}
	.footer-l {
		display: none;
	}
	.tagline-cont {
		text-align: center;
	}
	.tagline {
		font-size: 2.0em;
		padding-top: 24px;
		text-align: center;
		line-height: 1.0em;
	}
	.halfcol-indent {
		padding-right: 30px;
		padding-left: 20px;
	}
	.category-item {
		width: 33.3%;
		float: left;
	}
	.difference {
		margin-top: 0px;
	}
	.item-group {
		margin-left: 0px;
	}
	.summary-btm-right, .summary-btm-left {
		font-size: 1.2em;
	}
	.houseware-boxes {
		width: 100%;
		border-top: 2px solid #fff;
		height: 85px;
	}
	.housewares-bottom-subtotal, .housewares-bottom-skip, .housewares-bottom-add {
		font-size: 1.2em;
	}
	.referral-menu-fix {
		padding-top: 10px;
	}
	.of-grid-items {
		width: 33%;
		float: left;
	}
	.of-grid-container {
		margin-left: 0px;
	}
	.of-grid-name, .of-grid-name2 {
		font-size: 1.2em;
	}
	.carousel-indicators2 {
		bottom: -12px;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	.homespan {
		padding-left: 7%;
	}
	.mag a p {}
	.mag {
		font-size: 1.0em;
	}
	.cat {
		text-align: center;
		background: url('/homestaging/images/back-btn.jpg') center no-repeat;
		padding-top: 40px;
		width: 91%;
		height: 80px;
		float: left;
	}
	.max {
		overflow: visible;
		max-height: 200px;
		width: 100%;
		margin-bottom: 20px;
	}
	.homebtn a {
		color: #ffffff;
		font-family: "Arapey";
		font-size: 1em;
		line-height: .8em;
		text-transform: uppercase;
		font-weight: normal;
	}
	img.cat {
		width: 90%;
		clear: both;
	}
	#form button.btn, #form input[type="submit"].btn {
		width: 59%;
		margin-top: -8px;
		font-size: 10px;
	}
	.form-lvl2 {
		text-align: left;
	}
	form p, .form-padding {
		padding-left: 3px;
	}
	input[type="submit"] {
		margin-left: 3px;
	}
	.left10px .span3 {
		width: 100%;
	}
	.span3.MYD {
		clear: both;
		width: 100%;
	}
	.length {
		width: 30%
	}
	.span3.offset1.form-lvl2 input, .span3.offset1.form-lvl2 textarea {
		width: 90%;
	}
	#wishitem {
		float: none;
		width: 99%
	}
	body {
		padding-right: 0;
		padding-left: 0;
	}
	.menu li {
		font-size: 1.3em;
		margin: 0 8px;
	}
	.tagline {}
	.btm-lft-hp {
		width: 100%;
		float: none;
		border-top: 9px solid #cccaef;
	}
	.btm-right-hp {
		width: 100%;
		float: none;
		margin-left: 0%;
		border-top: 9px solid #cccaef;
	}
	.bodycopy {
		padding: 0 20px;
	}
	.summary-btm-right, .summary-btm-left {
		font-size: 1.0em;
	}
	.houseware-photo-cont {
		width: 49.5%;
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
		color: #fff;
		background-color: #666;
		float: left;
	}
	.of-grid-items {
		width: 50%;
		float: left;
	}
}

/* Landscape phones and down */
@media (min-width: 0px) and (max-width: 339px) {
	#form button.btn, #form input[type="submit"].btn {
		width: 100%;
		margin-top: -8px;
		font-size: 10px;
	}
}

/* print-only */
@media print {
	.hidden-phone, .inside-title img, .topbar, .menubar, #box, .lightbox, .lightbox img, .lightbox-content, .lightbox-photo img, .visible-desktop, .lightbox-header, .logo-cont img {
		display: none;
	}
	#boxpic img {
		max-width: 600px;
	}
	#boxpic p {
		clear: both;
	}
	.table {
		clear: both;
		max-width: 600px;
	}
	.container {
		max-width: 600px;
	}
}

@media all and (display-mode: standalone) {
	body {
		background-color: yellow;
	}
}
