#RelTab {
	position: fixed;
	bottom: 0;
	left: 15%;
	margin: 0 0 0 20px;
	border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0;
	background-color: rgba(102, 102, 102, 0.9);
	display: none;
}
#RelTab.on { display: block; }
#RelTab a {
	min-height: 45px;
	padding: 0 20px;
	display: block; 
	font-weight: normal;
}
#RelTab a p { 
	padding: 10px 0 0;
	color: #fff;  
}
#BackToTop {
	position: fixed;
	left: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	display: none;
	z-index: 9999;
}
html.top-pad #BackToTop { display: block; }
#BackToTop a {
	margin: 5px;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.2) url(/_themes/_images/icons/angle-up.svg) 50% 40% no-repeat;
	background-size: 25px 28px;
	-o-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}
#BackToTop a:hover,
#BackToTop a:focus,
#BackToTop a:active {
	background-color: rgba(0, 0, 0, 0.4);
}
#BackToTop p { display: none; }

/* TRANSITIONS CONTROLS */
body,
*[class^=targets] ul[class~="three"] li {
    -o-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -webkit-transition:all .3s ease;
	transition:all .3s ease;
}
img { -webkit-transform: translate3d(0, 0, 0); }

/* Global  */
html {
	font-size: 62.5%; 
	background: #0069bf; 
}
body {
	min-width: 75%;
	font-size: 18px; font-size: 1.8rem;
	line-height: 26px; line-height: 2.6rem;
	font-family: 'PT Sans W01', Helvetica, Verdana, sans-serif;
	color: #000;
	height: 100%;
}
body #recaptcha_area { line-height: normal; }
*[class*=rel] { position: relative; }
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
#Body > nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	float: left;
	background: #fff;
	z-index: 100;
	display: none;
}
#mCart,
#mLogo { display: none; }
#Body div#slide {
	width: 100%;
	top: 0;
	display: block;
	position: relative;
	z-index: 9888;
    -o-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -webkit-transition:all .3s ease;
	transition:all .3s ease;
}
#Body.reveal div#slide { left: 0; }

/* Links */
a, 
a:visited { text-decoration: none; }
a:hover, 
a:active,
a:focus { text-decoration: underline; }
a.opposite, 
a:visited.opposite { text-decoration: underline; }
a.opposite:hover, 
a.opposite:active,
a.opposite:focus { text-decoration: none; }

/* Colors and Fonts */

/* font color for indexes */
*[class^=targets] p { color: #000; }

/* link, title colors */
a,
#SearchBar a,
*[class^=targets] a p[class^=title] { color: #00aeef; }
a.back { color: #007dcb; }

/* related icon bg color */
#Related img,
div.thumbs div.block img.icon { background: #00aeef; }

/* bar colors */
*[class^=bar] { background: #007dcb; }
#StoreSearch,
#Related *[class^=bar],
#Calculator *[class^=bar],
#SectionCustom .col *[class^=bar],
#Preview *[class^=bar] { background: #ffc423; }
*[class^=bar] a.right,
*[class^=bar] a,
div[class^=bar] p { color: #fff; }
#StoreSearch p.right a { 
	color: #00aeef; 
	font-weight: bold;
}
#StoreSearch p.title,
#Related *[class^=bar] p.title,
#Calculator *[class^=bar] p.title,
#SectionCustom .col *[class^=bar] p,
#Preview div[class^=bar] p { 
	color: #007dcb;
	/*text-shadow: 3px 1px 1px #f26522; */
}
*[class^=bar] p.right { color: #ffc423; }
#Calculator *[class^=bar] p.right { color: #007dcb; }
#SearchBar {
	border: 1px solid #73d3f6;
	background: #f3fbfd;
}
#SearchBar div.form label,
#SearchBar div.form p { color: #3e3e3e; }
#SearchResults p.dev { color: #999; }

/* required asterisk */
span.required,
div[class^=form-row] > label span { color: #c00; }

/* paging bar */
.paging-bar > div.paging a p { 
	color: #00aeef;
	border: 1px solid #00aeef;
}
.paging-bar > div.paging a p:hover, 
.paging-bar > div.paging a p:active, 
.paging-bar > div.paging a p:focus { 
	background: #00aeef;
	color: #fff;
	border: 1px solid #00aeef;
}
.paging-bar > div.paging p.current {
	background: #00aeef;
	color: #fff;
	border: 1px solid #00aeef;
}
.paging-bar > div.paging p.divider { display: none; }
.paging-bar > div.paging p { 
	margin: 0 0 0 8px;
	color: #000;
	border: 1px solid #999;
	background: #fff;
}

/* buttons */
input[type=submit], 
button, 
a.button {
	background: #00aeef;
	color: #fff;
}
/* remove pushbutton appearance from safari/chrome on mobile and restore to designed look */
input[type="submit"],
button { -webkit-appearance: inherit; }

/* tables */
*[class^=targets] ul:not([class*="_slides"]) { border-top: 5px solid #e9f7fc; }
#Portfolio ul { border: 0; }
*[class^=targets] div[class^=row] { border-bottom: 5px solid #e9f7fc; }
#Categories ul { border-top: 0; }
#Categories ul li { border-bottom: 5px solid #e9f7fc; }

/* attributes table for resources like Staff */
#Showcase .right { background: #e9f7fc; }
#Showcase .right .att-row p.label { border-top: 1px solid #00aeef; }

/* media gallery */
#MediaGallery { background: #fff; }
div.thumbs div.block div.link { border: 5px solid #00aeef; }
div.thumbs div.block div.current, 
div.thumbs div.block div.link:hover, 
div.thumbs div.block div.link:active, 
div.thumbs div.block div.link:focus { border: 5px solid #ffc423; }
div.thumbs div.block p { color: #fff; }
div.thumbs div.block p.source { background: #000; }
#MediaContent > p { color: #ccc; }
#EmbeddedAudio div.jp-audio { border: 1px solid #009be3; }
#EmbeddedAudio p.player-title { 
	background: #666;
	color: #fff;
}

/* form fields */
input[type=text], 
input[type=password], 
textarea, 
select, 
input[type=email],
input[type=number],
input[type=tel],
input[type=search] { border: 1px solid #7f9db9; }
input[type=submit], 
button { border: 1px solid #00aeef; }
input[type=text]:focus, 
input[type=password]:focus, 
textarea:focus, select:focus, 
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
#globalSearch input[type=search]:focus {
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
}

/* images */
div.imageWrap { background: #fff; }

/* main body framework */
header { 
	background: #009cdb; 
	border-bottom: 5px solid #ffc423;
}
#content { background: #fff; }
/*#Breadcrumb {
	color: #666;
	border-bottom: 1px solid #666;
}*/
footer {
	background: #007dcb url(/_themes/_images/framework/wave-3x.png) bottom center repeat-x;
	background-size: auto 10px;
}
p.copy { color: #fff; }
p.copy a { color: #fff; } 
footer ul.links li a { color: #fff; }

/* Text */
p.centered-text { text-align: center; }
*.no-records {
	padding: 20px 0 !important;
	text-align: center;
	clear: both;
}
div[class^=gutters] { 
	width: 720px;
	padding: 0; 
	margin: 0 auto;
	display: block;
}
#Primary div[class^=gutters] { padding: 0 0 25px; }
/*div.section div[class^=gutters] { padding-bottom: 10px; }*/

/* ALL BOLD FONT DECLARATIONS - necessary since webfonts may need to override */
a,
#SearchBar a,
#Breadcrumb ul,
#Showcase .right .att-row p.label,
.paging-bar,
.alert-error p,
div.sm-section p.title,
div.sm-section span,
*[class^=targets] p.info { font-weight: bold; }

/* ALL ITALIC FONT DECLARATIONS - necessary since webfonts may need to override */
*[class^=targets] p.position,
*[class^=targets] p.source,
#Showcase p.source,
div.sub-title p.source,
*.no-records { font-style: italic; }

#Help a { font-weight: normal; }

/* 12px */
#Breadcrumb *,
#shoppingCart input[type=submit].small,
div.disclaimer p { 
	font-size: 12px; font-size: 1.2rem; 
	line-height: 20px; line-height: 2rem;
}
#Help .links a,
#Help .links p,
p.copy {
	font-size: 12px; font-size: 1.2rem; 
	line-height: 18px; line-height: 1.8rem;
}
/* 14px */
p.clear,
#Calculator .details,
#TitleDrop p,
#mForm p.create,
div[class^=bar] p.right,
div[class^=bar] a.right,
*[class^=targets] p, 
#MediaGallery p,
label,
div[class^=form-row] p,
footer,
footer p,
#HomeMediaThumbs div.block {
	font-size: 14px; font-size: 1.4rem;
	line-height: 22px; line-height: 2.2rem;
}
div#Newsletter p.title {
	font-size: 14px; font-size: 1.4rem;
	line-height: 14px; line-height: 1.4rem;
}
select,
input[type=text],
input[type=password], 
textarea,
input[type=email],
input[type=number],
input[type=tel],
input[type=search] { font-size: 14px; font-size: 1.4rem; }
/* 16px */
h6,
.details ul,
.details ol { 
	font-size: 16px; font-size: 1.6rem; 
	line-height: 24px; line-height: 2.4rem;
}
@media only screen and (max-width : 1100px) {
	div.headline p.long { 
		font-size: 16px; font-size: 1.6rem; 
		line-height: 24px; line-height: 2.4rem;
	}
}
/* 18px */
#mSearch input[type=search],
#Help p.phone,
#RelTab a p,
h5,
p[class^=title], 
div.headline p.long {
	font-size: 18px; font-size: 1.8rem;
	line-height: 26px; line-height: 2.6rem;
}
div[class^=form-row] a.button p,
input[type=submit] { 
	font-size: 18px; font-size: 1.8rem; 
	line-height: 18px; line-height: 1.8rem;
}
h5, h6 { padding: 0 0 14px; }
nav a.global p {
	font-size: 18px; font-size: 1.8rem; 
	line-height: 20px; line-height: 2rem;
}
/*#StoreSearch input[type=submit].small,
div#Newsletter input[type=submit].small,*/
input[type=submit].small {
	font-size: 18px; font-size: 1.8rem; 
	line-height: 18px; line-height: 1.8rem;
}
/* 22px */
h4,
#HomeMedia .galleria-layer div.wrap p {
	font-size: 22px; font-size: 2.2rem;
	line-height: 30px; line-height: 3rem;
}
h4 { padding: 0 0 16px; }
/* 24px */
header nav p {
	font-size: 24px; font-size: 2.4rem;
	line-height: 32px; line-height: 3.2rem;
}
/* 25px */
*[class^=bar] p[class^=title] label,
*[class^=bar] p[class^=title] {
	font-size: 25px; font-size: 2.5rem;
	line-height: 27px; line-height: 2.7rem;
}
/* 26px */
h2,
h3,
div.headline p { 
	font-size: 26px; font-size: 2.6rem;
	line-height: 34px; line-height: 3.4rem;
}
h2, h3 { padding: 0 0 20px; }
/* 42px */
h1 {
	font-size: 42px; font-size: 4.2rem;
	line-height: 48px; line-height: 4.8rem;
}
/* 50px */
#HomeMedia .galleria-layer div.wrap h2 {
	font-size: 50px; font-size: 5rem;
	line-height: 54px; line-height: 5.4rem;
}
h1[class^=title] {
	padding: 35px 20px 30px;
	color: #009cdb;
}
h1.drop { padding-right: 110px; }
div.page-title {
	width: 100%;
	min-height: 115px;
	float: left;
	background: #e9f7fc;
}
#content div.page-title div.wrap { 
	padding: 0; 
	position: relative;
}
div.page-title p#tMenu {
	position: absolute;
	top: 22px;
	right: 20px;
	width: 70px;
	height: 70px;
	padding: 0;
	cursor: pointer;
	background-image: url(/_themes/_images/nav/title-drop.png);
}
div.page-title p span { display: none; }
div.page-title p#tMenu.off { background-position: top center; }
div.page-title p#tMenu.on { background-position: bottom center; }
div.page-title #TitleDrop.off { display: none; }
div.page-title #TitleDrop.on { display: block; }
div.page-title #TitleDrop {
	position: absolute;
	top: 83px;
	right: 20px;
	width: 300px;
	padding: 0;
	margin: 0;
	-moz-transition: visibility 0s ease 0.2s, opacity 0.2s ease;
	-webkit-transition: visibility 0s ease 0.2s, opacity 0.2s ease;
	-o-transition: visibility 0s ease 0.2s, opacity 0.2s ease;
	transition: visibility 0s ease 0.2s, opacity 0.2s ease;
	z-index: 800 !important;
}
div.page-title #TitleDrop > ul {
	width: 300px;
	padding: 5px;
	margin: 0;
	float: left;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #ccc;
}
div.page-title #TitleDrop > ul li {
	width: 100%;
	float: left;
}
div.page-title #TitleDrop > ul li a {
	width: 100%;
	padding: 7px 0 6px;
	float: left;
	font-weight: normal;
}
div.page-title #TitleDrop > ul li a.back { font-weight: bold; }
div.page-title #TitleDrop > ul li a:hover, 
div.page-title #TitleDrop > ul li a:active, 
div.page-title #TitleDrop > ul li a:focus {
	background-color: #00aeef;
	text-decoration: none;
	color: #fff;
}
div.page-title #TitleDrop > ul li p { 
	padding: 0 10px; 
	float: left;
}

/* Images */
img.float-right { float: right; }
img.float-left { float: left; }
div[id^=image] { position: relative; }
div#FullWrap {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
#content .s-image { max-height: 230px; }
#content .r-image { max-height: 230px; }
#content .noimage { 
	max-height: none;
	min-height: 80px;
}
img[class^=full] {
	max-width: 100%;
	height: auto !important;
	margin: 0 auto;
	padding: 0;
}
div#FullWrap img.full-scale {
	width: 100%;
	padding: 0;
}
div.imageWrap {
	padding: 0 0 20px 35px;
	float: right;
}
div#NoBG { background: none; }
div.imageWrap img { float: left; }
img.left-thumb, 
div.callout img {
	border: 0;
	padding: 0;
	float: left;
}
*[class^=targets] img.right-thumb,
*[class^=targets] img.outside-thumb {
	border: 0;
	padding: 10px 0 10px 20px;
	float: right;
}
*[class^=targets] img.outside-thumb {
	max-width: 200px;
	height: auto; 
}

/* Framework Header */
header > #NavWrap.top-anchor {
	position: fixed;
	top: 0;
	left: 0 !important;
	height: 75px;
	border: 0;
	z-index: 9999;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.7);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.7); 
}	
header {
	width: 100%;
	height: 130px;
	text-align: left;
}
header > div#NavWrap { 
	width: 100%;
	height: 125px;
	position: relative;
	background: url(/_themes/_images/framework/bg-header.gif) top center repeat-x;
}
#logo {
	float: left;
}
#logo img {
	box-sizing: border-box;
	width: 190px;
	height: 125px;
	padding: 10px 20px;
	-webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 1200px) {
  #logo img {
    width: 220px;
  }
  nav a.global p {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
header > #NavWrap.top-anchor #logo {
	height: 75px;
	background-position: bottom center;
}
header > #NavWrap.top-anchor #logo img {
	height: 75px;
	padding: 12px 0 8px;
}
header a.logo-link {
	max-height: 108px; 
	float: left;
	display: block;
}
#AccountDrop { display: none; }
div.q-search {
	width: 250px;
	float: left;
}
div.q-search input[type=submit] {
	width: 30px;
	height: 30px;
	margin: 0; 
	float: right;
	border: 0;
}
div.q-search input[type=search] {
	width: 210px;
	height: 30px;
	float: left;
	background: none;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}
div#search input[type=text]:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Navigation */
#mobileNav, #dropSearch { display: none; }
div#mSearch { display: none; }
nav {
	width: 100%;
	padding: 0;
	float: left;
}
header nav {
	width: auto;
	height: 110px;
	padding: 58px 0 0 15px;
}
header > #NavWrap.top-anchor nav { 
	height: 65px;
	padding-top: 12px;
}
nav > ul {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
header nav > ul { height: 50px; }
header nav > ul > li {
	height: 100%;
	padding: 0 10px 0 0;
	float: left;
	z-index: 500;
}
ul#mForm,
header nav > ul > li.mobile { display: none; }
@media only screen and (max-width : 650px) {
	#Body.reveal ul#mForm { display: block; }
}
header nav > ul > li a.global {
	height: 100%;
	padding: 0 15px;
	color: #fff;
	float: left;
	font-weight: normal;
	position: relative;
}
header nav > ul > li:hover a.global, 
header nav > ul > li:active a.global, 
header nav > ul > li:focus a.global,
header nav > ul > li.on a.global { 
	text-decoration: none;
	color: #ffc423;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
	transition: all .5s ease;
}
nav > ul > li a.global > p { 
	padding: 15px 0 0; 
	float: left;
	position: relative;
}
nav > ul > li > div.drop {
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
}
header nav > ul > li > div.drop {
	position: absolute;
	top: 110px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-moz-transition: visibility 0s ease 0.2s, opacity 0.2s ease;
	-webkit-transition: visibility 0s ease 0.2s, opacity 0.2s ease;
	-o-transition: visibility 0s ease 0.2s, opacity 0.2s ease;
	transition: visibility 0s ease 0.2s, opacity 0.2s ease;
	z-index: 800 !important;
}
header > #NavWrap.top-anchor nav > ul > li > div.drop { top: 55px; }
nav > ul > li div.dropwrap {
	width: 100%;
	float: left;
}
header nav > ul > li div.dropwrap { padding: 20px 0 0; }
nav > ul > li ul {
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	background: #fff;
}
header nav > ul > li ul {
	min-height: 70px;
	padding: 0 0 0 200px;
	-webkit-box-shadow: 0 6px 3px -2px rgba(0,0,0,0.4);
	box-shadow: 0 6px 3px -2px rgba(0,0,0,0.4); 
}
@media only screen and (min-width : 650px) {
	header nav > ul > li:hover div, 
	header nav > ul > li:active div, 
	header nav > ul > li:focus div { 
		visibility: visible;
		opacity: 1;
		transition-delay: 0s;
		-moz-transition-delay: 0s;
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;	
	}
}
nav > ul li ul li {	float: left; }
header nav > ul li ul li { height: 70px; }
nav > ul li ul li a {
	height: 100%;
	padding: 0;
	float: left;
}
nav > ul li ul li a:hover, 
nav > ul li ul li a:active, 
nav > ul li ul li a:focus {
	background-color: #e9f7fc;
	text-decoration: none;
}
nav > ul li ul li p { float: left; }
header nav > ul li ul li p { padding: 20px 20px 0; }

/* Framework Body */
#Breadcrumb {
	width: 100%;
	min-height: 60px;
	text-align: left;
	color: #666;
}
#Breadcrumb ul { 
	padding: 9px 0 0 20px;
	margin: 0; 
}
#Breadcrumb ul li { 
	padding: 6px 5px 6px 0;
	display: inline-block;
}
#Breadcrumb ul li.divider { padding-right: 3px; }
header, 
#content, 
footer { min-width: 320px; }
.wrap {
	width: 70%;
	margin: 0 auto;
}
footer .wrap { max-width: 960px; }
@media only screen and (max-width : 1200px) {
	.wrap { width: 96%; }
	div.page-title .wrap { width: 100%; }
	#NavWrap.top-anchor > div.wrap { 
		width: auto;
		padding: 0 0 0 92px; 
	}
	#RelTab { left: 2%; }
}
#content {
	width: 100%;
	text-align: left;
	min-height: 400px;
}
#content .wrap {
	padding: 0 0 40px; 
	clear: left;
}
#content .section { 
	padding: 50px 20px 0;
	clear: both; 
}
#content #contact.section {
  padding-top: 0;
  padding-bottom: 50px;
}
#content .bc { padding-top: 0; }
#content #RelPad {
	width: 100%;
	height: 75px;
	margin: -75px 0 0;
	display: block;
	visibility: hidden;
}
#Home #Secondary,
#content #PrimaryCols, 
#content #SectionCustom {
	width: 100%;
	padding: 0;
	float: left;
}

/* Framework Footer */
#Help {
	width: 100%;
	min-height: 40px;
	float: left;
	background: #0069bf;
	text-align: left;
}
#Help p.phone {
	width: 240px;
	padding: 7px 20px 5px;
	float: left;
	color: #ffc423;
}
#Help p.phone a { color: #fff; }
#Help .links { 
	padding: 8px 16px 0;
	float: right; 
	color: #fff;
}
#Help .links p,
#Help .links a {
	padding: 3px 4px 0;
	float: right;
}
#Help .links a { 
	color: #fff;
}
footer {
	width: 100%;
	padding: 30px 0 0;
	clear: left;
}
div.copy {
	width: 100%;
	padding: 13px 0 80px;
	text-align: left;
}
p.copy { 
	padding: 0 20px 8px; 
	float: left;
}
p.copy a { font-weight: normal; }
div.copy div.icons { float: right; }
.circle-icons a {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 5px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.8);
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.circle-icons a:hover,
.circle-icons a:active,
.circle-icons a:focus {
	background: #fff;
}
div.copy .circle-icons a {
	margin: 0 20px 0 0;
	float: right;
}
div.copy .circle-icons a.twitter {
	padding: 6px;
}
div.copy .circle-icons a.linkedin {
	padding: 6px 7px 7px;
}
div.copy .circle-icons img {
	margin: 0 auto;
	max-height: 20px;
}
footer ul.cols {
	width: 100%;
	margin: 0;
	float: left;
}
footer ul.cols li.half,
footer ul.cols li.column {
	width: 25%;
	padding: 0 10px 10px;
	float: left;
}
footer ul.cols li.half { width: 50%; }
footer ul.cols li.half > p,
footer ul.cols li.half > p * { float: left; }
footer ul.cols li.half > a {
	max-width: 100%;
	float: left;
}
footer ul.cols li.half img.scale {
	width: 100%;
	max-width: 300px;
	height: auto !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
footer ul.links { 
	width: 100%;
	margin: 0; 
	padding: 0 0 10px;
	float: left;
}
footer ul.links li { 
	width: 100%;
	float: left;
}
footer ul.links li.no-results { padding: 6px 0 8px; }
footer ul.links li a {
	width: 100%;
	padding: 5px 0 10px; 
	float: left;
	font-weight: normal;
}
footer ul.links li a p { padding: 8px 20px 0 42px; }
footer ul.cols li.half div#Newsletter {
	width: 100%;
	max-width: 300px;
	margin: 20px 0 0;
	float: left;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div#Newsletter p.title {
	padding: 5px 15px 3px;
	color: #15457b;
	background: #ffc423;
	text-transform: uppercase;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
div#Newsletter input[type=submit].small {
	width: 30px;
	height: 30px;
	float: right;
	border-radius: 15px; 
	-webkit-border-radius: 15px;
	border: 0;
}
div#Newsletter div.row {
	width: 100%;
	padding: 10px 15px;
	float: left;
}
div#Newsletter div.row input[type=email] {
	width: 80%;
	height: 30px;
}

#kenect-review-carousel {
  margin-top: 20px;
}
#kenect-review-carousel h3 {
  display: none;
}

/* Dev Toolbar and Error Reporting */
#toolbar {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	height: 25px;
	overflow: hidden;
	background-color: black;
	color: white;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 0.75em;
	line-height: 0.875em;
}
#toolbar ul {
}
#toolbar li {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: solid 1px white;
}
#toolbar span {
	margin-right: 10px;
	float: left;
}

html.toolbar-enabled {
	margin-top: 30px;
}
.xdebug-error{
	font-family: monospace;
	width: 100%;
}
