@media (min-width: 1200px) {
	.ralston-search.input-append {
		width: 234px;
	}
}
/* ********* HEADER ********* */
.ralston-header {
	font-family: proxima-nova,Montserrat,'Open Sans',Arial,sans-serif;
	background-color: #ffffff;
	padding: 17px 0px 20px;
	width: 100vw !important;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	box-sizing: border-box;
	border-bottom: 3px solid #1863ab;
}
.ralston-header>.row-fluid {
	max-width: 1140px;
	margin: 0 auto;
}

.ralston-header .span3.logo-ralston-sws {
	width: 300px;
	margin-top: 8px;
	margin-left: 0px;
}
.ralston-header .span9.subheading-nav {
	width: 811px;
	margin-top: 0px !important;
	margin-left: 0;
	float: right;
}

.logo-ralston-sws {
	padding-left: 0px;
}

.ralston-search input#ProductSearch.appendInputButton {
	border-right: none;
	border-radius: 0;
}
.ralston-search form#ProductDisplayForm button.btn.btn-default {
	border-color: #1863ab;
	border-radius: 0;
	background-color: #1863ab;
}
.ralston-search form#ProductDisplayForm button.btn.btn-default i.icon-search,
.ralston-mobile .mobile-search button .icon-search {
	margin-top: 1px !important;
	background-image: url(/img/glyphicons-halflings-white.png);
}
.ralston-search form#ProductDisplayForm button.btn.btn-default:hover,
.ralston-search form#ProductDisplayForm button.btn.btn-default:active {
	background-color: #194b97;
	border-color: #194b97;
}

.ralston-search.input-append {
	margin-top: 7px;
	float: left;
	margin-left: 0;
}

.ralston-header p.lead {
	font-size: 16px;
	color: #231f20;
	line-height: 20px;
	margin-bottom: 2px;
	font-weight: 500;
	float: left;
}

.ralston-shipping-message-sub {
	border: none;
	float: right;
	margin: 3px 0px 0px;
	color: #231f20;
}
/* *********  NAV  ********* */

.navbar .nav.navbar-ralston-subsite>li.home-btn>a {
	padding: 5px 10px 5px !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
	line-height: 20px !important;
}
.navbar-ralston-subsite a.nav-home-icon>i {
	margin-top: 2px;
}

.ralston-header .nav.navbar-ralston-subsite {
	margin-right: 0;
	width: 100%;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-flex-wrap: nowrap;
	-moz-box-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar .nav.navbar-ralston-subsite>li.home-btn {
	-webkit-box-flex: 1 1 auto;
	-moz-box-flex:  1 1 auto;
	-webkit-flex:  1 1 auto;
	-ms-flex:  1 1 auto;
	flex: 1 1 auto;
}
.navbar .nav.navbar-ralston-subsite>li {
	-webkit-box-flex: 5 1 auto;
	-moz-box-flex:  5 1 auto;
	-webkit-flex:  5 1 auto;
	-ms-flex:  5 1 auto;
	flex: 5 1 auto;
}
.navbar .nav.navbar-ralston-subsite>li>a {
	padding: 5px;
	text-shadow: none;
	color: #fff;
	font-weight: 500;
	display: block;
	font-size: 15px;
	line-height: 20px;
	background: #1863ab;
	text-align: center;
}

.navbar .navbar-ralston-subsite .dropdown-menu {
	width: 315px;
}
.navbar .navbar-ralston-subsite .dropdown-menu li a {
	white-space: break-spaces;
	padding: 5px 15px 6px 25px;
	line-height: 20px;
	font-size: 15px;
}
.navbar .navbar-ralston-subsite .dropdown-menu.ralston-nav-applications li a {
	padding-left: 20px;
}

.navbar-ralston-subsite .dropdown-menu li.dropdown-header {
	margin-top: 5px;
	margin-bottom: 3px;
	position: relative;
}
.navbar-ralston-subsite .dropdown-menu li.dropdown-header>a, 
.navbar-ralston-subsite .dropdown-menu li.dropdown-header>a:hover {
	font-weight: 600 !important;
	color: #333;
	padding: 6px 15px 6px 15px;
	text-transform: uppercase;
	margin-top: 5px;
}
.navbar-ralston-subsite .dropdown-menu li.dropdown-header:before {
	content: "";
	width: 5em;
	display: block;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #c0d0df;
	margin-left: 15px;
}
.navbar-ralston-subsite .dropdown-menu li.dropdown-header:hover:before {
	content: none;
}
.navbar-ralston-subsite .dropdown-menu li.dropdown-header:first-child, 
.navbar-ralston-subsite .dropdown-menu li.dropdown-header:first-child>a {
	margin-top: 0;
}
.navbar-ralston-subsite .dropdown-menu li.dropdown-header.ralston-nav-videos:before {
	content: none;
}


.navbar .navbar-ralston-subsite .dropdown-menu.ralston-whole-categories-list-menu {
	width: 810px;
	left: -55px;
}

/* --- FRENCH --- */
.navbar.navbar-inner-ralston-subsite-french .navbar-ralston-subsite .dropdown-menu.ralston-whole-categories-list-menu {
	left: -53px;
}
/* --- END FRENCH --- */

.navbar .navbar-ralston-subsite .dropdown.open .dropdown-menu.ralston-whole-categories-list-menu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.navbar .nav>li>.ralston-whole-categories-list-menu.dropdown-menu:before {
	left: 64px;
}
.navbar .nav>li>.ralston-whole-categories-list-menu.dropdown-menu:after {
	left: 65px;
}
.ralston-whole-categories-list-menu ul {
	list-style: none;
	width: 33.3%;
	float: left;
	margin-left: 0;
	box-sizing: border-box;
}
.ralston-whole-categories-list-menu ul:nth-child(2){
	border-left: 1px solid #e6eff0;
	border-right: 1px solid #e6eff0;
}


/* NAV HOVER COLOURS */
.navbar .nav.navbar-ralston-subsite>li>a:hover,
.navbar .nav.navbar-ralston-subsite>li>a:active,
.navbar .nav.navbar-ralston-subsite>li>a:focus,
.navbar .nav.navbar-ralston-subsite li.dropdown.open>.dropdown-toggle, 
.navbar .nav.navbar-ralston-subsite li.dropdown.active>.dropdown-toggle, 
.navbar .nav.navbar-ralston-subsite li.dropdown.open.active>.dropdown-toggle {
	color: #fff;
	background-color: #194b97;
}
.navbar-ralston-subsite .dropdown-menu li>a:hover, 
.navbar-ralston-subsite .dropdown-menu li>a:focus, 
.navbar-ralston-subsite .dropdown-submenu:hover>a, 
.navbar-ralston-subsite .dropdown-submenu:focus>a, 
.navbar-ralston-subsite .dropdown-menu li>a:active, 
.navbar-ralston-subsite .dropdown-submenu:active>a {
	background-color: #1863ab !important;
	text-decoration: none;
	color: #fff !important;
	background-image: none;
	font-weight: normal;
}

/* ********* END HEADER ********* */
/* ********* ADS ********* */
.row-fluid.carousel-top.ralston-sws-store {
	padding-top: 5px;
}
.ralston-sws-store #myCarousel {
	margin-bottom: 5px;
}
/* ********* END ADS ********* */
/* ********* BUTTONS ********* */
.ralston-sws-store {
	font-family: proxima-nova,Montserrat,'Open Sans',Arial,sans-serif;
}
.ralston-sws-store div.ralston-home-buttons {
	margin-bottom: 16px;
}
.ralston-sws-store div.ralston-home-buttons.ralston-home-buttons-last {
	margin-bottom: 1px;
}

.ralston-home-buttons .ralston-cat-button {
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 15%);
	border-radius: 5px;
	overflow: hidden;
}

.ralston-home-buttons .ralston-cat-button img {
	width: 100%;
}
.ralston-home-buttons .ralston-cat-button .ralston-cat-title {
	background-color: #fff;
	text-align: center;
	padding: 10px 12px;
}
.ralston-home-buttons .ralston-cat-button .ralston-cat-title p {
	color: #1863ab;
	font-size: 22px;
	line-height: 25px;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 0;
}

/* ********* END BUTTONS ********* */
/* ********* CMS PAGES ********* */

.ralston-cms-page {
	font-family: proxima-nova,Montserrat,'Open Sans',Arial,sans-serif;
}
.ralston-cms-page h1 {
	color: #1863ab;
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 12px;
	font-weight: 700;
}
.ralston-cms-page h2 {
	color: #333;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 5px;
	font-weight: 600;
}


/* ********* CATEGORY LANDING PAGES ********* */
.ralston-category-landing-page .ralston-cat-button {
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 15%);
	border-radius: 5px;
	overflow: hidden;
}
.ralston-category-landing-page .span3.ralston-cat-button {
	margin-bottom: 21px;
}
.ralston-category-landing-page .span3.ralston-cat-button:nth-child(4n+1),
.ralston-category-landing-page .span12.ralston-cat-button {
	margin-left: 0;
	clear: left;
}

.ralston-category-landing-page .ralston-cat-button img {
	width: 100%;
}
.ralston-category-landing-page .ralston-cat-button .ralston-cat-title {
	background-color: #fff;
	text-align: center;
	padding: 10px 14px;
	min-height: 44px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}
.ralston-category-landing-page .ralston-cat-button .ralston-cat-title p {
	color: #1863ab;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 0;
}
/* --- FRENCH --- */
.ralston-category-landing-page-fr.ralston-category-landing-page .ralston-cat-button .ralston-cat-title {
	min-height: 42px;
}
.ralston-category-landing-page-fr.ralston-category-landing-page .ralston-cat-button .ralston-cat-title p {
	font-size: 17px;
	line-height: 21px;
}
/* --- END FRENCH --- */

.ralston-category-landing-page .span12.ralston-cat-button {
	width: 31.5%;
	margin: 15px auto 10px;
	clear: left;
	float: none;
	box-shadow: none;
	border-radius: 0;
	padding-top: 10px;
}
.ralston-category-landing-page .span12.ralston-cat-button .ralston-cat-title {
	padding: 10px 20px;
	position: static;
	text-align: center;
	background-color: #1863ab;
	width: 100%;
	box-sizing: border-box;
}
.ralston-category-landing-page .span12.ralston-cat-button:hover .ralston-cat-title {
	background: #194b97;
}
.ralston-category-landing-page .span12.ralston-cat-button .ralston-cat-title p {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	text-transform: capitalize;
}


/* ********* END CATEGORY LANDING PAGES ********* */
/* ********* About Page ********* */

.ralston-about figure.rals-figure {
	margin: 0;
}
.ralston-about figure figcaption p {
	font-size: 16px;
	line-height: 20px;
	color: #606060;
	margin: 0;
}
.ralston-about p,
.ralston-about li {
	font-size: 16px;
	line-height: 23px;
	color: #333;
}

.rals-green.row-fluid {
	padding: 50px 0 45px;
	margin: 35px 0 10px;
	box-sizing: border-box;
	background: #e6eff0;
}
.rals-going-green,
.rals-green-practices {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.rals-going-green h2 {
	margin-top: 0;
}

.rals-green-practices figure.rals-figure {
	text-align: center;
	max-width: 130px;
	margin: 3px auto 0;
}
.ralston-about-french .rals-green-practices figure.rals-figure {
	max-width: 146px;
}
.rals-green-practices figcaption p:first-child {
	color: #4a4a4a;
	margin: 5px 0;
}
.rals-green-practices figcaption p:last-child {
	line-height: 16px;
}

.rals-green-practices ul {
	margin-bottom: 0;
}


/* ********* END About Page ********* */
/* ********* Forum Page ********* */
.ralston-expert-forum .expertise-content-header {
	position: relative;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
.ralston-expert-forum .expertise-content-header img.expertise-content-logo {
	width: 50.4%;
	padding: 0 0px 3px 0.4%;
}
.ralston-expert-forum h1 {
	text-align: center;
	font-size: 33px;
}
.ralston-expert-forum img.expertise-content {
	float: left;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 20px;
	width: 34%;
	border-radius: 0;
}
.ralston-expert-forum>.row-fluid>p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
}
.ralston-expert-forum.ralston-expert-forum-fr>.row-fluid>p {
	line-height: 24px;
}
/* ********* END Forum Page ********* */

/* ********* START APPLICATION Pages ********* */

.row-fluid.ralston-cms-page.ralston-application-pages {
    margin-bottom: 1em;
}
	
.ralston-application-pages h1 {
    font-weight: 500;
    margin-top: 10px;
}

.ralston-application-pages p {
	font-size: 16px;
	line-height: 22px;

}	

.ralston-application-pages h2 {
	margin-bottom: 18px;
	margin-top: 40px;
}

.ralston-application-pages h3 {
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 20px;
}

.ralston-application-pages .ralston-analog {
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.ralston-application-pages p.lead {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: -15px;
}

.ralston-application-pages li{
	list-style: none;
}

/* ********* END APPLICATION Pages ********* */
/* ********* END CMS PAGE ********* */

@media (max-width: 1199px) {
/* ********* HEADER ********* */
	.ralston-header {
		padding: 9px 0px 13px;
		border-bottom-width: 3px;
	}
	.ralston-header>.row-fluid {
		max-width: 910px;
		margin: 0 auto;
	}
	
	.ralston-header .span3.logo-ralston-sws {
		width: 240px;
		margin-top: 17px;
	}
	.ralston-header .span9.subheading-nav {
		width: 645px;
	}
	
	.ralston-search.input-append {
		width: 222px;
	}

/* *********  NAV  ********* */

	.navbar .nav.navbar-ralston-subsite>li>a {
		padding: 5px 10px;
	}
	
	.navbar .navbar-ralston-subsite .dropdown-menu {
		width: 290px;
	}
	.navbar .navbar-ralston-subsite .dropdown-menu.ralston-whole-categories-list-menu {
		width: 645px;
		left: -46px;
	}
	
	/* --- FRENCH --- */
	.navbar.navbar-inner-ralston-subsite-french .navbar-ralston-subsite .dropdown-menu.ralston-whole-categories-list-menu {
		left: -44px;
	}
	/* --- END FRENCH --- */
	
	.navbar .nav>li>.ralston-whole-categories-list-menu.dropdown-menu:before {
		left: 55px;
	}
	.navbar .nav>li>.ralston-whole-categories-list-menu.dropdown-menu:after {
		left: 56px;
	}
	.navbar .navbar-ralston-subsite .dropdown-menu li a {
		line-height: 19px;
		font-size: 14px;
		padding: 4px 13px 4px 19px;
	}
	/* --- FRENCH --- */
	.navbar.navbar-inner-ralston-subsite-french .navbar-ralston-subsite .dropdown-menu li a {
		line-height: 17px;
		font-size: 13px;
	}
	/* --- END FRENCH --- */
	
	.navbar .navbar-ralston-subsite .dropdown-menu li.dropdown-header>a, 
	.navbar .navbar-ralston-subsite .dropdown-menu li.dropdown-header>a:hover {
		padding: 5px 13px 6px 13px;
	}
	.navbar-ralston-subsite .dropdown-menu li.dropdown-header:before {
		margin-left: 13px;
	}
	.navbar .navbar-ralston-subsite .dropdown-menu.ralston-nav-applications li a {
		padding-left: 16px;
		padding-right: 16px;
	}

/* ********* END HEADER ********* */
	
	.ralston-sws-store #myCarousel {
		margin-bottom: 6px;
	}
	
/* ********* BUTTONS ********* */
	
	.ralston-home-buttons .ralston-cat-button {
		box-shadow: 0 3px 6px 0 rgb(0 0 0 / 15%);
	}
	
	.ralston-home-buttons .ralston-cat-button .ralston-cat-title p {
		font-size: 20px;
		line-height: 22px;
	}
	
/* ********* END BUTTONS ********* */
/* ********* CATEGORY LANDING PAGES ********* */
	
	/* --- FRENCH --- */
	.ralston-category-landing-page-fr.ralston-category-landing-page .ralston-cat-button .ralston-cat-title {
		min-height: 38px;
	}
	.ralston-category-landing-page-fr.ralston-category-landing-page .ralston-cat-button .ralston-cat-title p {
		font-size: 16px;
		line-height: 19px;
	}
	/* --- END FRENCH --- */
	
/* ********* END CATEGORY LANDING PAGES ********* */

}

@media (max-width: 979px) {
/* ********* HEADER ********* */
	.navbar-inner.ralston-mobile {
		background: #fff;
		border-bottom: 3px solid #1863ab;
		padding-top: 8px;
		padding-bottom: 8px;
		font-family: proxima-nova,Montserrat,'Open Sans',Arial,sans-serif;
	}
	.navbar .ralston-mobile .span4 {
		margin-left: 0;
		width: 191px;
	}
	.ralston-mobile img.brand.mobile-logo {
		width: auto;
		padding: 0 10px 8px 0;
		box-sizing: border-box;
		margin: auto;
	}
	.navbar .ralston-mobile .span8 {
		width: auto;
		margin-left: 0;
		overflow: hidden;
		float: none;
		margin-top: 2px;
	}
	.ralston-mobile .lead {
		color: #231f20;
		margin-bottom: 2px;
		font-size: 15px;
		line-height: 14px;
		float: left;
		font-weight: 500;
	}
	.ralston-mobile .input-append .navbar-search {
		position: relative;
		float: left;
		margin-top: 3px;
		margin-bottom: 0 !important;
		max-width: 100%;
		margin-left: 0px;
		padding-left: 0px !important;
		padding-top: 0px !important;
	}
	.ralston-mobile .mobile-search input#ProductSearch.appendedInputButton {
		border-radius: 0;
	}
	.ralston-mobile .mobile-search form#ProductDisplayForm button.btn.btn-default {
		border-color: #1863ab;
		border-radius: 0;
		background-color: #1863ab;
		height: 28px;
		font-size: 14px;
		padding: 3px 10px;
	}
	.ralston-mobile .mobile-search form#ProductDisplayForm button.btn.btn-default:hover, 
	.ralston-mobile .mobile-search form#ProductDisplayForm button.btn.btn-default:active {
		border-color: #194b97;
		background-color: #194b97;
	}
	
/* *********  NAV  ********* */
	.ralston-mobile .sws-mobile-header-nav {
		margin-bottom: 0;
	}
	.ralston-mobile .sws-mobile-header-nav #mobile-sws-3 .nav > li.dropdown.dropdown-sup > a {
		text-align: left;
		padding: 4px 0px 4px 16px !important;
		border-radius: 0px;
		background-color: #1863ab;
		margin-bottom: 0px;
		color: #fff;
		box-shadow: none;
	}
	.ralston-mobile .sws-mobile-header-nav .nav>li>a,
	.ralston-mobile .sws-mobile-header-nav .nav>li>a:hover,
	.ralston-mobile .sws-mobile-header-nav .nav>li>a:active,
	.ralston-mobile .sws-mobile-header-nav .nav>li>a:focus,
	.ralston-mobile .sws-mobile-header-nav .nav>li:hover>a {
		background: #1863ab;
		font-size: 15px;
		line-height: 20px;
		color: #fff;
		padding: 4px 4px;
		text-align: center;
		text-transform: uppercase;
		border: none;
		font-weight: 600;
	}
	.navbar-ralston-subsite .nav-collapse .open > .dropdown-menu li > a, 
	.navbar-ralston-subsite .nav-collapse .open > .dropdown-menu li > a:hover, 
	.navbar-ralston-subsite .nav-collapse .open > .dropdown-menu li >strong> a, 
	.navbar-ralston-subsite .nav-collapse .open > .dropdown-menu li >strong> a:hover {
		font-size: 12px;
		line-height: 15px;
		background-color: transparent !important;
		padding: 4px 0;
		color: #333 !important;
		background-image: none !important;
		margin-bottom: 0;
		border: none;
		white-space: break-spaces;
	}
	.ralston-mobile .navbar-ralston-subsite {
		background: #fff;
		width: 100%;
		background-image: none !important;
		background-repeat: no-repeat !important;
		top: 0px !important;
		left: 0px !important;
		border-radius: 0px;
		margin-bottom: 0px;
	}
	.ralston-mobile #mobile-sws-3 {
		top: -28px;
		background: #fff;
	}
	.ralston-mobile #SWS-mobile-first-nav {
		width: 26%;
	}
	.ralston-mobile #SWS-mobile-second-nav {
		width: 19%;
	}
	.ralston-mobile #SWS-mobile-third-nav {
		width: 40%;
	}
	.ralston-mobile #SWS-mobile-hamburger-nav {
		width: 15%;
	}
	/* --- FRENCH --- */
	.ralston-mobile.ralston-mobile-french #SWS-mobile-first-nav {
		width: 22%;
	}
	.ralston-mobile.ralston-mobile-french #SWS-mobile-second-nav {
		width: 17%;
	}
	.ralston-mobile.ralston-mobile-french #SWS-mobile-third-nav {
		width: 46%;
	}
	/* --- END FRENCH --- */
	
	.ralston-mobile .sws-mobile-header-nav .btn-navbar {
		background-color: #1863ab !important;
		border-image: initial !important;
		outline: none !important;
		margin: 0px;
		padding: 5px 0px;
		width: 100%;
		float: none;
		box-sizing: border-box;
		border-radius: 0;
		border: none;
	}
	.navbar .ralston-mobile .btn-navbar .icon-bar, .navbar .ralston-mobile .btn-navbar:hover .icon-bar {
		width: 100%;
		max-width: 29px;
		background-color: #fff !important;
		box-shadow: none;
		margin: 3px auto 3px;
	}
	.ralston-border-left-mobile {
		border-left: 2px solid #fff;
		box-sizing: border-box;
	}
	.ralston-mobile .sws-mobile-header-nav .nav>li>a.ralston-nav-maincat, 
	.ralston-mobile .sws-mobile-header-nav .nav>li:hover>a.ralston-nav-maincat {
		text-align: left;
		padding: 2px 0px 2px;
		line-height: 15px;
		font-size: 12px;
		border-radius: 0px;
		font-weight: 700;
		margin-bottom: 0;
	}
	.ralston-mobile .accordion-inner-sub,
	.ralston-mobile #mobile-sws-3 .accordion-inner-sub {
		padding-right: 0;
		margin-left: 15px;
		margin-bottom: 7px;
	}
	.ralston-mobile .accordion-inner-sub li a {
		line-height: 15px;
		font-size: 12px;
		padding: 4px 0;
		display: block
	}
	
	.nav-collapse.in.collapse.ralston-mobile-sub-nav {
		top: 2px;
		margin-bottom: 2px;
		padding: 14px 0px 15px;
	}
	.nav-collapse.collapse.ralston-mobile-sub-nav {
		background: #1863ab;
	}
	.ralston-mobile .ralston-mobile-sub-nav .nav {
		margin: 0;
		padding: 0;
	}
	.ralston-mobile #mobile-sws-1.ralston-mobile-sub-nav .nav {
		margin: 0;
		padding: 0 20px;
		width: 50%;
		float: left;
		border-right: 1px solid #e6eff0;
		box-sizing: border-box;
	}
	.ralston-mobile #mobile-sws-1.ralston-mobile-sub-nav .nav:last-child {
		border: none;
	}
	.ralston-mobile .sws-mobile-header-nav .ralston-mobile-sub-nav .nav>li:last-child ul.accordion-inner-sub,
	.ralston-mobile #mobile-sws-3 .accordion-inner.nav li:last-child .accordion-inner-sub {
		margin-bottom: 0;
	}
	.ralston-mobile .sws-mobile-header-nav li.dropdown.dropdown-sup {
		border: none;
		clear: both;
		border-bottom: 2px solid #fff;
	}
	.ralston-mobile .sws-mobile-header-nav li:last-child.dropdown.dropdown-sup {
		margin-bottom: 0;
		border-bottom: none;
	}
	.ralston-mobile .sws-mobile-header-nav li:first-child.dropdown.dropdown-sup {
		margin-right: 15%;
		border-bottom: none;
	}
	.ralston-mobile .sws-mobile-header-nav li:nth-child(2).dropdown.dropdown-sup {
		border-top: 2px solid #fff;
	}
	.ralston-mobile .sws-mobile-header-nav li:first-child.dropdown.dropdown-sup ul.dropdown-menu {
		width: 117%;
		margin-left: 0;
	}
	.ralston-mobile .sws-mobile-header-nav li:first-child.dropdown.dropdown-sup ul.dropdown-menu .accordion-inner {
		width: 50%;
		float: left;
		border-right: 1px solid #e6eff0;
		box-sizing: border-box;
		margin: 10px 0 9px;;
		padding: 0 15px 0;
	}
	.ralston-mobile .sws-mobile-header-nav li:first-child.dropdown.dropdown-sup ul.dropdown-menu .accordion-inner:last-child {
		border: none;
	}
	
	.navbar-ralston-subsite.mobile-sws-nav-rest {
		margin-bottom: -28px !important;
	}
/* ********* END HEADER ********* */

/* ********* BUTTONS ********* */
	
	.ralston-sws-store div.ralston-home-buttons,
	.ralston-sws-store, 
	.ralston-sws-store .carousel-top {
		padding-top: 0;
	}
	.ralston-sws-store div.ralston-home-buttons.ralston-home-buttons-last {
		margin-bottom: 16px;
	}
	
	.ralston-home-buttons .ralston-cat-button .ralston-cat-title {
		padding: 10px 8px;
	}
	.ralston-home-buttons .ralston-cat-button .ralston-cat-title p {
		font-size: 19px;
		line-height: 22px;
	}
	
	/* --- FRENCH --- */
	.ralston-home-buttons-fr.ralston-home-buttons .ralston-cat-button .ralston-cat-title p {
		font-size: 16px;
		line-height: 18px;
	}
	/* --- END FRENCH --- */
	
/* ********* END BUTTONS ********* */
/* ********* CMS PAGES ********* */

	
/* ********* END CMS PAGES ********* */

}

@media (max-width: 979px) and (min-width: 768px) {
	
	.ralston-sws-store {
		margin-top: 3px;
	}

/* ********* START APPLICATION Pages ********* */
	

		.ralston-application-pages h2{
		margin-top: 15px;
		margin-bottom:5px;
}
	.ralston-application-pages h3{
		font-size: 25px;
		margin-top: 0px;
}
	
	.ralston-application-pages p.lead{
    margin-bottom: 0px;
}

/* ********* END APPLICATION Pages ********* */
	
}

@media (max-width: 767px) {
/* ********* HEADER ********* */
	.navbar-inner.ralston-mobile {
		margin-left: -20px;
		margin-right: -20px;
	}
	.navbar .ralston-mobile .span4, .navbar .ralston-mobile .span8 {
		margin-bottom: 0;
	}
	.ralston-mobile .row-fluid.sws-mobile-header-nav.accordion {
		float: left;
		margin-top: 0;
	}
	
	/* --- FRENCH --- */
	.ralston-mobile.ralston-mobile-french #mobile-sws-1.ralston-mobile-sub-nav .nav {
		padding: 0 15px;
	}
	/* --- END FRENCH --- */
	
	
/* ********* END HEADER ********* */
	.ralston-sws-store .row-fluid.carousel-top {
		padding-top: 0;
		margin-bottom: 2px;
	}
	
	
/* ********* BUTTONS ********* */
	.row-fluid.ralston-mobile-home-buttons.mshow.ipad-view-setting {
		padding: 0px 15px;
		margin: 0px;
	}
	
	.ralston-sws-store-mobile {
		font-family: proxima-nova,Montserrat,'Open Sans',Arial,sans-serif;
	}
	
	.ralston-mobile-home-buttons .span6 {
		float: left;
		width: 44%;
		margin: 0px 3% 5% !important;
		border: none;
	}
	.ralston-mobile-home-buttons.ralston-home-buttons-last .span6 {
		margin-bottom: 3% !important;
		width: 94%;
	}
	.ralston-mobile-home-buttons .ralston-cat-button {
		box-shadow: 0 3px 6px 0 rgb(0 0 0 / 15%);
		border-radius: 5px;
		overflow: hidden;
	}
	.ralston-mobile-home-buttons .ralston-cat-button img {
		width: 100%;
	}
	
	.ralston-mobile-home-buttons .ralston-cat-button .ralston-cat-title {
		background-color: #fff;
		text-align: center;
		padding: 12px 10px;
	
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		-webkit-box-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
	}
	.ralston-mobile-home-buttons .ralston-cat-button .ralston-cat-title p {
		color: #1863ab;
		font-size: 19px;
		line-height: 21px;
		font-weight: 500;
		text-decoration: none;
		margin-bottom: 0;
	}
	.ralston-mobile-home-buttons.ralston-home-buttons-last .ralston-cat-button .ralston-cat-title {
		min-height: unset !important;
	}
	
	/* --- FRENCH --- */
	.ralston-mobile-home-buttons-fr.ralston-mobile-home-buttons .ralston-cat-button .ralston-cat-title p {
		font-size: 17.5px;
		line-height: 19px;
	}
	/* --- END FRENCH --- */
	
	
/* ********* END BUTTONS ********* */

/* ********* CMS Pages ********* */
	.ralston-cms-page h1 {
		font-size: 28px;
		line-height: 33px;
		margin-top: 10px;
	}
	.ralston-cms-page h2 {
		font-size: 22px;
		line-height: 27px;
		margin-bottom: 5px;
	}

/* ********* CATEGORY LANDING PAGES ********* */
	.ralston-category-landing-page h1, 
	.ralston-category-landing-page h2,
	.content.mobile-setting .ralston-category-landing-page .span12.ralston-cat-button {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.ralston-category-landing-page .span3, 
	.ralston-category-landing-page .span3:nth-child(4n+1) {
		float: left;
		width: 46%;
		margin: 0px 2% 21px !important;
		border: none;
		clear: none;
	}
	.ralston-category-landing-page .span3:nth-child(odd) {
		clear: left;
	}
	.ralston-category-landing-page .span12.ralston-cat-button {
		padding-top: 5px;
	}
	

/* ********* END CATEGORY LANDING PAGES ********* */
/* ********* About Page ********* */
	
	
	.rals-green.row-fluid {
		margin: 7px -20px 5px;
		padding: 20px 20px 5px;
		box-sizing: content-box;
	}
	
	.rals-going-green {
		-webkit-box-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
	}
	
	.rals-going-green figure.rals-figure {
		max-width: 361px;
		margin: 0 auto;
	}
	
	.rals-green .span10 > h2 {
		margin-top: 5px;
	}
	.rals-green-practices {
		display: block;
	}
	.rals-green-practices .span3 {
		float: left;
		display: inline-block;
		max-width: 130px;
		margin-right: 20px;
	}
	.rals-green-practices .span9 p {
		display: block;
		position: relative;
		right: 20px;
		margin-right: -20px;
	}
/* ********* END About Page ********* */
	
/******** START APPLICATION PAGES *********/
	
	.ralston-application-pages .ralston-analog{
		padding-bottom: .2em;
		width: 100%;
}
	.ralston-application-pages h2{
		margin-bottom: 10px;
		margin-top: 20px;
}
	.ralston-application-pages h3{
		font-size: 20px;
		margin-top: 0px;
		line-height: 23px;
}

.ralston-application-pages p.lead{
		font-size: 20px;
    line-height: 27px;
    margin-bottom: 0px;
}
/********* END APPLICATION PAGES **********/

/* ********* END CMS Pages ********* */

}

@media (max-width: 600px) {
/* ********* BUTTONS ********* */
	
	.ralston-mobile-home-buttons .ralston-cat-button .ralston-cat-title {
		padding: 12px 10px;
	}
	.ralston-mobile-home-buttons .ralston-cat-button .ralston-cat-title p {
		font-size: 16px;
		line-height: 19px;
	}
	
	/* --- FRENCH --- */
	.ralston-mobile-home-buttons-fr.ralston-mobile-home-buttons .ralston-cat-button .ralston-cat-title p {
		font-size: 15px;
		line-height: 18px;
	}
	/* --- END FRENCH --- */
	
/* ********* END BUTTONS ********* */
	
	
}

@media (max-width: 500px) {
/* ********* BUTTONS ********* */

	.ralston-mobile-home-buttons .span6 {
		float: left;
		width: 46%;
		margin: 0px 2% 4% !important;
		border: none;
	}
	.ralston-mobile-home-buttons.ralston-home-buttons-last .span6 {
		margin-bottom: 2% !important;
		width: 96%;
	}
	
	
	/* --- FRENCH --- */
	.ralston-mobile-home-buttons-fr.ralston-mobile-home-buttons .ralston-cat-button .ralston-cat-title {
		padding: 8px 10px;
		min-height: 38px;
	}
	.ralston-mobile-home-buttons-fr.ralston-mobile-home-buttons .ralston-cat-button .ralston-cat-title p {
		font-size: 16px;
		line-height: 19px;
	}
	/* --- END FRENCH --- */
	
/* ********* END BUTTONS ********* */
/* ********* Forum Page ********* */
	.ralston-expert-forum img.expertise-content {
		width: auto;
		margin: 0 auto 10px;
		display: block;
		float: none;
	}
/* ********* END Forum Page ********* */

/* ********* CATEGORY LANDING PAGES ********* */
	.ralston-category-landing-page .ralston-cat-button .ralston-cat-title {
		padding: 10px;
		min-height: 38px;
	}
	.ralston-category-landing-page .span3 .ralston-cat-title p {
		font-size: 15px;
		line-height: 19px;
	}
	.ralston-category-landing-page .span12.ralston-cat-button .ralston-cat-title p {
		font-size: 19px;
		line-height: 25px;
	}
	
	/* --- FRENCH --- */
	.ralston-category-landing-page-fr.ralston-category-landing-page .ralston-cat-button .ralston-cat-title {
		min-height: 34px;
	}
	.ralston-category-landing-page-fr.ralston-category-landing-page .ralston-cat-button .ralston-cat-title p {
		font-size: 14px;
		line-height: 17px;
	}
	/* --- END FRENCH --- */

/* ********* END CMS Pages ********* */
}

@media (max-width: 480px) {
/* ********* HEADER ********* */
	.navbar-inner.ralston-mobile {
		padding-top: 9px;
		padding-bottom: 9px;
	}
	.navbar .ralston-mobile .span4 {
		width: 160px;
		margin-top: 6px;
	}
	.navbar .ralston-mobile .span8 {
		margin-top: 0;
	}
	.ralston-mobile .lead {
		font-size: 14px;
		line-height: 13px;
		margin-bottom: 1px;
	}
	
	.ralston-mobile .sws-mobile-header-nav #mobile-sws-3 .nav > li.dropdown.dropdown-sup > a {
		padding-left: 9px !important;
	}
	.ralston-mobile #mobile-sws-1.ralston-mobile-sub-nav .nav,
	.ralston-mobile.ralston-mobile-french #mobile-sws-1.ralston-mobile-sub-nav .nav {
		padding: 0 8px;
	}
	.ralston-mobile .sws-mobile-header-nav li:first-child.dropdown.dropdown-sup ul.dropdown-menu .accordion-inner {
		padding: 0 8px;
		margin: 7px 0 5px;
	}
	.ralston-mobile .accordion-inner-sub, 
	.ralston-mobile #mobile-sws-3 .accordion-inner-sub {
		margin-left: 8px;
	}
	.nav-collapse.in.collapse.ralston-mobile-sub-nav {
		padding: 8px 0px 8px;
	}
	.ralston-mobile .accordion-inner-sub li a {
		line-height: 14px;
	}
	.navbar-ralston-subsite .nav-collapse .open > .dropdown-menu li > a, 
	.navbar-ralston-subsite .nav-collapse .open > .dropdown-menu li > a:hover, 
	.navbar-ralston-subsite .nav-collapse .open > .dropdown-menu li >strong> a, 
	.navbar-ralston-subsite .nav-collapse .open > .dropdown-menu li >strong> a:hover {
		line-height: 14px;
	}
	
	
	/* --- FRENCH --- */
	.ralston-mobile.ralston-mobile-french .sws-mobile-header-nav .nav>li.dropdown>a, 
	.ralston-mobile.ralston-mobile-french .sws-mobile-header-nav .nav>li.dropdown>a:hover, 
	.ralston-mobile.ralston-mobile-french .sws-mobile-header-nav .nav>li.dropdown>a:active, 
	.ralston-mobile.ralston-mobile-french .sws-mobile-header-nav .nav>li.dropdown>a:focus, 
	.ralston-mobile.ralston-mobile-french .sws-mobile-header-nav .nav>li.dropdown:hover>a {
		font-size: 13px;
	}
	/* --- END FRENCH --- */
	
	
/* ********* END HEADER ********* */
/* ********* BUTTONS ********* */
	
	.ralston-mobile-home-buttons .ralston-cat-button .ralston-cat-title {
		padding: 8px 10px;
		min-height: 38px;
	}
	.ralston-mobile-home-buttons .ralston-cat-button .ralston-cat-title p {
		font-size: 16px;
		line-height: 19px;
	}
	
/* ********* END BUTTONS ********* */

	
}

@media (max-width: 399px) {
/* ********* HEADER ********* */
	
	.navbar-inner.ralston-mobile {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar .ralston-mobile .span4 {
		width: 130px;
		margin-top: 10px;
	}
	.ralston-mobile img.brand.mobile-logo {
		padding-right: 6px;
	}
	.ralston-mobile .lead {
		font-size: 10.5px;
		line-height: 11px;
	}
	
	.ralston-mobile input.appendedInputButton::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 11px !important;
	}
	.ralston-mobile input.appendedInputButton::-moz-placeholder { /* Firefox 19+ */
		font-size: 11px;
	}
	.ralston-mobile input.appendedInputButton:-ms-input-placeholder { /* IE 10+ */
		font-size: 11px;
	}
	.ralston-mobile input.appendedInputButton:-moz-placeholder { /* Firefox 18- */
		font-size: 11px;
	}
	
	
	.ralston-mobile .sws-mobile-header-nav .nav>li.dropdown>a, 
	.ralston-mobile .sws-mobile-header-nav .nav>li.dropdown>a:hover, 
	.ralston-mobile .sws-mobile-header-nav .nav>li.dropdown>a:active, 
	.ralston-mobile .sws-mobile-header-nav .nav>li.dropdown>a:focus, 
	.ralston-mobile .sws-mobile-header-nav .nav>li.dropdown:hover>a {
		font-size: 12.25px;
	}
	/* --- FRENCH --- */
	.ralston-mobile.ralston-mobile-french .sws-mobile-header-nav .nav>li.dropdown>a, 
	.ralston-mobile.ralston-mobile-french .sws-mobile-header-nav .nav>li.dropdown>a:hover, 
	.ralston-mobile.ralston-mobile-french .sws-mobile-header-nav .nav>li.dropdown>a:active, 
	.ralston-mobile.ralston-mobile-french .sws-mobile-header-nav .nav>li.dropdown>a:focus, 
	.ralston-mobile.ralston-mobile-french .sws-mobile-header-nav .nav>li.dropdown:hover>a {
		font-size: 10.5px;
	}
	/* --- END FRENCH --- */
	
	
/* ********* END HEADER ********* */
/* ********* BUTTONS ********* */
	
	.ralston-mobile-home-buttons .ralston-cat-button .ralston-cat-title,
	.ralston-mobile-home-buttons-fr.ralston-mobile-home-buttons .ralston-cat-button .ralston-cat-title {
		padding: 8px;
	}
	
/* ********* END BUTTONS ********* */


/* ********* CATEGORY LANDING PAGES ********* */
	.ralston-category-landing-page .ralston-cat-button .ralston-cat-title {
		padding: 8px;
		min-height: 34px;
	}
	.ralston-category-landing-page .span3 .ralston-cat-title p {
		font-size: 13px;
		line-height: 17px;
	}
	.ralston-category-landing-page .span12.ralston-cat-button .ralston-cat-title p {
		font-size: 19px;
		line-height: 25px;
	}
	
	/* --- FRENCH --- */
	.ralston-category-landing-page-fr.ralston-category-landing-page .ralston-cat-button .ralston-cat-title {
		min-height: 30px;
	}
	.ralston-category-landing-page-fr.ralston-category-landing-page .ralston-cat-button .ralston-cat-title p {
		font-size: 12px;
		line-height: 15px;
	}
	/* --- END FRENCH --- */
	
/* ********* END CATEGORY LANDING PAGES ********* */
/* ********* About Page ********* */
	
	.rals-green-practices .span3 {
		max-width: none;
		margin-right: 0;
	}
	.rals-green-practices figure.rals-figure,
	.ralston-about-french .rals-green-practices figure.rals-figure {
		max-width: none;
	}
	.rals-green-practices .span9 {
		clear: both;
	}
	.rals-green-practices .span9 p {
		position: static;
		right: 0;
		margin-right: 0;
		clear: both;
	}
	
/* ********* END About Page ********* */


/* ********* END CMS Pages ********* */





}