@charset "UTF-8";
/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix:after,.clearfix:before{display:table;content:"";line-height:0}
.clearfix:after{clear:both}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}
.tooltip.in{opacity:.8;filter:alpha(opacity=80)}
.tooltip.top{margin-top:-3px;padding:5px 0}
.tooltip.right{margin-left:3px;padding:0 5px}
.tooltip.bottom{margin-top:3px;padding:5px 0}
.tooltip.left{margin-left:-3px;padding:0 5px}
.tooltip-inner{max-width:200px;padding:8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:400px;padding:1px;text-align:left;background-color:#fff;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}
.popover.top{margin-top:-10px}
.popover.right{margin-left:10px}
.popover.bottom{margin-top:10px}
.popover.left{margin-left:-10px}
.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}
.popover-title:empty{display:none}
.popover-content{padding:9px 14px}
.popover-content li,.popover-content p{margin:5px 0}
.popover-content li{list-style:disc;list-style-position:inside}
.popover-content ul{margin:10px 0}
.popover-content a{color:#0160A6}
.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}
.popover .arrow{border-width:11px}
.popover .arrow:after{border-width:10px;content:""}
.popover.top .arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}
.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}
.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}
.popover.right .arrow:after{left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}
.popover.bottom .arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}
.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}
.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}
.popover.left .arrow:after{right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040}
.modal-backdrop.fade{opacity:0}
.modal-backdrop,.modal-backdrop.fade.in{opacity:.8;filter:alpha(opacity=80)}
.modal{position:fixed;top:10%;left:50%;z-index:1050;width:630px;height:500px;margin-left:-280px;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.3);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,.3);box-shadow:0 3px 7px rgba(0,0,0,.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;outline:0}
.modal.fade{-webkit-transition:opacity .3s linear,top .3s ease-out;-moz-transition:opacity .3s linear,top .3s ease-out;-o-transition:opacity .3s linear,top .3s ease-out;transition:opacity .3s linear,top .3s ease-out;top:-25%}
.modal.fade.in{top:10%}
.modal-header{padding:9px 15px;border-bottom:1px solid #eee}
.modal-header .close{margin-top:2px}
.modal-header h3{font:700 25px/33px museo-sans;color:#504f4f;margin:0 0 10px}
.modal-header h4{font:300 20px/22px museo-sans;font-style:italic;color:#888}
.modal-body{position:relative;overflow-y:auto;max-height:400px;padding:15px}
.modal-form{margin-bottom:0}
.modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff}
.modal-footer:after,.modal-footer:before{display:table;content:"";line-height:0}
.modal-footer:after{clear:both}
.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}
.modal-footer .btn-group .btn+.btn{margin-left:-1px}
.modal-footer .btn-block+.btn-block{margin-left:0}
.dropdown,.dropup{position:relative}
.dropdown-toggle:active,.open .dropdown-toggle{outline:0}
.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;content:""}
.dropdown .caret{margin-top:8px;margin-left:2px}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}
.dropdown-menu.pull-right{right:0;left:auto}
.dropdown-menu .divider{height:1px;margin:9px 1px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}
.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:20px;color:#333;white-space:nowrap}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover,.dropdown-submenu:focus>a,.dropdown-submenu:hover>a{text-decoration:none;color:#fff;background-color:#0081c2;background-image:-moz-linear-gradient(top,#08c,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));background-image:-webkit-linear-gradient(top,#08c,#0077b3);background-image:-o-linear-gradient(top,#08c,#0077b3);background-image:linear-gradient(to bottom,#08c,#0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#0081c2;background-image:-moz-linear-gradient(top,#08c,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));background-image:-webkit-linear-gradient(top,#08c,#0077b3);background-image:-o-linear-gradient(top,#08c,#0077b3);background-image:linear-gradient(to bottom,#08c,#0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#999}
.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:default}
.open>.dropdown-menu{display:block}
.pull-right>.dropdown-menu{right:0;left:auto}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:""}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}
.dropdown-submenu{position:relative}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}
.dropdown-submenu:hover>.dropdown-menu{display:block}
.dropup .dropdown-submenu>.dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px;-webkit-border-radius:5px 5px 5px 0;-moz-border-radius:5px 5px 5px 0;border-radius:5px 5px 5px 0}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#ccc;margin-top:5px;margin-right:-10px}
.dropdown-submenu:hover>a:after{border-left-color:#fff}
.dropdown-submenu.pull-left{float:none}
.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}
.dropdown .dropdown-menu .nav-header{padding-left:20px;padding-right:20px}
.typeahead{z-index:1051;margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.accordion{margin-bottom:20px}
.accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.accordion-heading{border-bottom:0}
.accordion-heading .accordion-toggle{display:block;padding:8px 15px}
.accordion-toggle{cursor:pointer}
.accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5}
.carousel{position:relative;margin-bottom:20px;line-height:1}
.carousel-inner{overflow:hidden;width:100%;position:relative}
.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-moz-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}
.carousel-inner>.item>a>img,.carousel-inner>.item>img{display:block;line-height:1}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}
.carousel-inner>.active{left:0}
.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}
.carousel-inner>.next{left:100%}
.carousel-inner>.prev{left:-100%}
.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}
.carousel-inner>.active.left{left:-100%}
.carousel-inner>.active.right{left:100%}
.carousel-control{position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-align:center;background:#222;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;filter:alpha(opacity=50)}
.carousel-control.right{left:auto;right:15px}
.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}
.carousel-indicators{position:absolute;top:15px;right:15px;z-index:5;margin:0;list-style:none}
.carousel-indicators li{display:block;float:left;width:10px;height:10px;margin-left:5px;text-indent:-999px;background-color:#ccc;background-color:rgba(255,255,255,.25);border-radius:5px}
.carousel-indicators .active{background-color:#fff}
.carousel-caption{position:absolute;left:0;right:0;bottom:0;padding:15px;background:#333;background:rgba(0,0,0,.75)}
.carousel-caption h4,.carousel-caption p{color:#fff;line-height:20px}
.carousel-caption h4{margin:0 0 5px}
.carousel-caption p{margin-bottom:0}
.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}
.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}
.well-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}
.well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.close{float:right;font-size:20px;font-weight:700;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}
.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}
button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}
.pull-right{float:right}
.pull-left{float:left}
.hide{display:none}
.show{display:block}
.invisible{visibility:hidden}
.affix{position:fixed}
.fade{opacity:0;-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}
.fade.in{opacity:1}
.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-moz-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}
.collapse.in{height:auto}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}
a{color:#428bca;text-decoration:none}
a:focus,a:hover{color:#2a6496;text-decoration:underline}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
figure{margin:0}
img{vertical-align:middle}
.img-responsive{display:block;width:100%\9;max-width:100%;height:auto}
.img-rounded{border-radius:6px}
.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;width:100%\9;max-width:100%;height:auto}
.img-circle{border-radius:50%}
hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
fieldset{padding:0;margin:0;border:0;min-width:0}
legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}
label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}
input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px\9;line-height:normal}
input[type=file]{display:block}
input[type=range]{display:block;width:100%}
select[multiple],select[size]{height:auto}
input[type=radio]:focus,input[type=file]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}
.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
.form-control::-moz-placeholder{color:#777;opacity:1}
.form-control:-ms-input-placeholder{color:#777}
.form-control::-webkit-input-placeholder{color:#777}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}
textarea.form-control{height:auto}
input[type=search]{-webkit-appearance:none}
input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px;line-height:1.42857143\9}
input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}
input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}
.form-group{margin-bottom:15px}
.checkbox,.radio{position:relative;display:block;min-height:20px;margin-top:10px;margin-bottom:10px}
.checkbox label,.radio label{padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}
.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-left:-20px;margin-top:4px\9}
.checkbox+.checkbox,.radio+.radio{margin-top:-5px}
.checkbox-inline,.radio-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}
.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}
fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],input[type=radio].disabled,input[type=radio][disabled],input[type=checkbox].disabled,input[type=checkbox][disabled]{cursor:not-allowed}
.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}
.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}
.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}
.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}
.form-horizontal .form-group-sm .form-control,.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
select.input-sm{height:30px;line-height:30px}
select[multiple].input-sm,textarea.input-sm{height:auto}
.form-horizontal .form-group-lg .form-control,.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}
select.input-lg{height:46px;line-height:46px}
select[multiple].input-lg,textarea.input-lg{height:auto}
.has-feedback{position:relative}
.has-feedback .form-control{padding-right:42.5px}
.form-control-feedback{position:absolute;top:25px;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center}
.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}
.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}
.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline{color:#3c763d}
.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}
.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}
.has-success .form-control-feedback{color:#3c763d}
.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline{color:#8a6d3b}
.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}
.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}
.has-warning .form-control-feedback{color:#8a6d3b}
.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline{color:#a94442}
.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}
.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}
.has-error .form-control-feedback{color:#a94442}
.has-feedback label.sr-only~.form-control-feedback{top:0}
.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}
@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}
.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}
.form-inline .input-group{display:inline-table;vertical-align:middle}
.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}
.form-inline .input-group>.form-control{width:100%}
.form-inline .control-label{margin-bottom:0;vertical-align:middle}
.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
.form-inline .checkbox label,.form-inline .radio label{padding-left:0}
.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}
.form-inline .has-feedback .form-control-feedback{top:0}
}
.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}
.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}
.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}
@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}
}
.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}
@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}
}
@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}
}
.clearfix:after,.clearfix:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before{content:" ";display:table}
.clearfix:after,.form-horizontal .form-group:after{clear:both}
.center-block{display:block;margin-left:auto;margin-right:auto}
.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
.hidden{display:none!important;visibility:hidden!important}
.affix{position:fixed;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}
@media (min-width:768px){.container{width:750px}
}
@media (min-width:992px){.container{width:970px}
}
@media (min-width:1200px){.container{width:1170px}
}
.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}
.row{margin-left:-15px;margin-right:-15px}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}
.col-xs-12{width:100%}
.col-xs-11{width:91.66666667%}
.col-xs-10{width:83.33333333%}
.col-xs-9{width:75%}
.col-xs-8{width:66.66666667%}
.col-xs-7{width:58.33333333%}
.col-xs-6{width:50%}
.col-xs-5{width:41.66666667%}
.col-xs-4{width:33.33333333%}
.col-xs-3{width:25%}
.col-xs-2{width:16.66666667%}
.col-xs-1{width:8.33333333%}
.col-xs-pull-12{right:100%}
.col-xs-pull-11{right:91.66666667%}
.col-xs-pull-10{right:83.33333333%}
.col-xs-pull-9{right:75%}
.col-xs-pull-8{right:66.66666667%}
.col-xs-pull-7{right:58.33333333%}
.col-xs-pull-6{right:50%}
.col-xs-pull-5{right:41.66666667%}
.col-xs-pull-4{right:33.33333333%}
.col-xs-pull-3{right:25%}
.col-xs-pull-2{right:16.66666667%}
.col-xs-pull-1{right:8.33333333%}
.col-xs-pull-0{right:auto}
.col-xs-push-12{left:100%}
.col-xs-push-11{left:91.66666667%}
.col-xs-push-10{left:83.33333333%}
.col-xs-push-9{left:75%}
.col-xs-push-8{left:66.66666667%}
.col-xs-push-7{left:58.33333333%}
.col-xs-push-6{left:50%}
.col-xs-push-5{left:41.66666667%}
.col-xs-push-4{left:33.33333333%}
.col-xs-push-3{left:25%}
.col-xs-push-2{left:16.66666667%}
.col-xs-push-1{left:8.33333333%}
.col-xs-push-0{left:auto}
.col-xs-offset-12{margin-left:100%}
.col-xs-offset-11{margin-left:91.66666667%}
.col-xs-offset-10{margin-left:83.33333333%}
.col-xs-offset-9{margin-left:75%}
.col-xs-offset-8{margin-left:66.66666667%}
.col-xs-offset-7{margin-left:58.33333333%}
.col-xs-offset-6{margin-left:50%}
.col-xs-offset-5{margin-left:41.66666667%}
.col-xs-offset-4{margin-left:33.33333333%}
.col-xs-offset-3{margin-left:25%}
.col-xs-offset-2{margin-left:16.66666667%}
.col-xs-offset-1{margin-left:8.33333333%}
.col-xs-offset-0{margin-left:0}
@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}
.col-sm-12{width:100%}
.col-sm-11{width:91.66666667%}
.col-sm-10{width:83.33333333%}
.col-sm-9{width:75%}
.col-sm-8{width:66.66666667%}
.col-sm-7{width:58.33333333%}
.col-sm-6{width:50%}
.col-sm-5{width:41.66666667%}
.col-sm-4{width:33.33333333%}
.col-sm-3{width:25%}
.col-sm-2{width:16.66666667%}
.col-sm-1{width:8.33333333%}
.col-sm-pull-12{right:100%}
.col-sm-pull-11{right:91.66666667%}
.col-sm-pull-10{right:83.33333333%}
.col-sm-pull-9{right:75%}
.col-sm-pull-8{right:66.66666667%}
.col-sm-pull-7{right:58.33333333%}
.col-sm-pull-6{right:50%}
.col-sm-pull-5{right:41.66666667%}
.col-sm-pull-4{right:33.33333333%}
.col-sm-pull-3{right:25%}
.col-sm-pull-2{right:16.66666667%}
.col-sm-pull-1{right:8.33333333%}
.col-sm-pull-0{right:auto}
.col-sm-push-12{left:100%}
.col-sm-push-11{left:91.66666667%}
.col-sm-push-10{left:83.33333333%}
.col-sm-push-9{left:75%}
.col-sm-push-8{left:66.66666667%}
.col-sm-push-7{left:58.33333333%}
.col-sm-push-6{left:50%}
.col-sm-push-5{left:41.66666667%}
.col-sm-push-4{left:33.33333333%}
.col-sm-push-3{left:25%}
.col-sm-push-2{left:16.66666667%}
.col-sm-push-1{left:8.33333333%}
.col-sm-push-0{left:auto}
.col-sm-offset-12{margin-left:100%}
.col-sm-offset-11{margin-left:91.66666667%}
.col-sm-offset-10{margin-left:83.33333333%}
.col-sm-offset-9{margin-left:75%}
.col-sm-offset-8{margin-left:66.66666667%}
.col-sm-offset-7{margin-left:58.33333333%}
.col-sm-offset-6{margin-left:50%}
.col-sm-offset-5{margin-left:41.66666667%}
.col-sm-offset-4{margin-left:33.33333333%}
.col-sm-offset-3{margin-left:25%}
.col-sm-offset-2{margin-left:16.66666667%}
.col-sm-offset-1{margin-left:8.33333333%}
.col-sm-offset-0{margin-left:0}
}
@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}
.col-md-12{width:100%}
.col-md-11{width:91.66666667%}
.col-md-10{width:83.33333333%}
.col-md-9{width:75%}
.col-md-8{width:66.66666667%}
.col-md-7{width:58.33333333%}
.col-md-6{width:50%}
.col-md-5{width:41.66666667%}
.col-md-4{width:33.33333333%}
.col-md-3{width:25%}
.col-md-2{width:16.66666667%}
.col-md-1{width:8.33333333%}
.col-md-pull-12{right:100%}
.col-md-pull-11{right:91.66666667%}
.col-md-pull-10{right:83.33333333%}
.col-md-pull-9{right:75%}
.col-md-pull-8{right:66.66666667%}
.col-md-pull-7{right:58.33333333%}
.col-md-pull-6{right:50%}
.col-md-pull-5{right:41.66666667%}
.col-md-pull-4{right:33.33333333%}
.col-md-pull-3{right:25%}
.col-md-pull-2{right:16.66666667%}
.col-md-pull-1{right:8.33333333%}
.col-md-pull-0{right:auto}
.col-md-push-12{left:100%}
.col-md-push-11{left:91.66666667%}
.col-md-push-10{left:83.33333333%}
.col-md-push-9{left:75%}
.col-md-push-8{left:66.66666667%}
.col-md-push-7{left:58.33333333%}
.col-md-push-6{left:50%}
.col-md-push-5{left:41.66666667%}
.col-md-push-4{left:33.33333333%}
.col-md-push-3{left:25%}
.col-md-push-2{left:16.66666667%}
.col-md-push-1{left:8.33333333%}
.col-md-push-0{left:auto}
.col-md-offset-12{margin-left:100%}
.col-md-offset-11{margin-left:91.66666667%}
.col-md-offset-10{margin-left:83.33333333%}
.col-md-offset-9{margin-left:75%}
.col-md-offset-8{margin-left:66.66666667%}
.col-md-offset-7{margin-left:58.33333333%}
.col-md-offset-6{margin-left:50%}
.col-md-offset-5{margin-left:41.66666667%}
.col-md-offset-4{margin-left:33.33333333%}
.col-md-offset-3{margin-left:25%}
.col-md-offset-2{margin-left:16.66666667%}
.col-md-offset-1{margin-left:8.33333333%}
.col-md-offset-0{margin-left:0}
}
@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}
.col-lg-12{width:100%}
.col-lg-11{width:91.66666667%}
.col-lg-10{width:83.33333333%}
.col-lg-9{width:75%}
.col-lg-8{width:66.66666667%}
.col-lg-7{width:58.33333333%}
.col-lg-6{width:50%}
.col-lg-5{width:41.66666667%}
.col-lg-4{width:33.33333333%}
.col-lg-3{width:25%}
.col-lg-2{width:16.66666667%}
.col-lg-1{width:8.33333333%}
.col-lg-pull-12{right:100%}
.col-lg-pull-11{right:91.66666667%}
.col-lg-pull-10{right:83.33333333%}
.col-lg-pull-9{right:75%}
.col-lg-pull-8{right:66.66666667%}
.col-lg-pull-7{right:58.33333333%}
.col-lg-pull-6{right:50%}
.col-lg-pull-5{right:41.66666667%}
.col-lg-pull-4{right:33.33333333%}
.col-lg-pull-3{right:25%}
.col-lg-pull-2{right:16.66666667%}
.col-lg-pull-1{right:8.33333333%}
.col-lg-pull-0{right:auto}
.col-lg-push-12{left:100%}
.col-lg-push-11{left:91.66666667%}
.col-lg-push-10{left:83.33333333%}
.col-lg-push-9{left:75%}
.col-lg-push-8{left:66.66666667%}
.col-lg-push-7{left:58.33333333%}
.col-lg-push-6{left:50%}
.col-lg-push-5{left:41.66666667%}
.col-lg-push-4{left:33.33333333%}
.col-lg-push-3{left:25%}
.col-lg-push-2{left:16.66666667%}
.col-lg-push-1{left:8.33333333%}
.col-lg-push-0{left:auto}
.col-lg-offset-12{margin-left:100%}
.col-lg-offset-11{margin-left:91.66666667%}
.col-lg-offset-10{margin-left:83.33333333%}
.col-lg-offset-9{margin-left:75%}
.col-lg-offset-8{margin-left:66.66666667%}
.col-lg-offset-7{margin-left:58.33333333%}
.col-lg-offset-6{margin-left:50%}
.col-lg-offset-5{margin-left:41.66666667%}
.col-lg-offset-4{margin-left:33.33333333%}
.col-lg-offset-3{margin-left:25%}
.col-lg-offset-2{margin-left:16.66666667%}
.col-lg-offset-1{margin-left:8.33333333%}
.col-lg-offset-0{margin-left:0}
}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}
a{color:#428bca;text-decoration:none}
a:focus,a:hover{color:#2a6496;text-decoration:underline}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
figure{margin:0}
img{vertical-align:middle}
.img-responsive{display:block;width:100%\9;max-width:100%;height:auto}
.img-rounded{border-radius:6px}
.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;width:100%\9;max-width:100%;height:auto}
.img-circle{border-radius:50%}
hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.btn.active:focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.btn:focus,.btn:hover{color:#333;text-decoration:none}
.btn.active,.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}
.btn-default{color:#333;background-color:#fff;border-color:#ccc}
.btn-default.active,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}
.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}
.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}
.btn-default .badge{color:#fff;background-color:#333}
.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}
.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3071a9;border-color:#285e8e}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}
.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#428bca;border-color:#357ebd}
.btn-primary .badge{color:#428bca;background-color:#fff}
.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}
.btn-success.active,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}
.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}
.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}
.btn-success .badge{color:#5cb85c;background-color:#fff}
.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}
.btn-info.active,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}
.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}
.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}
.btn-info .badge{color:#5bc0de;background-color:#fff}
.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}
.btn-warning.active,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}
.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}
.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}
.btn-warning .badge{color:#f0ad4e;background-color:#fff}
.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}
.btn-danger.active,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}
.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}
.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}
.btn-danger .badge{color:#d9534f;background-color:#fff}
.btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}
.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}
.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}
.btn-link:focus,.btn-link:hover{color:#2a6496;text-decoration:underline;background-color:transparent}
.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}
.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}
.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}
.btn-block{display:block;width:100%}
.btn-block+.btn-block{margin-top:5px}
input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}
.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}
.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}
.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}
.btn-group-vertical>.btn:focus,.btn-group>.btn:focus{outline:0}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}
.btn-toolbar{margin-left:-5px}
.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}
.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}
.btn-group>.btn:first-child{margin-left:0}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}
.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}
.btn-group>.btn-group{float:left}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}
.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}
.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}
.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}
.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}
.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}
.btn .caret{margin-left:0}
.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}
.dropup .btn-lg .caret{border-width:0 5px 5px}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}
.btn-group-vertical>.btn-group>.btn{float:none}
.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}
.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}
.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}
.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}
.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}
.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}
.btn-group-justified>.btn-group .btn{width:100%}
.btn-group-justified>.btn-group .dropdown-menu{left:auto}
[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{position:absolute;z-index:-1;opacity:0;filter:alpha(opacity=0)}
.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before{content:" ";display:table}
.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after{clear:both}
.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{content:" ";display:table}
.clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}
.center-block{display:block;margin-left:auto;margin-right:auto}
[class*=" icon-"],[class^=icon-]{display:inline-block;width:14px;height:14px;margin-top:1px;line-height:14px;vertical-align:text-top;background-image:url(../img/glyphicons-halflings.png);background-position:14px 14px;background-repeat:no-repeat}
.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-menu>.active>a>[class^=icon-],.dropdown-menu>li>a:focus>[class*=" icon-"],.dropdown-menu>li>a:focus>[class^=icon-],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^=icon-],.dropdown-submenu:focus>a>[class*=" icon-"],.dropdown-submenu:focus>a>[class^=icon-],.dropdown-submenu:hover>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^=icon-],.icon-white,.nav-list>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^=icon-],.nav-pills>.active>a>[class*=" icon-"],.nav-pills>.active>a>[class^=icon-],.navbar-inverse .nav>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^=icon-]{background-image:url(../img/glyphicons-halflings-white.png)}
.icon-glass{background-position:0 0}
.icon-music{background-position:-24px 0}
.icon-search{background-position:-48px 0}
.icon-envelope{background-position:-72px 0}
.icon-heart{background-position:-96px 0}
.icon-star{background-position:-120px 0}
.icon-star-empty{background-position:-144px 0}
.icon-user{background-position:-168px 0}
.icon-film{background-position:-192px 0}
.icon-th-large{background-position:-216px 0}
.icon-th{background-position:-240px 0}
.icon-th-list{background-position:-264px 0}
.icon-ok{background-position:-288px 0}
.icon-remove{background-position:-312px 0}
.icon-zoom-in{background-position:-336px 0}
.icon-zoom-out{background-position:-360px 0}
.icon-off{background-position:-384px 0}
.icon-signal{background-position:-408px 0}
.icon-cog{background-position:-432px 0}
.icon-trash{background-position:-456px 0}
.icon-home{background-position:0 -24px}
.icon-file{background-position:-24px -24px}
.icon-time{background-position:-48px -24px}
.icon-road{background-position:-72px -24px}
.icon-download-alt{background-position:-96px -24px}
.icon-download{background-position:-120px -24px}
.icon-upload{background-position:-144px -24px}
.icon-inbox{background-position:-168px -24px}
.icon-play-circle{background-position:-192px -24px}
.icon-repeat{background-position:-216px -24px}
.icon-refresh{background-position:-240px -24px}
.icon-list-alt{background-position:-264px -24px}
.icon-lock{background-position:-287px -24px}
.icon-flag{background-position:-312px -24px}
.icon-headphones{background-position:-336px -24px}
.icon-volume-off{background-position:-360px -24px}
.icon-volume-down{background-position:-384px -24px}
.icon-volume-up{background-position:-408px -24px}
.icon-qrcode{background-position:-432px -24px}
.icon-barcode{background-position:-456px -24px}
.icon-tag{background-position:0 -48px}
.icon-tags{background-position:-25px -48px}
.icon-book{background-position:-48px -48px}
.icon-bookmark{background-position:-72px -48px}
.icon-print{background-position:-96px -48px}
.icon-camera{background-position:-120px -48px}
.icon-font{background-position:-144px -48px}
.icon-bold{background-position:-167px -48px}
.icon-italic{background-position:-192px -48px}
.icon-text-height{background-position:-216px -48px}
.icon-text-width{background-position:-240px -48px}
.icon-align-left{background-position:-264px -48px}
.icon-align-center{background-position:-288px -48px}
.icon-align-right{background-position:-312px -48px}
.icon-align-justify{background-position:-336px -48px}
.icon-list{background-position:-360px -48px}
.icon-indent-left{background-position:-384px -48px}
.icon-indent-right{background-position:-408px -48px}
.icon-facetime-video{background-position:-432px -48px}
.icon-picture{background-position:-456px -48px}
.icon-pencil{background-position:0 -72px}
.icon-map-marker{background-position:-24px -72px}
.icon-adjust{background-position:-48px -72px}
.icon-tint{background-position:-72px -72px}
.icon-edit{background-position:-96px -72px}
.icon-share{background-position:-120px -72px}
.icon-check{background-position:-144px -72px}
.icon-move{background-position:-168px -72px}
.icon-step-backward{background-position:-192px -72px}
.icon-fast-backward{background-position:-216px -72px}
.icon-backward{background-position:-240px -72px}
.icon-play{background-position:-264px -72px}
.icon-pause{background-position:-288px -72px}
.icon-stop{background-position:-312px -72px}
.icon-forward{background-position:-336px -72px}
.icon-fast-forward{background-position:-360px -72px}
.icon-step-forward{background-position:-384px -72px}
.icon-eject{background-position:-408px -72px}
.icon-chevron-left{background-position:-432px -72px}
.icon-chevron-right{background-position:-456px -72px}
.icon-plus-sign{background-position:0 -96px}
.icon-minus-sign{background-position:-24px -96px}
.icon-remove-sign{background-position:-48px -96px}
.icon-ok-sign{background-position:-72px -96px}
.icon-question-sign{background-position:-96px -96px}
.icon-info-sign{background-position:-120px -96px}
.icon-screenshot{background-position:-144px -96px}
.icon-remove-circle{background-position:-168px -96px}
.icon-ok-circle{background-position:-192px -96px}
.icon-ban-circle{background-position:-216px -96px}
.icon-arrow-left{background-position:-240px -96px}
.icon-arrow-right{background-position:-264px -96px}
.icon-arrow-up{background-position:-289px -96px}
.icon-arrow-down{background-position:-312px -96px}
.icon-share-alt{background-position:-336px -96px}
.icon-resize-full{background-position:-360px -96px}
.icon-resize-small{background-position:-384px -96px}
.icon-plus{background-position:-408px -96px}
.icon-minus{background-position:-433px -96px}
.icon-asterisk{background-position:-456px -96px}
.icon-exclamation-sign{background-position:0 -120px}
.icon-gift{background-position:-24px -120px}
.icon-leaf{background-position:-48px -120px}
.icon-fire{background-position:-72px -120px}
.icon-eye-open{background-position:-96px -120px}
.icon-eye-close{background-position:-120px -120px}
.icon-warning-sign{background-position:-144px -120px}
.icon-plane{background-position:-168px -120px}
.icon-calendar{background-position:-192px -120px}
.icon-random{width:16px;background-position:-216px -120px}
.icon-comment{background-position:-240px -120px}
.icon-magnet{background-position:-264px -120px}
.icon-chevron-up{background-position:-288px -120px}
.icon-chevron-down{background-position:-313px -119px}
.icon-retweet{background-position:-336px -120px}
.icon-shopping-cart{background-position:-360px -120px}
.icon-folder-close{width:16px;background-position:-384px -120px}
.icon-folder-open{width:16px;background-position:-408px -120px}
.icon-resize-vertical{background-position:-432px -119px}
.icon-resize-horizontal{background-position:-456px -118px}
.icon-hdd{background-position:0 -144px}
.icon-bullhorn{background-position:-24px -144px}
.icon-bell{background-position:-48px -144px}
.icon-certificate{background-position:-72px -144px}
.icon-thumbs-up{background-position:-96px -144px}
.icon-thumbs-down{background-position:-120px -144px}
.icon-hand-right{background-position:-144px -144px}
.icon-hand-left{background-position:-168px -144px}
.icon-hand-up{background-position:-192px -144px}
.icon-hand-down{background-position:-216px -144px}
.icon-circle-arrow-right{background-position:-240px -144px}
.icon-circle-arrow-left{background-position:-264px -144px}
.icon-circle-arrow-up{background-position:-288px -144px}
.icon-circle-arrow-down{background-position:-312px -144px}
.icon-globe{background-position:-336px -144px}
.icon-wrench{background-position:-360px -144px}
.icon-tasks{background-position:-384px -144px}
.icon-filter{background-position:-408px -144px}
.icon-briefcase{background-position:-432px -144px}
.icon-fullscreen{background-position:-456px -144px}
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}
.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}
.owl-carousel .owl-item{float:left}
.owl-controls .owl-buttons div,.owl-controls .owl-page{cursor:pointer}
.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}
.grabbing{cursor:url(grabbing.png) 8 8,move}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-theme .owl-controls{margin-top:10px;text-align:center}
.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}
.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1}
.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}
.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center}
.chzn-container{font-size:13px;position:relative;display:inline-block;zoom:1;width:90%!important}
.chzn-container .chzn-drop{background:#fff;border:1px solid #aaa;border-top:0;position:absolute;top:29px;left:0;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);-moz-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);z-index:1010}
.chzn-container-single .chzn-single{background-color:#fff;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background-image:-webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-image:-moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-image:-o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-image:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #aaa;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);display:block;overflow:hidden;white-space:nowrap;position:relative;height:23px;line-height:24px;padding:0 0 0 8px;color:#444;text-decoration:none}
.chzn-container-single .chzn-default{color:#999}
.chzn-container-single .chzn-single span{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;text-overflow:ellipsis}
.chzn-container-single .chzn-single abbr{display:block;position:absolute;right:26px;top:6px;width:12px;height:12px;font-size:1px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat}
.chzn-container-single .chzn-single abbr:hover{background-position:-42px -10px}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover{background-position:-42px -10px}
.chzn-container-single .chzn-single div{position:absolute;right:0;top:0;display:block;height:100%;width:18px}
.chzn-container-single .chzn-single div b{background:url(../images/chosen-sprite.png) no-repeat 0 2px;display:block;width:100%;height:100%}
.chzn-container-single .chzn-search{padding:3px 4px;position:relative;margin:0;white-space:nowrap;z-index:1010}
.chzn-container-single .chzn-search input{background:#fff url(../images/chosen-sprite.png) no-repeat 100% -20px;background:url(../images/chosen-sprite.png) no-repeat 100% -20px,-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));background:url(../images/chosen-sprite.png) no-repeat 100% -20px,-webkit-linear-gradient(top,#eee 1%,#fff 15%);background:url(../images/chosen-sprite.png) no-repeat 100% -20px,-moz-linear-gradient(top,#eee 1%,#fff 15%);background:url(../images/chosen-sprite.png) no-repeat 100% -20px,-o-linear-gradient(top,#eee 1%,#fff 15%);background:url(../images/chosen-sprite.png) no-repeat 100% -20px,linear-gradient(#eee 1%,#fff 15%);margin:1px 0;padding:4px 20px 4px 5px;outline:0;border:1px solid #aaa;font-family:sans-serif;font-size:1em;width:88%!important}
.chzn-container-single .chzn-drop{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:99.5%!important}
.chzn-container-single-nosearch .chzn-search input{position:absolute;left:-9000px}
.chzn-container-multi .chzn-choices{background-color:#fff;background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(top,#eee 1%,#fff 15%);background-image:-moz-linear-gradient(top,#eee 1%,#fff 15%);background-image:-o-linear-gradient(top,#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);border:1px solid #aaa;margin:0;padding:0;cursor:text;overflow:hidden;height:auto!important;height:1%;position:relative}
.chzn-container-multi .chzn-choices li{float:left;list-style:none}
.chzn-container-multi .chzn-choices .search-field{white-space:nowrap;margin:0;padding:0}
.chzn-container-multi .chzn-choices .search-field input{color:#666;background:0 0!important;border:0!important;font-family:sans-serif;font-size:100%;height:15px;padding:5px;margin:1px 0;outline:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
.chzn-container-multi .chzn-choices .search-field .default{color:#999}
.chzn-container-multi .chzn-choices .search-choice{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);-moz-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;border:1px solid #aaa;line-height:13px;padding:3px 20px 3px 5px;margin:3px 0 3px 5px;position:relative;cursor:default}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled{background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-ms-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666;border:1px solid #ccc;padding-right:5px}
.chzn-container-multi .chzn-choices .search-choice-focus{background:#d4d4d4}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close{display:block;position:absolute;right:3px;top:4px;width:12px;height:12px;font-size:1px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover{background-position:-42px -10px}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close{background-position:-42px -10px}
.chzn-container .chzn-results{margin:0 4px 4px 0;max-height:240px;padding:0 0 0 4px;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}
.chzn-container-multi .chzn-results{margin:-1px 0 0;padding:0}
.chzn-container .chzn-results li{display:none;line-height:15px;padding:5px 6px;margin:0;list-style:none}
.chzn-container .chzn-results .active-result{cursor:pointer;display:list-item}
.chzn-container .chzn-results .highlighted{background-color:#3875d7;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(top,#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(top,#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(top,#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}
.chzn-container .chzn-results li em{background:#feffde;font-style:normal}
.chzn-container .chzn-results .highlighted em{background:0 0}
.chzn-container .chzn-results .no-results{background:#f4f4f4;display:list-item}
.chzn-container .chzn-results .group-result{cursor:default;color:#999;font-weight:700}
.chzn-container .chzn-results .group-option{padding-left:15px}
.chzn-container-multi .chzn-drop .result-selected{display:none}
.chzn-container .chzn-results-scroll{background:#fff;margin:0 4px;position:absolute;text-align:center;width:321px;z-index:1}
.chzn-container .chzn-results-scroll span{display:inline-block;height:17px;text-indent:-5000px;width:9px}
.chzn-container .chzn-results-scroll-down{bottom:0}
.chzn-container .chzn-results-scroll-down span{background:url(../images/chosen-sprite.png) no-repeat -4px -3px}
.chzn-container .chzn-results-scroll-up span{background:url(../images/chosen-sprite.png) no-repeat -22px -3px}
.chzn-container-active .chzn-single{-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);-moz-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3);border:1px solid #5897fb}
.chzn-container-active .chzn-single-with-drop{border:1px solid #aaa;-webkit-box-shadow:0 1px 0 #fff inset;-moz-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background-color:#eee;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(top,#eee 20%,#fff 80%);background-image:-moz-linear-gradient(top,#eee 20%,#fff 80%);background-image:-o-linear-gradient(top,#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-bottom-left-radius:0;border-bottom-right-radius:0}
.chzn-container-active .chzn-single-with-drop div{background:0 0;border-left:none}
.chzn-container-active .chzn-single-with-drop div b{background-position:-18px 2px}
.chzn-container-active .chzn-choices{-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);-moz-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3);border:1px solid #5897fb}
.chzn-container-active .chzn-choices .search-field input{color:#111!important}
.chzn-disabled{cursor:default;opacity:.5!important}
.chzn-disabled .chzn-single{cursor:default}
.chzn-disabled .chzn-choices .search-choice .search-choice-close{cursor:default}
.chzn-rtl{text-align:right}
.chzn-rtl .chzn-single{padding:0 8px 0 0;overflow:visible}
.chzn-rtl .chzn-single span{margin-left:26px;margin-right:0;direction:rtl}
.chzn-rtl .chzn-single div{left:3px;right:auto}
.chzn-rtl .chzn-single abbr{left:26px;right:auto}
.chzn-rtl .chzn-choices .search-field input{direction:rtl}
.chzn-rtl .chzn-choices li{float:right}
.chzn-rtl .chzn-choices .search-choice{padding:3px 5px 3px 19px;margin:3px 5px 3px 0}
.chzn-rtl .chzn-choices .search-choice .search-choice-close{left:4px;right:auto}
.chzn-rtl.chzn-container-single .chzn-results{margin:0 0 4px 4px;padding:0 4px 0 0}
.chzn-rtl .chzn-results .group-option{padding-left:0;padding-right:15px}
.chzn-rtl.chzn-container-active .chzn-single-with-drop div{border-right:none}
.chzn-rtl .chzn-search input{background:#fff url(../images/chosen-sprite.png) no-repeat -30px -20px;background:url(../images/chosen-sprite.png) no-repeat -30px -20px,-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));background:url(../images/chosen-sprite.png) no-repeat -30px -20px,-webkit-linear-gradient(top,#eee 1%,#fff 15%);background:url(../images/chosen-sprite.png) no-repeat -30px -20px,-moz-linear-gradient(top,#eee 1%,#fff 15%);background:url(../images/chosen-sprite.png) no-repeat -30px -20px,-o-linear-gradient(top,#eee 1%,#fff 15%);background:url(../images/chosen-sprite.png) no-repeat -30px -20px,linear-gradient(#eee 1%,#fff 15%);padding:4px 5px 4px 20px;direction:rtl}
.chzn-container-single.chzn-rtl .chzn-single div b{background-position:6px 2px}
.chzn-container-single.chzn-rtl .chzn-single-with-drop div b{background-position:-12px 2px}
@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:144dpi){.chzn-container .chzn-results-scroll-down span,.chzn-container .chzn-results-scroll-up span,.chzn-container-multi .chzn-choices .search-choice .search-choice-close,.chzn-container-single .chzn-search input,.chzn-container-single .chzn-single abbr,.chzn-container-single .chzn-single div b,.chzn-rtl .chzn-search input{background-image:url(../images/chosen-sprite@2x.png)!important;background-repeat:no-repeat!important;background-size:52px 37px!important}
}
body,html{margin:0;padding:0}
html{background:#e8e8e8 url(../ui/body-bg-mobile.png) repeat-x top left;overflow-y:scroll;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
@media all and (min-width:51.875em){html{background:#e8e8e8 url(../ui/body-bg.png) repeat-x top left}
}
body{width:100%;font-family:museo-sans}
body,html{margin:0;padding:0}
a,abbr,acronym,address,blockquote,button,caption,cite,code,dd,del,dfn,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,img,label,legend,li,ol,p,pre,q,s,samp,small,strike,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0;border:0;font-weight:400;font-style:normal;font-size:100%;line-height:1;font-family:inherit}
table{border-collapse:collapse;border-spacing:0}
ol,ul{list-style:none}
.content ul{list-style:outside disc}
.content ol{list-style:outside decimal}
blockquote:after,blockquote:before,q:after,q:before{content:""}
html{overflow-y:scroll;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
audio,canvas,video{display:inline-block}
audio:not([controls]){display:none}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0;-ms-interpolation-mode:bicubic}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}
button,input{line-height:normal}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}
input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
textarea{overflow:auto;vertical-align:top}
a{color:#000}
.nm{margin:0!important}
.np{padding:0!important}
.nb{border:none!important}
.fr{float:right}
.fl{float:left}
.cl{clear:left}
.cb{clear:both}
.no-bg{background:0 0!important}
.oh{overflow:hidden}
img.r{display:block;max-width:100%}
.cf:after,.cf:before{content:" ";display:table;clear:both}
.clear{clear:both;width:100%;display:block}
html{background:#e8e8e8 url(../images/bg-loop.png) repeat-x top left}
body{width:100%;font-family:museo-sans}
header{background:url(../images/body-bg.png) repeat-x 50% 0}
.bounds{position:relative;width:94.5%;max-width:1260px;margin:0 auto}
.content{position:relative;background:#fff;box-shadow:1px 0 9px rgba(0,0,0,.15);z-index:2}
.content:after,.content:before{content:" ";display:table}
.content:after{clear:both}
.content.no-hero{padding-top:40px!important;min-height:500px}
.shadow{float:left;max-width:100%;border:none!important}
#cols{padding:0 0 50px}
.right-col{float:right;width:24%}
@media (max-width:960px){#search-page .right-col{display:none}
}
.left-col{float:left;width:72%;padding:0 3% 0 0;background:url(../images/left-col-divider.png) no-repeat top right}
.left-col.downloads{padding:3% 0 0 3%}
.half{float:left;width:45%;padding:0 5% 0 0}
.thirds{float:left;width:30%;padding:0 3.33% 0 0}
@media (max-width:960px){.half,.thirds{float:none;width:auto;padding:0}
}
header{margin:0 0 47px}
header a#logo{position:absolute;top:26px;left:-78px;display:block;width:315px;height:108px;text-indent:-9999em;background:url(../images/petsafe-logo.png) no-repeat top left;z-index:100}
#hero-bg-left,#hero-bg-right,.left-hero,.right-hero{display:none!important}
img#hero-bg-left{position:absolute;display:block;width:6.6666667%;left:-6.6666667%;top:120px;z-index:1}
img#hero-bg-right{position:absolute;display:block;width:4.1269841%;right:-4.1269841%;top:160px;z-index:1}
#utility-nav{height:39px;line-height:36px;text-align:right}
.utility-nav-item>.LPMcontainer,.utility-nav-item>a{font:600 13px/40px museo-sans;color:#4694ca;padding:0 17px;text-decoration:none;background:url(../images/utility-nav-divider.png) no-repeat 100% 50%}
.utility-nav-item>.LPMcontainer{background:url(../images/utility-nav-divider.png) no-repeat 0 50%!important;line-height:40px!important;border-style:none!important;padding:0 17px!important}
.utility-nav-item>.LPMcontainer a{text-decoration:none;font-weight:600;color:#4694ca}
.utility-nav-item>.LPMcontainer a img{margin-right:5px}
.utility-nav-item a:hover{color:#fff}
a#nav-myaccount{background:0}
.utility-nav-item>a#nav-cart{background-position:left center}
#nav-lang-dd a{display:block;float:right;padding:6px 0 0 0!important;width:50px;height:33px;background:#003561 url(../images/lang-dropdown.png) no-repeat bottom left}
#nav-lang-dd a:hover,#nav-lang-dd.hover{background:#002e54 url(../images/lang-dropdown.png) no-repeat bottom left}
#nav-lang-dd img{display:block;width:34px;margin:0 auto}
nav{width:100%;height:75px;line-height:75px;clear:both}
nav a,nav div{float:right;width:auto}
nav .main-nav-item>a{display:block;font:500 19px/75px museo-slab;color:#fff;padding:0 26px;text-decoration:none;text-shadow:-2px 0 2px rgba(0,0,0,.2);background:url(../images/nav-divider.png) no-repeat 100% 50%}
.main-nav-item.hover a.trigger1,nav .main-nav-item>a:hover{padding:0 25px;color:#807f7f;border:1px solid #aecbdf;border-width:0 1px;text-shadow:none}
.dd.hover a.arrow,nav a.arrow{padding-right:60px}
.dd a.arrow{background:url(../images/nav-dd-arrow.png) no-repeat 85% 50%}
.dd a.arrow:hover,.dd.hover a.arrow{padding-right:59px;background:#f6f6f6 url(../images/nav-dd-arrow-hover.png) no-repeat 85% 50%}
nav .hover>a,nav .main-nav-item>a:hover{background-color:#f6f6f6}
.lvl1.hover{background-color:#f6f6f6}
.lvl1.hover a,.lvl1.hover a:hover{background-color:transparent;color:#807f7f}
nav a.img{float:none;padding:0;background:0;width:auto}
nav a.img:hover{border:0;background:0}
nav a.img img{display:block}
#breadcrumbs{display:inline-block;color:#313131;margin-bottom:20px}
#breadcrumbs a,#breadcrumbs a:visited{color:#313131;text-decoration:underline;font:400 16px/21px proxima-nova;text-transform:capitalize}
#breadcrumbs a:hover{color:#555}
#mobile-search{display:none}
#search{position:relative;height:75px;margin:0 0 0 17px;background:url(../images/search-bg-960.png) no-repeat 0 19px}
#search #main-search input[type=text]{background:0;border:0;outline:0;padding:0 35px 0 5px;height:33px;width:100px}
#main-search{position:relative}
#main-search button{display:block;width:35px;height:35px;position:absolute;right:0;top:19px;background:0}
#search form#main-search{padding:19px 0 0 0;height:56px}
#search-icon{display:block;width:55px;height:75px;padding:0 15px 0 0;border:0!important;text-indent:-9999em;background:url(../images/search-bg-640.png) no-repeat top center}
.hover #search-icon{background:#f6f6f6 url(../images/search-bg-640-hover.png) no-repeat top center}
#small-search{position:absolute;top:114px;left:-6%;right:-6%;height:100px;width:109%;padding:0!important;background:#f6f6f6;z-index:10}
#small-search form{position:absolute;top:30px;height:45px;left:50%;margin-left:-25%}
#small-search input{float:left;height:37px;width:200px;margin:2px 0 0 0;padding-left:12px;padding-right:12px;border-radius:25px;border:1px solid #ccc;outline:0}
#small-search input#small-search-submit{width:auto!important;height:auto!important;border:none!important;margin:0!important}
#small-mobile-search{position:absolute;top:34px;left:0;right:0;height:100px;width:auto!important;padding:0!important;background:#f6f6f6;z-index:101}
#small-mobile-search form{position:absolute;top:30px;height:45px;padding:0 20px}
#small-mobile-search input{float:left;height:37px;width:130px;margin:2px 0 0 0;padding-left:12px;padding-right:12px;border-radius:25px;border:1px solid #ccc;outline:0}
#small-mobile-search input#small-mobile-search-submit{width:auto!important;height:auto!important;border:none!important;margin:0!important}
#btn-shop{position:relative;display:block;width:110px;height:75px;margin:0}
#btn-shop-bg{position:absolute;top:0;left:0;display:block;width:90px;height:75px;padding:0 0 0 35px;background:url(../images/btn-shop-solo.png) no-repeat top left}
#btn-cart{position:absolute;top:0;right:0;display:block;width:32px;height:75px;background:url(../images/btn-cart-bg.png) no-repeat top right}
#btn-shop-bg:hover{width:92px;border:0;color:#fff!important;background-position:bottom left}
#btn-cart span{position:absolute;top:18px;right:24px;height:9px;border-radius:20px;border:2px solid #fff;text-align:center;padding:4px 5px;color:#fff;font-size:12px;line-height:10px;text-decoration:none;background:#e00101}
#btn-cart:hover{border:0;background-position:bottom right}
#btn-shop #btn-cart.empty{display:none!important}
#btn-shop{display:none}
.flyout{display:none;padding:14px;overflow:hidden;width:100%;top:100%;background:#f6f6f6;text-align:left;position:absolute;z-index:20}
.fullsize .flyout{width:335px;padding:0}
.flyout-col{float:left;display:block;width:19.5%;min-height:387px;margin:0 2.6282854% 0 0;padding:10px 0 10px 10px}
.flyout-col:hover{background:#f5f5f5}
.flyout-col h4 a{font:700 18px/26px museo-slab;margin:0 0 20px;text-decoration:none;color:#454545;padding:0;border:0;text-shadow:none;float:none;background:0}
.flyout-col h4 a:hover{background:0}
.flyout-col img{display:block;margin:0 0 24px;max-width:100%}
.flyout-col ul li{background:url(../images/orange-arrow.png) no-repeat 0 4px;margin:0 0 4px;padding:0 0 4px 17px}
.fullsize.last .flyout{right:0}
.fullsize .flyout-col{margin:0;padding:10px 0 0;width:auto;height:auto;min-height:0}
.fullsize .flyout-col .nav-list-wrapper{position:relative;float:none}
.fullsize .flyout-col img{position:absolute;right:0;bottom:0;margin:0}
.fullsize .flyout-col ul{margin-bottom:0}
.fullsize .flyout-col ul li{background:url(../images/orange-arrow.png) no-repeat scroll 24px 13px transparent;padding:0;margin:0}
.fullsize .flyout-col ul li.nav-list-accessories-icon{background:url(../images/ico-battery.png) no-repeat scroll 23px 10px transparent}
.fullsize .flyout-col .nav-list-heading{background:0;padding:0 0 0 24px;margin:0 0 14px;font:400 16px/16px museo-sans;color:#000}
.fullsize .flyout-col .nav-list-all-item{display:none}
.fullsize .flyout-col ul li{width:185px}
.fullsize .flyout-col ul li a,.fullsize .flyout-col ul li a:hover{padding:8px 0 8px 41px;display:block;border-top:2px solid #f3f3f3;width:144px}
.fullsize .flyout-col ul li:hover{background-color:#ebebeb}
.fullsize .flyout-col ul li:hover .nav-list-item-summary{display:block}
.nav-list-item-summary{display:none;position:absolute;right:0;bottom:0;width:130px;padding:550px 10px 10px;background:#ebebeb;font:400 13px/15px museo-sans;color:#6a6a6a}
.fullsize .flyout-footer{border:2px solid #f0f0f0;font:500 15px/18px museo-sans;padding:25px;color:#6a6a6a;background:url(../images/nav-learn-more-shadow.png) no-repeat transparent top center}
.fullsize .flyout-footer a{float:none}
.utility-nav-item{float:right}
#utility-nav .flyout-col ul li a{color:#6a6a6a}
#utility-nav .flyout-col ul li a:hover{color:#333}
.flyout-col ul li a{float:none;display:inline;font:500 15px/18px museo-sans;color:#6a6a6a;padding:0;text-decoration:none;text-shadow:none;background:0}
.flyout-col ul li a:hover{color:#333;border:0}
#nav-support{position:relative}
#nav-support.hover>a{background-image:none}
#support-flyout{width:auto}
#support-flyout ul li{width:auto}
#support-flyout ul li.first a{border-top:0}
#support-flyout ul li a,#support-flyout ul li a:hover{padding-right:22px}
#support-flyout .flyout-col{padding-top:5px}
.lvl1.hover .flyout{display:block}
#products-flyout{right:34px;padding:10px 0 10px 10px;width:779px}
#mobile-flyout{position:absolute;top:114px;left:-20px;z-index:20;padding:10px 0 10px 10px;width:640px;background:#f6f6f6}
#lang-flyout{position:absolute;top:37px;right:0;z-index:101;padding:0;width:320px;background:#002e54}
#nav-lang-dd #lang-flyout ul li{position:relative;line-height:10px;padding:0}
#nav-lang-dd #lang-flyout ul li a{float:none;display:block;width:100%;height:46px;line-height:46px;padding:0 0 0 40px!important;color:#fff;text-align:left;font-family:museo-slab;border-bottom:2px solid #013d6a;background:#002948 url(../images/orange-arrow-right.png) no-repeat 5% 50%}
#free-shipping{position:absolute;display:block;top:14px;right:-11px;width:316px;height:87px;text-indent:-9999em;z-index:5}
#free-shipping-left{position:absolute;display:block;top:14px;left:-11px;width:316px;height:87px;text-indent:-9999em;z-index:5}
#free-shipping img{text-indent:0;position:absolute;top:0;left:0;display:block;max-width:100%}
#utility-nav a#btn-classic{margin-right:150px;font-size:15px;background:0}
#nav-accessories{float:none;position:relative;clear:left;width:445px;height:50px;padding:0 0 0 75px;margin:0 auto;color:#535353;font:700 13px/50px museo-sans;background:#f1f1f1;border-radius:4px}
#nav-accessories img{position:absolute;top:-10px;left:20px}
nav a#nav-shop-accessories{float:right;margin:8px 20px 0 0;display:block;width:160px;height:36px;line-height:50px;padding:0;text-indent:-9999em;border:0;background:url(../images/btn-nav-shop-accessories.png) no-repeat top left}
#nav-mobile,#search-icon{display:none}
#nav-mobile-search.hover{background-color:#003d70}
@media only screen and (max-width:1125px){#utility-nav a#btn-classic{padding-right:0}
}
@media only screen and (max-width:1040px){#nav-products{position:static}
#products-flyout{top:100%;width:70%;left:26.1%;overflow:hidden}
.flyout-col{margin:0 1% 0 0;padding-right:10px}
img#hero-bg-left,img#hero-bg-right{display:none}
}
@media only screen and (max-width:767px){#utility-nav a#btn-classic{display:none}
}
@media only screen and (max-width:960px){#atlwdg-trigger{display:none}
}
@media only screen and (max-width:925px){#search{position:static;width:55px;margin:0;background:0;padding:0 0 0 15px}
#search-icon{display:block}
#search form#main-search{display:none}
#nav-search-small.hover #small-search{display:block}
#nav-search-small.hover #small-search input{display:block;width:200px}
.fullsize.penultimate .flyout{right:0}
}
@media only screen and (max-width:810px){#free-shipping,#free-shipping-left{width:30%}
}
@media only screen and (max-width:768px){#products-flyout{width:100%;left:0}
#btn-shop{width:123px}
#btn-shop-bg{background:url(../images/btn-shop-solo.png) no-repeat top left}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px){.flyout-col ul li{margin:0 0 4px;padding:18px 0 18px 17px;border-bottom:1px solid #f2f2f2;background-position:0 22px}
#products-flyout{border-bottom:1px solid #eee;padding:10px 0 0 10px}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){.flyout-col{width:21.6%}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.flyout-col{width:20.9%}
}
@media only screen and (max-width:1120px){nav .main-nav-item>a{padding:0 16px;font:500 16px/75px museo-slab}
}
@media only screen and (min-width:800px) and (max-width:1024px){.fullsize .flyout-col ul li a,.fullsize .flyout-col ul li a:hover{padding:6px 0 6px 41px}
.fullsize .flyout-footer{padding:15px}
nav .main-nav-item>a{padding:0 14px;font:500 16px/75px museo-slab}
.main-nav-item.hover a.trigger1,nav .main-nav-item>a:hover{padding:0 13px}
}
@media only screen and (max-width:840px){nav .main-nav-item>a{padding:0 9.5px;font:500 14px/75px museo-slab}
}
@media only screen and (max-width:768px){.main-nav-item.fullsize{display:none}
#nav-mobile{display:block;position:static}
#btn-shop{display:block}
#mobile-flyout{top:100%;width:102%;left:-2%;overflow:hidden}
}
@media only screen and (max-width:680px){#free-shipping,#free-shipping-left{top:-47px;right:0;width:240px;line-height:47px;padding-right:50px;text-align:right;height:47px;text-indent:0;text-decoration:none;color:#646464;font-family:museo-sans;font-weight:600;background:url(../images/free-shipping-small.png) no-repeat 95% 50%;z-index:5}
#free-shipping span,#free-shipping-left span{text-decoration:underline;color:#1267a5;font-weight:400}
#free-shipping img,#free-shipping-left img{display:none}
}
@media only screen and (max-width:768px){html{background:#e0e0e0}
header{background:url(../images/body-bg-320.png) repeat-x top left}
.bounds{width:100%}
header a#logo{position:absolute;top:29px;left:0;display:block;width:145px;height:69px;text-indent:-9999em;background:url(../images/petsafe-logo-320.png) no-repeat top left;z-index:100}
#utility-nav{height:34px}
#utility-nav a{display:none}
#utility-nav a#nav-cart,#utility-nav a#nav-myaccount{display:block;float:right;line-height:33px;background:0}
#utility-nav a#mobile-search{display:block;float:right;width:47px;height:34px;padding:0;text-indent:-9999em;text-align:left;background:url(../images/mobile-search-bg.png) no-repeat top left}
#nav-lang-dd a{display:block!important;padding-top:4px!important;height:30px}
nav{height:57px}
nav .main-nav-item>a{line-height:57px;background:0}
#search{display:none}
nav a.img{display:none}
#btn-shop,#btn-shop.no-cart{float:right;width:50px;height:57px;padding:0;margin:0}
#btn-shop #btn-shop-bg,#btn-shop.no-cart #btn-shop-bg{position:relative;width:50px;height:57px;font-size:14px;padding:0 4px;text-align:center;background:url(../images/btn-shop-320-bg.png) repeat-x top left}
#btn-shop.no-cart #btn-cart.empty{display:none!important}
#nav-mobile{height:57px}
#nav-mobile a.arrow{font-size:17px;padding-right:53px;background:url(../images/nav-dd-arrow-320.png) no-repeat 85% 50%}
#lang-flyout{top:34px;width:100%}
#nav-mobile.dd.hover a.arrow,.dd.hover a.arrow:hover{color:#fff;border:0;background:#004880 url(../images/nav-dd-arrow-320.png) no-repeat 85% 50%}
.dd.hover a.arrow.mobile-menu-active,.dd.hover a.arrow.mobile-menu-active:hover{background:#004880 url(../images/nav-dd-arrow-close.png) no-repeat 85% 50%}
#mobile-flyout{left:0;width:100%;padding:25px 0 0 0;background:#004880}
.flyout-col{width:100%;padding:0;margin:0;min-height:1px;background:#004880}
.flyout-col:hover{background:#004880}
.flyout-col img{display:none}
.flyout-col h4{border-bottom:2px solid #0d63a3}
#nav-mobile .flyout-col h4 a{color:#fff;font-weight:400;height:48px;padding:0 60px;margin:0;line-height:48px;background:url(../images/orange-arrow-right.png) no-repeat 30px 5px}
.flyout-col h4 a:hover{background:url(../images/orange-arrow-right.png) no-repeat 30px 5px}
.flyout-col h4 a.open,.flyout-col h4 a.open:hover{background:url(../images/orange-arrow-down.png) no-repeat 30px 5px}
.flyout-col ul{display:none}
.flyout-col ul li a{display:block;height:46px;line-height:46px;padding:0 60px;color:#fff;border-bottom:1px solid #035695;background:#0d63a3;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.flyout-col ul li a:hover{color:#fff;background:#035695;border-bottom:1px solid #035695}
.flyout-col ul li{background:0;padding:0;margin:0}
#free-shipping,#free-shipping-left{width:260px;margin:0 auto;text-align:center;left:auto}
#btn-shop span{top:8px;right:14px}
}
@media only screen and (max-width:400px){.dd a.arrow:hover,.dd.hover a.arrow{color:#fff;border:0;background:url(../images/nav-dd-arrow-320.png) no-repeat 85% 50%}
#btn-shop.no-cart #btn-shop-bg{display:block}
#btn-shop #btn-cart{padding:0 14px;height:56px;background:url(../images/btn-cart-mobile.png) no-repeat 50% 50%}
#btn-shop.no-cart #btn-cart{display:none}
}
#homepage-ss{position:relative;width:100%}
.slide-content{position:absolute;top:15%;left:6.984127%}
.rslides{position:relative;list-style:none!important;width:100%;padding:0;margin:0}
.rslides li{position:absolute;display:none;width:100%;left:0;top:0}
.rslides li:first-child{position:relative;display:block;float:left}
.rslides img{display:block;height:auto;float:left;max-width:100%;border:0}
.slide-content h1{font:700 50px/114% museo-slab;color:#fff;margin:0 0 10px;text-shadow:1px 0 1px rgba(0,0,0,.75)}
.slide-content h1 span{font-weight:300}
.slide-content p{font:400 20px/28px museo-sans;color:#c9c9c9;text-shadow:1px 0 1px rgba(0,0,0,.75);margin:0 50px 20px 0}
.rslides .slide-content ul{list-style:inside disc!important;width:auto;margin:0 0 20px}
.rslides .slide-content ul li:first-child,.slide-content ul li{position:relative;display:list-item;top:auto;left:auto;color:#c9c9c9;font:400 18px/24px museo-sans}
#homepage-ss-btn{z-index:2;padding-left:7%}
#homepage-ss-btn ul li{float:left;list-style:none!important}
#homepage-ss-btn a{display:block;float:left;width:27px;height:27px;margin:0 15px 0 0;text-indent:-9999em;outline:0;background:url(../images/btn-homepage-ss.png) no-repeat top left}
#homepage-ss-btn a:hover,#homepage-ss-btn li.rslides_here a{background-position:bottom left}
#homepage-ss-btn a.next,#homepage-ss-btn a.prev{display:none}
@media only screen and (max-width:1279px){.slide-content h1{font:700 40px/114% museo-slab}
}
@media only screen and (max-width:1120px){.slide-content h1{font:700 36px/114% museo-slab;margin-bottom:10px}
.slide-content p{font:400 16px/20px museo-sans}
.rslides .slide-content ul li:first-child,.slide-content ul li{font:400 16px/20px museo-sans}
}
@media only screen and (max-width:1024px){.slide-content{top:9%}
.slide-content h1{font:700 32px/114% museo-slab;margin-bottom:10px}
.rslides .slide-content ul li:first-child,.slide-content ul li{display:none}
}
@media only screen and (max-width:960px){.slide-content h1{font:700 36px/114% museo-slab;margin-bottom:10px}
.slide-content p{display:none}
.rslides .slide-content ul li:first-child,.slide-content ul li{display:none}
}
@media only screen and (max-width:800px){.slide-content h1{font:700 30px/114% museo-slab;margin-bottom:10px}
.slide-content h2{display:none}
.slide-content p{display:none}
.rslides .slide-content ul li:first-child,.slide-content ul li{display:none}
}
@media only screen and (max-width:700px){.slide-content h1{font:700 28px/30px museo-slab;margin-bottom:10px}
.slide-content h2{display:none}
.slide-content p{display:none}
.rslides .slide-content ul li:first-child,.slide-content ul li{display:none}
}
@media only screen and (max-width:600px){.slide-content h1{font:700 20px/24px museo-slab;margin-bottom:10px}
.slide-content h2{display:none}
.slide-content p{display:none}
.rslides .slide-content ul li:first-child,.slide-content ul li{display:none}
}
@media only screen and (max-width:500px){.slide-content h1{min-height:70px;text-shadow:none;top:110%;color:#504f4f;line-height:1.2}
.slide-content h2{display:none}
.slide-content p{display:none}
.rslides .slide-content ul li:first-child,.slide-content ul li{display:none}
#homepage-ss-btn ul{display:none}
.rslides{min-height:380px}
.slide-content{position:relative;margin:30px auto;width:80%;left:0!important;text-align:center!important}
.rslides img#hero-iphone{float:none}
#homepage-ss-btn{width:83%;position:absolute;bottom:2%;left:7%}
#homepage-ss-btn a.rslides_nav.prev{display:block;position:absolute;float:none;top:-150px;left:-10px;background:url(../images/btn-circle-arrow-left.png) no-repeat top left}
#homepage-ss-btn a.rslides_nav.next{display:block;position:absolute;float:none;top:-150px;left:90%;background:url(../images/btn-circle-arrow-right.png) no-repeat top left}
#home-callout-left-accessories img{max-width:20%;margin:8px 10px 12px 0}
#hero-tabs{display:none}
.hero-video{width:75%;margin:0 auto}
#hero img#hero-iphone{display:block!important}
img#hero-full{display:none!important}
img#hero-full.persist{display:block!important;float:none!important;width:100%}
.hide-mobile{display:none!important}
.hide_till500{display:block!important}
.rslides img#hero-iphone{display:block!important}
.copy-img .half{width:98%}
}
img.wireless-1-header{width:100%}
div.wf.slide-content.wireless-1 p span{color:#fff}
div.title{color:#fff;text-shadow:transparent;font-size:60px}
@media only screen and (max-width:800px){div.title{font-size:48px}
}
div.wf.slide-content{padding-top:25px}
.content ul.wireless-fencing{overflow:hidden;list-style:none}
img.wireless-header-img{max-width:100%}
div#wireless-left{float:left;width:35%;padding:0 3%}
@media only screen and (max-width:680px){div#wireless-left{width:95%}
}
#wireless-left .house,#wireless-left .shadow2{float:left;clear:left;max-width:100%}
div#whats-included{float:left;border:1px solid #e2e1e1;background:#eef0f1;width:100%}
#whats-included h3,#whats-included ul{padding:0 35px}
#whats-included .btn-green{margin:25px 0 30px 35px}
#whats-included ul li{background:url(../images/wf-bullet1.png) no-repeat scroll left .6em transparent;color:#504f4f;font-size:18px;line-height:32px;list-style:none outside none;padding-left:24px}
.bullet{padding-right:10px;margin-top:8px}
#fence-callouts{clear:both;position:relative;max-width:446px;margin:0 auto 50px auto}
#fence-callouts .house{float:none;display:block}
#fence-callouts a{background:url(../images/wf-plus-btn.png) no-repeat scroll top left transparent;display:block;height:30px;width:29px;position:absolute;z-index:1}
#fence-callouts a span{display:none;left:-295%;padding:6px;position:relative;text-align:center;top:30px;width:670%;border:3px solid #ccc}
#fence-callouts a:hover{background:url(../images/wf-plus-btn-hover.png) no-repeat scroll top left transparent;z-index:2}
#fence-callouts a:hover span{display:block;position:relative;top:30px;background:#fff}
a#fence-callout-1{left:16%;top:46%}
a#fence-callout-2{left:48%;top:68%}
a#fence-callout-3{left:67%;top:25%}
.steps{float:left}
.steps img{width:71px;height:71px}
#wireless-content{width:46%;padding:0 5% 100px 6%;float:right}
#how-it-works p,#wireless-content p{font-size:18px;line-height:24px;color:#504f4f;margin-bottom:35px;overflow:hidden}
#wireless-content h2{color:#504f4f;font-weight:700;font-size:34px;font-family:museo-sans;margin:0 0 15px}
#how-it-works h3,#whats-included h3,#wireless-content h3{color:#504f4f;font-family:museo-sans,sans-serif;font-weight:700;font-size:26px;margin:0 0 15px}
#how-it-works h3{margin-bottom:35px;font-size:30px}
#whats-included h3{margin-top:30px}
.animals,.graphs{float:left;margin:10px 55px 20px 0}
.number{margin:0 25px 50px 0;float:left}
#how-it-works .btn-green{margin-left:95px}
.free-shipping{position:absolute;margin:10px 0 0 -10px}
@media only screen and (max-width:680px){#wireless-left{width:90%;padding:5%;float:none}
#whats-included,.house,.shadow2{display:block;float:none!important;max-width:430px;margin:auto}
.house{margin-bottom:50px}
#wireless-content{width:90%;padding:75px 5%;float:right}
}
@media only screen and (max-width:767px){#bootstrapModal{display:none}
}
@media only screen and (max-width:1200px){#better-fence{clear:left}
}
table#wf-product-comparison{margin-top:50px;width:100%}
@media only screen and (max-width:500px){table#wf-product-comparison{margin-top:0}
}
#wf-product-comparison img{max-width:100%}
.wf-comparison{width:100%;text-align:center;left:0}
@media only screen and (min-width:500px) and (max-width:675px){div.wf-comparison{padding-top:0}
}
.wf-comparison h1{font-size:60px}
@media only screen and (max-width:675px){.wf-comparison h1{font-size:48px;line-height:52px}
}
@media only screen and (max-width:500px){.wf-comparison h1{font-size:48px;line-height:52px;color:#fff!important;position:absolute;top:-300px}
}
@media only screen and (max-width:500px){.wf-comparison h1.wireless-page-header-three{font-size:38px;line-height:52px;color:#fff!important;position:absolute;top:-110px;margin-left:5%}
}
@media only screen and (max-width:420px){.wf-comparison h1.wireless-page-header-three{font-size:28px;line-height:30px}
}
h1.wf-compare-title{position:relative;width:auto;color:#504f4f;font-family:museo-sans,sans-serif;font-size:34px;font-weight:700;line-height:44px;margin-bottom:10px}
#wf-product-comparison tr{display:block;overflow:hidden}
#wf-product-comparison tr.first p{font-family:museo-sans,sans-serif}
#wf-product-comparison td{padding-right:4%;padding-left:4%;margin-right:0;margin-left:0;width:16%;font-family:museo-sans,sans-serif}
tr.wf td{max-width:180px;display:block;float:left;padding:20px 0}
#wf-product-comparison.two-col td{max-width:100%;width:25%}
#wf-product-comparison .even{background-color:#f6f6f6}
th.wf-label{margin-left:3%;margin-right:3%;text-align:left;width:22%;float:left}
@media only screen and (max-width:960px){th.wf-label{width:95%}
}
tr.wf{border-bottom:1px solid #ebedf0}
.wf-nobr{font:700 21.6px museo-slab,serif;color:#504f4f;padding-top:10%;display:block}
td.wf-comp-item{margin-bottom:0;padding-top:30px;padding-bottom:50px;height:auto}
td.wf-comp-item .wf-title a{color:#5e5e5e;font-family:museo-sans,sans-serif;font-size:26px;font-weight:700;line-height:28px;text-decoration:none;margin-bottom:10px}
@media only screen and (max-width:600px){td.wf-comp-item .wf-title a{font-size:20px}
}
td.wf-comp-item .wf-title a:hover{color:#000;text-decoration:underline}
td.wf-comp-item .wf-title a img{position:relative;top:4px}
.wf-price-box{bottom:0;position:relative;margin-top:1em}
.wf-price-box .wf-minimal-price .wf-price,.wf-price-box .wf-regular-price .wf-price{font:700 24px/25px museo-sans,sans-serif;color:#217e7a}
.wf-comparison p{color:#fff;margin:0 10%;font-size:32px!important;line-height:40px;width:80%}
#wf-comparison-content{width:90%;padding:0 5%}
#wf-comparison-content p{font-size:18px;line-height:24px;color:#504f4f;margin-bottom:35px;overflow:hidden;font-family:museo-sans,sans-serif}
#wf-comparison-content h2{color:#504f4f;font-weight:700;font-size:24px;font-family:museo-sans;margin:0 0 45px}
#wf-comparison-content .steps{width:60%;font-family:museo-sans,sans-serif}
@media only screen and (max-width:800px){#wf-comparison-content .steps{width:100%}
}
#play-stay-vid{width:30%;padding:0 0 0 5%;min-height:435px;float:right;background-image:url(../images/wf-v-line.png);background-position:top left;background-repeat:no-repeat}
#play-stay-vid img{display:block;max-width:100%;margin:0 auto}
.pic{background-color:#eef0f1;border:1px solid #ebeaea;padding:10px 3%;max-width:94%}
.pic-shadow{margin:-5px auto 0;width:98%}
.watch-video{color:#1b1b1b!important;font-weight:700;padding:0 0 0 20px;background:transparent url(../images/wf-yellow-arrow.png) 0 4px no-repeat}
.watch-video a{text-decoration:none;font-weight:700}
.watch-video span{color:#bebcbc;font-size:12px;padding-left:15px}
.did-you-know-line{margin:-2px 0 0 0}
#did-you-know{clear:both;min-height:252px;background:transparent url(../images/wf-landscape.jpg) bottom center no-repeat}
#did-you-know img{float:left;margin:0 5% 0 10%;width:289px;padding:25px 0 0 0}
#did-you-know p{margin:0 10% 0 0;font-size:22px;line-height:28px;width:45%;padding:70px 0 0 0;font-family:museo-sans,sans-serif}
@media only screen and (max-width:900px){#did-you-know{min-height:0;background-size:100%}
#did-you-know img{width:200px;padding:35px 0 0 0}
#did-you-know p{padding:50px 0;font-size:18px;line-height:22px}
}
@media only screen and (max-width:600px){#did-you-know{background-size:100%}
#did-you-know img{float:none;margin:0 0 -15px 30%;width:200px;padding:0}
#did-you-know p{text-align:center;font-size:18px;line-height:22px;margin:0 auto;width:100%;padding:0 0 50px 0}
}
#why-wireless{margin:50px 0;float:left;width:45%;padding:0 5% 0 0}
#links-resources{margin:50px 0;float:right;width:45%;padding:0 0 0 5%;background-image:url(../images/wf-v-line.png);background-position:top left;background-repeat:no-repeat;font-family:museo-sans,sans-serif}
@media only screen and (max-width:700px){#why-wireless{margin:50px 0;float:none;width:100%;padding:0;background-image:url(../images/dotted-line.png);background-position:bottom left;background-repeat:repeat-x;padding-bottom:20px}
#links-resources{margin:50px 0;float:none;width:100%;padding:0;background:0}
}
#links-resources a{color:#014e8a;line-height:28px;padding-left:25px;background-image:url(../images/wf-yellow-arrow.png);background-position:7px 2px;background-repeat:no-repeat;font-weight:700;font-size:14px}
#links-resources h2,#why-wireless h2{margin:0 0 25px}
#links-resources h3{color:#504f4f;font-size:20px;margin-top:10px;line-height:32px}
.cant-decide{font-size:32px;font-weight:700;color:#504f4f;line-height:45px;text-align:center;font-family:museo-sans,sans-serif}
.browse-fences-btn{margin:10px auto 50px;text-align:center}
@media only screen and (max-width:800px){.cant-decide{margin-top:10px;font-size:24px;line-height:40px}
#comparison-content .steps,#play-stay-vid{width:100%}
#play-stay-vid img{max-width:308px}
}
@media only screen and (max-width:600px){.cant-decide{font-size:20px;line-height:30px}
}
@media only screen and (max-width:500px){.cant-decide{font-size:16px;line-height:24px;margin:15px 0 25px}
}
@media only screen and (max-width:959px){#wf-product-comparison .even{background-color:transparent}
#wf-product-comparison td{width:29%}
#wf-product-comparison.two-col td{max-width:100%;width:46%}
}
@media (min-width:640px) and (max-width:959px){#wf-product-comparison td{margin-left:0;margin-right:0;padding-left:2%;padding-right:2%}
}
@media (max-width:639px){#wf-product-comparison td{padding-left:2%;padding-right:2%}
}
#homepage-categories{width:96%;margin:30px 0 0 0;padding:0 0 3% 3.5714286%;overflow:hidden}
.cat-col{position:relative;float:left;width:21%;margin:0 4% 4% 0}
.cat-col h3,.cat-col h3 a{font:700 21px/26px museo-slab;color:#504f4f;margin:0 0 8% 0;text-decoration:none}
.cat-col-img{position:relative;width:100%;margin:0 0 60px 0;padding:.3% 0 0 0}
.cat-col-img img{position:relative;display:block;width:87.4%;margin:0 0 0 6.2992126%;padding:6% 0 0 0;z-index:2}
.cat-col-img img.cat-col-bg{position:absolute!important;top:0!important;left:0;width:100%!important;margin:0!important;padding:0!important;z-index:1!important}
.cat-col .shadow{max-width:110%}
.cat-col ul{margin:0 0 16px 9px;list-style:none}
.cat-col ul li,.support-category .cat-col.downloads div ul.orange-arrows li.orange-arrows a.fr,a.orange-arrows.best-sellers{margin:0 0 8px;padding:0 0 0 20px;line-height:22px;background:url(../images/orange-arrow-right.png) no-repeat 0 5px}
.cat-col ul li a{font-weight:600;font-size:16px;color:#1b1b1b;text-decoration:none;border-bottom:1px solid #ccc}
.cat-col p{margin:0 9px;font-size:15px;line-height:20px;color:#5f5e5e}
.cat-col.second{margin:0 5% 0 0}
.cat-col .learn-more{position:absolute;width:100%;display:block;bottom:18.2481752%;left:-13px;padding-top:6px;text-decoration:none;background:url(../images/learn-more-triangle.png) no-repeat top left;z-index:3}
.cat-col .learn-more span{display:block;width:127px;height:37px;line-height:37px;padding-left:20px;color:#fff;font-weight:600;font-family:museo-sans;text-transform:uppercase;background:#016ab7}
.fourth-alt{display:none;clear:left}
@media only screen and (max-width:960px){.cat-col{width:30%}
.cat-col.third{margin:0!important}
.cat-col.fourth{display:none}
.fourth-alt{display:block}
.cat-col.second{margin:0 4% 0 0}
}
@media only screen and (max-width:640px){.cat-col{width:44%}
.cat-col.fourth{display:block}
.fourth-alt{display:none}
.cat-col.first,.cat-col.third{margin:0 8% 6% 0!important}
.cat-col.second{margin:0 0 6% 0!important}
}
@media only screen and (max-width:480px){.cat-col{float:none!important;width:90%!important;margin:0!important}
#homepage-categories{margin:10px 0 0 0;padding:0 0 30px 7.6%;width:92.4%}
.cat-col ul{margin:0 0 16px 0}
.cat-col ul li{margin:0 0 12px;padding:0;background:0}
.cat-col ul li a{display:block;height:41px;line-height:41px;font-weight:600;font-size:16px;color:#1b1b1b;padding:0 25px 0 25px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;border:1px solid #ddd;border-radius:20px;background:#f0efef url(../images/orange-arrow-right.png) no-repeat 95% 50%}
.cat-col ul li ul{display:none}
.cat-col ul li a:hover{background:#e4e2e2 url(../images/orange-arrow-right.png) no-repeat 95% 50%}
}
#home-content{margin:40px auto;overflow:hidden;white-space:nowrap}
.home-callout-left,.home-callout-right{width:45%;position:relative;white-space:normal;display:inline-block;box-shadow:1px 0 9px rgba(0,0,0,.15);vertical-align:top}
.home-callout-left{margin-right:10%}
.home-callout-left .homepage-callout img{float:left;display:block;max-width:100%}
.home-callout-right .homepage-callout img{float:left;margin:4% 0 5% 0;max-width:100%}
.home-callout-left p,.home-callout-right p{font-size:105%;color:#5f5e5e;line-height:130%;margin:0 0 20px}
.homepage-callout h2{color:#343434;font:700 220%/120% museo-slab;margin:0 0 15px}
.homepage-callout{min-height:335px;padding:12% 8% 0 0;border-radius:4px;background:url(../images/white-texture-bg.jpg);overflow:hidden}
.homepage-callout-content{float:left;width:60%;margin:0 0 0 5%}
.homepage-callout-content select{width:100%}
.home-callout-right .homepage-callout-content{float:left;width:48%;padding:0 2% 0 0;margin:0}
.home-callout-left .homepage-callout-content img,.home-callout-right .homepage-callout-content img{display:none}
.homepage-callout-content ul.orange-arrows{margin:0 0 30px}
@media only screen and (max-width:1300px){.home-callout-left .homepage-callout img{max-width:100px}
.home-callout-right .homepage-callout img{max-width:50%}
}
@media only screen and (max-width:1024px){.home-callout-left h2,.home-callout-right h2{font-size:150%;margin:0 0 10px}
.home-callout-left p,.home-callout-right p{font-size:100%}
.home-callout-left ul,.home-callout-right ul{margin:0 0 40px;padding:0 0 40px}
}
@media only screen and (max-width:680px){.home-callout-left{display:none}
.home-callout-right{width:90%;margin:0 0 0 5%}
.home-callout-right h2{font-size:160%;width:100%}
.home-callout-right ul li a{font-size:14px;padding-left:38px}
}
a.link-learn-more{display:block;color:#217e7a!important;text-decoration:underline;font:700 18px/21px museo-slab;padding:0 0 0 25px;background:url(../images/ico-green-arrow.png) no-repeat 0 50%}
a.trigger-iframe-modal,div.category p a,div.right-col-block a{color:#0160a6;text-decoration:underline;border-bottom:0}
a.trigger-iframe-modal:hover,div.category p a:hover,div.right-col-block a:hover{color:#0283e2}
a.trigger-iframe-modal:visited,div.category p a:visited,div.right-col-block a:visited{color:#0283e2}
a.link-orange-arrow{display:inline-block;margin:10px 0 0;color:#fcc158;font:700 14px/19px museo-sans;padding:0 20px 0 0;background:url(../ui/link-orange-arrow.png) no-repeat 100% 50%}
ul.blue-checks li{list-style:none!important;margin:0 0 10px;padding:0 0 0 24px;color:#1b1b1b;font:700 18px/21px museo-sans;background:url(../images/ico-blue-check.png) no-repeat 0 3px}
ul.blue-checks li a{color:#e99e16;font-weight:700;text-decoration:underline}
ul.light-gray-checks li{list-style:none!important;margin:0 0 15px;padding:0 0 0 24px;color:#5d5d5d;font:400 18px/25px museo-sans;background:url(../images/ico-light-gray-check.png) no-repeat 0 6px}
ul.dark-gray-checks>li{list-style:none!important;margin:0 0 15px;padding:0 0 0 24px;color:#5d5d5d;font:400 18px/25px museo-sans;background:url(../images/ico-dark-gray-check.png) no-repeat 0 6px}
dl.numbers{overflow:hidden}
dl.numbers dt{clear:left;float:left;border-radius:20px;text-align:center;padding:3px 6px;color:#fff;margin:0 10px 0 0;font:700 12px/12px museo-slab;background:#045fa1}
dl.numbers dd{float:left;margin:0 0 15px;width:80%;font:400 18px/21px museo-sans}
ul.gray-arrows>li{list-style:none!important;margin:0 0 8px;padding:0 0 0 24px;background:url(../images/ico-gray-arrow.png) no-repeat 0 3px}
ul.gray-arrows>li a{font:400 17px/19px museo-sans;color:#939393;text-decoration:none}
ul.orange-arrows>li{list-style:none!important;padding:0 0 0 15px;background:url(../images/orange-arrow-right.png) no-repeat 0 6px}
ul.orange-arrows>li a{display:block;line-height:29px;font:600 18px/27px museo-sans;overflow:hidden;text-overflow:ellipsis;text-decoration:underline;border-bottom:0;color:#0160a6}
ul.orange-arrows>li a:hover{color:#0283e2}
ul.orange-arrows>li a:visited{color:#0283e2}
.right-col-block ul.orange-arrows{margin:0 0 10px}
.right-col-block ul.orange-arrows>li a{white-space:normal}
ul.dark-gray-arrows>li{list-style:none!important;margin:0 0 8px;padding:0 0 0 24px;font:400 17px/19px museo-sans;color:#939393;background:url(../images/ico-dark-gray-arrow.png) no-repeat 0 3px}
ul.dark-gray-arrows>li a{font:400 18px/19px proxima-nova;color:#5f5e5e;text-decoration:none}
ul.dark-gray-arrows>li a span{border-bottom:1px solid #ccc}
ul.dark-gray-arrows>li a:hover{color:#333}
#category-heading{margin:0 0 20px}
body#left-nav-page #category-heading{margin:0 0 60px}
#category-heading h1,h2#category-title{font:700 46px/46px museo-slab;color:#5f5f5f}
#hero{position:relative;margin:0 0 40px}
#hero img{display:block;position:relative;max-width:100%;z-index:1}
#hero img#hero-iphone,.rslides img#hero-iphone{display:none}
#hero .lockup{position:absolute;top:15%;left:52%;width:46%;z-index:2}
#hero .lockup h1,#hero .lockup h2.hero-header,h2.smaller-hero{font:700 50px/50px museo-slab;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.75);margin:0 0 20px}
#hero .lockup h1 span,#hero .lockup h2.hero-header span,h2.smaller-hero span{display:block;margin:0 0 -4px;font:300 44px/50px museo-slab}
#hero .lockup h2,#hero .lockup h3.hero-subhead{font:300 20px/25px proxima-nova;color:#e4e4e4;text-shadow:0 1px 1px rgba(0,0,0,.75)}
#hero-tabs{position:absolute;bottom:-5px;left:0;width:100%;z-index:2}
#hero-tabs a{position:absolute;bottom:10px;right:0;display:block;border-radius:8px 8px 0 0;padding:15px 0 45px;height:40px;width:15.8730159%;text-align:center;text-decoration:none;font:700 18px/18px museo-slab;color:#a7a7a8;background:#e8e7e7}
#hero-tabs a.active,#hero-tabs a:hover{color:#767677;background:#fdf9fa}
a#herotab-1{right:36.3492063%}
a#herotab-2{right:20.0793651%}
a#herotab-3{right:3.968254%}
#tabs-next{position:absolute;top:100px;right:5%;display:none;width:27px;height:27px;background:url(../images/tab-next.png) no-repeat top left;z-index:4}
#tabs-prev{position:absolute;top:100px;left:5%;display:none;width:27px;height:27px;background:url(../images/tab-prev.png) no-repeat top left;z-index:4}
.hero-video{position:absolute;top:10.6094808%;left:14.2857143%;z-index:3;width:29.2857143%}
.category{display:inline-block;vertical-align:top;box-sizing:border-box;width:46.5%;margin:0 3% 70px 0;min-height:425px}
div#support-top div.category{min-height:0}
.category h3,.category h3 a{font:700 25px/33px museo-sans;color:#504f4f;margin:0 0 .2em;text-decoration:none;min-height:2.64em}
.category p{font:400 18px/24px proxima-nova;color:#5f5e5e;margin:0 0 30px}
.category p a{color:#217e7a}
.category ul{clear:left}
.category-img{position:relative;margin:0 0 15px}
.category-img img{display:block;width:92%}
.category-img img.shadow{width:100%}
.category img.shadow{width:100%}
.cat-thumb{float:left;padding:15px;border:1px solid #e2e1e1;background:#eef0f1}
.price-tag{position:absolute;top:-2px;right:-29px;width:28%}
.price-tag img{display:block;max-width:100%}
.category-img .price{position:absolute;top:50%;right:22%;width:75px;color:#224e4d;text-align:center;font:700 26px/26px museo-slab;-webkit-transform:rotate(-2deg);-moz-transform:rotate(-2deg);-ms-transform:rotate(-2deg)}
.category-img .price em{display:block;font:700 12px/15px museo-slab;color:#b5b5b5;margin:0 0 8px}
p.installation-time{margin:20px 0 25px;padding:5px 0 5px 30px;color:#989898;font:700 16px/16px museo-sans;background:url(../images/ico-clock.png) no-repeat 0 50%}
.interactive{font:700 16px/21px museo-slab;color:#e99e16;padding:0 0 0 25px;text-decoration:underline;background:url(../images/ico-interactive.png) no-repeat 0 50%}
.category-callout{clear:left;padding:25px 20px 30px 20px;margin-bottom:20px;border:1px solid #e4e6e7;background:#eef0f1;overflow:hidden}
.category-callout h3{font:500 28px/35px museo-slab;color:#848484}
.category-callout h4{font:700 18px/21px museo-sans;color:#5d5d5d;margin:0 0 5%}
#category-callout-toggle{margin:4% 0 0}
#category-callout-toggle h3{margin:0 0 4%}
#category-shadow{margin:0 0 40px}
#category-compare{float:right;display:inline-block;margin:7px 0 0 0;padding:0 29px 0 0;text-decoration:underline;font:600 18px/25px proxima-nova;color:#838383;background:url(../images/ico-gray-link-arrow.png) no-repeat 100% 50%}
.category-callout-actions{text-align:center;white-space:pre-line}
.category-callout-actions .btn-green{margin:0 0 5%}
.category-chart{width:90%;margin:0 0 10%}
.category-chart img{display:block;max-width:100%}
#fencing-callout .half{margin:0 2%;width:40%}
#fencing-callout .half.bg{margin:0;background:url(../images/category-callout-divider.png) no-repeat top right}
#fencing-callout ul.light-gray-checks{margin:0 0 25%}
#fencing-callout div#category-callout-toggle div.category-chart{margin:0 0 2% 0}
#fencing-callout div#category-callout-toggle div div.fencing-compare{padding-left:25%}
.diagram{margin:8% 0 10%}
.diagram img{display:block;max-width:100%}
.category-feature{border:1px solid #dfdfdf;border-radius:4px;padding:20px 15px 20px 15px;background:url(../images/white-texture-bg.jpg);overflow:hidden}
.category-feature-img{float:right;width:40%;margin:0 2% 0 0}
.category-feature-img img{display:block;max-width:100%}
.category-feature-content{float:left;overflow:hidden}
.category-feature-content h3{font:700 25px/33px museo-sans;color:#504f4f;margin:0 0 10px}
.category-feature-content p{font:400 16px/22px proxima-nova;color:#5f5e5e;margin:0 0 23px}
.right-col-block{display:inline-block;vertical-align:top;margin:45px 0 0;padding:0 0 45px 6%;background:url(../images/right-col-block-bg.png) no-repeat 50% 100%}
.right-col-block h3,.right-col-block h3 a,.right-col-block h3 a:active,.right-col-block h3 a:visited,.right-col-block h3.download_bar_header h3,.right-col-block h3.download_bar_header h3 a,.right-col-block h3.download_bar_header h3 a:active,.right-col-block h3.download_bar_header h3 a:visited,.right-col-block h3.download_bar_header h3:active,.right-col-block h3.download_bar_header h3:visited,.right-col-block h3:active,.right-col-block h3:visited{font:700 24px/31px museo-sans;color:#504f4f;margin:0 0 20px;text-decoration:none}
.right-col-block h3 a:hover,.right-col-block h3.download_bar_header h3 a:hover,.right-col-block h3.download_bar_header h3:hover,.right-col-block h3:hover{text-decoration:underline}
.right-col-block h4,.right-col-block h4 a,.right-col-block h4 a:hover,.right-col-block h4 a:visited,.right-col-block h4:hover{font:700 21px/28px museo-sans;color:#5f5e5e;margin:0 0 20px;text-decoration:none}
#left-nav h5,.right-col-block h5{font:400 17px/23px museo-sans;color:#5f5e5e}
.right-col-block p{margin:20px 0;font:400 18px/23px proxima-nova;color:#5f5e5e}
.right-col-block a.btn-green{margin:0 0 15px}
#left-nav-page .right-col-block{padding:0 6% 45px 0}
.right-col-img{position:relative;width:100%;margin:0 0 40px 0;padding:.3% 0 0 0}
.right-col-img img{position:relative;display:block;width:87.4%;margin:0 0 0 6.2992126%;padding:6% 0 0 0;z-index:2}
.right-col-img img.right-col-bg{position:absolute!important;top:0!important;left:0;width:100%!important;margin:0!important;padding:0!important;z-index:1!important}
#home-callout-left-accessories{padding:0}
#home-callout-left-accessories img{margin:12px 10px 0 0}
#support ul.dark-gray-arrows{margin:15px 0 15px}
.tel{display:block;text-decoration:none;font:700 22px/28px museo-sans;color:#242424;margin:0 0 25px}
#pet-proofing img{margin:0 0 0 -15px}
@media only screen and (max-width:1100px){#hero-tabs{bottom:-4px}
}
@media only screen and (max-width:1024px){#home-callout-left-accessories h3{margin:5px 0 0;line-height:29px}
#home-callout-left-accessories img{max-width:28%;margin:8px 10px 12px 0}
#hero-tabs a{padding-bottom:20px}
#hero .lockup h2,#hero .lockup h3.hero-subhead{font-size:18px;line-height:21px}
#support-topics .right-col-img{display:none}
.right-col-block{background:0}
.right-col-block h3{font:700 23px/29px museo-slab}
}
@media only screen and (max-width:960px){.left-col{width:100%;background:0}
.right-col{float:none;width:100%}
#before-you-buy,#featured-product,#need-a-pro,#pet-proofing{display:none}
.right-col-block{width:40%;margin:0 5% 0 2%;padding:0 0 45px}
.right-col-block.nm{width:95%}
#left-nav-page .right-col-block{width:88%}
#support{margin:0!important}
#home-callout-left-accessories img{max-width:20%}
#hero .lockup p{display:none}
#hero .lockup ul{display:none}
#hero .lockup h1,#hero .lockup h1 span,#hero .lockup h2.hero-header,#hero .lockup h2.hero-header span,h2.smaller-hero,h2.smaller-hero span{font-size:27px;line-height:33px}
}
@media only screen and (max-width:480px){#hero .lockup h2,#hero .lockup h3.hero-subhead{display:none}
}
@media only screen and (max-width:680px){.right-col-block{width:45%}
}
.section{padding:40px 0 0;margin:0 0 40px;background:url(../images/section-bg.png) no-repeat 50% 0}
.section h3{font:700 25px/33px museo-sans;color:#504f4f;margin:0 0 10px}
.section h4{font:300 20px/22px museo-sans;font-style:italic;color:#888;margin:0 0 30px}
.section dl.numbers{margin:0 0 30px}
.section dl.numbers dd{color:#939393;width:95%;font-size:18px;line-height:22px}
.section dl.numbers dd strong{display:block;color:#5f5e5e}
.section ol,.section p,.section ul{font:400 18px/24px museo-sans;margin:0 0 30px;color:#5f5e5e}
.section img{display:block;max-width:100%}
.section img.shadow{max-width:100%!important}
.content-content ul,.generic-content ul,.section ol,.section ul{margin:10px 0 20px 20px}
.content-content ul li,.generic-content ul li,.section ol li,.section ul li{margin-bottom:10px;font:400 18px/24px museo-sans;list-style-position:inside}
.video{float:left;width:50%}
.video-description{margin:0 0 0 54%}
#video-tab{overflow-x:scroll;overflow-y:hidden;margin-bottom:10px;padding-bottom:10px;position:relative}
#video-tab .video-list{font-size:0;padding-bottom:20px;white-space:nowrap}
#video-tab .video-item{display:block;font-size:16px;vertical-align:top;margin:0 auto;width:320px}
@media only screen and (max-width:480px){#video-tab .video-item{display:inline-block;width:98%;margin:0 0 0 1%}
}
#video-tab .video-link{color:#363636;display:block;text-decoration:none}
#video-tab .video-thumbnail-wrapper,dl.support-types div.video-list span.video-thumbnail-wrapper{margin-bottom:10px}
#video-tab .video-thumbnail,dl.support-types div.video-list span.video-thumbnail{display:block;position:relative;height:174px;overflow:hidden;width:312px;padding:0}
#video-tab .video-thumbnail img,dl.support-types div.video-list span.video-thumbnail img{height:auto;left:0;margin-top:-117px;position:absolute;top:50%;width:312px}
#video-tab .video-name{color:#4d4c4c;display:block;font-size:16px;font-weight:700;margin:14px 20px 0;white-space:normal}
#video-tab::-webkit-scrollbar-thumb{background-color:#e6e6e6}
#video-tab.gallery div.video-list.gallery{white-space:normal}
#video-tab.gallery div.video-item.gallery{float:left;width:30%;height:300px;margin-bottom:50px}
@media only screen and (max-width:1080px){#video-tab.gallery div.video-item.gallery{width:45%}
}
@media only screen and (max-width:460px){#video-tab.gallery div.video-item.gallery{width:90%}
}
@media only screen and (max-width:1180px){#video-tab.gallery div.video-item.gallery{height:250px}
}
#video-tab.gallery .video-thumbnail-wrapper.homepage{width:auto}
@media only screen and (min-width:461px) and (max-width:520px){#video-tab.gallery .video-thumbnail-wrapper.homepage{width:auto;height:130px}
}
#video-tab .video-thumbnail-wrapper.homepage .video-thumbnail{width:135%}
#video-tab.gallery .video-thumbnail-wrapper.homepage .video-thumbnail img{width:74%;margin-top:-90px}
@media only screen and (min-width:1080px) and (max-width:1180px){#video-tab.gallery .video-thumbnail-wrapper.homepage .video-thumbnail img{margin-top:-70px}
}
@media only screen and (min-width:960px) and (max-width:1080px){#video-tab.gallery .video-thumbnail-wrapper.homepage .video-thumbnail img{margin-top:-110px}
}
@media only screen and (max-width:640px){#video-tab.gallery .video-thumbnail-wrapper.homepage .video-thumbnail img{margin-top:-85px}
}
#video-tab.gallery .video-thumbnail-wrapper.homepage .video-thumbnail span.video-layer2{overflow:hidden;background-image:url(../media/images/play-icon.png);background-repeat:no-repeat;top:30%;left:30%;height:174px;position:absolute;width:312px}
@media only screen and (min-width:1080px) and (max-width:1180px){#video-tab.gallery .video-thumbnail-wrapper.homepage .video-thumbnail span.video-layer2{width:85%;left:-20px}
}
@media only screen and (min-width:461px) and (max-width:640px){#video-tab.gallery .video-thumbnail-wrapper.homepage .video-thumbnail span.video-layer2{left:20%}
}
@media only screen and (min-width:461px) and (max-width:500px){#video-tab.gallery .video-thumbnail-wrapper.homepage .video-thumbnail span.video-layer2{top:18%}
}
#video-tab.gallery{overflow:hidden}
#popular-products{padding:35px 0 85px 0}
#popular-products h1,#popular-products h2{font:700 36px/36px museo-sans;color:#343434;margin:0 0 55px}
.product{float:left;width:22%;margin:0 4% 0 0}
.product h3{font:700 26px/28px museo-slab;color:#504f4f;margin:0 0 30px}
.product p{font:400 18px/22px museo-sans;margin:0 0 30px}
.product-img{position:relative}
.product-img img{display:block;width:100%}
.product img.shadow{margin-bottom:15px}
.product-img img.product-product{float:left;display:block;width:90%;padding:15px;border:1px solid #e2e1e1;background:#eef0f1}
.product-price{position:absolute;top:-2px;right:-24px;width:35%}
.product-price img{display:block;max-width:100%}
.product-img .price{position:absolute;top:46%;right:11%;width:75px;color:#224e4d;text-align:center;font:700 26px/26px museo-slab;-webkit-transform:rotate(-2deg);-moz-transform:rotate(-2deg);-ms-transform:rotate(-2deg)}
.product-img .price em{display:block;font:700 12px/15px museo-slab;color:#b5b5b5;margin:0 0 8px}
#popular-products div.products a.btn-green{position:absolute;top:510px}
@media only screen and (max-width:1280px){.product-img .price{right:8%}
body#new #whats-new-signup{bottom:-5%}
}
@media only screen and (max-width:1100px){.product-img .price{right:5%}
#hero .lockup h1,#hero .lockup h2.hero-header,h2.smaller-hero{font:700 44px/44px museo-slab}
.category-img .price{right:15%;font-size:22px}
.category-img .price em{margin:0 0 3px;font-size:11px}
}
@media only screen and (max-width:960px){body#new #whats-new-signup{bottom:-7.5%}
#hero .lockup{top:12%;left:50%;width:50%}
#hero .lockup h1,#hero .lockup h2.hero-header,h2.smaller-hero{font:700 38px/38px museo-slab}
#hero .lockup h2,#hero .lockup h3.hero-subhead{font:400 18px/23px museo-sans}
#popular-products{padding-bottom:35px}
.category-img .price{right:21%;font-size:22px}
.category-img .price em{margin:0}
.product{float:none;width:100%;margin:0 0 75px}
.product.second{margin:0 0 50px}
.product.fourth,.product.third{display:none}
.product a,.product h3,.product p{margin-left:310px}
.product-img{width:30%;position:absolute;float:none}
.product-img .price{top:46%;right:15%;width:75px;font-size:26px}
.product-img .price em{display:block}
.video{width:40%}
.video-description{margin-left:45%}
.right-col{clear:left;padding-top:40px;background:url(../images/section-bg.png) no-repeat 50% 0}
}
@media only screen and (max-width:768px){.category-img .price{right:15%}
#hero .lockup h1,#hero .lockup h2.hero-header,h2.smaller-hero{font:700 32px/32px museo-slab}
img.cat-thumb{float:none;display:block;max-width:75%;padding:7px;margin:0 auto}
.pick_your_pet_part2 table,.pick_your_pet_part2 tbody,.pick_your_pet_part2 td,.pick_your_pet_part2 th,.pick_your_pet_part2 thead,.pick_your_pet_part2 tr{display:block}
.pick_your_pet_part2 thead tr{position:absolute;top:-9999px;left:-9999px}
.pick_your_pet_part2 th{display:none}
.pick_your_pet_part2 tr{border:1px solid #ccc}
.pick_your_pet_part2 td{border:0;border-bottom:1px solid #eee;position:relative}
.pick_your_pet_part2 td:before{position:absolute;top:0;left:2%;width:30%;height:100%;line-height:100%;padding-right:10px;white-space:nowrap}
.pick_your_pet_part2 td:nth-of-type(1):before{content:""}
.pick_your_pet_part2 td:nth-of-type(2):before{content:""}
.pick_your_pet_part2 td:nth-of-type(3):before{content:"Remote Trainer";font-weight:700}
.pick_your_pet_part2 td:nth-of-type(4):before{content:"Clicker";font-weight:700}
.pick_your_pet_part2 td:nth-of-type(5):before{content:"Pet Proofing";font-weight:700}
.pick_your_pet_part2 td:nth-of-type(6):before{content:"Harness";font-weight:700}
}
@media only screen and (max-width:480px){#category-shadow{display:none}
.product{float:none;width:86%;margin:0 0 50px 5%!important}
.product.second{margin:0 0 50px}
.product a,.product h3,.product p{margin-left:0}
.product-img{width:100%;position:relative;float:left}
.product-img img{max-width:auto;width:100%}
.product-img .price{top:46%;right:15%;width:75px;font-size:26px}
.product-img .price em{display:block}
p.installation-time{margin-bottom:45px}
#hero{min-height:250px}
#hero .lockup{width:95%;position:relative;top:auto;left:0!important;margin:40px 0 0 5%;text-align:center;overflow:hidden}
#hero .lockup h1,#hero .lockup h2.hero-header,h2.smaller-hero{color:#888;text-shadow:none;text-align:center;font-size:32px;line-height:36px;display:block}
#hero .lockup h2,#hero .lockup h3.hero-subhead{display:none}
.left-col{width:90%;margin:0 5% 0 5%;background:0}
.category{width:95%;padding-bottom:50px;margin-bottom:50px;background:url(../images/iphone-dotted-line.png) no-repeat 50% 100%}
.category.last{background:none repeat scroll 0 0 transparent;padding-bottom:0;margin-bottom:40px}
.category-img .price em{margin:0 0 8px;font-size:9px}
.category-img .price{right:25%;font-size:24px}
#category-heading{padding:0 0 0 5%}
#category-heading .btn-green{display:none}
#category-heading h1{font-size:32px;line-height:35px}
.category-callout{display:none}
#support,.right-col-block{width:90%;margin:0 0 50px 5%!important}
#popular-products h1{font-size:30px;margin:0 0 30px 5%}
dl.numbers dd{width:88%!important}
a.link-learn-more{color:#217e7a!important;display:inline-block;height:41px;line-height:43px;margin-left:28%;padding:0 20px 0 45px;border-radius:25px;border:1px solid #ccc;text-decoration:none;background:#f0efef url(../images/ico-green-arrow.png) no-repeat 15px 50%}
.video-description{clear:left;margin:30px 0 0 0}
ul.orange-arrows li{background:0;margin:0 0 10px}
ul.orange-arrows li a{display:block;height:41px;line-height:41px;font-weight:600;font-size:16px;color:#1b1b1b;padding:0 25px 0 25px;text-decoration:none;border:1px solid #ddd;border-radius:20px;background:#f0efef url(../images/orange-arrow-right.png) no-repeat 95% 50%}
}
@media only screen and (max-width:400px){#hero{min-height:220px}
#tabs-next,#tabs-prev{display:block}
.product-img .price{top:46%;right:12%;width:75px;font-size:26px}
.category-img .price em{margin:0}
.category-img .price{right:8%;font-size:18px}
a.link-learn-more{margin-left:0}
.category a.link-learn-more{margin-left:0}
.video{width:95%}
}
#tab-box{width:100%;margin:0 0 30px;overflow:hidden}
#tabs{float:left;width:32.4137931%}
#tabs a{display:block;margin:0 0 6px;padding:0 0 0 22px;color:#545353;font:700 1.2em/74px museo-slab;text-decoration:none;height:74px;border-radius:10px 0 0 10px;background:url(../images/tab-bg.png) repeat-y top right}
#tabs a:hover{color:#1b1b1b}
#tabs a.active{background:#e9e9e9}
.tab-content{margin:0 0 0 32.42%;padding:45px;min-height:250px;background:#e9e9e9}
.tab-content img{display:block;max-width:100%}
#tabs-mobile{display:none}
@media only screen and (max-width:960px){#tabs a{font:700 22px/27px museo-slab;padding:12px 0 0 22px;height:62px}
}
@media only screen and (max-width:400px){#tabs a{display:none}
.tab-content{margin:0}
#tabs-mobile{display:block;margin:0 0 20px}
}
.media-item{float:left;width:44.5740957%;margin:0 30px 20px 0}
.media-item img.r{max-width:90%;height:auto;display:block}
#body-onecolumn .media-item,.media-item img #drinkwell .media-item{width:31.5740957%}
.video-thumbnail{display:block;padding:20px;border:1px solid #e2e1e1;background:#eef0f1}
.video-thumbnail img{max-width:100%;width:100%;display:block}
.media-content{float:left;width:50%;color:#5f5e5e}
#body-onecolumn .media-content,#drinkwell .media-content{width:61%}
@media only screen and (max-width:480px){.media-content,.media-item{width:100%!important;float:none!important}
}
@media only screen and (max-width:400px){.media-content,.media-item{width:100%!important;float:none!important}
}
table.compare{width:100%;border:0;border-collapse:collapse;margin:0;padding:0}
table.compare td{border-right:1px dotted #ccc;border-bottom:1px solid #ccc;padding:20px 10px;text-align:center;color:#888}
@media only screen and (max-width:500px){table.compare td{padding:20px 2px}
}
table.compare th{color:#585858;font:700 18px/22px museo-slab;border-right:1px dotted #ccc;padding:20px 10px 0 10px}
table.compare td.title{color:#585858;font:700 18px/22px museo-slab;text-align:right}
table.compare td.title span{display:block;font:500 12px/22px museo-slab;color:#ababab}
table.compare td.gray-bg,table.compare th.gray-bg{background:#e4e5e6}
table.compare td.red,table.compare th.red{color:#fd0c0c}
table.compare td.green,table.compare th.green{color:#55b847}
table.compare td.light-gray,table.compare th.light-gray{color:#ccc}
table.compare td.no-bb,table.compare th.no-bb{border-bottom:0}
table.compare td.center{text-align:center}
table.compare tr.border-bottom td,table.compare tr.border-bottom th{padding-bottom:10px;border-bottom:1px solid #ccc}
#add-ons-popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:900}
#add-ons-popup .close{width:28px;height:30px;display:block;position:absolute;right:-14px;top:-15px;z-index:3}
#add-ons-popup .close img{width:28px;height:30px;display:block}
#add-ons-popup .add-ons-title{margin:0;font:700 25px/33px museo-sans;color:#504f4f}
#add-ons-popup .add-ons-sub-title{font:italic 19px/25px proxima-nova;color:#888;margin:0 0 15px}
@media only screen and (max-width:640px){#add-ons-popup .add-ons-title{font-size:22px;position:static;padding:12px}
.choose_best_stim table,.choose_best_stim tbody,.choose_best_stim td,.choose_best_stim th,.choose_best_stim thead,.choose_best_stim tr,.pick_your_pet table,.pick_your_pet tbody,.pick_your_pet td,.pick_your_pet th,.pick_your_pet thead,.pick_your_pet tr{display:block}
.choose_best_stim thead tr,.pick_your_pet thead tr{position:absolute;top:-9999px;left:-9999px}
.choose_best_stim th,.pick_your_pet th{display:none}
.choose_best_stim tr,.pick_your_pet tr{border:1px solid #ccc}
.choose_best_stim td,.pick_your_pet td{border:0;border-bottom:1px solid #eee;position:relative}
.choose_best_stim td:before,.pick_your_pet td:before{position:absolute;top:0;left:2%;width:30%;height:100%;line-height:100%;padding-right:10px;white-space:nowrap}
.pick_your_pet td:nth-of-type(1):before{content:""}
.pick_your_pet td:nth-of-type(2):before{content:""}
.pick_your_pet td:nth-of-type(3):before{content:"Remote Trainer";font-weight:700}
.pick_your_pet td:nth-of-type(4):before{content:"Clicker";font-weight:700}
.pick_your_pet td:nth-of-type(5):before{content:"Pet Proofing";font-weight:700}
.pick_your_pet td:nth-of-type(6):before{content:"Harness";font-weight:700}
.choose_best_stim td:nth-of-type(1):before{content:"Static";font-weight:700}
.choose_best_stim td:nth-of-type(2):before{content:"Spray";font-weight:700}
.choose_best_stim td:nth-of-type(3):before{content:"Vibration";font-weight:700}
.choose_best_stim td:nth-of-type(4):before{content:"Ultrasonic";font-weight:700}
}
#add-ons-popup .overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2;background-color:rgba(0,0,0,.85);opacity:0}
#add-ons-popup .wrap{position:fixed;z-index:3;top:0;left:0;width:100%;height:100%}
#add-ons-popup.busy .window{background:transparent url(../images/ajax-loader2.gif) no-repeat center center}
#add-ons-popup.busy .window .add-ons-title{display:none}
#add-ons-popup.busy .window .mask{overflow:hidden}
#add-ons-popup.busy .window .close{display:none}
#add-ons-popup.busy .window .horizontal-items-list{display:none}
#add-ons-popup .window{width:70%;position:absolute;top:50%;left:50%;padding:42px;border:1px solid #979797;margin:-225px 0 0 -35%;background:#fff;z-index:3}
#add-ons-popup .window .add-ons-sub-title,#add-ons-popup .window .add-ons-title{display:none}
#add-ons-popup .window.titles .add-ons-sub-title,#add-ons-popup .window.titles .add-ons-title{display:block}
#add-ons-popup .window.titles{padding:20px 42px 108px 42px}
@media only screen and (min-width:641px) and (max-width:960px){#add-ons-popup .window{width:86%;margin-left:-43%;height:80%;margin-top:-40%}
}
@media only screen and (max-width:640px){#add-ons-popup .window{width:86%;margin-left:-43%;height:80%;margin-top:-40%}
}
#add-ons-popup .trigger{position:absolute;width:100%;height:100%;z-index:2}
#add-ons-popup .mask{overflow:auto;padding:30px 0}
body#new #hero .lockup{right:auto;left:6%;top:10%}
body#new #hero .lockup p{margin:-10px 0 0 0;font:400 18px/28px proxima-nova;color:#dbd8d8}
#whats-new-signup{position:absolute;width:36.5079365%;bottom:5%;right:5%;z-index:103}
#whats-new-container{padding:8%;color:#8c8c8c;border:1px solid #e1e1e1;background:#f2f3f4}
#whats-new-container h3{font:700 24px/28px museo-slab;color:#404040;margin:0 0 20px}
#whats-new-container p{font:400 17px/23px museo-sans;margin:0 0 20px}
#signup-input{width:54.3478261%;height:32px;padding-left:12px;outline:0;margin:5px 10px 0 0;border:1px solid #ccc;border-radius:20px;background:#fff}
#whats-new-container form input{float:left}
#whats-new-container form{overflow:hidden}
#wn-pendant-trainer{position:absolute;display:block;width:24%;bottom:5%;left:3%;z-index:100}
#wn-passport-door{position:absolute;display:block;width:24%;bottom:3%;left:26%;z-index:101}
#wn-pagoda-fountain{position:absolute;display:block;width:24%;top:6%;right:26%;z-index:100}
#wn-busy-buddy{position:absolute;display:block;width:24%;top:4%;right:4%;z-index:101}
#wn-busy-buddy img,#wn-pagoda-fountain img,#wn-passport-door img,#wn-pendant-trainer img{display:block;max-width:100%}
.copy-img{padding:50px 0 30px;background:url(../images/dotted-line-bg.png) no-repeat bottom left;overflow:hidden}
.copy-img .img{float:left;width:27%}
.copy{margin:0 0 0 30%}
@media only screen and (max-width:960px){.copy.whats-new-page{margin:0 0 0 33%}
}
.no-img .copy{margin:0}
.copy h3{font:700 25px/31px museo-sans;margin:0 0 15px}
.copy h2{font:700 36px/45px museo-sans;margin:0 0 15px}
.copy p{font:400 17px/23px proxima-nova;color:#7e7e7e;margin:0 0 30px}
.pink,.pink a,.pink p{color:#fb04f2}
.copy ol li,.copy ul li{font:400 17px/23px proxima-nova;color:#a2a2a2;margin-bottom:5px}
.copy ol,.copy ul{list-style-type:circle;margin-left:22px;margin-top:-10px}
.copy a{color:#217e7a;text-decoration:underline}
.copy a:hover{color:#217e7a}
.copy-img .half .img{width:45%;text-align:center}
.half .copy{margin:0 0 0 50%}
.half .copy h2,.third .copy h2{font:700 26px/33px museo-sans}
.half .copy p,.third .copy p{font:400 15px/21px proxima-nova}
.thirds .img{float:none;width:100%;margin:0 0 30px}
.thirds .copy{margin:0}
.social{float:right;margin:0 30px 0 0}
.tw-social{float:right;width:90px!important}
.fb-social{float:right}
.half .social{margin-top:15px}
.thirds .social{margin:20px 0 0 0;float:left;clear:left!important}
a.btn-back-to-top{display:inline-block;margin:18px 0 0 30px;padding:0 0 0 18px;position:absolute;color:#0160a6;text-decoration:underline;background:url(../images/blue-arrow-up.png) no-repeat 0 2px}
a.btn-back-to-top:hover{color:#0283e2;background:url(../images/blue-arrow-up-hover.png) no-repeat 0 2px}
.half a.btn-back-to-top{margin-left:0;margin-top:0}
.thirds a.btn-back-to-top{float:left;clear:left;margin-top:25px;position:relative;margin-left:0}
.divided-section-wrapper a.btn-back-to-top{position:static;margin:0 0 7px 30px}
body#new .half{padding-bottom:1%}
.generic-copy{padding:50px 0;margin:0 0 50px;background:url(../images/dotted-line-bg.png) no-repeat 50% 100%;overflow:hidden}
.generic-copy h3{font:700 25px/31px museo-sans;margin:0 0 15px;color:#504f4f}
.generic-copy h2{font:700 36px/45px museo-sans;margin:0 0 15px}
.generic-copy p{font:400 17px/23px proxima-nova;color:#7e7e7e;margin:0 0 30px}
.testimony{padding:10px 0 0 120px;background:url(../images/large-quote.png) no-repeat top left}
.testimony h3{font:600 24px/24px proxima-nova;color:#5f5e5e}
@media only screen and (max-width:1100px){body#new #hero .lockup{left:5%}
.thirds .social{float:none;margin:15px 0 15px}
.half .social{float:none;margin:15px 0 0}
.fb-social,.tw-social{float:none;text-align:left}
.no-hero .fb-social,.no-hero .tw-social{float:right}
.fb-social{margin:0 0 8px}
#drinkwell .slide-content p{display:none}
}
@media only screen and (max-width:960px){#hero-dropdown{width:70%}
#wn-passport-door,#wn-pendant-trainer{bottom:-10%}
#wn-busy-buddy,#wn-pagoda-fountain{display:none}
.testimony{background-size:35px;padding-left:50px}
}
@media only screen and (max-width:480px){#whats-new-signup{width:90%}
body#new #hero .lockup{top:20px;margin:0}
body#new #hero .lockup h1,body#new #hero .lockup h2.hero-header,body#new #hero .lockup p,h2.smaller-hero{color:#fff;text-align:center}
body#new #hero{min-height:550px;margin:0}
body#new #hero .lockup h1 span,body#new #hero .lockup h2.hero-header span,h2.smaller-hero span{font-size:32px}
#hero-dropdown{display:none!important}
.thirds{width:90%;margin:0 0 30px 5%;float:none}
body#new .copy-img .half{width:90%;margin:0 0 0 5%;float:none}
.copy-img .img,body#new .copy-img .half .img{float:none;width:90%;margin:0 0 0 5%;text-align:left}
body#new .copy-img .copy{width:90%;margin:0 0 0 5%}
body#new .copy-img .half .img .social{margin:15px 0}
#hero #wn-busy-buddy,#hero #wn-pagoda-fountain,#hero #wn-passport-door,#hero #wn-pendant-trainer{display:none}
#drinkwell-logo{display:none}
.wtb-zip-form{margin:0 0 30px}
}
#left-nav{float:left;width:290px;min-height:960px;padding:0 0 50px 35px;color:#5f5e5e;background:url(../images/subnav-bg.png) no-repeat top right}
#left-nav-mobile{display:none;position:absolute;top:-40px;left:20px;right:20px}
#left-nav h3{color:#504f4f;font:700 28px/35px museo-sans;margin:0 0 20px}
#left-nav h6,.right-col-block h6{font:400 17px/24px proxima-nova;margin:0 0 15px}
.tel-icon{display:block;color:#010101;padding:0 0 0 60px;margin:0 0 15px;font:700 19px/38px museo-sans;height:45px;background:url(../images/ico-telephone.png) no-repeat 0 50%}
.cal-icon{font:400 17px/23px proxima-nova;padding:0 0 0 60px;margin:0 0 15px;background:url(../images/ico-calendar.png) no-repeat 0 50%}
#left-nav ul.dark-gray-checks{margin:30px 0}
#left-nav ul.dark-gray-checks li{list-style:none;color:#939393;margin:0 0 10px;padding:0 30px 0 30px;font:400 17px/19px proxima-nova;background-position:0 3px}
#about-subnav{list-style:none;margin:0 0 50px}
#about-subnav li a{display:block;height:58px;font:500 20px/58px museo-sans;color:#888;padding:0 0 0 27px;text-decoration:none}
#about-subnav li a:hover,#about-subnav li.active a{height:56px;padding:0 0 0 26px;border:1px solid #d0d9e0;border-width:1px 0 1px 1px;font:700 20px/56px museo-sans;color:#504f4f;background:#fff}
#about-subnav li ul.subnav-subnav li a{height:40px;padding:0 0 0 25px;font:500 18px/40px museo-sans;color:#bfbebe}
#about-subnav li ul.subnav-subnav{list-style:none;display:none;padding:0 0 10px 25px;border-left:1px solid #d0d9e0;border-bottom:1px solid #d0d9e0;background:#fff}
#about-subnav li.active ul.subnav-subnav li a{height:40px;border:0;color:#bfbebe}
#about-subnav li ul.subnav-subnav li a:hover,#about-subnav li ul.subnav-subnav li.active a{height:40px;border:0;color:#217e7a;padding:0 0 0 25px;font:500 18px/40px museo-sans;background:url(../images/subnav-subnav-hover.png) no-repeat 0 50%}
#about-subnav li.sub-sub a:hover,#about-subnav li.sub-sub.active a{border-bottom:1px solid #fff}
.content-content{margin:0 35px 50px 365px;overflow:hidden}
.generic-content{padding:0 32px 50px!important}
.content-content h1,.generic-content h1,.generic-content h2.generic-header{font:700 30px/43px museo-sans;color:#504f4f;margin:0 0 35px}
.content-content h2,.generic-content h2{font:700 24px/33px proxima-nova;color:#504f4f;margin:0 0 30px}
.content-content h3,.generic-content h3{font:700 21px/29px proxima-nova;color:#504f4f;margin:0 0 30px}
.content-content h4,.generic-content h4{font:700 18px/25px proxima-nova;color:#504f4f;margin:0 0 20px}
.content-content p,.generic-content p{font:400 18px/24px proxima-nova;color:#5f5e5e;margin:0 0 32px}
.content-content a,.generic-content a,.lvl1 .flyout-footer a{color:#0160a6;border-bottom:0;text-decoration:underline}
.content-content a:hover,.content-content a:visited,.generic-content a:hover,.generic-content a:visited,.lvl1 .flyout-footer a:hover,.lvl1 .flyout-footer a:visited{color:#0283e2}
.content-content p img{display:block;max-width:100%!important}
.generic-img{position:relative;float:left;margin:0 25px 5px 0}
.generic-img .cat-thumb{max-width:100%}
@media only screen and (max-width:768px){#left-nav{display:none}
#left-nav-mobile{display:block}
.content-content{margin:0 35px}
#signup-input{width:70%}
}
.board{margin:0 0 30px;padding:0 0 30px;background:url(../images/dotted-line-bg.png) no-repeat bottom left}
.bio-photo{float:left;width:170px;margin-right:20px}
img.img-border{float:left;padding:15px;border:1px solid #e2e1e1;background:#eef0f1}
.board-bio{margin:10px 0 0 0}
.board-bio .close-read-more,.board-bio .read-more{color:#217e7a}
@media only screen and (max-width:768px){.board-bio{clear:left;margin:30px 0 0}
}
#support-top{margin:0 0 60px;background:url(../images/dotted-line-bg.png) no-repeat bottom left}
@media screen and (max-width:480px){#support-top{margin:0;background:0}
}
#support-top .category{min-height:auto!important}
#support-title{margin:0 0 80px}
#support-title h1{font:600 32px/45px museo-slab;color:#888;margin:0 0 10px}
#support-title p{font:400 18px/23px proxima-nova;color:#888}
.support-category{overflow:hidden;margin:0 0 60px;background:url(../images/dotted-line-bg.png) no-repeat bottom left}
.support-accessories .cat-col,.support-category .cat-col{min-height:450px}
.support-category .cat-col.downloads ul{position:relative}
.support-accessories h3,.support-category h3{font:600 26px/26px museo-sans;color:#504f4f;margin:0 0 50px}
.support-accessories .cat-col h3 a,.support-category .cat-col h3,.support-category .cat-col h3 a{font:600 22px/25px museo-sans;color:#6c6b6b;margin:0 0 24px}
.support-accessories .category-img img.shadow,.support-category .category-img img.shadow{width:110%}
.support-accessories .cat-col p,.support-category .cat-col p{margin:0 0 15px;font:400 18px/22px proxima-nova;color:#9c9c9c}
.support-category .cat-col ul{margin:0;bottom:0}
.show-hidden-support-cats{clear:left;color:#217e7a;font:600 18px/24px proxima-nova;display:block;margin:30px 0}
.support-section{overflow:hidden;margin:50px 0 60px;padding:0 0 50px;background:url(../images/dotted-line-bg.png) no-repeat bottom left}
.support-section h3{font:600 26px/33px museo-sans;color:#504f4f;margin:0 0 30px}
.support-section a.btn-back-to-top{position:relative;margin-left:0;margin-top:30px}
.support-section ul.dark-gray-arrows{margin:40px 0 0 20px}
.support-section ul.dark-gray-arrows li{margin:0 0 25px}
.support-section ul.dark-gray-arrows a.ico-video{padding-right:24px;background:url(../images/ico-tv.png) no-repeat 100% 35%}
.support-section ul.dark-gray-arrows a.active{color:#222}
.support-hidden{margin:30px 0}
.support-hidden p{font:400 18px/24px proxima-nova;color:#5f5e5e;margin:0 0 30px}
.support-hidden a{color:#333!important;border-bottom:1px solid #ccc}
.support-hidden .media-item{width:39.574096%}
.support-hidden ul.orange-arrows li{background:url(../images/orange-arrow-right.png) no-repeat 0 50%!important}
#support-topic-jump-links{position:relative;width:100%;height:21px;padding:30px 0 30px 50px;margin:0 0 30px}
#support-topic-jump-links img{display:block;position:absolute;max-width:100%;top:0;left:0;z-index:1}
#support-topic-jump-links a{position:relative;color:#555;margin:0 5% 0 0;font:400 18px/18px museo-sans;z-index:2;text-decoration:none}
#support-topic-jump-links a:hover{color:#3d817f;text-decoration:underline}
#product{margin:0 0 50px;overflow:hidden}
#product-slideshow{float:left;width:40%}
#product-details,.product-details{margin:0 0 0 45%}
#product-details h1,.product-details h1{font:500 32px/39px museo-sans;color:#444;margin:0 0 15px}
#product-details h5,#product-details h5 a,.product-details h5,.product-details h5 a{font:400 18px/25px museo-sans;color:#999;margin:0 0 45px}
#product-details h3,.product-details h3{font:400 22px/29px museo-sans;color:#737171;margin:0 0 30px}
#product-details h5 a,.product-details h5 a{font-size:16px;margin:0 0 0 40px;padding:0 10px 5px;display:inline-block}
#product-details h5 a.active,.product-details h5 a.active{background:#f4f4f3}
#product-details p,.product-details p{font:400 18px/24px proxima-nova;color:#5f5e5e;margin:0 0 60px}
ul.downloads{list-style:none}
ul.downloads li{height:51px;line-height:51px;padding:0 10px;color:#5f5e5e;border-bottom:1px solid #f4f4f3;background:#f4f4f3}
ul.downloads li.alt{background:0}
ul.downloads li a.download-download{float:right;color:#3d817f;line-height:51px}
ul.downloads li a.download-download.pdf{padding-left:40px;background:url(../images/pdf.png) no-repeat 0 50%}
ul.downloads li span{color:#9f9f9f}
#additional-skus{padding:20px 20px 12px;margin:-45px 0 30px;background:#f4f4f3}
#additional-skus p{margin:0 0 8px}
#product-ss-pager{margin:20px 0 0}
#product-ss-pager li{display:inline;list-style:none;margin:0 4px 0 0}
#product-ss-pager a{display:inline-block;padding:0}
#product-ss-pager img{float:left}
#product-ss-pager .rslides_here a{background:0 0;box-shadow:0 0 0 2px #999}
.product-view .product-shop-inner .input-box{background:0 0}
@media only screen and (max-width:480px){#breadcrumbs{top:-10px;left:5%;position:relative;width:90%}
#product-slideshow{float:none;width:90%;margin:0 0 0 5%}
#product-details,.product-details{margin:0 5%}
#support-topic-jump-links img{display:none}
#support-topic-jump-links a{line-height:30px}
}
.press-list h1{font:700 36px/45px museo-slab;color:#9a9a9a}
#press-dd{float:right}
.press-item{margin:0 0 40px;padding:0 0 40px;background:url(../images/dotted-line-bg.png) repeat-x bottom left}
.press-item span.press-date,p.press-date{float:right;font:700 20px/27px museo-sans;color:#418a87}
p.press-date{float:left}
.press-item h1{margin:0 0 25px}
.press-item h3 a{font:700 26px/35px museo-sans;color:#504f4f;text-decoration:underline}
.press-item p a{color:#418a87}
#press-bottom.press-item{padding:40px 0 0;margin:60px 0;background:url(../images/dotted-line-bg.png) repeat-x top left}
#back-to-press{text-decoration:none;color:#aeaeae;font:400 15px/21px proxima-nova}
#back-to-press span{border-bottom:1px solid #ddd}
#press-date-social{overflow:hidden}
#press-date-social .social{float:left;margin-left:40px}
#body-where-to-buy .content-wrapper{width:96%;padding:0 2% 0 2%}
.wtb-zip-label{margin-top:50px;display:inline-block;margin-bottom:30px}
.wtb-zip-label input[type=text]{margin-left:10px;margin-right:10px}
#DealerLocatorIframe{border:1px #949085 solid;height:495px;width:100%;margin-bottom:40px}
#authorized-retailers ol li,#authorized-retailers ul li{font:400 17px/23px proxima-nova;color:#a2a2a2;margin-bottom:1%}
#authorized-retailers ol,#authorized-retailers ul{list-style-type:none}
#authorized-retailers a[href="#TOP"]{margin-bottom:2%;display:inline-block;background-image:url(/media/images/green-arrow-up.png);padding-left:2%;background-repeat:no-repeat;background-position:0 5px}
#authorized-retailers a{margin-right:1%}
@media only screen and (max-width:640px){#authorized-retailers a{margin-right:.5%}
#authorized-retailers a[href="#TOP"]{padding-left:5%}
}
.about-us-dots{margin:0 0 40px;padding:0 0 40px;background:url(../images/dotted-line-bg.png) repeat-x bottom left;overflow:hidden}
#social-about{float:none;width:166px;overflow:hidden;margin:0 0 40px}
#tails-round-world img{margin-right:30px}
.letter{min-height:51px;margin:0 0 5px;padding:4px 0 0 80px}
.letter p{margin:0}
#letter-t{background:url(../images/letter-t.png) no-repeat top left}
#letter-h{background:url(../images/letter-h.png) no-repeat top left}
#letter-e{background:url(../images/letter-e.png) no-repeat top left}
#letter-w{margin-top:40px;background:url(../images/letter-w.png) no-repeat top left}
#letter-i{background:url(../images/letter-i.png) no-repeat top left}
#letter-l{background:url(../images/letter-l.png) no-repeat top left}
#letter-e p{padding-top:10px}
.about-img{margin:0 20px 0 0}
@media only screen and (max-width:768px){.generic-img{float:none;width:100%}
.about-us-dots .half{float:none;width:100%}
#tails-round-world img.fl{float:none!important}
#tails-round-world h3,#tails-round-world p{margin-left:0}
}
#search-404 label{display:block;margin:0 0 10px;font:400 18px/22px proxima-nova;color:#5f5e5e}
#search-404 input[type=text],#search-bar-format input[type=text]{width:370px;padding-left:7px;border-radius:4px;border:1px solid #ccc;height:45px;display:inline-block;margin-right:30px}
#search-404 input[type=image]{position:relative;top:33px}
@media (max-width:750px){#search-404 input[type=text],#search-bar-format input[type=text]{width:90%;padding-left:7px;border-radius:4px;border:1px solid #ccc;height:45px;display:inline-block;margin-right:30px}
}
#interstitialWrapper{margin:0 auto;width:715px;height:691px;padding:30px 0 0;background:url(/media/images/interstitial_bg.jpg) no-repeat top left}
#interstitialHeader{text-align:center;margin:0 0 25px;font:400 36px/45px museo-sans;color:#5d5c5c}
#interstitialWrapper #left{float:left;width:283px;padding-left:34px}
#interstitialWrapper #right{float:left;width:303px;padding-left:14px}
#interstitialWrapper #left p,#interstitialWrapper #right p{margin:40px 0;font:400 18px/22px proxima-nova;color:#5f5e5e}
#interstitialWrapper #middle{width:50px;text-align:center;float:left}
#homepage-categories ul li a{color:#0160a6;border-bottom:0;text-decoration:underline}
#homepage-categories ul li a:hover{color:#0283e2}
#homepage-categories ul li a:visited{color:#0283e2}
.right-col-block ul.orange-arrows li a{color:#0160a6;border-bottom:0;text-decoration:underline}
.right-col-block ul.orange-arrows li a:hover{color:#0283e2}
.right-col-block ul.orange-arrows li a:visited{color:#0283e2}
.section a{color:#0160a6;border-bottom:0;text-decoration:underline}
.section a:hover{color:#0283e2}
.section a:visited{color:#0283e2}
.section a.link-learn-more{color:#217e7a}
.section a.link-learn-more:hover{color:#217e7a}
#products-page-top{margin:0 0 110px}
#products-page-top img{display:block;max-width:100%;margin:0 30px 0 0;float:left}
.product-category{position:relative;clear:left;border:1px solid #e2e3e3;border-radius:4px;margin:100px 0 0;padding:100px 30px 45px}
.product-category h1{position:absolute;left:20px;top:0;z-index:2}
.product-category h1 img{z-index:1}
#cat-fencing{top:-22px;left:170px;width:130px;padding:0 0 0 20px;background:#fff}
#cat-fencing img{position:absolute;top:-55px;left:-150px}
#cat-pet-care{top:-22px;left:170px;width:160px;padding:0 0 0 20px;background:#fff}
#cat-pet-care img{position:absolute;top:-55px;left:-150px}
#cat-doors{top:-22px;left:140px;width:100px;padding:0 0 0 20px;background:#fff}
#cat-doors img{position:absolute;top:-55px;left:-130px}
#cat-training{top:-22px;left:150px;width:290px;padding:0 0 0 20px;background:#fff}
#cat-training img{position:absolute;top:-55px;left:-130px}
.product-category .thirds{min-height:260px}
.product-category .thirds img{display:block;max-width:100%;margin:15px 0}
.product-category p.installation-time,.product-category ul{display:none}
#product-jump-links a{display:inline-block;width:130px;height:12px;margin:0 10px 0 0;padding:130px 0 0 0;text-align:center}
a#jump-fencing{padding-left:5px;width:125px;background:url(../images/sketch-fencing.png) no-repeat 50% 0}
a#jump-doors{background:url(../images/sketch-doors.png) no-repeat 50% 0}
a#jump-training{background:url(../images/sketch-training.png) no-repeat 50% 0}
a#jump-pet-care{padding-left:20px;width:110px;background:url(../images/sketch-pet-care.png) no-repeat 50% 0}
#no-hassle{display:block;margin:25px auto 15px auto}
@media only screen and (max-width:960px){#products-page-right{display:none}
.product-category .thirds:nth-of-type(2n+1){clear:left}
.product-category .thirds{width:46%}
#product-jump-links{display:none}
}
@media only screen and (max-width:480px){.product-category{padding-left:0;padding-right:0;border:0;margin:50px 0 0;padding:0}
.product-category h1{position:relative!important;width:60%!important;text-align:center;left:20%!important;top:auto!important;padding:0!important}
.product-category h1 img{position:relative!important;left:auto!important;top:auto!important;margin:0 auto 15px}
.product-category .thirds{width:95%;clear:left;margin:0}
}
.atlwdg-trigger{z-index:5}
@media (max-width:767px){#bootstrapModal{position:absolute;top:20px;left:20px;right:20px;width:auto;margin:0}
#bootstrapModal.fade.in{top:20px}
.modal-body{overflow:visible;max-height:none}
}
@media (max-width:480px){#bootstrapModal{top:10px;left:10px;right:10px}
.bootstrap-iframe-modal.fade.in{top:10px}
}
.toolbar .pager{float:right}
.toolbar .pager .limiter{float:left}
.toolbar .pager .limiter{display:none}
.toolbar .pager .pages{float:right}
.toolbar .pager .pages li{background-color:#f1f1f1;display:inline;float:left;font:700 12px/15px museo-sans,sans-serif;height:21px;margin:0 2px;padding:5px 5px 0;text-align:center;width:17px}
.toolbar .pager .pages li.current,.toolbar .pager .pages li:hover{background-color:#217e7a;color:#fff}
.toolbar .pager .pages li.current a,.toolbar .pager .pages li:hover a{color:#fff}
.toolbar .pager .pages a{padding:5px;text-decoration:none;color:#000}
.toolbar .pager .pages a.next{display:block;float:right;margin:0 2px 0 10px;padding:2px}
#search-page .toolbar{margin:25px 0 0}
.left-col div.result{margin-bottom:50px;padding-top:20px;width:100%;clear:both}
.left-col .result h3{margin:0 0 10px}
.left-col .result h3 a{color:#5d5d5d;font:700 20px/28px museo-sans;text-decoration:none}
.left-col .result h3 a:hover{color:#5d5d5d}
.left-col .result p.search-summary{margin:0;font-size:16px}
.left-col .result .category-img img.shadow{max-width:100%!important;display:block;float:left}
.left-col .result .category-img img{width:150px;margin-right:20px;display:block}
.left-col .result a.search-link{margin-bottom:20px;font-size:16px}
div.search-box{margin-bottom:10px}
.num-results h4.results-count{display:inline-block;width:100%;margin-top:30px;color:#217e7a;font:500 20px/26px museo-sans;text-decoration:none;text-align:left}
@media (max-width:750px){.search-box div.input-box{width:45%;margin-bottom:10px;float:left}
.search-box div.search-button{float:left;margin-left:10px;width:100px;height:40px}
}
.twtr-widget{position:relative;font-size:12px!important;font-family:"lucida grande",lucida,tahoma,helvetica,arial,sans-serif!important;zoom:1;color:#e6e6e6}
.twtr-fullscreen{font-size:220%!important}
.twtr-inactive{display:none}
.twtr-widget a img{border:0!important}
.twtr-doc{overflow:hidden;width:100%;text-align:left;font-weight:400;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}
.twtr-bd{padding:0 1px}
.twtr-widget .twtr-tweet-wrap{padding:6px 8px;overflow:hidden;zoom:1}
.twtr-fullscreen .twtr-tweet-wrap{padding:20px}
.twtr-widget .twtr-tweet{border-bottom:1px dotted #ddd;overflow:hidden;zoom:1}
.twtr-widget-profile img.twtr-profile-img{display:block;float:left;width:31px;height:31px;border:0!important}
.twtr-widget h3,.twtr-widget h4,.twtr-widget p{margin:0!important;padding:0!important;line-height:1.2!important;width:auto!important}
.twtr-widget-profile h3,.twtr-widget-profile h4{margin:0 0 0 40px!important}
.twtr-widget h3{font-size:11px!important;font-weight:400!important}
.twtr-widget h4{font-size:16px!important}
.twtr-widget .twtr-new-results,.twtr-widget em{font-size:9px;font-style:normal;display:block;margin-top:2px;zoom:1}
.twtr-widget .twtr-new-results{text-align:center;padding:3px;margin:0 auto -10px auto!important;display:block;position:relative;bottom:5px;line-height:.9}
.twtr-results-inner{line-height:1;font-size:100%;padding:4px 0;position:relative;bottom:-2px;width:40%;margin:0 auto;z-index:2;text-align:center}
.twtr-results-hr{width:100%;position:relative;z-index:1;height:1px;border-bottom:1px dotted #ddd;bottom:7px;background:0;overflow:hidden}
.twtr-new-results span{position:relative;z-index:3;top:-14px;display:block;font-size:9px!important}
.twtr-fullscreen .twtr-new-results span{font-size:24px!important}
.twtr-hd{padding:10px;position:relative;zoom:1;overflow:hidden}
.twtr-fullscreen .twtr-hd{height:0;padding:0}
.twtr-timeline{-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;position:relative;overflow:hidden;z-index:2;height:225px}
.twtr-scroll .twtr-timeline{overflow-x:hidden;overflow-y:auto}
.twtr-widget .twtr-tweet:last-child{border-bottom-width:0}
.twtr-ft{position:relative}
.twtr-ft div{overflow:hidden;padding:10px;zoom:1}
.twtr-ft span{float:right;text-align:right}
.twtr-ft a{float:left;display:block}
.twtr-ft span a{float:none}
.twtr-avatar{width:40px;height:40px;float:left;overflow:hidden;display:block}
.twtr-fullscreen .twtr-avatar{width:80px;height:80px}
.twtr-img{height:25px;width:25px}
.twtr-img img{width:30px;height:30px}
.twtr-fullscreen .twtr-img img{width:72px;height:72px}
.twtr-fullscreen a.twtr-join-conv{display:none}
.twtr-tweet-text{margin-left:40px}
.twtr-fullscreen .twtr-tweet-text{margin-left:90px}
.twtr-doc a{text-decoration:none!important}
.twtr-doc a:hover{text-decoration:underline!important}
.downloads-header{color:#504f4f;font:700 24px/31px museo-slab;margin-bottom:20px;margin-top:12%;text-decoration:none}
h3.downloads-dropdown-header{color:#504f4f;font:600 26px/26px museo-sans}
.support-category .cat-col.downloads{width:100%;min-height:20px;margin-bottom:20px}
.support-category .cat-col.downloads h3.fl{margin-right:40px;margin-bottom:10px}
.support-category .cat-col.downloads div ul li.fl{margin-top:10px;width:100%}
.cat-col ul li a.download-download,.cat-col ul li a.downloads{border-bottom:medium none;font:600 20px/27px museo-sans;overflow:hidden;text-decoration:underline;color:#0160a6}
.cat-col ul li a.download-download:hover,.cat-col ul li a.downloads:hover{color:#0283e2}
span.best-seller-price{color:#217e7a;display:block;font:500 24px/25px museo-sans,sans-serif;margin:3px 0;text-align:left}
span.best-seller-starting{font-size:12px;color:#217e7a}
div.best-seller-picture{min-height:285px}
.product h3.best-seller-name{margin-left:0}
h3.best-seller-name a,h3.best-seller-name a:hover,h3.best-seller-name a:visited{color:#5f5e5e;font:500 18px/20px museo-sans;margin:0 0 20px;text-decoration:none}
div.best-seller-price-div{margin-bottom:10px}
a.orange-arrows.best-sellers{border-bottom:medium none;color:#0160a6;text-decoration:underline;font:600 18px/27px museo-sans}
a.orange-arrows.best-sellers:hover{color:#0283e2}
div.full-width{width:100%;clear:both}
div.best-sellers-product-listing div.product{min-height:450px}
@media (max-width:960px){div.best-sellers-product-listing div.product{float:left;width:40%;margin:0 4% 0 0}
div.best-sellers-product-listing div.product a.btn-green.smaller{margin-left:0}
div.best-seller-picture div.product-img{float:left;position:relative;width:95%}
}
div.content.no-hero.generic-content ol li{margin-bottom:10px}
.left-col.regframe{overflow:hidden;width:615px}
.bounds.regoverflow{overflow:hidden}
ol.recently-compared-items li,ol.recently-viewed-items li{height:auto}
div#homepage-ss img.banner.premier,div#homepage-ss img.banner.scoopfree{max-width:100%}
@media only screen and (max-width:600px){.media-item,.media-item img.img-border{float:none;display:block;width:100%}
}
@media only screen and (max-width:500px){.rslides.premier,.rslides.scoopfree{min-height:320px}
.thirds a.btn-back-to-top,a.btn-back-to-top{position:static;margin-bottom:5%}
.thirds{width:90%;margin:0 0 30px 5%;float:none;clear:both}
}
div.slide-content.premier{padding-top:40px;left:60%;margin-top:0}
@media only screen and (min-width:800px) and (max-width:1120px){div.slide-content.premier{padding-top:30px}
}
@media only screen and (max-width:800px){div.slide-content.premier{padding-top:30px}
}
@media only screen and (min-width:501px) and (max-width:601px){div.slide-content.premier{padding-top:0}
}
img.premierlogo{padding-bottom:10px}
@media only screen and (min-width:501px) and (max-width:1279px){img.premierlogo{max-width:90%}
}
@media only screen and (max-width:500px){img.premierlogo{display:none}
}
@media only screen and (max-width:500px){img.premierlogo{display:none}
}
div.premierlogoblack{display:none}
@media only screen and (max-width:500px){div.premierlogoblack{display:block;width:100%}
img.premierlogoblackimg{width:95%;padding:0 2.5% 20px 2.5%}
.rslides.premier{display:none}
}
h2.premier-subhead{color:#c9c9c9;font:400 20px/28px museo-sans,sans-serif;text-shadow:1px 0 1px rgba(0,0,0,.75);padding-bottom:30px}
@media only screen and (max-width:960px){h2.premier-subhead{display:none}
}
img.premier-toy-group{position:absolute;padding-left:50px;top:255px;z-index:999999;width:28%}
@media only screen and (max-width:500px){img.premier-toy-group{display:none}
}
@media only screen and (min-width:501px) and (max-width:840px){img.premier-toy-group{padding-left:2.5%!important}
}
.premier-content{padding:.5% 5% 0 8%}
.premier-content.r{float:right;width:60%}
@media only screen and (max-width:500px){div.premier-content.r{width:94%;padding:10px 3% 10px 3%}
}
.premier-content.l{float:left;width:58%;padding-left:3.5%}
@media only screen and (max-width:840px){body#new #whats-new-signup{width:48%;bottom:-10%;right:1%}
div.premier-content.l{float:none;width:100%}
p.premier-copy.l{width:90%}
}
h3.premier-callout-header,h3.premier-content-header,h3.premier-product-select-header,h3.premier-testimonial-person,h3.scoopfree-steps-header,h3.scoopfree-testimonial-header,h3.scoopfree-testimonial-person,h3.scoopfree-video-header,h3.testimonial-header{font:700 21px/26px museo-sans,sans-serif;color:#504f4f;padding-bottom:10px}
h4.petloo-owner-location,h4.scoopfree-testimonial-person,p.premier-callout-copy-content,p.premier-copy,p.premier-product-select-copy,p.premier-testimonial-copy,p.scoopfree-copy,p.scoopfree-testimonial-copy,ul.petloo-list li{font-family:museo-sans,sans-serif;line-height:1.5;color:#5f5e5e}
img.premier-leashes{float:right;padding-top:8%;width:33%}
@media only screen and (max-width:840px){img.premier-leashes{padding-top:2%}
}
div.categories-grid{padding:0 2.5% 0 2.5%}
h3.premier-categories-name a,h3.premier-categories-name a:hover,h3.premier-categories-name a:visited{color:#504f4f;font:700 21px/26px museo-slab,serif;text-decoration:none}
@media only screen and (max-width:960px){h3.premier-categories-name,h3.premier-categories-name a{margin-left:0}
}
div.premier-product-select{padding:20px 0 20px 2.5%}
div.premier-product-select-content{float:left;width:45%}
p.premier-product-select-copy{padding-bottom:20px}
div.premier-product-select-content select{max-width:175%}
img.premier-product-select-img{float:right;width:40%}
img.premier-quote{float:left;padding-left:3.5%}
@media only screen and (max-width:840px){img.premier-quote{padding-right:3.5%}
}
h3.testimonial-header{padding:0 0 20px 3.5%}
h3.premier-testimonial-person{padding-top:10px}
div.testimonial-four,div.testimonial-one,div.testimonial-three,div.testimonial-two{float:left;width:80%;padding:.5% 3.5% 3% 3.5%}
@media only screen and (max-width:840px){div.testimonial-four,div.testimonial-one,div.testimonial-three,div.testimonial-two{float:none!important}
}
.dotted-line{max-width:95%;background-image:url(../images/dotted-line.png);background-repeat:repeat-x;height:5px;margin:20px 2.5% 20px 2.5%}
div.premier-callout{background:url(../images/white-texture-bg.jpg) repeat scroll 0 0 transparent;border-radius:4px 4px 4px 4px;overflow:hidden;padding:10% 2.5% 10% 0;height:250px}
div#premier-callout-left,div#premier-callout-right{width:47%;padding-top:3%;margin-bottom:40px}
@media only screen and (max-width:840px){div#premier-callout-left,div#premier-callout-right{display:none}
}
div#premier-callout-left{float:left}
div#premier-callout-right{float:right}
h3.premier-callout-header{font:700 30px/32px museo-sans,sans-serif;padding-bottom:20px}
@media only screen and (min-width:841px) and (max-width:1024px){h3.premier-callout-header{font:700 21px/21px museo-sans,sans-serif}
}
@media only screen and (min-width:1025px) and (max-width:1120px){h3.premier-callout-header{font:700 26px/30px museo-sans,sans-serif}
}
img.premier-callout-pic-left,img.premier-callout-pic-right{float:left;width:36%}
div.premier-callout-content{float:right;width:60%;padding-left:2%}
p.premier-callout-copy-content{padding-bottom:15px}
div.premier-callout-copy{height:200px}
div.best-sellers-product-listing div.product{height:525px}
@media only screen and (max-width:500px){div.best-sellers-product-listing div.product.premier{width:40%}
}
@media only screen and (min-width:720px) and (max-width:960px){div.best-sellers-product-listing div.product.premier{width:29%}
.product.premier.third{display:inline}
}
div.premier-categories-header{height:75px}
@media only screen and (max-width:500px){div.premier-categories-header{height:100px}
}
div.premier-shop{bottom:0;clear:both;display:block;height:44px;width:100%;padding-top:10px}
@media only screen and (min-width:841px) and (max-width:959px){span.premier-btn-span{font:500 14px/55px museo-slab}
}
@media only screen and (min-width:960px) and (max-width:1054px){span.premier-btn-span{font:500 16px/55px museo-slab}
}
div.premier-callout-content a.btn-green{vertical-align:top}
a.blue-link{border-bottom:medium none;color:#0160a6;text-decoration:underline}
a.blue-link:hover{color:#0283e2}
div.best-seller-picture.premier{height:325px}
img.end-shadow{width:100%}
.product a.btn-green.premier.grid{margin-left:0}
@media only screen and (min-width:320px) and (max-width:450px){.product a.btn-green.premier.grid{overflow:hidden}
}
div#homepage-ss img.banner.scoopfree{margin-bottom:20px}
div.slide-content.scoopfree{left:60%;margin-top:0;position:absolute;top:10%}
@media only screen and (max-width:500px){div.slide-content.scoopfree{top:9%;left:55%;margin-top:0;position:relative;text-align:center!important;width:80%}
}
@media only screen and (min-width:501px) and (max-width:600px){div.slide-content.scoopfree{padding-top:0;left:20%;width:80%}
}
@media only screen and (min-width:501px) and (max-width:840px){div.slide-content.scoopfree{padding-top:0;left:5%;width:90%}
img.premierlogo.scoopfree{float:left;width:50%}
div.slide-content.scoopfree a.btn-green{position:absolute;bottom:10%;right:10%}
}
@media only screen and (max-width:840px){div.slide-content.scoopfree a.btn-green{overflow:hidden}
}
@media only screen and (min-width:841px) and (max-width:1024px){div.slide-content.scoopfree{width:40%!important;top:5%}
img.premierlogo.scoopfree{padding-bottom:0}
}
h2.scoopfree-subhead{color:#fff;font:400 20px/28px museo-sans,sans-serif;text-shadow:1px 0 1px rgba(0,0,0,.75);padding-bottom:20px}
@media only screen and (max-width:840px){h2.scoopfree-subhead{display:none}
}
div.replaceable-litter-trays{margin-top:10px}
.scoopfree div.replaceable-litter-trays{padding:0 3.5%;margin-top:100px}
@media only screen and (max-width:800px){.scoopfree div.replaceable-litter-trays{margin-top:0}
}
.scoopfree div.replaceable-litter-trays img{width:100%}
@media only screen and (max-width:600px){.scoopfree .scoopfree-video .media-item,.scoopfree-litter .scoopfree-video .media-item{margin:0}
}
@media only screen and (max-width:500px){div.scoopfree .rslides.scoopfree,div.scoopfree-litter .rslides.scoopfree{display:none}
}
@media only screen and (min-width:501px) and (max-width:600px){div.replaceable-litter-trays{margin-top:75px}
}
.scoopfree-video{float:right;width:30%;margin-top:2.5%}
@media only screen and (max-width:500px){.scoopfree-video{display:none}
}
@media only screen and (min-width:501px) and (max-width:1120px){.scoopfree-video{width:95%}
}
.scoopfree-video .media-item{width:90%}
.scoopfree-video .media-item span.video-thumbnail img{width:100%}
.scoopfree-content{float:left;width:62%;background:none repeat scroll 0 0 #eef0f1;border:1px solid #e2e1e1;margin:2.5% 0 0 2.5%}
@media only screen and (max-width:1120px){.scoopfree-content{width:95%}
h3.scoopfree-steps-header{margin-left:2.5%!important}
}
div.scoopfree-images{width:20%;float:left;margin-left:20px}
@media only screen and (max-width:840px){div.scoopfree-images{width:100%;text-align:center;margin-left:0;float:none}
}
div.scoopfree-step.one,div.scoopfree-step.three,div.scoopfree-step.two{float:right;width:70%;padding:10px 30px 30px 10px}
@media only screen and (max-width:840px){div.scoopfree-step.one,div.scoopfree-step.three,div.scoopfree-step.two{width:88%;margin-left:10px}
}
h3.scoopfree-steps-header,h4.scoopfree-green-header{color:#217e7a}
h3.scoopfree-steps-header{margin-left:26%;padding-top:15px}
img.scoopfree-owner{background:none repeat scroll 0 0 #fff;border:1px solid #e2e1e1;padding:15px}
div.scoopfree-steps{width:100%;height:100%;clear:both;padding-bottom:20px}
h4.scoopfree-green-header,h4.scoopfree-testimonial-person{font-weight:600}
h4.petloo-owner-location{font-style:italic;font-weight:500}
div.scoopfree-categories-header{height:100px}
@media only screen and (min-width:501px) and (max-width:1120px){div.scoopfree-categories-header{height:130px}
}
div.best-seller-picture.scoopfree{height:450px}
div.best-sellers-product-listing div.product.premier.scoopfree{height:600px}
@media only screen and (max-width:500px){h3.premier-categories-name.scoopfree,h3.premier-categories-name.scoopfree a,h3.premier-categories-name.scoopfree a:hover,h3.premier-categories-name.scoopfree a:visited{font:700 18px/20px museo-slab,serif}
}
@media only screen and (max-width:960px){p.scoopfree-description{margin-left:0}
}
img.scoopfree-award{padding-bottom:20px}
div.scoopfree#homepage-categories{padding-bottom:0}
div.scoopfree#homepage-categories div.cat-col a{text-decoration:none}
div.scoopfree#homepage-categories div.cat-col a:hover{text-decoration:underline}
div.scoopfree-testimonials{background:none repeat scroll 0 0 #eef0f1;border:1px solid #e2e1e1;overflow:auto;width:100%}
h4.scoopfree-testimonial-person.location{font-weight:400;font-style:italic}
h3.scoopfree-testimonial-header{padding:20px 0 20px 3.5%}
div.testimonial-whole.one,div.testimonial-whole.two{float:left;width:42.5%;padding:30px 2.5% 30px 5%}
div.testimonial-whole.four,div.testimonial-whole.three{float:right;width:42.5%;padding:30px 5% 30px 2.5%}
div.testimonial-whole.three{clear:left;padding-left:0}
@media only screen and (max-width:500px){div.testimonial-whole.four,div.testimonial-whole.three,div.testimonial-whole.two{display:none}
div.testimonial-whole.one{width:90%}
}
@media only screen and (min-width:501px) and (max-width:840px){div.testimonial-whole.four,div.testimonial-whole.three{display:none}
div.testimonial-whole.one,div.testimonial-whole.two{width:90%}
}
@media only screen and (min-width:841px) and (max-width:960px){div.testimonial-whole.four,div.testimonial-whole.three{display:none}
}
img.scoopfree-kitty{float:right;width:33%}
div.testimonial-four.scoopfree,div.testimonial-one.scoopfree,div.testimonial-three.scoopfree,div.testimonial-two.scoopfree{background:url(../images/sf-thought.png) no-repeat;background-size:99%;padding:0;width:100%}
@media only screen and (min-width:841px) and (max-width:960px){div.testimonial-one.scoopfree,div.testimonial-two.scoopfree{background:0}
}
@media only screen and (min-width:961px) and (max-width:1280px){div.testimonial-four.scoopfree,div.testimonial-one.scoopfree,div.testimonial-three.scoopfree,div.testimonial-two.scoopfree{background:0}
#tab-box #tabs a{padding:10px 0 0 22px;font:700 1.2em/30px museo-slab}
}
div.scoopfree-quote{padding:10px 50px 10px 30px;height:175px}
@media only screen and (max-width:500px){div.scoopfree-quote{height:300px;background:#fff;margin-bottom:20px;border:1px solid #e2e1e1;border-radius:25px}
#tab-box #tabs a{font:600 18px/24px museo-sans;padding:8px 0 0 12px}
}
@media only screen and (min-width:601px) and (max-width:840px){div.scoopfree-quote{height:200px}
}
@media only screen and (min-width:841px) and (max-width:1280px){div.scoopfree-quote{background:#fff;height:275px;margin-bottom:25px;border:1px solid #e2e1e1;border-radius:25px}
}
p.scoopfree-testimonial-copy{font-size:14px}
@media only screen and (min-width:501px) and (max-width:600px){p.scoopfree-testimonial-copy.one{font-size:12px}
}
p.scoopfree-testimonial-copy.three{font-size:12px}
div.scoopfree-owner-name{width:60%;float:right}
@media only screen and (min-width:841px) and (max-width:1120px){div.scoopfree-owner-name{width:45%}
}
div.scoopfree-owner-picture{width:32%;float:left}
@media only screen and (max-width:500px){div.scoopfree-owner-picture{width:90%;float:none}
}
@media only screen and (min-width:841px) and (max-width:1120px){div.scoopfree-owner-picture{width:50%}
}
@media only screen and (max-width:1120px){.scoopfree div.premier-content.l,.scoopfree-litter div.premier-content.l{width:93%}
}
.scoopfree ul.light-gray-checks li span{font-weight:700}
.scoopfree h2.hero-header{color:#504f4f;font:700 50px/50px museo-slab}
@media only screen and (max-width:800px){.scoopfree .slide-content h2.hero-header,.scoopfree-litter .slide-content h2.hero-header{display:inline}
}
@media only screen and (max-width:640px){.scoopfree .slide-content h2.hero-header{display:none}
}
.scoopfree h2.scoopfree-subhead{text-shadow:none;color:#504f4f;padding-top:30px}
.content.scoopfree div.slide-content.scoopfree{left:51%}
@media only screen and (max-width:840px){.content.scoopfree div.slide-content.scoopfree,.content.scoopfree-litter div.slide-content.scoopfree{width:40%}
}
.scoopfree div.scoopfree-callout-header,.scoopfree-litter div.scoopfree-callout-header{background:none repeat scroll 0 0 #eef0f1;border:1px solid #e2e1e1;width:25%;position:absolute;margin-top:-200px;margin-left:5%;color:#504f4f;text-align:center}
@media only screen and (max-width:880px){.scoopfree div.scoopfree-callout-header,.scoopfree-litter div.scoopfree-callout-header{padding:2%}
}
@media only screen and (max-width:640px){.scoopfree div.scoopfree-callout-header,.scoopfree-litter div.scoopfree-callout-header{position:relative;margin-top:0;width:85%;margin-bottom:2%}
}
.scoopfree div.scoopfree-callout-header .scoopfree-callout-logo,.scoopfree-litter div.scoopfree-callout-header .scoopfree-callout-logo{width:100%}
@media only screen and (max-width:640px){.scoopfree div.scoopfree-callout-header .scoopfree-callout-logo,.scoopfree-litter div.scoopfree-callout-header .scoopfree-callout-logo{width:50%}
}
.scoopfree div.scoopfree-callout-header h3.scoopfree-callout-discount,.scoopfree-litter div.scoopfree-callout-header h3.scoopfree-callout-discount{font:700 30px/50px museo-slab}
@media only screen and (max-width:800px){.scoopfree div.scoopfree-callout-header h3.scoopfree-callout-discount,.scoopfree-litter div.scoopfree-callout-header h3.scoopfree-callout-discount{font-size:24px;line-height:30px}
}
.scoopfree div.scoopfree-callout-header h3.scoopfree-callout-discount span,.scoopfree-litter div.scoopfree-callout-header h3.scoopfree-callout-discount span{color:#8a196c}
.scoopfree div.scoopfree-callout-header p,.scoopfree-litter div.scoopfree-callout-header p{padding-bottom:20px}
ul.petloo-list{list-style:inside}
img.premier-toy-group.petloo{position:relative;float:left;top:0}
div.premier-content.petloo{padding:5% 2.5% 0 3%}
div.slide-content.premier.petloo{padding-top:0;top:10%;left:62%;margin-top:0}
@media only screen and (min-width:500px) and (max-width:720px){div.slide-content.premier.petloo{width:100%;left:5%}
}
@media only screen and (min-width:721px) and (max-width:1024px){div.slide-content.premier.petloo{top:3%}
}
@media only screen and (min-width:500px) and (max-width:720px){img.premierlogo.petloo{width:30%;float:left;padding-left:2.5%}
}
@media only screen and (min-width:721px) and (max-width:840px){img.premierlogo.petloo{width:70%;padding-bottom:0}
}
@media only screen and (min-width:841px) and (max-width:1024px){img.premierlogo.petloo{width:80%;padding-bottom:0}
}
@media only screen and (min-width:960px) and (max-width:1120px){h2.premier-subhead.petloo{padding-bottom:0}
}
div.slide-content.premier.petloo a.btn-green{overflow:hidden}
@media only screen and (min-width:500px) and (max-width:720px){div.slide-content.premier.petloo a.btn-green{position:absolute;bottom:10%;right:10%;overflow:hidden}
}
div.best-sellers-product-listing div.product.premier.petloo{height:550px}
div.best-sellers-product-listing div.product.premier.petloo p.scoopfree-description{height:120px}
@media only screen and (max-width:320px){div.best-sellers-product-listing div.product.premier.petloo p.scoopfree-description{height:160px}
}
img.premier-leashes.petloo{padding:0 2% 0 0;width:31%}
img.petloo-awards{float:left;padding-left:2.5%;width:50%}
@media only screen and (max-width:720px){img.petloo-awards{float:none;width:95%}
body#new #whats-new-signup{bottom:-15%}
}
@media only screen and (max-width:480px){body#new #whats-new-signup{bottom:-7.5%;width:95%}
}
ul.petloo-list.awards{width:40%;float:right;padding:2.5% 2.5% 0 0;list-style-image:url(../images/orange-arrow-right.png)}
@media only screen and (max-width:720px){ul.petloo-list.awards{float:none;width:95%;padding-left:2.5%}
}
ul.petloo-list.awards li{line-height:2.5}
h3.premier-content-header.petloo{padding-left:2.5%}
img.premier-callout-pic-right.petloo{width:28%}
div.scoopfree-owner-name.petloo{float:left;margin-left:50px}
.bb-hide-desktop-show-mobile{display:none}
img.bb-toy-group{position:absolute;padding-left:50px;top:150px;z-index:999999;width:25%}
.bb-content.l{float:left;width:58%;padding-left:2%}
.bb-sidebar{padding-left:2%;width:35%;display:inline-block}
img.bb-toy-side{position:absolute;padding-left:50px;top:12.5%;right:0;z-index:999999;width:20%}
div.bb-best-sellers-product-listing div.product{height:550px;border:1px solid #00f}
.product-img img.product-product-bb{float:left;display:block;width:90%;height:200px;padding:15px;border:1px solid #e2e1e1;background:#eef0f1}
ul.bb-light-gray-checks li{list-style-position:inside;margin:0 0 15px;padding:0 0 0 24px;color:#5d5d5d;font:400 18px/25px museo-sans;list-style-image:url(../images/ico-light-gray-check.png)}
.best-seller-price-and-description-div{height:35%}
.bb-content.r{float:right;width:75%}
.bb-content.r div{float:left;width:40%;padding:2%}
img.bb-kitty{float:left;width:45%}
#bb-OtherAnimals{float:left;padding:2%;width:40%}
#bb-young-n-old{display:inline-block;width:50%;padding:2%}
img.product-product-bb-Featured{float:left;display:block;width:90%;height:210px;padding:15px;border:1px solid #e2e1e1;background:#eef0f1}
div.slide-content.bb{padding-top:0;left:65%;top:3%;margin-top:0}
@media only screen and (max-width:1280px){.best-seller-price-and-description-div{height:30%}
}
@media only screen and (max-width:1120px){div.slide-content.bb{top:2%}
img.bb-toy-group{top:125px;width:25%}
.social-buttons{padding:0 5px 5% 5%}
}
@media only screen and (max-width:1024px){div.slide-content.bb{padding-top:0;left:62%;margin-top:0;width:35%}
}
@media only screen and (max-width:960px){div.slide-content.bb{left:65%}
img.bb-toy-group{top:100px}
img.bb-toy-side{position:absolute;padding-left:50px;top:11%;right:0;width:20%}
.best-seller-price-and-description-div{height:25%}
.product-img img.product-product-bb{float:none;display:block;width:245px;padding:15px;border:1px solid #e2e1e1;background:#eef0f1}
}
@media only screen and (max-width:840px){img.bb-toy-group{position:static;float:left;padding-left:2%;width:25%}
img.bb-toy-side{position:static;float:right;width:36%}
div.bb-content.l{float:right;width:63%;padding-left:3.5%}
.bb-sidebar{padding-left:2%;width:98%;display:block}
.bb-hide-desktop-show-mobile{display:block}
.hide-mobile{display:none}
.bb-light-gray-checks{float:none;width:40%}
.best-seller-price-and-description-div{height:28.5%}
#bb-OtherAnimals,#bb-young-n-old{float:none;display:block;width:98%}
.right-col-block{width:45%;margin:0 0 5% 2%;padding:0 0 45px}
}
@media only screen and (max-width:720px){div.slide-content.bb{width:100%;left:0;text-align:center}
div.slide-content.bb a{margin-left:10%}
.best-seller-price-and-description-div{height:32.5%}
}
@media only screen and (max-width:600px){div.slide-content.bb img{width:55%}
div.slide-content.bb a{margin-left:0}
.media-item{width:75%;margin:0 75px 20px;float:none}
.video-thumbnail img{max-width:100%;display:block;margin:0 auto}
.media-item img.shadow{width:93%}
.media-content{width:90%;margin:0 25px}
}
@media only screen and (max-width:500px){div.slide-content.bb{position:static;width:96%;padding:2%}
.bb-light-gray-checks{width:60%}
#bb-OtherAnimals,#bb-young-n-old{float:none;width:90%}
.media-item{float:none;width:90%;margin:0;margin:0 auto}
.media-item img.shadow{width:100%}
.media-content{width:90%;margin:0 auto}
.right-col-block{float:none;width:90%;margin:0 2% 5% 0;padding:0 0 45px}
#bark_control table,#bark_control tbody,#bark_control td,#bark_control th,#bark_control thead,#bark_control tr{display:block}
#bark_control thead tr{position:absolute;top:-9999px;left:-9999px}
#bark_control th th{display:none}
#bark_control tr tr{border:1px solid #ccc}
#bark_control td{border:0;border-bottom:1px solid #eee;position:relative}
#bark_control td:before{position:absolute;top:0;left:2%;width:30%;height:100%;line-height:100%;padding-right:10px;white-space:nowrap}
#bark_control td:nth-of-type(1):before{content:""}
#bark_control td:nth-of-type(2):before{content:"Spray";font-weight:700}
#bark_control td:nth-of-type(3):before{content:"Static";font-weight:700}
#bark_control td:nth-of-type(4):before{content:"Vibration";font-weight:700}
#bark_control td:nth-of-type(5):before{content:"Sonic/ Ultrasonic";font-weight:700}
}
@media only screen and (max-width:420px){.bb-toy-group{display:none}
div.bb-content.l{width:96%;padding:2%}
.bb-light-gray-checks{width:100%}
.best-seller-price-div-description{height:80px}
}
.gl-leashes{position:absolute;right:0;top:39%}
#gl-sizing{width:105%;font-family:museo-sans,sans-serif;line-height:1.5;color:#5f5e5e}
#gl-sizing h4{text-align:center;font-weight:700}
#gl-sizing>div{line-height:3em}
#gl-sizing>div>div{padding-left:.5em;border:0 solid #d3d3d3;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;font-size:.9em}
#gl-size{width:20%;float:left;border:1px none red}
#gl-petsize{width:20%;float:left;border:1px none green}
#gl-breeds{width:60%;float:left;border:1px none #00f}
div.gl-owner-name{margin-left:2%}
p.gl-testimonial-copy.four,p.gl-testimonial-copy.one,p.gl-testimonial-copy.three,p.gl-testimonial-copy.two{font-size:14px;font-family:museo-sans,sans-serif;line-height:1.5;color:#5f5e5e}
p.gl-testimonial-copy.one,p.gl-testimonial-copy.three{font-size:14px}
p.gl-testimonial-copy.four,p.gl-testimonial-copy.two{font-size:10px}
@media only screen and (max-width:1280px){.gl-leashes{top:39%}
#gl-sizing{font-size:.8em}
p.gl-testimonial-copy.one,p.gl-testimonial-copy.three{font-size:16px}
p.gl-testimonial-copy.four,p.gl-testimonial-copy.two{font-size:12px}
}
@media only screen and (max-width:1120px){.gl-leashes{top:50.5%}
p.gl-testimonial-copy.one,p.gl-testimonial-copy.three{font-size:15px}
p.gl-testimonial-copy.four,p.gl-testimonial-copy.two{font-size:11px}
.gl.fl{width:30%}
.gl.r.premier-content{width:50%}
}
@media only screen and (max-width:1024px){.gl-leashes{width:35%;top:50%}
#gl-sizing{width:95%;font-size:.7em}
}
@media only screen and (max-width:960px){.scoopfree-subhead.bb{display:none}
.gl-leashes{width:25%;top:46.5%}
#gl-sizing{float:none;width:50;font-size:.7em}
#gl-sizing>div>div{font-size:.8em}
p.gl-testimonial-copy.one{font-size:13px}
p.gl-testimonial-copy.two{font-size:9px}
}
@media only screen and (max-width:840px){img.gl-leashes{display:none}
#gl-sizing ul,.wtb-zip-label.gl{margin:0 25%}
p.gl-testimonial-copy.one{font-size:18px}
p.gl-testimonial-copy.two{font-size:12px}
}
@media only screen and (max-width:720px){.gl.fl{float:left;width:30%}
.gl.r.premier-content{width:50%}
p.gl-testimonial-copy.one{font-size:14px}
p.gl-testimonial-copy.two{font-size:11px}
}
@media only screen and (max-width:600px){#gl-sizing>div>div{font-size:.8em}
img.gl.fl{display:none}
.gl.r.premier-content{width:90%}
.btn-green span.gl{font:500 12px/55px museo-slab}
p.gl-testimonial-copy.one{font-size:12px}
p.gl-testimonial-copy.two{font-size:9px}
}
@media only screen and (max-width:500px){#gl-sizing>div{display:none}
.btn-green span.gl{font:500 19px/55px museo-slab}
p.gl-testimonial-copy.one{font-size:16px}
.small_footer .half{width:100%}
.news_text-wrap{float:none;width:80%;padding:0 10% 5%}
.half.bg h3{display:none}
.small_footer #newsletter-input{margin-left:10%}
}
@media only screen and (max-width:700px){.submit_news{top:0}
}
ul.petloo-list{list-style:inside}
img.premier-toy-group.petloo{position:relative;float:left;top:0}
div.premier-content.petloo{padding:5% 2.5% 0 3%}
div.slide-content.premier.petloo{padding-top:0;top:10%;left:62%;margin-top:0}
@media only screen and (min-width:500px) and (max-width:720px){div.slide-content.premier.petloo{width:100%;left:5%}
}
@media only screen and (min-width:721px) and (max-width:1024px){div.slide-content.premier.petloo{top:3%}
}
@media only screen and (min-width:500px) and (max-width:720px){img.premierlogo.petloo{width:30%;float:left;padding-left:2.5%}
}
@media only screen and (min-width:721px) and (max-width:840px){img.premierlogo.petloo{width:70%;padding-bottom:0}
}
@media only screen and (min-width:841px) and (max-width:1024px){img.premierlogo.petloo{width:80%;padding-bottom:0}
}
@media only screen and (min-width:960px) and (max-width:1120px){h2.premier-subhead.petloo{padding-bottom:0}
}
div.slide-content.premier.petloo a.btn-green{overflow:hidden}
@media only screen and (min-width:500px) and (max-width:720px){div.slide-content.premier.petloo a.btn-green{position:absolute;bottom:10%;right:10%;overflow:hidden}
}
div.best-sellers-product-listing div.product.premier.petloo{height:550px}
div.best-sellers-product-listing div.product.premier.petloo p.scoopfree-description{height:120px}
@media only screen and (max-width:320px){div.best-sellers-product-listing div.product.premier.petloo p.scoopfree-description{height:160px}
}
img.premier-leashes.petloo{padding:0 2% 0 0;width:31%}
img.petloo-awards{float:left;padding-left:2.5%;width:50%}
@media only screen and (max-width:720px){img.petloo-awards{float:none;width:95%}
}
ul.petloo-list.awards{width:40%;float:right;padding:2.5% 2.5% 0 0;list-style-image:url(../images/orange-arrow-right.png)}
@media only screen and (max-width:720px){ul.petloo-list.awards{float:none;width:95%;padding-left:2.5%}
}
ul.petloo-list.awards li{line-height:2.5}
h3.premier-content-header.petloo{padding-left:2.5%}
img.premier-callout-pic-right.petloo{width:28%}
div.scoopfree-owner-name.petloo{float:left;margin-left:50px}
div.safety-notice{background:none repeat scroll 0 0 #eef0f1;border:1px solid #e2e1e1;padding:30px;margin:47px 0 0 3.5%;overflow:hidden}
div.safety-notice h1{font:700 40px/80px museo-sans,sans-serif;color:#504f4f}
div.counterfeit-packaging p,div.counterfeit-product p,div.safety-notice p{color:#504f4f;font-weight:300;margin-bottom:10px}
div.safety-notice h3{font:700 25px/33px museo-sans;color:#504f4f}
div.right-col.counterfeit-page{margin-top:47px}
span.counterfeit-contact-us{font-weight:700}
div.counterfeit-packaging,div.counterfeit-product{margin:30px 0 0;overflow:hidden;padding:0 0 3% 3.5%;width:96%}
div.counterfeit-buckle,div.counterfeit-buckle-construction,div.counterfeit-date-code,div.counterfeit-materials,div.counterfeit-opening,div.counterfeit-paper-quality,div.counterfeit-tags,div.counterfeit-upc{padding-bottom:3%;overflow:hidden;height:100%}
div.counterfeit-packaging h2,div.counterfeit-product h2{font:700 28px/36px museo-sans,sans-serif;color:#504f4f}
div.counterfeit-packaging h3,div.counterfeit-product h3{font:700 20px/30px museo-sans,sans-serif;color:#504f4f}
div.counterfeit-packaging h4,div.counterfeit-product h4{font:700 20px/30px museo-sans,sans-serif;color:#a9a9a9}
div.counterfeit-date-fake h4,div.counterfeit-date-petsafe h4,div.counterfeit-paper-fake h4,div.counterfeit-paper-petsafe h4,h4.counterfeit-center{text-align:center}
div.counterfeit-buckle-petsafe,div.counterfeit-d-ring-petsafe,div.counterfeit-opening-petsafe-img,div.counterfeit-upc-petsafe{float:left;margin-right:3%}
div.counterfeit-buckle-fake,div.counterfeit-d-ring-fake,div.counterfeit-opening-fake,div.counterfeit-upc-fake{float:left;margin-left:3%}
img.counterfeit-full-img{width:99%}
div.counterfeit-date-fake,div.counterfeit-date-petsafe,div.counterfeit-paper-fake,div.counterfeit-paper-petsafe,div.counterfeit-tags-fake{width:50%;float:left}
div.counterfeit-tags-petsafe h4{padding-left:50%}
div.discontinued_product{background:none repeat scroll 0 0 #eef0f1;border:1px solid #e2e1e1;padding:20px}
div.discontinued_product_wrap{margin-bottom:30px;width:60%}
#product-details h3.discontinued_product_header,.product-details h3.discontinued_product_header{color:#217e7a;font:600 20px/24px museo-slab,serif}
.right-col-block h3.download_bar_header{float:left;width:50%}
@media only screen and (max-width:600px){img.support-mobile-image{width:100%}
}
@media only screen and (max-width:400px){.section a.mobile-fence-image{display:none}
}
.home-callout-left .homepage-callout img.redbow{position:absolute;top:0;right:0}
h3.free-shipping-utility,h3.free-shipping-utility:hover{float:left;font-size:28px;padding-top:4px;color:#4d9bd4}
img.free-shipping-utility-img{float:left;height:36px}
p.free-shipping-utility-copy{float:left;padding-top:10px;color:#fff;font-size:18px;text-align:left;line-height:10px}
span.free-shipping-utility-subcopy{font-size:10px}
@media only screen and (max-width:1023px){h3.free-shipping-utility,img.free-shipping-utility-img,p.free-shipping-utility-copy,span.free-shipping-utility-subcopy{display:none}
}
ul.light-gray-checks.red li{background:url(../images/fountain-CheckMark-Red-Small.gif) no-repeat scroll 0 6px transparent}
div.fountain-half.left{width:45%;float:left;padding-left:5%}
div.fountain-half.right{width:45%;float:right;padding-left:5%}
@media only screen and (max-width:640px){div.fountain-half.left,div.fountain-half.right{width:90%;float:none}
}
div.fountain-half.left.dog{padding-left:0}
div.fountain-half.right.dog{padding-left:10%}
div.fountain-behind-the-scenes{background:url(../images/fountain-Background-BehindScenes-Texture.jpg) no-repeat;width:100%;overflow:auto}
div.slide-content.fountains{width:45%;right:9%;top:16%;left:auto}
@media only screen and (max-width:880px){h2.scoopfree-subhead.fountains{display:none}
}
@media only screen and (min-width:840px) and (max-width:1040px){div.slide-content.fountains{top:10%}
div.slide-content.fountains h1{font:700 32px/114% museo-slab}
}
h3.premier-content-header.fountain{text-align:center}
div.fountain-callout-wrapper{padding-bottom:30px;width:100%;overflow:hidden}
div.fountain-callout-wrap{width:80%;margin:0 10%}
div.fountain-callout,div.fountain-callout.links{width:22%;padding:1.5%;float:left}
@media only screen and (max-width:600px){div.fountain-callout.links{width:45%}
}
@media only screen and (max-width:720px){div.fountain-callout{width:46.5%}
}
@media only screen and (max-width:400px){div.fountain-callout{width:35%}
}
img.fountain-callout-image{display:block;margin-left:auto;margin-right:auto}
p.fountain-callout-text{text-align:center;color:#5f5e5e;font-size:15px;line-height:20px;font-family:museo-sans,sans-serif}
p.fountain-callout-paragraph{color:#5f5e5e;font:400 18px/22px museo-sans,sans-serif;text-align:center;padding-bottom:30px}
div.fountain-callout.links p{font:400 18px/22px museo-slab,serif;width:200px;margin-left:auto;margin-right:auto;color:#888}
div.fountain-callout.links p a{color:#989898}
div.fountain-callout.links p a span.emphasis{font-weight:700}
h2.fountain-subhead{font:400 50px/50px museo-slab,serif;color:#504f4f;padding-bottom:10px}
@media only screen and (max-width:1200px){img.fountain-major-image{width:100%}
}
img.fountain-major-image.right{float:right}
@media only screen and (max-width:640px){img.fountain-major-image,img.fountain-major-image.right{float:none;display:block;margin-right:auto;margin-left:auto;height:400px;width:auto}
}
img.fountain-video-image{width:90%}
@media only screen and (max-width:640px){img.fountain-video-image{display:none}
}
p.fountain-top-paragraph{color:#504f4f;font:700 18px/25px museo-sans,sans-serif;padding-bottom:30px;width:90%}
p.fountain-second-paragraph{color:#5d5d5d;font:400 18px/25px museo-sans,sans-serif;padding-bottom:30px;width:90%}
h3.premier-content-header.fountains{padding-bottom:30px}
div.fountain-behind-img-left{float:left;width:25%;padding-left:5%}
img.fountain-behind-left{padding-top:50%;width:100%}
@media only screen and (max-width:640px){img.fountain-behind-left{display:none}
}
div.fountain-behind-copy{float:left;width:38%;padding:0 1%}
@media only screen and (max-width:640px){div.fountain-behind-copy{width:90%;margin:0 5%}
}
div.fountain-behind-image-right{float:left;width:27.5%;padding-right:2.5%}
img.fountain-behind-right{float:right}
@media only screen and (max-width:1265px){img.fountain-behind-right{width:100%}
}
@media only screen and (max-width:640px){img.fountain-behind-right{display:none}
}
h3.fountain-behind-header{font:400 40px/50px museo-slab,serif;color:#fff;text-align:center;padding-top:60px}
p.fountain-behind-paragraph-copy{font:400 18px/25px museo-sans,sans-serif;color:#fff;text-align:center;padding-bottom:30px}
img.fountain-video-image.scenes{display:block;margin-left:auto;margin-right:auto;width:99%}
img.fountain-family{float:right}
p.fountain-as-seen-in{font:italic 400 14px/18px museo-sans,sans-serif;color:#5d5d5d}
div.fountain-magazines{padding-bottom:30px}
div.scoopfree-welcome-modal{background:url(../images/modal-bg-greyCat.png) no-repeat right top}
img.scoopfree-petsafe-logo{position:absolute;top:0;left:0}
h1.scoopfree-modal-header{font:700 28px/35px museo-slab,serif;color:#217e7a;padding-left:25%;margin-top:-5%}
@media only screen and (max-width:640px){h1.scoopfree-modal-header{margin-top:15%}
}
span.scoopfree-questions{font:700 18px/30px museo-slab,serif;color:#888}
.generic-content ul li.scoopfree-modal-text,p.scoopfree-modal-text{color:#5f5e5e;font:400 18px/24px proxima-nova}
p.scoopfree-modal-text{margin:10px 0}
p.scoopfree-modal-text span{font-weight:700}
div.scoopfree-modal-continue{margin:20px 0 0 75px}
.modal-backdrop{z-index:5!important}
h1#outreach-header{font:600 30px/43px museo-slab,serif}
img.outreach-header{width:97%;padding-left:3%;position:relative;z-index:-100}
div.outreach-wrap{width:50%}
@media only screen and (max-width:1120px){div.outreach-wrap{width:100%}
}
img.outreach-header-wrap{margin-top:-100px;width:100%}
@media only screen and (min-width:769px) and (max-with:880px){img.outreach-header-wrap{margin-top:-10%}
}
h2.outreach-header-wrap-header{color:#fff;font:400 18px/24px museo-slab,serif;margin-top:-72px;margin-left:9%}
@media only screen and (max-width:1120px){h2.outreach-header-wrap-header{margin-top:-16%}
}
@media only screen and (min-width:769px) and (max-width:880px){h2.outreach-header-wrap-header{margin-top:-17%}
}
h2.outreach-header-wrap-header span{color:#888;font:12px/12px museo-sans,sans-serif}
p.outreach-intro-paragraph{width:60%;float:left;padding-top:40px}
@media only screen and (max-width:980px){p.outreach-intro-paragraph{width:100%;float:none;margin-top:40px;background:url(/media/images/outreach-Phantom-Doodle.jpg) no-repeat right top}
}
img.outreach-golden-doodle{float:right;position:relative;margin-top:-150px;z-index:1;width:40%}
@media only screen and (max-width:1120px){img.outreach-golden-doodle{margin-top:40px}
}
@media only screen and (max-width:980px){img.outreach-golden-doodle{display:none}
}
div.outreach-callout-circles{width:100%;display:block;clear:both}
div.dotted-line.outreach{margin:20px 0;clear:both;width:100%;display:block}
img.outreach-circle{width:24%}
@media only screen and (max-width:980px){img.outreach-circle{width:49%}
}
div.outreach-top{float:right}
div.outreach-top a,div.outreach-top a:hover,div.outreach-top a:visited{color:#888}
h2.outreach-blue-header{color:#0160a6;padding-top:20px}
img.outreach-article-picture{width:15%;float:left}
@media only screen and (max-width:980px){img.outreach-article-picture{float:none;width:30%;margin-left:auto;margin-right:auto;display:block}
}
p.outreach-article-text,ul.outreach-article-text{float:left;margin-left:5%;width:80%}
@media only screen and (max-width:980px){p.outreach-article-text,ul.outreach-article-text{float:none;width:95%}
}
p.outreach-article-text span,p.outreach-grant-article span{font-weight:700}
img.outreach-article-picture.large{margin-left:30%;width:50%}
p.outreach-article-text.no-picture,ul.outreach-article-text.no-picture{margin-left:20%}
ul.outreach-article-text.no-picture{color:#5f5e5e;font:400 18px/24px proxima-nova}
@media only screen and (max-width:980px){p.outreach-article-text.no-picture,ul.outreach-article-text.no-picture{margin-left:5%;iwdth:95%}
}
div.outreach-morris{width:15%;float:left}
@media only screen and (max-width:980px){div.outreach-morris{float:none;width:100%;margin-left:auto;margin-right:auto}
}
img.outreach-article-picture.morris{width:100%}
@media only screen and (max-width:980px){img.outreach-article-picture.morris{display:inline;padding-left:20%;width:20%}
}
h2.outreach-grants-program{color:#0160a6;font:600 40px/43px museo-slab,serif;padding-top:20px;width:80%}
div.outreach-grant-request{float:left;width:50%;padding-bottom:20px}
@media only screen and (max-width:980px){div.outreach-grant-request{float:none;width:100%}
}
img.outreach-grant-image{width:95%}
p.outreach-grant-details{padding:0 5%}
div.outreach-grant-link-wrap{float:right;padding-right:5%}
a.outreach-grant-link{background:url(/media/images/orange-arrow-right.png) no-repeat scroll 0 6px transparent;padding-left:15px}
p.outreach-small-print{font-size:12px}
div.ingredients-list p{padding-top:10px}
a.btn-back-to-top.indigo{position:relative}
div.slide-content.premier.indigo{padding-top:0}
div.premier-content.indigo{padding:5% 5% 0 8%;width:70%}
@media only screen and (max-width:1280px){h2.premier-subhead.indigo{display:none}
}
@media only screen and (max-width:1060px){img.premier-toy-group.indigo{position:relative;top:0}
}
div.scoopfree-video.indigo{float:left;width:40%;margin-left:2.5%}
div.scoopfree-video.indigo div.media-item{margin:0}
h2.indigo-subhead{color:#fff;font:700 40px/50px museo-slab,serif}
@media only screen and (max-width:980px){h2.indigo-subhead{font:700 24px/30px museo-slab,serif}
}
img.indigo-rainbow-dog{float:right}
@media only screen and (max-width:1120px){img.indigo-rainbow-dog{width:50%}
}
div.indigo-filler-wrap{width:100%}
div.indigo-filler-wrap>div{float:left}
@media only screen and (max-width:980px){div.indigo-filler-wrap>div{width:50%}
}
img.indigo-filler-pic{width:auto;padding:2.5%;height:auto}
h3.indigo-compare-white{color:#fff;font:700 28px/30px museo-slab,serif;margin:-4% 0 0 50px}
@media only screen and (max-width:680px){h3.indigo-compare-white{font:700 20px/20px museo-slab,serif;margin:-4% 0 0 50px}
}
img.indigo-table-wrap{width:100%}
div.indigo-table-category{width:100%;clear:both}
@media only screen and (min-width:1120px){div.indigo-table-category.one-button{display:none}
}
@media only screen and (max-width:1121px){div.indigo-table-category.many-buttons{display:none}
div.indigo-single.shop.center-button{width:70%}
}
div.indigo-double{width:26%;float:left;border:1px solid #e2e1e1;text-align:center;border-bottom:0;padding-top:20px;padding-bottom:12px}
div.indigo-single{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;border-color:#e2e1e1 #e2e1e1 -moz-use-text-color;border-image:none;border-style:solid solid none;border-width:1px 1px medium;display:block;float:left;overflow:auto;width:13%}
div.indigo-single.top{text-align:center;padding-bottom:20px;border-top:0}
div.indigo-double.top{border-top:0}
div.indigo-single.shop{padding-top:20px;border-left:0;border-right:0;border-bottom:0}
div.indigo-compare-table{background:none repeat scroll 0 0 #eef0f1;border:1px solid #e2e1e1;display:block;margin-left:2%;overflow:auto;padding:3% 0;width:95%}
@media only screen and (max-width:680px){div.indigo-compare-table div.indigo-single.top h3{font-size:12px}
}
@media only screen and (max-width:520px){div.indigo-compare-table,div.indigo-compare-table-header{display:none}
}
img.indigo-checkmark{display:block;margin-left:auto;margin-right:auto;padding:20px}
div.indigo-single a.btn-green{overflow:hidden}
div.indigo-single a.btn-green span{font-size:16px}
.support-section.indigo{padding-left:5%;margin:50px 0 0}
.content .support-section.indigo ol{list-style:decimal inside none;color:#5f5e5e;font:400 18px/24px proxima-nova}
div.premier-product-select.indigo{clear:both;display:block;overflow:auto;width:100%;padding-bottom:40px}
div.premier-product-select-content.indigo{width:70%}
ul.dark-gray-arrows>li a.blue-link{border-bottom:medium none;color:#0160a6;text-decoration:underline}
img.premier-callout-pic-left.indigo{height:100%;width:auto;margin-left:30px}
.section .product a.btn-green.premier.grid{text-decoration:none}
p.scoopfree-testimonial-copy.indigo{font-size:12px}
@media only screen and (max-width:520px){div.testimonial-whole.two.indigo{display:none}
}
div.premier-product-select.indigo div.premier-product-select-content.indigo select{max-width:100%}
#landing_page .generic-copy{background:0}
#landing_page .product_overlay_image{position:absolute;z-index:999999;top:0;float:left}
#landing_page .slide-content{top:0}
#landing_page .premier-content{padding:.5% 2.5% 0 2.5%}
#landing_page .premier-content p{margin-bottom:1em}
#landing_page .premier-content ul li{list-style:none!important;margin:0 0 15px;padding:0 0 0 24px;color:#5d5d5d;font:400 18px/25px museo-sans;background:url(../images/ico-light-gray-check.png) no-repeat 0 6px}
#landing_page .premier-product-select-content{width:55%;padding:0 2.5% 2.5% 2.5%}
#landing_page .premier-product-select.indigo{width:auto;padding:0}
#landing_page .premier-content,#landing_page .premier-product-select-content{margin-top:20px}
#landing_page .premier-content p,#landing_page .premier-product-select-content p{font-family:museo-sans,sans-serif;line-height:1.5!important;color:#5f5e5e}
#landing_page .premier-content.first>div{padding:10px;float:left}
#landing_page img.premierlogoblackimg{padding-top:20px}
#landing_page .premier-content.first.dodge_overlay{width:60%;float:right;padding-left:5px}
#landing_page .section{background:0}
#landing_page .premier-categories-header{height:100px}
#landing_page .best-seller-price-div{font:400 18px/24px museo-sans}
#landing_page .best-seller-price-div p{margin:0}
#landing_page .old-price{color:red;text-decoration:line-through;padding-right:10px}
#landing_page .product{margin:0 3% 5% 0}
#landing_page .indigo-rainbow-dog{margin-right:-2.6%;width:70%}
#landing_page img.checkmark{display:block;margin-left:auto;margin-right:auto;padding:20px}
#landing_page .premier-product-select-img{width:auto;max-width:40%;float:none}
#landing_page .premier-product-select-img.right{float:right;padding-right:2.5%}
#landing_page .premier-product-select-img.left{float:left;padding-left:2.5%}
#landing_page .scoopfree-video.indigo{width:47%}
#landing_page .video{float:left;width:40%;margin-left:2.5%;margin-top:2.5%}
#landing_page .support_section{padding-left:5%;margin:50px 0 10px 0;overflow:hidden}
#landing_page .support_section h3{font:600 26px/33px museo-sans;color:#504f4f;margin:0 0 30px}
#landing_page .support_section ul li{margin-bottom:3%}
#landing_page .support_hidden{padding:0 2.5% 0 0}
#landing_page table.comparison_grid{margin:20px;background:#f0efef}
#landing_page table.comparison_grid td{text-align:center;vertical-align:middle}
#landing_page table.comparison_grid.with_image{width:65%;float:left}
#landing_page .comparison_grid_image{width:30%;float:left;text-align:center;height:100%;padding-top:20%}
#landing_page .comparison_grid_image img{position:relative;max-width:100%}
#landing_page .indigo-filler-wrap>div{float:left;width:25%;text-align:center}
#landing_page .scoopfree-owner{max-width:130px}
#landing_page .scoopfree-quote{padding:2.5%;height:auto}
#landing_page .testimonial-one.scoopfree{background:0}
#landing_page .scoopfree-testimonial-copy{font-size:14px;background:#fff;padding:5%;-webkit-border-radius:20px;border-radius:20px;position:relative}
#landing_page p.scoopfree-testimonial-copy:after{content:"";position:absolute;border-style:solid;border-width:20px 20px 0;border-color:#fff transparent;display:block;width:0;z-index:1;margin-left:-20px;bottom:-20px;left:30%}
#landing_page .award_description_right{float:right;padding:20px}
#landing_page .one_award{font-family:museo-sans,sans-serif;line-height:1.5!important;color:#5f5e5e}
#landing_page .one_award .image{float:left;min-width:50%}
#landing_page .one_award .description{margin-left:5%;min-width:45%;display:block;float:left}
#landing_page .one_award .description ul{list-style-image:url(../images/orange-arrow-right.png)}
#landing_page .one_award .description ul li{line-height:2.5}
#landing_page table{max-width:100%;background-color:transparent}
#landing_page th{text-align:left}
#landing_page .table{width:96%;margin:0 auto;margin-bottom:20px}
#landing_page .table>tbody>tr>td,#landing_page .table>tbody>tr>th,#landing_page .table>tfoot>tr>td,#landing_page .table>tfoot>tr>th,#landing_page .table>thead>tr>td,#landing_page .table>thead>tr>th{padding:8px;line-height:1.42857143;border-top:1px solid #ddd}
#landing_page .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}
#landing_page .table>caption+thead>tr:first-child>td,#landing_page .table>caption+thead>tr:first-child>th,#landing_page .table>colgroup+thead>tr:first-child>td,#landing_page .table>colgroup+thead>tr:first-child>th,#landing_page .table>thead:first-child>tr:first-child>td,#landing_page .table>thead:first-child>tr:first-child>th{border-top:0}
#landing_page .table>tbody+tbody{border-top:2px solid #ddd}
#landing_page .table .table{background-color:#fff}
#landing_page .table-condensed>tbody>tr>td,#landing_page .table-condensed>tbody>tr>th,#landing_page .table-condensed>tfoot>tr>td,#landing_page .table-condensed>tfoot>tr>th,#landing_page .table-condensed>thead>tr>td,#landing_page .table-condensed>thead>tr>th{padding:5px}
#landing_page .table-bordered{border:1px solid #ddd}
#landing_page .table-bordered>tbody>tr>td,#landing_page .table-bordered>tbody>tr>th,#landing_page .table-bordered>tfoot>tr>td,#landing_page .table-bordered>tfoot>tr>th,#landing_page .table-bordered>thead>tr>td,#landing_page .table-bordered>thead>tr>th{border:1px solid #ddd}
#landing_page .table-bordered>thead>tr>td,#landing_page .table-bordered>thead>tr>th{border-bottom-width:2px}
#landing_page .table-striped>tbody>tr:nth-child(odd)>td,#landing_page .table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}
#landing_page .table-hover>tbody>tr:hover>td,#landing_page .table-hover>tbody>tr:hover>th{background-color:#f5f5f5}
#landing_page table col[class*=col-]{position:static;float:none;display:table-column}
#landing_page table td[class*=col-],#landing_page table th[class*=col-]{position:static;float:none;display:table-cell}
#landing_page .table>tbody>tr.active>td,#landing_page .table>tbody>tr.active>th,#landing_page .table>tbody>tr>td.active,#landing_page .table>tbody>tr>th.active,#landing_page .table>tfoot>tr.active>td,#landing_page .table>tfoot>tr.active>th,#landing_page .table>tfoot>tr>td.active,#landing_page .table>tfoot>tr>th.active,#landing_page .table>thead>tr.active>td,#landing_page .table>thead>tr.active>th,#landing_page .table>thead>tr>td.active,#landing_page .table>thead>tr>th.active{background-color:#f5f5f5}
#landing_page .table-hover>tbody>tr.active:hover>td,#landing_page .table-hover>tbody>tr.active:hover>th,#landing_page .table-hover>tbody>tr>td.active:hover,#landing_page .table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}
#landing_page .table>tbody>tr.success>td,#landing_page .table>tbody>tr.success>th,#landing_page .table>tbody>tr>td.success,#landing_page .table>tbody>tr>th.success,#landing_page .table>tfoot>tr.success>td,#landing_page .table>tfoot>tr.success>th,#landing_page .table>tfoot>tr>td.success,#landing_page .table>tfoot>tr>th.success,#landing_page .table>thead>tr.success>td,#landing_page .table>thead>tr.success>th,#landing_page .table>thead>tr>td.success,#landing_page .table>thead>tr>th.success{background-color:#dff0d8}
#landing_page .table-hover>tbody>tr.success:hover>td,#landing_page .table-hover>tbody>tr.success:hover>th,#landing_page .table-hover>tbody>tr>td.success:hover,#landing_page .table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}
#landing_page .table>tbody>tr.info>td,#landing_page .table>tbody>tr.info>th,#landing_page .table>tbody>tr>td.info,#landing_page .table>tbody>tr>th.info,#landing_page .table>tfoot>tr.info>td,#landing_page .table>tfoot>tr.info>th,#landing_page .table>tfoot>tr>td.info,#landing_page .table>tfoot>tr>th.info,#landing_page .table>thead>tr.info>td,#landing_page .table>thead>tr.info>th,#landing_page .table>thead>tr>td.info,#landing_page .table>thead>tr>th.info{background-color:#d9edf7}
#landing_page .table-hover>tbody>tr.info:hover>td,#landing_page .table-hover>tbody>tr.info:hover>th,#landing_page .table-hover>tbody>tr>td.info:hover,#landing_page .table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}
#landing_page .table>tbody>tr.warning>td,#landing_page .table>tbody>tr.warning>th,#landing_page .table>tbody>tr>td.warning,#landing_page .table>tbody>tr>th.warning,#landing_page .table>tfoot>tr.warning>td,#landing_page .table>tfoot>tr.warning>th,#landing_page .table>tfoot>tr>td.warning,#landing_page .table>tfoot>tr>th.warning,#landing_page .table>thead>tr.warning>td,#landing_page .table>thead>tr.warning>th,#landing_page .table>thead>tr>td.warning,#landing_page .table>thead>tr>th.warning{background-color:#fcf8e3}
#landing_page .table-hover>tbody>tr.warning:hover>td,#landing_page .table-hover>tbody>tr.warning:hover>th,#landing_page .table-hover>tbody>tr>td.warning:hover,#landing_page .table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}
#landing_page .table>tbody>tr.danger>td,#landing_page .table>tbody>tr.danger>th,#landing_page .table>tbody>tr>td.danger,#landing_page .table>tbody>tr>th.danger,#landing_page .table>tfoot>tr.danger>td,#landing_page .table>tfoot>tr.danger>th,#landing_page .table>tfoot>tr>td.danger,#landing_page .table>tfoot>tr>th.danger,#landing_page .table>thead>tr.danger>td,#landing_page .table>thead>tr.danger>th,#landing_page .table>thead>tr>td.danger,#landing_page .table>thead>tr>th.danger{background-color:#f2dede}
#landing_page .table-hover>tbody>tr.danger:hover>td,#landing_page .table-hover>tbody>tr.danger:hover>th,#landing_page .table-hover>tbody>tr>td.danger:hover,#landing_page .table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}
@media (max-width:767px){#landing_page .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}
#landing_page .table-responsive>.table{margin-bottom:0}
#landing_page .table-responsive>.table>tbody>tr>td,#landing_page .table-responsive>.table>tbody>tr>th,#landing_page .table-responsive>.table>tfoot>tr>td,#landing_page .table-responsive>.table>tfoot>tr>th,#landing_page .table-responsive>.table>thead>tr>td,#landing_page .table-responsive>.table>thead>tr>th{white-space:nowrap}
#landing_page .table-responsive>.table-bordered{border:0}
#landing_page .table-responsive>.table-bordered>tbody>tr>td:first-child,#landing_page .table-responsive>.table-bordered>tbody>tr>th:first-child,#landing_page .table-responsive>.table-bordered>tfoot>tr>td:first-child,#landing_page .table-responsive>.table-bordered>tfoot>tr>th:first-child,#landing_page .table-responsive>.table-bordered>thead>tr>td:first-child,#landing_page .table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}
#landing_page .table-responsive>.table-bordered>tbody>tr>td:last-child,#landing_page .table-responsive>.table-bordered>tbody>tr>th:last-child,#landing_page .table-responsive>.table-bordered>tfoot>tr>td:last-child,#landing_page .table-responsive>.table-bordered>tfoot>tr>th:last-child,#landing_page .table-responsive>.table-bordered>thead>tr>td:last-child,#landing_page .table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}
#landing_page .table-responsive>.table-bordered>tbody>tr:last-child>td,#landing_page .table-responsive>.table-bordered>tbody>tr:last-child>th,#landing_page .table-responsive>.table-bordered>tfoot>tr:last-child>td,#landing_page .table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}
}
.premier-callout-content.landing_page{min-height:300px}
.callout-pic-left.landing_page,.callout-pic-right.landing_page{max-width:140px;max-height:280px;height:auto}
@media only screen and (max-width:1280px) and (min-width:841px){#landing_page .testimonials .testimonial{float:left;width:40%;padding:30px 2.5% 30px 5%}
}
@media only screen and (max-width:1060px){#landing_page .comparison_grid_image{display:none}
#landing_page table.comparison_grid.with_image{width:auto}
#landing_page .product_overlay_image{display:none}
#landing_page .premier-categories-header{height:130px}
#landing_page .indigo-subhead{color:#fff;font:500 24px/28px museo-slab,serif}
#premier-callout-left.landing_page,#premier-callout-right.landing_page{display:none}
}
@media only screen and (max-width:960px){#landing_page .indigo-rainbow-dog{width:33%;margin-top:70px}
#landing_page .indigo-filler-wrap>div{width:50%}
#landing_page .btn-green span,#landing_page .btn-yellow span{font-size:smaller}
}
@media only screen and (max-width:840px){#landing_page .product_overlay_image{display:none}
#landing_page .premier-content.first.dodge_overlay{width:90%;margin-top:10px;float:left;padding-left:5%;padding-right:5%}
#landing_page .premier-content.first>div{width:100%!important}
#landing_page .testimonials .testimonial{float:left;width:96%;padding:30px 2.5% 30px 5%}
#landing_page .scoopfree-quote{height:auto}
#landing_page .scoopfree-quote p{font-size:16px}
#landing_page .scoopfree-testimonial-person{width:40%;display:inline}
#landing_page .product_overlay_image{margin:-70px 0 0 0}
#landing_page .hidden-md{display:none}
#landing_page .premier-product-select-img{display:none}
#landing_page .premier-product-select-content{width:auto}
}
@media only screen and (max-width:500px){#landing_page .slide-content{margin:0 auto!important;width:80%!important}
#landing_page .slide-content h1{font-size:30px;margin-top:10px;margin-bottom:-40px;color:#000;margin-top:5%}
#landing_page .slide-content h2{font:700 24px/30px museo-slab,serif;color:#fff}
#landing_page .premier-content{width:90%}
#landing_page .premier-content img{max-width:90%;height:auto;margin:0;padding:0}
#landing_page .product_overlay_image{display:none}
#landing_page .premier-categories-name{font-size:16px}
#landing_page .btn-green,#landing_page .btn-yellow{margin:10px 0 20px 0}
#landing_page .scoopfree-owner-picture{width:40%;display:inline}
#landing_page .scoopfree-owner{max-width:100px;padding:10px;margin-left:5%}
#landing_page .scoopfree-owner-name{float:left;width:40%;display:inline}
#landing_page .scoopfree-testimonial-person{display:inline;padding-left:5%}
#landing_page .indigo-rainbow-dog{display:none}
#landing_page .cat-col{text-align:center}
#landing_page .hidden-sm{display:none}
#landing_page .indigo-filler-wrap>div{width:100%}
#landing_page .btn-green span,#landing_page .btn-yellow span{font:500 18px/55px museo-slab}
#landing_page .scoopfree-award{width:100%}
}
.application_form h1,.application_form h2,.application_form h3{font-family:museo-slab,serif}
.application_form .form_step{margin-bottom:20px;background-color:#f4f3f3;border:1px solid #c6c6c6;padding:30px;float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
.application_form .one_third{width:30%;margin-right:3%;float:left}
@media (max-width:1240px) and (min-width:1046px){.application_form #freeform_city,.application_form #freeform_postal_code{width:70%;min-width:100px}
.application_form .one_third{width:20%;margin-right:13%}
}
.application_form .error{color:red;font-weight:700}
@media (max-width:1045px){.application_form .one_third{width:100%}
}
.application_form .form_step label{display:inline-block;margin-bottom:10px;min-width:180px}
@media (max-width:500px){.application_form .form_step label{min-width:50px}
}
.application_form .bigtext{font-size:34px}
.application_form .two_thirds{width:60%}
@media (max-width:1345px){.application_form .two_thirds{width:100%}
}
.application_form .form_step .image_wrap{width:100%;text-align:center;padding-bottom:20px}
.application_form .image_overlay.one_third{position:relative;width:35%;float:right;padding-top:88px;margin-bottom:-70px}
@media (max-width:1345px){.application_form .image_overlay{display:none}
}
.application_form.donation_requests .image_overlay{position:relative;width:35%;float:right;padding-top:31px;margin-bottom:-60px}
.application_form .image_overlay img{max-width:100%}
.application_form .form_step h2{margin-bottom:20px}
.application_form .form_step .description{text-align:center;font-size:16px;margin:0;padding:5px;border-top:1px solid #c6c6c6}
.application_form dd,.application_form dt{margin-bottom:10px;width:45%;float:left;display:inline-block}
.application_form .form_input{display:inline-block;width:98%;min-width:200px}
@media (max-width:960px){.application_form .half{width:100%}
}
@media (max-width:1045px){.application_form.donation_requests .half{width:100%}
}
.application_form .name_of_applicant{width:60%}
@media (max-width:960px){.application_form .name_of_applicant{width:98%}
}
.application_form input[type=text]{border:2px solid #c6c6c6;padding:3px 5px;width:98%}
@media (max-width:500px){.application_form input[type=text]{width:90%}
}
.application_form .red{color:red;font-size:14px}
@media (max-width:500px){.application_form ul{margin:0}
.application_form ul li{font-size:14px!important}
}
.application_form ul li{font:400 18px/22px proxima-nova;color:#5f5e5e}
.application_form .form_step ul li{font-size:18px;line-height:24px;font-weight:lighter;color:#5f5e5e}
.application_form .form_input ul li{display:inline-block;font-size:14px;padding-right:20px;font-weight:400}
.application_form #freeform_county_of_organization{margin-top:10px}
.application_form textarea{max-width:100%}
.application_form #submit_button{height:55px;width:249px;border:0;color:gray;display:block;float:left;padding:0 55px 0 0;font:500 19px/55px museo-slab;color:#fff;text-shadow:1px 0 1px rgba(0,0,0,.4);background:url(../images/btn-green-249px.png) no-repeat top left;margin:0 0 40px auto;float:right}
.application_form.donation_requests #submit_button{margin:0 4% 40px auto}
.application_form #submit_button:hover{background-position:bottom left}
.application_form .back_to_top,.application_form .back_to_top:visited{float:right;margin-top:-78px;margin-right:-22px;color:#5f5e5e}
@media screen and (max-width:500px){.application_form .back_to_top,.application_form .back_to_top:visited{display:none}
}
.application_form input[type=file]{width:100%;margin-bottom:10px}
.application_form small{font-size:small;display:block;margin-bottom:10px}
.application_form.donation_requests .half ul{margin:-30px 0}
.application_form.donation_requests .form_step{width:96%}
.application_form.donation_requests .image_overlay{margin-bottom:-55px}
.framed{padding:12px;background:#f1f1f1;border:1px solid #e9e9e9;display:inline-block;position:relative;margin:1em 10px 2em;min-width:90%}
.framed img{display:block}
.framed .r,.framed.r img{width:100%;height:auto}
@media screen and (max-width:480px){.owl-carousel .framed{display:inline}
}
.bv-form .help-block{margin-bottom:0}
.nav-tabs li.bv-tab-success>a{color:#3c763d}
.nav-tabs li.bv-tab-error>a{color:#a94442}
.required_field{margin-left:4px;color:#a94442}
.form-control-feedback{top:27px!important;right:-4px!important;position:relative}
fieldset{border:none!important}
.owl-carousel img{max-width:100%;width:99.6%}
.owl-carousel .framed{border:0;margin:10px}
.owl-carousel .video-thumbnail-position{position:relative}
.owl-carousel .video-thumbnail-overflow{overflow:hidden}
.owl-carousel .video-link{padding-bottom:15px}
.owl-carousel .framed{padding:0}
@media screen and (max-width:480px){.owl-carousel .video-name{width:65%}
.owl-carousel .framed{display:block}
}
#support_category a{color:#338480}
#support_category a:hover{text-decoration:none}
#support_category h3{font:700 24px/32px proxima-nova;color:#504f4f;margin:0 0 30px}
#support_category p{font:400 18px/24px proxima-nova;color:#5f5e5e;margin:0 0 30px}
#support_category h4.panel-title{padding-top:10px;padding-bottom:10px;display:block;margin-bottom:20px}
#support_category div.panel-body{margin-bottom:40px}
#support_category div.panel-body ul{margin-left:2em}
#support_category div.panel-body ul li{line-height:1.4;font-weight:300}
#support_category .panel-title .collapsed:after{content:"+ Read More";float:right}
#support_category .panel-title :not(.collapsed):after{content:"- Close";float:right}
@media screen and (max-width:450px){#support_category .panel-title .collapsed:after{content:"+";float:right}
#support_category .panel-title :not(.collapsed):after{content:"-";float:right}
}
#txtMicrochip{padding:5px 8px;border:1px solid #ccc;border-radius:4px;width:210px}
div#column_58700{padding-left:0!important}
@media only screen and (max-width:1330px){div#row_48913{float:left;width:100%}
div#column_58700{float:left;width:40%}
div#column_58701{float:left;width:40%}
}
@media only screen and (max-width:960px){div#column_58700{width:100%}
div#column_58701{width:100%;padding-left:0}
}
@media only screen and (max-width:500px){div#column_58701{padding-left:10%}
div#footer-newsletter div#row_48913{padding-left:30%}
}
.modal-backdrop,.modal-backdrop.fade.in{z-index:1040!important;background-color:rgba(255,255,255,.8)!important}
#tab-box.horizontal-tabs #tabs{width:100%;border-bottom:1px solid #ccc}
#tab-box.horizontal-tabs #tabs a{font-family:proxima-nova,​sans-serif;font-size:20px;font-weight:400;line-height:40px;color:#484848;display:inline-block;width:auto;margin:0;margin-bottom:-1px;padding:0 2% 0 2%;text-decoration:none;height:40px;border-radius:0;background:#f4f3f3;border:1px solid #c6c6c6}
@media screen and (max-width:450px){#tab-box.horizontal-tabs #tabs a{font-size:14px}
}
#tab-box.horizontal-tabs #tabs a.active{color:#105552;font-weight:700;background-color:#fff;border-bottom:medium none;padding-bottom:1px}
#tab-box.horizontal-tabs #tabs a:hover{text-decoration:underline}
#tab-box.horizontal-tabs #tabs .support-category{background:0}
#tab-box.horizontal-tabs .tab-content{margin:41px 0;padding:3%;background:#fff;border:1px solid #c6c6c6;border-top:0}
div.download-cell-wrapper{min-height:330px}
div.download-cell{display:table-cell;vertical-align:top}
div.download-image{width:100%;float:left}
div.download-text{width:60%}
#downloads-template .left-col .dotted-line{clear:both}
#downloads-template .download-image{float:left;width:40%}
.top-callout-boxes{padding-bottom:20px}
.homepage-callout-boxes-top{width:100%;color:#504f4f}
.homepage-callout-top-wrap-left,.homepage-callout-top-wrap-right{width:46%;float:left}
@media only screen and (max-width:640px){.homepage-callout-top-wrap-left,.homepage-callout-top-wrap-right{width:100%;display:block}
}
.homepage-callout-top-wrap-left h2{font-family:museo-slab,serif;font-size:36px;font-weight:700;line-height:40px}
.homepage-callout-top-wrap-left h3{font-family:museo-slab,serif;font-size:30px;line-height:40px}
.homepage-callout-top-wrap-left h3 span{font-weight:700}
.homepage-callout-top-wrap-left h4{font-size:26px;font-weight:300;line-height:36px;padding-bottom:40px}
@media only screen and (max-width:1200px){.homepage-callout-top-wrap-left h4{padding-bottom:10px}
}
.homepage-callout-top-wrap-right{padding-left:1.5%}
.homepage-callout-top-right{background:url(../images/white-texture-bg.jpg) repeat scroll 0 0 transparent;padding-left:3%;width:100%;overflow:hidden;height:400px}
.homepage-callout-top-left{height:400px;overflow:hidden;width:100%}
@media only screen and (min-width:961px) and (max-width:1199px){.homepage-callout-top-left,.homepage-callout-top-right{height:420px}
}
@media only screen and (max-width:960px){.homepage-callout-top-left,.homepage-callout-top-right{height:550px}
}
@media only screen and (max-width:640px){.homepage-callout-top-left,.homepage-callout-top-right{height:475px}
}
@media only screen and (max-width:500px){.homepage-callout-top-left,.homepage-callout-top-right{height:550px}
}
.homepage-callout-top-wrap-left{padding-right:1.5%}
.home-callout-left-img,.home-callout-right-img{width:50%;float:left}
.home-callout-right-img{max-width:110%;margin-left:-30px}
@media only screen and (max-width:960px){.home-callout-right-img{display:none}
.home-callout-left-img{display:block;width:90%;padding-left:5%;padding-right:5%}
}
.home-callout-left-img img,.home-callout-right-img img{max-width:100%}
.home-callout-learn-more{float:right;padding-bottom:4%}
@media only screen and (max-width:1200){.home-callout-learn-more{padding-bottom:3%}
}
.home-callout-right-img-right-box{width:40%;float:right}
@media only screen and (max-width:1200px){.home-callout-right-img-right-box{width:30%}
}
@media only screen and (max-width:960px){.home-callout-right-img-right-box{text-align:center;display:block;width:100%;margin-bottom:1%}
}
.home-callout-right-img-right-box img.scoopfree-box{max-width:100%;float:right}
@media only screen and (max-width:960px){.home-callout-right-img-right-box img.scoopfree-box{display:none}
}
.homepage-callout-top-right .dark-gray-checks{width:60%;float:left}
@media only screen and (max-width:960px){.homepage-callout-top-right .dark-gray-checks{display:block;width:75%;padding-right:25%;background:url(../images/photo-litterbox-SFHP-30.png) no-repeat right top}
}
.homepage-callout-top-right .dark-gray-checks li{font:400 15px/16px museo-sans,sans-serif;color:#504f4f}
@media only screen and (max-width:960px){.homepage-callout-top-right .dark-gray-checks li{margin-bottom:20px}
}
.callout-purple{color:#8a196c}
.homepage-callout-top-wrap-right h2{padding-top:15px;font:600 36px/36px museo-slab,serif}
@media only screen and (max-width:1200px){.homepage-callout-top-wrap-right h2{font-size:30px;padding-right:25%}
}
.homepage-callout-top-wrap-right h3{font-size:26px;font-weight:300;line-height:30px;padding-bottom:30px}
@media only screen and (max-width:1200px){.homepage-callout-top-wrap-right h3{font-size:22px}
}
@media only screen and (max-width:960px){.homepage-callout-top-wrap-right h3{padding-right:25%}
}
.homepage-callout-top-wrap-right h3 span{font-weight:700}
.scoopfree-litter div.slide-content.scoopfree{left:50%}
@media only screen and (max-width:880px){.scoopfree-litter h2.scoopfree-subhead{display:none}
}
@media only screen and (max-width:800px){.scoopfree-litter div.slide-content.scoopfree{width:40%}
}
.scoopfree-litter div.litter-tray-graphic{float:left;margin-top:6%;padding-left:2.5%;width:65%}
@media only screen and (max-width:1120px){.scoopfree-litter div.litter-tray-graphic{width:90%;display:block}
}
.scoopfree-litter div.graphic-img-wrap{background:none repeat scroll 0 0 #eef0f1;height:175px}
@media only screen and (max-width:640px){.scoopfree-litter div.graphic-img-wrap{float:left;width:50%}
}
.autoship-wrap,.litterbox-wrap,.shipdoor-wrap{width:28%;float:left}
@media only screen and (max-width:640px){.autoship-wrap,.litterbox-wrap,.shipdoor-wrap{display:block;width:100%;clear:both;padding-bottom:2.5%}
}
.blue-arrow-wrap{width:8%;float:left;position:relative}
@media only screen and (max-width:640px){.blue-arrow-wrap{display:none}
}
.blue-arrow-wrap img.blue-arrow{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}
.autoship-wrap img,.litterbox-wrap img,.shipdoor-wrap img{display:block;margin-left:auto;margin-right:auto;padding-top:7.5%}
.autoship-wrap p,.blue-arrow-wrap p,.litterbox-wrap p,.shipdoor-wrap p{text-align:left;padding:5% 10% 10%}
@media only screen and (max-width:640px){.autoship-wrap p,.litterbox-wrap p,.shipdoor-wrap p{width:45%;float:left;padding:12.5% 0 0 5%}
}
div.litter-tray-graphic span{color:#217e7a;font-weight:700}
div.litter-tray-graphic{color:#504f4f}
@media only screen and (max-width:640px){.content.scoopfree-litter div.slide-content.scoopfree{left:auto;width:100%}
.scoopfree-litter .slide-content h2.hero-header{display:block;padding-left:2%}
}
.grabbing{cursor:url(../images/grabbing.png) 8 8,move}
.cat-col .scan-homepage-dropdown{margin-top:10px}
.cat-col .scan-homepage-dropdown select{width:90%}
#existing_product_extra_info{display:none}
#choose_country .btn{white-space:normal}
.btn-primary,.btn-primary a,.btn-primary a:visited,.content-content .btn-primary,.content-content .btn-primary a,.content-content .btn-primary a:visited,.section a.btn-primary,.section a.btn-primary:visited,div.right-col-block a.btn-primary{background:#185a58 none repeat scroll 0 0;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border:1px solid #185a58;color:#fff;display:inline-block;font-family:museo-slab,serif;font-size:16px;line-height:1.25;padding:20px;text-decoration:none}
.btn-primary a:focus,.btn-primary a:hover,.btn-primary.smaller a:focus,.btn-primary.smaller a:hover,.btn-primary.smaller:focus,.btn-primary.smaller:hover,.btn-primary:focus,.btn-primary:hover,.section a.btn-primary:focus,.section a.btn-primary:hover,div.right-col-block a.btn-primary.smaller:focus,div.right-col-block a.btn-primary.smaller:hover{background:#217e7a;background:-moz-linear-gradient(top,#217e7a 0,#224e4d 100%);background:-webkit-gradient(left top,left bottom,color-stop(0,#217e7a),color-stop(100%,#224e4d));background:-webkit-linear-gradient(top,#217e7a 0,#224e4d 100%);background:-o-linear-gradient(top,#217e7a 0,#224e4d 100%);background:-ms-linear-gradient(top,#217e7a 0,#224e4d 100%);background:linear-gradient(to bottom,#217e7a 0,#224e4d 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#217e7a", endColorstr="#224e4d", GradientType=0 );color:#fff;text-decoration:none}
.btn-primary.smaller{padding:10px}
.btn-primary.smaller,.btn-primary.smaller a,.btn-primary.smaller a:visited,.btn-primary.smaller:visited,.btn-white-outline.smaller,.btn-white-outline.smaller a,.catalog-category-view .category-description a.btn-primary.smaller,.content-content .btn-primary.smaller,.content-content .btn-primary.smaller a,.content-content .btn-primary.smaller a:visited,div.best-sellers-product-listing a.btn-primary.smaller,div.right-col-block a.btn-primary.smaller{padding:12px 15px;font-size:16px;text-decoration:none;color:#fff}
.btn-white-outline,.btn-white-outline a{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border:2px solid #fff;color:#fff;display:inline-block;font-family:museo-slab,serif;font-size:16px;line-height:1.25;padding:20px;text-decoration:none}
.btn-white-outline a:focus,.btn-white-outline a:hover,.btn-white-outline.smaller a:focus,.btn-white-outline.smaller a:hover,.btn-white-outline.smaller:focus,.btn-white-outline.smaller:hover,.btn-white-outline:focus,.btn-white-outline:hover{background:rgba(255,255,255,.25) none repeat scroll 0 0;color:#fff;text-decoration:none}
.btn-grey-outline,.btn-grey-outline a{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border:1px solid #999;color:#5d5d5d;background:#fff;display:inline-block;font-family:museo-slab,serif;font-size:16px;line-height:1.25;padding:20px;text-decoration:none}
.btn-grey-outline.smaller{padding:12px 15px}
.btn-grey-outline,.btn-grey-outline a,.btn-grey-outline.smaller,.btn-grey-outline.smaller a{background:#fff none repeat scroll 0 0;color:#5d5d5d;text-decoration:none}
.btn-grey-outline a:focus,.btn-grey-outline a:hover,.btn-grey-outline.smaller a:focus,.btn-grey-outline.smaller a:hover,.btn-grey-outline.smaller:focus,.btn-grey-outline.smaller:hover,.btn-grey-outline:focus,.btn-grey-outline:hover{background:transparent linear-gradient(to bottom,#fff 0,#efefef 100%) repeat scroll 0 0;border-radius:4px;color:#5d5d5d;border-color:#999}
.btn-green,.btn-yellow{border-radius:4px;color:#fff!important;text-decoration:none!important;padding:12px 15px;display:inline-block;border:1px solid;line-height:1.25;text-shadow:1px 0 1px rgba(0,0,0,.4)}
.btn-yellow{background:#f4a516;border-color:#f4a516}
.btn-yellow.smaller{padding:10 12pxpx;font-size:.9em}
.btn-yellow:active,.btn-yellow:focus,.btn-yellow:hover{background:linear-gradient(to bottom,#f6b847 0,#d9900a 100%)}
.btn-green{background:#185a58;border-color:#185a58}
.btn-green:active,.btn-green:focus,.btn-green:hover{background:linear-gradient(to bottom,#23827f 0,#103c3a 100%)}
.btn-green.smaller.home-callout-cta{float:right;margin-bottom:10px;margin-right:10px}
@media only screen and (min-width:1201px){.btn-green.smaller.home-callout-cta{background:url(../images/btn-green-right.png) no-repeat scroll right top transparent;height:55px;padding:0 50px 0 0;float:right}
.btn-green.smaller.home-callout-cta span{background:url(../images/btn-green.png) no-repeat scroll left top transparent;color:#fff;float:left;font:500 19px/55px museo-slab,serif;height:55px;padding:0 0 0 18px;text-shadow:1px 0 1px rgba(0,0,0,.4)}
}
@media only screen and (max-width:960px){.btn-green.smaller.home-callout-cta{float:none}
}
.btn-green.smaller{font-size:16px}
.btn-green:after,.btn-yellow:after{background-image:url(../ui/white-arrow-right-thicker.png);background-size:15px 15px;content:" ";display:inline-block;height:15px;margin-left:7px;width:15px;vertical-align:middle;text-decoration:none}
.btn-no-arrow:after{display:none}
#product-details h3.downloads-header{margin:30px 0 10px 0}
.contact-us *,.product-registration *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.contact-us h2,.product-registration h2{font:700 30px/30px museo-slab,serif;color:#5d5d5d;margin-bottom:20px}
.contact-us label,.product-registration label{font-weight:700;color:#5d5d5d;padding-bottom:10px}
.contact-us .tel-icon,.product-registration .tel-icon{display:inline-block;color:#0c84db;font:24px/38px proxima-nova,sans-serif;background:url(../images/ico-blue-phone.png) no-repeat;margin-bottom:10px}
.contact-us .chat-icon,.product-registration .chat-icon{display:inline-block;color:#0c84db;font:24px/38px proxima-nova,sans-serif;background:url(../images/ico-blue-chat.png) no-repeat;padding-left:66px;margin-bottom:10px}
.contact-us .chat-icon a,.product-registration .chat-icon a{color:#0c84db;font:24px/38px proxima-nova,sans-serif;text-decoration:none}
.contact-us .cal-icon,.product-registration .cal-icon{font-weight:400;color:#5d5d5d;width:100%;padding:20px 0 20px 60px}
.contact-us .self-service,.product-registration .self-service{padding-top:20px}
.content-content ul,.generic-content ul{color:#5f5e5e}
body{background-repeat:repeat-x}
header a#logo{background:url(../images/petsafe-logo-asterisk.png) no-repeat top left}
header a#logo.trademarked{background:url(../images/petsafe-logo.png) no-repeat top left}
@media all and (max-width:51.865em){header a#logo{position:absolute;top:29px;left:0;display:block;width:145px;height:69px;text-indent:-9999em;background:url(../images/petsafe-logo-320.png) no-repeat top left;z-index:100}
header a#logo.trademarked{background:url(../images/petsafe-logo-asterisk-320.png) no-repeat top left}
}
*{-webkit-box-sizing:initial;-moz-box-sizing:initial;box-sizing:initial}
:after,:before{-webkit-box-sizing:initial;-moz-box-sizing:initial;box-sizing:initial}
#choose_country{line-height:1.5}
#choose_country a{text-decoration:none}
#choose_country a:hover{text-decoration:underline}
#choose_country button{text-align:left;width:95%;background-color:#fff}
#choose_country button h3{margin-bottom:0}
#choose_country hr{border:0;height:1px;background:#c5c5c5}
#choose_country .small_footer{display:none}
#choose_country .cat-col{margin-bottom:0}
@media screen and (min-width:451px){#choose_country .collapse{display:block;height:100%!important}
}
@media screen and (max-width:450px){#choose_country{line-height:2}
#choose_country header{margin:0 0 15px}
#choose_country #category-title{margin-bottom:-15px}
#choose_country .content{min-height:50px}
#choose_country .generic-content{padding:0!important}
#choose_country .content h3,#choose_country .content p{padding:10px 40px}
#choose_country .content p{padding:10px 20px;font-size:12px;font-weight:700;line-height:1.2}
#choose_country .content a{padding:10px}
#choose_country .cat-col{width:100%!important;margin-left:0}
#choose_country .nm-small{margin:0}
#choose_country #legal img{width:90%;margin:0 auto;margin-bottom:20px}
#choose_country button{border-top:1px solid #ccc;padding:7px 4px}
#choose_country button h3:after{content:"";width:28px;height:28px;background:url(../images/minus-circle.png) no-repeat scroll right center transparent;padding-right:4%;float:right}
#choose_country button.collapsed h3:after{background:url(../images/plus-circle.png) no-repeat right center transparent}
#choose_country .hidden-sm{display:none}
}
@media screen and (max-width:540px){#choose_country #category-title{font-size:24px}
}
@media screen and (min-width:451px){#choose_country .content .shadow{display:none}
#choose_country .content h3{margin-top:4%}
}
@media only screen and (max-width:500px){.slide-content h1{line-height:1.2}
}
.cat-col h3,.cat-col h3 a{font:700 21px/26px museo-slab;color:#504f4f;margin:0 0 8% 0;text-decoration:none}
.cat-col p{margin:0 9px;font-size:15px;line-height:20px;color:#5f5e5e}
@media screen and (min-width:761px) and (max-width:1240px){.cat-col .learn-more span{font-size:12px}
.cat-col h3,.cat-col h3 a{font-size:16px}
}
@media screen and (min-width:400px) and (max-width:760px){.cat-col .learn-more span{font-size:12px}
.cat-col h3,.cat-col h3 a{font-size:16px}
}
@media screen and (max-width:420px){.cat-col .learn-more span{font-size:12px}
.cat-col h3,.cat-col h3 a{font-size:21px}
}
.fourth-alt{display:none;clear:left}
.cat-col{position:relative;float:left;width:21%;margin-left:0;margin-bottom:4%}
.fullwidth .cat-col{float:none;margin-left:0}
.cat-col.second{margin:0 5% 0 0}
.cat-col .learn-more{position:absolute;width:100%;display:block;bottom:12%;left:20px;padding-top:6px;text-decoration:none;z-index:3}
@media screen and (min-width:761px) and (max-width:1240px){.cat-col .learn-more span{font-size:12px}
.cat-col h3,.cat-col h3 a{font-size:16px}
}
@media screen and (min-width:400px) and (max-width:760px){.cat-col .learn-more span{font-size:12px}
.cat-col h3,.cat-col h3 a{font-size:16px}
}
@media screen and (max-width:420px){.cat-col .learn-more span{font-size:12px}
.cat-col h3,.cat-col h3 a{font-size:21px}
}
.fourth-alt{display:none;clear:left}
#home-callout-right .homepage-callout img{display:block}
@media all and (max-width:28.125em){#home-callout-right h2{font-size:120%}
}
.homepage-callout-content{width:50%}
#home-callout-right .homepage-callout-content{width:50%;margin:0 0 0 5%;overflow:hidden}
@media only screen and (max-width:1300px){#home-callout-right .homepage-callout img{max-width:100px}
}
@media only screen and (max-width:480px){ul.orange-arrows>li{padding:0 15px 0 15px}
}
@media screen and (max-width:480px){.category{min-height:300px}
}
.category h3 span{margin-left:2%;display:inline-block;margin-bottom:-4px}
.category-feature{padding:20px 15px 20px 15px}
.category-feature-img{float:right}
@media only screen and (max-width:960px){.left-col{width:90%;background:0 0;padding-left:5%;padding-right:5%}
}
@media only screen and (max-width:480px){.left-col{margin:0}
}
#homepage-categories{width:96%;margin:10px 0 0 0;padding:0 0 3% 3.5714286%;overflow:hidden}
.cat-col{position:relative;float:left;width:21%;margin:0;margin-right:4%;margin-bottom:1%}
.cat-col .framed{margin-left:0}
@media all and (min-width:30.0625em){.lang-de .support-category .cat-col{width:43%}
}
.fullwidth .cat-col{float:none;margin-left:0}
.grid4 .cat-col{width:21%}
.grid3 .cat-col{width:31.2%}
.grid2 .cat-col{width:48.4%}
.grid2 .cat-col:nth-of-type(2n+1),.grid3 .cat-col:nth-of-type(3n+1),.grid4 .cat-col:nth-of-type(4n+1){margin-left:0;clear:left}
@media all and (max-width:84.9375em){.grid5.intl_country_select .country-section{width:100%;overflow:auto}
}
@media all and (max-width:34.9375em){.grid5.intl_country_select .country-section{overflow:hidden}
}
.grid5.intl_country_select .cat-col{color:#0160a6;float:left;margin:0 1% 1% 0;position:relative;width:19%}
@media all and (min-width:35em) and (max-width:84.9375em){.grid5.intl_country_select .cat-col{width:30%}
}
@media all and (max-width:34.9375em){.grid5.intl_country_select .cat-col{width:100%}
}
.grid5.intl_country_select .cat-col .btn{padding-left:0}
@media all and (min-width:85em) and (max-width:625em){.grid5.intl_country_select .cat-col.wide{width:35%}
}
@media all and (min-width:35em) and (max-width:84.9375em){.grid5.intl_country_select .cat-col.wide{width:65%}
}
.grid5.intl_country_select .cat-col span.europe-column{width:50%;float:left}
@media all and (max-width:55em){.grid5.intl_country_select .cat-col span.europe-column{width:100%;float:none}
}
.orange-arrows-no-list{background:url(../images/orange-arrow-right.png) no-repeat scroll left center transparent;list-style:outside none none!important;padding:0 0 0 15px;margin-bottom:10px}
@media screen and (max-width:960px){.grid4 .cat-col{width:29.3%}
.grid4 .cat-col:nth-of-type(4n+1){margin-left:0;clear:none}
.grid4 .cat-col:nth-of-type(3n+1){margin-left:0;clear:left}
}
@media screen and (max-width:649px){.grid4 .cat-col{width:46%}
.grid4 .cat-col:nth-of-type(3n+1){margin-left:0;clear:none}
.grid4 .cat-col:nth-of-type(2n+1){margin-left:0;clear:left}
.grid3 .cat-col{width:48.4%}
.grid3 .cat-col:nth-of-type(3n+1){margin-left:4%;clear:none}
.grid3 .cat-col:nth-of-type(2n+1){margin-left:0;clear:left}
}
@media screen and (max-width:420px){.cat-col{width:96%!important;margin-left:0!important;clear:none!important}
}
#homepage-categories .cat-col .title-container{min-height:70px;position:relative}
#homepage-categories .cat-col h3,#homepage-categories .cat-col h3 a{font:700 21px/26px museo-slab;color:#504f4f;position:absolute;width:100%;display:inline;margin:0;bottom:10px;text-decoration:none}
#homepage-categories .cat-col-img{position:relative;width:100%;margin:0 0 60px 0;padding:.3% 0 0 0}
#homepage-categories .cat-col-img img{position:relative;display:block;width:87.4%;margin:0 0 0 6.2992126%;padding:6% 0 0 0;z-index:2}
#homepage-categories .cat-col-img img.cat-col-bg{position:absolute!important;top:0!important;left:0;width:100%!important;margin:0!important;padding:0!important;z-index:1!important}
#homepage-categories .cat-col .shadow{max-width:110%}
#homepage-categories .cat-col ul{margin:0 0 16px 9px;list-style:none}
#homepage-categories .cat-col ul li,#homepage-categories .support-category .cat-col.downloads div ul.orange-arrows li.orange-arrows a.fr,#homepage-categories a.orange-arrows.best-sellers{margin:0 0 8px;padding:0 0 0 20px;line-height:22px;background:url(../images/orange-arrow-right.png) no-repeat 0 5px}
#homepage-categories .cat-col ul li a{font-weight:600;font-size:16px;color:#1b1b1b;text-decoration:none;border-bottom:1px solid #ccc}
#homepage-categories .cat-col p{margin:0 9px 30px;font-size:15px;line-height:20px;color:#5f5e5e}
#homepage-categories .cat-col .learn-more{position:absolute;width:100%;display:block;bottom:12%;left:20px;padding-top:6px;text-decoration:none;z-index:3}
#homepage-categories .cat-col .learn-more span{display:block;max-width:90%;height:37px;line-height:37px;padding-left:50px;margin-bottom:-80px;color:#fff;font-size:14px;font-weight:600;font-family:museo-slab;background:#016AB7;-webkit-box-shadow:1px 1px 2px 0 rgba(0,0,0,.3);box-shadow:1px 1px 2px 0 rgba(0,0,0,.3);text-shadow:1px 1px 2px rgba(0,0,0,.4);overflow:hidden}
@media screen and (min-width:761px) and (max-width:1240px){#homepage-categories .cat-col .learn-more span{font-size:12px}
#homepage-categories .cat-col h3,#homepage-categories .cat-col h3 a{font-size:16px}
}
@media screen and (min-width:400px) and (max-width:760px){#homepage-categories .cat-col .learn-more span{font-size:12px;padding-left:60px}
#homepage-categories .cat-col h3,#homepage-categories .cat-col h3 a{font-size:16px}
}
@media screen and (max-width:480px){#homepage-categories .cat-col .learn-more span{font-size:12px;margin-top:8px;padding-left:60px}
#homepage-categories .cat-col h3,#homepage-categories .cat-col h3 a{font-size:21px}
}
#homepage-categories .cat-col .learn-more span>img{left:-40px;top:-26px;width:auto;position:absolute}
.fourth-alt{display:none;clear:left}
.box-shadow-formatting{padding:22px;background-image:url(../images/white-texture-bg.jpg)}
.box-shadow-formatting.framed{margin:0;max-width:90%;text-align:center;box-sizing:border-box}
.box-shadow-formatting.framed img{display:inline-block;margin-bottom:20px;max-width:100%}
#support_category h3 a{color:inherit}
#support_category .orange-arrows a{color:#0160a6}
#support_category .orange-arrows a:hover{color:#0283e2}
#support_category .chzn-single{color:#999}
#support_category .support-category-check:last-child .support-category{background:0 0;margin-bottom:0}
#support-top a{color:#338480}
#support-top .category p{margin-top:10px;margin-bottom:10px}
.media-item img .shadow{width:98%!important}
.media-item img.r{max-width:100%;width:90%}
@media all and (min-width:20em) and (max-width:51.865em){.btn-yellow span{font:500 14px/55px museo-slab}
}
@media all and (min-width:20em) and (max-width:51.865em){.section p img{float:none!important;clear:both;margin-bottom:10px}
}
.framed{min-width:80%}
#support_category p.contact-phone-email,p.contact-phone-email{margin-bottom:8px}
#support_category p.contact-hours,p.contact-hours{margin-top:0;font-size:14px;line-height:16px}
.content-content h3,.generic-content h3{font:700 24px/31px museo-sans;color:#504f4f;margin:0 0 20px;text-decoration:none}
ul.downloads li{height:auto;min-height:30px;line-height:1.2;padding:10px}
ul.downloads li a.download-download{line-height:1.2}
#contact_us *{box-sizing:border-box}
#video-tab{overflow-x:hidden}
#video-tab .video-layer1,.video-layer1,dl.support-types div.video-list span.video-layer1{background-color:rgba(0,0,0,.15);background-image:url(/media/ui/video-overlay.png);background-position:center center;background-repeat:no-repeat;position:absolute;top:0;right:0;bottom:0;left:0}
#video-tab .video-layer1:hover,.video-layer1:hover,dl.support-types div.video-list span.video-layer1:hover{background-color:transparent}
.media-item{position:relative}
.bootstrap-iframe-modal{display:block;position:relative}
.press-item span.press-date,p.press-date{margin-left:20px}
.right-col-block h3.download_bar_header h3:hover,.right-col-block h3:hover{text-decoration:none}
.open{float:right;font-weight:700;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}
.close{font-size:inherit}
.open:focus,.open:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}
.panel-title a span.close{display:inline}
.panel-title a span.open{display:none}
.panel-title a.collapsed span.close{display:none}
.panel-title a.collapsed span.open{display:inline;float:right}
.panel-body{font:400 18px/24px proxima-nova;color:#5f5e5e;padding-left:20px;padding-right:20px;margin:0 0 30px}
.panel-body p{margin-bottom:1em}
.panel-body ol{padding-left:40px;list-style-type:decimal}
.panel-body li{padding-bottom:auto;margin-bottom:1em}
#support_category .panel-title .collapsed:after{content:''}
#support_category .panel-title :not(.collapsed):after{content:''}
#breadcrumbs a,#breadcrumbs a:hover{text-transform:none}
.bounds .left-col .media-item-border{background:#f2f2f2;padding:15px;border:1px solid #e2e1e1;margin:0 0 2em;position:relative}
@media only screen and (max-width:480px){.lockup.lockup-top{display:block}
.lockup.lockup-bottom{display:none}
.lockup h1,.lockup h2.hero-header,h2.smaller-hero{width:95%;position:relative;left:0;margin:25px 0 16px 0;text-align:center;overflow:hidden;font:700 32px/32px museo-slab}
.lockup h1,.lockup h2.hero-header,h2.smaller-hero{font:700 32px/32px museo-slab}
.button-in-hero{display:none}
.button-out-of-hero{display:inline-block;text-align:center;margin:20px 0 0 0}
.button-out-of-hero .btn-yellow{display:inline-block}
}
@media only screen and (min-width:481px){.lockup.lockup-top{display:none}
.button-in-hero{display:inline-block}
.button-out-of-hero{display:none}
}
@media only screen and (max-width:1120px){nav .main-nav-item>a{padding:0 16px;font:500 16px/75px museo-slab}
}
@media only screen and (min-width:800px) and (max-width:1024px){.fullsize .flyout-col ul li a,.fullsize .flyout-col ul li a:hover{padding:6px 0 6px 41px}
.fullsize .flyout-footer{padding:15px}
nav .main-nav-item>a{padding:0 14px;font:500 16px/75px museo-slab}
.main-nav-item.hover a.trigger1,nav .main-nav-item>a:hover{padding:0 13px}
}
@media all and (max-width:51.865em){.main-nav-item.fullsize{display:none}
#nav-mobile{display:block;position:static}
#btn-shop{display:block}
#mobile-flyout{top:100%;width:102%;left:-2%;overflow:hidden}
}
@media all and (max-width:51.865em){#utility-nav a{display:none}
#utility-nav a#nav-cart,#utility-nav a#nav-myaccount{display:block;float:right;line-height:33px;background:0}
#utility-nav a#mobile-search{display:block;float:right;width:47px;height:34px;padding:0;text-indent:-9999em;text-align:left;background:url(../images/mobile-search-bg.png) no-repeat top left}
#nav-lang-dd a{display:block!important;padding-top:4px!important;height:30px}
nav .main-nav-item>a{line-height:57px;background:0}
nav a.img{display:none}
.bounds{width:100%}
header a#logo{position:absolute;top:29px;left:0;display:block;width:145px;height:69px;text-indent:-9999em;background:url(../images/petsafe-logo-320.png) no-repeat top left;z-index:100}
#btn-shop,#btn-shop.no-cart{float:right;width:50px;height:57px;padding:0;margin:0}
#btn-shop #btn-shop-bg,#btn-shop.no-cart #btn-shop-bg{position:relative;width:50px;height:57px;font-size:14px;padding:0 4px;text-align:center;background:url(../images/btn-shop-320-bg.png) repeat-x top left}
#btn-shop.no-cart #btn-cart.empty{display:none!important}
#nav-mobile a.arrow{font-size:17px;padding-right:53px;background:url(../images/nav-dd-arrow-320.png) no-repeat 85% 50%}
#lang-flyout{top:34px;width:100%}
#nav-mobile.dd.hover a.arrow,.dd.hover a.arrow:hover{color:#fff;border:0;background:#004880 url(../images/nav-dd-arrow-320.png) no-repeat 85% 50%}
.dd.hover a.arrow.mobile-menu-active,.dd.hover a.arrow.mobile-menu-active:hover{background:#004880 url(../images/nav-dd-arrow-close.png) no-repeat 85% 50%}
#mobile-flyout{left:0;width:100%;padding:25px 0 0 0;background:#004880}
.flyout-col{width:100%;padding:0;margin:0;min-height:1px;background:#004880}
.flyout-col:hover{background:#004880}
.flyout-col img{display:none}
.flyout-col h4{border-bottom:2px solid #0d63a3}
#nav-mobile .flyout-col h4 a{color:#fff;font-weight:400;height:48px;padding:0 60px;margin:0;line-height:48px;background:url(../images/orange-arrow-right.png) no-repeat 30px 5px}
.flyout-col h4 a:hover{background:url(../images/orange-arrow-right.png) no-repeat 30px 5px}
.flyout-col h4 a.open,.flyout-col h4 a.open:hover{background:url(../images/orange-arrow-down.png) no-repeat 30px 5px}
.flyout-col ul{display:none}
.flyout-col ul li a{display:block;height:46px;line-height:46px;padding:0 60px;color:#fff;border-bottom:1px solid #035695;background:#0d63a3;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.flyout-col ul li a:hover{color:#fff;background:#035695;border-bottom:1px solid #035695}
.flyout-col ul li{background:0;padding:0;margin:0}
#free-shipping,#free-shipping-left{width:260px;margin:0 auto;text-align:center;left:auto}
#btn-shop span{top:8px;right:14px}
}
#utility-nav{height:33px;text-align:right}
@media all and (min-width:51.875em){#utility-nav{height:39px;line-height:36px}
}
.utility-nav-item>.LPMcontainer,.utility-nav-item>a{font:600 13px/40px museo-sans;color:#4694ca;padding:0 17px;text-decoration:none}
.utility-nav-item>.LPMcontainer{line-height:40px!important;border-style:none!important;padding:0 17px!important}
.utility-nav-item>.LPMcontainer a{text-decoration:none;font-weight:600;color:#4694ca}
.utility-nav-item>.LPMcontainer a img{margin-right:5px}
.utility-nav-item a:hover{color:#fff}
a#nav-myaccount{background:0}
.utility-nav-item>a#nav-cart{background-position:left center}
#nav-lang-dd a{display:block;float:right;padding:6px 0 0 0!important;width:50px;height:27px;background:#003561 url(../images/lang-dropdown.png) no-repeat bottom left}
@media all and (min-width:51.875em){#nav-lang-dd a{height:33px}
}
#nav-lang-dd a:hover,#nav-lang-dd.hover{background:#002e54 url(../images/lang-dropdown.png) no-repeat bottom left}
#nav-lang-dd img{display:block;width:34px;margin:0 auto}
nav{width:100%;height:57px;clear:both}
@media all and (min-width:51.875em){nav{height:72px}
}
nav a,nav div{float:right;width:auto}
nav .main-nav-item>a{display:block;font:500 19px/75px museo-slab;color:#fff;padding:0 26px;text-decoration:none;text-shadow:-2px 0 2px rgba(0,0,0,.2)}
.main-nav-item.hover a.trigger1,nav .main-nav-item>a:hover{text-shadow:none}
.dd.hover a.arrow,nav a.arrow{padding-right:60px}
.dd a.arrow{background:url(../images/nav-dd-arrow.png) no-repeat 85% 50%}
.dd a.arrow:hover,.dd.hover a.arrow{padding-right:59px;background:#f6f6f6 url(../images/nav-dd-arrow-hover.png) no-repeat 85% 50%}
nav .hover>a,nav .main-nav-item>a:hover{background-color:#f6f6f6}
.lvl1.hover{background-color:#f6f6f6}
.lvl1.hover a,.lvl1.hover a:hover{background-color:transparent;color:#807f7f}
nav a.img{float:none;padding:0;background:0;width:auto}
nav a.img:hover{border:0;background:0}
nav a.img img{display:block}
@media all and (min-width:51.875em){#nav #nav-learn,#nav #nav-shop,#nav #nav-support{margin-top:10px}
}
#nav .fullsize.last .flyout{right:auto}
#nav .fullsize .flyout-col .nav-list-heading{margin:0}
#nav .nav-list-heading{padding-left:15px}
#nav #nav-shop .flyout{position:absolute;top:100%;left:0;float:left;min-width:160px;padding:5px 0;font-size:14px;text-align:left;list-style:none;width:1016px}
@media all and (min-width:20em) and (max-width:51.865em){#nav #nav-shop .flyout{padding:0;width:100%}
}
@media all and (min-width:81.25em){#nav #nav-shop .flyout{left:244px}
}
@media all and (min-width:51.875em) and (max-width:81.24em){#nav #nav-shop .flyout{width:100%}
}
#nav #nav-shop .flyout .flyout-col{width:20%}
@media all and (min-width:51.875em) and (max-width:81.24em){#nav #nav-shop .flyout .flyout-col{width:25%}
}
@media all and (min-width:20em) and (max-width:51.865em){#nav #nav-shop .flyout .flyout-col{width:100%}
}
@media all and (min-width:20em) and (max-width:51.865em){#nav #nav-shop .flyout .flyout-col ul{display:none}
}
#nav #nav-shop .flyout .flyout-col ul li{background-position:24px 8px;width:100%;padding-right:0}
@media all and (min-width:20em) and (max-width:51.865em){#nav #nav-shop .flyout .flyout-col ul li{background-position:24px 24px}
}
#nav #nav-shop .flyout .flyout-col ul li:hover{background-color:#eee}
#nav #nav-shop .flyout .flyout-col ul li a,#nav #nav-shop .flyout .flyout-col ul li a:hover{border-top:none;padding:4px 0 4px 41px}
@media all and (min-width:20em) and (max-width:51.865em){#nav #nav-shop .flyout .flyout-col ul li a,#nav #nav-shop .flyout .flyout-col ul li a:hover{padding-left:76px}
}
#nav #nav-shop .flyout .flyout-col ul li a.brand-logo,#nav #nav-shop .flyout .flyout-col ul li a.brand-logo:hover,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo:hover{display:inline-block;height:40px;width:110px;margin:5px 10px 5px 10px;padding:4px 0 4px 31px;background:url(../images/nav-brandslogos.png) no-repeat;background-position:20px 0}
#nav #nav-shop .flyout .flyout-col ul li a.brand-logo.busybuddy,#nav #nav-shop .flyout .flyout-col ul li a.brand-logo:hover.busybuddy,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo.busybuddy,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo:hover.busybuddy{background-position:-110px 0}
#nav #nav-shop .flyout .flyout-col ul li a.brand-logo.drinkwell,#nav #nav-shop .flyout .flyout-col ul li a.brand-logo:hover.drinkwell,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo.drinkwell,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo:hover.drinkwell{background-position:-235px 0}
#nav #nav-shop .flyout .flyout-col ul li a.brand-logo.scoopfree,#nav #nav-shop .flyout .flyout-col ul li a.brand-logo:hover.scoopfree,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo.scoopfree,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo:hover.scoopfree{background-position:-364px 0}
#nav #nav-shop .flyout .flyout-col ul li a.brand-logo.easywalk,#nav #nav-shop .flyout .flyout-col ul li a.brand-logo:hover.easywalk,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo.easywalk,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo:hover.easywalk{background-position:-489px 0}
#nav #nav-shop .flyout .flyout-col ul li a.brand-logo.frolicat,#nav #nav-shop .flyout .flyout-col ul li a.brand-logo:hover.frolicat,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo.frolicat,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo:hover.frolicat{background-position:-614px 0}
#nav #nav-shop .flyout .flyout-col ul li a.brand-logo:hover.premier,#nav #nav-shop .flyout .flyout-col ul li a.brand-logo:hover:hover.premier,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo:hover.premier,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo:hover:hover.premier{background-position:20px -58px}
#nav #nav-shop .flyout .flyout-col ul li a.brand-logo:hover.busybuddy,#nav #nav-shop .flyout .flyout-col ul li a.brand-logo:hover:hover.busybuddy,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo:hover.busybuddy,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo:hover:hover.busybuddy{background-position:-110px -58px}
#nav #nav-shop .flyout .flyout-col ul li a.brand-logo:hover.drinkwell,#nav #nav-shop .flyout .flyout-col ul li a.brand-logo:hover:hover.drinkwell,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo:hover.drinkwell,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo:hover:hover.drinkwell{background-position:-235px -58px}
#nav #nav-shop .flyout .flyout-col ul li a.brand-logo:hover.scoopfree,#nav #nav-shop .flyout .flyout-col ul li a.brand-logo:hover:hover.scoopfree,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo:hover.scoopfree,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo:hover:hover.scoopfree{background-position:-364px -58px}
#nav #nav-shop .flyout .flyout-col ul li a.brand-logo:hover.easywalk,#nav #nav-shop .flyout .flyout-col ul li a.brand-logo:hover:hover.easywalk,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo:hover.easywalk,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo:hover:hover.easywalk{background-position:-489px -47px}
#nav #nav-shop .flyout .flyout-col ul li a.brand-logo:hover.frolicat,#nav #nav-shop .flyout .flyout-col ul li a.brand-logo:hover:hover.frolicat,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo:hover.frolicat,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo:hover:hover.frolicat{background-position:-614px -47px}
#nav #nav-shop .flyout .flyout-col ul li a.brand-logo span,#nav #nav-shop .flyout .flyout-col ul li a.brand-logo:hover span,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo span,#nav #nav-shop .flyout .flyout-col ul li a:hover.brand-logo:hover span{display:none}
@media all and (min-width:51.875em) and (max-width:81.24em){#nav #nav-shop .flyout .flyout-col:last-child{clear:both;width:100%}
}
@media all and (min-width:20em) and (max-width:51.865em){#nav #nav-shop .flyout .flyout-col h4.nav-list-heading{border-bottom:1px solid #eee}
}
#nav #nav-shop .flyout .flyout-col h4:last-child{border-bottom:none}
#nav #nav-shop .flyout .flyout-col h4 a{color:#216FA2;font-family:museo-slab,sans-serif;font-size:16px;font-weight:600}
@media all and (min-width:20em) and (max-width:51.865em){#nav #nav-shop .flyout .flyout-col h4 a{padding-left:60px;font-family:museo-slab,sans-serif;font-size:16px;font-weight:600;width:100%;display:block;background:url(../images/orange-arrow-right.png) no-repeat 30px 17px}
}
#nav #nav-shop .flyout .flyout-col .horizontal-separator{height:10px;width:100%;border-top:1px solid #eee;clear:both}
@media all and (max-width:51.865em){#nav #nav-learn,#nav #nav-shop,#nav #nav-support{display:none}
}
#nav #nav-learn .flyout,#nav #nav-support .flyout{padding:0}
#nav #nav-learn .flyout-col,#nav #nav-support .flyout-col{width:100%;padding:0}
#nav #nav-learn ul li,#nav #nav-support ul li{padding-bottom:12px;padding-top:12px;border-bottom:1px solid #eee;background-position:24px 20px;width:auto}
#nav #nav-learn ul li a,#nav #nav-support ul li a{width:100%;border-top:none;padding-left:0}
#nav #nav-learn ul li a h4,#nav #nav-support ul li a h4{color:#216FA2;font-weight:700}
@media all and (min-width:51.875em){#nav #nav-learn ul li a h4,#nav #nav-support ul li a h4{padding-left:41px;background-image:none}
}
@media all and (min-width:20em) and (max-width:51.865em){#nav #nav-learn ul li a h4,#nav #nav-support ul li a h4{padding-left:75px;background:url(../images/orange-arrow-right.png) no-repeat 45px 1px}
}
#nav #nav-learn ul li a span,#nav #nav-support ul li a span{padding-left:41px;font-size:14px;max-width:270px;display:inline-block}
@media all and (min-width:20em) and (max-width:51.865em){#nav #nav-learn ul li a span,#nav #nav-support ul li a span{display:none}
}
#nav #nav-learn ul li:last-child,#nav #nav-support ul li:last-child{border-bottom:none}
@media all and (min-width:20em) and (max-width:51.865em){#nav #nav-support{position:static}
}
@media all and (min-width:51.875em) and (max-width:81.24em){#nav #nav-support .flyout{width:350px;right:-157px}
}
@media all and (min-width:64em) and (max-width:81.24em){#nav #nav-learn .flyout{width:350px;margin-right:-70px}
}
#nav .nav-list-block{float:left;border-right:1px solid #eee;width:100%;overflow:hidden}
#nav .nav-list-block.logos{width:150px;border-right:none}
@media all and (min-width:51.875em) and (max-width:81.24em){#nav .nav-list-block.logos{width:100%;border-top:1px solid #eee;padding-top:20px}
#nav .nav-list-block.logos h4{display:none}
}
#nav .nav-list-block.logos ul li{background:0 0;width:150px;display:inline}
#nav .main-nav-item a.trigger1{padding:0 30px 2px;font:500 19px/75px museo-slab;line-height:60px}
@media all and (min-width:20em) and (max-width:51.865em){#nav .main-nav-item a.trigger1{padding:0 15px}
}
#nav .main-nav-item a.trigger1.arrow{padding-right:40px}
#nav .main-nav-item .flyout{background-color:#F6F6F6;-webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,.4);box-shadow:0 3px 5px 0 rgba(0,0,0,.4)}
#nav .main-nav-item .flyout .flyout-col h4{font-family:museo-slab,sans-serif;font-size:16px;font-weight:600}
@media all and (min-width:20em) and (max-width:51.865em){#nav .main-nav-item .flyout{position:absolute;width:100%;top:100%;left:0;float:left}
#nav .main-nav-item .flyout .horizontal-separator{display:none}
#nav .main-nav-item .flyout .nav-list-heading,#nav .main-nav-item .flyout h4 a{color:#216FA2;margin:0 0 5px 0}
#nav .main-nav-item .flyout .nav-list-heading:hover,#nav .main-nav-item .flyout h4 a:hover{background:#eee}
}
@media all and (min-width:20em) and (max-width:51.865em) and (min-width:20em) and (max-width:51.865em){#nav .main-nav-item .flyout .nav-list-heading{border-bottom:1px solid #eee;margin-bottom:0;padding-left:15px}
}
@media all and (min-width:20em) and (max-width:51.865em){#nav .main-nav-item .flyout .logos{display:none}
#nav .main-nav-item .flyout .flyout-col{background-color:#F6F6F6;padding:0}
#nav .main-nav-item .flyout .flyout-col h4{border-bottom:none;background-image:url(../images/nav-dd-arrow-320.png) no-repeat 75% 50%}
#nav .main-nav-item .flyout .flyout-col h4 a{color:#0d63a3;height:48px;margin:0;line-height:48px;background:url(../images/orange-arrow-right.png) no-repeat 30px 5px}
#nav .main-nav-item .flyout .flyout-col ul{display:inline}
#nav .main-nav-item .flyout .flyout-col ul li{width:100%;background:0 0;margin:0}
#nav .main-nav-item .flyout .flyout-col ul li span{display:none}
#nav .main-nav-item .flyout .flyout-col ul li a{width:100%;height:inherit;line-height:30px;border-bottom:none;padding:4px 0 4px 75px}
#nav .main-nav-item .flyout .flyout-col ul li a:hover{background-color:#eee}
#nav .main-nav-item .flyout .flyout-col ul li:hover{background-color:#eee}
#nav .main-nav-item .flyout .flyout-col ul li:last-child a{border-bottom:none}
}
@media all and (max-width:51.865em){#nav #nav-mobile h4{border-bottom:1px solid #eee}
}
@media all and (min-width:51.875em){#nav #nav-mobile{display:none}
}
#nav #nav-mobile .flyout{padding:5px 0}
@media all and (min-width:20em) and (max-width:51.865em){#nav #nav-mobile .flyout{padding:0}
}
#nav #nav-mobile .flyout .flyout-col h4:hover{background-color:#eee}
#nav #nav-mobile .flyout .flyout-col h4 a{border-bottom:none;color:#216FA2;font-weight:600;font-size:16px;margin:0;width:100%;display:block;background:url(../images/orange-arrow-right.png) no-repeat 30px 17px}
#nav #nav-mobile .flyout-col ul{display:none}
#nav #nav-mobile .flyout-col ul li:hover{background-color:#eee}
#nav #nav-mobile.hover a.arrow{color:#004880;background:url(../images/nav-dd-arrow-320.png) no-repeat 90% 50%}
#nav #nav-mobile a.arrow{background:url(../images/nav-dd-arrow-320.png) no-repeat 90% 50%}
#nav #mobile-flyout{padding:0}
#nav #close_text{display:none}
@media all and (min-width:20em) and (max-width:51.865em){#nav #mobile-flyout ul,#nav #shop-flyout ul{display:none}
}
@media all and (min-width:51.875em){#nav #mobile-flyout ul,#nav #shop-flyout ul{display:inline-block!important;width:100%;vertical-align:top}
}
@media all and (min-width:51.875em) and (max-width:81.24em){#utility-nav a{display:inline}
}
@media all and (min-width:51.875em){#utility-nav #mobile-search{display:none}
}
#utility-nav #nav-lang-dd img{width:auto}
#mobile-search{display:none}
#search{position:relative;height:75px;margin:0 0 0 17px;display:none}
@media all and (min-width:51.875em){#search{display:block}
}
@media all and (min-width:51.875em) and (max-width:63.99em){#search{position:static;width:70px;margin:0}
}
@media all and (min-width:64em){#nav-small-search{display:none}
}
#search #main-search input[type=text]{border-radius:20px;border:0;outline:0;padding:0 35px 0 15px;height:33px;width:90px}
#main-search{position:relative}
#main-search button{display:block;width:20px;height:20px;position:absolute;right:.75rem;top:50%;transform:translateY(-65%);background:url(../ui/search.png) no-repeat;background-size:contain;opacity:.5}
#main-search button:active,#main-search button:focus,#main-search button:hover{opacity:1}
#search form#main-search{padding:19px 0 0 0;height:56px}
#search-icon{display:block;width:55px;height:75px;padding:0 15px 0 0;border:0!important;text-indent:-9999em;background:url(../images/search-bg-640.png) no-repeat top center}
.hover #search-icon{background:#f6f6f6 url(../images/search-bg-640-hover.png) no-repeat top center}
#small-search{position:absolute;top:114px;left:-6%;right:-6%;height:100px;width:109%;padding:0!important;background:#f6f6f6;z-index:10}
#small-search form{position:absolute;top:30px;height:45px;left:50%;margin-left:-25%}
#small-search input{float:left;height:37px;width:200px;margin:2px 0 0 0;padding-left:12px;padding-right:12px;border-radius:25px;border:1px solid #ccc;outline:0}
#small-search input#small-search-submit{width:auto!important;height:auto!important;border:none!important;margin:0!important}
#small-mobile-search{position:absolute;top:34px;left:0;right:0;height:100px;width:auto!important;padding:0!important;background:#f6f6f6;z-index:101}
#small-mobile-search form{position:absolute;top:30px;height:45px;padding:0 20px}
#small-mobile-search input{float:left;height:37px;width:130px;margin:2px 0 0 0;padding-left:12px;padding-right:12px;border-radius:25px;border:1px solid #ccc;outline:0}
#small-mobile-search input#small-mobile-search-submit{width:auto!important;height:auto!important;border:none!important;margin:0!important}
@media all and (min-width:51.875em) and (max-width:63.99em){#search-icon{display:block}
#search form#main-search{display:none}
#nav-search-small.hover #small-search{display:block}
#nav-search-small.hover #small-search input{display:block;width:200px}
}
#search-404 label{display:block;margin:0 0 10px;font:400 18px/22px proxima-nova;color:#5f5e5e}
#search-404 input[type=text],#search-bar-format input[type=text]{width:370px;padding-left:7px;border-radius:4px;border:1px solid #ccc;height:45px;display:inline-block;margin-right:30px}
#search-404 input[type=image]{position:relative;top:33px}
@media (max-width:750px){#search-404 input[type=text],#search-bar-format input[type=text]{width:90%;padding-left:7px;border-radius:4px;border:1px solid #ccc;height:45px;display:inline-block;margin-right:30px}
}
#search-page .toolbar{margin:25px 0 0}
@media (max-width:960px){#search-page .right-col{display:none}
}
#nav-mobile-search.hover{background-color:#003d70}
@media (max-width:750px){.search-box div.input-box{width:45%;margin-bottom:10px;float:left}
.search-box div.search-button{float:left;margin-left:10px;width:100px;height:40px}
}
input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
div.search-box{margin-bottom:10px}
.notice-box{margin:25px;background:#f5f5f5;background:rgba(245,245,245,.95);max-width:400px;bottom:0;right:0;border:1px solid #909090;position:fixed;z-index:9999}
@media all and (max-width:28.125em){.notice-box{margin:10px}
}
.notice-box p{font-size:17px;line-height:1.4;display:inline}
@media all and (max-width:28.125em){.notice-box p{font-size:13px}
}
.notice-box img{display:inline-block;float:left;width:48px;height:48px;padding-right:10px;margin-right:10px;border-right:1px solid #ccc}
.notice-box span{font-size:24px;width:100%;display:inline-block;text-align:center;padding-top:10px}
.notice-box .top{background:#005697;color:#fff;padding:15px}
.notice-box .top a{color:#fff;text-decoration:underline}
.notice-box .bottom{padding:0 15px 10px;background:#fff}
.notice-box .bottom a{margin:0 5%}
.notice-box .bottom a.text-link{font-size:16px;color:#0283e2;text-decoration:underline}
.notice-box .bottom a.btn.btn-primary{color:#fff;background-color:#185a58;border:1px solid #185a58}
.lang-fr .news_text-wrap{padding-right:2%}
.google-custom-search-engine .gsc-control-cse{font-size:100%;font-family:proxima-nova,sans-serif;padding:1em 0}
.google-custom-search-engine input.gsc-search-button,.google-custom-search-engine input.gsc-search-button:focus,.google-custom-search-engine input.gsc-search-button:hover{background:#185a58;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border:1px solid #185a58;line-height:1.25em}
.google-custom-search-engine input.gsc-search-button:focus:hover,.google-custom-search-engine input.gsc-search-button:hover,.google-custom-search-engine input.gsc-search-button:hover:hover{background:#217e7a;background:-moz-linear-gradient(top,#217e7a 0,#224e4d 100%);background:-webkit-gradient(left top,left bottom,color-stop(0,#217e7a),color-stop(100%,#224e4d));background:-webkit-linear-gradient(top,#217e7a 0,#224e4d 100%);background:-o-linear-gradient(top,#217e7a 0,#224e4d 100%);background:-ms-linear-gradient(top,#217e7a 0,#224e4d 100%);background:linear-gradient(to bottom,#217e7a 0,#224e4d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#217e7a', endColorstr='#224e4d', GradientType=0);color:#fff;text-decoration:none}
.google-custom-search-engine .gsc-input-box{border-radius:4px;padding:0 0 3px 0}
.google-custom-search-engine .gscb_a{padding-top:6px}
.google-custom-search-engine .gs-web-image-box-landscape{display:none}
.google-custom-search-engine .gsc-control-cse .gs-promotion a.gs-title,.google-custom-search-engine .gsc-control-cse .gs-promotion a.gs-title em,.google-custom-search-engine .gsc-control-cse .gs-promotion a.gs-title:hover,.google-custom-search-engine .gsc-control-cse .gs-promotion a.gs-title:link,.google-custom-search-engine .gsc-control-cse .gs-promotion a.gs-title:visited,.google-custom-search-engine .gsc-control-cse .gs-webResult.gs-result .gs-title,.google-custom-search-engine .gsc-control-cse .gs-webResult.gs-result .gs-title:link,.google-custom-search-engine .gsc-control-cse .gs-webResult.gs-result .gs-title:visited{font:400 25px/30px proxima-nova,sans-serif;text-decoration:none;margin:0 0 5px;height:auto;color:#5D5D5D}
.google-custom-search-engine .gsc-control-cse .gs-webResult.gs-result a.gs-title b,.google-custom-search-engine .gsc-control-cse .gs-webResult.gs-result a.gs-title em{font-weight:700;font-size:25px;line-height:30px;text-decoration:none;height:auto;color:#5D5D5D}
.google-custom-search-engine .gsc-control-cse .gs-webResult.gs-result a.gs-title:hover{text-decoration:underline}
.google-custom-search-engine .gsc-control-cse img.gs-image{max-width:150px;max-height:150px;padding:15px;border:1px solid #e2e1e1;background:#eef0f1}
@media all and (max-width:28.125em){.google-custom-search-engine .gs-image{display:none}
}
.google-custom-search-engine .gsc-control-cse .gs-image-box.gs-web-image-box.gs-web-image-box-landscape,.google-custom-search-engine .gsc-control-cse .gs-image-box.gs-web-image-box.gs-web-image-box-portrait{width:auto;height:auto}
.google-custom-search-engine .gs-promotion-image-box,.google-custom-search-engine .gsc-control-cse .gs-web-image-box{padding:2px 0 2px 8px}
.google-custom-search-engine .gsc-control-cse .gs-result .gs-snippet{margin:10px 0 0 10px;font-size:16px;line-height:24px;font-family:proxima-nova,sans-serif}
.google-custom-search-engine .gsc-control-cse .gs-webResult div.gs-visibleUrl,.google-custom-search-engine .gsc-control-cse .gs-webResult.gs-result a.gs-visibleUrl{padding-bottom:5px;color:#217e7a}
.google-custom-search-engine .gsc-control-cse .gsc-webResult .gsc-result{margin:20px 0}
.google-custom-search-engine .gsc-control-cse .gsc-snippet-metadata{margin-left:10px}
.google-custom-search-engine .gsc-results{max-width:680px}
.google-custom-search-engine .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page{background-color:#f1f1f1;display:inline;float:left;font:700 12px/15px proxima-nova,sans-serif;margin:0 2px;padding:5px 5px 0;text-align:center;width:17px;height:17px;color:#5D5D5D}
.google-custom-search-engine .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page,.google-custom-search-engine .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:hover{background-color:#217e7a;color:#fff}
.google-custom-search-engine .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion{padding:8px;border:1px solid #0283e2}
.google-custom-search-engine .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion:hover{border:1px solid #0283e2;background:#ECF7FF}
.google-custom-search-engine .gsc-control-cse .gs-fileFormat{display:none}
.google-custom-search-engine .search-input{width:59%;height:13px;margin-top:2px;display:inline-block;vertical-align:middle}
.google-custom-search-engine .search-button{display:inline-block;vertical-align:middle}
.google-custom-search-engine .gsc-tabsArea{border-color:#eee}
.google-custom-search-engine .gsc-tabsArea>div{overflow:visible}
.google-custom-search-engine .gsc-refinementHeader.gsc-refinementhActive,.google-custom-search-engine .gsc-tabHeader.gsc-tabhInactive{text-decoration:none;color:#666;background-color:transparent}
.google-custom-search-engine .gsc-tabHeader.gsc-tabhActive{color:#217e7a;border:none;border-bottom:3px solid #217e7a;padding-bottom:2px}
.google-custom-search-engine .gsc-tabHeader{font-size:1.6em}
.google-custom-search-engine .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion{border:1px solid #217e7a}
.google-custom-search-engine .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion .gs-title{color:#217e7a;height:2em}
.google-custom-search-engine .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion .gs-snippet a:link,.google-custom-search-engine .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link,.google-custom-search-engine .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link *{color:#217e7a}
.google-custom-search-engine .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion .gs-snippet a:link:hover,.google-custom-search-engine .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link :hover,.google-custom-search-engine .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link:hover{text-decoration:underline}
.google-custom-search-engine .gsc-reviewer{display:none}
.small_footer{box-sizing:border-box;background:#005b9e;padding:2% 0;font-family:proxima-nova,sans-serif}
.small_footer *{box-sizing:inherit}
.small_footer .footer-newsletter_small-wrap{width:100%}
@media all and (max-width:49.9375em){.small_footer .footer-newsletter_small-wrap{padding-bottom:5%;border-bottom:#4694ca solid 1px}
}
.small_footer .footer-newsletter_small-wrap .footer-newsletter_small{position:relative;width:94.5%;max-width:1260px;margin:0 auto}
.small_footer .footer-newsletter_small-wrap .footer-newsletter_small .news_text-wrap{width:50%;display:inline-block;color:#fff;padding-left:4%;vertical-align:top}
@media all and (max-width:50em){.small_footer .footer-newsletter_small-wrap .footer-newsletter_small .news_text-wrap{width:97%;padding-bottom:5%}
}
.small_footer .footer-newsletter_small-wrap .footer-newsletter_small .news_text-wrap h3{color:#fff;font:700 24px/31px museo-slab,serif;overflow:hidden}
.small_footer #newsletter-validate-detail-footer{width:49%;display:inline-block}
@media all and (max-width:49.9375em){.small_footer #newsletter-validate-detail-footer{width:100%;padding-left:4%}
}
.small_footer #newsletter-validate-detail-footer .form-group{display:inline-block;vertical-align:top;margin-bottom:0}
@media all and (max-width:49.9375em){.small_footer #newsletter-validate-detail-footer .form-group{width:97%}
}
.small_footer #newsletter-input{width:50%;display:inline-block;vertical-align:middle;height:35px;padding:5px 20px;margin-right:10px;outline:0;border:0;background-color:#fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}
@media all and (max-width:49.9375em){.small_footer #newsletter-input{width:40%}
}
.small_footer #newsletter-submit{vertical-align:middle;display:inline-block}
@media all and (max-width:26.25em){.small_footer #newsletter-submit{font-size:12px}
}
.small_footer .newsletter-form-success{width:270px;min-width:270px;margin:0 auto;margin-bottom:15px}
.small_footer .newsletter-form-success span{padding:8px 20px;border-radius:5px;margin-top:12px;background-color:#00467d;width:auto;display:inline-block;margin-right:10px;color:#fff}
.small_footer .newsletter-form-success .icon-ok{background:0 0 url(../images/ico-yellow-check.png) no-repeat;width:16px;height:16px}
.small_footer .newsletter-form-success .has-error .help-block{color:#ED1F24;background-color:#f2f2f2;padding:5px;position:absolute;top:48px;left:-2px;border:1px solid #e8e8e8;font-size:11px;max-width:94%}
.small_footer .newsletter-form-success .has-error:after,.small_footer .newsletter-form-success .has-error:before{content:' ';height:0;position:absolute;width:0;border:10px solid transparent}
.small_footer .newsletter-form-success .has-error .help-block:before{border-bottom-color:#f2f2f2;position:absolute;top:-19px;left:65px;z-index:2}
.small_footer .newsletter-form-success .has-error .help-block:after{border-bottom-color:#e8e8e8;position:absolute;top:-20px;left:65px;z-index:1}
#legal{padding:40px 0 60px;background-color:#00467d;box-sizing:border-box;font-family:proxima-nova,sans-serif}
#legal *{box-sizing:inherit}
#legal .legal-wrap{padding-left:4%;width:100%}
#legal .rsc-wrap{margin-top:40px;overflow:hidden;width:100%}
#legal .rsc-wrap p{font-size:12px;color:#fff;font:proxima-nova,sans-serif;margin:0 0 0 50px;padding:0;display:inline-block;vertical-align:bottom}
@media all and (max-width:30em){#legal .rsc-wrap p{text-align:left;color:#fff;display:block;margin:0;padding:0 0 15%}
}
#legal .rsc-wrap a{color:#4694ca;line-height:32px}
#legal .rsc-wrap a:hover{text-decoration:none}
@media all and (max-width:30em){#legal .rsc-wrap a{display:block;width:100%;text-align:left}
}
#legal .rsc-wrap a span{padding:0 5px}
@media all and (max-width:30em){#legal .rsc-wrap a span.legal-divide{display:none}
}
@media all and (max-width:30em){#legal .rsc-wrap img{bottom:0;display:block;position:absolute;width:90%}
}
#legal img{display:inline-block;vertical-align:bottom}
#legal .LPMcontainer,#legal a{color:#4694ca;text-decoration:none}
#legal .LPMcontainer:hover,#legal a:hover{text-decoration:underline}
#legal .LPMcontainer{line-height:200%!important}
#legal .footer-links{width:24%;display:inline-block;vertical-align:top}
@media all and (max-width:30em){#legal .footer-links{width:100%;padding-bottom:25px}
}
@media all and (min-width:30.0625em) and (max-width:49.9375em){#legal .footer-links{width:27%;padding-right:5%}
}
#legal .footer-links h3{color:#fff;font:400 24px/31px proxima-nova,sans-serif;margin-bottom:10px}
#legal .footer-links h3.footer-phone{color:#f4a516}
#legal .footer-links ul li{line-height:200%}
#legal .social-foot-icon{clear:both;margin-right:5%;width:20%;vertical-align:middle}
#legal .footer-blog-link{display:block;font-size:26px;margin-top:5%;width:100%}
#legal .footer-links.connect{display:inline-block}
@media (max-width:799px){#legal .footer-links.connect{display:none}
}
.footer-links.connect-mobile{display:none}
@media only screen and (max-width:800px){.footer-links.connect-mobile{display:inline-block;padding:0 5%;width:100%}
.footer-links.connect-mobile a{width:30%;color:#4694ca;text-decoration:none}
.footer-links.connect-mobile a:hover{text-decoration:none}
.footer-links.connect-mobile .social-foot-icon{margin:5%;width:15%;vertical-align:middle}
.footer-links.connect-mobile .footer-blog-link{display:inline-block;font-size:23px;margin:5%;width:30%}
.footer-links.connect-mobile .footer-blog-link:hover{text-decoration:underline}
}
div.testimonials{background:none repeat scroll 0 0 #f2f2f2;border:1px solid #e8e8e8;overflow:auto;padding-bottom:20px;color:#5d5d5d}
div.testimonials h3.testimonial-header{padding:20px 0 20px 3.5%;font:700 21px/26px proxima-nova,sans-serif}
div.testimonials div.testimonial{display:inline-block;vertical-align:bottom;width:42%;padding:30px 2.5% 30px 5%;font-size:14px;font-family:proxima-nova,sans-serif;line-height:1.5em;box-sizing:content-box}
div.testimonials div.testimonial div.testimonial-quote{border-radius:30px;background:#fff;padding:10px 50px 10px 30px;-webkit-box-shadow:0 0 41px -13px #b0aab0;-moz-box-shadow:0 0 41px -13px #b0aab0;box-shadow:0 0 41px -13px #b0aab0;position:relative;margin-bottom:30px}
div.testimonials div.testimonial div.testimonial-quote:after{content:"";position:absolute;display:block;width:0;bottom:-24px;left:37%;border-width:24px 35px 0 0;border-style:solid;border-color:#fff transparent;-webkit-box-shadow:0 0 41px -13px #b0aab0;-moz-box-shadow:0 0 41px -13px #b0aab0;box-shadow:0 0 41px -13px #b0aab0}
div.testimonials div.testimonial div.testimonial-author{width:100%;float:left}
div.testimonials div.testimonial div.testimonial-author.no-photo div.owner-info{width:100%}
div.testimonials div.testimonial div.testimonial-author div.owner-picture{background:none repeat scroll 0 0 #fff;border:1px solid #e8e8e8;padding:15px;float:left;width:30%;margin-right:8%;max-width:140px}
div.testimonials div.testimonial div.testimonial-author div.owner-picture img{width:100%;height:auto}
div.testimonials div.testimonial div.testimonial-author div.owner-info{float:left;font-size:1.14em;width:50%}
div.testimonials div.testimonial div.testimonial-author div.owner-info h4{font-weight:700}
div.testimonials div.testimonial div.testimonial-author div.owner-info h4 span{display:block;margin-top:.5em}
div.testimonials div.testimonial div.testimonial-author div.owner-info h4 span.owner-occupation{font-weight:400}
div.testimonials div.testimonial div.testimonial-author div.owner-info h4 span.owner-location{font-style:italic}
@media only screen and (max-width:960px){div.testimonials div.testimonials div.testimonial{display:none}
div.testimonials div.testimonials div.testimonial.one,div.testimonials div.testimonials div.testimonial.two{display:inline-block}
}
@media only screen and (max-width:840px){div.testimonials div.testimonial{display:block;width:90%;float:left;padding:30px 5%}
}
@media only screen and (max-width:500px){div.testimonials div.testimonials div.testimonial.two{display:none}
div.testimonials div.testimonial div.testimonial-author div.owner-picture{padding:8px}
}
.gdpr_cookie_bar{position:fixed;bottom:0;width:100%;background:#005b9e;z-index:1000;color:#f2f2f2}
@media all and (max-width:51.865em){.gdpr_cookie_bar.opened{top:0;left:0;width:100%;height:100%;overflow-y:scroll}
}
.gdpr_cookie_bar.hidden{bottom:-100%}
.gdpr_cookie_bar .gdpr_cookie_bar_option_checkbox,.gdpr_cookie_bar .gdpr_cookie_bar_option_title{display:inline-block;margin-right:5px}
.gdpr_cookie_bar .gdpr_cookie_bar_option_checkbox{padding-top:6px}
.gdpr_cookie_bar .gdpr_cookie_bar_option_description{display:block}
.gdpr_cookie_bar .gdpr_cookie_bar_accept{border:none;background-color:#005b9e;color:#fff;font-size:16px;cursor:pointer;padding:5px 10px}
.gdpr_cookie_bar .gdpr_cookie_bar_close{position:absolute;top:10px;right:2rem;width:20px;height:20px;cursor:pointer;padding:5px}
.gdpr_cookie_bar .gdpr_cookie_bar_close:after,.gdpr_cookie_bar .gdpr_cookie_bar_close:before{content:"";display:block;width:2px;height:25px;background-color:#fff;position:absolute;left:20px}
.gdpr_cookie_bar .gdpr_cookie_bar_close:after{transform:rotate(-45deg)}
.gdpr_cookie_bar .gdpr_cookie_bar_close:before{transform:rotate(45deg)}
.gdpr_cookie_bar_notice{display:flex;align-items:end;flex-wrap:wrap;margin:2rem}
.gdpr_cookie_bar_settings{background-color:#fff;display:flex;flex-direction:column;justify-content:space-around;color:#0160a6}
@media all and (min-width:51.875em){.gdpr_cookie_bar_settings{flex-direction:row}
}
.gdpr_cookie_bar_option{flex:0 1 auto;padding:2rem;display:flex;flex-direction:row}
@media all and (min-width:51.875em){.gdpr_cookie_bar_option{width:30%}
}
.gdpr_cookie_bar_option label{display:flex;flex-direction:column;line-height:2rem}
.gdpr_cookie_bar_option .gdpr_cookie_bar_option_title{font-weight:bolder}
.gdpr_cookie_bar_option .gdpr_cookie_bar_option_description{color:#4694ca}
.gdpr_cookie_bar_labels{margin-bottom:1rem}
@media all and (min-width:51.875em){.gdpr_cookie_bar_labels{flex:5;margin-right:3rem}
}
.gdpr_cookie_bar_description,.gdpr_cookie_bar_title{line-height:2rem;font-weight:400}
.gdpb_cookie_notice_buttons{margin-bottom:1rem;flex:3}
.gdpb_cookie_notice_buttons button{border-radius:3px;border:1px solid #fff;padding:.5rem 1rem;margin:0 .5rem}
.gdpb_cookie_notice_buttons .gdpr_cookie_settings_show{background-color:#005b9e;color:#fff;margin-right:55px;margin-top:1rem}
.gdpb_cookie_notice_buttons .gdpr_cookie_notice_dismiss{background-color:#fff;color:#005b9e}
.gdpr_cookie_bar_title{font-size:18px;font-weight:600;margin-top:10px}
.gdpr_cookie_bar_option{margin-bottom:10px}
.gdpr_cookie_settings_button{border:none;position:fixed;bottom:0;right:0;z-index:10;background-color:#005b9e;color:#fff;font-size:14px;cursor:pointer;padding:.75rem 1.5rem;width:100%;box-sizing:border-box;text-align:center}
@media all and (min-width:51.875em){.gdpr_cookie_settings_button{width:auto}
}
.gdpr_cookie_settings_button button{height:100%;background-color:#005b9e;color:#fff;padding-left:12%;display:inline-block}
@media all and (min-width:51.875em){.gdpr_cookie_settings_button button{padding-left:0}
}
.gdpr_cookie_settings_button .gdpr_cookie_settings_button_plus{width:10px;height:10px;cursor:pointer;padding:5px;position:relative;display:inline-block;margin-left:20px}
.gdpr_cookie_settings_button .gdpr_cookie_settings_button_plus:after,.gdpr_cookie_settings_button .gdpr_cookie_settings_button_plus:before{content:"";display:block;width:2px;height:1.25rem;background-color:#fff;position:absolute}
.gdpr_cookie_settings_button .gdpr_cookie_settings_button_plus:after{transform:rotate(90deg)}
/*# sourceMappingURL=styles.min.css.map */
