
@font-face {
	font-family: 'Myriadpro';
	font-display: block;
	src: url('../fonts/Myriadpro-regular.woff2') format('woff'),
		 url('../fonts/Myriadpro-regular.woff') format('woff');
}

@font-face {
	font-family: 'Myriadpro-medium';
	font-display: block;
	src: url('../fonts/Myriadpro-semibold.woff2') format('woff2'),
		 url('../fonts/Myriadpro-semibold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Myriadpro-bold';
	font-display: block;
	src: url('../fonts/Myriadpro-bold.woff2') format('woff2'),
		 url('../fonts/Myriadpro-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FontAwesome';
	font-display: block;
	src: url('../fonts/fontawesome-webfont.woff2') format('woff2'),
	     url('../fonts/fontawesome-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Metropolis';
	font-display: block;
	src: url('../fonts/Metropolis-Bold.woff2') format('woff2'),
	     url('../fonts/Metropolis-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SF-Compact';
	font-display: block;
	src: url('../fonts/SFCompactText-Medium.woff2') format('woff2'),
	     url('../fonts/SFCompactText-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

*{
  margin: 0;
  padding: 0;
  outline: 0;
}

html,body{
	width: 100%;
	font-size:12px;
	min-height: 100%;
	color:#000;
	background:#fff;
	font-family: 'Myriadpro';
	-webkit-font-smoothing: antialiased;
}

body {
	overflow-x: hidden;
    letter-spacing: 1px;
	min-height:100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'Myriadpro';
	font-size: 13px;
}

.notfound h1{
	color: #ff5e2c !important;
	padding-top: 60px;
	font-family: 'Metropolis';
	font-size: 120px !important;
}

.notfound span{
	color: rgb(255, 94, 44);
	padding-top: 30px;
	text-align: center;
	width: 100%;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-family: 'Metropolis';
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: initial;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 382px;

  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 1px 1px;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -190px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip {
	opacity: 1;
}

a.tooltip {
	font-size: 16px;
	text-decoration: none;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltiptext img {
	max-width: 380px;
}

#tidio-chat {
	opacity: 0;
}

.member-left, .member-right {
	padding: 0px;
}

.member-right {
    padding-top: 10px;
}

.member-photo{
  text-align:center;
  padding-top: 15px;
}
.member-photo img{
  border-radius:50%;
  border:6px #ddded8 solid;
  max-width:200px;
  height:auto;
  margin-bottom:15px;
}

.member{
	border-bottom: 2px dotted #ddded8;
}

.member-name{
  font-size:20px;
  font-weight: 600;
  text-align:center;
}
.member-prof{
  font-size:14px;
  text-align:center;
  font-weight:600;
  color:#2385cc;
}
.member-info{
  text-align:justify;
  color:#777;
  padding-left: 15px;
}

.twocolumns {
	display: table;
}

.pageContent {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 80px;
	padding-bottom:0px;
}

#uitilitiesList, #uitilitiesList-forutilities, #uitilitiesListHowItWorks {
	padding-top:0px;
	padding-left: 0px;
	padding-right: 0px;
	max-width: 100%;
}

#uitilitiesList ul, #uitilitiesList-forutilities ul, #uitilitiesListHowItWorks ul {
	margin-left: 0px !important;
}

#subscription-list {
	padding-top: 0px !important;
}

#subscription-list ul{
	padding-left: 26px;
	padding-right: 26px;
}

.howItworksList {
	padding-top: 30px !important;
}

.closebtn {
	text-transform: uppercase;
}

.arrows {
	position: fixed;
	z-index: 2;
	bottom: 45px;
	right: 0px;
	/**/
	width: 80px;
	height: 80px;
	transform: translate(-50%, -50%);
	transform:scale(0.4);
}

.arrows:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-left: 26.6666666667px solid #3879B8;
	border-bottom: 26.6666666667px solid #3879B8;
	transform: translate(26.6666666667px, 106.6666666667px) rotate(-45deg);
	animation: arrows 3s linear infinite;
}

.arrows:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-left: 26.6666666667px solid #3879B8;
	border-bottom: 26.6666666667px solid #3879B8;
	transform: translate(53.3333333333px, 0px) rotate(-45deg);
	animation: arrows 3s linear infinite -1.5s;
}

@keyframes arrows {
  0% {
    border-left: 26.6666666667px solid rgba(255, 255, 255, 0);
    border-bottom: 26.6666666667px solid rgba(255, 255, 255, 0);
    transform: translate(-13.3333333333px, -53.3333333333px) rotate(-45deg);
  }
  10%,
  90% {
    border-left: 26.6666666667px solid rgba(255, 255, 255, 0);
    border-bottom: 26.6666666667px solid rgba(255, 255, 255, 0);
  }
  50% {
    border-left: 26.6666666667px solid #3879B8;
    border-bottom: 26.6666666667px solid #3879B8;
    transform: translate(-13.3333333333px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 26.6666666667px solid rgba(255, 255, 255, 0);
    border-bottom: 26.6666666667px solid rgba(255, 255, 255, 0);
    transform: translate(-13.3333333333px, 53.3333333333px) rotate(-45deg);
  }
}


.modal {
	z-index: 16000002;
}

.modal-header {
	border-bottom: none;
}

.modal-footer {
	border-top: none;
}

.modal-content {
	border-radius: 10px;
}

.close-modal {
	text-align: right;
    float: right;
    font-size: 32px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    line-height: 39px;
    margin-top: -14px;
    margin-right: -5px;
	background: none;
    border: none;
}

.modal-body {
	font-family: "Myriadpro";
	font-size: 18px;
	line-height: 28px;
}

.job-step {
	font-family: "Myriadpro";
	display: block;
	margin-bottom: 16px;
	padding-top: 16px;
}


.job-list {
	margin: 0% 16px;
}

.job-list li {
	line-height: 26px;
    margin-bottom: 10px;
}

.job p {
	line-height: 26px !important;
}

.btn-apply {
	text-decoration: none !important;
	min-width: 150px;
	text-align: center;
	font-family: "Myriadpro-bold";
}

.btn-apply:focus{
	color:#fff !important;
}

.btn.btn-lg.btn-apply:hover {
	color: #fff !important;
}

.pmlc {
	margin-left: 15px;
}

.mask {
	background: #fff;
	width:100%;
	height:100%;
	position:fixed;
	z-index:1000000000;
}

.pageOverlay {
	background: #000;
	opacity: 0.6;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1031;
	display: none;

}

#header {
    padding: 0px;
    height: calc(100vh - 110px);
}

.headerList {
	max-width: 600px;
	margin: 0;
}

.headerList a,visited, .shoppage-list a,visited {
	color: #000000;
	border-bottom: 1px rgba(0,0,0,0.4) dotted
}

.headerList a:hover, .shoppage-list a:hover {
	text-decoration: none;
	color: #000000 !important;
}

.headerList a:focus, .shoppage-list a:focus {
	text-decoration: none;
}

.logo {
	max-width: 190px;
	margin-left: 30px;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease-in-out;
}

.logo img {
	position: absolute;
	margin-top: 10px;
	max-width: 190px;
	width: auto;
	transition: all .1s easeInOutCirc;
}

.navtopwrapper {
	max-width: 1500px;
    margin: 0 auto;
}

#navbarPlaceholder {
	display: none;
	height: 110px;
	position: relative;
	width: 100%;
}

.shownavplaceholder {
	display: block !important;
}

#navbar {
	height: 120px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.navbar-fixed-top {
	background: #fff !important;
	transition: top 0.5s ease;
}

.pullUp {
	top: -140px;
}

.pullnavDown {
	height: 110px !important;
	top: 0px;
	transition: top 0.5s ease;
}

#navbar a,visited{
	font-family: "Myriadpro";
	font-size: 18px;
	color: #3879B8;
	line-height: 20px;
	padding: 0px;
    text-transform: uppercase;
	padding: 27px;
    padding-top: 15px;
    padding-bottom: 0;
	transition: all 0.2 ease-in-out;
}

#navbar a:hover{
	background: none;
}

#navbar a:active {
	background: none;
}

.navbar-nav {
	margin-top: 70px;
	margin-right: 40px;
}

.navbar-collapse {
	padding-right: 0px;
}

#navbar a.active:before{
	content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: -0.4rem;
    left: 25%;
	border-radius: 1px;
    border-bottom: 2px solid #3879B8;
}

.mobilemenu a.active:before{
	content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    bottom: 0rem;
    left: 15px;
	border-radius: 1px;
    border-bottom: 2px solid rgba(255,255,255,0.5);
}

.mobileSubmenu {
	display: none;
}

.showSubmenuMobile{
	display: block;
	padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.showSubmenuMobile li {
	position: relative;
}

.showSubmenuMobile li::before{
	font-family: 'FontAwesome';
	content: '\f111';
	color: rgba(255,255,255,0.25);
	font-size: 12px;
	position: absolute;
	left: 0px;
	top: 7px;
}

#navbartop {
	position: absolute;
	right: 80px;
	top: 10px;
}

#navbartop ul {
	list-style: none;
	margin-top: 0px !important;
}

#navbartop li {
	list-style: none;
	float:left;
}

#navbartop a,visited {
	font-size: 13px;
	color: #959595;
	font-family: "Myriadpro";
}

#navbartop a:hover{
	text-decoration: none;
	color: #757575;
}

.aboutSubmenu {
	position:absolute;
	z-index: 10;
	background:#3879B8;
	border-radius: 6px;
	margin-top: 0px;
	margin-left: -5px;
	top: 40px;
	display: none;
-webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
}

.carret {
	width: 100%;
	text-align: center;
	color: #3879B8;
	font-size: 16px;
	line-height: 8px;
	margin-top: -6px;
	position: absolute;
}

.aboutSubmenu-blue {
	background: rgba(123,157,189,1);
}

.aboutSubmenu ul{
	margin:0px;
	padding:0px;
}

.aboutSubmenu li{
	padding:0px;
	list-style:none;
	float:none;
}


.videoMoreInfo{
	padding-bottom:20px;
	position:relative;
	display: inline-block;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width:100%;
	height:50px;
	background:#fff;
	text-transform: uppercase;
	text-align: center;
}

.utlt-text {
	display: table;
	height: 400px;
}

.infop{
	position: relative;
    height: 40px;
    line-height: 15px;
    font-size: 16px;
    text-align: left;
    font-family: "Myriadpro-medium";
    display: block;
    width: 100%;
    text-align: center;
}

.videoMoreInfo a,visited{
	margin:0px auto;
	padding:0px;
	padding-top:20px;
	padding-bottom:0px;
	text-align: center;
	display: block;
	padding-left:20px;
}

.smallpdf{
	width:20px;
	height:20px;
	display:inline;
	background: url('../img/pdf.png') no-repeat top left;
	background-size: cover;
	margin-left:10px;
	margin-top:0px;
	position:absolute;
	left:0px;
	top:15px;
}


.videoBoxTitle{
  width: 96%;
	height:60px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 18px;
  display: block;
  color: rgba(0,0,0,0);
  background: rgba(0,0,0,0.04);
  border-radius: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 18px;
  letter-spacing: 1px;
  padding-top: 16px;
	padding-bottom: 16px;
	padding-left:10px;
	padding-right:10px;
	margin-left:2%;
	margin-top:20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  color: #2385cc;
  font-weight: 600;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.videoBox{
	padding-top:25px;
}

.videoBox a,visited{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	display: block;
	border: 0px;
	text-decoration: none;
	box-shadow: 0 0 0 #000;
	border-bottom: none !important;
}

.videoBox img{
	width:100%;
}


.jumbotron{
	margin:0px;
	padding:0px;
	position:relative;
	border-radius:0px;
	border-top:0px rgba(0, 0, 0, 0.1) solid;
	box-shadow: none;
	padding: 15px;
	min-height:120px;
	margin-top:30px;
	background: #fff !important;
}

.jp{
	display:inline-block;
	padding-left: 150px;
	text-align:justify;
	width: 100%; font-size:16px;
}

.pt-2 {
	padding-bottom: 20px
}

.pt-2 a,visited {
	font-size: 18px;
}

.jumbotron h2{

	font-size:18px;
	line-height:18px;
	text-align: center;
	background: rgba(0,0,0,0.03);
	padding:5px;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	margin-bottom:15px;
}

.jumbotron a,visited{
		color: #2385cc;
		font-weight:600;
}

.jumbotron a:hover{
	text-decoration: none;
}

.bl-products{
	background:#fff;
	margin-top:20px;
}

.bl-products img{
	max-width:250px;
	width:100%;
	height:auto;
	opacity:0.8;
	margin: 0 auto;
    display: block;
}

.bl-products img:hover{
	opacity:1;
}


.row {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 0;
    margin-bottom: 0;
	margin-right: 0px;
    margin-left: 0px;
}

.site-container{
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
}

.nopadding {
	padding-left: 0px;
	padding-right: 0px;
}

.collapse {
	display: none;
}

.hero {
	height: calc(100vh - 180px);
    width: 100%;
	vertical-align: middle;
    display: block;
}

.amazonalexa {
	width: 190px;
	position: absolute;
	bottom: -30px;
	left: 30px;
	z-index: 1;
}

.bli {
	position: absolute;
	right: 15px;
	bottom: -60px;
	z-index: 1;
	font-size: 16px;
}

.bli img {

	width: 130px;
	height: 96.4px;
}

.shopify-buy__cart-toggle {
	background-color: #333 !important;
}

.bli span {
	font-family: "Myriadpro";
    font-weight: 600;
    color: #3879B8;
    line-height: 20px;
    padding: 0px;
	padding-right: 0px;
	position:relative;
	font-size: 16px;
	top: 26px;
    text-transform: uppercase;
}

.hero img{
	margin: auto;
	width: 100%;
	max-width: 668px;
	position:absolute;
  top: 60px;
	left: 0px;
  bottom:0;
  margin:auto;
}

#headerContent {
	height: calc(100vh - 180px);
    width: 100%;
    vertical-align: middle;
    display: block;
}

#headerText {
	position: absolute;
	top: calc(50% - 260px);
  right: 0;
  bottom: 0;
  margin: auto;
}

.pr {
	position: relative !important;
}

#headerText ul {
	display: inline-block;
	margin-left: 10px;
}

#headerText li {
	font-size: 18px;
	list-style: none;
	margin-top: 6px;
	padding-left: 40px;
	font-family: "Myriadpro";
	color:#000000;
}

#headerText .bullet{
	display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
	left: 25px;
	margin-top: 6px;
    background: #3879B8;
    border-radius: 50%;
}

.pr .bullet {
	left: 0px !important;
}

.pr li {
	padding-left: 15px !important;
}

.statusLine {
	position: fixed;
	padding:15px;
	background: rgba(0,0,0,0.85);
	box-shadow: 0px -2px 8px rgba(0,0,0,0.8);
	bottom:0px;
	display: block;
	width: 100%;
	z-index: 100;
	text-align: center;
	text-transform: uppercase;
	color:#fff;
	font-weight: bold;
	font-size:10px;
}

.statusLine a,visited {
	font-family: "Myriadpro-bold";
}

.theContent img{
	float: left;
  width: 100% !important;
	height: 100% !important;
}

.blog-content ul {
	margin-left: 30px !important;
}

.blog-content ol {
	margin-left: 30px !important;
}

.blog-content ol li {
	color:#000000;
	list-style: inherit;
}

.blog-content ul li::before {
	display: inline-block;
	content: " ";
	width: 12px;
	height: 12px;
	position: absolute;
	left: 20px;
	margin-top: 7px;
	background: #3879B8;
	border-radius: 50%;
}

.blog-content p {
	padding-top:15px !important;
	padding-bottom: 15px !important;
}

.blog-content a,visited {
	border-bottom: 1px #3879B8 dotted;
}

.blog-content a:hover{
	text-decoration: none;
	background: #3879B8;
	color:#fff !important;
}

.howitworksbtn a:hover {
	color: #fff !important;
}

table {
	background-color: #fff;
	width: 100%;
}

th, td {
  font-weight: unset;
  padding-right: 10px;
}

.blog-content table th {
  padding-top: 18px;
  padding-bottom: 18px;
}

.blog-content table td {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.blog-content table {
  max-height: 585px;
  overflow: auto;
}

.blog-content table th {
  font-family: Lato-Bold;
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
}

.blog-content table td {
  font-size: 15px;
  color: #808080;
  line-height: 1.4;
}

.blog-content table tr:nth-child(even) {
  background-color: #f8f6ff;
}

.blog-content h1, h2, h3{
	font-size: 24px;
}

.pl-0, .pr-0 {
	padding: 0px;
	margin-top: 30px;
}

.blog-btn {
	width: 150px;
	font-size: 10px;
	font-family: "Myriadpro-bold";
	background: #fff;
	color:#2962a0;
	border-color: #2962a0;
}

.blog-btn:hover{
	color: #fff !important;
	background: #2962a0;
	border-color: #2962a0;
}

.blogRight {
	padding-right: 0px;
	margin-top: 95px;
}

.card {
	padding: 20px 30px;
	margin-bottom: 30px;
	border: 1px #f2eeee solid;
	border-radius: 6px;
	margin-top: 10px;
	-webkit-box-shadow: 0 4px 10px 2px rgba(0,0,0,0.05);
	   -moz-box-shadow: 0 4px 10px 2px rgba(0,0,0,0.05);
	        box-shadow: 0 4px 10px 2px rgba(0,0,0,0.05);
}

.card-title {
	color:#ed683e;
	font-size: 18px;
	font-family: "Myriadpro-bold";
	letter-spacing: 0px;
}

.blog-categories {
	margin-left: 0px !important;
}

.blog-categories li {
	font-size: 14px !important;
	line-height: 32px;
}

.blog-categories a,visited {
	color: #000 !important;
}

.blog-recent-posts {
	margin-left: 0px !important;
	margin-top: 10px;
	width: 100%;
}

.blog-recent-posts li {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
}

.blog-recent-img {
	width:70px;
	height:70px;
	display:inline-block;
}

.blog-recent-posts a,visited{
	opacity: 0.8;
	display: block;
	letter-spacing: 1px;
	transition: all 0.2s ease-in-out;
}

.blog-recent-posts a:hover {
	opacity: 1;
}

.recent-blog-title {
	display: inline-block;
    float: right;
    text-align: left;
    width: calc(100% - 80px);
	color:#010101;
	font-size: 14px;
	line-height: 18px;
	margin-top: -2px;
}

.blog-categories .post-count, a.nextBtn, a.prevBtn, span.prevBtn, span.nextBtn {
	background: #eaeaea;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	font-family: sans-serif;
	font-size: 10px;
	margin-right: 4px;
	padding-left:2px;
}

span.nextBtn a,visited, span.prevBtn a,visited{
	color: #000 !important;
	display: block;
}

span.prevBtn {
	opacity: 0.5;
}

a.nextBtn, a.prevBtn {
	color: #000;
}

a.nextBtn:hover, a.prevBtn:hover{
	color:#000 !important;
}

.cardRecent {
	position: relative;
}

.prev-next {
	position: absolute;
	top: 30px;
	right: 20px;
}

.social ul{
	margin: 0 auto;
}

.social li a,visited {
	color: rgba(255,255,255,1);
    background: #b2b2b2;
    height: 46px;
    width: 46px;
    text-align: center;
    display: block;
    border-radius: 50%;
    font-size: 20px;
    padding-top: 8px;
	padding-left: 2px;
	border: 4px #f1f1f1 solid;
	box-shadow: 0px 0px 0px 1px #e8e7e7;
	transition: all 0.2s ease-in-out;
}

.social li a:hover{
	color: #b2b2b2;
	background: #fff;
}

ul.social {
	display: table !important;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	margin-left:0px !important;
	padding-bottom: 30px !important;
}

.social li {
	margin: 0px 2%;
	display: inline-block;
}
.socialCard {
	padding:0px 0px !important;
}

.socialCard-top {
	display: none;
}
.socialTitle {
	padding: 20px 30px;
}

.blog-showcase {
	margin-top: 30px;
	transition: all 0.2s ease-in-out;
	padding-left:0px;
	padding-right:0px;
}

.blog-showcase-box {
	width: 100%;
    height: 360px;
	border-radius: 6px;
	transition: all 0.2s ease-in-out;
}

.blog-showcase-box:hover{
	cursor: pointer;
}

.blog-showcase a,visited{
	display: block;
	margin: 12px 0px;
	background: #d0dded;
	padding-left: 5px;
	/* padding: 0px; */
	padding-right: 5px;
	padding-top: 5px;
	border-radius: 10px;
	transition: all 0.2s ease-in-out;
}

.blog-showcase a:hover .blog-showcase-box-title{
	transition: all 0.2s ease-in-out;
	bottom: 48px;
}

.blog-showcase a:hover .blog-showcase-category, .blog-showcase a:hover .blog-showcase-date {
	bottom: 18px;
}

.blog-showcase-mask {
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	transition: all 0.2s ease-in-out;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.4) 70%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.4) 70%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.4) 70%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.blog-showcase-box-title {
	position: absolute;
	z-index: 2;
	font-family: "Myriadpro-bold";
	font-size: 20px;
	line-height: 24px;
	bottom: 40px;
	padding:15px;
	padding-bottom: 0px;
	color: #fff;
	letter-spacing: 0px;
	transition: all 0.2s ease-in-out;
}

.blog-showcase-category {
	position: absolute;
	z-index: 2;
	font-family: "Myriadpro";
	font-size:12px;
	color: rgba(255,255,255,0.7);
	bottom: 60px;
	bottom: 10px;
    left: 15px;
	transition: all 0.2s ease-in-out;
}

.blog-showcase-date {
	position: absolute;
	z-index: 2;
	font-family: "Myriadpro";
	font-size:12px;
	color: rgba(255,255,255,0.7);
	bottom: 60px;
	bottom: 10px;
    right: 15px;
	transition: all 0.2s ease-in-out;
}

.loadMore {
	top: 30px;
	width: 100%;
	max-width: 275px;
	margin: 0 auto;
	position: relative;
}

.loadMore a:hover{
	color:#fff !important;
}

#lmbtn2 {
	font-weight: normal;
	font-family: 'Metropolis';
	text-align: center;
	text-decoration: underline;
}

.headerText1 h1, .headerText2 h1{
	font-family: "SF-Compact";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 37px;
	color: #3879B8;
	line-height: 35px;
	padding-left: 25px;
	position: relative;
	z-index: 1;
}

.secondTitle {
	padding-left: 22px;
  font-size: 22px !important;
  text-transform: uppercase;
  font-family: "Myriadpro";
  margin-bottom: 20px;
}

.slogan {
	color:#829f33;
	font-family: "SF-Compact";
	font-weight: bold;
	letter-spacing: 0;
}

.slogan i{
	color:#808080;
}

.newsslogan {
	padding-left: 0px;
	padding-top: 0px !important;
	margin-top: 30px !important;
	margin-bottom: 30px;
}

.stamp {
	width: 200px;
	height: 200px;
	position: absolute;
	top:-20%;
	right: -30px;
	z-index: 0;
}

.stamp img{
	height: 100%;
	width: 100%;
	transition: all 0.15s ease-in-out;
}

.promo-code {
	font-family: "Myriadpro-medium";
	font-size: 27px;
	margin-top: 30px;
    display: block;
}

.promo-code i{
	font-family: "Myriadpro-medium";

}

.offer-expire {
	font-family: "Myriadpro";
	color:#000000;
}

.promoButton {
	text-decoration: none !important;
}

.headerbtn.promoButton:hover{
	color:#fff !important;
}

.headerText2 h1 {
	font-family: "Myriadpro-bold";
	font-style: oblique;
    color: rgba(0,0,0,0.4);
    font-size: 18px;
    line-height: 22px;
    margin-top: 30px;
	position: relative;
	z-index: 2;
}

.btnSection {
	padding-top: 30px;
	padding-bottom: 30px;
}

.infoPage {
	margin-top: 0px;
	margin-bottom: 60px;
	padding: 80px;
	padding-top:60px;
	padding-bottom: 0px;
}

.infoPage p {
	padding-top: 30px;
    padding-right: 15px;
    font-size: 18px;
    font-family: "Myriadpro";
    line-height: auto;
    color: #000000;
}

.infoPage p.bigger {
	color: #000;
	font-size: 20px;
	padding: 30px;
	padding-left: 0px;
	margin-top: 10px;
}

.reportinfo {
  padding-top: 0px;
  margin-top: 15px;
	margin-bottom: 30px;
}

.diytext {
	padding: 0px;
}

.diytext p {
	text-align: left;
}

.dottedTop {
	    margin-top: 30px;
	border-top: 2px #ddded8 dotted
}

.featureDetails {
	display: block;
	position: relative;
	max-width: 2500px;
	padding: 0px;
}

.infoPageImg {
	text-align: center;
	display: block;
}

.infoPageImg img{
	max-width: 600px;
	width: 100%;
}

.productsection-diy img {
	max-width: 400px;
}

.diyimg img{
	max-width: 427px;
	display: block;
	margin: 0 auto;
}

.infoPage h2{
	padding-top:0px;
}

.member-info p {
	padding-top: 15px;
	padding-bottom: 30px;
}

.infoPage h1 {
	font-family: "Myriadpro-bold";
	text-transform: uppercase;
	font-size: 28px;
	color: #3879B8;
	line-height: 28px;
	text-align: left;
	margin-top: 30px;
}

.storeTitle {
	font-size: 3rem;
}

.indexInfoPage h1 {
	text-align: center;
}

.infoPage ul {
	display: inline-block;
	margin-left: 10px;
}

.ml-0 {
	margin-left: 0px !important;
}

.flex-viewport ul {
	margin-left: 0px;
}

.utlt-text ul{
	display: table-cell;
	vertical-align: middle;
}

.infoPage li {
	font-size: 18px;
	list-style: none;
}

.infoPage .bullet {
	display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 12px;
    background: #3879B8;
    border-radius: 50%;
}

.heroImg img {
	width: 100%;
	height: auto;
}

.infoPage a:hover{
	color:#3879B8;
}

#uitilitiesList a:hover, #uitilitiesList-forutilities a:hover, #uitilitiesListHowItWorks a:hover {
	color:#3879B8 !important;
}

.utlts {
	margin-top: 60px;
}

#getbtn a,visited, #buybtn a,visited{
	height: 40px;
	margin-top: 15px;
	font-family: "Myriadpro";
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	background: #3879B8;
	border: none;
	border-radius: 8px;
	padding: 12px !important;
	width: 100%;
	color: #fff !important;
	transition: all .3s ease-in-out;
}

#buybtn {
	padding-right: 15px;
}

#buybtn a,visited{
	font-size: 16px;
	background: #ff5e2c !important;
	width: 170px;
}


#getbtn a:hover{
	cursor: pointer;
	background: #346ead;
}

#buybtn a:hover{
	cursor: pointer;
	background:#ff5e2c;
}

#buybtn a:active{
	background:#ff5e2c !important;
}

.diybtn a:hover{
	color:#fff !important;
}

.headerbtn {
	height: 50px;
	font-family: "Myriadpro-bold";
	line-height:34px;
	font-size: 18px;
	background: #ff5e2c;
	color: #fff;
	border:none;
	border-radius: 8px;
	padding: 10px 0px;
	width: 100%;
	letter-spacing: 0;
	transition: all .3s ease-in-out;
}

.headerbtn:hover{
	cursor: pointer;
	background: #db4517;
	color: #fff;
}

.headerbtn:focus {
	color: #fff;
}

.product-info-btn a,visited{
	margin-top: 15px;
	max-width: 50%;
}

#headerText p {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 25px;
	font-size: 18px;
	font-family: "Myriadpro";
	line-height: auto;
	color: #000000;
}

#smallerText p, #smallerText li {
	font-size: 18px;
}


.reg {
	font-family: "Myriadpro-bold";
	font-size: 12px;
	font-weight: bold;
	line-height: 1px;
	padding-top: -15px;
	position: relative;
	top: -6px;
}

.mobilemenu {
	display:none;
}

#navt{
	transition:all 0.3s ease-in-out;
	position:absolute;
	top: 0px;
	z-index:10001;
	right: 0px;
	display: none;
}

#nav-toggle { position: absolute; right: 30px; top: 40px; }

#nav-toggle { padding: 10px 35px 16px 0px; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #3879B8;
	position: absolute;
	display: block;
	content: '';
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	transition: all 500ms ease-in-out;
}

#nav-toggle.active span {
	background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
	background: #fff;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
}

#navbar .aboutSubmenu a,visited{
	width: auto;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 6px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-radius: 6px;
}

#navbar .aboutSubmenu a:hover{
	background-color:#4f91d8;
	text-decoration: none;
}

.aboutSubmenu-blue a,visited{
	color:rgba(255,255,255,1);
}

.aboutSubmenu-blue a:hover{
	background:rgba(255,255,255,0.1);
}

.emptyMenuItem {
	font-size: 1.4em;
	padding: 3px 5px;
	line-height: 25px;
	display: block;
	color: #fff;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

.mobilemenu{
	display:inline-block;
	position: fixed;
	float:right;
	right:0px;
	z-index:1032;
	width:0px;
	height:100%;
	transition:all .3s ease-in-out;
	margin-right:0px;
	background: #337ab7;
}

.page{
	display:inline-block;
	float:left;
	width:100%;
	margin-left:0px;
	margin-top:0px;
	display:block;
	margin-top:0px;
	transition:all .3s ease-in-out;
}

.mactive{
	width:210px;
	box-shadow: 1px 0px 5px rgba(0,0,0,0.7);
	transition:all .3s ease-in-out;
}

.pactive{
	margin-left:-200px;
	transition:all .3s ease-in-out;
}

.mobilemenu h2{
	color:#fff;
	font-family: "Myriadpro-bold";
	font-size: 18px;
	text-align:center;
}

.mobilemenu ul{
	margin-top: 30px;
	list-style:none;
	opacity: 0;
}
.mobilemenu li{
	width:100%;
	text-align:left;
	padding-left: 0px;
}

.mobilemenu a,visited{
	font-size: 1.4em;
	padding: 3px 5px;
	padding-left: 15px;
	line-height: 25px;
	display: block;
	color: #fff;
	transition:all 0.3s ease-in-out;
	text-decoration: none;
	position: relative;
}

.mobilemenu a:hover{
	color:#fff;
}

#hamburgerMenu {
	display: block;
}

.show {
	opacity: 1;
	display: block !important;
}

.modal-backdrop.fade.show {
	opacity: 0.25;
}

footer {
	background:#3879B8;
	color: #fff;
}

footer h6 strong {
	position: relative;
	line-height: 26px;
	font-family: "Myriadpro-bold";
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

footer hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

footer a,visited{
	color: rgba(255,255,255,1);
	font-weight: bold;
}

a:hover {
	color:#fff;
	cursor: pointer;
}

footer p {
	font-weight: bold;
}

.footer-copyright {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	padding-top:15px;
	padding-bottom:15px;
	font-family: "Myriadpro";
}

.primary-color {
	background: #2962a0!important;
	color: #fff;
	height: 45px;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Myriadpro-bold";
}

.primary-color h6 {
	padding-top: 18px;
  line-height: 12px;
  font-size: 12px;
  margin: 0;
}

.footlogos {
	position: absolute;
	left: 15px;
	font-size: 12px;
	line-height: 12px;
	padding-top: 18px;
}

.abovefoot {
	font-size: 12px;
	line-height: 12px;
	padding-top: 12px;
	display: none;
	border-bottom: 1px rgba(255,255,255,0.1) solid;
}

.abovefoot img {
	height: 25px;
  width: auto;
}

.abovefoot a,visited {
	top: -3px;
	position: relative;
	opacity: 0.8;
	left: 10px;
}

.footlogos a,visited {
	opacity: 0.8;
}

.footlogos a:hover, .abovefoot a:hover {
	opacity: 1;
}

.footlogos img {
	height: 25px;
	width: auto;
	height: 25px;
  width: auto;
  position: absolute;
  top: 8px;
  left: 130px;
}

.socialicons {
	padding-top: 3px;
	line-height: 40px;
	text-align: right;
}

.socialicons h6{
	display: inline;
}

.socialicons h6::after {
	content: "Get connected with us on social networks";
}

.socialRow {
	padding-left: 0px;
	padding-right: 0px;
}

.socialList {
	display: inline;
	padding-left: 15px;
	top: 3px;
	position: relative;
}

.socialList a,visited {
	opacity: 0.8;
	padding-right: 10px;
	transition: all 0.3 ease-in-out;
}

.socialList a:hover {
	opacity: 1;
}

.footline {
	width: 100%;
	border-color: rgba(255,255,255,0.6);
}

.footer-about {
	text-align: left;
	font-size: 14px;
}

.footer-contacts {
	text-align: right;
	font-size: 14px;
}

.about-footer-title {
	text-align: left;
}

.contacts-footer-title {
	text-align: right;
}

.primary-color a,visited {
	color:#fff;
}

.page-footer a:hover{
	text-decoration: none;
}

.page-footer a:focus {
	color:#fff;
	text-decoration: none;
}

a:hover{
	cursor: pointer !important;
}

#navbar a:focus {
	background:#fff;
}

#navbartop a:focus {
	background: #346ead;
}

.specialLink {
	margin-top: 15px;
	margin-left: 0px;
	background:#3879B8;
	font-family: "Myriadpro-bold";
}

.specialLink a,visited{
	line-height: 42px;
}

.breadcrumb {
	background: #f9f9f9;
	margin-top: 60px;
	font-family: "Myriadpro-bold";
}

.breadcrumb-item {
	font-size: 12px !important;
}

.breadcrumb > .active {
	text-transform: uppercase;
}

.mtp {
	margin-top: 15px;
}

section {
	padding-top: 60px;
	padding-bottom: 60px;
	border-top: 2px #ddded8 dotted;
	position: relative;
	padding-bottom: 60px;
}

section:nth-child(1) {
	border-top: none;
}

#realtime-section .product-info-btn a,visited, #alerts-section .product-info-btn a,visited, #research-section .product-info-btn a,visited  {
	float:left;
}

#realtime-section img, #appliances-section img, #alerts-section img, #reports-section img, #diy-section img, #research-section img {
	width: 100%;
	height: auto;
}

#realtime-section .bullet, #appliances-section .bullet, #alerts-section .bullet, #reports-section .bullet, #diy-section .bullet, #research-section .bullet {
	margin-top: -3px;
}

.pageContent h1{
	font-family: "Myriadpro-bold";
    text-transform: uppercase;
	font-size: 26px;
	line-height: 24px;
    color: #3879B8;
	margin-top: 0px;
}

.pageContent h2{
	color: #3879B8;
	display: none;
	text-align: center;
	font-family: "Myriadpro-bold";
	text-transform: uppercase;
}

.alternativeDiv {
	display:none;
}

.pageContent ul {
	margin-top:15px;
	margin-left:0px;
}

.pageContent .bullet {
    display: inline-block;
	position: absolute;
	top: 8px;
	left: 0px;
    width: 12px;
    height: 12px;
    margin-right: 12px;
    background: #3879B8;
    border-radius: 50%;
}

.pageContent li {
	list-style: none;
	font-size: 18px;
	position:relative;
	padding-left: 25px;
	margin-top:6px;
	color:#000000;
}

#uitilitiesList .bullet, #uitilitiesList-forutilities .bullet, #uitilitiesListHowItWorks .bullet {
	margin-top: -3px;
}

#uitilitiesList li, #uitilitiesList-forutilities li, #uitilitiesListHowItWorks li{
	padding-left: 45px;
}

#uitilitiesList li, #uitilitiesListHowItWorks li {
	padding-left: 25px;
}

.videoBox {
	max-width: 750px;
	margin: 0 auto;

}

.videoBox .img-top {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
	cursor: pointer;
}

.videoBox:hover .img-top {
    display: inline;
	cursor: pointer;
}

.videoSub {
	max-width: 750px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.videoSub p {
	padding-top: 15px;
	font-size: 18px;
	line-height: 18px;
	line-height: 24px;
	text-align: justify;
}

#newsdate{
	font-size:18px;
	font-weight:400;
	line-height: 28px;
	background:#9cb6d0;
	color:#fff;
	width: 105px;
	height: 105px;
	border-radius: 10px;
	border:1px #7398bb solid;
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-left: 0px;
	margin-top: -7px;
}

#newsdate a,visited{
	font-size: 15px;
	color:#fff;
	display: block;
	text-align: center;
}

.newsrow{
	padding-left: 30px;
	padding-right: 30px;
}

.formError {
	padding: 10px !important;
}


.news-date-month {
	font-size:20px; display:block; padding-top:0px;
text-shadow: 0 1px 0 #ccc,
		   0 2px 0 rgba(0,0,0,0.1),
		   0 3px 0 rgba(0,0,0,0.08),
		   0 4px 0 rgba(0,0,0,0.06),
		   0 5px 0 rgba(0,0,0,0.04);
}

.news-date-number {
	font-size:30px; display:block; padding-top: 4px;
}

.news-date-year {
	bottom:0px; position:absolute; text-align: center; left: 50%; width: 105px; margin-left: -52px;
	background: rgba(0,0,0,0.1);

}

.newsTitle {
	font-size:18px;
	font-weight:400;
	line-height: 28px;
	color:#2385cc;
	padding-top: 10px;
	padding-bottom: 14px;
	padding-left: 30px;
	font-weight:400;
	display: flex;
	align-items:flex-end;
	text-align: left;
	bottom:0px;
	margin-bottom:0px;
	margin:0px;
	padding: 0px;
}

.newsdate{
	font-size: 15px;
	text-align:center;
	max-width: 800px;
	margin: 0 auto;
}

.bli-blue a{
	line-height:20px;
	text-decoration: none;
	border:none;
}

.bli-news a,visited{
 	font-size:18px;
 	font-weight:400;
 	color:#2385cc;
 	padding-top: 10px;
 	padding-bottom: 14px;
 	font-weight:400;
 	display: flex;
 	align-items:flex-end;
 	bottom:0px;
 	margin-bottom:0px;
}

.bli-news-shaded a,visited{
	font-size:18px;
	font-weight:400;
	color:#2385cc;
	padding-top: 12px;
	padding-bottom: 14px;
	font-weight:400;
	display: flex;
	align-items:flex-end;
	bottom:0px;
	margin-bottom:0px;
	line-height: 22px;
	letter-spacing: 1px
}

.bli-news{
	margin-bottom:0px;
	padding:0px 0px;
	padding-bottom:0px;
	max-height: 90px;
}

.bli-news-shaded {
    height: 120px;
}

.theStore {
	margin-top: 60px;
}

.theStore img {
	max-width: 1000px;
	height: 100%;
	position: relative;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
.product-contents {
	cursor: pointer;
}

.product-contents a:hover {
	cursor: pointer;
}

.product-contents img{
	width:100%;
	height:auto;
}

.product-contents span {
	display: none;
	color: rgba(0,0,0,0.3);
}

.product-contents:hover span {
	display: block;
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

.ortext {
	font-size: 18px;
	color: #000000;
	padding:0px;
	padding-top: 30px;
	font-family: "Myriadpro-medium";
}

#product-component-01123209142{
	float:left;
}

.shipping {
	margin-top: 30px;
	display: block;
	font-size: 16px;
	font-family: "Myriadpro-medium";
}

.offprice {
	color: red;
	font-size: 2.2rem;
	line-height: 2.5rem;
	font-weight: bold;
}

.shop-price p{
	font-family: "Metropolis";
	font-size: 32px;
	padding-top: 15px;
}

.shop-compatibility {
	padding-top: 0px !important;
}

.banner {
	background: #FF5E2B;
	margin: 0;
	padding: 0;
	text-align: center;
	padding: 10px;
	padding-top: 20px;
}

.banner span {
  font-size: 30px;
	color: #fff;
	font-family: "Myriadpro";
	text-transform: uppercase;
}

.smallbanner {
	font-size: 20px;
	line-height: 20px;
	padding: 5px;
	padding-top: 5px;
	margin-top: 40px;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
  padding-top: 10px;
}

.smallbanner span {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

.shop-return, .shop-warranty {
	text-align: center;
	width: 201.17px;
	text-transform: uppercase;
	margin-top: 5px;
}

.shop-warranty {
	margin-top: 10px;
}

.shop-subscription {
	margin-top: 0px;
}

.shop-compatibility a,visited, .shop-return a,visited, .shop-subscription a,visited, .shop-warranty a, visited{
	text-decoration: underline;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0;
}
.shop-return a,visited, .shop-subscription a,visited {
	font-weight: normal;
	font-family: 'Metropolis';
}

.amazonBtn p{
	padding-right:0px;
	padding-top: 10px;
	font-size: 14px;
	text-align:left;
}

#ssh {
	margin-left: 8%;
	margin-right: 8%;
}

#ffhh4 a,visited{
	cursor: pointer;
	position: relative;
	background: rgba(0,0,0,0.04);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	margin-top: -1px;
	padding-top: 20px;
}

#ffhh4 a:hover{
	cursor: pointer;
	padding-top: 20px;
}
.btnsShop {
	max-width: 500px;
}

.flag {
	width: 45px;
    display: inline-block;
}

.formError {
	line-height: 0px;
    padding: 0px;
    padding-top: 14px;
    margin: 0px;
    font-size: 14px;
    height: 14px;
}

#uitilitiesList a:hover, #uitilitiesList-forutilities a:hover, #uitilitiesListHowItWorks a:hover {
	color:#337ab7;
}

[type="checkbox"][class*='filled-in']:checked + label:after {
	top:0px;
}

[type="radio"] + label, [type="checkbox"] + label {
	padding-right: 15px;
	text-align: left;
}

[type="checkbox"][class*='filled-in']:not(:checked) + label:after {
	border-color: rgba(0,0,0,0.5) !important;
}

.reviews{
  margin:0px;
  padding-top:0px;
  background: #fff;
  margin-bottom:0px;
  border-top: 0px;
      margin-top: 140px;
}

.cd-testimonials-wrapper {
  position: relative;
  width: 90%;
  max-width: 768px;
  height: 350px;
  background-color: #333;
  margin: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1;
    padding-bottom: 10px;
	margin: 0 auto;
	margin-top:0px;
	margin-bottom: 60px;
}

.cd-testimonials-wrapper:first-of-type {
  background-color: #fff;
  background-color: #fff;
}

.cd-testimonials-wrapper::after {
display:none;
}

.fontUp{
	position: relative;
	top:-4px;
}

.fontUp1{
	position: relative;
	top:-3px;
	font-size:0.9em;
}

.cd-testimonials {
  color: #000;
  text-align: center;
}

.cd-testimonials:after {
  content: "";
  display: table;
  clear: both;
}

.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}

.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}

.cd-testimonials p {
	margin-bottom: 1em;
	padding: 0 8px;
	font-size: 18px;
	padding: 0px 16px;
	font-family: "Myriadpro";
	line-height: auto;
	text-align: center;
	color: #000000;
}

.cd-author ul{
  list-style:none;
  font-size: 18px;
}
.author-name{
  font-size: 18px;
  font-family: "Myriadpro-medium";
  color: #3879B8;
}

.cd-author img, .cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle;
  margin-top:15px;
}

.cd-author .cd-author-info {
  text-align: left;
  line-height: 1.2;
}

.cd-author .cd-author-info li:first-child {
  font-size: 16px;
}

.cd-author .cd-author-info li:last-child {
	font-size: 16px;
	color: #000;
}

.flex-direction-nav li {
	position: absolute;
	height: 100%;
	width: 40px;
	top: 0px;
	list-style:none;
}

.flex-direction-nav li:first-child {
	margin-left:-6px;
	list-style:none;
	left: 0;
}

.flex-direction-nav li:last-child {
	right: 0;
	top: 0px;
}

.flex-direction-nav li a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.no-touch .flex-direction-nav li a:hover {
  background-color: rgba(37, 37, 37, 0.1);
}

.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 15px;
  background-color: #8cade2;
}

.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}

.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}

.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}

.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}

#reviewform input[type=text]{
	height:50px;
	font-size: 18px;
  color: #4074a1;
	background: rgba(255,255,255,0.8);
	margin-bottom:14px;
	border:2px #a4bdd6 solid;
	padding:12px;
}

#reviewform input[type=email]{
	height:50px;
	font-size: 18px;
  color: #4074a1;
	background: rgba(255,255,255,0.8);
	margin-bottom:14px;
	border:2px #a4bdd6 solid;
	padding:12px;
}

#reviewform textarea{
	height:240px;
	font-size: 18px;
	color: #4074a1;
	background: rgba(255,255,255,0.8);
	margin-bottom:14px;
	border:2px #a4bdd6 solid;
	padding:12px;
	}



[id*="flat-slider"].ui-slider .ui-slider-handle .ui-slider-tip:after {
  border-left-color: #434d5a;
}

[id*="flat-slider"].ui-slider .ui-slider-handle.ui-state-hover,
[id*="flat-slider"].ui-slider .ui-slider-handle.ui-state-focus,
[id*="flat-slider"].ui-slider .ui-slider-handle.ui-state-active {
  border-color: white;
}
#flat-slider-vertical-3{
	margin:0 auto;
	margin-top:44px;
}
#flat-slider-vertical-4{
	margin:0 auto;
	margin-top:44px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background: #4074a1;
    border-radius: 50%;
    width: 2.2em;
    height: 2.2em;
    top: -.8em;
}
.ui-slider-pips .ui-slider-pip{
	display: none;
}

.ui-slider-horizontal .ui-slider-range-min{
	background:#a4bdd6;
}

#reviewProgress{

}

.progress {
	opacity: 0;
	max-width:300px;
	margin:0 auto;
  	padding: 4px;
  	background: rgba(0, 0, 0, 0.05);
  	border-radius: 6px;
  	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar {
  height: 16px;
  border-radius: 4px;
	margin-left:0px;
	margin-top:-2px;
	width:0%;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
  background:#3879B8;
}

.br-theme-fontawesome-stars .br-widget a:after {
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
}

#onestarrevirew{
	position: absolute;
    left: 0px;
    top: 0px;
    color: rgba(0,0,0,0.5);
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    width: 120px;
    display: block;
	letter-spacing: 0px;
}

#fivestarreview{
	position: absolute;
    right: 20px;
    top: 0px;
    color: rgba(0,0,0,0.5);
    font-weight: bold;
    text-transform: uppercase;
    width: 120px;
    text-align: right;
	letter-spacing: 0px;
}

#onestarrevirew-final{
	position: absolute;
    left: 0px;
    top: 0px;
    color: rgba(0,0,0,0.5);
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    width: 120px;
    display: block;
	letter-spacing: 0px;
}

#fivestarreview-final{
	position: absolute;
    right: 20px;
    top: 0px;
    color: rgba(0,0,0,0.5);
    font-weight: bold;
    text-transform: uppercase;
    width: 120px;
    text-align: right;
	letter-spacing: 0px;
}

.headerbtn:hover{
	color:#fff !important;
}


.largeReview {
	line-height: 1.2em !important;
	padding:15px;
	padding-left:0px;
	margin-top:0px !important;

}

.br-theme-fontawesome-stars .br-widget {
    height: 28px;
    max-width: 100%;
    position: relative;
    left: 0;
    margin-left: 8px;
	z-index: 3;
}

#checkboxContact{
	position:absolute;
	margin:0 auto;
	margin-top:46px;
	width:100%;
}

#jText{
	max-width:800px;
	margin: 0 auto;
	padding: 22px;
	text-align: left;
	color: #fff;
	letter-spacing: normal;
	padding-right: 40px;
}

#jText p{
	color:#fff;
}

#jText a,visited{
	color:#fff;

}

.s11{
	font-size: 20px;
	padding-bottom: 8px;
	text-transform: uppercase;
	text-shadow: 0px 2px 0px rgba(22,75,121,0.6), 0px -1px 0px rgba(0,0,0,.2)
}

.q-btn{
	margin-top: -60px;
}

.reviewPage p{
	padding:0px !important;

}

.rate-labels{
	max-width:410px;
	position:relative;
	z-index:2;
	height:40px;
	margin:0 auto;
	top:-18px;
}

.blogrow {
	padding-left: 0px;
	padding-right: 0px;
}

.blogrow h1{
	font-family: "Myriadpro-bold";
}

.blogbreadcrumb {
	margin-top: 20px;
}

.blog-date {
	color:#777;
	font-family: "Myriadpro-medium";
	font-size: 12px;
	padding-top: 10px;
}

.blog-date::before{
	font-family: FontAwesome;
	content:"\f073";
	font-size: 12px;
	color:#777;
	padding-right: 4px;
}

.blog-content {
	padding-top: 20px;
}

.blog-content img{
	width:100%;
	height: auto;
	margin-bottom: 15px;
}

.blog-tabs {
	text-align: center;
}

.blog-tabs ul{
	margin:0px;
	margin-top: 30px;
}

.blog-tabs .nav-pills > li {
	margin-left: 7px;
	margin-right: 7px;
}

.blog-tabs .nav-pills > li > a {
	color: #000;
	background: #ededed;
	border-radius: 8px;
	font-family: "Myriadpro";
}
.blog-tabs .nav-pills > li.active > a {
	color:#fff;
	background: #5684c0;
}

.blog-tabs .nav-pills > li.active > a, .blog-tabs .nav-pills > li > a{
	font-size: 14px;
}

.howitworksbtn a:hover{
	color:#fff !important;
}

.promobar {
	width: 100%;
	height: 35px;
	position: relative;
	margin-top: -36px;
	background: rgb(237,104,62); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(237,104,62,1) 0%, rgba(237,104,62,1) 0%, rgba(218,78,34,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(237,104,62,1) 0%,rgba(237,104,62,1) 0%,rgba(218,78,34,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(237,104,62,1) 0%,rgba(237,104,62,1) 0%,rgba(218,78,34,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed683e', endColorstr='#da4e22',GradientType=0 ); /* IE6-9 */
	transition: all 0.3s ease-in-out;
}

.promobar-link{
	text-decoration: none;
	font-size: 16px;

	text-align: center;
	width: 100%;
}

.promobar-link a,visited {
	color:#fff !important;
	line-height: 40px !important;
	font-family: "Myriadpro-medium" !important;
	font-size: 16px !important;
}

.promobar-close {
	position: absolute;
	right: 0px;
	top: 9px;
}

.promobar-close a,visited {
	color:#fff !important;
	font-size: 20px !important;
}

.promobar-link a:hover{
	text-decoration: none !important;
}

.extendHeight{
	height: 158px !important;
}

#calculator-dialog .modal-content{
	min-height: 300px;
}

#calculator-dialog .modal-footer {
	padding:0px;
}

#calculator-dialog .modal-body {
	padding-bottom: 0px;
}

#calculator-dialog .resultSource {
	margin-bottom: 0px;
	padding: 0px;
	padding-top: 40px;
	line-height: 20px;
	padding-bottom: 10px;
	max-width: 400px;
  margin: 0 auto;
}

.result {
	max-width: 360px;
	margin-top: 80px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: "Myriadpro";
	margin: 0 auto;
	margin-top: 80px;
	color: rgba(0,0,0,0.6);
}

.result-months {
	font-weight: 800;
}

.result span{
	font-family: "Myriadpro";
}

.calculatorQuestion {
	font-size: 16px;
	text-align:center;
	text-transform: uppercase;
	font-family: "Myriadpro";
	font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .flex-direction-nav li {
    width: 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }

  .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    background-color: #c3daff;
  }
}

.cd-testimonials-all .cd-testimonials-all-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.cd-testimonials-all-wrapper > ul {
  width: 90%;
  max-width: 1170px;
  margin: 4em auto;
}

.cd-testimonials-all .cd-testimonials-all-wrapper > ul:after {
  content: "";
  display: table;
  clear: both;
}

.cd-testimonials-all .cd-testimonials-item {
  margin-bottom: 2em;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0.4);
  -moz-transform: translate3d(0, 0, 0) scale(0.4);
  -ms-transform: translate3d(0, 0, 0) scale(0.4);
  -o-transform: translate3d(0, 0, 0) scale(0.4);
  transform: translate3d(0, 0, 0) scale(0.4);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
}


.cd-testimonials-all .cd-author {
  text-align: left;
  margin-left: 1.5em;
}

.cd-testimonials-all .cd-author img {
  box-shadow: 0 0 0 transparent;
}

.cd-testimonials-all.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-testimonials-all.is-visible .cd-testimonials-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.secondmenu{
  height:90px;
  width:100%;
  background:#fff;
  position:relative;
  background: -webkit-linear-gradient(left top, #072c47, #0d506d); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #072c47, #0d506d); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #072c47, #0d506d); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #072c47, #0d506d); /* Standard syntax */
}

@media only screen and (min-width: 768px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 46%;
    margin: 0 2% 3em;
  }

  .cd-testimonials-all .cd-author {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 30%;
    margin: 0 1.6666% 3em;
  }
}
.close-btn {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 5%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.close-btn::before, .close-btn::after {
  /* close icon in css */
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 24px;
  top: 8px;
  left: 19px;
  background-color: #39393c;
}

.close-btn::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-btn::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.stars-5{
  display:block;
  position:relative;
  z-index:20;
  left:50%;
  margin-left:-92px;
  margin-top:20px;
  width:181px;
  height:30px;
  background:url("../img/stars.svg") no-repeat top center;
  background-size: cover;
}

.stars-4{
  display:block;
  position:relative;
  z-index:20;
  left:50%;
  margin-left:-69px;
  margin-top:20px;
  width:138px;
  height:30px;
  background:url("../img/stars.svg") no-repeat top left;
  background-size: cover;
}

.reportul{
margin-left:0px;
}


.faq{
	position:relative;
	margin-bottom:30px;
	margin-top:30px;
}

.faq-c-1 {
  border-bottom: 1px dotted rgba(0,0,0,0.1);
  padding: 1em 0;
}
.faq-c-2 {
  border-bottom: 1px dotted rgba(0,0,0,0.1);
  padding: 1em 0;
}
.faq-c-3 {
  border-bottom: 1px dotted rgba(0,0,0,0.1);
  padding: 1em 0;
}
.faq-c-4 {
  border-bottom: 1px dotted rgba(0,0,0,0.1);
  padding: 1em 0;
}
.faq-c-5 {
  border-bottom: 1px dotted rgba(0,0,0,0.1);
  padding: 1em 0;
}
.faq-c-6 {
  border-bottom: 1px dotted rgba(0,0,0,0.1);
  padding: 1em 0;
}
.faq-c-7 {
  border-bottom: 1px dotted rgba(0,0,0,0.1);
  padding: 1em 0;
}
.faq-c-8 {
  border-bottom: 1px dotted rgba(0,0,0,0.1);
  padding: 1em 0;
}
.faq-c-9 {
  border-bottom: 1px dotted rgba(0,0,0,0.1);
  padding: 1em 0;
}
.faq-c-10 {
  border-bottom: 1px dotted rgba(0,0,0,0.1);
  padding: 1em 0;
}
.faq-c-11 {
  border-bottom: 1px dotted rgba(0,0,0,0.1);
  padding: 1em 0;
}
.faq-c-12 {
  border-bottom: 1px dotted rgba(0,0,0,0.1);
  padding: 1em 0;
}
.faq-c-13 {
  border-bottom: 1px dotted rgba(0,0,0,0.1);
  padding: 1em 0;
}

.faq-t {
	line-height: 1em;
	color: #aaa;
	font-family: sans-serif;
	float:left;
	font-weight: 700;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

.faq-o {
	transform: rotate(-45deg);
	transform-origin: 50% 50%;
	-ms-transform: rotate(-45deg);
	-ms-transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 50% 50%;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.form-control{
	font-weight: 600;
}

.form-required {
	position: absolute;
	right: 0;
}

.pdf {
    width: 40px;
    height: 40px;
    float: left;
    background: url(../img/pdf.png) no-repeat top left;
    margin-right: 20px;
}

#ffhh1, #ffhh2 {
	width: 100%;
	display: block;
	min-height: 40px;
}

#ffhh2 {
	position: relative;
	margin-bottom: 30px;
}

#ffhh {
	font-size: 18px;
	font-family: "Myriadpro";
    line-height: auto;
    color: #000000;
}

.faq-q, .faq-q-support {
	font-size: 18px;
	font-weight: 100;
	font-weight:300;
	text-align: center;
	font-family: "Myriadpro-bold";
	text-transform: uppercase;
	cursor:pointer;
	font-weight: 400;
	padding: 20px 0px;
}

.faq-q-support a,visited {
	color: #000 !important;
	text-decoration: none;
	border-bottom: none !important;
}

.faq-a ul{
	margin-left: 0px !important;
}

.faq-a-img img{
	width: 50%;
	float:left;
	display: inline-block;
}

.faq-a li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 20px;
}

.faq-a ol li {
	list-style: unset !important;
	margin-left: 20px;
    margin-right: 20px;
		margin-bottom: 10px;
}

.faq-a .bullet {
	display: inline-block;
    position: absolute;
    top: 8px;
    left: 0px;
    width: 12px;
    height: 12px;
    margin-right: 12px;
    background: #3879B8;
    border-radius: 50%;
}

.faq-a {
	clear: both;
	display: none;
	padding-top:10px;
	width:100%;
	max-width: 800px;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	padding-bottom:20px;
	background:#fff;
	text-align:justify;
	margin:auto;
}

.faq-support .faq-a {
	text-align: left;
}

.isabellaOffice {
	text-align: left;
}

.topsailOffice {
	text-align: right;
}


.headerText2 a,visited{
	color: rgba(0,0,0,0.4);
}

.headerLink {
	text-align: center;
	padding-top: 5%;
}

.pln {
	padding-left: 0px !important;
	z-index: 3;
    position: relative;
}

.compatibility a:hover{
	color:#fff !important;
}

.headerLink a,visited{
	position: relative;
	font-size: 18px;
	line-height: 18px;
	width: 100%;
	text-align: center;
	text-decoration: underline;
}

.headerText2 a:hover {
	text-decoration: none;
}

.faq a,visited {
	border-bottom: 1px #337ab7 solid;
}


.indexInfoPage .compatibility .green {
	margin-left: -2px;
}

.indexInfoPage .compatibility .green h1{
	color:green;
	margin-top: -15px;
}

.indexInfoPage .compatibility .red h1{
	color:red;
	margin-top: -15px;
}

.showMeters {
	margin-top: 30px;
}

.showMeters img {
	margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 450px;
}

.meterName {
	padding: 10px;
	background: rgba(72, 132, 197, 1);
	color:#fff;
	font-family: "Myriadpro-bold";
}

#Compatiblemeters {
	border-right:  2px #ddded8 dotted;
	padding: 30px;
}

#Incompatiblemeters {
	border: none;
	padding: 30px;
}

.diybtn {
	padding: 5px;

}

.member {
	padding-right: 0px !important;
}

.installationSteps {
	padding-left: 0;
	padding-right: 0;
}

.installationSteps p {
	font-style: oblique;
	line-height: 23px;
}

.round {
	margin: 0 auto;
	background: #3879B8;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    border-radius: 50%;
	font-family: "Metropolis";
    color: #fff;
    text-align: center;
    padding-left: 0;
	margin-bottom: 4px;
}

.modal-content a,visited {
	text-decoration: underline;
}

.modal-content a:hover {
	color: #337ab7 !important;
	text-decoration: underline;
}

.pageContent a,visited {
	border-bottom: 1px #337ab7 solid;
}

.videoSub a:hover {
	color:#337ab7;
	text-decoration: underline;
}

.aboutinfo {
	margin-top: 30px;
}

span.reg {
	font-size: 2rem;
	top: 2px;
}

span.font-italic {
	font-style: oblique;
}

.contactlogos {
	width: 100px;
  height: auto;
  margin-left: 0;
  padding-left: 0px;
	margin-left: -10px;
	margin-bottom: -10px;
}

.footerlogo {
	width: 100px; height: auto; margin-top: 30px; opacity: 0.7;
	margin-bottom: 30px;
}

.footerlogo:hover {
	opacity: 1;
}

article {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
.content-wrapper {
    margin: 0 10%;
    padding-bottom: 54px;
    position: relative;
}

.nospace {
	padding-bottom: 30px;
}

.articleSpaceTop {
	padding-top: 15px;
}

.careers-wrapper {
	margin: 0 14%;
}

.careers-text {
	text-align:center !important;
	margin-bottom: 60px;
	margin-top: 3.2rem;
	letter-spacing: 0px;
}

article.post * {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
}

.listing article .content-wrapper {
    padding-bottom: 0;
    padding-top: 22px;
}

.date {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 0;
    position: absolute;
    width: 90px;
	text-align: center;
}

.date-careers {
	width: 25% !important;
}

.listing .date {
    margin-left: 16.66667%;
    top: 62px;
}

.date .day {
    font-family: "Metropolis";
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color: #3879B8;
    font-size: 64px;
    line-height: 64px;
    display: block;
	 text-align: center;
}

.date .month {
	display: block;
    margin-top: 8px;
	font-family: "Myriadpro-medium";
	text-align: center;
}

.date:after {
    background: #000;
    bottom: -6px;
    content: '';
    display: block;
    position: absolute;
    right: -16px;
    top: 4px;
    -webkit-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    width: 6px;
    opacity: .1;
}

.listing .date .month {
    color: #566E7A;
    font-size: 15px;
    left: 11px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    white-space: nowrap;
}

article:not(.feature) .content-wrapper .meta, .listing article:not(.feature) .content-wrapper>:not(.meta):not(.date) {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: 16.66667%;
    padding-left: 16.66667%;
    width: 50%;
}

.listing article .page__content {
    border-top: 1px solid #DEE2E5;
    padding-top: 39px;
    padding-bottom: 7px;
}

.listing article:first-of-type .page__content {
    padding-top: 0;
    border-top: none;
}

.listing article:not(.feature) .content-wrapper .meta .author, .listing article:not(.feature) .content-wrapper>:not(.meta):not(.date) {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: 16.66667%;
    padding-left: 16.66667%;
    width: 50%;
}

.listing article:first-of-type .date {
    top: 36px;
}

.listing article:first-of-type .content-wrapper {
    padding-top: 38px;
}

.page__content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 150px;
    width: auto;
	margin-top: -20px;
}

article.post p {
	padding-top: 15px;
	padding-left: 0px !important;
}

h2.title {
	font-family: "Myriadpro-medium";
	font-size: 26px !important;
	line-height: 28px !important;
	text-align: left !important;
	text-transform: uppercase;
	padding-top: 0px !important;
	padding-bottom: 15px !important;
}

h2.title.careers-title {
	text-align: left !important;
	padding-left: 26% !important;
	padding-top: 16px !important;
}

h2.title a,visited{
	color:#3879B8 !important;
}

.disabledcareer {
	opacity: 1 !important;

}

.disabledcareer:hover{
	text-decoration: none;
	cursor: not-allowed !important;
}

.badge-filled {
	position: absolute;
	right: -75px;
	top: 16px;
	background: #fff;
	background-color: #fff;
	color: green;
	border: 1px green solid;
	border-radius: 8px;
	padding: 3px 10px;
}

h1.prdp {
	padding-right: 25px;
}

.careers-city {
	font-size: 27px !important;
	line-height: 27px !important;
	padding-top: 15px;
	text-align: right !important;
	text-transform: uppercase;
	opacity: 0.8;
	font-weight: normal !important;
}

.acee{
	text-align: center;
}

.acee img {
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 0 auto;
	margin-top: 58px;
}

.howitworksbtn {
	text-align: center;
}

.pageContent a:hover {
	color:#fff !important;
}

.mb-2 {
	margin-bottom: 60px;
}

.productdetailsList {
	max-width: 750px !important;
}

#setupCCModal {
	padding-right: 0 !important;
}

#setupCCModal-dialog {
	width: 100%;
	max-width: 800px;
	right: 0;
    margin: 0 auto;
	margin-top: 30px;
}

.modal-open .modal {
	padding-right: 0px !important;
}

.sm-icon {
	font-size: 12px;
	line-height: 10px;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

#bigpicModal img{
	width: 100%;
	max-width: 750px;
}

#howitWorksModal-dialog{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 2%;
}

.howitworksimg{
	max-width: 100%;
}

#headerText2-variant2 {
	font-size: 26px;
	line-height: 24px;
	text-decoration: none;
}

a#headerText2-variant2 {
	padding-left: 6px;
	padding-right: 6px;
    font-family: "Myriadpro-bold";
}

a#headerText2-variant2:hover {
	color:#fff !important;
	background: #3879B8 !important;
}

#jvlabelWrap {
	z-index: 0;
}

#chatBtn {
	position:fixed;
	display: none;
	z-index: 1;
	bottom: 50%;
	right: -75px;
	text-decoration:none;
	text-transform: uppercase;
	font-weight:bold;
	padding: 15px;
	padding-bottom: 20px;
	background: #3879B8;
	border: 3px rgba(255,255,255,0.3) solid;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	border-radius: 8px;
	color: #fff; font-family: 'Myriadpro-medium';
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	transform: rotate(-90deg);
	transition: all 0.3s ease-in-out;
}

#chatBtn::after{
	content: "Chat with us";
}

#chatBtn.pullRight {
	right: -132px;
}

#salesEmail a:hover {
	color:#337ab7 !important;
}

.howitworksbtn a:hover {
	color:#fff !important;
}

@media (max-width: 1500px) {
	#headerText .bullet {
		margin-top: 5px;
	}
	#uitilitiesList .bullet, #uitilitiesList-forutilities .bullet, #uitilitiesListHowItWorks .bullet {
		margin-top: -3px;
	}
	#headerText p, .cd-testimonials p, .faq-a p {
		font-size: 18px;
	}
	#headerText li {
		font-size: 18px;
	}
	.headerbtn {
		font-size: 18px;
	}
	.headerLink a, visited {
		font-size: 16px;
	}
	.bli span {
		font-size: 16px;
	}
	.arrows {
		right: -15px;
	}
	.howitworksbtn {
		text-align: center !important;
	}
	.pln {
		margin-top: 30px;
		line-height: 20px;
	}
	#headerText2-variant2 {
		font-size: 22px;
		padding-top: 0px;
		text-decoration: none;
	}
}


@media (max-width: 1450px) {
	.stamp {
		width: 140px;
		height: 140px;
		position: absolute;
		top:-15%;
		right:0px;
	}
	.secondTitle {
    font-size: 22px !important;
	}
}

@media (max-width: 1362px) {
	.secondTitle {
    font-size: 20px !important;
	}
	.offprice {
		font-size: 1.8rem;
		line-height: 2rem;
	}
}

@media (max-width: 1341px) {
	.stamp {
		width: 140px;
		height: 140px;
		position: absolute;
		top:-15%;
		right:0px;
	}
	.headerLink a,visited{
		font-size: 16px;
		line-height: 16px;
	}
	.careers-wrapper {
		margin: 0% 5%;
	}
}

@media (max-width: 1300px) {
	.stamp {
		width: 120px;
		height: 120px;
	}
}

@media (max-width: 1255px) {
	.secondTitle {
    font-size: 19px !important;
	}
}

@media (max-width: 1204px) {
	.banner span {
    font-size: 26px;
	}
	.smallbanner span {
		font-size: 18px !important;
	}
}

@media (max-width: 1106px){
	.offprice {
		font-size: 1.6rem;
		line-height: 1.8rem;
		margin-top: 15px;
	}
	.stamp {
		width: 100px;
		height: 100px;
	}
	.smallbanner {
		line-height: 20px !important;
	}
	.smallbanner span {
		font-size: 18px !important;
	}
	.banner span {
		font-size: 24px;
	}
	.careers-wrapper {
		margin: 0% 3%;
	}
	.headerLink a,visited{
		font-size: 16px;
		line-height: 16px;
	}

	.headerText1 h1{
		font-size: 30px;
		line-height: 30px;
		padding-right: 30px;
	}

	.headerbtn {
		font-size: 16px;
		line-height: 34px;
	}

	.infoPage h1 {
		font-size: 30px;
		line-height: 30px;
	}

	.infoPage h2{
		font-size: 30px !important;
		line-height: 30px !important;
		padding-top:0px;
	}

	.utlt-text {
		height: auto;
	}

	.infoPage p.bigger {
		padding-left: 30px;
		padding-right: 30px;
	}

	.rightnowTitle {
		padding-left: 30px;
	}

	.pln {
		margin-top: 30px;
		line-height: 20px;
	}
	#headerText2-variant2 {
		font-size: 20px;
		padding-top: 0px;
		text-decoration: none;
	}
	#navbar a, visited {
		padding: 15px;
	}

}

@media (max-width: 1058px) {
	.theStore img {
		max-width: 100%;
	}
	.careers-text {
		margin-top: 6.4rem;
	}
	h2.title {
		font-size: 22px !important;
		line-height: 24px !important;
	}
	.careers-city{
		font-size: 22px !important;
		line-height: 24px !important;
	}

	.headerLink a,visited{
		font-size: 14px;
		line-height: 14px;
	}

	.headerText1 h1 {
		font-size: 30px;
		line-height: 30px;
	}

	.pageContent h1 {
		font-size: 28px;
		line-height: 24px;
	}
	.infoPage h1 {
		font-size: 26px;
		line-height: 26px;
	}

	.infoPage h2{
		font-size: 26px !important;
		line-height: 26px !important;
		font-family: 'Myriadpro';
		padding-top: 0px;
	}

	.infoPage p {
		padding: 30px;
		padding-top: 15px;
	}
	.blog-content p {
		padding: 0px !important;
		padding-top: 30px !important;
	}

	.amazonBtn p {
		padding-top: 10px;
	}

	.shop-price p {
		padding-top:15px;

	}

	#headerText p, .headerText2 h1, .headerbtn,  #headerText li{
		font-size: 16px;
	}

	.pln {
		margin-top: 30px;
		line-height: 18px;
	}
	#headerText2-variant2 {
		font-size: 20px;
		padding-top: 0px;
		text-decoration: none;
	}

}

@media (max-width: 1012px) {
	.banner span {
    font-size: 22px;
}
}

@media (max-width: 991px) {
	.footlogos {
		display: none;
	}
	.abovefoot {
		display: block;
	}
	.banner span {
		font-size: 20px;
	}
	.theStore img {
		max-width: 75%;
	}
	.stamp{
		position: relative;
		top:0px;
		right:0px;
		margin: 0 auto;
		margin-top: 0px;
		top: 10px;
		margin-bottom: 50px;
		width: 200px;
		height: 200px;
	}
	.aboutSubmenu {
		margin-left: -19px;
	}
	.secondTitle {
		text-align: center !important;
    padding-top: 30px;
    line-height: 18px !important;
    padding-left: 0px !important;
		font-size: 30px !important;
	}
	.newsslogan {
		font-size:20px !important;
		text-align: left !important;
	}
	.blog-content h1, h2, h3{
		font-size: 16px !important;
		font-family: "Myriadpro-bold";
		letter-spacing: 0px;
		line-height: 22px !important;
		margin-bottom: 0px;
		text-align: left !important;
	}
	.socialCard {
		display:none;
	}
	.socialCard-top {
		margin-top:30px;
		display: block;
		box-shadow: none;
	}
	.socialCard-top ul.social{
		padding-top: 15px;
    	padding-bottom: 15px !important;
	}
	.howitworksbtn {
		text-align: center !important;
	}

	.shop-price p {
		padding-top: 15px;
	}
	.headerList {
		margin: 0 auto;
	}
	#headerText .bullet {
		margin-top: 4px;
		left: 0px;
	}
	.pr li {
		padding-left: 20px !important;
	}
	#headerText li {
		padding-left: 20px;
		padding-top: 8px;
	}
	#newsdate{
		left: -27px;
	}
	.infoPage {
		padding: 0px;
		margin-top: 30px;
	}
	section {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.product-info-btn a,visited{
		margin-top: 15px;
		max-width: 100%;
	}

	.headerbtn-learn {
		float:right;
	}
	#headerContent {
		height: auto;
	}
	.hero {
		height: 50vh;
	}
	.hero img {
		transform: scale(0.90);
		right: 0;
    	left: 0;
	}
	#headerText {
		position:relative;
		margin-top: 130px;
		text-align: center;
	}
	.pr {
		margin-top: 10px !important;
		text-align:left !important;
	}
	#headerText ul {
		position: relative;
		margin: 0 auto;
		margin-top: 20px;
		text-align: left;
	}
	.bli {
		position:relative;
		padding-bottom: 60px;
		right: 0px;
		margin-top: -60px;
		font-size: 13px;
		transform: scale(0.7);
	}
	.btnSection {
		padding-top: 45px;
	}
	#headerText p {
		padding-top: 15px;
	}
	#headerText ul {
		margin-top: 0px;
	}
	.topRow, .headerRow {
		padding-left: 0px;
		padding-right: 0px;
	}

	.headerRow {
		padding-top: 90px;
	}

	#header {
		height: 100%;
	}

	.amazonalexa {
		bottom: -60px;
		left: 50%;
		margin-left: -95px;
	}
	.socialicons {
		text-align: center;
	}

	.pageContent h1 {
		font-size: 22px;
		line-height: 20px;
		display:none;
	}
	.infoPage h1 {
		font-size: 22px;
		line-height: 22px;
	}
	.pageContent h2{
		font-size: 22px;
		line-height: 20px;
		display: block;
		text-align: center;
		font-family: "Myriadpro-bold";
		text-transform: uppercase;
	}

	#realtime-section .thediv:nth-child(even) {
		display:none;
	}
	#realtime-section .alternativeDiv:nth-child(even) {
		display:block;
	}
	#alerts-section .thediv:nth-child(even) {
		display:none;
	}
	#alerts-section .alternativeDiv:nth-child(even) {
		display:block;
	}
	#research-section .thediv:nth-child(even) {
		display:none;
	}
	#research-section .alternativeDiv:nth-child(even) {
		display:block;
	}

	.bli-news-shaded {
		margin-left: 0px;
		margin-right: 0px;
	}

	.newsTitle {
		padding-left: 40px;
	}

	.shop-return {
		text-align: left;
	}

	.shop-warranty {
		margin: 0 0;
		margin-left: 0px;
		margin-top: 15px;
		text-align: left;
	}

}

@media (max-width: 989px) {
	.badge-filled {
		position: absolute;
    	right: -20px;
    	top: 19px;
	}
	.blogrow {
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.blogbreadcrumb {
		margin-top: 60px;
	}
	.content-wrapper {
	    margin: 0 5.6%;
	}
	.careers-wrapper {
		margin: 0 13%;
	}

	h2.title {
		font-size: 22px !important;
		line-height: 24px !important;
	}
	.careers-city{
		font-size: 16px !important;
		line-height: 30px !important;
	}
	h2.title.careers-title {
		padding-top: 20px !important;
		font-size: 16px !important;
	}
	.page__content {
		margin-left: 150px;
	}
	.theStore img {
		float:none;
	}

	.logo {
		margin-top: 10px;
		margin-left: 0px;
		transition:all 0.3s ease-in-out
	}
	.logo img{
		transform:scale(1);
		margin-top: 10px;
		position: relative;
	}
	#header {
		padding-left: 0px;
		padding-right: 0px;
	}
	.amazonalexa {
		bottom: -60px;
	}
	.navbar-nav {
		margin-right: 0px;
	}
	#navbartop {
		right: 30px;
	}

	.footer-about {
		text-align: center;
	}

	.footer-contacts {
		text-align: center;
	}

	.about-footer-title {
		text-align: center;
	}

	.contacts-footer-title {
		text-align: center;
	}
	#Compatiblemeters {
		border:none;
	}
	.diytext {
		padding: 30px;
	}
	.jumbotron a, visited {
		font-size: 18px;
	}
	.researchPage {
		padding: 30px;
	}
	.featureDetails {
		padding: 30px;
	}
	.infoPage h1{
		padding-left: 0px;
	}
	.blogrow h1{
		padding-left: 0px;
	}
	.pln {
		margin-top: 5px;
		line-height: 26px;
		margin-bottom: 30px;
	}
	#headerText2-variant2 {
		font-size: 30px;
		padding-top: 0px;
		text-decoration: none;
	}
}


@media only screen and (max-width: 950px) {
	#navbar a, visited {
		font-size:14px;
		padding-left:10px;
	}
	#navbar .aboutSubmenu a,visited {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}


@media only screen and (max-width: 781px) {

	.badge-filled {
		position: absolute;
    	right: 15px;
    	top: 18px;
	}
	.largeReview {
		font-size:20px !important;
		line-height: 24px !important;
	}

	.blog-tabs .nav-pills > li {
		width: calc(50% - 14px);
	 	margin-bottom: 7px;
	}

	h2.title {
		font-size: 16px !important;
		line-height: 20px !important;
		font-family: "Myriadpro-medium";
		padding-top: 0px !important;
	}
	.careers-city{
		font-size: 14px !important;
		line-height: 28px !important;
	}
	.careers-wrapper {
		margin: 0 1%;
	}
	h2.title.careers-title {
		font-family: "Myriadpro-medium";
		padding-top: 24px !important;
		padding-right: 80px;
	   	font-size: 14px !important;
		line-height: 14px !important;
	}
	.date {
		width: 60px;
	}
	.date .day {
		font-size: 44px;
		line-height: 44px;
	}
	.page__content {
		margin-left: 120px;
	}
	.headerbtn-learn {
		float:right;
	}
	.headerText1 h1{
		font-size: 28px;
		line-height: 28px;
		padding-left: 0px;
		padding-right:0px;
	}
	.secondTitle {
		font-size: 28px !important;
		line-height: 28px !important;
	}
	.newsslogan {
	 font-size:20px !important;
	 text-align: left !important;
	 padding-left: 0px !important;
 }
	.infoPage h1 {
		font-size: 20px;
		line-height: 24px;
		text-align: center;
	}
	.hero img {
		transform: scale(1);
		left: 0;
	}

	.bli-news-shaded a, visited {
		font-size: 16px;
		line-height: 20px;
	}
	#donut{
		display:none;
	}

	.jp{
		padding-left: 0px;
	}

	.infoPage h2{
		font-size: 24px !important;
		line-height: 24px !important;
		padding-top: 30px;
	}

	.storePage h2{
		padding-top: 30px;
	}
	.cd-testimonials-wrapper {
		height: auto;
		width: 100%;
	}
	#bff {
		padding: 0px;
	}

	.faq-a {
		padding: 10px;
	}

	.pln {
		margin-top: 30px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	#headerText2-variant2 {
		font-size: 28px;
		padding-top: 0px;
		text-decoration: none;
	}
}


@media only screen and (max-width: 767px) {
	.newsslogan {
	 font-size:20px !important;
	 text-align: left !important;
	 padding-left: 10px !important;
 }
	.contactlogos {
		margin-left: 0px;
	}
	.articleSpaceTop {
		padding-top: 0px;
	}
	.offprice {
		font-size: 16px;
		line-height: 1.8rem;
	}
	.banner span {
		font-size: 18px;
		line-height: 20px;
	}
	.shop-warranty {
		margin: 0 auto;
		text-align: center;
		margin-top: 15px;
	}
	.blogRight {
		padding:0px;
		margin-top:30px;
	}
	.tooltip .tooltiptext {
  	  visibility: hidden;
      width: calc(100vw - 32px);
      background-color: #555;
      color: #fff;
      text-align: center;
      padding: 1px 1px;
      border-radius: 6px;
      position: absolute;
      z-index: 1000;
      bottom: 125%;
      left: auto;
      margin-left: -36px;
      display: block;
      opacity: 0;
      transition: opacity 0.3s;
    }

	.tooltip .tooltiptext::after {
	  content: "";
	  position: absolute;
	  top: 100%;
	  left: 50%;
	  margin-left: -5px;
	  border-width: 5px;
	  border-style: solid;
	  border-color: transparent transparent transparent transparent;

	}

	.jp {
		padding: 10px !important;
	}
	.jumbotron a, visited {
		font-size: 16px;
	}
	.shop-return {
	  margin: 0 auto;
	  margin-top: 10px;
		text-align: center;
	}

	.diybtn {
		padding: 10px;
	}

	.researchPage {
		padding: 30px;
	}

	#ffhh {
		text-align: justify;
	}

	.ortext {
		padding-top:10px;
		width: 100%;
		text-align: center;
	}
	#product-component-915fa25bf2a, #product-component-651debb89c9 {
		margin: 0 auto;
		padding-left: 20px;
	}
	.shop-subscription {
		text-align: center;
	}

	.theStore img {
		float:none;
		margin: 0 auto;
		    margin-top: -20px;
	}
	.shipping, .shop-price p {
		text-align: center !important;
	}

	.btnsShop {
		max-width: 100%;
	}

	.isabellaOffice {
		text-align: center;
	}

	.topsailOffice {
		text-align: center;
	}

	#navbarPlaceholder {
		height: 120px;
	}
	#navt {
		display: block;
	}
	#header {
		padding-top: 0px;
	}
	.headerRow {
		padding-top: 0px;
	}
	.logo {
		margin-left:0px;
		transition:all 0.3s ease-in-out
	}
	.logo img {
		transform: scale(0.7);
	    margin-top: -25px;
	    left: -40px;
	    position: relative;
	}
	.headerbtn {
		font-size: 13px;
	}
	#headerText p, .headerText2 h1, #headerText li {
		font-size: 16px;
	}
	.headerbtn {
		font-size: 14px;
	}
	#headerText {
		margin-top: 90px;
	}
	#headerText p {
		padding-left: 15px;
	}
	#hamburgerMenu {
		display:block;
	}
	.hero img {
		transform: scale(1);
		left: 0;
	}
	.pageContent {
		padding: 20px;
	}
	#newsdate{
		left: -15px;
	}
	.bli-news-shaded{
		padding: 10px;
	}
	.featureDetails {
		padding: 0px;
	}

	.infoPage p {
		padding: 10px !important;
		text-align: justify;
	}

	.blog-content p {
		padding: 0px !important;
		padding-top: 30px !important;
	}
	.newsrow {
		padding-left: 15px;
		padding-right: 15px;
	}
	.infoPage h1{
		padding-left: 0px;
	}

	.faq-a p {
		padding: 0px;
	}
	.reviews {
		margin-top: 0px;
		padding:15px;
	}
	.arrows {
		right: -10px;
		bottom: 0px;
		display: none;
	}

	.diytext {
		padding: 0px;
	}
	.member-info {
		padding-left: 0px;
		padding-right: 0px;
	}
	.infoPage h2 {
		text-align: center;
	}

	#chatBtn {
		position:fixed;
		z-index: 100;
		bottom: 15px;
		right: 15px;
		text-decoration:none;
		text-transform: uppercase;
		font-weight:bold;
		width: 60px;
		height: 60px;
		text-align: center;
		padding: 0px;
		padding-top: 4px;
		background: #3879B8;
		border: 3px rgba(255,255,255,0.3) solid;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
		border-radius: 50%;
		color: #fff; font-family: 'Myriadpro-medium';
		-webkit-font-smoothing: antialiased;
		font-size: 32px;
		transform: rotate(0deg);
		transition: all 0.3s ease-in-out;
	}

	#chatBtn::after{
		content: "";
	}

	#chatBtn.pullRight {
		right: 15px;
	}

}

@media (max-width: 662px) {
	.banner span {
    font-size: 14px;
}
}


@media only screen and (max-width: 450px) {
	.rate-labels {
		top: 12px;
	}
}

@media only screen and (orientation: landscape) and (max-width: 600px) {

	.headerbtn-learn {
		float:right;
	}
	#headerContent {
		height: auto;
	}
	.hero {
		height: 100%;
		    margin-top: 50%;
	}
	.hero img {
		transform: scale(1);
		top:0px;
		right: 0;
    	left: 0;
	}
	.amazonalexa {
		    bottom: -160px;
	}
	#headerText {
		position:relative;
		margin-top: 0px;
		text-align: center;
	}
	#headerText ul {
		position: relative;
		margin: 0 auto;
		margin-top: 20px;
		text-align: left;
	}
	.bli {
		position:relative;
		padding-bottom:30px;
		font-size: 13px;
	}
	.btnSection {
		padding-top: 45px;
	}
	#headerText p {
		padding-top: 15px;
	}
	#headerText ul {
		margin-top: 0px;
	}
	.topRow, .headerRow {
		padding-left: 0px;
		padding-right: 0px;
	}

	.headerRow {
		padding-top: 120px;
	}

	#header {
		height: 100%;
	}


}

@media only screen and (orientation: landscape) and (max-device-width: 767px) {
		h2.title {
			padding-top: 15px !important;
		}
		.headerRow {
			padding-top: 130px;
		}

		.hero img {
			transform: scale(0.7);
		}

		#headerContent {
			padding-top:0px;
		}

		.amazonalexa {
			bottom: -100px;
		}

		#headerText {
			margin-top: 120px;
		}

		#headerText ul {
    		margin-top: 15px;
		}
		.headerText2 h1 {
			margin-top: 30px;
		}
}

@media only screen and (max-height: 920px) and (max-width: 2000px) and (min-width: 768px) and (orientation: landscape) {
	.bli {
		transform: scale(0.8);
    position: relative;
    top: 0;
    float: right;
    right: -10px;
	}
}

@media only screen and (orientation: landscape) and (min-width: 768px) and (max-width: 2000px)  and (max-height: 945px){

	.headerbtn-learn {
		float:right;
	}
	#headerContent {
		height: auto;
	}
	.hero {
		height: auto;
		margin-top: 0px;
		text-align: center;
	}
	.hero img {
		position: relative;
		transform: scale(0.9);
		top:0px;
		right: 0;
    	left: 0;
	}
	.amazonalexa {
		bottom: -30px;
	}
	#headerText {
		position: relative;
		margin-top: 60px;
		margin-left: 30px;
		text-align: left;
	}

	#headerText.shoppage-list {
		margin-top: 0px;
		margin-left: 0px;
	}

	#headerText h1 {
		text-align: left;
		padding-right: 30px;
    	font-size: 34px;
	}
	.headerText2 h1 {
		text-align:center !important;
	}
	.bli {
		position: relative;
		margin-bottom: 60px;
		margin-top: 0px;
		transform: scale(0.8);
		text-align: center;
	}
	.btnSection {
		padding-top: 45px;
	}
	#headerText p {
		padding-top: 15px;
		text-align: left;
	}

	.topRow, .headerRow {
		padding-left: 0px;
		padding-right: 0px;
	}

	.headerRow {
		padding-top: 60px;
	}

	#header {
		height: 100%;
	}

	.headerLink {
		padding-top: 0%;
	}

	.pln {
		margin-left: 20px;
		margin-top: 35px;
		text-align: center !important;
	}

}


@media  only screen
	and (orientation: landscape)
    and (max-device-width : 375px)
    and (max-device-height : 812px)
    and (-webkit-device-pixel-ratio : 3)
	 {
		.headerRow {
			padding-top: 130px;
		}

		.hero img {
			transform: scale(0.8);
		}

		#headerContent {
			padding-top:90px;
		}

		.amazonalexa {
			bottom: -190px;
		}

		#headerText {
			margin-top: 120px;
		}

		#headerText ul {
    		margin-top: 15px;
    		text-align: center;
		}
		.headerText2 h1 {
			margin-top: 30px;
		}
}

@media only screen and (max-device-width: 530px) {

	.socialicons h6::after {
		content: "Get connected on";
	}

	.breadcrumb {
		display: none;
	}

	h2.title {
		padding-top: 6px !important;
	}
}

@media only screen and (max-device-width: 505px) {
	h2.title.careers-title {
		font-family: "Myriadpro-medium";
		padding-top: 15px !important;
		font-size: 14px !important;
		line-height: 14px !important;
		display: inline-block;
		margin: 0px;
		padding-right: 80px;
	}
	h2.title.careers-title.fixedpaddingtop {
		padding-top: 8px !important;
	}

}
