.cms-page-view .std { font-size: 18px; }

/* Custom Sections */
.section-container { clear: both; width: 100%; }
.section-container.even { background: #fff; }
.section-container.odd { background: #f4f4f4; }

.section-container .title { max-width:1280px; width:100%; margin:0 auto; padding:40px 1%; text-transform: uppercase; font-size: 30px; font-family: 'novecento_widebook', sans-serif; text-align: center; }
.section-container .title.normal-case { text-transform: none; }
.section-container .section-content { max-width:1260px; width:100%; margin:0 auto; padding:70px 15px; }
.section-container .section-content .title { text-align: left; padding: 0; width: auto; max-width: none; margin: 45px 0 20px; }
.section-container .section-content > .title { margin: 0 0 30px; text-align: center; }
.section-container .section-content .text { font-size: 16px; }
.section-container .section-content .left { float: left; width: 30%; }
.section-container .section-content .right { float: right; width: 66%; }
.section-container .section-content.reverse .left { float: right !important; }
.section-container .section-content.reverse .right { float: left !important; }
.section-container .section-content.extra-space { padding:120px 1%; }
.section-container .section-content.uniform { padding:40px 3% !important; }
.section-container .section-content ul { float: left; width: 50%; font-size: 16px; }
.section-container .section-content ul li.title{ font-size: 25px; margin: 0 0 20px; }
.section-container .section-content ul li.title.break { margin: 20px 0 20px; }
.section-container .section-content .left-text {  }
.section-container .section-content .left-text * { width: 100%; clear: both; }
.section-container .section-content .left-text ul { margin-bottom: 20px; }
.section-container .section-content button.button  { display: inline-block; margin: 20px 0 20px; font-style: normal; }
.section-container .section-content button.button i { font-style: normal; }
.section-container .section-content a.btn { display: block; margin: 15px 0;}

.cms-index-index .section-container .section-content .left { float: left; width: 40%; }
.cms-index-index .section-container .section-content .right { float: right; width: 56%; }
.cms-index-index .section-container .section-content .right.small { float: right; width: 43%; }

.section-container.maytag-gray { background: #e5e5e5; color: #fff; }
.section-container.yellow { background: #ffcb0b; color: #fff; }
.section-container.blue { background: #2abdbc; color: #fff; }
.section-container.blue a { color: #fff; }
.section-container.blue a:hover { text-decoration: underline; }
.section-container.gray { background: #e7e8e9; color: #3c3839; }
.section-container.light-gray { background: #f1f1f2; color: #3c3839; }
.section-container.dark-gray { background: #3b3a3c; color: #fff; }
.section-container.social-gray { background: #a7a9ac; color: #fff; }
.section-container.ldark-gray { background: #6d6f71; color: #fff; }
.section-container.ldark-gray.arrow-top { position: relative; }
.section-container.ldark-gray.arrow-top:after {
	left: 50%;
	top: -30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 203, 11, 0);
	border-bottom-color: #6d6f71;
	border-width: 30px;
	margin-top: -30px;
} 

/* Contact Form */
.contact-form {  } 
.contact-form .fieldset { clear: both; width: 100%; float: left; margin: 0 !important; }
.contact-form .form-list { width: 100% !important; padding: 0 !important; margin-bottom: 0 !important; }
.contact-form .form-list li { background: #fff; overflow: hidden; position: relative; border: 1px solid #c8c9cb; padding-left: 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.contact-form .form-list li .validation-advice  { position: absolute; width: 100%; text-align: center; left: 0; bottom: 1px; background-image: none; }
.contact-form .form-list li input { border: 0 !important; }
.contact-form .form-list li select { border: 0 !important; }
.contact-form .form-list li textarea { border: 0 !important; height: 160px; }
.contact-form .form-list label { position: absolute; padding: 8px 0; width: 30px; text-align: center; background: #d1d2d4; left: 0; top: 0; color: #7e7e7e; font-size: 17px; }
.contact-form .buttons-set { clear:both; margin: 0; padding:5px 20px; }
/* ======================================================================================= */

/* Stores Products Sections */
.section-content .logo-section { text-align: left; margin-bottom: 60px; display: block; clear: both; }
.section-content .logo-section img { max-width: 200px; }

.products { width: 100%; display: block; clear: both; text-align: center; padding: 0 65px; }
.products .item { display: inline-block; margin: 0 65px 0 0; width: 50%; position: relative; text-align: left; max-width: 250px; cursor: pointer; } 
.products .item:last-child { margin-right: 0; } 
.products .item .image { display: block; text-align: center; overflow: hidden; position: relative;
	border-radius: 250px;
	-webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	-o-border-radius: 250px;
} 
.products .item .image .info { display: none; position: absolute; top: 0; left: 0; z-index: 1; background: rgba(0, 0, 0, 0.7); text-align: left; height: 100%; width: 100%; padding: 40px; color: #fff; } 
.products .item .image .info .product-name a { color: #fff; font-size: 20px; display: block; margin-bottom: 15px; }
.products .item .image .info .desc { font-size: 15px; color: #fff; } 
.products .item .image .product-image { border: 0 !important; } 
.products .item .tooltip { display: none; font-size: 20px; background: #ffcb0b; padding: 5px 10px; color: #fff; position: absolute; top: 105%; left: 20%; min-width: 250px; z-index: 1; } 
.products .item .tooltip:after {
	left: 10%;
	top: -12px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 203, 11, 0);
	border-bottom-color: #ffcb0b;
	border-width: 12px;
	margin-top: -12px;
} 

.products .item .tooltip.left-arrow { display: none; font-size: 20px; background: #ffcb0b; padding: 5px 10px; color: #fff; position: absolute; top: 0; left: 100%; min-width: 250px; z-index: 1; } 
.products .item .tooltip.left-arrow:after {
	right: 100%;
	left: auto;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 203, 11, 0);
	border-right-color: #ffcb0b;
	border-width: 12px;
	margin-top: -12px;
}

.products .item .tooltip.dash { background: #ee6633; } 
.products .item .tooltip.dash:after { border-bottom-color: #ee6633; }

.products .item .tooltip.maytag { background: #00427c; } 
.products .item .tooltip.maytag:after { border-bottom-color: #00427c; }

.products .item .tooltip.laundrypod { background: #66bc45; } 
.products .item .tooltip.laundrypod:after { border-bottom-color: #66bc45; }


.products .item:hover .tooltip { display: block; }
.products .item:hover .image .info { display: block; }
.products .item .tooltip.persistent { display: block; }

.products .bx-wrapper { float: none !important; }
.products .bx-viewport { height: 370px !important; }
.products .bx-wrapper .bx-controls { height: auto; position: static; width: auto; }
.products .bx-wrapper .bx-prev { background: transparent; width: auto; height: auto; text-indent: 0; top: 50%; margin-top: -90px; left: -60px; font-size: 50px; color: #aeaeae; }
.products .bx-wrapper .bx-next { background: transparent; width: auto; height: auto; text-indent: 0; top: 50%; margin-top: -90px; right: -60px; font-size: 50px; color: #aeaeae; }
.products .bx-wrapper .bx-next:hover { background-position: 0; }
.products .bx-wrapper .bx-prev:hover { background-position: 0; }

@media only screen and (min-width: 0px) and (max-width: 450px) {
	.products { padding: 0; }
	.products .products-slider { width: 100000px !important; }
	.products .bx-wrapper .bx-prev { left: -28px; z-index: 9; }
	.products .bx-wrapper .bx-next { right: 0px; z-index: 9; }
	.products .bx-wrapper { margin-left: 29px !important; }
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
	.products .item { margin: 0 0 20px; width: 100%; }
	.products .item .tooltip { display: block !important; position: relative !important; left: 0 !important; top: 0; margin-top: 20px; }
	.products .item .tooltip:after {
		left: 50% !important;
		top: -12px !important;
		border: solid transparent !important;
		content: " " !important;
		height: 0 !important;
		width: 0 !important;
		position: absolute !important;
		pointer-events: none !important;
		border-color: rgba(255, 203, 11, 0) !important;
		border-bottom-color: #ffcb0b !important;
		border-width: 12px !important;
		margin-left: -12px !important;
	}

	.products .bx-wrapper .bx-prev { font-size: 30px; margin-top: -80px; }
	.products .bx-wrapper .bx-next { font-size: 30px; margin-top: -80px; }

.products .item .tooltip.dash { background: #ee6633; } 
.products .item .tooltip.dash:after { border-bottom-color: #ee6633 !important; }

.products .item .tooltip.maytag { background: #00427c; } 
.products .item .tooltip.maytag:after { border-bottom-color: #00427c !important; }

.products .item .tooltip.laundrypod { background: #66bc45; } 
.products .item .tooltip.laundrypod:after { border-bottom-color: #66bc45 !important; }
}

.category-products .main { max-width: none !important; padding: 0 !important; } 
.category-products .breadcrumbs { margin: 0 auto; max-width: 1260px; padding: 15px; display: block; } 
.category-products .page-title.category-title { margin: 0 auto; max-width: 1260px; padding: 40px 15px 60px; } 


.section-container:after,
.section-container .section-content:after{ display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

@media only screen and (min-width: 0px) and (max-width: 800px) {
	.section-container .title { padding:30px 1%; font-size: 25px; }
	.section-container .section-content { padding:20px 2%;  }
	.section-container .section-content .title { margin: 20px 0 20px; }
	.section-container .section-content .text { font-size: 15px; }

	.section-container .section-content.extra-space { padding:40px 2%; }
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
	.section-container .title { font-size: 20px; }
	.section-container .section-content { text-align: center; }
	.section-container .section-content .left { width: 100%; display: none; }
	.section-container .section-content .right { width: 100%; }

.cms-index-index .section-container .section-content .left { float: left; width: 100%; }
.cms-index-index .section-container .section-content .right { float: right; width: 100%; }
.cms-index-index .section-container .section-content .right.small { float: right; width: 100%; background: rgba(255,255,255,0.5); padding: 15px; }


	.section-container .section-content.uniform { padding:40px 2%;  }
	.section-container .section-content .title { text-align: center; }

	.section-container .section-content ul { width: 100%; font-size: 15px; text-align: center; margin-bottom: 15px; }
	.section-container .section-content ul li.title { font-size: 20px; margin-bottom: 10px; }
}

/* Submit an Idea Page / Faq's */
.category-submit-an-idea .category-title { display: none; }
.category-submit-an-idea .breadcrumbs { margin: 0; }
.storebound-faqs h3 { text-transform: uppercase; font-size: 58px; font-family: 'novecento_widedemibold', sans-serif; color: #29bdbd; margin:30px 0 30px; }
.storebound-faqs .submit { font-size: 23px; }
.storebound-faqs .submit a{ color: #29bdbd; text-decoration: underline;  }
.storebound-faqs .submit i{ color: #29bdbd; font-size: 35px; vertical-align: middle; }
.section-container .section-content ul.faq-list { float: left; width: 100%; font-size: 18px; }
.section-container .section-content ul.faq-list li { cursor: pointer; }
.section-container .section-content ul.faq-list li .title { font-size: 24px; text-transform: none; padding: 15px 0 15px 20px; font-family: inherit; margin: 0; position: relative; }
.section-container .section-content ul.faq-list li .answer { padding: 0 0 0 20px; display: none; white-space: pre-wrap; font-size: 19px; }
.section-container .section-content ul.faq-list li .title:after {
	left: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 203, 11, 0);
	border-left-color: #2abdbd;
	border-width: 10px;
	margin-top: -10px;
}
.section-container .section-content ul.faq-list li.active .answer { display: block; }
.section-container .section-content ul.faq-list li.active .title,
.section-container .section-content ul.faq-list li:hover .title { color: #29bdbd; }
.section-container .section-content ul.faq-list li.active .title:after,
.section-container .section-content ul.faq-list li:hover .title:after { border-left-color: transparent; border-top-color: #2abdbd; margin-top: -6px; left: -6px; }


.process-roadmap h3 { text-transform: uppercase; font-size: 58px; font-family: 'novecento_widedemibold', sans-serif; color: #29bdbd; margin:0 0 30px; }
.process-roadmap ul.process { border-left: 4px solid #2abdbc; margin-left: 15px; width: 100%; }
.process-roadmap ul.process li { padding: 30px 0 30px 20px; position: relative; cursor: pointer; }
.process-roadmap ul.process li:after {
	left: -14px;
	top: 50%;
	margin-top: -12px;
	content: " ";
	height: 25px;
	width: 25px;
	position: absolute;
	background: #2abdbd;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	border: 4px solid #f4f4f4;
}
.process-roadmap ul.process li .title { font-size: 24px; text-transform: none; padding: 0; font-family: inherit; margin: 0; position: relative; }
.process-roadmap ul.process li .info { display:none; white-space: pre-wrap; font-size: 23px; background: #52c7c7; padding: 40px; text-align: center; color: #fff; margin: 20px 0 0 25px; position: relative; width: 100%; max-width: 700px; }
.process-roadmap ul.process li .info img { display: block; clear: both; margin: 0 auto 40px; text-align: center; }
.process-roadmap ul.process li .info:after {
	left: -50px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 203, 11, 0);
	border-right-color: #52c7c7;
	border-width: 25px;
	margin-top: -50px;
}
.process-roadmap ul.process li.active .info { display: block; }
.process-roadmap ul.process li.active .title,
.process-roadmap ul.process li:hover .title { color: #52c7c7;}

.radio-btns { font-size: 17px; }
.radio-btns h3 { text-transform: uppercase; font-size: 58px; font-family: 'novecento_widedemibold', sans-serif; color: #29bdbd; margin:0 0 30px; }
.radio-btns li { display: block; clear: both; margin-bottom: 30px; overflow: auto; }
.radio-btns li .image { float: left; margin-right: 70px; }
.radio-btns li .question { margin-top: 40px; }
.radio-btns li .question .btn { float: left; cursor: pointer; margin: 25px 25px 0 0; }
.radio-btns li .question .btn span { width: 25px; height: 25px; border: 5px solid #e7e8e9; background: #bdbfc1; float: left; box-sizing: content-box; 
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
}
.radio-btns li .question .btn small { float: left; margin: 6px 0 0 10px; }
.radio-btns li .question .btn.active span,
.radio-btns li .question .btn-green:hover span { background: #8dc740; }
.radio-btns li .question .btn-red.active span,
.radio-btns li .question .btn-red:hover span { background: #be1e2d; }
.general-inquires { float: left; clear: both; margin-top: 20px; }
.general-inquires a { color: #29bdbd; text-decoration: underline; }

#ideaForm .fieldset { padding: 0; }
#ideaForm .buttons { float: left; }
#ideaForm #exists { border:0 !important; height: 0; padding: 0; display: block; clear: both; }
#ideaForm #feasible { border:0 !important; height: 0; padding: 0; display: block; clear: both; }
#ideaForm .form-list { width: 48%; }
#ideaForm .form-list li { margin-bottom: 15px; }
#ideaForm .form-list label { color: #fff; }
#ideaForm .form-list textarea,
#ideaForm .form-list input.input-text {  border: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}


@media only screen and (min-width: 0px) and (max-width: 768px) {
	.storebound-faqs { text-align: left !important; }
	.process-roadmap { text-align: left !important; }
	.radio-btns { text-align: left !important; }

	.storebound-faqs h3 { font-size: 25px; }
	.process-roadmap h3 { font-size: 25px; }
	.radio-btns h3 { font-size: 25px; }

	.section-container .section-content ul.faq-list li .answer { font-size: 17px; }

	.process-roadmap ul.process { width: 95%; }
	.process-roadmap ul.process li .info { width: 90%; padding: 20px; font-size: 17px; }

	#ideaForm .form-list { width: 100%; }
	#ideaForm .form-list label { text-align: left; }

	.process-roadmap ul.process li { text-align: left; padding: 15px 0 15px 20px; }
	.process-roadmap ul.process li .title { text-align: left !important; font-size: 20px; }

	.section-container .section-content ul.faq-list li .title { text-align: left !important; font-size: 20px; }
	.section-container .section-content ul.faq-list li.active .answer { text-align: left !important; }
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
	.radio-btns li .question { margin-top: 10px; }
	.radio-btns li .image { display: none; }
}

/* Social Page */
.section-container.social .section-content { padding: 40px 0; }
.social-title { color: #29bdbd; text-transform: uppercase; font-size: 200px; font-family: 'novecento_widedemibold', sans-serif; text-align: center; line-height: 0.7; }
.social-subtitle { color: #231f20; text-transform: uppercase; font-size: 70px; font-family: 'novecento_widebook', sans-serif; text-align: center; line-height: 1; margin-bottom: 15px; }

.social-container { float: left; width: 100%; }
.social-container .item { float: left; width: 100%; margin-bottom: 40px; }
.social-container .item .icon{ float: left; width: 10%; margin: 60px 0 0 0; }
.social-container .item .info{ float: right; width: 85%; padding: 0 80px; }

.social-container .bx-wrapper .bx-controls-direction a { z-index: 9; }
.social-container .bx-wrapper { float: none !important; }
.social-container .bx-wrapper .bx-controls { height: auto; position: static; width: auto; }
.social-container .bx-wrapper .bx-prev { background: url(../images/prev-arrow.png) no-repeat; width: 34px; height: 81px; top: 50%; margin-top: -40px; left: -80px; }
.social-container .bx-wrapper .bx-next { background: url(../images/next-arrow.png) no-repeat; width: 34px; height: 81px; top: 50%; margin-top: -40px; right: -80px; }
.social-container .bx-wrapper .bx-next:hover { background-position: 0; }
.social-container .bx-wrapper .bx-prev:hover { background-position: 0; }

@media only screen and (min-width: 0px) and (max-width: 1260px) {
	.social-title { font-size: 150px; }
	.social-subtitle { font-size: 50px; }
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
	.social-title { font-size: 100px; }
	.social-subtitle { font-size: 40px; }
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
	.social-container .item .icon{ margin: 45px 0 0 0; }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
	.social-container .item .icon{ margin: 35px 0 0 0; }
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
	.social-container .item .info { padding: 0 40px; }
	.social-title { font-size: 80px; }
	.social-subtitle { font-size: 30px; }
	.social-container .item .icon{ margin: 41px 0 0 0; }
	.social-container .bx-wrapper .bx-prev { background-size: 24px 57px; width: 24px; height: 57px; top: 50%; margin-top: -28px; left: -40px; }
	.social-container .bx-wrapper .bx-next { background-size: 24px 57px; width: 24px; height: 57px; top: 50%; margin-top: -28px; right: -40px; }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
	.section-container.social .section-content { padding: 0 0 30px; }
	.social-container .item .info { padding: 0 40px; }
	.social-title { font-size: 50px; }
	.social-subtitle { font-size: 18px; }
	.social-container .item .icon{ margin: 35px 0 0 0; }
	.social-container .bx-wrapper .bx-prev { background-size: 20px 48px; width: 20px; height: 48px; top: 50%; margin-top: -20px; left: -30px; }
	.social-container .bx-wrapper .bx-next { background-size: 20px 48px; width: 20px; height: 48px; top: 50%; margin-top: -20px; right: -30px; }
}
@media only screen and (min-width: 0px) and (max-width: 360px) {
	.social-container .item .icon{ margin: 22px 0 0 0; }
	.section-container .section-content .text { font-size: 14px; }
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
	.social-container .item .icon{ margin: 18px 0 0 0; }
	.social-container .bx-wrapper .bx-prev { background-size: 20px 48px; width: 20px; height: 48px; top: 50%; margin-top: -22px; left: -30px; }
	.social-container .bx-wrapper .bx-next { background-size: 20px 48px; width: 20px; height: 48px; top: 50%; margin-top: -22px; right: -30px; }
}