/* BODY */
/* CONTAINER */
/* OUTER CONTAINER */
/* TYPOGRAPHY */
/* FONT FAMILY */
/* FONT WEIGHT */
/* FONT SIZE */
/* LINE HEIGHT */
/* LETTER SPACING */
/* COLOR PALETTES PRIMARY, SECONDARY, TERTIARY */
/* PARAGRAPHS */
/* SECTIONS + header/subheaders */
/* SUB-SECTIONS */
/* CTA */
/* COLORS */
/* BORDER */
/* BOX-SHADOW */
/* CAROUSEL */
/* CONTAINER */
/* FAQ-QA */
/* COMP CHART 2 */
/* COMP-CHART-2-SIMPLE-HEADER */
/* DISCLOSURE */
/* FORM Vars */
/* PRICING-CARD LAYOUT */
/*helper vars for Harmony font*/
/*group headers*/
/*@pricing-card-layout-header-t-background-color: currentColor;*/
/* product title */
/*@pricing-card-layout-productcomponent-title-t-background-color: currentColor;*/
/* price ct */
/* price aw */
/* price per-month */
/* product offer (red) */
/* product offer2 */
/* feature-list */
/* PRODUCT COMPONENT */
/* PRICING CARD */
/* PRICING TABLE */
/* HERO */
/* VIDEO */
/* FOOTER */
/* RESPONSIVE TABS - added here because it's backwards compatible with non-responsive */
/* TESTIMONIAL */
/* Mixin for generating global sprite SVG and its fallback PNG.
   Ideally this has to be a LESS VAR, but due to how CQ interprets LESS VAR PATHS, its hardcoded this way 
*/
.fcolor-prim {
  color: #f77b00;
}
.fcolor-sec {
  color: #3f6dc9;
}
/* Horizontal CTA */
.margin10 {
  margin: 10px;
}
.sidebyside {
  display: inline-block;
}
.nosidebyside {
  display: block;
}
.ctawrapperleft {
  text-align: left;
}
.ctawrapperright {
  text-align: right;
}
.ctawrappercenter {
  text-align: center;
}
.chero-carousel {
  margin: 0 auto;
  padding: 0;
}
.chero-carousel .carousel-viewport {
  background-color: #edeef0;
  margin: 0 auto;
  width: 1600px;
}
.chero-carousel .carousel-viewport .carousel-slides {
  position: relative;
}
.chero-carousel .carousel-viewport .carousel-slides .ccontainer {
  height: 492px;
}
.chero-carousel .carousel-viewport .carousel-slides .ccontainer img {
  position: absolute;
  top: 0;
  left: 0;
}
.chero-carousel .carousel-viewport .carousel-slides .ccontainer .content-container-hero {
  width: 940px;
  margin: 0 auto;
}
.chero-carousel .carousel-viewport .carousel-slides .ccontainer .content-container-hero .ccontainer-rt-just {
  float: right;
}
.chero-carousel .carousel-viewport .carousel-slides .ccontainer .content-container-hero .ccontainer-lt-just {
  float: left;
}
.chero-carousel .carousel-viewport .carousel-slides .ccontainer .content-container-hero .box-container {
  margin: 60px 0 0;
  height: 372px;
  padding: 10px;
}
.chero-carousel .carousel-viewport .carousel-slides .ccontainer .content-container-hero .bg-white {
  background: rgba(255, 255, 255, 0.9);
  filter: alpha(opacity=90);
}
.chero-carousel .carousel-viewport .carousel-slides .ccontainer .content-container-hero .ccontainer img {
  position: relative;
}
.chero-carousel .creview {
  min-height: 140px;
}
.chero-carousel .carousel-controls {
  margin-top: 0px;
}
.chero-carousel .carousel-viewport {
  overflow: hidden ! important;
}
.chero-carousel .carousel-slides {
  width: 1600px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.chero-carousel .carousel-slides > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.chero-carousel .carousel-slides > li img {
  max-width: 100%;
}
.chero-carousel .carousel-slides:after,
.chero-carousel .carousel-slides > li:after {
  content: ".";
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.chero-carousel .carousel-controls {
  text-align: center;
  position: relative;
  top: -23px;
}
.chero-carousel .carousel-controls .carousel-controls-wrap {
  background-color: #eaebed;
  display: inline-block;
  padding: 10px 15px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.chero-carousel .carousel-controls li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.chero-carousel .carousel-controls .prev,
.chero-carousel .carousel-controls .next {
  display: inline-block;
  width: 15px;
  height: 20px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background-position: -538px -399px;
  overflow: hidden;
  text-indent: -100em;
  cursor: pointer;
}
.chero-carousel .carousel-controls .next {
  background-position: -578px -399px;
}
.chero-carousel .carousel-controls .prev:hover {
  background-position: -538px -439px;
}
.chero-carousel .carousel-controls .next:hover {
  background-position: -578px -439px;
}
.chero-carousel .carousel-controls .carousel-pagination {
  display: inline-block;
  list-style: disc;
  margin: 0;
  padding: 0 20px;
}
.chero-carousel .carousel-controls .carousel-pagination li {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
  background-color: #aeb7bd;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.chero-carousel .carousel-controls .carousel-pagination li:hover,
.chero-carousel .carousel-controls .carousel-pagination .carousel-pagination-active {
  background-color: #3660c3;
}
.cproduct-selector {
  padding: 64px 0;
  /*
  .row {
    margin-left: 0;
  }
  */
}
.cproduct-selector .options-form {
  padding: 52px 0;
}
.cproduct-selector .options-form label {
  display: block;
  text-align: center;
  padding: 0 10px;
}
.cproduct-selector .options-form label {
  position: relative;
}
.cproduct-selector .options-form label:before {
  content: '';
  position: absolute;
  height: 33px;
  width: 33px;
  background: #e8e8e8;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border-top-color: #bbb;
  border-left-color: #bbb;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 0;
  border-right-width: 0;
  border-style: solid;
  top: 45px;
  left: 40%;
}
.cproduct-selector .options-form label,
.cproduct-selector .options-form label:before,
.cproduct-selector .options-form label:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.cproduct-selector .options-form label:after {
  top: 47px;
  left: 41%;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  display: block;
  background: #94cb33;
  color: #fff;
  height: 29px;
  width: 29px;
  padding-top: 7px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border-top-color: #bbb;
  border-left-color: #bbb;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 0;
  border-right-width: 0;
  font-family: FontAwesome;
  content: '\f00c';
}
.cproduct-selector .options-form [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
}
.cproduct-selector .select-box {
  flex: 1 1 auto;
  float: left;
  margin: 0;
  width: 14%;
  border-right: 1px solid #efefef;
  height: 130px;
}
.cproduct-selector .select-box .fa {
  text-align: left;
  display: block;
  margin: 0 auto;
  width: 32px;
  font-size: 30px;
  margin-bottom: 20px;
}
.cproduct-selector .select-box [type="checkbox"] {
  visibility: hidden;
}
.cproduct-selector .select-box:last-child {
  border-right: none;
}
.cproduct-selector .boxes-2 {
  width: 40%;
}
.cproduct-selector .boxes-3 {
  width: 30%;
}
.cproduct-selector .boxes-4 {
  width: 23%;
}
.cproduct-selector .boxes-5 {
  width: 17%;
}
.cproduct-selector .boxes-6 {
  width: 15%;
}
.cproduct-selector .boxes-7 {
  width: 14%;
}
.cproduct-selector .product-block {
  padding: 32px 10px;
  display: none;
}
.cproduct-selector .product-block.default,
.cproduct-selector .product-block.active {
  display: block;
}
.cproduct-selector .product-block-content .eCommerce-product-div .text1 .ctext {
  margin: 0px;
}
.flex-box {
  display: flex;
  flex-direction: row;
}
.fa-star {
  letter-spacing: 4px;
}
.cq-wcm-edit .cproduct-selector .product-block {
  display: block;
}
/* tooltip */
.tool-tip-container {
  position: relative;
  width: auto;
  height: auto;
}
.tool-tip,
.image-tool-tip {
  text-shadow: none;
  background-color: #fff;
  color: #202020;
  visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 0;
  z-index: 999;
  padding: 20px;
  position: absolute;
  cursor: default;
  min-width: 180px;
  min-height: 50px;
}
.tool-tip {
  min-width: 250px;
}
/* on hover of element containing tooltip default*/
.tool-tip-container:hover .tool-tip,
.tool-tip-container:hover .image-tool-tip {
  visibility: visible;
  opacity: 1;
}
.tool-tip-container .tool-tip:hover,
.tool-tip-container .image-tool-tip:hover {
  visibility: hidden;
  opacity: 0;
}
a .p1:hover .tool-tip-container .tool-tip {
  visibility: visible;
  opacity: 1;
}
a .p1 .tool-tip-container .tool-tip:hover {
  visibility: hidden;
  opacity: 0;
}
.tool-tip.top {
  top: auto;
  bottom: 165%;
}
.tool-tip.bottom {
  top: 165%;
}
.tool-tip.left {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 110%;
}
.tool-tip.right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: auto;
  left: 110%;
}
.image-tool-tip.bottom {
  top: 103%;
}
.image-tool-tip.bottom:after {
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -7px;
  content: ' ';
  height: 0px;
  width: 0px;
  border: 7px solid transparent;
  border-top-color: transparent;
  border-bottom-color: #fff;
}
.image-tool-tip.left {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 105%;
}
.image-tool-tip.left:after {
  position: absolute;
  left: auto;
  right: -14px;
  content: ' ';
  top: 50%;
  margin-top: -6px;
  bottom: auto;
  border: 7px solid transparent;
  border-top-color: transparent;
  border-left-color: #fff;
}
.image-tool-tip.top {
  top: auto;
  bottom: 106%;
}
.image-tool-tip.top:after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -7px;
  content: ' ';
  height: 0px;
  width: 0px;
  border: 7px solid transparent;
  border-top-color: #fff;
}
.image-tool-tip.right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: auto;
  left: 105%;
}
.image-tool-tip.right:after {
  position: absolute;
  right: auto;
  content: ' ';
  left: -14px;
  top: 50%;
  margin-top: -6px;
  bottom: auto;
  border: 7px solid transparent;
  border-top-color: transparent;
  border-right-color: #fff;
}
.search-resultset-container {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Helvetica Neue", Arial, sans-serif;
  width: auto;
  margin: 40px auto;
}
.search-resultset-container a {
  color: #2b73dd;
}
.search-resultset-container h2 {
  font-size: 17px;
}
.search-resultset-container .search-results-list,
.search-resultset-container .sponsored-results-list {
  margin-bottom: 35px;
}
.search-resultset-container .search-results-item,
.search-resultset-container .sponsored-results-item {
  margin: 30px 0 0 0;
}
.search-resultset-container .search-results-title,
.search-resultset-container .sponsored-results-title {
  font-size: 18px;
  line-height: 18px;
}
.search-resultset-container .search-results-description {
  font-size: 14px;
  line-height: 18px;
  margin: 8px 0 0 0;
}
.search-resultset-container .search-form-query-input {
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDM4MCAzMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIzODAiIGhlaWdodD0iMzAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  border: none;
  border: solid 1px #aaaaaa\9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #333;
  float: left;
  font-size: 18px;
  height: 30px;
  margin-right: 20px;
  padding-left: 8px;
  width: 360px;
  background-position: 95px -610px;
}
.search-resultset-container .search-form-query-input:focus,
.search-resultset-container .search-form-feedback:focus {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 8px #fec82a, 0 0 0 1px #fec82a;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 8px #fec82a, 0 0 0 1px #fec82a;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 8px #fec82a, 0 0 0 1px #fec82a;
  border-color: #fec82a\9;
}
.search-resultset-container .search-form-button {
  height: 28px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADWklEQVR42q1VW0jTcRRWN6fLWZpdJBG7mOawIm0aLaILaWZDqMgerGlElkYPRRGlZVKgIrMHXxTLrIcwLy0FU1eSl6alhabl3dJNVzrdpphaRp0T5w9//mxTsYdP4eyc853zfee32dj4JFmDLYAH4NN/O4rZzBvcADURAJYCVgO8ABsA6wBrAK4ARyRcMAEViQCegEDAwf3yh3HnbpbcOn4x/8pySeoRiEkB3kRkP+dG7OY0ta9bUKost6ipQDOkH52cnPzDYMwwPl1V3/3uQHReHOQFAFbhttZI2LKIsHnQ0Wx5e4+un2lqGp+YHRjUG4f1xikmNmowTd9QqNIhXwJwI4+sEghQFpftKbKOXp0Gm3wfMUylZtcUrdyRFgufRQKiYq4V32v+rB3Az42miZ9nE54nQlwMcLK4Bf4haQJBlkJq/iMkJi8ZYvsAm1hGBzttvRutfv+lG/M6e79p+X7JoRB3t2g6MtO1hA3qRo1YmJJVXYjNqdABJSQZlgG2+YVlXgKZZjA3Pqn0NsR8MM8sATGvhYkv0OqzJIuvmSIenephMLsN85+UNpeS4U5mCWgyb5wEC/q1IwbS3Asn5xaQqXsfKz9UYX55dUcdSgdwtrbBerxzLMBrQUNJcz73ZdNphpS8/NSA+cUVrSq6JpFZAprSY0Vw2jG8DCw6dbUoA2JBpDmP1dwR9bYXJ5/sGxgeI7+yIOYPEFoz2RUgBV0bsailXat19L8jR0NJczecnMyUpd+vfUHbTnvuVsRSXGDxTGmyjaGnH8XjI8LiN019XeJDmZfRUNQcZcHJFQ/qyuHx/cacV+quQYifB2whk+0sEfBoi8CEDJUCpPpFL3YGtmpFQ0Hzt181I/9kYeNpWUsj1EXQl+ESLgmbTUAySM5cVybiI8IGXOjHTDOvG3qGWDE0uh7qws2RcC9EQHqL8YXi6eKdV9R21kGTSjSUNI8rKPvYNC8SM2fIJz3dybwAunMJXYsPaR4BTRvYJM8q29ToFcCDMX2uXzIHInOmOxdSoYgmDYem9WyS8poOfBebqY4IFg47lIEhUara1AwB/IbopCdypDSULRUsmiQUJ8fme6JymW8BIWuDRZN4oCw7I3N2UXMX8pIIFk8iYHklZJozBP8TttzYX3KN/D2nV3ZzAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 53px 1px;
  width: 138px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.search-resultset-container .search-feedback {
  color: #333;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.search-resultset-container .ctasecondary-search {
  color: #fff;
  text-shadow: 0 0 3px #002680;
  border: 1px solid #0044e3;
  border: 1px solid rgba(0, 68, 227, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 4px rgba(163, 191, 255, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 4px rgba(163, 191, 255, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 4px rgba(163, 191, 255, 0.5);
  background-color: #4172eb;
}
.search-resultset-container .ctasecondary-search:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 6px rgba(163, 191, 255, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 6px rgba(163, 191, 255, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 6px rgba(163, 191, 255, 0.6);
  background-color: #527bd9;
  text-decoration: none;
  cursor: pointer;
}
.search-resultset-container .search-results-pagination-container {
  height: 15px;
  margin: 50px 0 0 0;
}
.search-resultset-container .search-num-results-found {
  color: #333;
  display: inline-block;
  float: left;
  font-size: 18px;
  font-weight: bold;
}
.search-resultset-container .search-results-pagination {
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  list-style: disc;
  margin-right: 15px;
}
.search-resultset-container .search-results-pagination li {
  color: #999;
  float: left;
  font-size: 14px;
  margin-left: 27px;
  width: 9px;
}
.search-resultset-container .search-results-pagination li:first-child {
  list-style: none;
}
.search-resultset-container .search-results-pagination .chevron {
  font-size: 24px;
  line-height: 6px;
}
.search-resultset-container .search-results-hr {
  background-color: #e5e5e5;
  border: none;
  color: #e5e5e5;
  height: 1px;
  margin: 30px 15px 0 0;
}
.search-resultset-container .search-feedback-form {
  color: #505050;
}
.search-resultset-container .search-feedback-form h2 {
  margin-bottom: 8px;
}
.search-resultset-container .search-feedback-form p {
  font-size: 14px;
  line-height: 18px;
}
.search-resultset-container .search-feedback-form button:hover {
  cursor: pointer;
}
.search-resultset-container .search-feedback-input {
  height: 110px;
  margin-bottom: 12px;
  width: 220px;
}
.search-resultset-container .no-results-found-header {
  margin-top: 40px;
  font-weight: bold;
}
.search-resultset-container .no-results-found-content {
  margin-top: 20px;
  padding-left: 3px;
}

