
/*****************PUBLIC_COMMON.CSS*******************/
@charset "UTF-8";
@keyframes vex-fadein {
 0% {
  opacity:0
 }
 100% {
  opacity:1
 }
}
@-webkit-keyframes vex-fadein {
 0% {
  opacity:0
 }
 100% {
  opacity:1
 }
}
@-moz-keyframes vex-fadein {
 0% {
  opacity:0
 }
 100% {
  opacity:1
 }
}
@-ms-keyframes vex-fadein {
 0% {
  opacity:0
 }
 100% {
  opacity:1
 }
}
@-o-keyframes vex-fadein {
 0% {
  opacity:0
 }
 100% {
  opacity:1
 }
}
@keyframes vex-fadeout {
 0% {
  opacity:1
 }
 100% {
  opacity:0
 }
}
@-webkit-keyframes vex-fadeout {
 0% {
  opacity:1
 }
 100% {
  opacity:0
 }
}
@-moz-keyframes vex-fadeout {
 0% {
  opacity:1
 }
 100% {
  opacity:0
 }
}
@-ms-keyframes vex-fadeout {
 0% {
  opacity:1
 }
 100% {
  opacity:0
 }
}
@-o-keyframes vex-fadeout {
 0% {
  opacity:1
 }
 100% {
  opacity:0
 }
}
@keyframes vex-rotation {
 0% {
  transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  -o-transform:rotate(0deg)
 }
 100% {
  transform:rotate(359deg);
  -webkit-transform:rotate(359deg);
  -moz-transform:rotate(359deg);
  -ms-transform:rotate(359deg);
  -o-transform:rotate(359deg)
 }
}
@-webkit-keyframes vex-rotation {
 0% {
  transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  -o-transform:rotate(0deg)
 }
 100% {
  transform:rotate(359deg);
  -webkit-transform:rotate(359deg);
  -moz-transform:rotate(359deg);
  -ms-transform:rotate(359deg);
  -o-transform:rotate(359deg)
 }
}
@-moz-keyframes vex-rotation {
 0% {
  transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  -o-transform:rotate(0deg)
 }
 100% {
  transform:rotate(359deg);
  -webkit-transform:rotate(359deg);
  -moz-transform:rotate(359deg);
  -ms-transform:rotate(359deg);
  -o-transform:rotate(359deg)
 }
}
@-ms-keyframes vex-rotation {
 0% {
  transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  -o-transform:rotate(0deg)
 }
 100% {
  transform:rotate(359deg);
  -webkit-transform:rotate(359deg);
  -moz-transform:rotate(359deg);
  -ms-transform:rotate(359deg);
  -o-transform:rotate(359deg)
 }
}
@-o-keyframes vex-rotation {
 0% {
  transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  -o-transform:rotate(0deg)
 }
 100% {
  transform:rotate(359deg);
  -webkit-transform:rotate(359deg);
  -moz-transform:rotate(359deg);
  -ms-transform:rotate(359deg);
  -o-transform:rotate(359deg)
 }
}
.vex,.vex *,.vex *:before,.vex *:after {
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box
}
.vex {
 position:fixed;
 overflow:auto;
 -webkit-overflow-scrolling:touch;
 z-index:1111;
 top:0;
 right:0;
 bottom:0;
 left:0
}
.vex-overlay {
 background:#000;
 filter:alpha(opacity=40);
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"
}
.vex-overlay {
 animation:vex-fadein 0.5s;
 -webkit-animation:vex-fadein 0.5s;
 -moz-animation:vex-fadein 0.5s;
 -ms-animation:vex-fadein 0.5s;
 -o-animation:vex-fadein 0.5s;
 -webkit-backface-visibility:hidden;
 position:fixed;
 background:rgba(0,0,0,0.4);
 top:0;
 right:0;
 bottom:0;
 left:0
}
.vex.vex-closing .vex-overlay {
 animation:vex-fadeout 0.5s;
 -webkit-animation:vex-fadeout 0.5s;
 -moz-animation:vex-fadeout 0.5s;
 -ms-animation:vex-fadeout 0.5s;
 -o-animation:vex-fadeout 0.5s;
 -webkit-backface-visibility:hidden
}
.vex-content {
 animation:vex-fadein 0.5s;
 -webkit-animation:vex-fadein 0.5s;
 -moz-animation:vex-fadein 0.5s;
 -ms-animation:vex-fadein 0.5s;
 -o-animation:vex-fadein 0.5s;
 -webkit-backface-visibility:hidden;
 background:#fff
}
.vex.vex-closing .vex-content {
 animation:vex-fadeout 0.5s;
 -webkit-animation:vex-fadeout 0.5s;
 -moz-animation:vex-fadeout 0.5s;
 -ms-animation:vex-fadeout 0.5s;
 -o-animation:vex-fadeout 0.5s;
 -webkit-backface-visibility:hidden
}
.vex-close:before {
 font-family:Arial,sans-serif;
 content:"\00D7"
}
.vex-dialog-form {
 margin:0
}
.vex-dialog-button {
 -webkit-appearance:none;
 cursor:pointer
}
.vex-loading-spinner {
 animation:vex-rotation 0.7s linear infinite;
 -webkit-animation:vex-rotation 0.7s linear infinite;
 -moz-animation:vex-rotation 0.7s linear infinite;
 -ms-animation:vex-rotation 0.7s linear infinite;
 -o-animation:vex-rotation 0.7s linear infinite;
 -webkit-backface-visibility:hidden;
 -webkit-box-shadow:0 0 1em rgba(0,0,0,0.1);
 -moz-box-shadow:0 0 1em rgba(0,0,0,0.1);
 box-shadow:0 0 1em rgba(0,0,0,0.1);
 position:fixed;
 z-index:1112;
 margin:auto;
 top:0;
 right:0;
 bottom:0;
 left:0;
 height:2em;
 width:2em;
 background:#fff
}
body.vex-open {
 overflow:hidden
}
.hs_cos_flex-slides-thumb>li {
 width:210px;
 overflow:hidden;
 box-sizing:border-box;
 text-align:center
}
.hs_cos_flex-slider .hs_cos_flex-slides img {
 height:100%;
 margin:0 auto
}
.vex-content.hs-gallery {
 position:absolute;
 background:transparent
}
.vex-content.hs-gallery .hs_cos_flex-slider {
 background:transparent;
 position:absolute;
 width:100%;
 height:100%
}
.vex-content.hs-gallery .hs_cos_flex-slider,.vex-content.hs-gallery .hs_cos_flex-viewport,.vex-content.hs-gallery .hs_cos_flex-slides {
 height:100%
}
.vex-content.hs-gallery .hs_cos_flex-slides li {
 height:100%;
 visibility:hidden
}
.vex-content.hs-gallery .hs_cos_flex-slides li.hs_cos_flex-active-slide {
 visibility:visible
}
.vex-content.hs-gallery .hs_cos_flex-slides li img {
 width:100%;
 margin:0 auto
}
.vex-content.hs-gallery .hs_cos_flex-slides li div.caption {
 background-color:rgba(0,0,0,0.5);
 position:absolute;
 font-size:2em;
 line-height:1.1em;
 color:#fff;
 padding:0px 5% 0px 5%;
 width:100%;
 bottom:0;
 text-align:center
}
.vex-content.hs-gallery .hs_cos_flex-slider.flex-slider-main.slider-mode-lightbox {
 display:block
}
.vex-content.hs-gallery .hs_cos_flex-direction-nav a {
 -webkit-transition:none
}
.vex-content.hs-gallery .vex-close {
 position:fixed;
 top:10px;
 right:10px;
 width:40px;
 height:40px;
 cursor:pointer;
 z-index:9999999
}
.vex-content.hs-gallery .vex-close:before,.vex-content.hs-gallery .vex-close:after {
 content:"";
 display:block;
 width:100%;
 height:4px;
 margin-top:-2px;
 border-radius:2px;
 background:#fff;
 position:absolute;
 top:50%
}
.vex-content.hs-gallery .vex-close:hover::after,.vex-content.hs-gallery .vex-close:hover::before {
 box-shadow:0 0 9px #fff !important
}
.vex-content.hs-gallery .vex-close:after {
 -webkit-transform:rotate(45deg);
 -moz-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 -o-transform:rotate(45deg);
 transform:rotate(45deg)
}
.vex-content.hs-gallery .vex-close:before {
 -webkit-transform:rotate(135deg);
 -moz-transform:rotate(135deg);
 -ms-transform:rotate(135deg);
 -o-transform:rotate(135deg);
 transform:rotate(135deg)
}
@media (max-width: 768px) {
 .vex-content.hs-gallery .vex-close {
  height:25px;
  width:25px
 }
}
.hs-tools-menu {
 transition:-webkit-transform 0.5s !important;
 -webkit-transform:translate3d(0, 0, 0) !important;
 -moz-transform:translate3d(0, 0, 0) !important;
 -ms-transform:translate3d(0, 0, 0) !important;
 -o-transform:translate3d(0, 0, 0) !important;
 transform:translate3d(0, 0, 0) !important
}
body.vex-open .hs-tools-menu {
 -webkit-transform:translate3d(0, -70px, 0) !important;
 -moz-transform:translate3d(0, -70px, 0) !important;
 -ms-transform:translate3d(0, -70px, 0) !important;
 -o-transform:translate3d(0, -70px, 0) !important;
 transform:translate3d(0, -70px, 0) !important
}
.hs_cos_flex-slider.flex-slider-main.slider-mode-lightbox {
 display:none
}
.vex-overlay.hs-gallery {
 background:rgba(0,0,0,0.8)
}
.slider-mode-lightbox.hs-cos-flex-slider-control-panel {
 margin-top:0
}
.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
 display:inline-block;
 width:100px;
 height:100px;
 line-height:100px;
 margin-right:10px;
 margin-bottom:10px;
 overflow:hidden;
 position:relative
}
.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li a {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%
}
.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li a img {
 display:inline;
 vertical-align:middle
}
ul.hs_cos_flex-slides-main img[data-src] {
 background:url(https://hubspot-static2cdn.s3.amazonaws.com/style_guide/static-2.303/img/spinners/tiny-loader.gif) center no-repeat
}
.hs-common-error-message {
 background-color:#f0d0d0 !important;
 border:1px solid #993401 !important;
 color:#993401 !important;
 font-size:15px !important;
 border-radius:3px !important;
 padding:8px !important;
 margin:8px 0px 8px 0px !important
}
.hs-common-confirm-message {
 background-color:#cde3cc !important;
 border:1px solid #360 !important;
 color:#360 !important;
 font-size:15px !important;
 border-radius:3px !important;
 padding:8px !important;
 margin:8px 0px 8px 0px !important
}
iframe[src="about:blank"] {
 display:none
}
.advanced-lp-form-response-message {
 background-color:#cde3cc;
 border:1px solid #360;
 color:#336600;
 font-size:15px;
 border-radius:3px;
 padding:8px;
 margin:8px 0px 8px 0px
}
.hs-tools-menu,.hs-tools-menu * {
 font-family:"helvetica neue",helvetica,"arial sans" !important;
 line-height:18px !important;
 text-shadow:0px 1px #000 !important
}
.hs-tools-menu {
 position:fixed !important;
 top:10px !important;
 right:10px !important;
 cursor:pointer !important;
 background:#222 !important;
 background:rgba(0,0,0,0.75) !important;
 background-image:-webkit-linear-gradient(top, #404040, #333) !important;
 background-image:-moz-linear-gradient(top, #404040, #333) !important;
 color:#abacac !important;
 min-width:160px !important;
 min-height:40px !important;
 padding:0px !important;
 margin:0px !important;
 border:1px solid #222 !important;
 -webkit-border-radius:3px !important;
 -moz-border-radius:3px !important;
 border-radius:3px !important;
 -webkit-box-shadow:inset 0px 1px rgba(255,255,255,0.25) !important;
 -moz-box-shadow:inset 0px 1px rgba(255,255,255,0.25) !important;
 box-shadow:inset 0px 1px rgba(255,255,255,0.25) !important;
 -moz-user-select:none !important;
 -webkit-user-select:none !important;
 -o-user-select:none !important;
 user-select:none !important;
 -webkit-animation:hsflyin 1.5s !important;
 -moz-animation:hsflyin 1.5s !important;
 z-index:99999999999 !important;
 box-sizing:content-box !important
}
.hs-tools-menu.hs-collapsed {
 -webkit-box-shadow:0px 1px 7px rgba(255,255,255,0.25),inset 0px 1px rgba(255,255,255,0.25) !important;
 -moz-box-shadow:0px 1px 7px rgba(255,255,255,0.25),inset 0px 1px rgba(255,255,255,0.25) !important;
 box-shadow:0px 1px 7px rgba(255,255,255,0.25),inset 0px 1px rgba(255,255,255,0.25) !important;
 min-width:40px !important
}
.hs-tools-menu a {
 text-decoration:none !important;
 color:#abacac !important;
 padding:8px 10px !important;
 display:block !important;
 font-size:inherit !important;
 line-height:inherit !important;
 font-weight:inherit !important
}
.hs-tools-menu a:hover,.hs-tools-menu a:active {
 text-decoration:none !important;
 color:#f7f8f8 !important;
 background:#444 !important
}
.hs-tools-menu li {
 text-align:left !important;
 line-height:18px !important;
 font-size:inherit !important;
 margin:0px !important;
 padding:0px !important;
 background:none !important;
 font-weight:inherit !important;
 list-style:none !important
}
.hs-tools-menu .hs-title {
 font-weight:bold !important;
 font-size:14px !important;
 position:absolute !important;
 top:-29px !important;
 margin-left:9px !important;
 text-shadow:0px -1px #000
}
.hs-tools-menu .hs-dropdown {
 position:relative !important
}
.hs-tools-menu.hs-collapsed .hs-dropdown {
 display:none !important;
 opacity:0.95 !important
}
.hs-tools-menu ul {
 list-style:none !important;
 margin:0px !important;
 margin-top:41px !important;
 padding:5px 0px !important;
 font-size:13px !important;
 font-weight:500 !important;
 background:#333 !important;
 -webkit-box-shadow:inset 0px 1px #222 !important;
 -moz-box-shadow:inset 0px 1px #222 !important;
 box-shadow:inset 0px 1px #222 !important
}
.hs-tools-menu img.hs-sprocket {
 width:33px !important;
 top:-1px !important;
 right:-1px !important;
 padding:5px 5px 4px 4px !important;
 position:absolute !important;
 -webkit-border-radius:3px !important;
 -moz-border-radius:3px !important;
 border-radius:3px !important;
 box-sizing:content-box !important
}
.hs-tools-menu img.hs-sprocket:active {
 opacity:0.5 !important;
 background-image:-webkit-linear-gradient(top, #111, #303030) !important;
 background-image:-moz-linear-gradient(top, #111, #303030) !important;
 -webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.25) !important;
 -moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.25) !important;
 box-shadow:inset 0px 1px 3px rgba(0,0,0,0.25) !important
}
.hs-tools-menu.hs-collapsed img.hs-sprocket {
 display:block !important
}
.hs-tools-menu .hs-dropdown::before {
 content:" " !important;
 display:none !important;
 position:absolute !important;
 height:33px !important;
 width:33px !important;
 top:-37px !important;
 right:4px !important;
 background:#e36f1e !important;
 -webkit-mask-box-image:url("https://cdn2.hubspot.net/static/sprocket_white_80.png") !important;
 z-index:15 !important
}
.hs-tools-menu .hs-dropdown::after {
 content:" " !important;
 display:none !important;
 position:absolute !important;
 height:33px !important;
 width:33px !important;
 top:-38px !important;
 right:4px !important;
 background:#000 !important;
 -webkit-mask-box-image:url("https://cdn2.hubspot.net/static/sprocket_white_80.png") !important;
 z-index:10 !important
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
 .hs-tools-menu .hs-dropdown::before,.hs-tools-menu .hs-dropdown::after {
  display:block !important
 }
 .hs-tools-menu img.hs-sprocket {
  display:none !important
 }
}
@-webkit-keyframes 'hsflyin' {
 0% {
  top:-100px
 }
 50% {
  top:-100px
 }
 100% {
  top:10px
 }
}
@-moz-keyframes 'hsflyin' {
 0% {
  top:-100px
 }
 50% {
  top:-100px
 }
 100% {
  top:10px
 }
}
.hs-rss-item {
 margin-bottom:20px
}
.hs-rss-byline {
 opacity:.7;
 font-size:85%;
 font-decorate:italics
}
.hs-rss-item.hs-with-featured-image {
 overflow:hidden
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
 width:80%;
 float:left;
 padding-right:20px;
 box-sizing:border-box
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
 display:inline-block;
 width:20%
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
 width:100%
}
.hs-classic-form-errors {
 margin:0;
 padding:10px;
 background:#fff9d8;
 border-top:1px solid #e9e1af
}
.hs-classic-form-errors .top-message {
 font-weight:bold
}
a.cta_button {
 -moz-box-sizing:content-box !important;
 -webkit-box-sizing:content-box !important;
 box-sizing:content-box !important;
 vertical-align:middle
}
.hs-breadcrumb-menu {
 list-style-type:none;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px
}
.hs-breadcrumb-menu-item {
 float:left;
 padding:10px 0px 10px 10px
}
.hs-breadcrumb-menu-divider:before {
 content:'›';
 padding-left:10px
}
body>#calroot>#calhead>#caltitle>select {
 margin:0 2px;
 width:auto;
 height:auto
}
.hs-featured-image-link {
 border:0
}
.hs-featured-image {
 float:right;
 margin:0 0 20px 20px;
 max-width:50%
}
@media (max-width: 568px) {
 .hs-featured-image {
  float:none;
  margin:0;
  width:100%;
  max-width:100%
 }
}
.hs-blog-social-share {
 height:30px
}
.hs-blog-social-share .hs-blog-social-share-list {
 list-style:none;
 padding-left:0
}
.hs-blog-social-share .hs-blog-social-share-list:after {
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
 float:left;
 margin-right:10px
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
 margin-right:5px
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .twitter-share-button {
 min-width:61px !important
}
img.hs-social-sharing-placeholder {
 height:20px !important;
 width:auto !important;
 max-width:none !important;
 max-height:none !important;
 -webkit-border-radius:0 !important;
 -moz-border-radius:0 !important;
 border-radius:0 !important;
 margin-right:5px
}
span.hs-image-container {
 padding:10px;
 display:inline-block
}
span.hs-image-caption {
 display:block;
 margin-top:10px;
 font-size:13px;
 text-align:center
}
.hs-centered-image-container {
 text-align:center
}
.hs-screen-reader-text {
 clip:rect(1px, 1px, 1px, 1px);
 height:1px;
 overflow:hidden;
 position:absolute !important;
 width:1px
}

/****************LAYOUT-MIN-CSS********************/
.row-fluid {
 width: 100%;
 *zoom: 1
}
.row-fluid:before, .row-fluid:after {
 display: table;
 content: ""
}
.row-fluid:after {
 clear: both
}
.row-fluid [class*="span"] {
 display: block;
 float: left;
 width: 100%;
 min-height: 28px;
 margin-left: 2.127659574%;
 *margin-left: 2.0744680846382977%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box
}
.row-fluid [class*="span"]:first-child {
 margin-left: 0
}
.row-fluid .span12 {
 width: 99.99999998999999%;
 *width: 99.94680850063828%
}
.row-fluid .span11 {
 width: 91.489361693%;
 *width: 91.4361702036383%
}
.row-fluid .span10 {
 width: 82.97872339599999%;
 *width: 82.92553190663828%
}
.row-fluid .span9 {
 width: 74.468085099%;
 *width: 74.4148936096383%
}
.row-fluid .span8 {
 width: 65.95744680199999%;
 *width: 65.90425531263828%
}
.row-fluid .span7 {
 width: 57.446808505%;
 *width: 57.3936170156383%
}
.row-fluid .span6 {
 width: 48.93617020799999%;
 *width: 48.88297871863829%
}
.row-fluid .span5 {
 width: 40.425531911%;
 *width: 40.3723404216383%
}
.row-fluid .span4 {
 width: 31.914893614%;
 *width: 31.8617021246383%
}
.row-fluid .span3 {
 width: 23.404255317%;
 *width: 23.3510638276383%
}
.row-fluid .span2 {
 width: 14.89361702%;
 *width: 14.8404255306383%
}
.row-fluid .span1 {
 width: 6.382978723%;
 *width: 6.329787233638298%
}
.container-fluid {
 *zoom: 1
}
.container-fluid:before, .container-fluid:after {
 display: table;
 content: ""
}
.container-fluid:after {
 clear: both
}
@media(max-width:767px) {
 .row-fluid {
  width: 100%
 }
 .row-fluid [class*="span"] {
  display: block;
  float: none;
  width: auto;
  margin-left: 0
 }
}
@media(min-width:768px) and (max-width:1139px) {
 .row-fluid {
  width: 100%;
  *zoom: 1
 }
 .row-fluid:before, .row-fluid:after {
  display: table;
  content: ""
 }
 .row-fluid:after {
  clear: both
 }
 .row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.762430939%;
  *margin-left: 2.709239449638298%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
 }
 .row-fluid [class*="span"]:first-child {
  margin-left: 0
 }
 .row-fluid .span12 {
  width: 99.999999993%;
  *width: 99.9468085036383%
 }
 .row-fluid .span11 {
  width: 91.436464082%;
  *width: 91.38327259263829%
 }
 .row-fluid .span10 {
  width: 82.87292817100001%;
  *width: 82.8197366816383%
 }
 .row-fluid .span9 {
  width: 74.30939226%;
  *width: 74.25620077063829%
 }
 .row-fluid .span8 {
  width: 65.74585634900001%;
  *width: 65.6926648596383%
 }
 .row-fluid .span7 {
  width: 57.182320438000005%;
  *width: 57.129128948638304%
 }
 .row-fluid .span6 {
  width: 48.618784527%;
  *width: 48.5655930376383%
 }
 .row-fluid .span5 {
  width: 40.055248616%;
  *width: 40.0020571266383%
 }
 .row-fluid .span4 {
  width: 31.491712705%;
  *width: 31.4385212156383%
 }
 .row-fluid .span3 {
  width: 22.928176794%;
  *width: 22.874985304638297%
 }
 .row-fluid .span2 {
  width: 14.364640883%;
  *width: 14.311449393638298%
 }
 .row-fluid .span1 {
  width: 5.801104972%;
  *width: 5.747913482638298%
 }
}
@media(min-width:1280px) {
 .row-fluid {
  width: 100%;
  *zoom: 1
 }
 .row-fluid:before, .row-fluid:after {
  display: table;
  content: ""
 }
 .row-fluid:after {
  clear: both
 }
 .row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.564102564%;
  *margin-left: 2.510911074638298%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
 }
 .row-fluid [class*="span"]:first-child {
  margin-left: 0
 }
 .row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%
 }
 .row-fluid .span11 {
  width: 91.45299145300001%;
  *width: 91.3997999636383%
 }
 .row-fluid .span10 {
  width: 82.905982906%;
  *width: 82.8527914166383%
 }
 .row-fluid .span9 {
  width: 74.358974359%;
  *width: 74.30578286963829%
 }
 .row-fluid .span8 {
  width: 65.81196581200001%;
  *width: 65.7587743226383%
 }
 .row-fluid .span7 {
  width: 57.264957265%;
  *width: 57.2117657756383%
 }
 .row-fluid .span6 {
  width: 48.717948718%;
  *width: 48.6647572286383%
 }
 .row-fluid .span5 {
  width: 40.170940171000005%;
  *width: 40.117748681638304%
 }
 .row-fluid .span4 {
  width: 31.623931624%;
  *width: 31.5707401346383%
 }
 .row-fluid .span3 {
  width: 23.076923077%;
  *width: 23.0237315876383%
 }
 .row-fluid .span2 {
  width: 14.529914530000001%;
  *width: 14.4767230406383%
 }
 .row-fluid .span1 {
  width: 5.982905983%;
  *width: 5.929714493638298%
 }
}
.clearfix {
 *zoom: 1
}
.clearfix:before, .clearfix:after {
 display: table;
 content: ""
}
.clearfix:after {
 clear: both
}
.hide {
 display: none
}
.show {
 display: block
}
.invisible {
 visibility: hidden
}
.hidden {
 display: none;
 visibility: hidden
}
.visible-phone {
 display: none!important
}
.visible-tablet {
 display: none!important
}
.hidden-desktop {
 display: none!important
}
@media(max-width:767px) {
 .visible-phone {
  display: inherit!important
 }
 .hidden-phone {
  display: none!important
 }
 .hidden-desktop {
  display: inherit!important
 }
 .visible-desktop {
  display: none!important
 }
}
@media(min-width:768px) and (max-width:1139px) {
 .visible-tablet {
  display: inherit!important
 }
 .hidden-tablet {
  display: none!important
 }
 .hidden-desktop {
  display: inherit!important
 }
 .visible-desktop {
  display: none!important
 }
}
/******************LP-BASE-MIN-CSS******************/
img {
 max-width: 100%;
 border: 0;
 -ms-interpolation-mode: bicubic;
 vertical-align: bottom
}
video {
 max-width: 100%;
 height: auto
}
.hs-responsive-embed {
 position: relative;
 height: auto;
 overflow: hidden;
 padding-top: 0;
 padding-left: 0;
 padding-right: 0
}
.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
 width: 100%;
 height: 100%;
 border: 0
}
.hs-responsive-embed, .hs-responsive-embed.hs-responsive-embed-youtube, .hs-responsive-embed.hs-responsive-embed-wistia, .hs-responsive-embed.hs-responsive-embed-vimeo {
 padding-bottom: 2%
}
.hs-responsive-embed.hs-responsive-embed-instagram {
 padding-bottom: 116.01%
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
 height: auto;
 overflow: visible;
 padding: 0
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
 position: static;
 width: auto;
 height: auto
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
 width: 100%;
 max-width: 100%
}
@media(max-width:568px) {
 iframe {
  max-width: 100%
 }
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select {
 padding: 6px;
 display: inline-block;
 width: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box
}
.hs-menu-wrapper ul {
 padding: 0
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul {
 list-style: none;
 margin: 0
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
 display: inline-block;
 margin-bottom: 20px
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul:before {
 content: " ";
 display: table
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul:after {
 content: " ";
 display: table;
 clear: both
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
 float: left
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
 display: inline-block;
 padding: 10px 20px;
 white-space: nowrap;
 max-width: 140px;
 overflow: hidden;
 text-overflow: ellipsis;
 text-decoration: none
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
 position: relative
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
 visibility: hidden;
 opacity: 0;
 -webkit-transition: opacity .4s;
 position: absolute;
 z-index: 10;
 left: 0
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
 display: block;
 white-space: nowrap;
 width: 140px;
 overflow: hidden;
 text-overflow: ellipsis
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
 left: 180px;
 top: 0
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
 opacity: 1;
 visibility: visible
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
 margin-bottom: 0
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
 position: relative;
 margin-bottom: 20px;
 min-height: 7em
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul {
 margin-bottom: 0
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children {
 position: static
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
 display: none
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper {
 display: block;
 visibility: visible;
 opacity: 1
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:before {
 content: " ";
 display: table
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:after {
 content: " ";
 display: table;
 clear: both
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li {
 float: left
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
 display: inline-block;
 padding: 10px 20px;
 white-space: nowrap;
 max-width: 140px;
 width: auto;
 overflow: hidden;
 text-overflow: ellipsis;
 text-decoration: none
}
.hs-menu-wrapper.hs-menu-flow-vertical {
 width: 100%
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
 list-style: none;
 margin: 0
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
 display: block;
 white-space: nowrap;
 width: 140px;
 overflow: hidden;
 text-overflow: ellipsis
}
.hs-menu-wrapper.hs-menu-flow-vertical>ul {
 margin-bottom: 20px
}
.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
 width: auto
}
.hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
 padding: 10px 20px;
 text-decoration: none
}
.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children {
 position: relative
}
.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
 visibility: hidden;
 opacity: 0;
 -webkit-transition: opacity .4s;
 position: absolute;
 z-index: 10;
 top: 0;
 left: 180px
}
.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
 opacity: 1;
 visibility: visible
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
 min-width: 140px;
 width: auto
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul {
 max-width: 100%;
 overflow: hidden
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
 display: none
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li.hs-item-has-children>ul.hs-menu-children-wrapper {
 display: block;
 visibility: visible;
 opacity: 1;
 position: static
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2>a {
 padding-left: 4em
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3>a {
 padding-left: 6em
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4>a {
 padding-left: 8em
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5>a {
 padding-left: 140px
}
.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18)
}
@media(max-width:568px) {
 .hs-menu-wrapper, .hs-menu-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%
 }
 .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
  display: block
 }
 .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  display: block
 }
 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  float: none
 }
 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a, .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
  display: block;
  max-width: 100%;
  width: 100%
 }
}
.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
 visibility: visible;
 opacity: 1
}
.widget-type-space {
 visibility: hidden
}
.hs-author-listing-header {
 margin: 0 0 .75em 0
}
.hs-author-social-links {
 display: inline-block
}
.hs-author-social-links a.hs-author-social-link {
 width: 24px;
 height: 24px;
 border-width: 0;
 border: 0;
 line-height: 24px;
 background-size: 24px 24px;
 background-repeat: no-repeat;
 display: inline-block;
 text-indent: -99999px
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
 background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png")
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
 background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png")
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
 background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png")
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
 background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png")
}
.hs_cos_wrapper_type_image_slider {
 display: block;
 overflow: hidden
}
.hs_cos_flex-container a:active, .hs_cos_flex-slider a:active, .hs_cos_flex-container a:focus, .hs_cos_flex-slider a:focus {
 outline: 0
}
.hs_cos_flex-slides, .hs_cos_flex-control-nav, .hs_cos_flex-direction-nav {
 margin: 0;
 padding: 0;
 list-style: none
}
.hs_cos_flex-slider {
 margin: 0;
 padding: 0
}
.hs_cos_flex-slider .hs_cos_flex-slides>li {
 display: none;
 -webkit-backface-visibility: hidden;
 position: relative
}
.hs_cos_flex-slider .hs_cos_flex-slides img {
 width: 100%;
 display: block;
 border-radius: 0
}
.hs_cos_flex-pauseplay span {
 text-transform: capitalize
}
.hs_cos_flex-slides:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0
}
html[xmlns] .hs_cos_flex-slides {
 display: block
}
* html .hs_cos_flex-slides {
 height: 1%
}
.hs_cos_flex-slider {
 margin: 0 0 60px;
 background: #fff;
 border: 0;
 position: relative;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 -o-border-radius: 4px;
 border-radius: 4px;
 zoom: 1
}
.hs_cos_flex-viewport {
 max-height: 2000px;
 -webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 transition: all 1s ease
}
.loading .hs_cos_flex-viewport {
 max-height: 300px
}
.hs_cos_flex-slider .hs_cos_flex-slides {
 zoom: 1
}
.carousel li {
 margin-right: 5px
}
.hs_cos_flex-direction-nav {
 *height: 0
}
.hs_cos_flex-direction-nav a {
 width: 30px;
 height: 30px;
 margin: -20px 0 0;
 display: block;
 background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0;
 position: absolute;
 top: 50%;
 z-index: 10;
 cursor: pointer;
 text-indent: -9999px;
 opacity: 0;
 -webkit-transition: all .3s ease
}
.hs_cos_flex-direction-nav .hs_cos_flex-next {
 background-position: 100% 0;
 right: -36px
}
.hs_cos_flex-direction-nav .hs_cos_flex-prev {
 left: -36px
}
.hs_cos_flex-slider:hover .hs_cos_flex-next {
 opacity: .8;
 right: 5px
}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {
 opacity: .8;
 left: 5px
}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {
 opacity: 1
}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {
 opacity: .3 !important;
 filter: alpha(opacity=30);
 cursor: default
}
.hs_cos_flex_thumbnavs-direction-nav {
 margin: 0;
 padding: 0;
 list-style: none
}
.hs_cos_flex_thumbnavs-direction-nav {
 *height: 0
}
.hs_cos_flex_thumbnavs-direction-nav a {
 width: 30px;
 height: 140px;
 margin: -60px 0 0;
 display: block;
 background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%;
 position: absolute;
 top: 50%;
 z-index: 10;
 cursor: pointer;
 text-indent: -9999px;
 opacity: 1;
 -webkit-transition: all .3s ease
}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
 background-position: 100% 40%;
 right: 0
}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
 left: 0
}
.hs-cos-flex-slider-control-panel img {
 cursor: pointer
}
.hs-cos-flex-slider-control-panel img:hover {
 opacity: .8
}
.hs-cos-flex-slider-control-panel {
 margin-top: -30px
}
.hs_cos_flex-control-nav {
 width: 100%;
 position: absolute;
 bottom: -40px;
 text-align: center
}
.hs_cos_flex-control-nav li {
 margin: 0 6px;
 display: inline-block;
 zoom: 1;
 *display: inline
}
.hs_cos_flex-control-paging li a {
 width: 11px;
 height: 11px;
 display: block;
 background: #666;
 background: rgba(0, 0, 0, 0.5);
 cursor: pointer;
 text-indent: -9999px;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 -o-border-radius: 20px;
 border-radius: 20px;
 box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
}
.hs_cos_flex-control-paging li a:hover {
 background: #333;
 background: rgba(0, 0, 0, 0.7)
}
.hs_cos_flex-control-paging li a.hs_cos_flex-active {
 background: #000;
 background: rgba(0, 0, 0, 0.9);
 cursor: default
}
.hs_cos_flex-control-thumbs {
 margin: 5px 0 0;
 position: static;
 overflow: hidden
}
.hs_cos_flex-control-thumbs li {
 width: 25%;
 float: left;
 margin: 0
}
.hs_cos_flex-control-thumbs img {
 width: 100%;
 display: block;
 opacity: .7;
 cursor: pointer
}
.hs_cos_flex-control-thumbs img:hover {
 opacity: 1
}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {
 opacity: 1;
 cursor: default
}
@media screen and (max-width:860px) {
 .hs_cos_flex-direction-nav .hs_cos_flex-prev {
  opacity: 1;
  left: 0
 }
 .hs_cos_flex-direction-nav .hs_cos_flex-next {
  opacity: 1;
  right: 0
 }
}
.hs_cos_flex-slider .caption {
 background-color: rgba(0, 0, 0, 0.5);
 position: absolute;
 font-size: 2em;
 line-height: 1.1em;
 color: white;
 padding: 0 5% 0 5%;
 width: 100%;
 bottom: 0;
 text-align: center
}
.hs_cos_flex-slider .superimpose .caption {
 color: white;
 font-size: 3em;
 line-height: 1.1em;
 position: absolute;
 padding: 0 5% 0 5%;
 width: 90%;
 top: 40%;
 text-align: center;
 background-color: transparent
}
@media all and (max-width:400px) {
 .hs_cos_flex-slider .superimpose .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  width: 90%;
  padding: 0 5% 0 5%;
  top: 40%;
  text-align: center
 }
 #recaptcha_area table#recaptcha_table {
  width: 300px !important
 }
 #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
  width: 300px !important
 }
 #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {
  width: 67px !important
 }
 #recaptcha_area table#recaptcha_table #recaptcha_image {
  width: 280px !important
 }
}
.hs_cos_flex-slider h1, .hs_cos_flex-slider h2, .hs_cos_flex-slider h3, .hs_cos_flex-slider h4, .hs_cos_flex-slider h5, .hs_cos_flex-slider h6, .hs_cos_flex-slider p {
 color: white
}
.hs-gallery-thumbnails li {
 display: inline-block;
 margin: 0;
 padding: 0;
 margin-right: -4px
}
.hs-gallery-thumbnails.fixed-height li img {
 max-height: 150px;
 margin: 0;
 padding: 0;
 border-width: 0
}
pre {
 overflow-x: auto
}
table pre {
 white-space: pre-wrap
}
.comment {
 margin: 10px 0 10px 0
}
.hs_cos_wrapper_type_rich_text, .hs_cos_wrapper_type_text, .hs_cos_wrapper_type_header, .hs_cos_wrapper_type_section_header, .hs_cos_wrapper_type_raw_html, .hs_cos_wrapper_type_raw_jinja, .hs_cos_wrapper_type_page_footer {
 word-wrap: break-word
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
 display: block
}
audio, canvas, video {
 display: inline-block;
 *display: inline;
 *zoom: 1
}
audio:not([controls]) {
 display: none
}
.wp-float-left {
 float: left;
 margin: 0 20px 20px 0
}
.wp-float-right {
 float: right;
 margin: 0 0 20px 20px
}
#map_canvas img, .google-maps img {
 max-width: none
}
#recaptcha_table td {
 line-height: 0
}
.recaptchatable #recaptcha_response_field {
 min-height: 0;
 line-height: 12px
}
html {
 background: #fff;
 font-family: 'Lato', sans-serif;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale
}
body {
 margin: 0;
 padding: 0
}
body.with-overlay-header {
 padding: 0
}
body.with-overlay-header .header-container-wrapper .widget-type-logo, body.with-overlay-header .body-container-wrapper {
 padding-left: 20px;
 padding-right: 20px
}
sup, sub {
 font-size: 50% !important;
 vertical-align: baseline;
 position: relative;
 top: -0.8em
}
sub {
 top: .4em
}
a {
 transition: all .5s ease
}
input[type="submit"], input[type="text"], input[type="email"], select {
 -webkit-appearance: none !important
}
.header-container-wrapper {
 margin: 0 auto;
 max-width: 1295px;
 padding: 0 0 3.47490347%
}
.idexx-logo, #hs_cos_wrapper_logo {
 display: block;
 padding: 3.47490347%
}
img {
 height: auto
}
.header-mobile, .mobile-image {
 display: none !important
}
.row-fluid>div {
 min-height: 0 !important
}
.body-container-wrapper {
 margin: 0 auto;
 max-width: 1295px;
 padding: 0 20px
}
.body-container-wrapper .body-container {
 padding: 0 3.47490347%
}
.section-header {
 margin: 0
}
.section-header h1 {
 color: #00a7b5;
 font: 300 48px/108.333333% 'Lato', sans-serif;
 margin: 0 0 6px
}
.section-header p.secondary-header {
 color: #97999a;
 font: normal 26px/150% 'Lato', sans-serif;
 margin: 0
}
.hs_cos_wrapper_type_space {
 display: block;
 height: 12px;
 margin: 0;
 padding: 0
}
.footer-container-wrapper {
 margin: 0 auto;
 max-width: 1295px;
 padding: 0 20px
}
.footer-container {
 background: #97999a;
 border-radius: 8px;
 color: #fff;
 margin: 3.47490347% auto;
 padding-top: 3.47490347%;
 padding-bottom: 3.47490347%;
 padding-left: 3.47490347%;
 /*width: 93.05019306%*/
 /*width: 100%;*/
 max-width: 1295px;
}
.footer-container-wrapper h3 {
 margin: 0
}
.footer-container-wrapper p {
 font-size: 10px;
 margin: 3.73443983% 0 0
}
.footer-container-wrapper p.copyright {
 font-size: 11px;
 margin-top: 20px
}
.footer-container-wrapper p a {
 color: #fff
}
.footer-container-wrapper .footer-copy, .footer-container-wrapper .footer-copy p {
 font-size: 11px;
 line-height: 120%;
 margin: 0
}
.footer-container-wrapper .privacy-terms-of-use {
 margin-top: 20px
}
.footer-container-wrapper .privacy-terms-of-use p {
 font-size: 16px;
 line-height: 125%;
 margin: 0
}
footer-container-wrapper .privacy-terms-of-use a {
  text-decoration: underline;
}


.hs_cos_wrapper_type_form {
 background: #e4e5e5;
 border-radius: 7.5px;
 display: block;
 padding: 34px 25px;
 position: relative;
 text-align: center
}
.hs_cos_wrapper_type_form .hs-form-field {
 text-align: left
}
.hs_cos_wrapper_type_form h3.form-title {
 color: #97999a;
 font: bold 20px/120% 'Lato', sans-serif;
 margin: 0 0 30px;
 text-align: left
}
.hs_cos_wrapper_type_form h3.form-title:empty {
 margin: 0
}
.hs_cos_wrapper_type_form label {
 color: #000;
 display: block;
 font: normal 16px/120% 'Lato', sans-serif;
 margin: 0 0 4px
}
.hs_cos_wrapper_type_form .hs-field-desc {
 color: #666;
 display: block;
 font: normal 13px/120% 'Lato', sans-serif;
 margin: -2px 0 8px
}
.hs_cos_wrapper_type_form .hs-input {
 background: #fff;
 border: 0;
 border-radius: 8px;
 height: 50px;
 font-size: 16px;
 margin: 0 0 22px;
 padding-left: 25px
}
.hs_cos_wrapper_type_form textarea.hs-input {
 height: 85px;
 padding: 15px 25px
}
.hs_cos_wrapper_type_form .hs-input[type="checkbox"], .hs_cos_wrapper_type_form .hs-input[type="radio"] {
 height: auto;
 margin: 0 8px 12px 10px
}
.hs_cos_wrapper_type_form .hs-input[type="file"] {
 box-sizing: border-box;
 padding: 25px 25px 75px;
 width: 100%
}
.hs_cos_wrapper_type_form legend a.active div, .hs_cos_wrapper_type_form label a.active div {
 background: rgba(0, 0, 0, .75);
 border-radius: 7.5px;
 bottom: 0;
 left: 0;
 position: absolute;
 right: 0;
 top: 0
}
.hs_cos_wrapper_type_form legend a.active div img, .hs_cos_wrapper_type_form label a.active div img {
 display: block;
 left: 50%;
 position: absolute;
 top: 50%;
 transform: translateX(-50%) translateY(-50%)
}
.hs_cos_wrapper_type_form .hs-button.large.primary {
 background: #ef433e;
 border: 0;
 border-radius: 8px;
 color: #fff;
 cursor: pointer;
 display: inline-block;
 font-size: 14px;
 font-weight: bold;
 line-height: 18px;
 margin: 12px 0 0;
 padding: 12px 24px;
 text-align: left;
 text-decoration: none
}
.hs_cos_wrapper_type_form ul.inputs-list.hs-error-msgs {
 list-style: none;
 margin: -16px 0 22px;
 padding: 0
}
.hs_cos_wrapper_type_form ul.inputs-list.hs-error-msgs li label {
 color: #b50000
}
.hs_cos_wrapper_type_form ul.inputs-list {
 list-style: none;
 margin: 12px 0 22px;
 padding: 0
}
.hs_cos_wrapper_type_form legend a, .hs_cos_wrapper_type_form label a {
 color: #97999b;
 cursor: pointer
}
.hs_cos_wrapper_type_form legend a img, .hs_cos_wrapper_type_form label a img {
 display: none
}
.hs_cos_wrapper_type_form .hs-form fieldset.form-columns-1 .hs-input {
 width: 100%
}
.hs-form.stacked fieldset.form-columns-1, .hs-form.stacked fieldset.form-columns-2, .hs-form.stacked fieldset.form-columns-3 {
 max-width: none
}
.lp-cta-rte {
 padding: 30px 20px;
 position: relative
}
.lp-cta-rte:before {
 border-top: 1.5px dotted #ef433e;
 content: "";
 display: block;
 left: 0;
 height: 2px;
 position: absolute;
 right: 0;
 top: 0
}
.lp-cta-rte:after {
 /*border-bottom: 1.5px dotted #ef433e;*/
 content: "";
 display: block;
 left: 0;
 height: 2px;
 position: absolute;
 right: 0;
 bottom: 0
}
.lp-cta-rte:before, .lp-cta-rte:after {
 /*background: url('//cdn2.hubspot.net/hubfs/413558/dotted-rule-1.png?t=1470082946168') left center repeat-x;*/
 border: 0;
 /*height: 3px*/
}
.lp-cta-rte h1, .hs_cos_wrapper_type_rich_text h1 {
 color: #00a7b5;
 font: 300 48px/1.25em 'Lato', sans-serif;
 margin: 0 0 6px
}
.lp-cta-rte h2, .hs_cos_wrapper_type_rich_text h2 {
 color: #97999a;
 font: normal 26px/150% 'Lato', sans-serif;
 margin: 0
}
.lp-cta-rte h3, .hs_cos_wrapper_type_rich_text h3 {
 color: #000;
 font: 300 20px/150% 'Lato', sans-serif;
 margin: 0 0 8px
}
.lp-cta-rte h4, .hs_cos_wrapper_type_rich_text h4 {
 color: #ef433e;
 display: block;
 font: normal 22px/120% 'Lato', sans-serif;
 margin: 15px 0;
 text-decoration: none
}
.lp-cta-rte p .hs_cos_wrapper_type_rich_text p, .idexx-teaser-content, .idexx-teaser-content p {
 font: normal 18px/155% 'Lato', sans-serif
}
.lp-cta-rte ul, .hs_cos_wrapper_type_rich_text ul, .idexx-teaser-content ul {
 padding-left: 20px
}
.lp-cta-rte a.rtebutton, .idexx-teaser-content a.rtebutton, .hs_cos_wrapper_type_rich_text a.rtebutton, input.rtebutton {
 background: #ef433e;
 border-radius: 8px;
 color: #fff;
 display: inline-block;
 font-size: 14px;
 font-weight: bold;
 line-height: 18px;
 margin: 12px 0 0;
 padding: 12px 36px;
 text-align: left;
 text-decoration: none
}
.idexx-teaser {
 margin: 0;
 text-align: left
}
.idexx-teaser-image {
 display: inline-block;
 margin: 0 5.04413619% 0 0;
 vertical-align: middle;
 width: 12.6103405%
}
.idexx-teaser-image img {
 border: 0;
 display: block
}
.idexx-teaser-content {
 display: inline-block;
 vertical-align: middle;
 width: 82.34552331%
}
.idexx-teaser-content strong {
 display: block;
 font-size: 20px;
 line-height: 140%
}
.idexx-teaser.medium .idexx-teaser-image {
 vertical-align: top;
 width: 18.9155107%
}
.idexx-teaser.medium .idexx-teaser-content {
 vertical-align: top;
 width: 76.04035311%
}
.idexx-teaser.large .idexx-teaser-image {
 vertical-align: top;
 width: 25.220681%
}
.idexx-teaser.large .idexx-teaser-content {
 vertical-align: top;
 width: 69.73518281%
}
.idexx-teaser.xlarge .idexx-teaser-image {
 vertical-align: top;
 width: 31.5258512%
}
.idexx-teaser.xlarge .idexx-teaser-content {
 vertical-align: top;
 width: 63.43001261%
}
.row-fluid-wrapper .widget-type-widget_container .hs_cos_wrapper .hs_cos_wrapper_type_linked_image {
 position: relative;
 z-index: 100
}
.hs_submit .actions {
 text-align: center
}
.idexx-header {
 background-position: center center;
 background-size: cover;
 background-repeat: no-repeat;
 display: block;
 height: 0;
 padding: 0 20px 19.9421965%;
 position: relative
}
.idexx-header .idexx-header-content {
 padding: 4% 3.4749%
}
.idexx-header .idexx-header-content h1 {
 color: #fff;
 font: 300 44px/111.538462% 'Lato', sans-serif;
 margin: 0;
 padding-right: 14%
}
.idexx-header .idexx-header-content h2 {
 color: #fff;
 font: 300 30px/140% 'Lato', sans-serif;
 margin: 0;
 padding-right: 14%
}
.idexx-header .idexx-header-content h1 sup, .idexx-header .idexx-header-content h2 sup {
 font-size: 50%
}
.idexx-header.image {
 height: auto;
 padding: 0
}
.idexx-header.mobile {
 display: none
}
@media screen and (min-width:1280px) {
 .idexx-header .idexx-header-content h1 {
  font-size: 52px
 }
}
@media screen and (max-width:1090px) {
 .idexx-header .idexx-header-content h1 {
  font-size: 32px
 }
 .idexx-header .idexx-header-content h2 {
  font-size: 16px
 }
}
@media screen and (max-width:810px) {
 .idexx-header .idexx-header-content h1 {
  font-size: 24px
 }
}
@media screen and (max-width:767px) {
 .header-container-wrapper {
  padding: 0 0 20px
 }
 #hs_cos_wrapper_logo {
  display: block;
  padding: 20px 0
 }
 .section-header h1 {
  padding: 0 0 14px
 }
 .header-mobile, .mobile-image {
  display: block !important;
  margin: 0 auto;
  max-width: 100%
 }
 .body-container-wrapper .body-container {
  padding: 0
 }
 .hs_cos_wrapper_type_form {
  margin-bottom: 5.85175553%
 }
 .row-depth-1.row-number-1 .widget-type-section_header {
  display: block
 }
 .row-depth-1.row-number-2 .hs_cos_wrapper_type_section_header {
  display: none
 }
 .widget-type-linked_image {
  display: block !important
 }
 .widget-type-linked_image.desktop {
  display: none !important
 }
 .idexx-header .idexx-header-content {
  padding: 20px
 }
 .idexx-header .idexx-header-content h1 {
  padding-right: 0
 }
 .idexx-header .idexx-header-content h2 {
  padding-right: 0
 }
}
.row-fluid .span4 {
 margin-left: 3.73444%;
 width: 30.31%
}
@media screen and (max-width:613px) {
 .row-fluid .span4 {
  margin-left: 0 !important;
  width: 100% !important
 }
}
@media screen and (max-width:600px) {
 .idexx-logo, #hs_cos_wrapper_logo {
  padding: 25px 20px !important
 }
 .idexx-logo img, #hs_cos_wrapper_logo img {
  height: 32px !important;
  width: 175px !important
 }
 .section-header h1 {
  font-size: 32px
 }
 .section-header p.secondary-header {
  font-size: 22px;
  line-height: 28px
 }
 .idexx-teaser .idexx-teaser-image {
  margin-right: 0 !important
 }
 .idexx-teaser .idexx-teaser-content {
  display: block;
  width: 100% !important
 }
 .idexx-teaser .idexx-teaser-image {
  min-width: 75px
 }
 .idexx-header {
  background-position: center bottom !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: auto !important;
  padding: 0 !important
 }
 .lp-cta-rte h1, .hs_cos_wrapper_type_rich_text h1, .idexx-header .idexx-header-content h1 {
  font-size: 32px !important
 }
 .lp-cta-rte h2, .hs_cos_wrapper_type_rich_text h2, .idexx-header .idexx-header-content h2 {
  font-size: 22px !important
 }
 .idexx-header.desktop {
  display: none
 }
 .idexx-header.mobile {
  display: block
 }
}
.product-feature {
 margin: 0 0 30px;
 padding: 30px 20px;
 position: relative;
 text-align: center
}
.product-feature:before {
 border-top: 1.5px dotted #ef433e;
 content: "";
 display: block;
 left: 20px;
 height: 2px;
 position: absolute;
 right: 20px;
 top: 0
}
.product-feature:after {
 border-bottom: 1.5px dotted #ef433e;
 content: "";
 display: block;
 left: 20px;
 height: 2px;
 position: absolute;
 right: 20px;
 bottom: 0
}
.product-feature:before, .product-feature:after {
 background: url('//cdn2.hubspot.net/hubfs/413558/dotted-rule-1.png?t=1470082946168') left center repeat-x;
 border: 0;
 height: 3px
}
.product-feature a img {
 display: block;
 margin: 0 auto 10px
}
.product-feature a.headline {
 color: #ef433e;
 display: block;
 font: normal 22px/120% 'Lato', sans-serif;
 margin: 15px 0;
 text-align: center;
 text-decoration: none
}
.product-feature a.button {
 background: #ef433e;
 border-radius: 8px;
 color: #fff;
 display: inline-block;
 font-size: 14px;
 font-weight: bold;
 line-height: 18px;
 margin: 12px;
 padding: 12px 36px;
 text-align: left;
 text-decoration: none
}
@media screen and (max-width:767px) {
 .product-feature {
  margin: 3.5% auto
 }
}
.idexx-video-panel {
 overflow: auto;
 padding: 7% 5%
}
.idexx-video-panel .idexx-video {
 display: block;
 float: left;
 width: 48%
}
.idexx-video-panel .idexx-video-content {
 display: block;
 float: right;
 width: 48%
}
.idexx-video-panel .idexx-video-content h3.widget-title {
 color: #00b5c1;
 font-size: 34px;
 font-weight: 400;
 margin: 0 0 8px
}
.idexx-video-panel .idexx-video-content h3.widget-title a {
 color: #00b5c1;
 text-decoration: none
}
.idexx-video-panel .idexx-video-content .idexx-video-desc p {
 font-size: 20px;
 line-height: 30px;
 font-weight: 300
}
.idexx-video-panel .idexx-video-content .idexx-video-desc p:last-child {
 margin-bottom: 0
}
.idexx-video-panel .idexx-video.provider-kaltura {
 padding-bottom: 56.25%;
 position: relative
}
.idexx-video-panel .idexx-video.provider-kaltura div.kWidgetIframeContainer {
 bottom: 0;
 left: 0;
 position: absolute;
 right: 0;
 top: 0
}
.idexx-video-panel.right .idexx-video {
 float: right
}
.idexx-video-panel.right .idexx-video-content {
 float: left
}
.idexx-video-panel.large {
 overflow: visible;
 padding: 0
}
.idexx-video-panel.large h3.widget-title {
 color: #666;
 font: 300 34px/120% 'Lato', sans-serif;
 margin: 0 0 20px
}
.idexx-video-panel.large h3.widget-title strong {
 font-weight: 400
}
.idexx-video-panel.large .idexx-video {
 float: none;
 width: 100%
}
.idexx-video-panel.large .idexx-video-content {
 float: none;
 width: 100%
}
.idexx-video-panel.large .idexx-video-content .idexx-video-desc {
 padding-top: 24px
}
.idexx-video-panel.large .idexx-video-content .idexx-video-desc p:first-child {
 margin-top: 0
}
@media screen and (max-width:960px) {
 .idexx-video-panel .idexx-video, .idexx-video-panel .idexx-video-content {
  float: none !important;
  width: auto !important
 }
}
@media screen and (max-width:767px) {
 .idexx-video-panel.large h3.widget-title {
  font-size: 24px
 }
 .idexx-video-panel .idexx-video-content h3.widget-title {
  margin-top: 12px
 }
}
.modalDialog {
 position: fixed;
 font-family: Arial, Helvetica, sans-serif;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: rgba(0, 0, 0, 0.8);
 z-index: 99999;
 opacity: 0;
 -webkit-transition: opacity 400ms ease-in;
 -moz-transition: opacity 400ms ease-in;
 transition: opacity 400ms ease-in;
 pointer-events: none
}
.modalDialog:target {
 opacity: 1;
 pointer-events: auto
}
.modalDialog>div {
 width: 400px;
 position: relative;
 margin: 10% auto;
 padding: 5px 20px 13px 20px;
 border-radius: 10px;
 background: #fff;
 background: -moz-linear-gradient(#fff, #999);
 background: -webkit-linear-gradient(#fff, #999);
 background: -o-linear-gradient(#fff, #999)
}
.close {
 background: #606061;
 color: #fff;
 line-height: 25px;
 position: absolute;
 right: -12px;
 text-align: center;
 top: -10px;
 width: 24px;
 text-decoration: none;
 font-weight: bold;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 -moz-box-shadow: 1px 1px 3px #000;
 -webkit-box-shadow: 1px 1px 3px #000;
 box-shadow: 1px 1px 3px #000
}
.close:hover {
 background: #00d9ff
}
/***********************CSS*************************/
/* latin-ext */

@font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 300;
 src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v13/dPJ5r9gl3kK6ijoeP1IRsvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
 unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 300;
 src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v13/EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin-ext */

@font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 400;
 src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v13/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
 unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 400;
 src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v13/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin-ext */

@font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 700;
 src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v13/ObQr5XYcoH0WBoUxiaYK3_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
 unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 700;
 src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v13/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin-ext */

@font-face {
 font-family: 'Lato';
 font-style: italic;
 font-weight: 300;
 src: local('Lato Light Italic'), local('Lato-LightItalic'), url(https://fonts.gstatic.com/s/lato/v13/XNVd6tsqi9wmKNvnh5HNEBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
 unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
 font-family: 'Lato';
 font-style: italic;
 font-weight: 300;
 src: local('Lato Light Italic'), local('Lato-LightItalic'), url(https://fonts.gstatic.com/s/lato/v13/2HG_tEPiQ4Z6795cGfdivFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin-ext */

@font-face {
 font-family: 'Lato';
 font-style: italic;
 font-weight: 400;
 src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v13/YMOYVM-eg6Qs9YzV9OSqZfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
 unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
 font-family: 'Lato';
 font-style: italic;
 font-weight: 400;
 src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v13/PLygLKRVCQnA5fhu3qk5fQ.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin-ext */

@font-face {
 font-family: 'Lato';
 font-style: italic;
 font-weight: 700;
 src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v13/AcvTq8Q0lyKKNxRlL28RnxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
 unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
 font-family: 'Lato';
 font-style: italic;
 font-weight: 700;
 src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v13/HkF_qI1x_noxlxhrhMQYEFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}