@import "pages/stylesheets/new-menubar-test-styles.css";


@font-face {
  font-family: DinRegular;
  src: url("/files/fonts/DINNextLTPro-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/files/fonts/DINNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("/files/fonts/DINNextLTPro-Regular.woff2") format("woff2"), url("/files/fonts/DINNextLTPro-Regular.woff") format("woff"), url("/files/fonts/DINNextLTPro-Regular.ttf") format("truetype"), url("/files/fonts/DINNextLTPro-Regular.svg#DinRegular") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }
@font-face{font-family:Din;src:url(/files/fonts/DINNextLTPro-Light.eot);src:url(/files/fonts/DINNextLTPro-Light.eot?#iefix) format("embedded-opentype"),url(/files/fonts/DINNextLTPro-Light.woff2) format("woff2"),url(/files/fonts/DINNextLTPro-Light.woff) format("woff"),url(/files/fonts/DINNextLTPro-Light.ttf) format("truetype"),url(/files/fonts/DINNextLTPro-Light.svg#Din) format("svg");font-weight:400;font-style:normal}
@font-face{font-family:DinUltra;src:url(/files/fonts/DINNextLTPro-UltraLight.eot);src:url(/files/fonts/DINNextLTPro-UltraLight.eot?#iefix) format("embedded-opentype"),url(/files/fonts/DINNextLTPro-UltraLight.woff2) format("woff2"),url(/files/fonts/DINNextLTPro-UltraLight.woff) format("woff"),url(/files/fonts/DINNextLTPro-UltraLight.ttf) format("truetype"),url(/files/fonts/DINNextLTPro-UltraLight.svg#DinCondensed) format("svg");font-weight:400;font-style:normal}

/*LAYOUT*/
/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#main {
  float: left;
  width: 100%;
  min-height: 300px;
}

/* So we move the #main container over the sidebars to compensate */
body.sidebar-left #main {
  margin-left:-210px;
}
body.sidebar-right #main {
  margin-right:-210px;
}
body.both-sidebars #main {
  margin:0 -210px;
}

#squeeze {
  position: relative;
  padding:0;
  height:100%;  /*IE fix*/
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left:210px;
}
body.sidebar-right #squeeze {
  margin-right:210px;
}
body.both-sidebars #squeeze {
  margin:0 210px;
}

/* We ensure the sidebars are still clickable using z-index */
#container .sidebar {
  margin:0;
  width: 200px;
  float: left;
  z-index: 2;
  position: relative;
}

#sidebar-left .block {
  padding:0;
  margin-right:10px;
}

#sidebar-right .block {
  padding: 10px 0;
  margin:0 0 10px 10px;
}

#sidebar-right .block h3 {
  margin-top: .2em;
}

#content-top .block {
  padding:0;
  margin:0;
}

#footer {
  float: none;
  clear: both;
  margin: 4em 0 -3em;
}


/*END LAYOUT*/


/*ICONS*/
/* Leaf, collapsed, and expanded icons used for navigation*/
/* unused?
.block li.leaf, ul.menu li.leaf {
  list-style-image: url(images/menu-leaf.gif);
}

.block li.collapsed, ul.menu li.collapsed {
  list-style-image: url(images/menu-collapsed.gif);
}

.block li.expanded, ul.menu li.expanded {
  list-style-image: url(images/menu-expanded.gif);
}
*/

.block li a.active {
  text-decoration: none;
}

.block ul li {
  list-style-image: url(images/blue_bullet.gif);
}

/* Forum posts and recent blog posts */
.block-forum ul li, #block-simplisafe-0 ul li {
  list-style-type:none;
  list-style-image: none;
  margin:0;
  padding:5px 0px 5px 20px;
  background-image: url(images/page_text.gif);
  background-repeat: no-repeat;
  background-position: 0 .5em;
}

.block-blog ul li {
  list-style-type:none;
  list-style-image: none;
  margin:0;
  padding:5px 0px 5px 20px;
  background-image: url(images/blog.png);
  background-repeat: no-repeat;
  background-position: 0 .7em;
}

/* Who's new & Who's online*/
#block-user-2 ul li, #block-user-3 ul li {
  list-style-type:none;
  list-style-image: none;
  margin:0;
  padding:5px 0px 5px 20px;
  background-image: url(images/icon_user.gif);
  background-repeat: no-repeat;
  background-position: 0 .5em;
}

/* Status and Error icons */
div.status {
  background-image: url(images/dialog-information_i.gif);
  background-repeat: no-repeat;
  background-position: .5em 50%;
  padding:10px 10px 10px 50px;
}

div.error {
  background-image: url(images/dialog-warning.gif);
  background-repeat: no-repeat;
  background-position: .5em 50%;
  padding:10px 10px 10px 50px;
}

/* Node links such as add comments, User's blog, etc */
#main .node div.links {
  padding:5px 0px 5px 13px;
  background: url(images/links.gif) no-repeat 0 .93em;
}

/* Administration panel */
.admin-panel h3{
  background: #6191C5 url(images/cog.png) no-repeat .5em .5em;
}
/*END ICONS*/


/*EDITORS*/
/*xstandard fix*/
body {}
/*tinyMCE fix*/
body.mceContentBody h2{
  padding-left:30px;
  background:transparent url(images/highlight-arrow.png) no-repeat scroll 0% ;
}
.node-form textarea {
  width:99%;
}

/*END EDITORS*/

/* FONT STYLES - Standardize font sizes and line-height across browsers */
body {
  font: 13px Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  margin: 0;
  padding: 0;
}
/* IE 5 and 6 can't resize text that is specified in pixels. */
* html body
{
  font-size: x-small; /* IE5 will get this value */
  f\ont-size: small; /* IE6 will get this value */
}

table {
  font-size:inherit;
  font:100%;
  width:99%;
}
select, input, textarea {
  font:99% arial,helvetica,clean,sans-serif;
}
pre, code {
  font:115% monospace;
  *font-size:100%;
}

tr, td {
  padding: .25em .5em;
}

td.icon {
  text-align: center;
}

div.content, div.links {		/*NOTE these should be matched to tinymce.css in the TinyMCE folder*/
  font-size: 12px;
}

a{
  color: #2763A5;
  text-decoration: none;
}
a:link, a:visited {
  color: #2763A5;
  text-decoration: none;
}
a:hover, a:focus {
  color: #6191C5;
  text-decoration: underline;
}
a:active, a.active {
  color: #89A3E4;
}

a.block-link {
  color:inherit;
  text-decoration: none;
  display:block;
  padding-bottom:10px;
  /*border-bottom:3px solid #FFF;*/
}
a.block-link:link, a.block-link:visited {
  color:inherit;
  text-decoration: none;
}
a.block-link:active, a.block-link.active  {
  color:inherit;
  text-decoration: none;
  /*border-bottom:3px dotted #7DA6D8;*/
}
a.block-link:hover, a.block-link:focus {
  color:inherit;
  text-decoration: none;
  /*background:url(images/hover.png) repeat-x center top;*/
  /*border-bottom:3px dotted #3873BA;*/
}

.block-link h3 {
  color:inherit;
  text-decoration: none;
  padding-bottom:0.25em;
  border-bottom:3px solid #FFF;
}
a.block-link:active h3, a.block-link.active h3 {
  padding-bottom:0.25em;
  color:inherit;
  text-decoration: none;
  border-bottom:3px dotted #7DA6D8;
}
a.block-link:hover h3, a.block-link:focus h3 {
  padding-bottom:0.25em;
  color:inherit;
  text-decoration: none;
  border-bottom:3px dotted #3873BA;
}



/* END FONT STYLES*/

/*PAGE ELEMENTS*/

body, html {
  background: #E5E5E5;
}

#page {
  width: 100%;
  max-width: 1350px;
  min-width: 960px;
  overflow: hidden; /* Make sure there is no bleed over */
  background: white !important;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(184, 184, 184, 1);
  -moz-box-shadow:    0px 10px 10px 0px rgba(184, 184, 184, 1);
  box-shadow:         0px 10px 10px 0px rgba(184, 184, 184, 1);
  margin: auto;
  font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
  color: #333;
  line-height:1.5em;
}

/* Fix #page in colorbox popups */

#page.pop-up {
  width: auto;
  max-width: none;
  min-width: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#header {
  background-color:#FFFFFF;
  padding:0 0;
}

#container {
  margin: 0 auto;	/*center the container below the logo-title*/
  width: 962px;			/*Fixed width, make sure this matches the logo-title width*/

}

.full-width-section {  /* Allow content to overflow #container */
  width: 1352px;
  position: relative;
  left: -195px;
}

.static-width, .narrow-width { /* Keep content in the 962px bounds */
  width: 962px;
  margin: 0 auto;
}

#main .node .content{
  color: #333333;
  margin: 0em 0em 0em 0em;
}


/*END PAGE ELEMENTS*/

/*COMMON STYLES*/
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:focus, ht a:active {
  font-size: 24px;
  font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  margin:0.5em 0 .5em 0;
  line-height: 1.25em;
  color: #333333;
  text-decoration: none;
}
h1 a:hover {
  color: #666666;
}

h2.carrot {
  padding-left:30px;
  background:transparent url(images/highlight-arrow.png) no-repeat scroll 0%;
  min-height:20px;
  color: #333333;
}
h2, h3 {
  font-size: 17px;
  font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  margin:1em 0 0.8em 0;
  color: #333333;
}
h4 {
  font-size: 14px;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  margin:0em 0 .5em 0;
  color: #333333;
}

h5 {
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  margin:0em 0 .5em 0;
  color: #333333;
}

h6 {
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  margin:0em 0 .25em 0;
  color: #333333;
}

p {
  padding: 0;
  margin: 0 0 1.5em 0;
  color: #333333;
}

.highlight-arrow {
  padding-left:30px;
  background:transparent url(images/highlight-arrow.png) no-repeat scroll 0% ;
  min-height:20px;
}
.indent-arrow {
  padding-left:30px;
}

.callout {
  padding: 0em 3em;
}
.callout h2 {
  margin: 1.5em 0em;
}

blockquote {
  border: 1px #ccc solid;
  margin: 0.5em 1em;
  padding: 0.3em;
  font-style: italic;
  color: #333333;
}

img {
  border: 0;
}

ol, ul, dl {
  position: relative;
  padding-left:18px;
  margin:0 0 1.2em 0;
}

ol li, ul li, dl li, li {
  margin-bottom:0.5em;
}
hr {
  border:none;
  border-top: 1px solid #CCC;
  clear:both;
}

a:focus {outline:none}
/*END COMMON STYLES*/

/*BOXES*/
/*frame*/

div#outerwrap {
  padding: 0;
  border: 1px solid #ccc;
  height: 100%;
  min-height: 100%;
  display: block;
  width: 100%;
  margin: 0 auto 50px;
  clear: both;
}


div.liquid-round {
  padding: 0;
  border: 1px solid #ccc;
  height: 100%;
  min-height: 100%;
  display: block;
  width: 100%;
  margin: 0 auto;
}

/*div.liquid-round {
	width:100%;
	margin:0 auto;
	background:#fff url(images/left.png) repeat-y left top;
	clear:both;
}*/

.top {
  width:100%;
  height:10px;
  background:url(images/top.png) no-repeat left top;
}
.top span {
  display:block;
  /*position:relative;  supposed to fix IE, but breaks it?*/
  height:10px;
  background:url(images/top-right.png) no-repeat right top;
  overflow:hidden; /*IE fix?*/
}

.center-content {
  position:relative;
  /*background:url(images/right.png) repeat-y right top;*/
  padding:9px 5px 20px;
  margin:0 0 0 0;
  overflow:hidden;
  z-index:999;
}
.block .center-content {
  padding:1px 15px;
}

/*IE fix*/
/* mac hide \*/
* html .center-content, html .block .center-content {height:1%}
/* end hide */
.bottom {
  height:32px;
  background:url(images/bottom.png) no-repeat left bottom;
  clear:both;
  width:100%;
}
.bottom span {
  display:block;
  /*position:relative;  supposed to fix IE, but breaks it?*/
  height:32px;
  background:url(images/bottom-right.png) no-repeat right bottom;
}
/*version with plain bottom*/
.plain-bottom {
  height:10px;
  background:url(images/blank-bottom.png) no-repeat left bottom;
  clear:both;
  width:100%;
}
.plain-bottom span {
  display:block;
  /*position:relative;  supposed to fix IE, but breaks it?*/
  height:10px;
  background:url(images/blank-bottom-right.png) no-repeat right bottom;
}
/*version with straight bottom*/
.straight-bottom {
  border-bottom:1px solid #CCC;
  padding-top:19px;
}



/*panel*/
.ss-panel {
  float:left;
  margin:10px 0;
}
.ss-panel-content {
  padding:0.5em 15px;
  margin:0;
  border:1px solid #CCC;
  overflow:auto;
}

.ss-panel-blue {
  width:100%;
  height:25px;
  background:url(images/panel-blue-left.png) no-repeat left top;
  text-align:center;
  color:#FFF;
  font-size:13pt;
  font-weight:bold;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
.ss-panel-blue span {
  display:block;
  height:20px;
  background:url(images/panel-blue-right.png) no-repeat right top;
  padding-top:2px;
}

/*divider*/
.col-60-left {
  float:left;
  border-right:1px solid #ccc;
  padding-right:3%;
  width:60%;
  margin-bottom:5px;
}
.col-50-left {
  float:left;
  border-right:1px solid #ccc;
  padding-right:3%;
  width:47%;
  margin-bottom:5px;
}
.col-40-right {
  float:left;
  margin:0 0 5px 3%;
  width:33%;
}
.col-50-right {
  float:left;
  margin:0 0 5px 3%;
  width:46%;
}
.col-3-left {
  float:left;
  border-right:1px solid #ccc;
  padding-right:3%;
  width:29%;
  margin-bottom:5px;
}
.col-3-mid {
  float:left;
  border-right:1px solid #ccc;
  padding:0% 3%;
  width:29%;
  margin-bottom:5px;
}
.col-3-right {
  float:left;
  padding-left:3%;
  width:29%;
  margin-bottom:5px;
}

/*icons with text*/
.icon {
  float:left;
  clear:both;
  width:45px;
}
div.icon-text, div.icon-wide-text {
  float:left;
  margin:0 0 10px 0;
  padding-left:5%;	/*Note that margin causes a % calc error in IE, so use padding*/
  font-size:90%;
  line-height:1.5em;
  width:78%;
}
/*plain box*/
div.plain-box {
  margin:10px 5px;
  padding:10px;
  border:1px solid #ccc;
  overflow:hidden;
}
/*END BOXES*/

/* BUTTONS */
a.red-button, a.green-button, a.blue-button, a.orange-button, a.brown-button, a.grey-button,
a.red-button:hover, a.green-button:hover, a.blue-button:hover, a.orange-button:hover, a.brown-button:hover, a.grey-button:hover,
a.red-button:visited, a.green-button:visited, a.blue-button:visited, a.orange-button:visited, a.brown-button:visited, a.grey-button:visited,
.red-button, .green-button, .blue-button, .orange-button, .brown-button, .grey-button {
  color:#FFF;
  line-height:25px;
  display:block;
  text-align:center;
  text-decoration:none;
  margin:2px;
}
a.red-button, .red-button {background:url(images/red_button.png) center no-repeat;}
a.green-button, .green-button{background:url(images/green_button.png) center no-repeat;}
a.blue-button, .blue-button{background:url(images/blue_button.png) center no-repeat;}
a.orange-button, .orange-button{background:url(images/orange_button.png) center no-repeat;}
a.brown-button, .brown-button{background:url(images/brown_button.png) center no-repeat;}
a.grey-button, .grey-button {background:url(images/grey_button.png) center no-repeat;}
a.add-to-cart-90-30 {
  background:url(images/add_to_cart_90_61.png);
  display:block;
  height:30px;
  text-indent:-9999px;
  width:90px;
  margin:0 auto;
  padding:0;
  border:none;
  cursor:pointer;
}
a.add-to-cart-90-30:hover {
  background-position:left 30px;
}
/*END BUTTONS*/

/* TABS */
div.tabs {
  float:left;
  width:100%;
  /*background:#DAE0D2 url(images/bg.gif) repeat-x bottom;*/
  font-size:93%;
  line-height:normal;
  margin-bottom:-1px;
}
div.tabs ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  border:none;
}
div.tabs li {
  float:left;
  background:url(images/left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}
div.tabs ul li a {
  float:left;
  display:block;
  background:url(images/right.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  border:none;
}
/* mac hide \*/
div.tabs a {float:none;}
/* end hide */

div.tabs ul li a:hover {
  color:#333;
  border:none;
}
div.tabs ul li.active {
  background:url(images/left_on.gif) no-repeat left top;
  border:none;
}
div.tabs ul li.active a {
  background:url(images/right_on.gif) no-repeat right top;
  color:#333;
  padding-bottom:5px;
  border:none;
}


ul.secondary {float:right;}
/*END TABS*/

/* HEADER */
#logo-title {
  margin: 0px auto;
  padding: 13px 5px;			/*need a bit of padding so that you can click on the my account and shopping cart links*/
  position: relative;
  overflow: hidden;		/*Put the logo in the normal flow of the doc, so that the navigation bar is spaced below it*/
  width: 960px;
}

#logo{
  vertical-align: baseline;
  float: left;
  margin: 0px 10px 0px 0px;
}
#tagline {
  color:#A19589;
  font-size:15px;
  margin:7px 0 0 0;
}

#top-right-region {
  position: relative;
  float: right;
}

#top-right-callout {
  position:relative;
  color:#F8981D;
  float:right;
  font-size:14px;
  text-align:right;
}
#top-right-callout p {
  color:#F8981D;
  margin:0;
}


/*END HEADER*/

/*NEW HEADER */
/* ==========================================================================
   -deprecated nov 21 2014
   some styles in this section still affecting header layout
   could be carefully removed later
                                                          search anchor header-2
   ========================================================================== */
div#custom-header {
  width: 960px;
  margin:10px auto 15px;
  overflow:hidden;
  position:relative;
}
a#home-logo {
  /*background:url("images/logo_tag_space_269_71.png") no-repeat scroll 0 0 transparent;*/
  background: url("/files/images/header-footer/logo2.png") center center no-repeat;
  height:31px;
  width: 187px;
  margin:0px 10px 0 0;
  overflow:hidden;
  padding: 40px 0 0 87px;
  text-align: left;
  display:block;
}
#cart2-header a#home-logo {
  display: inline-block;
  background: url("/files/images/header-footer/logo5.png") center center no-repeat;
  background-size:187px;
  position: relative;
  bottom: 14px;
  padding: 40px 0 0 0;
}
a#home-logo:hover {
  text-decoration:none;
}
a#home-logo h1, a#home-logo h2 {
  float:right;
  color:#A19589 !important;
  font-size:15px;
  margin:0px 7px 0px 0px;
  padding-top:9px;
}
div#utility-bar a, div#utility-bar span {
  color:#7DA6D8;
}

div#utility-bar input.ss-search {
  width:75px;
}
div#utility-bar img {
  vertical-align:middle;
}

img#rec-bar {
  position:absolute;
  right:0;
  top:45px;
}
/*END NEW HEADER*/

/*BLOCKS*/
/*top-right block*/
#header-region {
  margin:0 auto;
  width:960px;
}

#block-block-3, #block-block-3 a {
  margin: 0 0 0.3em 0;
  text-align: right;
  padding: 0px;
  color: #F8981D;
  font-size: 14px;
  line-height: 1.5em;
  font-weight:bold;
  text-decoration: none;
}

/*Search form in top-right block*/
#search-block-form, #search-block-form-1 {
  text-align: right;
  width:180px;
  height:20px;
  background: url(images/search_box.png) no-repeat;
  position:relative;
}
input.ss-search {
  text-align: right;
  border: 0 none #000;
  width:12em;
  margin-right:5px;
}

/*customer service*/
#admin_menu, #admin_menu ul, #admin-menu, #admin-menu ul {
  z-index:9999;
}

/*related questions for knowledge base entries*/
.block-similarterms {
  background:#EEEEEE none repeat scroll 0%;
  border:1px solid #CCCCCC;
  float:right;
  margin:1em 0em 1em 1em;
  padding:0px 0em 0em 1em;
  width:30%;
}


/*END BLOCKS*/

/* MENUS */
div#navigation.withsecondary{
  background:url(images/secondary_links.png) 50% bottom no-repeat;
  padding-bottom:0px;
  margin:0px auto;
  position:relative;
  width:960px;
  height:65px;
}
/* Unused CSS, due to Sprite upgrade
#primary {
	height:37px;
	margin:0px auto 8px;
	position:relative;
	width:960px;
	z-index:1;
}

#primary ul {
  padding:0px;
  margin:0px;
}

#primary li {
  display:inline;
	border:none;
	margin:0;
	padding:0;
}

#primary a {
	float:left;
	height:37px;
	width:192px;
	padding:0px 0px 0px 0px;
  text-indent:-9999px;
	background:url(images/menu_reviews.png) no-repeat;

	line-height:37px;
	overflow:hidden;
}

#primary.primary-b a {
	background:url(images/menu_reviews.png) no-repeat;
}

#primary a.menu-1 { background-position:0 0;}
#primary a.menu-1:hover, #primary a.menu-1:active, #primary a.menu-1.active { background-position:0 -38px;}
#primary a.menu-2 { background-position:-192px 0;}
#primary a.menu-2:hover, #primary a.menu-2:active, #primary a.menu-2.active { background-position:-192px -38px;}
#primary a.menu-3 { background-position:-384px 0;}
#primary a.menu-3:hover, #primary a.menu-3:active, #primary a.menu-3.active { background-position:-384px -38px;}
#primary a.menu-4 { background-position:-576px 0;}
#primary a.menu-4:hover, #primary a.menu-4:active, #primary a.menu-4.active { background-position:-576px -38px;}
#primary a.menu-5 { background-position:-769px 0;}
#primary a.menu-5:hover, #primary a.menu-5:active, #primary a.menu-5.active { background-position:-769px -38px;}
#primary a.menu-6 { background-position:-960px 0;}
#primary a.menu-6:hover, #primary a.menu-6:active, #primary a.menu-6.active { background-position:-960px -38px;}
*/
#secondary {
  padding-left:20px;
  z-index:2;
  font-size: 12px;
  line-height:normal;
  width:940px;
  margin:0px auto;
}

#secondary ul {
  margin:0;
  padding:0;
  list-style:none;
  /*position:absolute;*/
}
#secondary li {
  margin:0;
  display:inline;
}

#secondary li a {
  float:left;
  display:block;
  color:#2763A5;
  font-size:9pt;
  text-decoration:none;
  padding:0px 20px;
}
#secondary li a:hover {
  color:#2763A5;
  text-decoration:underline;
}
#secondary li a.active {
  font-weight:bold;
}



/* END MENUS */

/* LINKS */
ul.links {
  text-align:left;
}

ul.links li {
  border-left: 1px solid #9cf;
  margin-right:-1px;
  padding:0 0 0 2px;
}
ul.links li.last {
  margin-right:0px;
}

.taxonomy {
  margin:0;
  padding:0;
  display:inline;
}

.taxonomy ul.links li {
  border:none;
  padding:0 .1em 0 .2em;
}

.taxonomy ul.links li:after {
  content: ",";
}

.taxonomy ul.links li.last:after {
  content: "";
}

ul.links li.first {
  padding-left:0;
  border: none;
}

.links {
  color: #999;
}
.links a {
  padding:0 .1em 0 .1em;
}

.submitted, .taxonomy {
  font-size: 85%;
  color: #999;
}

/*END LINKS*/

/* FORMS */
form#comment-form {
  overflow:hidden;
  border-bottom:1px #CCC solid;
  padding-bottom:1em;
}
input, textarea, textfield {
  margin:0;
  color: #000;
  font-family: arial;
  padding:1px;
  font-size: 100%;
}

input.form-checkbox, input.form-radio {
  border: none;
}

.description {
  line-height:1.2em;
  clear:both;
}

#node-form, #node-form .node-form {
  overflow:auto;
}

#csr-user-country.GB {
  border: 5px solid #008CEb;
  padding: 5px;
  text-align: center;
  width: 600px;
}

#node-form .flag.flag-en, #csr-user-country .flag.flag-US, #order-user-country-flag.flag.flag-US {
  background-position: -48px -48px;
}

#node-form .flag.flag-en-GB, #csr-user-country .flag.flag-GB, #order-user-country-flag.flag.flag-GB {
  background-position: -48px -24px;
}

#node-form .flag, #csr-user-country .flag, #order-user-country-flag.flag {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/sites/all/modules/@custom/ss_locale/ss_locale_flags/flags.png) no-repeat;
  vertical-align: middle;
  margin-left: 20px;
}

#csr-user-country .flag {
  margin-bottom: 5px;
  margin-left: 5px;
}

#order-user-country-flag.flag {
  margin-bottom: 5px;
  margin-left: 5px;
}

#node-form .language-display-wrapper {
  border: 1px solid #008CEb;
  text-align: center;
}

#node-form .display-404-warning {
  border: 1px solid #F00;
  text-align: center;
}


#user-login-form {
  text-align:left;
}

div[id^="edit-notify"][id$="wrapper"] {
  display: none;
}

#edit-notify-on-new-customer-wrapper {
  display: initial;
}

#user-login-form .item-list ul {
  margin-top:10px;
}

form#user-register div.form-item {
  float:left;
  margin:0 1em 1em 0;
}

#user-register span.password-strength, #user-register span.password-confirm, #user-register div.password-description {
  display:none !important;
}

/*Inline Labels styles*/
.labels-inline label {
  display: inline;
  position: absolute;
  text-align:right;
  width:130px;
}
.labels-inline input, .labels-inline textarea, .labels-inline .description, .labels-inline select {
  margin-left: 140px;
}
.labels-inline label.check, .labels-inline label.radio {
  position:relative;
  text-align:left;
}

/*Inline labels - liquid width*/
.labels-inline-liquid .form-item label {
  display: inline;
}
.labels-inline-liquid .form-item .form-text {
  width: auto;
  display: inline;
}

/*specific forms*/
table#secondary-contacts tr, table#secondary-contacts td {
  padding:0.15em 0.5em;
}

form#user-admin-perm {
  overflow: auto;
}
/*END FORMS*/

/* FORM SUBMIT BUTTONS */
.form-submit, .button {
  display:block;
  float:left;
  margin:0 7px 0 0;
  background-color:#f5f5f5;

  /*border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;*/

  border: 1px solid #ccc;
  border-bottom-color: #999;
  border-right-color: #999;

  font-family:Arial, Verdana, "Bitstream Vera Sans", sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  color:#000;
  cursor:pointer;
  padding:5px 10px 6px 7px; /* Links */
}
a.button, a.button:hover, a.button:active {
  color:#000;
  text-decoration:none;
  text-align:center;
}
.form-submit {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px; /* IE6 */
}
.form-submit[type]{
  padding:5px 10px 5px 7px; /* Firefox */
  line-height:17px; /* Safari */
}
*:first-child+html .form-submit[type]{
  padding:4px 10px 3px 7px; /* IE7 */
}
.form-submit img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
}


/*standard*/
.form-submit:hover, a.button:hover{
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}
/*positive*/
a.button.positive:hover, .form-submit.positive:hover{
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
/*negative*/
a.button.negative:hover, .form-submit.negative:hover{
  background-color:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}
/*add to cart*/
div.add_to_cart .form-submit {background-color:#E6EFC2;}
/*icon buttons*/
a.button-tick {background:url(images/tick.png) no-repeat;}
a.button-cross {background:url(images/cross.png) no-repeat;}
a.button-icon {
  padding-left:20px;
  background-position:4px center;
}


.small-button {
  font-size:10px;
  padding:1px 4px;
  display:inline;
  float:none;
}
/* END FORM BUTTONS */


/*MISC*/
/* Alerts, Status, Help Messages  */
.messages {
  min-height: 32px;                 /* icon height */
  padding: 1.3em 1em .3em 52px;
  border: 2px solid #ddd;
  background: #eee;
  margin:0 0 10px 0;
}

div.error {
  border: 2px solid #F00;
}

.messages ul {
  padding: 0 0 0 20px;
  margin: 0;
}

/* Footer styles */
#footer-wrapper {
  margin:0;
  margin-top: 0px;				/*Change from 15px, so front page side bars are correct*/
}

#footer {
  background-color: #FFFFFF;
  color:#808080;
  text-align: center;
  margin:0;
  font-size: 85%;
  padding: 2em 2em 1em 2em;
}

#footer a {
  color: #5C595E;
}

#footer a:hover {
  color: #000000;
}

#footer img {
  vertical-align: middle;
}

/*Footer menu bar block*/
#block-menu-menu-footer {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom:1px solid;
}
#block-menu-menu-footer ul{
  text-align: center;
}
#block-menu-menu-footer li {
  display:inline;
  padding: 0 2.5em 0 2em;
  border-right:1px solid;
}
#block-menu-menu-footer li.last{
  display:inline;
  border-right:none;
}


/* Administration styles */
.admin-panel {
  margin:0;
  padding:0;
}

.admin-panel .body {
  background-color: #eee;
  border: solid #6191C5 1px;
}

.admin-panel .body dl, .admin-panel .body p {
  padding:10px;
}

.admin-panel h3 {
  margin-bottom:0;
  padding:5px 5px 5px 30px;
  font-family: verdana, "Bitstream Vera Sans", sans-serif;
  font-size: 122%;
  color:#fff;
  border-width: 0px 2px 2px 2px;
}

/* Comment styles */
.comment {
  margin:0px 0px 10px 0;
  padding: 10px;
  background: #EBF2F8;
}

.comment  h3.title, .comment  h3.title a {
  font-size: 122%;
  color: #2266AB;
  font-weight:normal;
  font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Sans-serif;
  margin-bottom:3px;
  margin-top:0;
}

.comment .picture, .node .picture {
  float:left;
  margin-right:15px;
}

.comment-unpublished {
  background: #FCE38E;
}

.comment .new {
  color: #FFC600;
  font-weight:bold;
  font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Sans-serif;
}

.comment .links {
  text-align: right;
}

/* Poll styles */
.poll .bar .foreground {
  background: #2763A5;
}

.poll .bar {
  padding:2px;
  background: #BDCBDD;
}

/* Book styles */
div.node div.content .book-navigation {
  background: #eee;
  margin:0;
  padding:0;
}

div.node div.content .book-navigation ul.menu {
  border:0;
  border-top:1px solid #2763A5;
  margin:0;
  padding-bottom:10px;
}

div.node div.content .book-navigation .page-links {
  background: #C1D4EA; /*#347FD2;*/
  border:1px solid #2763A5;
  border-width:1px 0 1px 0;
  padding:5px;
  margin:0;
}

/* Forum styles */
#forum table {
  width: 99%;
}

/* Pager styles */
div.item-list ul.pager {
  text-align:center;
  margin-top: 30px;
}

div.item-list ul.pager li, div.item-list ul.pager .pager-current {
  padding:3px 8px 3px 8px;
  margin:0 2px 0 2px;
  font-weight:bold;
  border: solid 1px #eee;
}

div.item-list ul.pager li a {
  color: #2763A5;
}

div.item-list ul.pager .pager-current {
  color: #fff;
  background-color: #2763A5;
}

/* Node, Block, Content styles */
.node {
  margin-bottom:0px;		/*was 15px - changed for front page*/
  padding-bottom:0px;		/*was 15px - changed for front page*/
}

.node h2.title {
  margin-bottom:.1em;
}

.node h2.title a {
  color: #2b2f35;
  font-size: 129%;
  font-weight:normal;
  font-family: Din, Helvetica, sans-serif;
  line-height:1.4em;
}

.node .content {
  padding-top:0px;		/*was 10px; made flush to top*/
  padding-bottom:0px;	/*change from 5px, to make front page side bars flush*/
}

.sticky {
  border-bottom: solid 3px #ddd;
}

.profile {
  clear:none;
}

.block .item-list ul {
  padding-left:0;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}


/**
*Forum specific
*/
#forum .container, #forum .container a {
  background-color: #366FB4;
  color: #FFFFFF;
}

#forum thead th {
  border-bottom:3px solid #A19589;
}

#forum ul {
  font-weight:bold;
  list-style-image:url(images/page_text.gif);
  padding:0px 0px 0px 23px;
}





/*END MISC*/

/* PANELS (NOT using panels module) */
.panel-left {
  float: left;
  width: 48%;
}
.panel-right {
  float: right;
  width: 48%;
}
.panel h1{
  background: #E4E9EB;
  /*border-bottom-color: #999;*/
  padding: 0.25em;
  margin: 0 0 0 0;
  text-align:center;
}
.panel-content {
  background: url(images/blue_line_bottom_e.png) repeat-x scroll center bottom;
  border: 1px solid #E4E9EB;
  font-size: 100%;
  padding: 0.25em 1em;
  overflow: hidden;
}
.row {
  overflow:auto;
}
.panel {
  margin-bottom:15px;
}


/*END PANELS*/

/* UBERCART */
/*Product styling*/
.product_image {
  border: none;
}

div.product-summary {
  margin: 35px 0 10px 0;
  float: left;
  width:600px;
}
/*cart*/
div#block-cart-contents {
  font-size:8pt;
  line-height:1.2em;
}
.block ul.cart-options {
  line-height:1em;
  border-top:1px dashed #CCC;
  margin-left:2.5em;
  padding:0;
}
.block ul.cart-options li {
  margin-left:0;
  list-style:none;
  list-style-image:none;
}
#block-cart-contents .cart-options li {
  font-size:7pt;
}
/*Checkout*/

#uc-cart-checkout-form{
  width:100%;	/*IE fix*/
  border-top:a
}
#cart-form-products {
  width:99%;
}
#cart-form-buttons {
  overflow:hidden;
  width:99%;
  border:none;
}
/*fix the checkout panes displaying scroll bar at bottom*/
html.js fieldset.collapsible .fieldset-wrapper {
  padding:0 1px;
}
div.order-pane{overflow:hidden;}	/*fix panes that are a bit too wide and make float buttons contained in the pane*/
div.order-pane div {overflow:hidden;} /*fix buttons outside of div's*/
#cart2-form-buttons input#edit-checkout {
  border: none;
  text-indent: -10000px;
  width: 305px;
  height: 45px;
  background: none;
  margin-right: 0px;
  background-image: url("/files/images/cart2/continuetocheckout.png");
  padding-left: 0px;
}
#cart2-form-buttons input#edit-checkout:hover {
  border: none;
  color: #000000;
  background-image: url("/files/images/cart2/continuetocheckout.png");
}
input#edit-checkout{
  background:#E6EFC2 url(images/arrow_right.png) no-repeat 10px center;
  padding-left:30px;
}
input#edit-checkout:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
input#edit-checkout:active{
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}

div#coupon-message {
  display:inline;
}

.product-options {
  line-height:1em;
  font-size:0.9em;
}
table.cart-review {
  background-color:#EEEEEE;
  margin:0 auto;
}
table.cart-review td {border-bottom:none;}
.product-select-box2 {overflow:hidden;}
.product-buffer {overflow:hidden;}
#uc-recurring-admin-filter-form {overflow:hidden;}
.customer-select-box {overflow:auto;}

.address-pane-table {
  overflow:hidden;
}

#quote input.form-radio {
  margin:0 10px;
}

#quote {
  clear:both;

}

#edit-panes-quotes-quote-button {
  margin:-10px 0 10px 0;
  overflow:auto;
}

table.line-item-table {
  margin-bottom:15px;
}
a.package-more {
  border:1px solid;
  display:block;
  margin-top:-10px;
  font-size:12px;
  text-align:center;
  margin-bottom:10px;
  width:120px;
}
/*END UBERCART*/

/*VIEWS*/
/*Filters forms*/
#views-filters {
  overflow:auto;
  border-bottom:1px solid #CCCCCC;
  padding:0px 0px 7px;
  width:100%; /*IE fix*/
}


.form-element-div .form-item {
  float:left;
  margin:0;
}
.form-element-div .form-submit {
  float:left;
  margin:-2px 0px 0px 5px;
}


/*knowledge base*/
.view-knowledge-base h3 {
  margin-top:0;
}
.view-knowledge-base .form-text {
  width:200px;
}
.view-knowledge-base, #topic-browse {
  padding:5px;
  min-height:30em;
  margin-bottom:20px;
}
#topic-browse {
  float:left;
  width:25%;
  border-right:1px solid #CCC;
}
.view-knowledge-base {
  width:70%;
}
.view-content-knowledge-base ul li {
  margin:0;
  list-style:none;
}
.view-content-knowledge-base ol li {
  list-style:decimal;
}
.view-content-knowledge-base ul {
  border-bottom:1px solid #CCC;
  margin:0; /*IE fix*/
}
.view-content-knowledge-base ul li ul {
  border-bottom:none;
}
.view-item-knowledge-base {
  /*background:#E4E9EB;*/
  border-top:1px solid #CCC;
  padding:0px 5px;
}
.view-item-knowledge-base:hover{
  /*background:#CCD6D9;*/
}
.faq-body ul li {
  margin:0;
  list-style:disc;
}


li.blank {
  list-style:none;
  line-height:1em;
  margin-bottom:0.5em;
  margin-left:-20px;
  vertical-align:middle;
}
li.sub-list {
  list-style:none;
  display:inline;
}
li.sub-list ul{
  margin:0;
}

li.sub-list ul li.blank {
  margin-left:-10px;
}

div.expandable {
  background:transparent url(images/expandable.png) no-repeat scroll center;
  cursor:pointer;
  float:left;
  height:1em;
  margin-top:1px;
  width:15px;
  display:inline;
}
div.collapsable {
  background:transparent url(images/collapsable.png) no-repeat scroll center;
}




/*faq*/
.faq-body {
  margin:0.5em;
  padding:0.5em 1em;
  border:1px solid #ccc;
  background:#eee;
  display:none;
  overflow:hidden;
}


/*cities map*/
#gmap-view_gmap-gmap0 {
  margin:20px auto;
  border:1px solid #000;
}
/*END VIEWS*/

/*QUIZ*/
.quiz-choices {
  margin: 10px 18px;
  overflow: hidden;
}
.correct, .wrong {
  margin:0.5em 0;
  padding:0.5em 1em;
  border:1px solid #0F0;
  background:#CFC;
  list-style:none;
  list-style-image:none;
  width:90%;
  clear:both;
}
.wrong {
  border: 1px solid #F00;
  background:#FCC;
}

.hide {display:none;}
.show {display:block;}
/*END QUIZ*/

/*LISTS*/
/*icons*/
li.mid-icon {
  min-height:40px;
  padding:0 0 0 50px;
  margin:0;
  list-style:none;
  background:no-repeat left 0.15em;
}
li.check-mark {background:url(images/check_mark.png) top left no-repeat;}
li.question-red {background:url(images/question_red.png) top left no-repeat;}
li.x-mark {background:url(images/x_mark.png) top left no-repeat;}
li.exclamation {background:url(images/exclamation_point.png) top left no-repeat;}
li.small-icon {
  min-height:30px;
  padding:0 0 0 30px;
  margin:0 10px 0 0;
  list-style:none;
  background-position:left center;
}
li.selected {
  background:url(images/selected.png) top left no-repeat;
}
.ol1 {background:url(images/ol1.png) top left no-repeat;}
.ol2 {background:url(images/ol2.png) top left no-repeat;}
.ol3 {background:url(images/ol3.png) top left no-repeat;}
.ol4 {background:url(images/ol4.png) top left no-repeat;}
.ol1, .ol2, .ol3, .ol4 {
  padding:0 0 1em 25px;
  margin:0;
  list-style:none;
  background-position:left 0.25em;
}
img.silk-middle {
  vertical-align:text-bottom;
}
li.orange-check {
  background:url("images/orange_check_32_29.png") no-repeat scroll 0 0 transparent;
  list-style:none outside none;
  padding:0 0 14px 50px;
  margin-bottom:0;
}

/*END LISTS*/

/*TABLES*/
tbody {
  border-top:none;
}
table tr.odd, tr.even {
  background: none;
}
table tr.even td, table tr.odd td {
  border-bottom:1px solid #CCC;	/*Add td border bottoms for IE*/
}
.cart-review tbody tr td {
  border-bottom:none; /*Need to target td for IE*/
}
div.view-content-catalog-view table tr td, div.view-content-catalog-gift-view table tr td, #cart-form-products table tr td {
  border-bottom:1px solid #CCC;	/*Add td border bottoms for IE*/
}
td.active {
  background:none;
}

.row-divided-table tr, .row-divided-table td {
  padding:1em 1em;
  border-top:1px solid #CCC;
}

.basic-table tr, .basic-table td {
  padding:0;
  border:none;
}

table .form-item{
  margin:0;
}

td.icon {
  float:none;
  width:auto;
}
table.comparison ul {
  margin:0;
  padding:0;
}
table.comparison th {text-align:center;}
table.comparison h4 {margin:0;}
thead th {padding-left:0.5em;}
table.no-border th, table.no-border tr, table.no-border tr td, table.no-border tr.even, table.no-border tr.odd, table.no-border tr.even td, table.no-border tr.odd td {border:none}

/* Admin Tables need TLC so that they work with long strings (Subscriber page) */

#ss-cops-subscriber-view-form table.sticky-table {
  table-layout: fixed;
}
#ss-cops-subscriber-view-form table.sticky-table td {
  word-wrap: break-word;
}
/*END TABLES*/

/*MISC*/
/*thickbox*/
#TB_window {
  z-index:9999;
}
#TB_overlay {
  z-index:9998;
}
div.flowplayer-mediaplayer {
  display:inline;
}

/*Colorbox*/
div#cboxOverlay {
  opacity:0.65 !important;
}

/*clearing div's*/
div.clear {
  clear:both;
}
div.spacer {
  clear:both;
  padding:1em 0;
  height:0;
}
div.divider {
  clear:both;
  border-top:1px solid #CCC;
  margin:1em 0;
}

/*breadcrumb*/
.breadcrumb {
  border-bottom:1px solid #CCCCCC;
  color:#AAA;
  float:right;
  font-family:helvetica, "Bitstream Vera Sans", sans-serif;
  padding-bottom:0pt;
}
.breadcrumb a, .breadcrumb a.active, .breadcrumb a:visited {color:#AAA;}
.breadcrumb a:hover {color:#555; text-decoration:none;}
.small-text {
  font-size:8pt;
  line-height:1.1em;
  margin-bottom:0.75em;
}
div.small-text p {margin-bottom:0.75em;}
html.js fieldset.collapsed legend {
  display:block;
}

fieldset#credit-card {
  border:none;
  padding-left:0;
}

.pop {
}

.search-advanced {
  clear:both;
}
form#search-form {
  overflow:hidden;
  border-bottom:1px solid #ccc;
}
form#search-form div.form-item div.container-inline div.form-item {float:left;}
form#search-form input#edit-submit {
  margin:1em;
  padding:1px;
}
/**Rollover edit links for blocks*/
div.block {
  position: relative;
}
div.block div.edit {
  z-index: 40;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #FFF;
  font-size: 9px;
}
div.block:hover div.edit {
  display: block;
}
.price-detail {
  font-size: 12pt;
  color: rgb(85, 85, 85);
}


textarea#edit-support-question {width:100%;}

.addthis {
  top:0px;
}
.addthis_link img {
  vertical-align:text-bottom;
}
div#autocomplete, div#autocomplete ul, div#autocomplete ul li {
  background:#FFF;
  z-index:9999;

}

div#ticker {
  background: #F6F6F6 url(images/ticker_bottom_grey.gif) no-repeat scroll 0 100%;
  margin-top:5px;
}

div#ticker ul {
  background: transparent url(images/ticker_top_grey.gif) no-repeat scroll 0 0;
  margin-bottom:3px;
  padding:5px 0;
  width:100%;
  height:40px; /*should match jQuery call*/
  overflow:hidden;
}

div#ticker ul li {
  list-style:none;
}

#ticker a, #ticker a:hover, #ticker a:visited {
  color:#444;
  display:block;
  text-decoration:none;
}

a.ticker-testimonial {
  margin:0 10px;
}

div.tags-bar {
  border-bottom:1px solid #333;
  border-top:1px solid #333;
  padding: 3px 0;
  margin:-7px 0 30px;
  overflow:auto;
  clear:both;
  font-size:12px;
}

div.tags-bar .links {
  display:inline;
}

div.tags-bar ul.links img {
  vertical-align:text-bottom;
}
/*END MISC*/

/*WYSIWIG MARKUP CLASSES*/
img.left {
  margin-right: 10px;
  float:left;
}
img.right {
  float:right;
  margin-left: 10px;
}
.underline {text-decoration: underline;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
/*END WYSIWIG*/


/*LEARN MORE NAV*/
ul#learn-more-nav {
  float:right;
  right:20px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  font-size:11px;
}
ul#learn-more-nav li {
  background-position:left top;
  float:left;
}
ul#learn-more-nav li, ul#learn-more-nav li a, ul#learn-more-nav li a strong {
  background-image:url(images/bg-learn-more-nav.png);
  background-repeat:no-repeat;
}
ul#learn-more-nav li a {
  color:white;
  cursor:pointer;
  float:left;
  padding-left:7px;
  text-align:center;
  text-decoration:none;
  line-height:14px;
}
ul#learn-more-nav li a strong {
  cursor:pointer;
  float:left;
  font-weight:normal;
  height:22px;
  padding:5px 13px 0 6px;
}
ul#learn-more-nav li.left {
  padding-left:0;
}
ul#learn-more-nav li.left a {
  background-position:-3px top;
}
ul#learn-more-nav li.left a:hover, ul#learn-more-nav li.left a.active {
  background-position:-3px -27px;
}
ul#learn-more-nav li {
  padding-left:2px;
}
ul#learn-more-nav li a, ul#learn-more-nav li a strong {
  background-position:-7px top;
}
ul#learn-more-nav li a:hover, ul#learn-more-nav li a:hover strong, ul#learn-more-nav li a.active, ul#learn-more-nav li a.active strong {
  background-position:-7px -27px;
}
ul#learn-more-nav li.right a strong {
  background-position:right top;
  padding-right:16px;
}
ul#learn-more-nav li.right a:hover strong, ul#learn-more-nav li.right a.active strong {
  background-position:right -27px;
}
/*END LEARN MORE*/

/*ACCOUNT MENU NAV*/
ul#account-menu-nav {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  font-size:11px;
  padding:0;
  background-image:url(images/account_menu_bg_brown.png);
  height:26px;
  width:962px;
  margin: 0 auto;
  overflow:hidden;
}
ul#account-menu-nav li {
  background-position:left top;
  float:left;
  padding-left:2px;
}

ul#account-menu-nav li, ul#account-menu-nav li a, ul#account-menu-nav li a strong {
  background-image:url(images/account_menu_brown.png);
  background-repeat:no-repeat;
}
ul#account-menu-nav li a {
  color:white;
  cursor:pointer;
  float:left;
  padding-left:7px;
  text-align:center;
  text-decoration:none;
  line-height:14px;
}
ul#account-menu-nav li a strong {
  cursor:pointer;
  float:left;
  font-weight:normal;
  height:22px;
  padding:5px 13px 0 6px;
}
ul#account-menu-nav li.left {
  padding-left:0;
}
ul#account-menu-nav li.left a {
  cursor:pointer;
  float:left;
  font-weight:normal;
  height:22px;
  padding:5px 13px 0 6px;
  padding-left:0;
  background-position:-3px top;
  text-indent:-9999px;
  width:53px;
}
ul#account-menu-nav li.left a:hover, ul#account-menu-nav li.left a.active {
  background-position:-3px -27px;
}

ul#account-menu-nav li.mid-bc a, ul#account-menu-nav li.mid-bc a strong {
  background-position:-80px top;
  padding-left:3px;
}
ul#account-menu-nav li.mid-bc a:hover, ul#account-menu-nav li.mid-bc a:hover strong, ul#account-menu-nav li.mid-bc a.active, ul#account-menu-nav li.mid-bc a.active strong {
  background-position:-53px -54px;
  margin-left:-19px;
  padding-left:22px;
}

ul#account-menu-nav li.mid-bc {
  padding-left:0px;
}

ul#account-menu-nav li.mid {
  float:right;
}
ul#account-menu-nav li.mid a, ul#account-menu-nav li.mid a strong {
  background-position:-80px top;
}


ul#account-menu-nav li.right {
  float:right;
}

ul#account-menu-nav li.blank {
  background-position:right top;
  height:27px;
  padding-left:0;
  width:30px;
}

ul#account-menu-nav li a, ul#account-menu-nav li a strong {
  background-position:-7px top;
}
ul#account-menu-nav li a:hover, ul#account-menu-nav li a:hover strong, ul#account-menu-nav li a.active, ul#account-menu-nav li a.active strong {
  background-position:-80px -27px;
}

ul#account-menu-nav li.right a, ul#account-menu-nav li.right a strong {
  background-position:right top;
}

ul#account-menu-nav li.right a:hover, ul#account-menu-nav li.right a:hover strong, ul#account-menu-nav li.right a.active, ul#account-menu-nav li.right a.active strong {
  background-position:right -27px;
}
/*END ACCOUNT MENU*/

div.password-description.error {
  display:none !important;
}

/*FEATURES*/
ul#features-menu {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  width:202px;
  padding-left:0px;
  float:left;
  margin-top:10px;
}
ul#features-menu li a {
  background:transparent url(images/arrow_bullet_grey.png) no-repeat scroll 95% 16px;
  color:#8C8C8C;
  display:block;
  line-height:25px;
  padding:6px 0 6px 39px;
  position:relative;
  height:25px;
}
ul#features-menu li a img {
  left:0px;
  position:absolute;
  top:6px;
}
ul#features-menu li a:hover {
  background:transparent url(images/arrow_bullet_blue.png) no-repeat scroll 95% 16px;
  color:#0088CC;
}
ul#features-menu li a:active, ul#features-menu li a.active {
  background:transparent url(images/arrow_bullet_black.png) no-repeat scroll 95% 16px;
  color:#000;
}

div.features-content {
  border-left:1px solid #CCC;
  margin-top:0px;
  width:690px;
  float:right;
  padding-left:10px;
}
h1.features-title {
  font-family:Geneva, Arial, Verdana, sans-serif;
  font-size:50px;
  margin:15px 0px;
}
img.feature-icon {
  float:left;
  margin:20px;
}
p.features-subhead {
  clear:both;
  margin:0 0px 0 100px;
  color:#111;
  font-size:15px;
}

p.tip {
  text-align:center;
  font-size:11px;
  line-height:1.1em;
  position:absolute;
  padding-bottom:5px;
}
p.tip-left {
  padding-right:35px;
  text-align:right;
  background:transparent url(images/tip-pointer.png) no-repeat scroll right 6px;
  font-size:11px;
  line-height:1em;
  position:absolute;
  z-index:-1;
}
p.tip-right {
  padding-left:35px;
  text-align:left;
  background:transparent url(images/tip-pointer.png) no-repeat scroll left 6px;
  font-size:11px;
  line-height:1em;
  position:absolute;
  z-index:1;
}
p.tip-below {
  padding-top:40px;
  text-align:left;
  background:transparent url(images/tip_pointer_vertical.png) no-repeat scroll left 6px;
  font-size:11px;
  line-height:1em;
  position:absolute;
  z-index:1;
}

div.features-content h2 {
  background:none;
  padding:0;
}
div.features-content h3 {
  margin:3px 0;
  font-size:14px;
}
div.features-content a#shop-button {
  float:right;
  margin: 0 0 0 -70px;
}

div.features-text {
  margin-top:10px;
  display:inline; /*IE6 double margin Fix*/
}
div.features-text p {
  font-size:12px;
}

div.customer-review {
  clear:both;
  background:#EEE;
  margin:10px -20px 0 -10px;
  width:684px;
  padding:10px 20px;
  font-size:12px;
}
img.user-photo {
  float:left;
  margin:10px 20px 10px 10px;
}

#pagenav {
  border-top:1px solid #EEEEEE;
  clear:both;
  margin:20px 10px 25px;
  padding:10px 0;
}
#pagenav div {
  width:33%;
}
#pagenav div.previous {
  float:left;
}
#pagenav div.previous a {
  background:transparent url(images/arrow_previous.png) no-repeat scroll 0 50%;
  padding-left:20px;
}
#pagenav div.next {
  float:right;
  text-align:right;
}
#pagenav div.center {
  float:left;
  text-align:center;
}
#pagenav div.next a {
  background:transparent url(images/arrow_next.png) no-repeat scroll 100% 50%;
  padding-right:20px;
}

a.shop-now {
  background-image:url(images/shop_now_blue_70_21.png);
  display:block;
  height:21px;
  margin:0 auto;
  text-indent:-9999px;
  width:70px;
}
a.shop-now:hover {
  background-position:left -25px;
}

div.tips-holder {
  position:relative;
  height:100%;

}
/*END FEATURES*/

/*FEATURES - popus*/
div.pop-up div.features-content a#shop-button, div.pop-up div.customer-review, div.pop-up #pagenav {
  display:none;
}
div.pop-up div.features-content  {
  border-left:none;
  margin-right:25px;
  overflow:hidden;
}
div.pop-up div.tips-holder {
  height:auto;
  overflow:hidden;
}
div.pop-up div#emergency-dispatch {
  margin:0 auto;
  float:none;
}
div.pop-up div#pet-bonus {
  display:block;
  width:670px;
}
/*END FEATURES - popus*/

/*CATALOG*/
a.catalog-menu {
  background:url(images/menu_catalog.png);
  display:block;
  height:32px;
  text-indent:-9999px;
  width:200px;
  margin:0px;
  padding:0;
  border:none;
  cursor:pointer;
}
a.catalog-menu:hover, a.catalog-menu.active {
  background-position:-207px 0px;
}
a#components {
  background-position:0px -32px;
}
a#components:hover, a#components.active {
  background-position:-207px -32px;
}
a#accessories {
  background-position:0px -64px;
}
a#accessories:hover, a#accessories.active {
  background-position:-207px -64px;
}
/*END CATALOG*/

/*O PAGE*/
body.ntype-o-page div.ntype-o-page {
  margin-top:10px;
}
body.ntype-o-page div#hero {
  float:left;
  margin-right:20px;
  text-align:center;
  font-size:14px;
}
body.ntype-o-page p#caption {
  margin:2px auto;
}
body.ntype-o-page div#lead {
  overflow:visible;
}
body.ntype-o-page div.content h1 {
  font-size:30px;
  margin-top:0;
}
body.ntype-o-page div.content h2 {
  font-size:26px;
  line-height:1.2em;
}
body.ntype-o-page div.content div.strip {
  background:none repeat scroll 0 0 #EFEFEF;
  border:1px solid #CCCCCC;
  margin:0 -25px 15px;
  padding:20px;
  z-index:-10;
}
body.ntype-o-page div.content h2.strip {
  background:none repeat scroll 0 0 #EFEFEF;
  border:1px solid #CCCCCC;
  line-height:1em;
  font-family:tahoma,arial;
  font-size:30px;
  margin:0 -25px 15px;
  padding:20px;
  z-index:-10;
}

div#pro-review-panel div#reviews {
  padding-top:20px;
}
div#pro-review-panel p.quote {
  font-size:16px;
  font-weight:bold;
  margin-bottom:5px;
}
div#pro-review-panel p.reviewer {
  margin-left:20px;
}
div#pro-review-panel p.reviewer {
  margin-bottom:40px;
}

a.cta-shop-kr {
  border:#7DA6D8 solid 10px;
  padding:10px;
  position:relative;
  overflow:hidden;
  display:block;
}
a.cta-shop-kr h2 {
  font-size:27px;
  font-weight:normal;
  margin-top:5px;
}
a.cta-shop-kr p.service-price {
  font-size:16px;
  font-weight:bold;
  margin-bottom:10px;
}
a.cta-shop-kr span.free-ship {
  color:green;
  font-weight:bold
}
a.cta-shop-kr span.free-ship img {
  margin-left:20px;
  vertical-align:sub;
}
a.cta-shop-kr div.shop-now {
  left:530px;
  position:absolute;
  top:55px;
  text-align:center;
}
a.cta-shop-kr:hover, a.cta-shop-kr:focus a.cta-shop-kr:link, a.cta-shop-kr:visited {
  text-decoration:none;
}
/*END O PAGE*/

/*O2 PAGE*/
div#keypad-frame {
  background:url("images/keypad_alarm_frame_977_531.jpg") no-repeat scroll 0 0 transparent;
  clear:both;
  height:491px;
  margin-left:-8px;
  overflow:hidden;
  padding:20px;
  position:relative;
  width:937px;
}
div#keypad-frame h1 {
  color:white;
  font-family:verdana;
  font-size:27px;
  margin-top:2px;
  line-height:1.4em;
  width:620px;
}
div#keypad-frame p#subhead {
  color:white;
  font-size:16px;
  width:600px;
  line-height:1.5em;
  margin-top:20px;
}
div#keypad-frame div#content-left {
  position:absolute;
  top:280px;
  left:20px;
  width:450px;
}
div#keypad-frame div#content-right {
  position:absolute;
  top:280px;
  left:500px;
  width:400px;
}
div#keypad-frame a#shop-now {
  background:url("images/shop_now_218_48.png") repeat scroll 0 0 transparent;
  display:block;
  height:48px;
  text-indent:-1000px;
  width:218px;
  margin-left:120px;
}
div#keypad-frame a#shop-now:hover {
  background-position:0 -50px;
}
div#keypad-frame a#shop-now-gift {
  background:url("images/free_gift_shop_now_346_146.png") no-repeat scroll 0 0 transparent;
  display:block;
  height:146px;
  text-indent:-1000px;
  width:346px;
  margin-left:40px;
  margin-top:-25px;
}
div#keypad-frame a#shop-now-gift:hover {
  background-position:0 -147px;
}

div#install {
  width:240px;
  margin-right:20px;
  float:left;
}
div#install hr {
  float:left;
  width:225px;
}
div#install tr, div#install td {
  padding-left:0;
}
div#install textarea, div#install input {
  width:225px;
  border:1px solid #777777;
}
div#install textarea {
  height:136px;
}
div#install input#edit-submit {
  height:20px;
  padding-top:1px;
  width:80px;
}

div#customer-reviews {
  overflow:auto;
  width:690px;
}
div#customer-reviews img#happy-customers {
  margin:15px 5px 3px;
}
div#customer-reviews div#review-items {
  background-color:#C4BCB3;
  padding:10px 10px 1px;
}
div#customer-reviews div#review-item {
  clear:both;
}
div#customer-reviews div#review-item img.user-photo {
  float:left;
  margin:5px 20px 10px 10px;
}

div#customer-reviews div#review-items h4 {
  font-size:13px;
  margin-bottom:0.4em;
}
div#customer-reviews div#review-items p {
  font-family:arial;
  font-size:12px;
}


/*END O2 PAGE*/

/*FAT FOOTER*/
div#help-bar {
  background-color:#666;
  height:22px;
  color:#FFF;
  text-align:center;
  width:962px;
  margin:0 auto;
}

div#fat-footer {
  color:#999;
  width:962px;
  margin:0 auto;
  text-align:left;
}
div#fat-footer div.col {
  float:left;
  margin-top:20px;
  margin-right:30px;
}
div#fat-footer div#badges {
  margin-right:0;
}
div#fat-footer div#contact-us {
  width:215px;
}
div#fat-footer div#popular-links {
  width:240px;
}
div#fat-footer div h4 {
  color:#999;
  font-size:12px;
}
div#fat-footer div.col a {
  display:block;
  color:#999;
}

div#fat-footer tr, div#fat-footer td {
  padding-left:0;
}
div#fat-footer  textarea, div#fat-footer  input {
  width:200px;
  border:1px solid #777777;
}
div#fat-footer  textarea {
  height:100px;
}
div#fat-footer input#edit-submit {
  height:20px;
  padding-top:1px;
  width:80px;
}

div#copyright {
  font-size:11px;
  clear:both;
  margin-top:20px;
  text-align:left;
}
div#copyright a {
  color:#999;
}
/*END FAT FOOTER*/



/* INFOBIA STUFF */
body.infobia, body.infobia div#page, body.infobia div#header, body.infobia div#footer{
  background-color: #F0ECE3;
}

body.infobia #logo-title {
  padding: 13px 0px;
}

body.infobia #sidebar-bottom-right {
  /*background:url("images/infobia/bottom-right-infobia.png") no-repeat scroll right bottom transparent;*/
}

body.infobia #sidebar-right {
  background:url("images/infobia/top-infobia2.png") no-repeat scroll left top transparent;
  width: 350px;
}

body.infobia .top {
  background:url("images/infobia/top-infobia.png") no-repeat scroll left top transparent;
}

body.infobia .top span{
  background:none;
}

body.infobia #popular-posts-title {
  /*position:relative;  supposed to fix IE, but breaks it?*/
  background:url(images/infobia/top-right-infobia.png) no-repeat right top;
  padding-top: 15px;
}

body.infobia div.liquid-round {
  background:#fff url("images/infobia/left-infobia.png") repeat-y left top;
}

body.infobia .bottom {
  background:url(images/infobia/bottom-infobia.png) no-repeat left bottom;
  /*min-height: 500px;*/
}

body.infobia #container {
  background-color:white;
  border-radius: 0px 0px 5px 0px;
  -moz-border-radius: 0px 0px 5px 0px;
}

body.infobia .center-content {
  background: none;
  padding: 0px 10px;
  position:relative;
  margin:-1px 0 -20px 0;
  overflow:hidden;
  z-index:999;
}

body.infobia .bottom span {
  background:none;
}

body.infobia #main {
  background:url("images/infobia/bottom-right-infobia.png") no-repeat scroll right bottom transparent;
  min-height: 0px;
}

body.infobia-article #main {
  width: 820px;
}

body.infobia #top-right {
  display:block;
  /*position:relative;  supposed to fix IE, but breaks it?*/
  height:10px;
  background:url("images/infobia/top-right-infobia.png") no-repeat right top;
  overflow:hidden; /*IE fix?*/
}

body.infobia #sidebar-right {
  padding-left: 0px;
  width:210px;
}

body.infobia-article #sidebar-right {
  width:350px;
}

body.infobia .infobiathumb {
  width:275px;
  height:175px;
  display:block;
  background-color:#333333;
  text-align:center;
  float:left;
  margin: 15px 15px 15px 9px;
}

body.infobia #content-text {
  margin: 15px 0px;
}

body.infobia #title-frame {
  background: url("images/infobia/infobia-title-bg.png") repeat-x scroll;
  border:0px solid;
  border-radius:5px;
  -moz-border-radius:5px; /* Firefox 3.6 and earlier */
}

body.infobia #title-frame h1 a, body.infobia #title-frame h1 {
  padding: 20px 10px 0px;
  line-height: 0.25em;
  color: black;
  font-family: Georgia, serif;
}

body.infobia #title-frame h1 a {
  padding: 0px;
}

body.infobia .submitted {
  color:black;
  padding: 0px 10px;
}

body.infobia #title-frame span a {
  color:black;
  text-decoration: none;
}

body.infobia #sidebar-right #popular-posts span, body.infobia #sidebar-right #recent-comments span, #summary-title, #social-share-title, #tags-title {
  padding-bottom: 20px;
  display:block;
  /*position:relative;  supposed to fix IE, but breaks it?*/
  height:10px;
  overflow:hidden; /*IE fix?*/
  font-size: 16px;
  color: #0099ff;
}

body.infobia #summary-title, body.infobia #social-share-title, body.infobia #tags-title {
  padding-bottom: 10px;
}

body.infobia #sidebar-right a {
}

body.infobia a.popular {
  color: black;
  font-size: 11px;
  line-height: 2.5em;
  font-family: Georgia, serif;
}

body.infobia #recent-comments {
  padding-top: 5px;
  width: 200px;
}

body.infobia a.recent {
  font-size: 10px;
  color: #333333;
  line-height: 2.5em
}

body.infobia #top-nav {
  /*float: right;
  color: black;
  font-size: 11px;
  font-family: Verdana;
  width: 402px;
  height: 30px;*/
  width: 402px;
  font-family: Verdana;
  font-size: 11px;
  color: black;
  position: absolute;
  left: 675px;
  top: 15px;
}

body.infobia #top-nav a {
  color: black;
  font-family: Verdana;
  padding: 0px 7px;
  float: left;
}

body.infobia .tabs.infobia li {
  background: none;
  background-color: #f0ece3;
  border:1px solid black;
  border-radius:5px;
  -moz-border-radius:5px; /* Firefox 3.6 and earlier */
  text-align:center;
  margin: 0px 5px;
}

body.infobia .tabs.infobia a {
  background:none;
  background-color: #f0ece3;
  color:black;
  padding-left: 12px;
}

body.infobia .tabs.infobia li.active {
  color: #0099ff;
  border-color: #0099ff;
}

body.infobia .tabs.infobia a.active {
  color: #0099ff;
}

body.infobia .content {
  width: 100%;
}

body.infobia-article .content {
  width: 95%;
  margin: 10px 15px 10px 9px;
}

#infobia-links {
  font-size: 12px;
  padding: 5px 0 5px 13px;
}

body.infobia .read-on {
  margin-top: 10px;
}

body.infobia .read-on a{
  font-family: Verdana;
  color: #0099ff;
  font-size: 16px;
}

body.infobia .read-on img {
  position: relative;
  top: -1px;
}

body.infobia #goto-comments a {
  color: #333333;
  text-decoration: underline;
  font-family: Verdana;
}

#top-social {
  position:relative;
  top: -3px;
  left: -5px;
  margin-left: 7px;
  float: left;
}

body.infobia #infographic {
  padding-top:10px;
}

body.infobia #summary, body.infobia #social-share, body.infobia #tags {
  border-bottom: solid 1px lightgray;
  padding: 15px 0px;
  width:97%;
}

body.infobia #tags {
  border-bottom: none;
}

body.infobia #about-us {
  padding: 15px 0px;
  position: relative;
  left: -5px;
}

body.infobia #tags a {
  font-size: 14px;
}

body.infobia .infographic-bg {
  background-color:white;
  display:block;
  opacity:1;
  filter: alpha(opacity=100);
}

body.infobia .infographic-img {
  opacity:1;
  filter:alpha(opacity=100);
}

body.infobia .hover-text {
  margin: 15px 0px;
}

body.infobia #hover-text-fields {
  display:none;
  z-index:200;
}

body.infobia #click-to-enlarge {
  float:left;
}

body.infobia #hover-text-fields span {
  color: white;
  margin-left: 20px;
}

body.infobia .tags-bar {
  border-color: lightgray;
  border-bottom: none;
  margin: 15px 0px;
}

body.infobia-article #main {
  width: 100%;
}

body.infobia-article #squeeze {
  margin: 0px 0px;
}

body.infobia-article #sidebar-right {
  float: right;
  background: none;
}

body.infobia-article .node {
  width: 590px;
}

body.infobia-article #popular-posts-title {
  background: none;
  padding: 0px 0px;
}

body.infobia-article #summary {
  padding-top: 5px;
}

body.infobia-article .top {
  height: 3px;
}

body.infobia-article .top span {
  background: url('images/infobia/top-right-infobia.png') no-repeat top right;
}

body.infobia-article .bottom {
  border-radius: 0px 0px 5px 0px;
  -moz-border-radius: 0px 0px 5px 0px;
}

body.infobia-article .liquid-round {
  border-radius: 0px 0px 5px 0px;
  -moz-border-radius: 0px 0px 5px 0px;
}

body.infobia-article #title-frame {
  margin-bottom: 20px;
}

body.infobia #logo {
  float: left;
}

body.infobia-about-us #title-frame h1 {
  line-height: 1em;
  padding: 20px 0px 20px 20px;
}

/* Rounded Corners CSS3 */
/* 4 rounded corners - 5 pixel radius */
.rnd5 {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* top-left rounded corner - 5 pixel radius*/
.rnd5tl {
  -webkit-border-top-left-radius: 5px;
  -khtml-border-radius-topleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
/* top-right rounded corner - 5 pixel radius */
.rnd5tr {
  -webkit-border-top-right-radius: 5px;
  -khtml-border-radius-topright: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
/* bottom-left rounded corner - 5 pixel radius */
.rnd5bl {
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
/* bottom-right rounded corner - 5 pixel radius */
.rnd5br {
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-radius-bottomright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
/* top-left rounded corner - 8 pixel radius*/
.rnd8tl {
  -webkit-border-top-left-radius:8px;
  -khtml-border-radius-topleft:8px;
  -moz-border-radius-topleft:8px;
  border-top-left-radius:8px;
}
/* top-right rounded corner - 8 pixel radius */
.rnd8tr {
  -webkit-border-top-right-radius: 8px;
  -khtml-border-radius-topright: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
}
/* 4 rounded corners - 10 pixel radius */
.rnd10 {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* top-left rounded corner - 10 pixel radius*/
.rnd10tl {
  -webkit-border-top-left-radius: 10px;
  -khtml-border-radius-topleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
}
/* top-right rounded corner - 10 pixel radius */
.rnd10tr {
  -webkit-border-top-right-radius: 10px;
  -khtml-border-radius-topright: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}
/* bottom-left rounded corner - 10 pixel radius */
.rnd10bl {
  -webkit-border-bottom-left-radius: 10px;
  -khtml-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
}
/* bottom-right rounded corner - 10 pixel radius */
.rnd10br {
  -webkit-border-bottom-right-radius: 10px;
  -khtml-border-radius-bottomright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}
/* 4 rounded corners - 20 pixel radius */
.rnd20 {
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* top left rounded corner - 20 pixel radius */
.rnd20tl {
  -webkit-border-top-left-radius: 20px;
  -khtml-border-radius-topleft: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
}

/* top right rounded corner - 20 pixel radius */
.rnd20tr {
  -webkit-border-top-right-radius: 20px;
  -khtml-border-radius-topright: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
}

/* bottom right rounded corner - 20 pixel radius */
.rnd20br {
  -webkit-border-bottom-right-radius: 20px;
  -khtml-border-radius-bottomright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}

/* bottom left rounded corner - 20 pixel radius */
.rnd20bl {
  -webkit-border-bottom-left-radius: 20px;
  -khtml-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
}


/**CSS Sprite Updates-RE**/
/* Top Nav Menu */
#topnav {height:37px;margin:0 auto 8px;position:relative;width:961px;z-index:1;}
#topnav ul {padding:0px;margin:0px;}
#topnav li { display:inline;border:none;margin:0;padding:0;}
#topnav a {float:left;height:37px;width:192px;padding:0;text-indent:-9999px;background:url(/files/images/sprites/simplisafe-sprite0.png) no-repeat;line-height:37px;overflow:hidden;}
#topnav.primary-b a {background:url(/files/images/sprites/simplisafe-sprite0.png) no-repeat;}
#topnav a.menu-1 { background-position:0 0;}
#topnav a.menu-1:hover, #topnav a.menu-1:active, #topnav a.menu-1.active { background-position:0 -38px;}
#topnav a.menu-2 { background-position:-192px 0;}
#topnav a.menu-2:hover, #topnav a.menu-2:active, #topnav a.menu-2.active { background-position:-192px -38px;}
#topnav a.menu-3 { background-position:-384px 0;}
#topnav a.menu-3:hover, #topnav a.menu-3:active, #topnav a.menu-3.active { background-position:-384px -38px;}
#topnav a.menu-4 { background-position:-576px 0;}
#topnav a.menu-4:hover, #topnav a.menu-4:active, #topnav a.menu-4.active { background-position:-576px -38px;}
#topnav a.menu-5 { background-position:-768px 0; width:193px;}
#topnav a.menu-5:hover, #topnav a.menu-5:active, #topnav a.menu-5.active { background-position:-768px -38px;}
#topnav a.menu-6 { background-position:-960px 0;}
#topnav a.menu-6:hover, #topnav a.menu-6:active, #topnav a.menu-6.active { background-position:-960px -38px;}
/*End Top Nav Menu */
/*Additional Sprites*/
.spritewrap {position: relative; display: block; overflow: hidden;}
.sprite {position: absolute;/*top: 0;left:0;*/overflow: hidden;}
#logonew {clip: rect(100px 267px 173px 0);top: -102px;}
#logowrap {width: 267px; height:71px; vertical-align: baseline;  float: left;  margin: 0 10px 0 0; overflow: hidden;}
.cart {clip: rect(80px 12px 92px 0);top: -80px !important; left: 0px; overflow: hidden;}
.cartwrap { width: 12px; height: 12px; position: relative; display: inline-block; vertical-align: middle; overflow: hidden;}
#reviewbarwrap {width:528px; height:36px;position:absolute;right:6px;top:45px;display:block;overflow: hidden;}
#custom-header #reviewbarwrap {top:30px;}
#reviewbar {clip: rect(174px 528px 207px 1px);top: -171px;overflow: hidden;}
div#utility-bar form#search-block-form, div#utility-bar form#search-block-form-1  {background:url(/files/images/sprites/simplisafe-sprite0.png) no-repeat scroll -12px -80px transparent;float:right;margin-left:6px;position:relative;text-align:right;width:100px;height:20px;min-height: 20px;max-height: 20px;}
.fbfootwrap {width:50px;height:16px; position: relative; display: inline-block; vertical-align: middle;overflow: hidden;}
.fbfoot {clip: rect(80px 212px 96px 162px);top: -80px; left:-162px;}
.twitterfootwrap {width:50px;height:16px; position: relative; display: inline-block; vertical-align: middle;overflow: hidden;}
.twitterfoot {clip: rect(80px 162px 96px 112px);top: -80px; left:-112px;}
.dim-delicious {width:16px;height:16px;}
.delicious {clip: rect(80px 228px 96px 212px);top: -80px; left:-212px;}
.dim-digg {width:16px;height:16px;}
.digg {clip: rect(80px 244px 96px 228px);top: -80px; left:-228px;}
.dim-fb {width:16px;height:16px;}
.fb {clip: rect(80px 260px 96px 244px);top: -80px; left:-244px;}
.dim-googleplus {width:16px;height:16px;}
.googleplus {clip: rect(80px 276px 96px 260px);top: -80px; left:-260px;}
.dim-stumble{width:16px;height:16px;}
.stumble {clip: rect(80px 292px 96px 276px);top: -80px; left:-276px;}
.dim-linkedin{width:16px;height:16px;}
.linkedin {clip: rect(80px 308px 96px 292px);top: -80px; left:-292px;}
.dim-twitter{width:16px;height:16px;}
.twitter {clip: rect(80px 324px 96px 308px);top: -80px; left:-308px;}
/*End Additional Sprites*/





/* ==========================================================================
   Header / footer styles
   "header-2" refers to the new version of the header, implemented nov. 2014
   likewise "footer-2"
   ========================================================================== */
/* ==========================================================================
footer
========================================================================== */

#footer-wrapper-2 {
  clear: both;
  max-width: 1350px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: -10px;
}

#footer-wrapper-2, #footer-2 {
  color: #FFF;
  background: #505050;
  text-align: center;
  font-family: verdana, sans-serif;
  font-size: 12px;
}
#footer-2 a:link, #footer-2 a:visited, #footer-2 a:hover{
  color: white;
}
#footer-2 {
  height: 53px;
}
#footer-2 ul.menu a {
  color: #FFF;
}
#footer-wrapper-2 {
  margin:0;
  margin-top: 0px;
}
#footer-2 ul,
#footer-contact ul {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 17px;
}
#footer-contact ul.links {
  height: 10px;
  min-width: 500px;
}
#footer-2 ul.links li,
#footer-contact ul.links li{
  display: inline-block;
  border-left: 1px solid #999;
  padding: 0 10px;
  height: 10px;
  line-height: 10px;
}
#footer-2 ul.links li:first-child,
#footer-contact ul li:first-child
{
  border-left-width: 0px;
}
#footer-2 li {
  display: inline-block;
  color: #FFF;
}
#footer-2 ul.social {
  height: 30px;
  margin: 10px 0;
  padding: 0;
}
#footer-contact {
  text-align: center;
  background: #303030;
  color: #999;
  height: 30px;
}
#footer-contact a:link,
#footer-contact a:hover,
#footer-contact a:visited {
  color: #999;
}
#footer-contact ul {
  margin-top: 5px;
}

/*social-links spritesheet*/
.sl-sprite {
  background-image: url('/files/images/header-footer/social_links-spriteshet.png');
  background-repeat: no-repeat;
  display: block;
}

.sl-facebook {
  width: 32px;
  height: 30px;
  background-position: -5px -5px;
}

.sl-google {
  width: 32px;
  height: 30px;
  background-position: -5px -45px;
}

.sl-pinterest {
  width: 32px;
  height: 30px;
  background-position: -47px -5px;
}

.sl-twitter {
  width: 33px;
  height: 30px;
  background-position: -47px -45px;
}

.sl-youtube {
  background-image: url('/files/images/header-footer/social_links_youtube.png');
  background-repeat: no-repeat;
  display: block;
  height: 30px;
  width: 32px;
}
/* ==========================================================================
 Navbar
 ========================================================================== */

#header-2 div.navbar {
  width: 100%;
  background: #505050;
  color: #fff;
}

#header-2 div.navbar div#topnav ul {
  width: 960px;
  margin: auto;
  display: block;
  height: 42px;
  padding: 0;
}

#header-2 div#topnav {
  height: 42px;
  margin: auto;
  width: 960px;
}

#header-2 div#topnav li.nav-test-button {
  border-left: 2px solid #6a6a6a;
  vertical-align: top;
  display: inline-block;
  width: 189.2px;
  text-align: center;
  height: 42px;
}

#header-2 #navigation-all6 div#topnav li.nav-test-button {
  width: 156.5px;
}

#header-2 div#topnav ul li:last-child {
  border-right: 2px solid #6a6a6a;
}

#header-2  div#topnav li.nav-test-button a {
  height: 100%;
  width: 100%;
  background-color: #505050;
  display: block;
}

#header-2 div#topnav li.nav-test-button a.features {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAARCAQAAADOWcJ9AAABRElEQVR4Ae3UUe3kIBRGcSQgYSQgAQkjoRIqAQkjoRIqAQlIqIQ6+O1LwwMs2Uyyyf4ftt8LuWEOJ3PhhhBEJwj/MkGw41SEL1LVvy9S6YUfJZJkcdiYZa+vRbL0R+5TCyrAs/kCfPrmD4D6gCrwtJPSseSndjykY8nd3J2bgqQhP4BL85ad2LpIkWWlY5KmyV7WIhRZkRbciFOWbZpXb80ACpomDGnq3JqFyCkIK26vLe5IQX5yMPQyfyPSaytuxKV4y78XoX/THeF7kTX37QJc0iwShryxT8d/L7J+WZvbsb4jURwhi9bcjme1zyJLbvASdNo4Ry63Tba5VP0fEb0U+vEHPnJfF9nunkWW3OL26a9xH0X6e1el4Y5UrYskrR8WNXA7liIzNzrQZ0swJw1TNIjzTJx/M1cX3MVk/Rn5LzLlF/HsdoCbTM+RAAAAAElFTkSuQmCC') no-repeat center;
}

#header-2 div#topnav li.nav-test-button a.shop {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAARCAQAAAD0iX0OAAAA20lEQVR4Ac2TUZHEIAyGK6ESkHASIgEJlVAJSKiESkACEioBCTj4bjqQmfQKNzvblyYv23/+fGwImXpBAKZvsi+/DecQfv7gZgRnzFURq6iqtfUzUaMQFMfWtKhlqlBYmG6+fCKr7TQIws6mNjIeIUIrXoCI4DkAp75WG4BUcYnUuTttPROprkObA9OFN/991h87K4LrjEIPg2C1m08AqaftaGxPcXa2EXBPce4qDXAf3t1MIbG0mZVRs59P1pPN2xnghu9uNbWDrTD571YEuG3Fg7RdvA8nhKvyCxsKIhsDCaFsAAAAAElFTkSuQmCC') no-repeat center;
}

#header-2 div#topnav li.nav-test-button a.reviews {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAARCAQAAADHsmIHAAABVElEQVR4Ae3UX43jMBDH8UAohEAoBEMwBEMIBEMIhEAIhEIIhEAwg8+9jCxrm83pqpX25TwPTdzvxL/545k+Wyqmn7BPHYvX7wr4MYsfs+TRtx+S59+dP+bnzkc1K2ixuQLOeC/I4frEovfAJZ9R4r9d++L58AI0NQQ4ZFntx1VJ0ZwRX7MPh81dwDU/df4BIauG56opkmSzCgFj+l69vXKPfMPD+OnKLd+6uNNqMjkcIx92caHYpDCRlYQyHqFywwdnt1udJjOWnsPNIpm/EzCuGrunY4gsvG74ZjOheOKpYI6ybGJZrwXER0aLQjXr8H7Hb045Cnda7Y63e7Bjfhcw1mgenjiGbqnc8hmHPZJ+YnljEtK7gII9upTU93ccY0buea0fmhkK0LwUSXZoLqf6Ot7TUZhlFHDP2+jRtkF6do5z4/vJlv5xEqZPJ+Ev238BfwCnOvuBtPPRWgAAAABJRU5ErkJggg==') no-repeat center;
}

#header-2 div#topnav li.nav-test-button a.community {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAARCAQAAAD3PnMmAAABN0lEQVR4AdWVUc3sIBCFkYAEJCABCZWABCRUwi9hJVQCEioBCTj4brI92cndJm1IXxbOw07PzNAv7Sx1v7VYAXcnx28pUxUlIM0BbbqF9iSimXK+WuQGxZGEH8pLFz0D0H8caxe4OZ0sZ4WPuxHZFZeBvJMq9dzzVZdAy5GBRfkIlMPaSGS6NpPDwg6Ez2aNhcQGQB3JX0BbT/6vzlOAQnrH8MIeZ3BUdhlBv+Z4YP1sFuU2Gl4dUO7zF9DWs1ndaTxegLc6JyyTnPMNTp7VjuevPYO2OGs48izQjvbOv+i4eaALEOjHbA/M9ANo3VR7NsahA1DRf2Dg9HgEHYCdhUSFW2jrsHe+AW3gnH4OrUcBUNnvoUXRsasFKKNfxOeyb9+4bMAEPYOCTvKJoFegE+eCTqwEu/4HZTHdHLXxRt0AAAAASUVORK5CYII=') no-repeat center;
}

#header-2 div#topnav li.nav-test-button a.contact {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAAARCAQAAAALK1jsAAABTklEQVR4Ae2V4Ym2MBCEU4IlpARLSAkpISVYgiVYgiVYQkpICZZgB8/JMSwscoG8yAd3fM6PF4adxzkvruHPXyQgEQY0npACn+uf15xIzGbKMaB34483jT7jyeM1icqq5gYANJnmcFHkrGDuoVvqItyaOR8ZT3YJpxVzqFT9edV4KyFQgINE4dKIHDINiIY6ySQOoHyDFmDR04lUsmUmcTzZJ/o1Ny4K6dbORghUmj1kjZozAauhZrknR+dfmM31ZJ/o1HS/UkBFTHJc7IHqnM1FrueM1tyAnYVEfKumP5u8UnNiN9r2Xs12K8p9oaYU9S7EkbPZqwnrx2dzAU1MnFSXUGbgTX/UjEBTvaalc2esiif7hMncTKKCdsKdoKjDNbY3XU1bG35vXuxW05N9wqtortLEzuLByTz6FeprdgxH7ktzsfcV+hX6X/NNfQGJIxvdUY3gXQAAAABJRU5ErkJggg==') no-repeat center;
}

#header-2 div#topnav li.nav-test-button a.monitoring {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAAARCAYAAACoyTAdAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABV0RVh0Q3JlYXRpb24gVGltZQAyLzI3LzE1AJaddAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAHnSURBVFiF7ZfReZswFIX/2y/v8QbNCIzACGwQbxB3AzaINyjZgBHIBmQDdQM6wcmDRCOrYEwgjpv6f9Plcs/hIiQBF4Y85VfQ/LZ2wRV4BlwckNRIas6p+d9whuZ+CAczV1ImKU9iG0m5pOxYof5eSXdTokM6S5ipPfksY/Vn1w3rTS3J6Y0uJJc6pE0fIAi7JK+RtDlVZyCvjMZNUju+Nke7SnKrMc2Zfrch3uOCloiCe/mGxsmdpJ0OG10lxV3I207kjem4ieZm8i+1VTI736FdRnnZmOapfuW/6i7xUPc3/nlDA29DknZJvJLUReM85BVJ3l6SBsyO6Uw96F9r7lLtgeup5qRfScWIh1aS+jW3TfTckfhtNM4BzCw1XgeRPImP6WyYz1LtU5jymx3zcIlHsS/DtbkroGQDJczspc1tQvEiiRcAZtYsrH+p2gcegG0fCI0uAG6WVDazRtIvoAqbn8OvhQ/A05LaCQ64l7QHajNrzqg9SuThMWxyDt/o77CwuYECv4D/jGLPwG44/V3s8ZvHA9DxNmPOoT1FAZTAPfA7+OnwXtdBM/6S1uYztYcIx8FuOvPKUUIj43N6/2NR22ca+9cJm5fDn/1f8MtB3+j8ehRbgJl1wB3wA99YgArIzKx9BWDVVUHg+9IjAAAAAElFTkSuQmCC') no-repeat center;
}

#navigation-all6,
#navigation-community,
#navigation-reviews,
#navigation-features,
#navigation-contactus {
  display: none;
}
/*
#header-2 div#topnav li.nav-test-button a.features:hover,
#header-2 div#topnav li.nav-test-button a.shop:hover,
#header-2 div#topnav li.nav-test-button a.reviews:hover,
#header-2 div#topnav li.nav-test-button a.community:hover,
#header-2 div#topnav li.nav-test-button a.contact:hover {
background-color: #242424;
}
*/
#header-2 div#topnav li.nav-test-button a:hover {
  background-color: #242424;
}

#header-2 #search-block-form-1{
  background: none !important;
  border: 1px solid black;
}


/* ==========================================================================
 header links
 ========================================================================== */

#header-2 .UsableNetAssistive {
  position: absolute;
  font-size: 11px;
  color: #707070;
  letter-spacing: 0;
  right: 0;
  margin-right: 10px;
  margin-top: 5px;
  z-index: 1000;
  font-family: DinRegular, Helvetica, sans-serif;
  border-radius: 3px;
  padding: 1px;
}

#header-2 .UsableNetAssistive:hover {
  text-decoration: underline;
}

#header-2 .UsableNetAssistive:focus {
  border: 2px solid;
  text-decoration: none;
}

#header-2 div.header-utility-bar#utility-bar ul {
  list-style: none;
}

#header-2 div.header-utility-bar#utility-bar ul li {
  display: inline-block;
  padding-right: 20px;
}

#header-2 div.header-utility-bar#utility-bar ul li:last-child {
  padding-right: 5px;
}

#header-2 div.header-utility-bar#utility-bar ul li a:link {
  color: #777777;
  text-decoration: none;
}

#header-2 div.header-utility-bar ul li a#header-cart-link {
  display: inline-block;
  width: 30px;
  padding-left: 20px;
  background: url(/files/images/header-footer/cart.png) no-repeat;
  background-position: 0px 1px;
}

#header-2 div.header-utility-bar ul li a#header-cart-link:hover {

  background-position: -83px 1px;
}

#header-2 div.header-utility-bar#utility-bar ul li a:hover {
  color: #269FDD !important;
  text-decoration: none;
}

#header-2 div.header-utility-bar#utility-bar ul li a:hover * {
  color: #269FDD !important;
  text-decoration: none;
}

#header-2 div.header-utility-bar#utility-bar ul li a:active {
  color: #269FDD !important;
  text-decoration: none;
}

#header-2 div.header-utility-bar#utility-bar ul li a:visited {
  color: #777777;
  text-decoration: none;
}

#header-2 div#account-utility-hover {
  position: absolute;
  top: 25px;
  right: 180px;
  z-index: 99999;
  display: none;
  border: 1px solid #269FDD;
  width: 112px;
  background: white;
  box-shadow: 0 0 7px rgba(50, 50, 50, 0.3);
}

#header-2 div#account-utility-hover a {
  display: block;
  padding: 2px 4px;
  text-align: left;
  color: #333;
}

#header-2 div#account-utility-hover a:hover {
  color: white;
  background: #269FDD;
  text-decoration: none;
}

#header-2 #account-utility-hover:after, #account-utility-hover:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#header-2 #account-utility-hover:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
}
#header-2 #account-utility-hover:before {
  border-color: rgba(0, 135, 194, 0);
  border-bottom-color: #269FDD;
  border-width: 6px;
  margin-left: -6px;
}
#header-2 div.blue-arrow:after {
  border-bottom-color: #269FDD !important;
}

#header-2 span.unicode-arrow {
  color: #777777;
  font-size: 10px;
  vertical-align: top;
}

#header-2 img.cart-icon {
  vertical-align: middle;
}

#header-2 #reviewbar {
  clip: rect(174px 528px 207px 1px);
  top: -171px;
  overflow: hidden;
}

#header-2 #reviewbarwrap {
  width: 498px;
}

/* ==========================================================================
   Search input
   ========================================================================== */

div#header-2 ul li form#search-block-form {
  background: none !important;
  float: none;
  width: 90px;
  margin: 0;
  padding: 0;
}

#header-2 input.ss-search {
  border: 1px solid #E5ECF2;
  width: 88px;
  padding-right: 5px;
  background: url("/files/images/header-footer/search.png") no-repeat 2px 2px;
  outline: none;
}

a#home-logo.alternate-logo-text {
  background: url("/files/images/header-footer/logo3.png") center center no-repeat;
  background-repeat: no-repeat;
  padding: 40px 0 0 105px;
  background-size: 270px;
}

a.alternate-logo-text#home-logo h1, a.alternate-logo-text#home-logo h2 {
  font-family: Helvetica, Arial, sans-serif !important;
  color: #83A0C5 !important;
  font-size: 11px !important;
  position: relative;
  left: 5px;
}

/* ==========================================================================
   Hide google conversion tracking at the bottom of the page
   ========================================================================== */

div#closure-wrapper {
  height: 0px;
  overflow: hidden;
}

table#permissions tr:hover {
  background-color: #bcf0f6;
}






/* ==========================================================================
 Navbar
 ========================================================================== */

#header-2.header-nav {
  position:relative;
  height:auto;
}

#header-2.header-nav div.navbar {
  position:relative;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  width:auto;
  box-sizing: border-box;
  top: 47px;
}

#header-2.header-nav  #simplisafe-logo-title {
  position: relative;
}

#header-2.header-nav div.navbar div#topnav-2 ul {
  width: auto;
  display: inline-block;
  margin: auto;
  padding: 0;
  vertical-align: top;
}

#header-2.header-nav div#topnav-2 {
  margin: auto;
  width: auto;
}

.navbar-wrapper {
  width:100%;
  background: #fff;
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0.5);
  height:104px;
}

.navbar-content {
  width: 1232px;
  margin: auto;
  text-align: center;
}

.navbar-content.navbar-left-content {
  text-align: left;
  width: 960px;
}

.navbar-content.navbar-left-content #utility-bar {
    display: none;
}


#header-2.header-nav .logo-sitewide-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: 37px;
  margin: 0;
}

#header-2.header-nav .alternate-logo-text {
  display: inline-block;
  position: relative;
  z-index: 997;
  height: auto;
}

#header-2.header-nav div#topnav-2 li.nav-test-button {
  vertical-align: top;
  border:none;
  display: inline-block;
  width: auto;
  text-align: center;
  text-align: center;
  padding-left: 70px;
}

#header-2.header-nav div#topnav-2 li.nav-test-button.button-community {
  padding-left: 20px;
}

#header-2.header-nav div#topnav-2 li.nav-test-button:first-of-type {
  padding-left: 0px;
}

#header-2.header-nav  div#topnav-2 li.nav-test-button a {
  height: 100%;
  width: 100%;
  font-family: DinRegular, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #2B2F35;
  letter-spacing: 1.88px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}


#header-2.header-nav  div#topnav-2 li.nav-test-button a.dropdown-link {
  display: block;
  padding: 2px 4px;
  text-align: left;
  color: #333;
  font-size: 14px;
  color: #51545D;
  line-height: 36px;
  letter-spacing: 0px;
  box-sizing: border-box;
  border-bottom:none;
}

#header-2.header-nav  div#topnav-2 li.nav-test-button a.dropdown-link.security-system {
  border-bottom: 1px solid #C4C7C9;
}

#header-2.header-nav  div#topnav-2 li.nav-test-button a.dropdown-link.security-system:hover {
  border-bottom: 1px solid #008CC1;
}

#header-2.header-nav  div#topnav-2 li.nav-test-button a.dropdown-link:hover {
  color:white;
}

#header-2.header-nav  div#topnav-2 li.nav-test-button.button-shop-dropdown {
  position: relative;
}


#header-2 div#shop-button-dropdown-hover {
  position: absolute;
  top: 31px;
  left: 10px;
  z-index: 99999;
  display: none;
  width: 134px;
  background: #F1F3F4;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.35);
}

#header-2 div#shop-button-dropdown-hover a {
  display: block;
  padding: 2px 9px;
  text-align: left;
  color: #333;
  font-size: 14px;
  color: #51545D;
  line-height: 36px;
}

#header-2 div#shop-button-dropdown-hover a:hover {
  color: white;
  background: #008CC1;
  text-decoration: none;
}

#header-2 #shop-button-dropdown-hover:after, #shop-button-dropdown-hover:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#header-2 #shop-button-dropdown-hover:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #F1F3F4;
  border-width: 5px;
  margin-left: -5px;
}
#header-2 #shop-button-dropdown-hover:before {
  border-color: rgba(0, 135, 194, 0);
  border-bottom-color: #F1F3F4;
  border-width: 6px;
  margin-left: -6px;
}



#header-2.header-nav  div#topnav-2 li.nav-test-button a:hover {
  text-decoration: none;
  color:#008CC1;
}

#navigation-all6,
#navigation-community,
#navigation-reviews,
#navigation-features,
#navigation-contactus {
  display: none;
}
/*
#header-2 div#topnav li.nav-test-button a.features:hover,
#header-2 div#topnav li.nav-test-button a.shop:hover,
#header-2 div#topnav li.nav-test-button a.reviews:hover,
#header-2 div#topnav li.nav-test-button a.community:hover,
#header-2 div#topnav li.nav-test-button a.contact:hover {
background-color: #242424;
}
*/


/* ==========================================================================
 header links
 ========================================================================== */

#header-2.header-nav div.header-utility-bar-2#utility-bar #account-links-2 {
  list-style: none;
}

#header-2.header-nav #account-links-2 .account-links-nav {
  display: inline-block;
  font-family: DinRegular, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #C4C7C9;
  letter-spacing: 0;
  line-height: 100%;
  padding-left: 15px;
  vertical-align: middle;
  box-sizing:border-box;
  border:none;
}


#header-2.header-nav #my-account-link {
  position:relative;
}

#header-2.header-nav .account-links-nav a#header-cart-link,
#header-2.header-nav .account-links-nav a#my-account-button {
  display: inline-block;
  width:20px;
  height: 20px;
  background-repeat:no-repeat;
  background-size: contain;
  background-position: top left;
}

#header-2.header-nav .account-links-nav a#header-cart-link {
  background-image: url(/files/images/header-footer/cart-icon-2.svg);
}

#header-2.header-nav .account-links-nav a#header-cart-link:hover {
  background-image: url(/files/images/header-footer/cart-link-2-hover.svg);
}

#header-2.header-nav .account-links-nav a#my-account-button {
  background-image: url(/files/images/header-footer/account-icon.svg);
}

#header-2.header-nav .account-links-nav a#my-account-button.inactive-account-button {
  background-image: url(/files/images/header-footer/account-icon.svg);
}

#header-2.header-nav .account-links-nav a#my-account-button.active-account-button {
  background-image: url(/files/images/header-footer/account-icon-hover.svg);
}


#header-2.header-nav .account-links-nav a#my-account-button:hover {
  background-image: url(/files/images/header-footer/account-icon-hover.svg);
}

#header-2.header-nav #account-links-2 .account-links-nav a:hover,
#header-2.header-nav #account-links-2 .account-links-nav a:active,
#header-2.header-nav #account-links-2 .account-links-nav a:visited
{
  text-decoration: none;
}

#header-2.header-nav .account-links-nav a#header-cart-link .cart-count .count {
  background-color: #008CC1;
  position: relative;
  bottom: 9px;
  left: 13px;
  color: #FFF;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  display: block;
  line-height: 23px;
  font-family: Din, Helvetica, sans-serif;
  font-size: 16px;
}


#header-2.header-nav #account-links-2 #my-account-link div#account-utility-hover {
  position: absolute;
  top: 36px;
  right: -62px;
  z-index: 99999;
  display: none;
  background: #FBFBF9;
  box-shadow: -2px 2px 6px 0 rgba(0,0,0,0.18);
  border: none;
  font-size: 16px;
  color: #51545D;
  letter-spacing: 0;
  line-height: 100%;
  font-family: DinRegular, Helvetica, sans-serif;
  font-weight: normal;
  width:145px;
}

#header-2.header-nav #account-links-2 #my-account-link div#account-utility-hover:before,
#header-2.header-nav #account-links-2 #my-account-link div#account-utility-hover:after {
  left: 50%;
}

#header-2.header-nav #account-links-2 #my-account-link div#account-utility-hover:before {
  border-color: rgba(241, 243, 244, 0);
  border-bottom-color:none;
}

#header-2.header-nav #account-links-2 #my-account-link div#account-utility-hover:after {
  border-color: rgba(0, 140, 193, 0);
  border-bottom-color:#FBFBF9;
}

#header-2.header-nav #account-links-2 #my-account-link div#account-utility-hover a {
  display: block;
  padding: 18px;
  text-align: left;
  color: #51545D;
  text-decoration: none;
}

#header-2.header-nav #account-links-2 #my-account-link div#account-utility-hover a:hover {
  color: white;
  color: #51545D;
  text-decoration: none;
  background-color:#EBEAE8;
}

#header-2.header-nav #account-utility-hover:after, #account-utility-hover:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#header-2.header-nav #account-utility-hover:after {
  border-width: 9px;
  margin-left: -9px;
}
#header-2.header-nav #account-utility-hover:before {
  border-width: 9px;
  margin-left: -9px;
}
#header-2.header-nav div.blue-arrow:after {
  border-bottom-color: #EBEAE8 !important;
}

#header-2.header-nav span.unicode-arrow {
  color: #777777;
  font-size: 10px;
  vertical-align: top;
}

#header-2.header-nav img.cart-icon {
  vertical-align: middle;
}

#header-2.header-nav #reviewbar-test {
  overflow: hidden;
  position: relative;
  left: 0;
  bottom: -12px;
}

#header-2.header-nav #reviewbarwrap-2 {
  width: 498px;
}

.nav-text .slashes-with-space {
  margin: 0 20px;
}

/* ==========================================================================
   Search input
   ========================================================================== */

#utility-bar {
  position: relative;
  top: 45px;
  margin-left: 10px;
  display: inline-block;
}

#header-2.header-nav #account-links-2 .account-links-nav form#search-block-form {
  background: none !important;
  float: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  bottom:4px;
  text-align: left;
  height: 44px;
}

#header-2.header-nav #account-links-2 {
  display: inline-block;
}

#header-2.header-nav #search-button {
  cursor: pointer;
  height: 24px;
  width: 15px;
  display: inline-block;
  position: relative;
  top:4px;
}

#header-2.header-nav input.ss-search {
  border: none;
  width: 100px;
  height:24px;
  border-radius: 100px;
  background: #fff url("/files/images/header-footer/search-icon-gray.svg") no-repeat 8px 5px;
  font-family: Din, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #9D9CA0;
  text-align: left;
  padding-left:28px;
  box-sizing:border-box;
  position: relative;
  display: none;
  outline: none;
}

#header-2.header-nav #arrow-sign-menu {
  transform: rotate(90deg);
  padding:0;
  color:white;
  display: inline-block;
  margin-left: 6px;
  margin-right:5px;
  font-size: 10px;
  position: relative;
  bottom: 1px;
}

#header-2.header-nav #header-region {
  margin-top:0px;
}

a.alternate-logo-text#home-logo h1, a.alternate-logo-text#home-logo h2 {
  font-family: Helvetica, Arial, sans-serif !important;
  color: #83A0C5 !important;
  font-size: 11px !important;
  position: relative;
  left: 5px;
}

#ss3-navbar {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  position: relative;
  bottom: 2px;
}
#ss3-navbar .header-shop-btn {
  display: inline-block;
  position: relative;
}

[id^="get-quote-link-nav"] {
  display: none;
  font-family: DinRegular, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: #2B2F35;
  letter-spacing: 0;
  line-height: 25px;
  position: relative;
  top: 34px;
  margin-left: 10px;
  text-decoration: underline;
  cursor: pointer;
  padding: 10px;
}

[id^="get-quote-link-nav"]:hover {
  text-decoration: none;
}

[id^="get-quote-link-nav"].fixed-quote-link {
  padding: 20px 25px;
  background: #F6F6F5;
  box-shadow: -2px 2px 6px 0 rgba(0,0,0,0.18);
  min-width: 156px;
  box-sizing: border-box;
  z-index: 999;
  top: 70px;
  position: fixed;
}

[id^="get-quote-link-nav"].fixed-quote-link:after {
  content: '›';
  display: inline-block;
  margin-left: 15px;
}

#ss3-navbar .header-shop-btn .shop-now-btn {
  font-family: DinRegular, Helvetica, sans-serif;
  font-weight: normal;
  height: 41px;
  line-height: 41px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #008CC1;
  color: #FFFFFF;
  width: 109px;
  text-decoration: none;
  text-align: center;
  display: block;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border: none;
  cursor: pointer;
  font-size: 17px;
  line-height: 42px;
  letter-spacing: 0;
  top: 35px;
  position: relative; }
#ss3-navbar .header-shop-btn .shop-now-btn:hover, #ss3-navbar .header-shop-btn .shop-now-btn:focus {
  background-color: #008CC1;
  outline: none;
  text-decoration: none; }

/* Monitoring header */
#header-2.header-nav  div#topnav-2 li.monitoring-link {
  display: none;
}

#header-2.header-nav.monitoring-header  div#topnav-2 li.monitoring-link {
  display: inline-block !important;
}

#header-2.header-nav.monitoring-header  div#topnav-2 li.nav-test-button a {
  font-size: 16px;
}

#header-2.header-nav.monitoring-header #utility-bar {
  margin-left: 0;
}

#header-2.header-nav.monitoring-header #utility-bar.shop-page-utility-bar {
  margin-left: 70px;
}


/* end monitoring header */



/* Landing Page Headers */
.header-shop-btn {
  display: inline-block; }
.header-shop-btn .shop-now-btn {
  font-family: DinRegular, Helvetica, sans-serif;
  font-weight: normal;
  height: 41px;
  line-height: 41px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #008CC1;
  color: #FFFFFF;
  width: 109px;
  text-decoration: none;
  text-align: center;
  display: block;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border: none;
  cursor: pointer;
  font-size: 17px;
  line-height: 42px;
  letter-spacing: 0;}
.header-shop-btn .shop-now-btn:hover, .header-shop-btn .shop-now-btn:focus {
  background-color: #008CC1;
  outline: none;
  text-decoration: none; }

.nav-text {
  font-family: DinRegular, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #9D9CA0;
  letter-spacing: 0;
  line-height: 14px;
  margin-left: 60px;
  margin-right:90px;}



/* DC-1663 */
#uc-payment-by-order-form table {
  table-layout:fixed;
}

#uc-payment-by-order-form table thead tr th:nth-child(3){
  width: 225px;
}
#uc-payment-by-order-form table thead tr th:nth-child(6){
  width: 225px;
}

#uc-payment-by-order-form td {
  word-break:break-word;
}


.chase-iframe-throbber {
  display: none;
  width:55px;
  height:55px;
  background-image:url(/files/images/cart/throbber.gif);
  background-repeat: no-repeat;
  background-size: contain;
}

/* ==========================================================================
   UK Desktop Nav Bar With Submenus
   ========================================================================== */
.uk-header-nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.uk-header-nav * ,
.uk-header-nav *::before ,
.uk-header-nav *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.uk-nav {
  align-items: center;
  display: flex;
  height: 113px;
  justify-content: space-between;
  padding: 0 60px;
  position: relative;
}

.navbar-left-content.checkout-nav {
  margin: 0 0 0 90px;
}

.uk-nav.navbar-left-content {
  width: 1230px;
}

.progress-bar-container {
  position: relative;
}

.uk-progress-bar {
  border: 0;
  position: absolute;
    top: -17px;
    right: 70px;
  width: 380px;
}

/*
  UK SimpliSafe Logo
 */
.uk-logo-sitewide-wrapper {
  margin-right: 20px;
}

.uk-logo-sitewide-wrapper .alternate-logo-text {
  display: block;
}

.uk-logo-sitewide-wrapper .alternate-logo-text img {
  display: block;
}

.checkout-complete-nav .uk-logo-sitewide-wrapper {
  margin: 0 0 0 74px;
}

/*
  Start of UK Nav Content
 */
#uk-topnav {
  align-items: center;
  display: flex;
}

/*
  The Menu Items
 */
.uk-main-menu {
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  position: static;
}

.uk-main-menu .uk-submenu {
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 5px 4px -2px rgba(0,0,0,.15);
  box-shadow: 0 5px 4px -2px rgba(0,0,0,.15);
  display: none;
  justify-content: center;
  padding: 0;
  position: absolute;
    top: 85px;
    right: 0;
    left: 0;
  z-index: 1000;
}

.uk-main-menu .menu-item {
  list-style: none;
  margin: 0;
  position: static;
}

.uk-main-menu > .menu-item > a {
  padding: 20px 14px;
}

.uk-main-menu .menu-item > .uk-submenu {
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.uk-main-menu .menu-item:hover > .uk-submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.uk-main-menu .menu-item a {
  color: #2B2F35;
  cursor: pointer;
  display: block;
  font-family: DinRegular, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1.88px;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;
}

.uk-main-menu .menu-item a.nav-item-with-submenu::after {
  background-image: url("data:image/svg+xml,%3Csvg height='5' viewBox='0 0 7 5' width='7' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='m0 .00023h6.299v3.9089h-6.299z' fill='%23fff' fill-rule='evenodd'/%3E%3C/mask%3E%3Cpath d='m6.2101.96063c.119-.119.119-.312 0-.43l-.461-.442c-.119-.118-.311-.118-.431 0l-2.184 2.158-2.166-2.158c-.118-.118-.311-.118-.43 0l-.449.468c-.119.118-.119.311 0 .43l2.834 2.834c.118.118.308.118.427 0z' fill='%232B2F35' fill-rule='evenodd' mask='url(%23a)' transform='translate(-.1 .5)'/%3E%3C/svg%3E");
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  height: 6px;
  padding-bottom: 1px;
  position: relative;
  width: 7px;
  z-index: 10;
}

.uk-main-menu .menu-item:hover > a.nav-item-with-submenu::after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='5' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h6.299v3.91H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-.1 .5)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M6.21.96a.304.304 0 000-.43L5.75.09a.307.307 0 00-.432 0L3.134 2.247.968.089a.305.305 0 00-.43 0L.09.557a.304.304 0 000 .43L2.923 3.82a.302.302 0 00.427 0L6.21.96z' fill='%23008CC1' mask='url(%23b)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  content: "";
}

.uk-submenu .uk-submenu-item {
  list-style: none;
  margin: 0;
  /** min-height will allow text to be top aligned when on one or two lines. */
  min-height: 50px;
  padding: 25px 30px;
  text-align: center;
  width: 220px;
}

#uk-how-it-works-submenu .uk-submenu-item {
  margin: 0 40px 0 0;
  width: 190px;
}

.uk-main-menu .uk-submenu a.submenu-button-img {
  color: #2B2F35;
  cursor: pointer;
  font-family: DinRegular, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.submenu-button-img p {
  color: #2B2F35;
  cursor: pointer;
  font-family: DinRegular, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.submenu-button-img .uk-left-aligned-title {
  text-align: left;
}

.submenu-button-img .submenu-subtitle {
  display: block;
  font-family: Din, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}

.submenu-img-wrapper {
  height: 80px;
  position: relative;
}

.submenu-img-wrapper img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
    top: 50%;
    left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

#custom-build-blue-circle {
  background: #008CC1;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 24px;
  margin: 0;
  position: absolute;
    top: 5px;
    right: 22px;
  width: 24px;
  z-index: 2;
}

#custom-build-blue-circle::after {
  color: white;
  content: '\FF0B';
  /** 
   * Use a default sans-serif for plus sign 
   * due to Din having odd x-height on plus sign 
   */
  font-family: sans-serif;
  font-size: 18px;
  position: absolute;
    top: 50%;
    left: 50%;
  transform: translate(-50%, -50%);
}

#custom-build-white-plus {
  color: #FFFFFF;
  font-family: DinRegular, Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 400;
  margin: 0;
  position: absolute;
    top: -4px;
    right: 5px;
}

.text-only-submenu-link,
#uk-how-it-works-submenu .uk-submenu-item {
  text-align: left;
}

.features-submenu-link {
  margin: 20px 45px 30px 68px;
}

.uk-main-menu .uk-submenu a.submenu-button-img:hover > p,
.submenu-button-img p:hover,
.uk-main-menu .menu-item a:hover,
.uk-main-menu .menu-item:hover > a,
.uk-submenu-item:hover {
  color: #008CC1;
}

.uk-main-menu .uk-submenu a.submenu-button-img:hover > p.submenu-title {
  text-decoration: underline;
}

.uk-submenu-item .submenu-button-img:hover > span {
  text-decoration: none;
}


/*
  Phone Number, Account Links, Cart Link, and Shop Button
 */
#uk-utility-bar {
  display: inline-block;
  margin-left: 30px;
  position: relative;
    bottom: 12px;
}

.uk-header-info {
  align-items: center;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding-left: 8px;
  position: relative;
}

.uk-header-info li {
  margin-bottom: 0;
  position: relative;
}

.uk-header-info > li {
  padding: 0 12px;
}

.uk-header-info #uk-nav-shop-button,
.uk-header-info li:last-child {
  padding-right: 0;
}

.uk-header-info #uk-nav-shop-button + #get-quote-link-nav {
  padding-left: 24px;
}

#uk-header-phone {
  border: none;
  color: #C4C7C9;
  font-family: DinRegular, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 100%;
  vertical-align: middle;
}

.uk-header-info [id^="get-quote-link-nav"] {
  margin: 0;
  top: auto;
}

.uk-header-info [id^="get-quote-link-nav"].fixed-quote-link {
  top: 64px;
  margin-left: 160px;
  z-index: 9999;
}

/*
  Account Login/Logout/Account Creation/View Account Buttons
 */
.uk-header-info-icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  display: block;
  height: 20px;
  width: 20px;
}

#uk-my-account-links a.uk-my-account-button {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.311 7.889c.111-2.4-1.822-4.333-4.311-4.333S5.578 5.489 5.689 7.889c.089 2.4 2.022 4.333 4.311 4.333s4.222-1.933 4.311-4.333zM16.49 16.4v-.378a3.082 3.082 0 00-3.089-3.089H6.622a3.082 3.082 0 00-3.089 3.09v.377A9.064 9.064 0 0010 19.111c2.533 0 4.822-1.044 6.489-2.711zM10 19.111C4.978 19.111.889 15.022.889 10S4.978.889 10 .889 19.111 4.978 19.111 10 15.022 19.111 10 19.111zM10 20c5.533 0 10-4.467 10-10S15.533 0 10 0 0 4.467 0 10s4.467 10 10 10z' fill-rule='nonzero' fill='%23000' opacity='.256'/%3E%3C/svg%3E");
  position: relative;
}

#uk-my-account-links:hover > a.uk-my-account-button {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.311 7.889c.111-2.4-1.822-4.333-4.311-4.333S5.578 5.489 5.689 7.889c.089 2.4 2.022 4.333 4.311 4.333s4.222-1.933 4.311-4.333zM16.49 16.4v-.378a3.082 3.082 0 00-3.089-3.089H6.622a3.082 3.082 0 00-3.089 3.09v.377A9.064 9.064 0 0010 19.111c2.533 0 4.822-1.044 6.489-2.711zM10 19.111C4.978 19.111.889 15.022.889 10S4.978.889 10 .889 19.111 4.978 19.111 10 15.022 19.111 10 19.111zM10 20c5.533 0 10-4.467 10-10S15.533 0 10 0 0 4.467 0 10s4.467 10 10 10z' fill-rule='nonzero' fill='%23008CC1'/%3E%3C/svg%3E");
}

.uk-account-utility {
  background: #FBFBF9;
  border: none;
  -moz-box-shadow: -2px 2px 6px 0 rgba(0,0,0,0.18);
  -webkit-box-shadow: -2px 2px 6px 0 rgba(0,0,0,0.18);
  box-shadow: -2px 2px 6px 0 rgba(0,0,0,0.18);
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
    top: 39px;
    left: 50%;
  transform: translateX(-50%);
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  width: 150px;
  z-index: -1;
}

.uk-account-utility::before {
  content: "";
  display: block;
  height: 25px;
  position: absolute;
    top: -25px;
    left: 0;
  width: 100%;
}

.uk-user-account-button {
  margin: 0;
  text-align: left;
}

.uk-user-account-button:hover {
  background: #EBEAE8;
}

.uk-user-account-button:hover > a {
  color: #008CC1;
}

.uk-user-account-button a {
  color: #51545D;
  display: block;
  font-family: DinRegular, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 19px;
  text-decoration: none;
}

.uk-login::before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FBFBF9;
  content: "";
  display: block;
  height: 0;
  opacity: 0;
  position: absolute;
    top: -8px;
    left: 50%;
  transform: translateX(-50%);
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  width: 0;
  z-index: -1;
}

.uk-login:hover::before {
  border-bottom: 10px solid #EBEAE8;
}

#uk-my-account-links:hover > .uk-account-utility,
#uk-my-account-links:hover > .uk-account-utility > .uk-login::before {
  opacity: 1;
  z-index: 99999;
}

/*
  Cart Link and Number Indicating How Many Items In Cart
 */
#uk-header-cart-link {
  margin-right: 5px;
  position: relative;
  width: 22px;
}

#uk-header-cart-link:hover {
  text-decoration: none;
}

.items-in-cart {
  align-items: center;
  border: 1px solid #008CC1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #008CC1;
  display: flex;
  justify-content: center;
  height: 11px;
  position: absolute;
    top: -6px;
    right: -6px;
  text-decoration: none;
  width: 11px;
}

.items-in-cart:hover,
#uk-header-cart-link:hover > .items-in-cart {
  background-color: #FFFFFF;
  border: 1px solid #008CC1;
  text-decoration: none;
}

#uk-header-cart-link:hover > .items-in-cart > .uk-cart-count,
.items-in-cart:hover > .uk-cart-count,
.items-in-cart .uk-cart-count:hover {
  color: #008CC1;
  text-decoration: none;
}

.uk-cart-count {
  color: #FFFFFF;
  display: block;
  font-size: 7px;
  margin: 0;
  text-align: center;
  text-decoration: none;
}

/*
  Shop Button
 */

.header-shop-btn {
  display: inline-block;
  position: relative;
}

.header-shop-btn .shop-now-btn {
  background-color: #008CC1;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family: DinRegular, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: normal;
  height: 41px;
  letter-spacing: 0;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  width: 109px;
}

#uk-header .header-shop-btn .shop-now-btn {
  background-color: #008CC1;
  border: 1px solid #008CC1;
  transition-duration: 200ms;
  transition-property: background-color, color;
}

#uk-header .header-shop-btn .shop-now-btn:hover {
  background-color: white;
  color: #008CC1;
}

/*
  Landing Pages Nav Bar
 */
.header-shop-btn--landing-page {
  top: 35px;
}

#uk-navigation-landing-page {
  display: inline-block;
  margin-bottom: 21px;
}

#uk-topnav-lp {
  display: inline-block;
  position: relative;
  bottom: 11px;
  vertical-align: top;
}

#uk-topnav-lp .nav-text {
  margin: 0 135px 0 90px;
}

#uk-navigation-landing-page .header-shop-btn {
  display: inline-block;
  position: relative;
    bottom: 60px;
  vertical-align: top;
}

#uk-navigation-landing-page .header-shop-btn .shop-now-btn {
  margin: 0;
  position: absolute;
}

/*
  Private Promo Banner Header Styling
 */

#uk-header.uk-header-below-thick-private-promo {
  position: relative;
    top: 119px;
  z-index: 9;
}

#uk-header.uk-header-below-skinny-private-promo {
  position: relative;
    top: 60px;
  z-index: 9
}

/*
  Order Complete
 */

.uk-nav .uk-logo-sitewide-wrapper.order-complete-logo {
  margin-bottom: 20px;
  margin-left: 90px;
}

.uk-nav .order-complete-progress-bar {
  margin: 0;
  position: absolute;
    top: -17px;
    right: 73px;
  width: 350px;
}

.order-complete-progress-bar #complete-progress-bar-desktop {
  background-color: #008CC1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 4px;
  width: 350px;
}

.order-complete-progress-bar .order-complete-text {
  color: #9D9CA0;
  font-family: DinRegular, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 15px 0 20px 0;
  text-align: center;
}

/* ==========================================================================
   END UK Desktop Nav Bar With Submenus
   ========================================================================== */

/* ==========================================================================
   Nav bar Camera Submenu
   ========================================================================== */
#header-2.header-nav div#topnav-2 li.camera {
  display: none;
  font-family: DinRegular, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #2B2F35;
  letter-spacing: 1.88px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: bottom;
  cursor: pointer;
}
#header-2.header-nav div#topnav-2 li.nav-test-button.button-community.camera a span:before {
  content: '';
  display: inline-block;
  height: 3px;
  width: 5px;
}

#header-2.header-nav div#topnav-2 li.nav-test-button.button-community.camera a:hover {
  text-decoration: none;
  color: inherit;
}

#header-2.header-nav div#topnav-2 li.nav-test-button.button-community.camera:hover a span:before {
  transform: rotate(-45deg);
  opacity: 0;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 3px;
  left: 4px;
  position: relative;
  top: 3px;
  vertical-align: top;
  width: 3px;
  animation: riseUp 700ms ease;
  animation-fill-mode: forwards;
}

#header-2.header-nav div#topnav-2 li.nav-test-button.button-community.camera ul.sub-menu {
  padding-top: 12px;
  background: none;
  margin: 0;
  visibility: hidden;
  position: absolute;
  left: 49px;
  z-index: 10001;
  list-style-type: none;
}

#header-2.header-nav div#topnav-2 li.nav-test-button.button-community.camera:hover ul.sub-menu {
  visibility: visible;
}
#header-2.header-nav div#topnav-2 li.nav-test-button.button-community.camera:hover ul.sub-menu a {
  font-family: DINNextLTPro-Regular;
  font-size: 16px;
  color: #000000;
  letter-spacing: 1px;
  text-align: center;
  text-transform: none;
  margin: 0 auto;
  display: inline-block;
}

#header-2.header-nav div#topnav-2 li.nav-test-button.button-community ul.sub-menu li {
  float: none;
  display: block;
  text-align: left;
  width: 223px;
  padding: 27px 0;
  border: none;
  background: #F8F8F8;
  margin-bottom: 0;
}
#header-2.header-nav div#topnav-2 li.nav-test-button.button-community ul.sub-menu li:hover {
  background: #51545D;
}
#header-2.header-nav div#topnav-2 li.nav-test-button.button-community.camera:hover ul.sub-menu li:hover a {
  color: #fff;
}

/* DC-5372 Start  */

#header-2.header-nav div#topnav-2 li.nav-test-button.button-community.contact-dropdown a span:before {
  content: '';
  display: inline-block;
  height: 3px;
  width: 5px;
}

#header-2.header-nav div#topnav-2 li.nav-test-button.button-community.contact-dropdown:hover a span:before {
  opacity: 0;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 3px;
  left: 4px;
  position: relative;
  top: 3px;
  vertical-align: top;
  width: 3px;
}

#header-2.header-nav div#topnav-2 li.nav-test-button.button-community.contact-dropdown ul.sub-menu {
  background: none;
  margin: 22px 0 0 0;
  position: absolute;
  right: -41px;
  z-index: 1001;
  list-style-type: none;
  box-shadow: 0 0 7px rgba(50, 50, 50, 0.3);
  transition: visibility .5s, opacity .5s;
  transition-delay: 1s;
  visibility: hidden;
  opacity: 0;
}

#header-2.header-nav div#topnav-2 li.nav-test-button.button-community.contact-dropdown:hover ul.sub-menu {
  visibility: visible;
  transition:visibility .5s, opacity .5s;
  opacity: 100%;
}
#header-2.header-nav div#topnav-2 li.nav-test-button.button-community.contact-dropdown ul.sub-menu a {
  font-family: DinRegular;
  font-size: 16px;
  color: #51545D;
  letter-spacing: 0px;
  text-align: left;
  text-transform: none;
  margin: 0 auto;
  display: inline-block;
}

#header-2.header-nav div#topnav-2 li.nav-test-button.button-community ul.sub-menu li {
  float: none;
  display: block;
  text-align: left;
  width: 150px;
  padding: 18px;
  border: none;
  margin-bottom: 0;
  color: #51545D;
}
#header-2.header-nav div#topnav-2 li.nav-test-button.button-community ul.sub-menu li:hover {
  background: #EBEAE8;
}
/* DC-5372 End  */

.chase-error-form,
.chase-eu-error-form {
    display:block;
    position:relative;
}

.chase-error-form {
  width:100%;
  text-align:center;
  padding: 30px 0 35px;
}


.chase-error-form p {
  font-family: Din, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #51545D;
  letter-spacing: 0;
  line-height: 21px;
  margin: 15px auto 0;
}

.chase-error-form span {
  font-family: Din, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 23px;
  color: #51545D;
  letter-spacing: 0;
  line-height: 30px;
  display:block;
  margin:0 auto;
}

.chase-error-form span .chase-try-again-link {
  display:inline;
  font-family: Din, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #008CC1;
  cursor:pointer;
  text-decoration:underline;
}

.chase-error-form span .chase-try-again-link:hover {
  text-decoration:none;
}

.chase-eu-error-form {
  display:block;
  width:350px;
  height:200px;
  position:relative;
}

.chase-eu-error-form p {
    font-family: Din, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #51545D;
    letter-spacing: 0;
    line-height: 32px;
    margin: 20px 0 10px;
}


.chase-eu-error-form .chase-try-again {
    height: 41px;
    line-height: 41px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #00BEAC;
    color: white;
    width: 151px;
    text-decoration: none;
    text-align: center;
    display: block;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: none;
    cursor: pointer;
    font-family: DinRegular, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    padding: 0;
    margin: 0;
    line-height: 43px;
}

div.no-credit-cards-stored {
    width:auto;
    max-width:900px;
    border:none;
}

div.no-credit-cards-stored legend {
    display:none;
}

.chase-eu-error-submitting {
    min-width:300px;
    max-width:560px;
}

.vat-cart-msg {
    display:block;
    font-size:15px;
    line-height:16px;
    position:relative;
    top:4px;
}



@keyframes riseUp {
  0% {
    opacity: 0;
    top: 10px;
    transform: rotate(-45deg) scale(0.2);
  }
  100% {
    opacity: 1;
    top: 3px;
    transform: rotate(-45deg) scale(1);
  }
}

#ss-leads-delete-confirm-form .container-inline {
  margin-top: 20px;
}

#ss-service-manage-discount-form .form-radios {
  margin: 0;
}
#ss-service-manage-discount-form .form-radios .form-item {
  display: inline;
}

/*Legal pages styles*/
#node-380, #node-465 {
  padding: 0 20px 30px;
}

#node-380 a:link, #node-17 a:link, #node-465 a:link, #node-380 a:visited, #node-17 a:visited, #node-465 a:visited {
  text-decoration: underline;
}
#node-380 h1, #node-465 h1 {
  font-family: DinUltra, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 36px;
  color: #51545D;
  letter-spacing: 0;
  line-height: 110%;
}
#node-380 p, #node-465 p {
  font-family: Din, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #51545D;
  letter-spacing: 0;
  line-height: 14px;
}
#node-380 strong, #node-465 strong {
  font-weight: bold;
}

/*Legal pages styles end*/

/*Forum style fixes */

#forum td.title a {
  display: block;
  width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
}


/* remove blue highlight border from sensor color button  */

.remove-highlight input[type="radio"] + span.button-mouseover::before,
.remove-highlight input[type="radio"]:checked + span.button-mouseleave::before,
.remove-highlight input[type="radio"]:checked + span::before {
    box-shadow: none !important;
}
/* class for hiding elements without using display: none */
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px; width: 1px;
  margin: -1px; padding: 0; border: 0;
}

/* lock form for edits */
.lock-for-edit {
  opacity: 0.5;
}
.lock-for-edit::before {
  content:'';
  position:absolute;
  z-index:999;
  top:0;
  right:0;
  bottom:0;
  left:0;
}

/* hiding elements WITH display: none */
.hidden {
  display: none !important;
}
/*generic email privacy policy styling */
.email-privacy-policy {
  position: relative;
  font-family: DinUltra, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 13px;
  color: #51545D;
  white-space: nowrap;
}
.email-privacy-policy a {
  text-decoration: underline;
  color: #51545D;
}

#csr-service-features {
  display: block;
  padding: 20px 10px;
  width: 900px;
}

.csr-price-increase-status {
  display: block;
  padding: 10px;
  width: 900px;
  border: 1px #ccc solid;
  margin-bottom: 10px;
}

.csr-price-increase-status .plain-box-header p {
  margin-bottom: 10px;
}

#csr-service-features .plain-box-header {
  margin: 0 12px;
}

#csr-service-features .sub-feature-box {
  vertical-align: top;
  display: inline-block;
  background: #fff;
  box-shadow: -2px 2px 6px 0 rgba(0, 0, 0, .18);
  line-height: 21px;
  padding: 10px 18px;
  width: 245px;
  height: 500px;
  margin: 0 9px 20px;
}

#csr-service-features p {
  position: relative;
  font-family: DinUltra, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  color: #000000;
  word-break: break-word;
  white-space: normal;
}

.csr-price-increase-status p, .csr-price-increase-status span {
  position: relative;
  font-family: DinUltra, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  color: #000000;
  word-break: break-word;
  white-space: normal;
}

#csr-service-features p strong, .csr-price-increase-status p strong {
  font-family: Din, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.csr-price-increase-status .sub-feature {
  vertical-align: top;
  display: inline-block;
  background: #fff;
  line-height: 21px;
  padding: 10px 18px;
  width: 40%;
  margin: 0 9px 20px;
}

.csr-price-increase-status .sub-feature-box {
  vertical-align: top;
  display: inline-block;
  background: #fff;
  box-shadow: -2px 2px 6px 0 rgba(0, 0, 0, .18);
  line-height: 21px;
  padding: 10px 18px;
  width: 40%;
  margin: 0 9px 20px;
}

.hide-promo-banners {
  display: none !important;
}


/* Out of stock for base station and keypad */
.out-of-stock-msg .learn-more-oos-link {
  text-decoration: underline;
  cursor: pointer;
}
.out-of-stock-msg .learn-more-oos-link:hover {
  text-decoration: none;
}
.core-components-oos-wrapper {
  position: relative;
}
.learn-more-oos-popup {
  z-index: 10;
  width: 248px;
  padding: 22px 30px;
  box-sizing: border-box;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #bfbec1;
  border-radius: 2px;
  font-family: Din, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #2B2F35;
  letter-spacing: 0;
  line-height: 18px;
  text-align: left;
  top: -140px;
}

.learn-more-oos-popup.learn-more-oos-mobile {
    font-size: 13px;
    padding: 60px 30px 45px 40px;
    top: -190px;
}

.learn-more-oos-popup .learn-about-oos-close {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
}



.guided-bms-link {
  display: inline-block !important;
}

.loading-spinner {
  animation: loading-spinner-rotate 2s ease-in-out infinite;
  z-index: 2;
  max-width: 25px;
  height: inherit;

  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.loading-spinner .path {
  stroke: white;
  /* stroke: transparent; */
  stroke-linecap: round;
  animation: loading-spinner-dash 1.5s ease-in-out infinite;
}

@keyframes loading-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading-spinner-dash {
  0% {
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 100;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 100;
    stroke-dashoffset: -124;
  }
}