@charset "UTF-8";

/* 2015-09-25: added Toll Free Numbers triggered by class on body */



/*==================*\
  #Foundation Overrides
\*==================*/

.f-dropdown li a {
  color: #015ba7;
}
body, td, th, input, select, p, ol, ul {
	color: #464646;
	font-family: "museo-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
}
form {
  margin: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #464646;
}

/* FIX FOR LOSS OF SCROLL-TO-TOP ON iOS SAFARI */
/* See http://stackoverflow.com/questions/8970740/ios-safari-scroll-to-top-does-not-work-on-certain-pages-why */
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  -webkit-overflow-scrolling: auto;
}
.left-off-canvas-menu, .right-off-canvas-menu {
  -webkit-overflow-scrolling: auto;
}
.left-submenu, .right-submenu {
  -webkit-overflow-scrolling: auto;
}

/*==================*\
  #General
\*==================*/

#tracking {
	position: absolute;
	bottom: 0;
	left: 0;
}
main {
	display: block;
}
#main td, #main th, #main p, #main ol, #main ul {
	font-size: 14px;
	font-size: .875rem;
}
.smaller {
	color: #666;
	font-size: smaller;
}
small, p.small, #main p.small {
  font-size: 10px; font-size: 0.625rem;
  line-height: 1.2;
}
p.small, #main p.small {
  margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6, button, .button {
	font-family: "museo-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.2;
}
.hed1, .hed2, .hed3, .hed4, .hed5, .hed6 {
	font-family: "museo-sans", sans-serif;
	font-style: normal;
	margin-bottom: 8px;
	margin-top: 3.2px;
	text-rendering: optimizeLegibility;
}
button, .button {
	font-weight: 500;
}
h3, h4, h5, h6, h2.hed3 {
	color: #464646;
}
h1, .hed1 {
	color: #3b3b3b;
	font-size: 34px;
	font-size: 2.125rem;
	margin-bottom: 20px;
}
h2, .hed2 {
	color: #600000;
	font-size: 28px;
	font-size: 1.75rem;
}
h3, .hed3 {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
}
h4, .hed4 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}
h5, .hed5 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
}
h6, .hed6 {
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	line-height: 1.4;
}
h1 + h2, h1 + h2.hed3 {
  margin-top: -12px;
}
@media only screen and (max-width: 40.63em) {
  h1 {
    font-size: 24.8px;
    font-size: 1.55rem;
  }
  h2 {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
  h3 {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
  h4 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
p, ol, ul {
	line-height: 1.4;
}
img + h2, picture + h2 {
	padding: 12px 0 8px;
}
img + h3, picture + h3 {
	padding-top: 12px;
}
img + .panel, picture + .panel {
	margin-top: 16px;
}
.free-evaluation {
	background-color: #015ba7;
	clear: both;
	color: #fff;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 2em;
	padding: 12px 16px;
	text-align: center;
	margin: 32px 0;
}
.free-evaluation span {
	padding-top: 12px;
}
.free-evaluation .button {
	background: none repeat scroll 0 0 #fff;
	margin: -4px 24px 0;
	padding: 8px 16px;
	vertical-align: middle;
}
/*#main*/ .free-evaluation a {
	color: #FFF;
}
.free-evaluation a.button.white {
  color: #015ba7;
}
/*#main*/ .free-evaluation .sales-phone a {
	color: #FFF;
}
sup {
  position: relative;
  bottom: 1ex;
  vertical-align: inherit;
}
kbd {
	white-space: nowrap;
}
.pic-grid span {
	display: block;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.2;
	font-weight: 500;
	padding-bottom: 4px;
	padding-top: 6px;
}
.pic-list {
	margin-bottom: 48px;
}
.pic-grid p {
	margin-bottom: 2px;
}
.pic-list li {
	clear: left;
	margin: 0 0 16px;
}
.pic-list img {
	float: left;
	width: 144px;
	margin: 8px 16px 8px 0;
}
.pic-list h3 {
  font-size: 20px; font-size: 1.25rem;
	padding: 12px 0 0;
}
.pic-list h2, .pic-list h3 {
	margin: 0 0 8px;
}
.pic-list p {
	margin: 0;
}
.pic-list p span {
	color: #015ba7;
	padding-left: 4px;
	white-space: nowrap
}
.more {
	color: #015ba7;
	padding-left: 4px;
	white-space: nowrap;
}
.reveal-modal-bg {
	background: none repeat scroll 0 0 rgba(255,255,255,0.6);
}
dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1;
	right: 8px;
	top: 4px;
	padding-left: 8px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
	margin: 0 0 4.8px;
}
@media only screen and (min-width: 40.063em) {
  input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    font-size: 12px;
    font-size: .75rem;
    height: 30px;
  }
  select {
    padding: 4.8px;
  }
}

/*==================*\
  #Nameplate, Toolbar
\*==================*/

#nameplate {
	padding-bottom: 15px;
	padding-top: 14px;
}
#nameplate .button-group {
	padding-top: 1em;
}
#nameplate .button-group i {
	color: #FFF;
	font-size: 16px;
	font-size: 1rem;
	display: block;
}
#nameplate .button-group .button.tiny {
	font-size: 9px;
	font-size: .5625rem;
	padding: 8px 10.4px;
	margin-bottom: 7.2px;
}
#nimnav {
	position: absolute;
	top: 103px;
	margin: 0 auto;
	width: 100%;
}
.toolbar .tabs.inline-list > li {
	margin-left: 0;
	margin-right: 3px;
}
.toolbar .tabs a {
  background: none repeat scroll 0 0 #666;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 12px; font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 34px;
  padding: 0 24px;
  text-align: center;
  width: 133px;
}
.toolbar .tabs li.active a {
	background: none repeat scroll 0 0 #950007;
}
.toolbar .tabs a:hover {
	color: #FFF;
	background: none repeat scroll 0 0 #0B439A;
}
#login-drop.open {
	left: 490px!important;
}
#login-drop ul li {
	font-weight: 300;
}
.f-dropdown:before, .f-dropdown:after, .f-dropdown.content:before, .f-dropdown.content:after {
	display: none;
}
.f-dropdown.content {
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
}
.f-dropdown.content, .f-dropdown li {
	font-size: 13px;
	font-size: .8125rem;
}
#login-drop ul:last-child {
	width: 45%;
}
#login-drop.f-dropdown ul li:first-child:hover, #login-drop.f-dropdown ul li:first-child:focus {
	background: none repeat scroll 0 0 #fff;
}
#login-drop.f-dropdown ul li:first-child, #login-drop label {
	cursor: inherit;
}
@media only screen and (max-width: 30em) {
  #nameplate .button-group {
    padding-top: .2em;
  }
}
@media only screen and (min-width: 40em) {
  #nameplate .button-group {
    padding-top: .1em;
  }
  #nameplate .button-group i {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #nameplate .button-group .button.tiny {
    font-size: 12px;
    font-size: .75rem;
    padding: 11px 24px;
  }
}


/*==================*\
  #Toll Free Numbers
  Number other than generic requires class on body
  For doc see /_includes/_base/tfn_SOURCE
\*==================*/

.tfn-business, .tfn-resi-home, .tfn-home-security-packages, .tfn-home-security-systems, .tfn-home-automation, .tfn-video-surveillance, .tfn-fire-alarm, .tfn-reviews, .tfn-resources, .tfn-local, .tfn-home-security-packages-beta, .tfn-resi-compare {
  display: none;
}
.business .tfn-generic,
.resi-home .tfn-generic,
.home-security-packages .tfn-generic,
.home-security-systems .tfn-generic,
.home-automation .tfn-generic,
.video-surveillance .tfn-generic,
.fire-alarm .tfn-generic,
.reviews .tfn-generic,
.resources .tfn-generic,
.local .tfn-generic,
.home-security-packages-beta .tfn-generic,
.resi-compare .tfn-generic {
  display: none;
}
.business .tfn-business,
.resi-home .tfn-resi-home,
.home-security-packages .tfn-home-security-packages,
.home-security-systems .tfn-home-security-systems,
.home-automation .tfn-home-automation,
.video-surveillance .tfn-video-surveillance,
.fire-alarm .tfn-fire-alarm,
.reviews .tfn-reviews,
.resources .tfn-resources,
.local .tfn-local,
.home-security-packages-beta .tfn-home-security-packages-beta,
.resi-compare .tfn-resi-compare {
  display: inline;
}


/*==================*\
  #Sticky Nameplate
\*==================*/

.sticky-logo-small {
  display: none;
}
@media only screen and (min-width: 64.063em) {
  #nameplate {
    background-color: #FFF;
    opacity: 0.95;
    padding-bottom: 5px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    transition: padding 0.5s;
  }
  #nameplate.row {
    width: 100%;
    max-width: 100%;
  }
  main {
    padding-top: 173px;
  }
  #nameplate.row .row.sticky-nav-wrapper {
    margin: 0 auto;
    max-width: 62.5em;
    width: 100%;
  }
  #nameplate.be-sticky {
    padding: 8px 0;
  }
  .be-sticky .sticky-logo-large {
    display: none;
  }
  .be-sticky {
    -webkit-transition: all 0.5s;
    transition: padding 0.5s;
  }
  .be-sticky .sticky-logo-small {
    display: block;
    /*padding-left: 8px;*/
  }
  .sticky-benefit, .sticky-sales, .sticky-support {
    float: left;
    /*width: auto;*/
  }
  .sticky-benefit {
    padding: 7px 30px 0 59px;
  }
  .be-sticky .sticky-benefit {
    display: none; 
  }
  .sticky-sales, .sticky-support {
    margin-top: 16px;
  }
  .sticky-sales {
    padding: 0 18px;
  }
  .sticky-support {
    padding: 0 0 0 18px;
  }
  .be-sticky .sticky-sales, .be-sticky .sticky-support {
    margin-top: 0;
  }
  .sticky-support {
    border-left: 1px solid #ddd;
  }
  .be-sticky .sticky-support {
    border-left: none;
  }
  .sticky-content p {
    padding: 0;
    margin: 0;
  }
  .sticky-content .hed {
    color: #464646;
    font-size: 16px; font-size: 1rem;
    font-weight: 500;
    line-height: 1.0;
    margin: 0 0 8px;
  }
  .be-sticky .sticky-content {
    padding: 10px 0 0 167px;
  }
  .sticky-content a.chat-btn {
    color: #015ba7;
    font-size: 11px; font-size: 0.6875rem;
    font-weight: 300;
    line-height: 1.0;
  }
  .sticky-content .sales-phone, .sticky-content .support-phone {
    font-size: 18px; font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.0;
  }
  .sticky-links {
    background: url("https://pro1-fetch.netdna-ssl.com/_base/_img/style/sticky-phone-chat-icons.png") no-repeat left top ;
    padding-left: 23px;
    line-height: 1.0
  }
  .sticky-links .sales-phone a {
    color: #015ba7;
  }
  .be-sticky .hed, .be-sticky .sticky-links {
    float: left;
  }
  .be-sticky .sticky-links {
    border-left: 1px solid #ddd;
    margin-left: 12px;
    padding-left: 35px;
    background-position: 12px top;
  }
}

/*==================*\
  #Main-Nav
\*==================*/

#main-nav {
	background: #950007;
	clear: both;
	width: 100%;
	min-height: 34px;
}
#main-nav .inline-list {
	margin-bottom: 0;
}
#main-nav .inline-list > li {
	font-size: 12px;
	font-size: .75rem;
	background: url("https://pro1-fetch.netdna-ssl.com/_base/_img/style/nav-separator-dots.png") no-repeat 0 0;
	line-height: 34px;
	padding-left: 16px;
	margin-left: 16px;
}
#main-nav .inline-list > li a {
	color: #FFF;
	font-weight: 500;
}
#main-nav .f-dropdown li a, .toolbar .f-dropdown li a {
	padding: 4px;
}
#main-nav .inline-list > li:first-child {
	background: none;
	padding-left: 0;
}
#main-nav ul {
	list-style: none;
	margin-left: -4px;
	margin-bottom: 0;
}
#main-nav .f-dropdown label, nav .f-dropdown label a {
	color: #4e4e4e;
	font-size: 12px;
	font-size: .75rem;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#main-nav .f-dropdown label {
	cursor: default;	
}
#main-nav .inline-list {
	margin-left: .2em;
	float: left;
}
#main-nav ul ul li a {
	padding: 3px 20px;
}
#main-nav ul ul li a:hover {
	color: #666;
}
#main-nav .right {
	float: right;
	height: 34px;
	position: relative;
}
.f-dropdown.content {
	zoom: 1;
	filter: alpha(opacity=96);
	opacity: 0.96;	
}
/* Make mega menu match framework edges */
.f-dropdown.mega {
    margin-left: 15px;
    width: 970px !important;
}
#solutions-menu section {
	float: left;
	width: 25%;
	padding: 0 1em 0 0;
}
#solutions-menu section:last-child {
	padding: 0;
}
#solutions-menu section:first-child:before {
	content:"";
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #950007;
	position: absolute;
	top: -6px;
	left: 249px;
}
nav li.sub {
	padding-left: 8px;
	line-height: 14px
}
nav li.sub a:before {
	content: "• "
}


/*==================*\
  #Main-Nav Sticky Contact changes
\*==================*/

#main-nav .right {
  padding-right: 12px;
}
.f-dropdown.content {
  z-index: 1089;
}
#login-drop .login-business::before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #950007;
  content: "";
  height: 0;
  left: 168px;
  position: absolute;
  top: -26px;
  width: 0;
  z-index: 1090;
}

/*==================*\
  #Mobile Nav
\*==================*/

.move-left .exit-off-canvas, .move-left .exit-off-canvas:hover {
	background: url(https://pro1-fetch.netdna-ssl.com/_base/_img/style/off-canvas-menu-close.png) no-repeat scroll right 100px rgba(255,255,255,0.6);
	transition: none!important;
}
.move-right .exit-off-canvas, .move-right .exit-off-canvas:hover {
	background: url(https://pro1-fetch.netdna-ssl.com/_base/_img/style/off-canvas-menu-close.png) no-repeat scroll left 100px rgba(255,255,255,0.6);
	transition: none!important;
}
#callBox .button {
	margin-bottom: 8px;
}
#callBox .button a {
	color: #FFF;
}
#callBox .hed5 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 19.2px;
	line-height: 1.2rem;
}
#callBox p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 19.2px;
	line-height: 1.2rem;
	margin-bottom: 8px;
}
@media only screen and (max-width: 24em) {
  #callBox section {
    width: 100%;
    margin-bottom: 16px;
  }
  #callBox .button {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
@media only screen and (min-width: 24em) and (max-width: 40em) {
  #callBox.reveal-modal {
    width: 100%;
    margin-left: 0;
  }
}

/*==================*\
  #Breadcrumbs
\*==================*/

.breadcrumbs {
	background-color: inherit;
	border-color: inherit;
	border-radius: 0;
	border-style: none;
	border-width: 0;
	display: block;
	list-style: none outside none;
	margin-bottom: 12px;
	margin-left: 0;
	margin-top: 12px;
	overflow: hidden;
	padding: 0;
}
.breadcrumbs > * {
	float: left;
	font-size: 12px;
	font-size: .75rem;
	line-height: 14px;
	line-height: .875rem;
	margin: 0;
	text-transform: none;
}
.breadcrumbs > :before {
	color: #aaa;
	content: "\203A";
	margin: 0 4.8px 0 8px;
	position: relative;
	top: 1px;
}
#main .breadcrumbs > .current {
	color: #666;
	cursor: default;
}
@media only screen and (min-width: 64.063em) {
  .breadcrumbs {
    margin-top: 23px;
  }
}

/*==================*\
  #Sidebar, Sidebar Form
\*==================*/

#sidebar .panel {
	padding: 20px 25px;
}
@media only screen and (min-width: 64.063em) {
  #sidebar {
    padding-top: 23px;
  }
  .content #sidebar {
    padding-top: 0px;
  }
}
#sidebar-form {
	background: #12489a;
	background-image: url(https://pro1-fetch.netdna-ssl.com/_base/_img/style/stripes.png);
	background-image: url(https://pro1-fetch.netdna-ssl.com/_base/_img/style/stripes.png), -moz-linear-gradient(top, #12489a 0%, #042e70 100%);
	background-image: url(https://pro1-fetch.netdna-ssl.com/_base/_img/style/stripes.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #12489a), color-stop(100%, #042e70));
	background-image: url(https://pro1-fetch.netdna-ssl.com/_base/_img/style/stripes.png), -webkit-linear-gradient(top, #12489a 0%, #042e70 100%);
	background-image: url(https://pro1-fetch.netdna-ssl.com/_base/_img/style/stripes.png), -o-linear-gradient(top, #12489a 0%, #042e70 100%);
	background-image: url(https://pro1-fetch.netdna-ssl.com/_base/_img/style/stripes.png), -ms-linear-gradient(top, #12489a 0%, #042e70 100%);
	background-image: url(https://pro1-fetch.netdna-ssl.com/_base/_img/style/stripes.png), linear-gradient(to bottom, #12489a 0%, #042e70 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#12489a', endColorstr='#042e70', GradientType=0);
}
#sidebar-form a {
	color: #FFF;
}
#sidebar-form.panel {
	border: none;
}
#sidebar-form .hed1, #sidebar-form .hed2, #sidebar-form .hed3, #sidebar-form p {
	color: #fff;
	font-weight: 500;
	line-height: 1.2;
}
#sidebar-form .hed1 {
	border-bottom: 2px dotted #fff;
	font-size: 22px;
	font-size: 1.375rem;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
#sidebar-form .hed2 {
	font-size: 22px;
	font-size: 1.375rem;
	margin-bottom: 0;
}
#sidebar-form .hed3 {
	font-size: 12px;
	font-size: .75rem;
	margin-bottom: 4px;
}
@media only screen and (min-width: 48em) {
 #sidebar-form .hed2 {
   font-size: 22px;
   font-size: 1.375rem;
 }
}
#sidebar-form p {
	font-size: 10px;
	font-size: .625rem;
	margin: 8px 0;
}
 #sidebar-form label {
  box-sizing: border-box;
  color: #FFF;
  display: block;
  font-size: 11px;
  line-height: 25px;
  float: none;
  width: 100%;
  text-align: left;
  padding-right: 0;
  padding-top: 2px;
}
#sidebar-form input {
  border: none;
  box-shadow: none;
  font-size: 11px;
  margin: 0;
  padding: 4px;
  height: 26px;
}
#sidebar-form input.error {
  background: url("https://pro1-fetch.netdna-ssl.com/_base/_img/forms/form-validation-status.png") no-repeat scroll right -35px #fff;
  border: 2px solid #950007;
}
#sidebar-form small.error {
  background-color: #950007;
  clear: left;
  color: #fff;
  display: block;
  font-size: 10px;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
  padding: 3px;
  position: relative;
}
#sidebar-form input.valid {
  background: url("https://pro1-fetch.netdna-ssl.com/_base/_img/forms/form-validation-status.png") no-repeat scroll right -2px #CDF5C9;
  border: 2px solid #96CB81;
}
#sidebar-form .tooltip {
  background-color: #015ba7;
  border-radius: 11px;
  cursor: help;
  display: inline-block;
  font-size: 9px;
  height: 16px;
  left: inherit;
  line-height: 14px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 16px;
  z-index: auto;
}
#sidebar-form .submit {
  margin-top: 14px;
 }
#sidebar-form .submit input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#sidebar-form .button.submit {
	background: #c9deff;
	color: #002c6f;
	font-weight: 700;
	margin-bottom: 4px;
	padding: 8px;
	position: relative;
}
.submit input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#sidebar-form form {
	margin-bottom: 0;
}
#mcafee {
	background: #fff;
	border-radius: 10px;
	height: 48px;
	margin: 14px 0 12px 4px;
	padding: 8px 0 0 8px;
	width: 132px;
}

/*==================*\
  #Review Bubbles
\*==================*/

.review-bubble {
	margin-bottom: 28px;
	margin-top: 12px;
}
.review-bubble .bubble {
	background-color: #dadada;
	border-radius: 10px;
	color: #000;
	margin: 0;
	padding: 16px 20px;
}
.review-bubble p {
	color: #000;
	font-size: 12px;
	font-size: .75rem;
	font-weight: 500;
	margin-bottom: 4.8px;
}
.review-attribution:before {
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #dadada;
	content: "";
	height: 0;
	position: absolute;
	top: -19px;
	width: 0;
}
.review-attribution {
	font-size: 12px;
	font-size: .75rem;
	font-weight: 500;
	line-height: 0;
	margin: 14px 0 0;
	padding: 0 0 0 16px;
	position: relative;
	text-align: left;
}
.review-attribution p:first-child a, #main .review-attribution p:first-child a {
	color: #000;
}
.review-bubble .hed1 {
	border-bottom: 2px dotted #999;
	color: #555;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 18px;
	padding-bottom: 6px;
}
.review-bubble .hed1 a, #main .review-bubble .hed1 a {
	text-decoration: none;
	color: #555;
}
.review-date {
	display: none;
	font-size: 9px;
	font-weight: 100;
	color: #666;
	text-transform: uppercase;
	padding-left: 1ex;
}
@media only screen and (max-width: 40.63em) {
  #sidebar .review-bubble {
    margin-bottom: 20px;
    margin-top: 0;
  }
}

/*==================*\
  #Sidebar Campaign
\*==================*/

.campaign {
	color: #FFF;
	background: #525252;
	border: none;
	margin-top: 12px;
}
.campaign .hed1, .campaign .hed2, .campaign p, .campaign ul, .panel.campaign li {
	color: #FFF;
}
.campaign .hed1 {
	font-size: 12px;
	font-size: .75rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.campaign .hed2 {
	font-size: 24px;
}
.campaign ul {
	font-size: 8px;
	font-size: .5rem;
	line-height: 1.2;
	margin-left: 10px;
}
.campaign li {
	padding-bottom: 4.8px;
}
.campaign a.button {
	background-color: #000;
	margin-bottom: 0;
}
.campaign img {
	margin-left: -8px;
}
@media only screen and (min-width: 24em) and (max-width: 30em) {
  .campaign ul {
    font-size: 11px;
    font-size: .6875rem;
  }
}
@media only screen and (min-width: 30.5em) {
  .campaign ul {
    font-size: 12px;
    font-size: .75rem;
    margin-left: 17.6px;
  }
  .campaign img {
    margin-left: 0;
  }
}

/*==================*\
  #Footer
\*==================*/

#footer-sharing {
	border-bottom: 8px solid #dedede;
	border-top: 8px solid #dedede;
	clear: both;
	margin: 0;
	padding: 9px 0;
}
#footer-sharing .hed6 {
	font-size: 14px;
	font-size: .875rem;
	line-height: 32px;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.sharing-cluster {
	padding-top: 6px;
	margin-bottom: 12px;
}
#footer-sharing .sharing-cluster .hed6 {
	display: block;
	margin-top: -6px;
	float: left;
	width: auto;
	margin-right: 16px;
}
.sharing-cluster li {
	margin-right: 6px;
	height: 30px;
	float: left;
	margin-left: 0;
}
.social-cluster {
	font-size: 6px;
	float: right;
}
.social-cluster .social-icons {
	display: inline-block;
	height: 32px;
	padding-right: 0;
	padding-left: 0;
	vertical-align: middle;
  letter-spacing: -2px;
}
.social-icons a {
	background-image: url(https://pro1-fetch.netdna-ssl.com/_base/_img/style/social-icons-prime@2x.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 256px 64px;
	display: inline-block;
	height: 32px;
	margin: 0;
	padding: 0;
	width: 32px;
}
.social-icons a.facebook {
	background-position: left top;
}
.social-icons a.twitter {
	background-position: -32px top;
}
.social-icons a.youtube {
	background-position: -64px top;
}
.social-icons a.blog {
	background-position: -96px top;
}
.social-icons a.googleplus {
	background-position: -128px top;
}
.social-icons a.pinterest {
	background-position: -160px top;
}
.social-icons a.linkedin {
	background-position: -192px top;
}
.social-icons a.instagram {
	background-position: -224px top;
}
.social-icons a.facebook:hover {
	background-position: left -32px;
}
.social-icons a.twitter:hover {
	background-position: -32px -32px;
}
.social-icons a.youtube:hover {
	background-position: -64px -32px;
}
.social-icons a.blog:hover {
	background-position: -96px -32px;
}
.social-icons a.googleplus:hover {
	background-position: -128px -32px;
}
.social-icons a.pinterest:hover {
	background-position: -160px -32px;
}
.social-icons a.linkedin:hover {
	background-position: -192px -32px;
}
.social-icons a.instagram:hover {
	background-position: -224px -32px;
}
.pw-button {
	height: 18px!important;
}
#footer-nav {
	border-top: 8px solid #dedede;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 16px;
	margin: 10px 0 0;
	padding: 14px 0 29px;
}
#footer-nav .hed5 {
	font-size: 12px;
	line-height: 16px;
	color: #666;
	padding: 18px 0 6px;
	margin: 0;
}
#footer-nav a {
	color: #7f7f7f;
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	text-decoration: none;
}
.footer-columns {
	width: 20%;
	float: left;
}
#footer-nav .footer-columns:first-child {
	width: 15.5%;
}
#footer-nav .accolades {
	padding-top: 15px;
}
.footer-bottom-copyright {
	padding-top: 14px;
	padding-bottom: 50px;
}
.footer-bottom-copyright p, .footer-bottom-copyright .inline-list > li {
	color: #7f7f7f;
	font-size: 11px!important;
	font-size: .6875rem!important;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 8px;
}
.footer-bottom-copyright .inline-list > li {
  margin-left: 11px;
}
.footer-bottom-copyright .inline-list > li:first-child {
  margin-left: 0;
}
.footer-bottom-copyright .inline-list {
  margin-bottom: 0;
}
@media only screen and (min-width: 40em) {
  .footer-bottom-copyright .inline-list > li {
    margin-left: 20px;
  }
}
.copyrightYear {
	font-size: 11px!important;
	font-size: .6875rem!important;
}
#licenses-pop p, #legalese-pop p, #licenses-pop ul, #legalese-pop ul {
	font-size: 9px;
	font-size: .5625rem;
	line-height: 11px;
	margin-bottom: 8px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #licenses-pop p, #legalese-pop p, #licenses-pop ul, #legalese-pop ul {
    font-size: 10px;
    font-size: .625rem;
    font-weight: 500;
  }
}
#licenses-pop p.licenses-hed, #legalese-pop p.licenses-hed {
	margin-bottom: 0;
}
#licenses-pop ul {
	margin-top: 0;
}
@media only screen and (max-width: 32.5em) {
  .sharing-cluster .inline-list li {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 40em) {
  .sharing-cluster {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  #footer-sharing {
    border-top: 2px dotted #dedede;
  }
  .sharing-cluster .inline-list {
    margin-left: 12px;
  }
  .social-cluster .social-icons {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/*==================*\
  #New 2015 General
\*==================*/

ul.icon-list {
  list-style: outside none none;
  margin-left: 0;
}
.icon-list li {
	padding-left: 100px;
	position: relative;
	margin: 18px 0;
}
.icon-list p {
	margin: 0 0 4px;
}
.icon-list a h3 {
  color: #015ba7;
}
p.more {
	padding-left: 0;
}
.icon-list img {
	position: absolute;
	left: 0;
	top: 0;
	width: 84px;
}
.icon-list h3 {
	font-size: 1px;
	font-size: 16px;
	margin-bottom: 4px;
}
.icon-list img + h3, .icon-list picture + h3 {
    padding-top: 0;
}
.pic-list img + h2, .pic-list picture + h2 {
    padding-top: 8px;
}
.mug-list img {
	width: 114px;
}
.columns-two {
  /* IE 10 and up */
  -webkit-columns: 2 200px;
  -moz-columns: 2 200px;
  columns: 2 200px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
ul.columns-two {
  margin-left: 0;
}
.columns-two li {
  /* Fix for Chrome's refusal to display bullets in columnarized UL's */
  margin-left: 18px;
}
.tabs dd, .tabs .tab-title {
  text-align: center;
}
.tabs-2 li {
  width: 50%;
}
.tabs dd > a, .tabs .tab-title > a {
  background: none repeat scroll 0 0 #efefef;
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  color: #222222;
  display: block;
  font-family: inherit;
  font-size: 14px; font-size: 0.875rem; 
  line-height: 1.2;
  padding: 16px 8px;
  height: 56px;
}
.tabs dd.active a, .tabs .tab-title.active a {
  background: none repeat scroll 0 0 white;
  color: #222222;
  border-bottom: none;
}
.tabs-content {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 24px;
  padding: 0 15px;
}
img + #rss-feed-content {
	margin-top: 15px;
}
#rss-feed-content h3 {
  font-size: 14px; font-size: 0.875rem;
  margin-bottom: 2px;
}
#rss-feed-content li {
  margin-bottom: 9px;
}
.privacy-ol p {
	margin: 8px 0;
}

/* legacy form error messages at /support/email-us/ */
/* Cannot control all styling thanks to .NET hard-coding */
.formTemplate span {
  display: block;
  font-size: 10px;
  line-height: 1.2;
  margin-bottom: 4px;
  margin-top: -4px;
}
.formTemplate label.inline {
  margin: 0;
  padding: 5px 0 0;
}

.cta-sticky {
  background-color: #015ba7;
  border-top: 1px solid #FFF;
  bottom: 0;
  font-size: 16px; font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2.75;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.cta-sticky a {
  padding: 12px;
}
.cta-sticky-quote {
  background-color: #fec240;
  border-right: 1px solid #FFF;
  float: left;
  width: 50%;
  text-align: center;
}
.cta-sticky-phone {
  color: #FFF;
  float: left;
  width: 50%;
  text-align: center;
}
.cta-sticky-phone a {
  color: #FFF;
}

.inline-list.page-nav {
  margin: 30px 0 25px;
}
.inline-list.page-nav > li {
  border-right: 1px solid #FFF;
  font-size: 9px; font-size: 0.5625rem;
  font-weight: 300;
  margin: 0;
  text-align: center;
  width: 20%;
}
.inline-list.page-nav > li a {
  background-color: #015ba7;
  color: #FFF;
  padding: 6px 3px;
  min-height: 40px;
}
.inline-list.page-nav > li a.active {
  background-color: #999;
}
@media only screen and (min-width: 40em) {
  .inline-list.page-nav > li {
    font-size: 12px; font-size: 0.75rem;
  }
  .inline-list.page-nav > li a {
    min-height: 46px;
  }
}
@media only screen and (min-width: 50.0em) {
  .inline-list.page-nav > li {
    border-right: none;
    font-size: 13px; font-size: 0.8125rem;
    margin: 0 3px 3px 0;
    width: auto;
  }
  .inline-list.page-nav > li a {
    padding: 6px 12px;
    min-height: inherit;
  }
}
#main dd, #main dl, #main dt {
    color: #464646;
    font-family: "museo-sans",sans-serif;
    font-size: 14px; font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
}
#main dt {
    font-weight: 700;
}
#main dd {
  padding-left: 30px;
}
#main dd dd {
  padding-left: 0;
}
aside#sidebar .row section:first-child {
  padding-bottom: 30px;
}
.cust-review {font-size:.875rem; line-height:1.4rem; margin-bottom:40px;}
.fi-star {color:#950007; font-size:18px}
.myauthor {margin-left:10px;}
.name-review { font-size:16px; font-weight:700; text-transform:capitalize;}

#main #form-legal {font-size:0.625rem; color:#FFF; padding-left: 0.7em; margin:0px 0px 10px 0px; text-align:center}
@media only screen and (min-width: 64.063em) {
	#main #form-legal {text-align:left;}
}