.content-block {
box-sizing: border-box;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 80px;
}
.content-block > * {
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.content-block.no-gutter {
padding: 0;
}
.content-block .block-heading {
width: 100%;
text-align: center;
margin-top: 0;
margin-bottom: 40px;
}
.content-block ol {
margin-left: 0;
padding-left: 1.5em;
}
.content-block ul {
margin-left: 0;
list-style-type: unset;
padding-left: 2em;
}
.content-block.full-width > * {
padding: 0;
max-width: 100%;
margin-left: 0;
margin-right: 0;
}
div mark {
background: none;
color: inherit;
font: inherit;
padding: 0;
margin: 0;
}
figure {
margin: 0;
margin-inline-start: 0;
margin-inline-end: 0;
}
fieldset {
margin: 0;
padding: 0;
}
div label {
font-weight: normal;
font-size: 1em;
}
div input[type=text],
div input[type=checkbox],
div input[type=password],
div input[type=email],
div input[type=search],
div select,
div textarea {
width: 100%;
padding: 11px 15px;
border: 1px solid #ccc;
border-radius: 5px;
box-sizing: border-box;
margin-top: 6px;
margin-bottom: 20px;
resize: vertical;
font-size: 16px;
color: #576166;
vertical-align: middle;
}
div input[type=checkbox] {
padding: initial;
}
input[type=search]::-webkit-search-cancel-button {
display: none;
}
div button,
div input[type=submit]:not(.loading):hover ,
a.button:not(.loading):hover {
background:#3FC018;
color: #fff;
}
div button,
div input[type=submit],
a.button {
transition: background 0.2s;
position: relative;
display: inline-block;
font: 15px 'Open Sans', sans-serif;
cursor: pointer;
background: #45CC1C;
color: #fff;
text-align: center;
text-transform: uppercase;
padding: 16px 30px;
border: none;
box-sizing: border-box;
}
a.button:visited {
color: #fff;
}
div button[disabled],
div a.button.disabled {
opacity: 0.5;
cursor: default;
}
.loading-spinner {
position: relative;
}
button.loading::before,
a.button.loading::before,
input[type=submit].loading::before,
.show-loading::before,
.loading-spinner {
content: '';
border: 3px solid #fff;
border-top: 3px solid #45CC1C;
border-radius: 50%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 20px;
height: 20px;
-webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite;
}
a.button:hover {
color: #fff;
}
.loading-spinner {
border-color: #45CC1C;
border-top-color: #fff;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
a.button.loading,
button.loading,
input[type=submit].loading {
color: rgba(0, 0, 0, 0) !important;
}
div select,
select {
position: relative;
font: 15px 'Open Sans', sans-serif;
cursor:pointer;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
outline: none;
background: url('https://images.zeald.com/site/integrityanimalcare/images//basic_theme/ui_sprites.svg') no-repeat right -78px;
height: auto;
box-sizing: border-box;
padding-right: 45px;
}
div select:focus,
select:focus,
select:active,
button:focus,
button:active {
outline: 0;
-moz-outline-style: none;
}
.drop-select {
position: relative;
display: inline-block;
}
.drop-select button {
position: relative;
border: none;
width: 100%;
color: #000;
text-transform: uppercase;
border: solid 1px #666;
cursor: pointer;
transition: background .3s ease;
text-align: left;
padding: 8px 30px 8px 10px;
background: #fff;
}
.drop-select button::before {
content: '';
position: absolute;
right: 8px;
top: 0;
bottom: 0;
width: 20px;
height: 6px;
margin: auto;
background: url(https://images.zeald.com/site/integrityanimalcare/images/basic_theme/ui_sprites.svg) no-repeat 0 0;
}
.drop-select button:hover {
background-color: #f6f6f6;
transition: background .3s ease;
}
.drop-select ul {
visibility: hidden;
padding: 0;
list-style: none;
box-shadow: 0px 2px 6px 0 rgba(0,0,0,0.2);
background: #fff;
position: absolute;
left: 0;
margin-top: 2px;
top: calc(100% - 2px);
min-width: 100%;
max-height: 300px;
overflow: auto;
z-index: 99999;
}
.drop-select li {
background: #fff;
padding: 8px 15px 8px 15px;
box-sizing: border-box;
cursor: pointer;
transition: background .2s ease;
white-space: nowrap;
margin: 0;
}
.drop-select li:hover {
background: #f6f6f6;
transition: background .2s ease;
}
.overlays .pop-overlay {
display: none;
}
.overlays .pop-overlay-inner {
display: block !important;
width: 0;
display: none;
height: 100vh;
background: #fff;
position: fixed;
top: 0;
z-index: 2000;
overflow: hidden;
}
.overlays .pop-overlay-inner.pop-left {
left: 0;
transition: width 0.3s ease;
}
.overlays .pop-overlay-inner.pop-right {
right: 0;
transition: width 0.3s ease;
}
.overlays .pop-overlay-inner.pop-center {
opacity: 0;
transition: opacity 0.3s ease;
}
body.pop-overlay-left,
body.pop-overlay-right,
body.pop-overlay-center {
overflow: hidden;
}
body.pop-overlay .overlays .pop-overlay,
body.pop-overlay-left .overlays .pop-overlay,
body.pop-overlay-right .overlays .pop-overlay,
body.pop-overlay-center .overlays .pop-overlay {
display: block !important;
position: fixed;
top: 0;
left: 0;
width: 100vw;
min-height: 100vh;
padding: 0;
background: #000;
opacity: 0.7;
z-index: 1999;
}
body.pop-overlay-left .overlays .pop-overlay-inner.pop-left,
body.pop-overlay-right .overlays .pop-overlay-inner.pop-right {
transition: width 0.3s ease;
width: 90vw;
}
body.pop-overlay-center .overlays .pop-overlay-inner.pop-center {
transition: opacity 0.3s ease;
opacity: 1;
width: 50vw;
height: 50vw;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.overlays .pop-overlay-inner .close {
position: absolute;
top: 0px;
right: 0px;
display: block;
text-indent: -100vw;
overflow: hidden;
width: 30px;
height: 30px;
padding: 0;
background: none;
z-index: 3000;
}
.overlays .pop-overlay-inner .close::before {
content: '';
display: block;
width: 12px;
height: 12px;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
background: url('https://images.zeald.com/site/integrityanimalcare/images//basic_theme/ui_sprites.svg') no-repeat 0 -560px;
}
div .validation input:focus,
div .validation select:focus,
div .validation textarea:focus,
div .validation datalist:focus {
outline: unset;
}
div .validation input.error,
div .validation select.error,
div .validation textarea.error,
div .validation datalist.error,
div .validation div.error,
div .validation ul.error {
border: solid 1px #ff5023 !important;
margin-bottom: 20px !important;
}
.validation label {
display: block;
position: relative;
}
.validation input.error {
font-weight: initial;
color: initial;
}
div .validation aside.error,
div .validation aside.help {
position: absolute;
margin: 0px;
bottom: 4px;
left: 0px;
display: none;
font-size: 13px;
font-weight: normal;
line-height: 100%;
margin: 5px 1px 0px;
color: #888;
}
div .validation aside.help.error {
color: #ff5023;
}
.component_Membership_EditAccount .form .form_heading .fheading ,
.component_Membership_NewAccount .form .form_heading .fheading {
border-top: none;
padding: 0;
padding-bottom: 22px;
}
.component_Membership_EditAccount .form .flabel,
.component_Membership_NewAccount .form .flabel {
vertical-align: text-top;
width: 13%;
}
.component_Membership_EditAccount .form input[type=text],
.component_Membership_EditAccount .form select,
.component_Membership_EditAccount .form textarea,
.component_Membership_NewAccount .form input[type=password],
.component_Membership_NewAccount .form input[type=text],
.component_Membership_NewAccount .form select,
.component_Membership_NewAccount .form textarea {
margin-top: 2px;
margin-bottom: 10px;
max-width: 38%;
}
table#form_323_table table tbody tr>td:first-child,
table#form_322_table table tbody tr>td:first-child {
width: 20px;
}
table#form_323_table td input[type=checkbox] {
margin: 0;
}
table#form_322_table table tbody tr>td input{
margin: 0px;
}
td.left-td {
vertical-align: top;
padding-top: 17px;
}
td.right-td .help.error {
margin: 1px;
}
td.right-td input {
margin-bottom: 10px;
}
form.change-password > p {
margin: 0;
margin-bottom: 5px;
}
.change-password input[type=password] {
margin-bottom: 10px;
}
.crumbs, .crumbs a {
color: #8e8e93;
font-weight: 500;
}
.crumbs a + a::before {
content: " / ";
display: inline;
}
.crumbs a:last-child {
color: #555555;
}
button.add-favourite {
display: block;
text-indent: 100%;
white-space:nowrap;
overflow: hidden;
padding: 0;
border: none;
}
button.add-favourite::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
display: block;
}
button.add-favourite {
width: 44px;
height: 44px;
background: #eee;
border-radius: 50%;
z-index: 10;
}
button.add-favourite::before {
width: 19px;
height: 16px;
background: url(https://images.zeald.com/site/integrityanimalcare/images/basic_theme/ui_sprites.svg) no-repeat 0 -440px;
}
button.add-favourite:hover::before,
button.add-favourite.selected::before {
background-position-y: -470px;
}
.catlist h2 {
font-size: 2em;
font-weight: initial;
}
.flush {
padding:0px !important;
}
.tablerow {
display:table;
width:100%;
height:100%;
}
.tablecell {
display:table-cell;
width:100%;
height:100%;
vertical-align:middle;
}
.nowrap {
white-space:nowrap;
}
.radio-inline {
color: #979797;
font-size: 16px;
line-height: 29px;
padding-left: 23px;
}
.radio-inline.lt {
margin-bottom: 20px;
}
.radio-inline+.radio-inline,
.radio-inline+.radio-inline {
margin-top: 0;
margin-left: 0px;
}
.radio-inline input[type="radio"] {
margin-left: -22px;
margin-top: 7px;
outline: none;
}
.radiofield {
-webkit-appearance: none;
background: none;
border: 1px solid #8E8E93;
width: 13px;
height: 13px;
position: relative;
outline: none;
border-radius: 50%;
}
.radiofield:before {
content: '';
background: none;
position: absolute;
top: 3px;
left: 3px;
width: 5px;
height: 5px;
outline: none;
border-radius: 50%;
}
.radiofield:checked:before {
background: #5C5C5C;
border-radius: 50%;
}
.input-group-btn>.btn {
padding: 0px;
width: 17px;
line-height: 39px;
border: 1px solid #C8C8CD;
border-radius: 3px !important;
display: inline-block;
vertical-align: middle;
}
.form-control.input-number {
padding: 0px;
width: 35px;
line-height: 41px;
height: 41px;
padding: 0px;
text-align: center;
border: 1px solid #C8C8CD;
border-radius: 3px !important;
display: inline-block;
vertical-align: middle;
margin: 0px 5px;
}
.btn-default:hover,
.btn-default:focus {
background: none;
}
.radio-inline {
color: #979797;
font-size: 16px;
line-height: 29px;
padding-left: 23px;
}
.btn-default:hover,
.btn-default:focus {
background: none;
}
body {
overflow-x: hidden;
}
@media screen and (max-width: 740px) {
body {
overflow-x: auto;
}
::-webkit-scrollbar {
width: 0px;
background: transparent; }
.form .flabel {
width: 100%;
}
}
@media screen and (max-width: 740px) {
body {
overflow-x: auto;
}
::-webkit-scrollbar {
width: 0px;
background: transparent; }
.component_Membership_EditAccount .form .flabel,
.component_Membership_NewAccount .form .flabel {
width: 100%;
}
.form .flabel {
width: 100%;
}
.component_Membership_EditAccount .form input[type=text],
.component_Membership_EditAccount .form select,
.component_Membership_EditAccount .form textarea,
.component_Membership_NewAccount .form input[type=password],
.component_Membership_NewAccount .form input[type=text],
.component_Membership_NewAccount .form select,
.component_Membership_NewAccount .form textarea {
max-width: 100%;
}
}
@media all {
option { padding-left:0.4em; } select { padding:1px; }
* html body * { overflow:visible; }
body {
font-size:100%;
background:#fff;
color:#000;
text-align:left; }
div:target { outline:0 none; }
article,aside,details,figcaption,figure,
footer,header,hgroup,nav,section {
display:block;
}
audio,
canvas,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
}
[hidden] {
display: none;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset, img { border:0 solid; }
ul, ol, dl { margin:0 0 1em 1em; } li {
line-height:1.5em;
margin-left:0.8em; }
dt { font-weight:bold; }
dd { margin:0 0 1em 0.8em; } blockquote { margin:0 0 1em 0.8em; } q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content:none }
.ym-clearfix:before {
content:"";
display:table;
}
.ym-clearfix:after {
clear:both;
content:".";
display:block;
font-size:0;
height:0;
visibility:hidden;
}
.ym-contain-dt { display:table; width: 100%; overflow: visible; }
.ym-contain-oh { overflow:hidden; width:100%; display:block; }
.ym-contain-fl { float:left; width:100%; }
.ym-skip,
.ym-hideme,
.ym-print {
position:absolute;
top:-32768px;
left:-32768px; }
.ym-skip:focus,
.ym-skip:active {
position:static;
top:0;
left:0;
}
.ym-skiplinks {
position:absolute;
top:0px;
left:-32768px;
z-index:1000;
width:100%;
margin:0;
padding:0;
list-style-type:none;
}
.ym-skiplinks .ym-skip:focus,
.ym-skiplinks .ym-skip:active {
left:32768px;
outline:0 none;
position:absolute;
width:100%;
}
}
@media screen, projection {
.ym-column { display:table; width:100%; }
.ym-col1 { float:left; width:20%; }
.ym-col2 { float:right; width:20%; }
.ym-col3 { width:auto; margin:0 20%; }
.ym-cbox { padding: 0 10px }
.ym-cbox-left { padding: 0 10px 0 0 }
.ym-cbox-right { padding: 0 0 0 10px }
.ym-ie-clearing { display:none; }
.ym-grid {
display:table;
width:100%;
table-layout:fixed;
list-style-type: none;
padding-left:0;
padding-right:0;
margin-left:0;
margin-right:0;
}
.ym-gl { float:left; margin: 0; }
.ym-gr { float:right; margin: 0 0 0 -5px; }
.ym-g20 { width:20%; }
.ym-g40 { width:40%; }
.ym-g60 { width:60%; }
.ym-g80 { width:80%; }
.ym-g25 { width:25%; }
.ym-g33 { width:33.333%; }
.ym-g50 { width:50%; }
.ym-g66 { width:66.666%; }
.ym-g75 { width:75%; }
.ym-g38 { width:38.2%; }
.ym-g62 { width:61.8%; }
.ym-gbox { padding: 0 10px }
.ym-gbox-left { padding: 0 10px 0 0 }
.ym-gbox-right { padding: 0 0 0 10px }
.ym-equalize > [class*="ym-g"] {
display:table-cell;
float:none;
margin:0;
vertical-align:top;
}
}
@media all {
.ym-form,
.ym-form fieldset { overflow:hidden; }
.ym-form div { position:relative; }
.ym-form label,
.ym-form .ym-message {
position:relative;
display:block; }
.ym-form .ym-fbox-check label {
display:inline;
}
.ym-form input,
.ym-form textarea { cursor:text; }
.ym-form input[type="checkbox"],
.ym-form input[type="radio"],
.ym-form select,
.ym-form label { cursor:pointer; }
.ym-form textarea { overflow: auto; }
.ym-form input[type=hidden] { display:none !important; }
.ym-form .ym-fbox-text:before,
.ym-form .ym-fbox-select:before,
.ym-form .ym-fbox-check:before,
.ym-form .ym-fbox-button:before {
content:"";
display:table;
}
.ym-form .ym-fbox-text:after,
.ym-form .ym-fbox-select:after,
.ym-form .ym-fbox-check:after,
.ym-form .ym-fbox-button:after {
clear:both;
content:".";
display:block;
font-size:0;
height:0;
visibility:hidden;
}
.ym-form select,
.ym-form input,
.ym-form textarea {
display:block;
position:relative;
width:58.5%;
}
.ym-form .ym-fbox-check input {
display: inline;
width: auto;
}
.ym-form .ym-fbox-button input {
display: inline;
overflow:visible; width:auto;
}
.ym-form .ym-fbox-check input:focus,
.ym-form .ym-fbox-check input:hover,
.ym-form .ym-fbox-check input:active {
border:0 none;
}
.ym-full .ym-fbox-select select,
.ym-full .ym-fbox-text input,
.ym-full .ym-fbox-text textarea {
width:94.2%;
margin-right: -3px;
}
.ym-columnar .ym-fbox-text label,
.ym-columnar .ym-fbox-select label {
display:inline;
float:left;
width:30%; }
.ym-columnar .ym-fbox-check {
position:relative;
}
.ym-label { display:block; }
.ym-columnar .ym-fbox-check .ym-label {
position:absolute;
top:0;
}
.ym-columnar .ym-fbox-check input,
.ym-columnar .ym-error .ym-message {
margin-left:30%;
}
.ym-columnar fieldset .ym-fbox-button,
fieldset.ym-columnar .ym-fbox-button {
padding-left:30%;
}
.ym-columnar .ym-fbox-select select,
.ym-columnar .ym-fbox-text input,
.ym-columnar .ym-fbox-text textarea {
float:left;
width:67.2%;
margin-right: -3px;
}
.ym-fbox-select select { width:60%; }
.ym-full .ym-fbox-select select { width:94.8%; }
.ym-columnar .ym-fbox-select select { width:68.8%; }
}
@media print {
.ym-grid > .ym-gl,
.ym-grid > .ym-gr {
overflow:visible;
display:table;
}
.ym-print {
position:static;
left:0;
}
.ym-noprint {
display:none !important;
}
}

p {
margin: 1em 0;
}
.col_left {
vertical-align:top;
width:220px;
padding:0; }
.col_right {
vertical-align:top;
width:220px;
padding:0; }
.document {
width: 1280px;
text-align: left;
clear:both;
}
.ym-wrapper {
width: 1280px;
margin: auto;
}
.ym-gbox { padding: 10px; }
.ym-gz-l {
width: 100px;
}
@media screen and ( max-width: 740px ) { * {
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.table_layout > tr > td, .table_layout > tbody > tr > td {
display: block;
width: 100% !important;
}
[class*="ym-g"] {
display: block !important;
float: none;
padding: 0;
margin: 0;
width: 100% !important;
}
.document.ym-wrapper {
display: box !important;
display: -moz-box !important;
display: -webkit-box !important;
box-orient: vertical;
-moz-box-orient: vertical;
-webkit-box-orient: vertical;
text-align: left;
}
.content {
moz-box-ordinal-group: 1 !important; -webkit-box-ordinal-group:1 !important; box-ordinal-group:1 !important;
}
.col_right {
moz-box-ordinal-group: 2 !important; -webkit-box-ordinal-group:2 !important; box-ordinal-group:2 !important;
}
.col_left {
moz-box-ordinal-group:3 !important; -webkit-box-ordinal-group:3 !important; box-ordinal-group:3 !important;
}
.linearize-level-2,
.linearize-level-2 > [class*="ym-g"] {
display: block;
float: none;
padding: 0;
margin: 0;
width: 100% !important;
}
.linearize-level-2 > [class*="ym-g"] > [class*="ym-gbox"] {
overflow: hidden; padding: 0;
margin: 0;
}
}
@media screen and ( max-width: 1280px ) {
textarea, img, table, td, embed, object {
max-width: 99%;
height: auto !important;
}
.ym-wrapper, .header, .menu_bar, .prefooter, .footer {
width: 100% !important;
}
.wrapper, .innerwrap {
padding:0px !important;
width: 100% !important;
background: none !important;
color: #666 !important;
}
.linearize-level-1,
.linearize-level-1 > [class*="ym-g"] {
display: block;
float: none;
padding: 0;
margin: 0;
width: 100% !important;
}
.linearize-level-1 > [class*="ym-g"] > [class*="ym-gbox"] {
overflow: hidden; padding: 0;
margin: 0;
}
}
@media screen and ( max-width: 740px ) {
.linearize-level-2,
.linearize-level-2 > [class*="ym-g"] {
display: block;
float: none;
padding: 0;
margin: 0;
width: 100% !important;
}
.linearize-level-2 > [class*="ym-g"] > [class*="ym-gbox"] {
overflow: hidden; padding: 0;
margin: 0;
}
}
html {

}
body {
color: #666666;
background: #fff;
margin: 0; padding:0;
text-align:center; font-family: 'Open Sans', sans-serif;
font-size:15px;
line-height: 28px;
}
form {
margin: 0;
padding: 0;
}
p,td,div,h1,h2,h3,h4,h5,h6 {
font-family: 'Open Sans', sans-serif;
color: #666666;
line-height: 28px;
}
p,td {
line-height: 28px;
}
p {
font: 1em 'Open Sans', sans-serif;
color: #666666;
line-height: 28px;
}
th {
font-size:11px;
line-height: 28px;
}
h1 {
font: 900 44px 'Raleway', sans-serif;
color: #3D3D3D;
margin: 5px 0;
line-height: 28px;
}
h2 {
font: 900 38px 'Raleway', sans-serif;
color: #3D3D3D;
margin: 5px 0;
margin: 5px 0;
line-height: 28px;
}
h3 {
font: 900 32px 'Raleway', sans-serif;
color: #3D3D3D;
margin: 4px 0;
margin: 5px 0;
line-height: 28px;
}
h4 {
font: 900 28px 'Raleway', sans-serif;
color: #3D3D3D;
margin: 5px 0;
line-height: 28px;
}
h5 {
font: 900 22px 'Raleway', sans-serif;
color: #3D3D3D;
margin: 3px 0;
margin: 5px 0;
line-height: 28px;
}
h6 {
font: 900 18px 'Raleway', sans-serif;
color: #3D3D3D;
margin: 3px 0;
margin: 5px 0;
line-height: 28px;
}
a {
color:#45CC1C;
text-decoration: none;
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
text-decoration: none;
}
a:visited {
color: #45CC1C;
}
a:active {
color: #3FC018;
text-decoration: none;
}
a:hover {
color: #3FC018;
text-decoration: none;
}
ul { list-style: square; padding-left: 20px; }
ul ul { padding-left:35px; }
a > img { border-style:none;}
a > img[border] { border-style:solid;}
hr, .hr {
clear:both;
display:block;
height:1px;
border:none;
border-top:solid 1px #DDDDDD;
margin:0.5em 0;
}
ul {
margin-left: 0;
}
input.zbtn, body input.zbtn {
border: none;	cursor:pointer; text-indent:-1000px;
}
input.btn, body div.wrapper a.btn, body div.wrapper a.btn:active, body div.wrapper a.btn:visited {

padding: 1px 10px;
text-transform: none;
text-decoration: none;
}
body div.wrapper a.btn {
padding-top: 2px;
padding-bottom: 2px;
}
input.btn:hover, body div.wrapper a.btn:hover {
text-decoration: none;
}
.component_ContentDisplay_Content ul li, .component_ProductDisplay_Product .full-description ul li, .component_ProductDisplay_ProductView ul li, .component_ProductDisplay_CatDesc ul li, .component_Misc_WebsiteTest ul li, .component_Membership_Login ul li, .plain_content ul li {
list-style-type: none;
background: url(/site/integrityanimalcare/images/basic_theme/bullet.svg) no-repeat 0 9px;
padding-left: 15px;
}
.headerwrap {
width: 100%;
margin: 0 auto;
text-align:center;
}
.menuwrap {
width: 100%; text-align:center; }
.docwrap { width: 100%;
text-align:center;
}
.prefooterwrap {
width: 100%;
text-align:center;
}
.footerwrap {
width: 100%;
text-align:center;
}
.header {
width: 1280px;
text-align: left;
margin: 0 auto;
}
.menu_bar {
width: 1280px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
table.document {
width: 1280px;
text-align: left;
margin: 0 auto;
clear:both;
}
div.prefooter {
clear:both;
width: 1280px;
text-align: left;
margin-left: auto;
margin-right: auto;
}
div.prefooter b, div.prefooter p, div.prefooter td, div.prefooter div {
color:#666666;
}
div.footer {
clear:both;
width: 1280px;
text-align: left;
margin-left: auto;
margin-right: auto;
}
div.wrapper {
width: 100%;;
text-align:left; margin:0px auto;
}
.content_menubar {
display:block;
float:left;
clear:both;
width:100%;
}
.clear_both {
clear:both;
height:1px;
padding:0;
margin:0;
font-size:1px;
}
#extend_to_bottom {
clear:both;
height:1px;
padding:0;
margin:0;
font-size:1px;
}
div.content_left {
margin-right:0px;
}
div.content_right{
margin-left: 0px;
}
td.col_left {
vertical-align:top;
width:220px;
padding:0; }
td.content {
vertical-align:top;
}
.content_leftonly {
vertical-align:top;
}
.content_noleft {
vertical-align:top;
padding:0;
margin:0;
}
td.col_right {
vertical-align:top;
width:220px;
padding:0; }
select, input {
font-size: 1em;
}
textarea {
font:11px Verdana, Arial, Sans-serif;
}
.error {
color: red;
font-weight: bold;
}
#pagetitle {
font-family:Verdana, Arial, Sans-serif;
font-size:1.5em;
font-weight:bold;
margin:0.67em 0 0.67em 0;
}
div.menu_bar .left {
float:left;
}
.break {
clear:both;
height:1px;
padding:0;
margin:0;
font-size:1px;
}
#main div.special{border-bottom:solid #8B4 1px;padding:10px 10px 20px;}
#main a.stitle{font-size:11px;font-weight:bold;color:#6A3;}
#special_img{width:130px;padding:5px;text-align:center;background:#FFF;}
#prod_img{float:left;}
#contentfoot{background:#FFF;}
input.txt,textarea.txt{border:solid #333 1px;padding:2px;}
.alr{text-align:right;}
h2 img, h2 span{vertical-align:middle;}
#submenu {
font-family:Verdana, Arial, Sans-serif;
background-color:#ffffff;
border:1px solid #cbbd8d;
padding:10px 10px 15px 10px;
margin-bottom:10px;
}
@media print {
.component_ContentDisplay_Content ul li, .component_ProductDisplay_ProductView ul li, .component_ProductDisplay_CatDesc ul li, .component_Misc_WebsiteTest ul li, .component_Membership_Login ul li, .plain_content ul li {
list-style-type: disc;
background: none;
}
div.header, table.menu_bar, td.col_left, div.content_left, td.col_right, div.footer {
display:none;
}
div.content_main {
width: 90% ;
}
.no-print {
display:none;
}
}
.messagebox {
background:#dff6ae;
padding:20px;
margin:5px 0px;
display:block;
white-space: normal;
text-align:left;
position:relative;
border-radius: 4px;
}
.warningbox, .notice_warning {
background:#FEF9CF;
padding:20px;
margin:5px 0;
display:block;
white-space: normal;
text-align:left;
position:relative;
border-radius: 4px;
}
.errorbox {
min-height:50px;
padding:20px 20px 20px 70px;
background:#FFD7D7 url('/interchange-5/en_US/ico_error.gif') no-repeat scroll 20px 50%;
margin:5px 0px;
display:block;
white-space: normal;
text-align:left;
position:relative;
border-radius: 4px;
}
.errorbox h1 { color: #DB0000;
}
.site-highlight {
background: #44C11B;
color: #FFFFFF;
font-weight: bold;
}
.site-subdued {
background: #F3F3F3;
}
.component_Template_Site {
margin: 0; margin: 0; padding: 0px;  } #c72.component_Template_Site {
 } .plain_content {
height: 100%;
}
.component_ContentDisplay_Content {
margin: 0; margin: 0; padding: 0px;  } #c429.component_ContentDisplay_Content {
padding: 0px;  } #c671.component_ContentDisplay_Content {
padding: 0px;  } #c672.component_ContentDisplay_Content {
padding: 0px;  } #c673.component_ContentDisplay_Content {
padding: 0px;  } #c687.component_ContentDisplay_Content {
padding: 0px;  } #c688.component_ContentDisplay_Content {
padding: 0px;  } #c689.component_ContentDisplay_Content {
padding: 0px;  } #c690.component_ContentDisplay_Content {
padding: 0px;  } #c780.component_ContentDisplay_Content {
padding: 0px;  } #c781.component_ContentDisplay_Content {
padding: 0px;  } #c784.component_ContentDisplay_Content {
padding: 0px;  } div#c784.component_ContentDisplay_Content {
padding: 10px 0;
}
#c784 .plain_content,
#c784 .plain_content div,
#c784 .plain_content a {
color: #31464C;
font-size: 17px;
}
@media only screen and (max-width: 480px) {
#c784 {
float: left;
}
#c784 .plain_content {
padding: 0 20px;
}
} #c795.component_ContentDisplay_Content {
margin: 0px; padding: 0px;  } #c2181.component_ContentDisplay_Content {
padding: 0px;  } #c2181 h5 a {
color: #D85C0A;
} #c2182.component_ContentDisplay_Content {
padding: 0px;  } #c2183.component_ContentDisplay_Content {
padding: 0px;  } #c2184.component_ContentDisplay_Content {
padding: 0px;  } #c2184 h5 a {
color: #D85C0A;
} #c2188.component_ContentDisplay_Content {
padding: 0px;  } div#c2188.component_ContentDisplay_Content {padding: 10px 0;}#c2188 .plain_content,#c2188 .plain_content div,#c2188 .plain_content a {color: #31464C;font-size: 17px;} #c2204.component_ContentDisplay_Content {
 } #c2205.component_ContentDisplay_Content {
 } #c2206.component_ContentDisplay_Content {
 } #c2207.component_ContentDisplay_Content {
 } #c2208.component_ContentDisplay_Content {
 } #c2209.component_ContentDisplay_Content {
 } #c2210.component_ContentDisplay_Content {
 } #c2213.component_ContentDisplay_Content {
 } #c2213.component_ContentDisplay_Content h1 { color: #fff}
#c2213.component_ContentDisplay_Content h2 { color: #fff}
#c2213.component_ContentDisplay_Content h3 { color: #fff}
#c2213.component_ContentDisplay_Content h4 { color: #fff}
#c2213.component_ContentDisplay_Content h5 { color: #fff}
#c2213.component_ContentDisplay_Content h6* { color: #fff} ul {margin-left: 0;list-style: none;padding: 0;}h1, h2, h3, h4, h5, h6 {margin-top: 0;line-height: normal;}h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: inherit;}.text-center {text-align: center;}ul li{margin-left: 0;}div p {margin-top: 0;}.docwrap {padding: 20px 0 80px;}img, iframe {vertical-align: middle;}textarea, table, td, embed, object, img{max-width: 100%;}.ym-wrapper,.menu_bar,div.prefooter,.__container{width: 100%;margin: 0 auto;position: relative;max-width: 1280px}.footerwrap {text-align: left;}.header.ym-wrapper,.ym-wrapper.footer {max-width: 100%;}table.table_layout td.ltc{float: none !important;}.component_ContentDisplay_PageTitle h1 {padding: 20px 0;}.nav-list .list--inline {display: inline-block;float: none;}.site-header * {box-sizing: border-box;}.header-hamburger {display: none;}.hamburger button {border-radius: 0;}.component_Misc_SiteMap ul li{background: url(/site/integrityanimalcare/images/basic_theme/bullet.svg) no-repeat 0 9px;padding-left: 13px;}.component_Misc_SiteMap a + ul {margin-top: 21px;}div.breadcrumb {font-size: 13px;}.footer-top div, .footer-top p, .footer-top b, .footer-top td {color: #666;}.component_Membership_Unsubscribe input[type="image"], .component_Membership_Unsubscribe input[type="image"] + a {display: inline-block;vertical-align: middle;}div button, div input[type=submit], a.button,div .btn-shop,.btn,.btn-default,body div.wrapper div a.btn,.btn-default:visited,input.btn {font-weight: 900 !important;line-height: 25px !important;font-size: 14px;padding: 14px 55px 14px 30px;box-shadow: none;color: #fff;text-transform: uppercase;display: inline-block;box-sizing: border-box;background: #45CC1C;border-radius: 4px;text-align: left;background-image: url(/site/integrityanimalcare1-dev/images/basic_theme/btn-arrow-ico.svg);background-repeat: no-repeat;background-position: center right 25px;transition: unset;border: 0;cursor: pointer;}div button.add-favourite::before {width: 22px;height: 18px;}div button, div input[type=submit]:not(.loading):hover, a.button:not(.loading):hover {background-image: url(/site/integrityanimalcare/images/basic_theme/btn-arrow-ico.svg);background-repeat: no-repeat;background-position: center right 25px;}body div.wrapper div a.btn.link-primary {background-color: transparent;color: #45CC1C;background-image: url(/site/integrityanimalcare1-dev/images/basic_theme/svg-arrow-green.svg);}body div.wrapper a.btn.btn-inverted {color: #fff;background-color: #D85C0A;height: min-content;}body div.wrapper a.btn.btn-bordered {border: 2px solid #fff;background-color: transparent;}.btn-default:hover, .btn-default:focus {color: #fff;background-color: #12A1F2;}body div.wrapper a.btn.btn-arrow {padding: 0;background-color: transparent;box-shadow: none;text-align: center;text-transform: uppercase;color: #0091E2;position: relative;padding-right: 20px;}.search-form button[type=submit] {box-shadow: none;}div input[type=checkbox] {width: auto;vertical-align: middle;display: inline-block;margin: 10px;padding: 0;}.submission > * {margin: 3px 0;}#c867 th {color: #fff;font-size: 16px;}#c867 table:first-of-type td,#c867 .contrast font {color: #fff;}div .social .facebook {height: 16px;}div .social .twitter {height: 20px;}div .social .google-plus {width: 23px;height: 14px;}div .social .email {width: 17px;height: 13px;}div .social .pinterest {height: 15px;}.menuwrap {background: #F3F3F3; border-top: 1px solid #E1E1E1;}div .content_tabs {float: none;background: none;}.content_tabs .ct_dropdown {width: auto !important;}div .content_tabs nav {max-width: 1280px;margin: 0 auto;}div .component_Navigation_ContentTabs .content_tabs ul li.tab > a {line-height: normal;height: 100%;align-items: center;display: grid;padding: 14px 0px;box-sizing: border-box;vertical-align: middle;position: relative;border: 0;}div .component_Navigation_ContentTabs .content_tabs ul li.tab > a:hover:before {content: "";width: 100%;height: 4px;position: absolute;bottom: 0;background-color: #d85c0a;}div .component_Navigation_ContentTabs .content_tabs li.tab {float: none;text-align: center;height: 100%;background: none;border: 0;vertical-align: middle;}div .content_tabs>nav>ul {text-align: left;display: grid;grid-template-columns: repeat(auto-fill, minmax(141px, 1fr));align-items: center;}div .content_tabs>nav>ul>li:first-child>a {padding-left: 0 !important;}div .content_tabs>nav>ul>li>div {text-align: left;}div .content_tabs .ct_dropdown h3 a {text-transform:capitalize;text-align:left;font-size: 15px;}div .ct_dropdown_subcat li > a {text-align:left;text-transform:capitalize;font-size: 13px;}div .ct_dropdown_subcat li {padding:2px 0 2px 18px!important;}.ct_dropdown_subcat li> a:hover,.ct_dropdown_subcat h3> a:hover{color:#D85C0A!important;}.pop-overlay-hamburger .hamburger-menu {background-color: #fff;}.has-ui-sprites {position:relative;display: inline-block;padding-left: 20px;}.has-ui-sprites::before {background-image: url("/site/integrityanimalcare/images/basic_theme/ui_sprites.svg");background-repeat: no-repeat;background-size: auto;content: "";width: 10px;height: 10px;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;}.ui-sprites-login::before {background-position: 0 -1130px;width: 15px;height: 15px;}.ui-sprites-favourites::before {background-position: 0 -440px;width: 21px;height: 19px;}.ui-sprites-fb-white:before {background-position: 0 -1176px;width: 7px;height: 13px;}.ui-sprites-email-white:before {background-position: 0 -1196px;width: 15px;height: 11px;}.ui-sprites-favourites:hover::before {background-position: 0 -470px;}.has-ui-sprites-fb:before {background-image: url("/site/integrityanimalcare/images/basic_theme/svg_fb.svg");width: 28px;height: 28px;}.has-ui-sprites-fb {font-weight: bold;font-size: 13px;line-height: 28px;color: #3B5998 !important;padding-left: 43px;}div .hamburger-menu .favourites-link::before {width: 21px;height: 18px;}.search-form button[type=submit]::before, .search-form button[type=reset] {width: 18px;height: 18px;}form.search-form input[type=search] {background: #F1F1F1;border: 1px solid #E1E1E1;box-sizing: border-box;border-radius: 6px;height: 50px;}div .search-form input:not(:placeholder-shown) ~ button[type=submit]::before {background-position-y: -198px;filter: brightness(0) invert(1);}.load-next,.more-products .load-page button {border-radius: 0;border-color: #E1E1E1;}div progress {color: #C4C4C4;margin-botom: 25px;}div progress::-webkit-progress-value {background: #C4C4C4;}div progress::-moz-progress-bar {background: #C4C4C4;}div progress::-webkit-progress-value {background: #45CC1C;}div progress::-webkit-progress-bar {background: #C4C4C4;}.bullet-paw ul {margin-bottom: 0;}.bullet-paw li {background-image: url(/site/integrityanimalcare/images/basic_theme/ico-paw.svg);background-repeat: no-repeat;padding-left: 35px;padding-bottom: 22px;background-position: 0 3px;}.bullet-paw li:last-child {padding-bottom: 0;}.header-main {padding: 21px 20px;}.header-bar {background: #3D3D3D;box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);padding: 6px 20px;}.header-bar .__container {display: grid;grid-template-columns: auto 1fr auto;gap: 20px;align-items: center;}.quick-links {text-align: right;}.header-bar a {font-family: 'Raleway', sans-serif;color: #fff;font-size: 16px;line-height: normal;}.quick-links a {font-size: 12px;text-align: right;text-transform: uppercase;display: inline-block;padding-left: 20px;font-weight: 900;}.header-main .__container {display: grid;grid-template-columns: auto 1fr auto auto auto;align-items: center;gap: 10px;}.login {border: 1px solid #E1E1E1;border-radius: 6px;height: 50px;padding-left: 18px;padding-right: 18px;box-sizing: border-box;}.login a {font-size: 13px;line-height: 50px;text-transform: uppercase;color: #666666;font-weight: 900;font-family: 'Raleway', sans-serif;padding-left: 21px;}.header-facebook a, .header-email a, .top-favourites a {font-size: 0;}.header-facebook a, .header-email a {padding-top: 10px;}aside#mini-cart {line-height: 1;top: 3px;padding-left: 7px;}.top-favourites {padding-left: 6px;}div #mini-cart span.c-count {background-color: #003346 !important;width: 15px !important;height: 15px;top: -5px !important;left: 21px !important;}.header-search {width: 100%;max-width: 360px;justify-self: end;}.search-form input:not(:placeholder-shown) ~ button[type=submit]::before {background-position-y: -200px;filter: brightness(1) invert(1);}.footer-top-bar {background: #D85C0A;padding: 24px 20px;box-sizing: border-box;}.footer-top-bar h5 {margin: 0;}#c867 form {width: 520px;box-sizing: border-box;}.header-facebook {border-right: 1px solid;padding-left: 13px;}.header-email {padding-right: 4px;padding-left: 10px;}.header-right-menu > * {border-left: 1px solid;}.header-right-menu {display: grid;grid-template-columns: 1fr 1fr;}.footer-top h6 {line-height: normal;color: #D85C0A;margin-bottom: 25px;}#form_868_table input[type="text"] {background: #FFFFFF;border-radius: 6px;height: 52px;border: 0;margin: 0;max-width: 369px;}.footer-top-bar .__container {display: grid;grid-template-columns: auto 1fr;gap: 80px;align-items: center;}div#manage_subscriptions + table {text-align: right;margin-top: -63px;}#form_868_table .flabel {display: none;}.footer-top {padding: 39px 20px 25px;box-sizing: border-box;}.footer-top .__container {display: grid;grid-template-columns: repeat(4, 1fr);gap: 40px;}.footer .plain_content li {padding-left: 0;background: none;}.footer .plain_content li a {font-size: 14px;line-height: 31px;color: #666666;}.footer-top > .__container:last-child {margin-top: 25px;padding-top: 35px;border-top: 1px solid #E1E1E1;}.footer-contact-us li {background-repeat: no-repeat;background-position: top 12px left;}.footer-contact-us li {padding-left: 30px;margin-bottom: 17px;background-image: url(/site/integrityanimalcare/images/basic_theme/phone-svg.svg);}li.footer-email {background-image: url(/site/integrityanimalcare/images/basic_theme/mail-svg.svg);background-position: top 7px left;}li.footer-location {background-image: url(/site/integrityanimalcare/images/basic_theme/mapmarker.svg);background-position: top 5px left;}.footer-phone a {font-weight: bold;font-size: 22px;line-height: normal;color: #666666;}.footer-email a {font-weight: bold;font-size: 14px;}.footer-bar .__container {display: grid;grid-template-columns: 1fr auto;align-items: center;padding: 0;}.footer-bar ul {margin: 0;}.footer-bar .__container div:last-child {text-align: right;}.copyright {font-style: normal;font-weight: normal;font-size: 13px;line-height: 19px;color: #999999;}.footer-bar nav a {font-style: normal;font-weight: bold;font-size: 12px;line-height: 29px;color: #999999;text-transform: uppercase;display: block;padding-right: 20px;}.footer-bar {background: #F4F4F4;padding: 18px 20px;box-sizing: border-box;}div .product-card header .add-favourite {background: #EFEFEF;}div .product-card header .add-favourite::before {width: 21px;height: 18px;}div .more-products {margin-bottom: 50px;}div .catview.has-header-image .title {height: 312px !important;}div .catview.has-header-image .title .description {display: grid;grid-template-rows: auto 1fr;grid-template-columns: auto 1fr;max-width: 756px;margin: 0 auto 0 300px;color: #FFFFFF;font-size: 16px;line-height: 183.85%;}div .catview .description p {grid-column-start: 1;grid-column-end: 3;color: #FFFFFF;}div .catview {margin: 0;}div .filter-group h3 {font-weight: 900;text-transform: capitalize;font-size: 18px;line-height: normal;color: #3D3D3D;}.filter-group li input[type=checkbox] {top: 0;bottom: 0;border-color: #8E8E93;}div .filter-group li input:checked + span,div .filter-group label span {text-transform: capitalize;font-style: normal;font-weight: bold;font-size: 15px;color: #666666;}div .product-card header .add-favourite {background-color: #EFEFEF;}div .filter-group li input:checked + span {font-weight: 700;}div .filter-group label aside {font-style: normal;font-weight: bold;font-size: 15px;text-align: right;color: #666666;}div .filter-group li input:checked + span + aside {text-decoration: none;}div .filter-collection .filter-group {border-color: #e1e1e1;padding-bottom: 17px;margin-bottom: 22px;}div .filter-group ul {margin-top: 15px;}div .catview .description img {margin: auto auto;}div .has-header-image .title h1 {font-weight: 900;font-size: 44px;line-height: 52px;color: #FFFFFF;margin: 0;text-align: start;padding-left: 13px;}div .has-header-image .title {margin-bottom: 35px;padding: 60px 20px 128px 20px;}li.lvl1 {background: #F1F1F1;margin-bottom: 1px;}span.dt_link a {color: #666666;font-weight: bold;font-size: 14px;font-family: Raleway;line-height: 16px;}li.lvl1:hover {background: #45CC1C;}li.lvl1:hover a {color: #FFFFFF;}div .catview header.title.search {padding: 84px 20px;}div .catview header.title.search p {font-size: 18px;color: #fff;font-weight: 700;}div#unified_menu li div {display: grid;grid-template-rows: 1fr;grid-template-columns: auto 1fr;}li.lvl1:hover .triangle {width: 0;height: 0;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 7px solid #FFFFFF;padding: 0 !important;margin: auto !important;}li.lvl2 {list-style: circle;}div .price span {font-style: normal;font-weight: bold;font-size: 18px;line-height: normal;text-align: center;color: #45CC1C;}div .product-card .item-title {margin-top: 20px;}div .product-card .item-title,div .product-card .item-title a {font-weight: 900;line-height: normal;font-size: 16px;text-align: center;color: #063749;}div .product-card.adding .buy-now, div .product-card:hover .buy-now, div .product-card.adding .enquiry, div .product-card:hover .enquiry, div .product-card:hover .select-options, div .product-card.ordering .option-form .add-to-cart, div .product-card.ordering .option-form .enquire-now, div .product-card.ordering .option-form .buy-now, div .product-card.ordering .option-form .enquiry,div .product-card.ordering .option-form .add-to-cart,div .product-card .add-to-cart, .product-card .enquire-now {opacity: 1;font-size: 15px;text-align: center;letter-spacing: 0;line-height: 19px !important;background-image: none;}div .input-group-btn>.btn {text-align: center;}div .product-card .add-to-cart {padding: 14px 20px !important;}div .product-card a img {height: 300px !important;margin-top: 0;margin-bottom: 0;}div .product-card header {padding-top: 100%;background-color: transparent; }div .product-card.ordering .close {z-index: 1;}div .option-form {opacity: 1;background-color: rgba(255, 255, 255, 0.9);}div .crumbs, .crumbs a {font-style: normal;font-weight: 400;line-height: normal;font-size: 13px;color: #45CC1C;}div .catview .crumbs {margin-bottom: 30px;margin-top: 15px;}@media screen and (max-width: 1300px) {div .catview {margin: 0;padding-left: 20px;padding-right: 20px;}}@media only screen and (max-width: 740px) {div .catview .product-card header {margin-bottom: 0;}div .product-card .card-order {position: static;bottom: 0;}}div .component_Navigation_BreadCrumb,div .component_Navigation_SecondLevelContentTabs,div .component_ContentDisplay_PageTitle {display: none;}div #product .summary h1 {font-weight: 900;margin-top: 45px;font-size: 38px;line-height: 49px;}div .product {margin: 0;}div .submission button#add-cart {border: 0;height: 55px;font-style: normal;letter-spacing: 0;padding-left: 25px;padding-right: 50px;font-size: 14px;text-align: center;text-transform: uppercase;color: #FFFFFF;}div #product .image-main {border: 0 solid #f4f4f4;}div #product {margin-top: 0;}div .full-description h2 {text-transform: none;font-weight: 900;line-height: normal;font-size: 30px;color: #063749;}div .full-description {border-top: 1px solid #E1E1E1;margin-top: 45px;padding-top: 20px;}.cross-sell>h3,.cross-sell .catview {margin: 0 !important;}.cross-sell h3 {font-style: normal;font-weight: 900 !important;line-height: normal;font-size: 32px;color: #063749;text-transform: none !important;margin-bottom: 30px !important;margin-top: 10px;position: relative;padding-bottom: 20px;margin-bottom: 50px !important;}.cross-sell h3:before {width: 63px;height: 3px;background-color: #45CC1C;content: "";position: absolute;bottom: 0;}section.cross-sell {max-width: 1280px;margin: 0 auto;}.blurb-image-left {max-width: 1280px;margin: 0 auto;padding: 40px 0;display: grid;grid-template-columns: auto 1fr;gap: 80px;}.blurb-image-left .heading-title {color: #666666;margin-bottom: 18px;}.blurb-image-left .blurb-content-wrapper {padding-top: 30px;}@media screen and (max-width: 1095px) {.blurb-image-left {gap: 0;grid-template-columns: 1fr;}}@media screen and (max-width: 1300px) {div .content_tabs>nav>ul {display: block;text-align: center;}div .component_Navigation_ContentTabs .content_tabs li.tab {display: inline-block;padding: 5px 30px;}div .docwrap {padding-left: 20px;padding-right: 20px;box-sizing: border-box;}}@media screen and (max-width: 1024px) {.footer-top-bar .__container {grid-template-columns: 1fr;gap: 12px;}}@media screen and (max-width: 1023px) {.footer-top .__container {grid-template-columns: repeat(2, 1fr);}}@media screen and (max-width: 980px) {#c120.component_Template_Primary {display: block;}}@media screen and (max-width: 864px) {.header-search,.login,.top-favourites {display: none;}nav.header-hamburger,nav.hamburger {display: block;}.header-main .__container {grid-template-columns: auto 1fr auto;}.header-logo {text-align: center;}.menuwrap {display: none;}.footer-bar .__container {display: grid;grid-template-columns: 1fr;text-align: center;}.footer-bar .__container div:last-child {text-align: center;padding-top: 10px;}}@media screen and (max-width: 1300px) {div .product {padding-left: 20px;padding-right: 20px;}}@media screen and (max-width: 1245px) {div #blog .blog_author {grid-template-columns: 1fr 1fr !important;}.blog_author .separator {display: none;}}@media screen and (max-width: 1220px) {div #blog .blog_author {grid-template-columns: 1fr !important;text-align: center;}}@media screen and (max-width: 1024px) {div #product .crumbs {position: static;margin-bottom: 24px;}#blog div.post {grid-template-columns: 1fr !important;grid-gap: 0 !important;}#blog div.post .right-side .blog_author {margin: 10px auto !important;} #blog div.post .right-side h1{text-align: center;}}@media screen and (max-width: 720px) {div #product .image-main {margin-left: 0;width: 100%;}div .docwrap {padding: 0;}div #product .crumbs {display: none;}div #image-slider .glide__slide img {bottom: auto;max-width: 400px;}div #blog .post_body.plain_content, div #blog div#post_tags {padding-left: 10px !important;}div #image-slider, div #image-slider .glide__track, div #image-slider .glide__slides, div #image-slider .glide__slide {width: 100%;}}@media screen and (max-width: 640px) {div#manage_subscriptions + table {text-align: left;margin: 0;}#c867 form {width: 100%;}}@media screen and (max-width: 567px) {.footer-top .__container {grid-template-columns: 1fr;}}@media screen and (max-width: 482px) {#blog p.blog_author {width: 35% !important;}}@media screen and (max-width: 442px) {#blog p.blog_author {width: 37% !important;}}@media screen and (max-width: 394px) {#blog p.blog_author {width: 40% !important;}}@media only screen and (max-width: 680px) {div .quick-links {grid-row: 2;grid-column: 1 / span 4;text-align: center;}div .header-bar .__container {grid-row-gap: 5px;grid-template-columns: 1fr auto auto 1fr;}div .header-bar .__container > div:first-child {grid-column: 2;text-align: right;}div .quick-links a:first-child{padding-left: 0;}}@media only screen and (max-width: 414px) {div .quick-links a {font-size: 11px;padding-left: 7px;}}
.component_Template_Primary {
margin: 0; margin: 0; padding: 0px;  } #c150.component_Template_Primary {
 } #c2214.component_Template_Primary {
 } #group_list { list-style: none;}
#group_list li {padding: 5px;}
.component_CustomerService_EmailOptin {
margin: 0; margin: 0; padding: 0px;  } #c867.component_CustomerService_EmailOptin {
 } .form table {
width: 100%;
border-spacing:0;
}
form td.felement table {
width: auto;
}
.form td {
padding:2px;
}
.form .fheading {
font-size: 1.4em;
border-top: solid 1px #ccc;
color: #333;
font-weight: bold;
padding:12px 0;
}
.form .req {
color: #666666;
font-weight: normal;
}
.felement {
vertical-align: top;
width: 80%;
}
.flabel {
vertical-align: text-top;
width: 20%;
}
.form .fhelp {
color: #666;
}
.felement img {
vertical-align: middle;
}
@media screen and ( max-width: 740px ) {
.form td {
display:block;
float:left;
width:100%;
}
.form input, .form textarea{
width:100%;	max-width:350px;
}
.form td table, form td.felement table { display:table;
width:100%;
}
.form td table tr{ display:table-row;
}
.form td table td{ display:table-cell;
width:auto;
}
}
.component_Misc_Form {
margin: 0; margin: 0; padding: 8px 0px;  } #c868.component_Misc_Form {
padding: 8px 0px;  } .component_Custom_Blurb {
margin: 0; margin: 0; padding: 0px;  } #c2212.component_Custom_Blurb {
 } .content_tabs li.tab a{
font-family:'Raleway', sans-serif;
font-size: 15px;
font-weight: bold;
}
.content_tabs {
width:100%;
float:Left;
background: url("https://images.zeald.com/site/integrityanimalcare/images/gui/TopLevelMenu.gif") bottom left repeat-x;
font:inherit;
font-size:1em;
line-height: 2.8em;
padding: inherit
}
.content_tabs li {
line-height: 2.8em;;
}
.content_tabs td {
line-height: 2.8em;
}
.content_tabs ul {
margin:0;
padding:0;
list-style:none;
}
.content_tabs li.tab {
float:left;
background: transparent url("https://images.zeald.com/site/integrityanimalcare/images/gui/TopLevelMenu.gif") 100% 0px no-repeat;
padding-right:10px;
}
.content_tabs ul a {
text-decoration:none;
display:block;
padding-left:18px;
padding-right:10px;
padding-top:0;
padding-bottom:0;
background: transparent url("https://images.zeald.com/site/integrityanimalcare/images/gui/TopLevelMenu.gif") 0% 0px no-repeat;
}
.content_tabs ul li.tabHover, .content_tabs ul li:hover {
background-position:100% -150px;
}
.content_tabs ul li.sel {
background-position:100% -300px;
}
.content_tabs ul li.tabHover a, .content_tabs ul li:hover a {
background-position: 0% -150px;
}
.content_tabs ul li.sel a {
background-position: 0% -300px;
}
.content_tabs li.sel a, .content_tabs li.sel a:hover, .content_tabs li.sel a:active, .content_tabs li.sel a:visited {
color:#D85C0A;
}
.content_menubar a:active {color:#D85C0A;}
.content_tabs li a, .content_tabs li a:active, .content_tabs li a:visited {
color:#666;
}
.content_tabs li a:hover {
color:#D85C0A;
}
.content_tabs .sep {
color: #666;
float:left;
margin:0;
padding:0;
font-size:1.2em;
}
.content_tabs li.sel a{
font-weight:bold;
}
.content_tabs .ct_dropdown {
position:absolute;
}
.ct_hide {
left:-9999px; top: -9999px;
}
.ct_show {
left:0;
}
.content_tabs {
position:relative;
}
.ct_dropdown {
background: #fff;
border-top: 1px solid #bbb;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #bbb;
padding: 5px; box-shadow:1px 1px 6px #666; z-index:1001;
width: 650px;
}	.ct_dropdown_subcat {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 320px;
padding: 0px 5px;
// -webkit-hyphens: auto;
// -moz-hyphens: auto;
// hyphens: auto;
white-space:pre-wrap;
}
.ct_dropdown_col {
float:left;
}
.content_tabs .ct_dropdown_open > a {
position: relative;
z-index: 20001; }
.content_tabs li.tab {
padding-right:0px;
border: 1px solid transparent;
}
.content_tabs ul li.tab > a {
padding-right:10px;
}
.ct_dropdown h3{	font: 700 13px 'Raleway', sans-serif;
padding: 5px; margin: none;
}
.content_tabs .ct_dropdown ul, .content_tabs .ct_dropdown a, .content_tabs .ct_dropdown a,.content_tabs .ct_dropdown a:hover, .content_tabs .ct_dropdown li {
padding:0;
margin:0;
background: none;
}
.content_tabs .ct_dropdown li {
font: normal 13px 'Raleway', sans-serif;
background:none;
padding: 5px; }
.ct_dropdown .clear {
clear:both;
}
.ct_dropdown .more {
text-align: right;
}
.ct_dropdown .product a {
font-size:0.8em;
}

.component_Navigation_ContentTabs {
margin: 0; margin: 0; padding: 0;  } #c2202.component_Navigation_ContentTabs {
margin: 0; padding: 0;  } #mini-cart {
position: relative;
cursor: pointer;
}
#mini-cart .shopping-cart {
position: relative;
display: inline-block;
width: 25px;
height: 22px;
overflow: hidden;
padding: 0;
border: none;
}
#mini-cart .shopping-cart::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
display: block;
width: 25px;
height: 22px;
background: url(https://images.zeald.com/site/integrityanimalcare/images/basic_theme/ui_sprites.svg) no-repeat 0 -300px;
}
#mini-cart .c-count {
display: inline-block;
color: #F8F8F8;
font-size: 10px;
font-weight: 500;
text-align: center;
border-radius: 50%;
width: 14px;
background: #45CC1C;
line-height: 14px;
position: absolute;
top: 0px;
left: 18px;
z-index: 10;
}
body.pop-overlay-right.pop-overlay-cart .overlays .pop-overlay-inner.pop-right {
left: unset;
right: 0;
width: 420px;
max-width: 90vw;
}
body.pop-overlay-cart .pop-overlay-inner.pop-right .close {
display: none;
}
.popup-cart {
display: block;
position: fixed;
top: 0;
right: 0;
width: 0;
overflow: hidden;
transition: width 0.3s ease;
white-space: normal;
}
body.pop-overlay-cart .popup-cart {
width: 420px;
max-width: 90vw;
z-index: 2001;
box-sizing: border-box;
padding: 20px;
text-align: left;
transition: width 0.3s ease;
height: 100%;
display: grid;
grid-template-rows: auto 1fr auto;
}
.popup-cart button.close {
opacity: 0;
color: #555;
font-size: 15px;
font-weight: 500;
top: 20px;
right: 20px;
width: auto;
text-transform: capitalize;
padding: 0 20px 0 0;
background: none;
text-shadow: none;
float: none;
position: absolute;
transition: opacity 1s ease;
}
body.pop-overlay-cart .popup-cart button.close {
opacity: 1;
transition: opacity 1s ease;
}
.popup-cart button.close::before {
content: '';
display: block;
width: 12px;
height: 12px;
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto 0;
background: url('https://images.zeald.com/site/integrityanimalcare/images//basic_theme/ui_sprites.svg') no-repeat 0 -560px;
}
.popup-cart h3,
.popup-cart h4,
.popup-cart h5 {
font-weight: 500;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
}
.popup-cart header h3 {
font-size: 20px;
margin-bottom: 20px;
}
.popup-cart h5 {
font-size: 15px;
}
.popup-cart #popup-cart-content {
display: grid;
grid-template-rows: 1fr auto;
}
.popup-cart #popup-cart-content .loading-spinner {
display: none;
}
.popup-cart #popup-cart-content.loading .loading-spinner {
display: block;
width: 70px;
height: 70px;
top: 100px;
bottom: unset;
border-color: #999;
border-top-color: #fff;
}
.popup-cart .cart-items {
position: relative;
}
.popup-cart .cart-items > div {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow: auto;
}
.popup-cart .cart-row {
position: relative;
border-bottom: solid 1px #ccc;
padding: 0 0 20px 120px;
margin-bottom: 20px;
min-height: 120px;
color: #999;
}
.popup-cart p,
.popup-cart label {
display: block;
margin: 10px 0;
line-height: 1.4em;
color: #999;
}
.popup-cart .cart-row:last-of-type {
border-bottom: none;
margin-bottom: 0;
}
.popup-cart .cart-row p:last-of-type {
margin-bottom: 0;
}
.popup-cart .cart-row mark {
color: #45CC1C;
font-weight: 500;
}
.popup-cart .cart-row .sku {
display: none;
}
.popup-cart .thumb {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
text-align: center;
width: 100px;
height: 100px;
display: grid;
}
.popup-cart .thumb img {
width: 100%;
height: 100%;
max-width: 100% !important;
max-height: 100% !important;
object-fit: cover;
margin: auto;
}
.popup-cart .product-title,
.popup-cart .product-title a {
font: 15px 'Open Sans', sans-serif;
color: #000;
text-decoration: none;
white-space: normal;
}
.popup-cart .product-title {
padding-right: 20px;
}
.popup-cart button.delete-item {
position: absolute;
top: 4px;
right: 0;
overflow: hidden;
text-indent: -100vw;
padding: 0;
margin: 0;
width: 12px;
height: 12px;
background: url('https://images.zeald.com/site/integrityanimalcare/images//basic_theme/ui_sprites.svg') no-repeat 0 -560px;
transform: scale(0.85);
}
.popup-cart .popup-subtotals > div,
.popup-cart .popup-total {
position: relative;
border-top: solid 1px #ccc;
margin-top: 20px;
padding-top: 20px;
}
.popup-cart .popup-total {
padding-bottom: 20px;
}
.popup-cart .popup-total .including {
display: none;
}
.popup-cart .popup-subtotals > div h5,
.popup-cart .popup-total h5 {
line-height: 1em;
margin: 0;
}
.popup-cart .popup-subtotals > div h5 + p,
.popup-cart .popup-total h5 + p {
position: absolute;
top: 20px;
right: 0;
margin: 0;
color: #45CC1C;
font-weight: 500;
}
.popup-cart .country {
display: grid;
grid-template-columns: auto 1fr;
grid-gap: 30px;
align-items: center;
margin: 15px 0;
text-align: right;
}
.popup-cart .country label {
margin: 0;
}
.popup-cart .country select {
display: block;
width: 100%;
margin: 0;
justify-self: end;
}
.popup-cart .shipping-select {
padding-left: 6px;
}
.popup-cart .shipping-select label {
margin: 0;
line-height: 29px;
}
.popup-cart .shipping-message {
color: red;
border-top: 1px solid lightgray;
margin-top: 12px;
margin-bottom: 12px;
padding-top: 5px;
}
.popup-cart .total .grand-total {
top: 16px;
font-size: 20px;
}
.popup-cart footer {
text-align: center;
}
.popup-cart a.checkout {
display: block;
width: 100%;
font-weight: 500;
}
.popup-cart footer a.cart {
display: block;
margin: 10px 0;
text-transform: uppercase;
}
.popup-cart .footer-copy {
margin: 0;
padding: 30px 0;
background: #ddd;
color: #555;
}
.popup-cart .cart-empty {
text-align: center;
}
.popup-cart .cart-empty img {
width: 150px;
max-width: 80%;
margin: 50px 0 30px;
}
@media only screen and (max-width: 480px) {
body.pop-overlay-right.pop-overlay-cart .overlays .pop-overlay-inner.pop-right,
body.pop-overlay-cart .popup-cart {
max-width: 96vw;
}
.popup-cart .thumb {
width: 70px;
height: 70px;
}
.popup-cart .cart-row {
padding-left: 90px;
}
}
@media only screen and (max-width: 350px) {
body.pop-overlay-cart .pop-overlay-inner.pop-right,
body.pop-overlay-cart .popup-cart {
width: 100vw;
max-width: 100vw;
}
.popup-cart .thumb {
width: 70px;
height: 70px;
}
.popup-cart .cart-row {
padding-left: 90px;
}
}
@media only screen and (max-height: 800px) {
body.pop-overlay-cart .popup-cart {
overflow: auto;
margin-top: 0;
padding-top: 0;
height: 100%;
box-sizing: border-box;
}
.popup-cart button.close {
right: -15px;
top: 10px;
}
.popup-cart footer {
padding-bottom: 135px;
}
.checkOut-btn {
padding: 0px 0px 24px 0;
background: #fff;
position: fixed;
bottom: 0;
}
.pop-overlay-cart .popup-cart > header {
position: -webkit-sticky;
position: sticky;
right: 0;
top: 0;
width: 100%;
max-width: 90vw;
padding: 10px 0;
box-sizing: border-box;
z-index: 1;
background: #fff;
}
.popup-cart > header h3 {
margin: 0px;
}
.popup-cart .popup-total {
position: fixed;
opacity: 0;
bottom: 75px;
right: 0;
width: 420px;
max-width: 90vw;
margin: 0;
padding: 20px;
box-sizing: border-box;
border-top: none;
transition: opacity 1s ease;
}
.pop-overlay-cart .popup-cart .popup-total {
opacity: 1;
transition: opacity 1s ease;
background: #fff;
}
.popup-cart .popup-total .including {
display: inline;
text-transform: none;
}
.popup-cart .popup-total h5 + p {
top: 20px;
right: 20px;
line-height: 16px;
}
.popup-cart .popup-next a.checkout {
width: 380px;
max-width: calc(90vw - 40px);
}
.popup-cart .popup-next a.cart {
background: #eee;
}
.popup-cart .cart-items > div {
position: static;
width: 100%;
height: 100%;
top: unset;
left: unset;
overflow: unset;
}
}
@media only screen and (max-width: 540px) {
.pop-overlay-cart .site-header .top-links {
z-index: 2002;
}
.pop-overlay-cart .site-header .top-links #mini-cart {
display: none;
}
}
@media only screen and (max-width: 730px) and (max-height: 800px) {
body.pop-overlay-right.pop-overlay-cart .checkOut-btn {
transition: width 0.3s ease;
right: 20px;
}
}
@media only screen and (max-width: 480px) and (max-height: 800px) {
body.pop-overlay-cart .popup-cart > header,
.popup-cart .popup-total {
max-width: 96vw;
}
.popup-cart .popup-next a.checkout {
max-width: calc(96vw - 40px);
}
body.pop-overlay-right.pop-overlay-cart .checkOut-btn {
right: 20px;
}
}
@media only screen and (max-width: 350px) and (max-height: 800px) {
body.pop-overlay-cart .popup-cart > header,
.popup-cart .popup-total {
max-width: 100vw;
}
.popup-cart .popup-next a.checkout {
max-width: calc(100vw - 40px);
}
body.pop-overlay-right.pop-overlay-cart .checkOut-btn {
right: 20px;
}
}
.component_OrderProcess_PopupCart {
margin: 0; margin: 0; padding: 0;  } #c2100.component_OrderProcess_PopupCart {
margin: 0; padding: 0;  } .mini_cart div.topcart_items .button_section li {width: 45%;}.mini_cart div.topcart_items .button_section li.right {width: 55%;} #c2192.component_OrderProcess_PopupCart {
margin: 0; padding: 0;  } .mini_cart div.topcart_items .button_section li {
width: 45%;
}
.mini_cart div.topcart_items .button_section li.right {
width: 55%;
}
#c2192 {
display: none;
}
@media only screen and (max-width: 480px) {
#c2192 {
display: block !important;
float: right;
position: relative;
top: 12px;
}
#c2192 #mini_cart {
padding: 0 20px;
}
} .component_Misc_Code {
margin: 0; margin: 0; padding: 0px;  } #c693.component_Misc_Code {
padding: 0px;  } .content_container_409_7 {
display: inline-block;
}
div#c693.component_Misc_Code {
display: inline-block;
margin: 0 10px 0 0;
} #c2176.component_Misc_Code {
 } #c2176 {display: none;margin-top: 10px;}@media screen and (max-width: 980px){div#c1899 {display: block;broder-top: solid 1px #f1f1f1;}#c120{display:none;}#c120 .content_tabs li.tab {display: block !important;float: left !important;width: 100% !important;text-align: left !important;padding: 0 !important;box-sizing: border-box;}.content_tabs .ct_dropdown {margin-top: 15px;width: 100% !important;box-sizing: border-box;position: relative !important;float: left;display: none;left: 0 !important;top: 0 !important;border: 0 none !important;box-shadow: none;margin-top: 0;}#c120 .content_tabs li.tab.ct_has_dropdown.ct_dropdown_open {position: relative;}#c120 .content_tabs li.tab.ct_has_dropdown.ct_dropdown_open .ct_dropdown {position: relative;float: left;}.content_tabs ul li.tab > a {border-top: 1px solid;}.content_tabs ul li.tab.ct_dropdown_open > a {border-bottom: 1px solid;}}@media screen and (max-width: 480px) {#c1899.component_Misc_Code {padding: 0;padding-top: 5px;}}@media screen and (max-width: 400px) {	.content_tabs .ct_show {margin-top: 15px !important;}.content_tabs li.tab .ct_dropdown {width: 100% !important;}}table.hamburger_menu{width:100%;border-collapse: collapse;}table.hamburger_menu td{text-align:right;}span#menu_title a{color: #2f2f2f;font-size: 14px;line-height: 20px;vertical-align: top;text-transform: uppercase;font-weight: bold;padding-right:10px;}#burger_menu img{margin-right:0px!important;max-width: 15px;} #c2178.component_Misc_Code {
 } #c2178 {display: none;margin-top: 10px;}@media screen and (max-width: 980px){div#2178 {display: block;broder-top: solid 1px #f1f1f1;}#c120{display:none;}#c120 .content_tabs li.tab {display: block !important;float: left !important;width: 100% !important;text-align: left !important;padding: 0 !important;box-sizing: border-box;}.content_tabs .ct_dropdown {margin-top: 15px;width: 100% !important;box-sizing: border-box;position: relative !important;float: left;display: none;left: 0 !important;top: 0 !important;border: 0 none !important;box-shadow: none;margin-top: 0;}#c120 .content_tabs li.tab.ct_has_dropdown.ct_dropdown_open {position: relative;}#c120 .content_tabs li.tab.ct_has_dropdown.ct_dropdown_open .ct_dropdown {position: relative;float: left;}.content_tabs ul li.tab > a {border-top: 1px solid;}.content_tabs ul li.tab.ct_dropdown_open > a {border-bottom: 1px solid;}}@media screen and (max-width: 480px) {#c2178.component_Misc_Code {padding: 0;padding-top: 5px;}}@media screen and (max-width: 400px) {	.content_tabs .ct_show {margin-top: 15px !important;}.content_tabs li.tab .ct_dropdown {width: 100% !important;}}table.hamburger_menu{width:100%;border-collapse: collapse;}table.hamburger_menu td{text-align:right;}span#menu_title a{color: #2f2f2f;font-size: 14px;line-height: 20px;vertical-align: top;text-transform: uppercase;font-weight: bold;padding-right:10px;}#burger_menu img{margin-right:0px!important;max-width: 15px;} #c2185.component_Misc_Code {
 } #c2185 {display: none;margin-top: 10px;width: 45px;}@media screen and (max-width: 980px){div#c2185 {display: block;broder-top: solid 1px #f1f1f1;}#c120{display:none;}#c120 .content_tabs li.tab {display: block !important;float: left !important;width: 100% !important;text-align: left !important;padding: 0 !important;box-sizing: border-box;}.content_tabs .ct_dropdown {margin-top: 15px;width: 100% !important;box-sizing: border-box;position: relative !important;float: left;display: none;left: 0 !important;top: 0 !important;border: 0 none !important;box-shadow: none;margin-top: 0;}#c120 .content_tabs li.tab.ct_has_dropdown.ct_dropdown_open {position: relative;}#c120 .content_tabs li.tab.ct_has_dropdown.ct_dropdown_open .ct_dropdown {position: relative;float: left;}.content_tabs ul li.tab > a {border-top: 1px solid;}.content_tabs ul li.tab.ct_dropdown_open > a {border-bottom: 1px solid;}}@media screen and (max-width: 400px) {	.content_tabs .ct_show {margin-top: 15px !important;}.content_tabs li.tab .ct_dropdown {width: 100% !important;}}@media screen and (max-width: 360px) {	#c2185{width: 14% !important;position: relative !important;padding: 0 !important;}}@media screen and (max-width: 980px) {	#c2185{width: 14% !important;position: relative !important;padding: 0 !important;}}table.hamburger_menu{width:100%;border-collapse: collapse;}table.hamburger_menu td{text-align:right;}span#menu_title a{color: #2f2f2f;font-size: 14px;line-height: 20px;vertical-align: top;text-transform: uppercase;font-weight: bold;padding-right:10px;}#burger_menu img{height: 45px !important;width: 45px !important;float: left !important;margin-top: -60px !important;max-width: 100% !important;} #c2189.component_Misc_Code {
 } #c2189 {display: none;margin-top: 10px;width: 45px;}@media screen and (max-width: 980px){div#c2189 {display: block;broder-top: solid 1px #f1f1f1;}#c120{display:none;}#c120 .content_tabs li.tab {display: block !important;float: left !important;width: 100% !important;text-align: left !important;padding: 0 !important;box-sizing: border-box;}.content_tabs .ct_dropdown {margin-top: 15px;width: 100% !important;box-sizing: border-box;position: relative !important;float: left;display: none;left: 0 !important;top: 0 !important;border: 0 none !important;box-shadow: none;margin-top: 0;}#c120 .content_tabs li.tab.ct_has_dropdown.ct_dropdown_open {position: relative;}#c120 .content_tabs li.tab.ct_has_dropdown.ct_dropdown_open .ct_dropdown {position: relative;float: left;}.content_tabs ul li.tab > a {border-top: 1px solid;}.content_tabs ul li.tab.ct_dropdown_open > a {border-bottom: 1px solid;}}@media screen and (max-width: 480px) {#c2189.component_Misc_Code {padding: 0;padding-top: 5px;}}@media screen and (max-width: 400px) {	.content_tabs .ct_show {margin-top: 15px !important;}.content_tabs li.tab .ct_dropdown {width: 100% !important;}}table.hamburger_menu{width:100%;border-collapse: collapse;}table.hamburger_menu td{text-align:right;}span#menu_title a{color: #2f2f2f;font-size: 14px;line-height: 20px;vertical-align: top;text-transform: uppercase;font-weight: bold;padding-right:10px;}#burger_menu img{height: 45px !important;width: 45px !important;float: left !important;margin-top: -60px !important;max-width: 100% !important;} .search_box {
display:inline;
margin:0;
padding:0;
}
.search_box form {
line-height:0px;
margin:0 7px 0 7px;
padding:0 0 0 0;
display:inline;
}
.search_box input {
margin:0;
vertical-align:middle;
}
.search_box input.search_button {
margin-left:4px;
}
.search_box .search_title {
margin:7px 7px 0 7px;
font-size:1em;
color:#000;
}
.search_box .search_criteria {
width:160px;
}
.search_box .cnr_btmleft {display:none;}
.component_Navigation_SearchBox {
margin: 0; margin: 0; padding: 0;  } .search_placeholder {
color: #BCBCBC;
font-style: italic;
}
.search_box {
background: #f3f3f3 none repeat scroll 0 0;
border: medium none;
border-radius: 0;
padding: 10px;
display: block;
}
.search_criteria {
border: medium none;
background: transparent;
}
.search_box .search_criteria { color: #bcbcbc;
font-size: 12px;
width: 265px;
font-family: "Poppins",sans-serif;
}
.search_button {
margin: 0 !important;
padding: 0 !important;
color: transparent;
font-size: 0;
}
@media screen and (max-width:980px) .searchbox{
float:right !important;
width: 100% !important;
max-width: 410px !important;
height: 45px !important;
text-align: center !important;
} #c2187.component_Navigation_SearchBox {
margin: 0; padding: 0;  } @media screen and (max-width:980px) .searchbox{float:right !important;width: 100% !important;max-width: 410px !important;height: 45px !important;text-align: center !important;} #zealdlogo { float:left;
width:220px;
text-align:center;
}
.std_footer {
margin-top: 0;
padding-left:1px;
}
.std_footer .txt {
color: #666666;
float: left;
}
.copyright {
clear:both;
color: #666666;
}
.copyright a {
color: #666666;
}
div.std_footer div.menu ul li.menu a.extra_links {
display: inline;
border: none;
margin: 0;
padding-left: 0;
}
.component_ContentDisplay_Footer {
margin: 0; margin: 0px; padding: 0px;  } #c148.component_ContentDisplay_Footer {
color: #000; margin: 0px; padding: 0px;  } div.menu ul {
margin:0;
padding:0;
list-style:none;
}
div.menu li {
float:left;
margin-bottom:6px;
}
div.menu li a {
padding:0 7px;
border-left: solid 1px #666666;
}
div.menu li a, div.menu li a:hover, div.menu li a:visited, div.menu li a:active {
color: #666666;
text-decoration: none;
}
div.menu li a.menu_first {
border-left: none;
}
.component_Navigation_Menu {
margin: 0; margin: 0; padding: 0;  } .component_Template_BasicTheme_OneColumn {
margin: 0; margin: 0; padding: 0px;  } 
