@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: local('EB Garamond'), local('EBGaramond'), url('fonts/EBGaramond/EBGaramond-Regular.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
#animal-clear-selection {
	display: none;
}
#animal_image_preview_image {
    margin: 0 auto;
}
#animal_image_preview_info {
    bottom: 3px;
    color: #fff;
    font-size: .75rem;
    left: 3px;
    line-height: 1.2;
    margin: 0 auto;
    /*
    max-height: 45px;
    max-width: 358px;
    min-height: 45px;
    min-width: 358px;
    */
    opacity: .4;
    padding: 2px;
    position: absolute;
    right: 3px;
    text-align: center;
    /* width: 352px; */
    width: calc(100% - 6px);
    z-index: 1;
}
#animal_image_preview_info:hover {
    opacity: 1;
}
#animal_image_preview_info::after {
    background: #333;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .85;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
#eval-header {
	display: none;
}
#form-validate-register button:disabled {
	background: #bd1401;
	opacity: 1;
}
#form-validate-register label[for="firstname"],
#form-validate-register label[for="lastname"],
#form-validate-register label[for="firstname"],
#form-validate-register label[for="email_address"],
#form-validate-register label[for="animal_name"],
#form-validate-register label[for="animal_service_type"],
#form-validate-register label[for="animal_species"],
#form-validate-register label[for="password"],
#form-validate-register label[for="confirmation"] {
    display: none;
}
#header {
    background: #fff;
}
#header-cart {
	font-weight: normal;
}
#header-account a:hover {
    color: #172d67;
}
#loading-mask {
    background:url(../images/blank.gif) repeat;
    position:fixed;
    color:#d85909;
    font-size:1.1em;
    font-weight:bold;
    text-align:center;
    opacity:0.80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 */
    z-index:500;
    left: 0px;
    width: 100%;
    top: 0px;
    min-height: 100%;
    background-color: #fff;
}
#loading-mask .loader {
    position:fixed;
    top:45%;
    left:50%;
    width:350px;
    margin-left:-105px;
    padding:15px 30px;
    background:rgba(42,88,208, 0.1);
    border:2px solid #172d67;
    color:#172d67;
    font-weight:bold;
    text-align:center;
    z-index:1000;
}
#loading-process {
    position:absolute;
    top:45%;
    left:50%;
    margin-left:-60px;
    border:2px solid #f1af73;
    padding:15px 60px;
    background:#fff4e9;
    color:#d85909;
    font-size:1.1em;
    font-weight:bold;
    text-align:center;
    z-index:501;
}
#login-form {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    padding: 5px 20px 20px;
}
#mobile-eval-header {
	background-color: #3157a2;
	color: #fff;
	font-style: italic;
	margin: 0 -30px;
	padding: 12px;
	text-align: center;
}
#mobile-eval-header .sub-text {
}
#mobile-eval-header h3 {
	color: #fff;
	font-style: italic;
	line-height: 1;
	margin: 0;
}
#mobiletabs {
	bottom: 0;
	display: none;
	justify-content: flex-end;
	left: 20px;
	position: fixed;
	right: 20px;
	z-index: 999;
}
#mobiletabs a {
	background-color: #bd1401;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 3px 15px 0 rgba(0,0,0,0.25);
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	/* font-size: .8042rem; */
	height: 2.6667em;
	/* height: 3.2642em; */
	letter-spacing: 1px;
	line-height: 2.6667em;
	/* line-height: 3.2642; */
	padding: 0 15px;
	text-align: center;
}
#mobiletabs a:hover {
	background-color: #710c01;
	text-decoration: none;
}
#mobiletabs a[href="#register"] {
	width: 100%;
}
#simplemodal-container {
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .6);
	color: #333;
}
#simplemodal-container a {
	color: #222;
}
#upload-image-note {
    display: none;
}
.account-cart-wrapper {
    bottom: -1px;
    right: 3px;
    top: auto;
}
.account-create {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    padding: 5px 20px 20px;
}
.account-create .buttons-set {
    margin-top: 0;
}
.account-create .form-instructions {
    margin-bottom: 0;
}
.account-create .form-list {
    display: flex;
    flex-direction: column;
}
.account-create .form-list .control,
.account-create .form-list .field,
.account-create .form-list .wide, {
    display: flex;
    margin: 0;
}
.account-create .form-list .fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.account-create .form-list .fields .field {
    flex: 1 1 13em;
    margin: 4px;
}
.account-create .form-list .fields .field .input-box {
    padding: 0;
}
.account-create .form-list .fields .field .input-box input {
    min-width:
    width: 100%;
}
.account-create .form-list > li {
    margin: 0;
}
.account-create .g-recaptcha {
    margin: 8px 0;
}
.account-create label {
    color: #000;
}
.account-create .page-title h1 {
    border-bottom: none;
}
.account-create p.required {
    display: none;
}
.account-create button {
    float: none;
    font-size: 1rem;
    line-height: 1.5;
    padding: 10px;
    text-transform: none;
    width: 100%;
}
.account-login {
    padding: 0;
}
.add-to-cart-wrapper {
    margin-top: 5px;
}
.align-items-center {
    align-items: center;
    display: flex;
}
.animal_image_preview_container {
    /*
    background-image: url('../images/drag-drop.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /** */
    cursor: hand;
    cursor: pointer;
    padding: 3px;
    margin: 0 auto;
    /*
    max-width: 358px;
    min-width: 358px;
    min-height: 208px;
    max-height: 208px;
    /** */
    min-height: 34px;
    max-height: 208px;
    border: 1px dashed #999;
    overflow: hidden;
    /* width: 358px; */
    width: 100%;
}
.animal_image_preview_container::after {
    color: #3359a0;
    content: ">> CLICK HERE or Drag+Drop your Animal Photo <<";
    display: block;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.animal_image_preview_container:hover::after {
    color: #172d67;
}
.animal_image_preview_container.has_image {
    background-image: url('');
}
.animal_image_preview_container.hover {
    background-color: #172d67;
}
.animal-info {
    display: flex;
    flex-wrap: wrap;
    padding: 12.5px;
    margin: -12.5px;
}
.animal-info .animal-description,
.animal-info .animal-image {
    margin: 12.5px;
}
.animal-info dd {
    margin: 0 0 .5em .5em;
}
.animal-info dt::after {
    content: ":";
    display: inline;
    font-weight: 600;
}
.animal-register-today {
    color: #333;
    font-size: .8125rem;
    line-height: 1.5;
    margin: 2em auto 0;
    max-width: 350px;
    text-align: center;
}
.animal-questionnaire-top {
	margin: 1em 0;	
}
.animal-questionnaire-top p {
	margin-bottom: 1em;
}
.availability {
	display: none;
}
.availability.in-stock {
    color: #77a464;
}
.block-account {
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 25px;
}
.block-account li, .block-cms-menu li {
    color: #3359a0;
    font-size: 1.125rem;
    text-transform: none;
}
.block-account li a, .block-cms-menu li a {
    color: #3359a0;
}
.block-account li a:hover, .block-cms-menu li a:hover {
    color: #213966;
    text-decoration: underline;
}
.block-account li strong, .block-cms-menu li strong {
    color: #213966;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: underline;
    text-transform: none;
}
.block-progress {
    border: none;
    padding-left: 0;
}
.block-title h2,
.block-title h3,
.block-title strong {
    color: #000;
    font-size: 1rem;
}
.blog-cat-view .postTitle,
.blog-index-list .postTitle {
	padding-bottom: .25em;
}
.blog-cat-view .postTitle h2,
.blog-index-list .postTitle h2 {
	color: #000;
	font-size: 1.625rem;
}
.blog-cat-view .postTitle, h3
.blog-index-list .postTitle h3 {
    color: #000;
    /* font-size: 1.625rem; */
    font-size: .625rem;
    padding: 2px 0;
    margin: 0;
}
.blog-post-view .postTitle {
	padding-bottom: .25em;
}
.blog-post-view .postTitle h1 {
	color: #000;
	font-size: 1.625rem;
}
.blog-post-view .postTitle h2,
.blog-post-view .postTitle h3 {
    color: #000;
    /* font-size: 1.625rem; */
    font-size: .625rem;
    padding: 2px 0;
    margin: 0;
}
.breadcrumbs {
    font-size: .875rem;
    font-weight: 600;
    text-transform: none;
}
.breadcrumbs a {
    color: #777;
    font-size: .875rem;
    font-weight: 600;
    text-transform: none;
}
.breadcrumbs a:hover {
    color: #777;
    font-size: .875rem;
    font-weight: 600;
    text-transform: underline;
}
.breadcrumbs li {
    color: #777;
    font-size: .875rem;
    font-weight: normal;
    text-transform: none;
}
.breadcrumbs strong {
    color: #777;
}
.blog-index-list .toolbar .sorter {
    display: none;
}
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
    background-color: #bd1401;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    padding: .625em;
    text-transform: none;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
    background-color: #bd1401;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
    background-color: #710c01;
    color: #fff;
}
.button2 span, .button2 span span {
    color: #3359a0;
}
.button2:hover span, .button2:hover span span {
    color: #213966;
    text-decoration: none;
}
.buttons-set {
    margin: 8px;
}
.callout {
    position: relative;
}
.callout figcaption {
    color: #000;
    font-size: 1.625rem;
    font-weight: bold;
    left: 15px;
    line-height: 1.1786;
    max-width: 470px;
    opacity: .75;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 15px;
}
.callout figcaption span {
    background-color: #fff;
    padding: 0 5px;
}
.catalog-category-view .pager .limiter {
    display: none;
}
.catalog-product-view .breadcrumbs {
    flex: 0 0 auto;
    margin: -15px 0;
    width: 100%;
}
.catalog-product-view .add-to-cart {
    align-items: center;
    display: flex;
    margin: -5px;
}
.catalog-product-view .add-to-cart .qty-wrapper {
    margin: 5px;
}
.catalog-product-view .add-to-cart .add-to-cart-buttons {
    flex: 1 1 auto;;
    margin: 5px;
}
.catalog-product-view .add-to-cart .add-to-cart-buttons button {
    width: 100%;
}
.catalog-product-view .col-main,
.catalog-product-view .sidebar {
    align-items: center;
    display: flex;
    flex-direction: column;
    float: none;
    margin: 0;
    padding: 25px;
    position: relative;
}
.catalog-product-view .col-main {
    /*
    flex: 1 1 auto;;
    width: 66%;
    */
    flex: 1 1 66%;
    margin-top: 10px;
    max-width: 66%;
    width: auto;
}
.catalog-product-view .main {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: auto;
}
.catalog-product-view .more-views h2 {
    display: none;
}
.catalog-product-view .price-box .price {
    color: #77a464;
    font-size: 1.0938rem;
    font-weight: 700;
    line-height: 1.8286;
}
.catalog-product-view .price-box .old-price .price {
    font-weight: 400;
}
.catalog-product-view .product-img-box {
    width: auto;
}
.catalog-product-view .product-name .h1 {
    border: none;
    font-size: 1.375rem;
}
.catalog-product-view .product-view {
    max-width: 100%;
}
.catalog-product-view .short-description {
    margin-top: 10px;
}
.catalog-product-view .short-description header h3 {
    font-size: 1.5rem;
    font-weight: 600;
}
.catalog-product-view .sidebar {
    /*
    flex: 0 0 auto;
    max-width: 475px;
    width: 33%;
    */
    /* flex: 1 1 475px; */
    flex: 1 1 33%;
    max-width: 33%;
    width: auto;
}
.catalog-product-view .sidebar #register:last-child,
.catalog-product-view .sidebar .product-console:last-child {
	margin-bottom: 0;	
}
.category-id-search .dashboard {
    display: flex;
    flex-wrap: wrap;
    margin: -12.5px;
}
.category-id-search .dashboard .result,
.category-id-search .dashboard form[name="search"] {
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    flex: 1 1 auto;;
    margin: 12.5px;
    padding: 10px;
}
.category-id-search .dashboard .result {
    flex: 2 1 auto;
}
.category-id-search .dashboard form[name="search"] {
    flex: 1 1 auto;;
}
.category-login-signup .col-main,
.customer-account-login .col-main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    /* padding: 0 175px; */
}
.category-login-signup .col-main .account-create .page-title {
    margin: 0;
}
.category-login-signup .col-main .account-create .page-title h1 {
    font-size: 1.5625rem;
    line-height: 1.1;
    margin: 0;
}
.category-login-signup .col-main .page-title,
.customer-account-login .col-main .page-title {
    flex: 0 0 auto;
    margin: 0 20px;
    width: calc(100% - 40px);
}
.category-login-signup .account-create,
.category-login-signup .account-login,
.customer-account-login .account-create,
.customer-account-login .account-login {
    flex: 1 1 auto;
    margin: 20px;
}
.category-shop .col-main {
    display: flex;
    flex-direction: column;
}
.category-shop .col-main .category-products {
    order: 3;
}
.category-shop .col-main .page-title {
    order: 2;
}
.category-shop .col-main .page-title h1 {
    margin: 20px 0 0;
}
.category-shop .col-main .preferred-kits {
    order: 1;
}
.category-shop .preferred-kits {
    background-color: #F5F5F5;
    padding-bottom: 30px;
}
.category-shop .preferred-kits footer {
    display: none;
}
.category-title h1, body.catalogsearch-result-index .page-title h1 {
    border-bottom: 1px solid #d8d8d8;
    font-size: 1.625rem;
    text-transform: none;
}
.checkout-onepage-index .main {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.checkout-onepage-index .col-main,
.checkout-onepage-index .sidebar {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    margin: 10px;
    padding: 20px;
}
.checkout-onepage-index .col-main {
    flex: 2 1 0%;
}
.checkout-onepage-index .sidebar {
    flex: 1 1 0%;;
}
.cms-home .account-create {
    margin: 10px;
    z-index: 199;
}
.cms-home .account-create .back-link {
    display: none;
}
.cms-home .col-main,
.cms-home .sidebar {
    align-items: center;
    display: flex;
    flex-direction: column;
    float: none;
    margin: 0;
    padding: 10px 25px 25px;
}
.cms-home .col-main {
    flex: 1 1 auto;
    margin-top: 10px;
}
.cms-home .col-main .std {
    max-width: 100%;
}
.cms-home .main {
    display: flex;
    margin: 0;
    width: auto;
}
.cms-home .main section {
    margin: 20px 0;
}
.cms-home .main section:first-child {
    margin-top: 10px;
}
.cms-home .main section:last-child {
    margin-bottom: 10px;
}
.cms-home .page .main-container {
    max-width: 1139px;
    padding: 0 30px;
}
.cms-home .page-title {
    text-align: left;
    width: 100%;
}
.cms-home .page-title h1 {
    border: none;
    margin-bottom: 0;
    text-transform: none;
}
.cms-home .sidebar {
    flex: 0 0 auto;
    width: 475px;
}
.cms-page-view .page-title h1 {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: .3462em;
}
.cms-page-view .std h2, .cms-no-route .std h2 {
    color: #000;
}
.cms-page-view .std li, .cms-no-route .std li {
    color: #333;
    font-style: normal;
}
.cms-page-view .std p, .cms-no-route p {
    color: #333;
    font-style: normal;
}
.compact-header .main-container {
    margin-top: 176px;
}
.compact-header #header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}
.compact-header #header .site-title {
    top: 12px;
}
.compact-header #header .skip-links {
    margin-top: 25px;
}
.count-container select {
    height: auto;
    padding: 0 .5em 0 .25em;
}
.customer-account-cms {
    border-bottom: 1px solid #ccc;
}
.customer-account-create .scaffold-form label:first-child {
    width: 300px;
}
.customer-account-create .scaffold-form label.register-is-logged-in {
    font-weight: bold;
    color: #172d67;
    font-size: 16px;
    border: 1px solid #999;
    width: 300px;
    padding-left: 3px;
    background-color: #ccc;
}
.customer-account-login .col2-set .col-1 ul {
    /* not sure where this came from all of a sudden but removing the 'discs' */
    list-style: none;
}
.customer-account-login .scaffold-form label:first-child {
    width: auto;
}
.data-table th {
    color: #000;
    font-weight: 700;
    text-transform: none;
}
.esa-evaluation-letters {
	border-radius: 2px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	padding: 23px;
}
.esa-evaluation-letters a.button {
	font-size: .875rem;
}
.esa-evaluation-letters header {
	border-bottom: 1px solid #d8d8d8;
	margin: 0 0 1em;
	padding-bottom: 1em;
}
.esa-evaluation-letters header h2 {
	font-size: 1.375rem;
}
.esa-evaluation-letters .letterbox {
	border-bottom: 1px solid #d8d8d8;
	margin: 1em 0;
}
.eval-arrow {
    /* float: left; */
    flex: 0 0 auto;
    height: 60px;
    width: 21px;
    background-image: url(../images/unfinished_arrow_inactive.png);
}
.eval-arrow.active {
    background-image: url(../images/unfinished_arrow_active.png);
}
.eval-check {
    /* float: left; */
    background-color: #fff;
    background-image: url(../images/finished_check_inactive.png);
    background-repeat: no-repeat;
    background-position: center center;
    flex: 0 0 auto;
    height: 60px;
    width: 25px;
}
.eval-check.active {
    background-color: #3157a2;
    background-image: url(../images/finished_check_active.png)
}
.eval-section {
    align-items: center;
    display: flex;
    /* float: left; */
    height: 60px;
    /* max-width: 17%; */
    /* width: 17%; */
    background-color: #fff;
}
.eval-section p {
    margin: 0;
    /* padding: 10px 20px 0; */
    padding: 0;
    text-align: center
}
.eval-section.active {
    background-color: #3157a2;
    color: #fff;
}
.fieldset p.required {
    font-size: .625rem;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.footer {
    background-color: #f5f5f5;
    border: none;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
}
.footer .block-title,
.footer address {
    color: #333;
}
.footer .block-title {
    border: none;
}
.footer .block-title strong {
    color: #000;
    font-size: 1.625rem;
    font-weight: 600;
    text-transform: none;
}
.footer .links {
    float: none;
    max-width: 440px;
    min-width: 260px;
    width: auto;
}
.footer .links.footer-links-company {
    flex: 1 1 auto;;
}
.footer .links.footer-links-products {
    flex: 2 1 auto;
}
.footer .links.footer-links-products figure {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
    padding: 4px 0;
}
.footer .links.footer-links-products figure figcaption {
    flex: 1 1 auto;;
    font-size: .875rem;
    text-transform: none;
}
.footer .links.footer-links-products figure figcaption .price {
    color: #333;
    font-size: .9333rem;
    font-weight: normal;
}
.footer .links.footer-links-products figure figcaption .price-box {
    font-size: .9333rem;
    margin: 0;
}
.footer .links.footer-links-products figure figcaption .price-box .old-price .price {
    opacity: 1;
}
.footer .links.footer-links-products figure figcaption .price-label {
    color: #333;
    display: inline;
    font-size: .9333rem;
    padding-right: .5em;
}
.footer .links.footer-links-products figure figcaption .special-price {
    color: #333;
    font-size: .9333rem;
    padding-left: .5em;
}
.footer .links.footer-links-products figure figcaption .special-price .price {
    font-size: .9333rem;
    text-decoration: underline;
}
.footer .links.footer-links-products figure figcaption a {
    font-size: .875rem;
    font-weight: 700;
}
.footer .links.footer-links-products li {
    list-style-type: none;
}
.footer .links.footer-links-products img {
    flex: 0 0 auto;
    height: auto;
    width: 50px;
}
.footer .links.footer-links-products ul {
	margin: 0;
}
.footer .links.social-media {
    flex: 2 1 auto;
}
.footer .links.social-media .fa[class*='facebook'] {
    color: #3b5998;
}
.footer .links.social-media .fa[class*='google'] {
    color: #DC4E41;
}
.footer .links.social-media .social {
    display: flex;
    margin: -2px;
}
.footer .links.social-media .social li {
    margin: 2px;
}
.footer .links.social-media .social a {
    font-size: 4rem;
}
.footer .links.social-media em {
    background: none;
}
.footer .links.social-media ul:not(.learn) {
    margin-left: 0;
    margin-top: 1em;
}
.footer .links.social-media ul:not(.learn) li {
    list-style-type: none;
}
.footer .links a {
    color: #3359a0;
    font-size: .875rem;
    font-weight: 600;
    text-transform: none;
}
.footer .links a:hover {
    color: #172d67;
}
.footer .links li {
    line-height: 1.5;
    padding: 0;
    word-break: keep-all;
}
.footer .links ul {
    color: #000;
    list-style-type: disc;
    margin-left: 1em;
}
.footer address {
    border: none;
    font-size: .875rem;
}
.footer address .separator {
    padding: 0 .5em;
}
.footer address a {
    font-weight: 600;
    white-space: nowrap;
    word-break: keep-all;
}
.footer address i {
    color: #3359A0;
    font-style: normal;
    font-weight: 600;
}
.footer address span {
    word-break: keep-all;
}
.footer-before-container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 30px;
    position: relative;
}
.form-list .control {
	float: left;
}
.form-instructions #registration-info-messages {
    display: block;
    line-height: 1.2;
    /* margin: .5em 0 1em; */
    font-style: normal;
    color: #900;
    font-weight: bold;
    max-width: 365px;
}
.form-instructions #registration-info-messages.ok {
    color: #009900;
}
.form-list select {
    margin-top: 0;
    width: 100%;
}
.grid table {
	border: none;
}
.grid table tbody tr:last-child td {
	border-bottom: none;
}
.grid table td {
	border-color: silver;
	border-style: none none solid;
	border-width: 1px;
}
.grid td,
.grid th {
	padding: 10px;
}
.grid thead {
	border-bottom: 1px solid silver;
}
.grid tr.even, .grid tr.even tr {
	background: none;
}
.grid tr.filter {
	background: #f4f4f4;
}
.grid tr.filter select {
	background: #fff;
}
.grid tr.filter th {
	border: none;
}
.grid tr.headings {
	background: none;
}
.grid tr.headings th {
	background: #f4f4f4;
	border: none;
	color: #0000;
	font-weight: 700;
	text-transform: none;
}
.grid tr.headings th a {
	color: #000;
	font-weight: 700;
	line-height: 1.4;
	padding: 0;
}
.grid tr.headings th a.sort-arrow-desc, .grid tr.headings th a.sort-arrow-asc {
	background: none;
}
.grid tr.headings th span.sort-title {
	line-height: inherit;
	padding: 0;
}
.grid tr.headings thead th,
.grid tr.headings tbody td {
	border-bottom: 1px solid silver;
}
.header-language-background {
    background-color: #172d67;
    display: none;
}
.header-minicart .product-details .product-name a,
.main-container .block-cart .product-details .product-name a {
    color: #3359A0;
    font-weight: 700;
}
.header-minicart .product-details .product-name a:hover,
.main-container .block-cart .product-details .product-name a:hover {
    color: #213966;
    text-decoration: underline;
}
.important-shipping-information {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    max-width: 100%;
    padding: 15px;
}
.important-shipping-information h3 {
    color: #bd1401;
    font-size: 1.5;
    font-weight: 600;
    text-transform: none;
}
.input-box.animal-image-upload {
    position: relative;
}
.input-text {
    border-color: #67696a;
}
.itpdx-animal-invalid-cart-item {
    background-color: #9e3838;
    color: #fff;
}
.itpdx-esa-letter-fieldset .buttons-set button.button,
.itpdx-esa-letter-fieldset .buttons-set a {
    float: left;
    margin-right: 5px;
    min-width: 140px;
}
.itpdx-esa-letter-fieldset .buttons-set a {
	margin-top: 4px;
}
.itpdx-esa-letter-fieldset .form-list .control {
	float: none;
	margin: 0;
}
.itpdx-esa-letter-fieldset .form-list .control label {
	background-color: transparent;
	color: inherit;
}
.itpdx-esa-letter-fieldset .form-list .list-select {
	padding: 0 10px !important;
}
.itpdx-esa-letter-fieldset .form-list .fields {
	display: flex;
	flex-wrap: wrap;
	margin: 2em -4px;
}
.itpdx-esa-letter-fieldset .form-list .fields .field {
	flex: 1 1 auto;
	margin: 4px;
}
.itpdx-esa-letter-fieldset .form-list .webforms-fields-row-82 { /* Legal Name */
	margin-bottom: -2em !important;
}
.itpdx-esa-letter-fieldset .form-list .wide {
	margin: 2em 0;
}
.itpdx-esa-letter-fieldset .legend {
	font-size: 1.5rem;
	padding: 0;
	margin: .5em 0 0;	
}
.itpdx-esa-letter-fieldset textarea {
	max-width: none;
}
.itpdx-webform-fieldset-tabs {
	border-bottom: 1px solid #67696a;
	display: flex;
	height: auto;
	padding: 0;
	width: 100%;
}
.itpdx-webform-fieldset-tabs li {
    background-color: #f5f5f5;
	border: 1px solid #67696a;
    color: #666;
	cursor: pointer;
	padding: 6px;
	line-height: 1.2;
	margin: 1px 0 -1px -1px;
}
.itpdx-webform-fieldset-tabs li:first-child {
	margin-left: 0;
}
.itpdx-webform-fieldset-tabs li:last-child {
	border-color: #67696a;
}
.itpdx-webform-fieldset-tabs li.active,
.itpdx-webform-fieldset-tabs li:hover  {
	background-color: #fff;
	border: 1px solid #67696a;
	border-style: solid solid none;
	color: #000;
	margin-top: 0;
	padding-bottom: 2px;
	z-index: 100;
}
.itpdx-webform-fieldset-tabs li:hover {
	color: #333;
}
.itpdx-webform-fieldset-tabs li.error {
	background-color: #fff;
	color: #900;
}
.itpdx-webform-fieldset-tabs li.error:hover {
	color: #900;
}
.itpdx-webform-fieldset-tabs li.error.active {
	background-color: #ccc;
	color: #900;
}
.justify-content.center {
    display: flex;
    justify-content: center;
}
.justify-content.space-between {
    display: flex;
    justify-content: space-between;
}
.justify-content-center {
    display: flex;
    justify-content: center;
}
.logo:hover {
    opacity: 1;
}
.main-container .block-cart {
	display: none;
}
.main-container .block-cart.skip-active {
	display: block;
	margin: -2px -15px 20px;
	position: relative;
}
.main-container .block-cart #minicart-error-message {
	color: red;
	display: none;
	text-align: center;
}
.main-container .block-cart #minicart-success-message {
	color: green;
	display: none;
	text-align: center;
}
.main-container .block-cart .block-subtitle {
	color: #50A4CF;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}
.main-container .block-cart .block-subtitle .close {
	color: #636363;
	display: block;
	float: right;
	right: -3px;
	font-size: 30px;
	font-weight: normal;
	position: absolute;
	text-decoration: none;
	top: -8px;
	width: 40px;
}
.main-container .block-cart .empty {
	padding: 10px;
	text-align: center;
}
.main-container .block-cart .info-wrapper {
	margin-bottom: 0.5em;
}
.main-container .block-cart .info-wrapper .qty {
	height: 30px;
	margin-right: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	width: 3.2em;
}
.main-container .block-cart .info-wrapper .qty-wrapper td {
	height: 33px;
	line-height: 33px;
}
.main-container .block-cart .info-wrapper .quantity-button {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 100ms;
	-moz-transition-duration: 100ms;
	-o-transition-duration: 100ms;
	transition-duration: 100ms;
}
.main-container .block-cart .info-wrapper .quantity-button[disabled] {
	cursor: default;
}
.main-container .block-cart .info-wrapper .quantity-button.visible {
	opacity: 1;
}
.main-container .block-cart .info-wrapper td {
	clear: right;
	color: #3399cc;
}
.main-container .block-cart .info-wrapper th {
	padding-right: 10px;
	text-transform: uppercase;
}
.main-container .block-cart .minicart-actions {
	margin-top: 0px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	text-align: center;
}
.main-container .block-cart .minicart-actions .cart-link {
	height: 33px;
	font-size: 13px;
	line-height: 39px;
	text-transform: uppercase;
}
.main-container .block-cart .minicart-actions .checkout-button {
	min-width: 145px;
}
.main-container .block-cart .minicart-actions .paypal-logo .paypal-or {
	line-height: 1.6;
}
.main-container .block-cart .mini-products-list {
	padding: 10px;
	padding-top: 0px;
}
.main-container .block-cart .mini-products-list li {
	border-bottom: 1px solid #DDDDDD;
	padding: 8px 5px 8px 11px;
	position: relative;
}
.main-container .block-cart .mini-products-list li.last {
	border: none;
}
.main-container .block-cart .mini-products-list li .product-details {
	position: relative;
}
.main-container .block-cart .minicart-message {
	display: block;
	padding: 10px;
}
.main-container .block-cart .minicart-wrapper {
	clear: both;
	position: relative;
}
.main-container .block-cart .minicart-wrapper:before, .main-container .block-cart .minicart-wrapper:after {
	content: '';
	display: none;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}
.main-container .block-cart .minicart-wrapper:before {
	background-color: white;
	opacity: 0.8;
	z-index: 2;
}
.main-container .block-cart .minicart-wrapper:after {
	background-image: url("../images/opc-ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
}
.main-container .block-cart .minicart-wrapper.loading {
	position: relative;
}
.main-container .block-cart .minicart-wrapper.loading:before, .main-container .block-cart .minicart-wrapper.loading:after {
	display: block;
}
.main-container .block-cart .product-details .product-name {
	padding-top: 0px;
	font-weight: bold;
}
.main-container .block-cart .subtotal {
	background-color: #DDDDDD;
	line-height: 2em;
	text-align: center;
}
.main-container .block-cart .subtotal .label {
	color: white;
	text-transform: uppercase;
}
.main-container .block-cart .subtotal .price {
	color: #3399cc;
}
.messages .success-msg li {
    border-color: #8fae1b;
}
.messages .success-msg li::before {
    border-left: 6px solid #8fae1b;
}
.my-account #eval-header {
    font-size: 14px;
}
.no-touch .product-image-thumbs a:hover {
    border-color: #c7c7c7;
}
.opc .section .step-title .number, .opc .section.allow.active .step-title .number, .no-touch .opc .section.allow:hover .step-title .number {
    background-color: #3359a0;
}
.opc .section.allow .step-title:hover h2, .opc .section.active .step-title h2 {
    color: #3359a0;
}
.over-char-limit {
	color: #900 !important;
}
.page-header {
    font-weight: bold;
}
.page-header-container {
    background-image: url('../images/header-background.jpg');
    background-repeat: no-repeat;
    min-height: 154px;
}
.page-header-container .store-language-container {
	display: none;
}
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
    color: #000;
    text-transform: none;
}
.page-title h2 {
	font-size: 1.5625rem;
}
.postContent img {
	height: auto;
    max-width: 100%;
}
.preferred-kits .description {
    color: #000;
    font-size: 1.0625rem;
    padding: 30px 30px 10px 40px;
    text-align: left;
}
.preferred-kits .description ul {
    list-style-position: outside;
    list-style-type: disc;
}
.preferred-kits .price-box .old-price .price,
.preferred-kits .price-box .old-price .price-label,
.preferred-kits .price-box .special-price .price {
    display: inline;
    font-size: 1.125rem;
}
.preferred-kits .price-box .old-price .price {
    color: #000;
    text-decoration: line-through;
}
.preferred-kits .price-box .old-price .price-label,
.preferred-kits .price-box .special-price .price {
    color: #2ba326;
}
.preferred-kits .price-box .old-price .price-label {
    padding-right: .5em;
}
.preferred-kits .price-box .special-price {
    padding-left: .5em;
}
.preferred-kits .products-grid {
    align-items: center;
    display: flex;
    justify-content: center;
}
.preferred-kits .products-grid .actions {
    display: block;
    min-height: 0;
    padding: 10px 20px;
    position: relative;
    text-align: center;
}
.preferred-kits .products-grid .actions .button {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    padding: 12px;
    text-transform: none;
    width: 100%;
}
.preferred-kits .products-grid .product-name {
    margin: 1.3636em 50px .4545em;
    max-width: 100%;
}
.preferred-kits .products-grid .product-name a {
    color: #000;
    font-size: 1.375rem;
    line-height: 1.4545;
    text-transform: none;
}
.preferred-kits .products-grid .product-name a:hover {
    color: #000;
    text-decoration: underline;
}
.preferred-kits .products-grid .item {
    align-items: center;
    background-color: #fff;
    border: 2px solid #ececec;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
.preferred-kits .products-grid .item.highlight {
    box-shadow: 0 0 10px 0 rgba(47,162,47,.5);
}
.preferred-kits .products-grid .item.highlight::before {
    background-color: #2ba326;
    color: #fff;
    content: "Best Value";
    display: block;
    font-size: 1.375rem;
    font-weight: 700;
    padding: 3px;
    text-transform: uppercase;
    width: 100%;
}
.preferred-kits .products-grid .item img {
    height: auto;
    width: 100%;
}
.preferred-kits footer a {
    background-color: #ebebeb;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    height: 50px;
    margin-bottom: 30px;
    padding: 12px;
    text-align: center;
    width: 100%;
}
.preferred-kits header {
    margin-bottom: 2em;
    text-align: center;
}
.preferred-kits header h2,
.preferred-kits header h3,
.preferred-kits header h5 {
    font-weight: 600;
    text-transform: none;
}
.preferred-kits header h2 {
    font-size: 1.375rem;
    margin: 20px 0 10px;
}
.preferred-kits header h3,
.preferred-kits header h5 {
    font-size: .875rem;
}
.price-box .old-price .price {
    color: #000;
    opacity: .5;
}
.price-box .old-price .price-label, .price-box .special-price .price-label {
    color: #77a464;
    display: inline-block;
    font-size: 1.0938rem;
}
.price-box .price, .price {
    color: #2ba326;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
}
.price-box .special-price {
    padding-left: .25em;
}
.price-box .special-price .price-label {
    display: none;
}
.product-collateral .toggle-tabs li.current span, .product-collateral .toggle-tabs li:hover span {
    color: #3359a0;
}
.product-console {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin: 10px;
    /* max-width: 405px; */
    padding: 20px;
    z-index: 199;
}
.product-console .product-options-bottom {
    margin-bottom: 0;
}
.product-img-box {
	float: none;
}
.product-image-thumbs a{
    border-color: #ededed;
}
.product-options dd .input-text {
    background-color: #f5f5f5;
    border: 1px solid #67696a;
    border-radius: 2px;
    font-size: .9375rem;
    height: 2.2667em;
}
.product-options dd select {
    background-color: #f5f5f5;
    border: 1px solid #67696a;
    border-radius: 2px;
    font-size: .9375rem;
    height: 2.2667em;
    width: 100%;
}
.product-options dt {
    font-weight: 600;
}
.product-options p.required {
    position: relative;
    right: 0;
    text-align: left;
    top: 0;
}
.product-view .add-to-cart .qty-wrapper .qty {
    border: 1px solid #67696a;
    border-radius: 2px;
    font-size: .9375rem;
}
.product-view .product-shop {
	float: none;
	width: auto;
}
.product-view .product-shop .availability {
    text-transform: capitalize;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
    color: #2ba326;
    font-size: 1rem;
    font-weight: 600;
}
.product-view .product-shop .product-name {
	display: block;	
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
    color: #000;
    font-size: 1.375rem;
    text-transform: none;
}
.products-grid .button {
    width: 80%;
}
.product-view .std img {
    height: auto;
    max-width: 100%;
}
.products-grid .price-box .old-price .price-label,
.products-grid .price-box .special-price .price-label {
    color: #2ba326;
}
.products-grid .product-name, .products-list .product-name {
    text-align: left;
}
.products-grid .product-name a, .products-list .product-name a {
    color: #2853a8;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.333;
    text-transform: none;
}
.products-grid .product-image {
    border: none;
}
.products-grid > li {
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 15px;
}
.shipping-tracking-popup .title-buttons button {
    display: none;
}
.site-title {
    background-image: linear-gradient(-180deg,#3359a0 0,#172d67 100%);
    display: flex;
    flex-direction: column;
    height: 70px;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.skip-cart .count {
    top: -2px;
}
.skip-link:hover:not(.skip-active) {
    opacity: 1;
}
.skip-nav {
    width: 20%;
}
.skip-nav .label {
    display: none;
}
.skip-register .icon,
.skip-shop .icon {
    display: none;
}
.skip-register .label,
.skip-shop .label {
    display: inline;
}
.skip-search {
    display: none;
}
.std table th {
	font-weight: bold;
}
.std table tr th,
.std table tr td {
	border-bottom: 1px dotted rgba(0,0,0,.1);
	padding: 8px;
}
.std table tr:first-child th,
.std table tr:first-child td {
	border-top: 1px dotted rgba(0,0,0,.1);	
}
.std table tr:nth-child(even) th,
.std table tr:nth-child(even) td {
	background: rgba(0,0,0,.025);
}
.std ul ul {
    list-style-type: circle;
}
.toolbar {
    background: #fff;
    border: none;
}
.toolbar select {
    background-color: #fff;
    height: auto;
    padding: 0 .5em 0 .25em;
}
.webforms-esa_assessment {
	margin: 1.5em -15px 0;
}
.yotpo.yotpo-main-widget, .yotpo .yotpo-modal-dialog {
    width: 100% !important;
}
a {
    color: #3359a0;
    font-weight: 600;
}
a:hover {
    /* color: #172d67; */
    color: #213966;
}
body, button, input, select, table, textarea {
    color: #333;
}
body.customer-account .my-account .fieldset.itpdx-esa-letter-fieldset {
	border: 1px solid #67696a;
	border-style: none solid solid;
    margin-top: 0;
    padding: 8px;
}
body.customer-account .my-account .page-title h1 {
    border-bottom: 1px solid #eee;
    font-size: 1.625rem;
    padding-bottom: .3462em;
}
body.customer-account .my-account .title-buttons .button {
    top: -6px;
}
div[itemtype="http://schema.org/Product"] {
    max-width: 100%;
}
dt {
    font-weight: 600;
}
form .legend {
	color: #000;
	text-transform: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #000;
    font-weight: 600;
    line-height: 1.1;
    text-transform: none;
}
h1,
.h1 {
    font-size: 1.625rem;
}
h2,
.h2 {
    font-size: 1.5625rem;
}
h2.product-name a, h3.product-name a, h4.product-name a, h5.product-name a, p.product-name a {
    color: #3359a0;
    text-transform: none;
}
h2.product-name a:hover, h3.product-name a:hover, h4.product-name a:hover, h5.product-name a:hover, p.product-name a:hover {
    color: #213966;
    text-decoration: underline;
}
h3,
.h3 {
    font-size: 1.125rem;
}
h4,
.h4 {
    font-size: 1.125rem;
}
h5,
.h5 {
    font-size: .875rem;
}
h6,
.h6 {
    font-size: .75rem;
}
input[type="email"], input[type="search"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"] {
    height: 2.4286em;
    width: 100%;
}
input[disabled="disabled"] {
    background-color: #f5f5f5;
}
ol.list-style-bubble {
	counter-reset: item;
	color: #fff;
	list-style: none;
}
ol.list-style-bubble > li {
	counter-increment: item;
	line-height: 1.8;
	margin-bottom: 1em;
}
ol.list-style-bubble > li:before {
	background-color: #3157a2;
	border-radius: 100%;
	color: #fff;
	content: counter(item);
	display: inline-block;
	font-family: Verdana;
	font-size: .875rem;
	line-height: 1.8;
	margin-right: .5em;
	text-align: center;
	width: 1.8em;
}
ol.list-style-bubble > li ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
p.note {
    margin: 0;
    padding: 0 0 0 13px;
    background: url(../images/note_bg.gif) 1px 6px no-repeat;
    font-size: 11px;
}
select {
    background: #f5f5f5;
    border: 1px solid #67696a;
    border-radius: 2px;
    height: 2.4286em;
}
@media screen and (max-width: 1005px) {
    #eval-header {
        /* display: none; */
    }
   	#mobiletabs {
		display: flex;
	}
    .catalog-product-view .col-main,
    .catalog-product-view .sidebar {
        flex: 1 0 auto;
        max-width: 100%;
        padding: 10px;
    }
    .catalog-product-view .main {
        flex-wrap: nowrap;
    }
    .cms-home .sidebar {
        width: 100%;
    }
    .col-main {
        width: 100%;
    }
    .main {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
    }
    .preferred-kits .products-grid {
        flex-direction: column;
    }
    .preferred-kits .products-grid .item {
        margin: 10px;
        width: 100%;
    }
    .preferred-kits .products-grid .item.first {
        order: 2;
    }
    .preferred-kits .products-grid .item.highlight {
        order: 1;
    }
    .preferred-kits .products-grid .item.last {
        order: 3;
    }
    .sidebar {
        width: 100%;
    }
}
@media screen and (min-width: 771px) and (max-width: 880px) {
    a.skip-link .label {
        display: none;
    }
}
@media only screen and (min-width: 771px) {
    #header-account a {
        color: #3359A0;
    }
    #header-account a:hover {
        color: #213966;
    }
    #header-account.skip-active {
        border: 10px solid #172D67;
        border-radius: 5px;
        box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.75);
        margin-top: -1px;
        top: auto;
    }
    #header-cart.skip-active {
        border: 10px solid #172D67;
        border-radius: 5px;
        box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.75);
        top: 47px;
    }
    #header-nav {
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    }
    #header-search {
        right: 10px;
    }
    .letterbox {
		display: flex;
		margin: 0 -10px;
    }
    .letterbox .price-box {
    	font-size: .8125rem;
		margin: 0;
    }
    .letterbox .price-box .old-price .price,
    .letterbox .price-box .old-price .price-label,
    .letterbox .price-box .special-price .price,
    .letterbox .price-box .special-price .price-label {
		font-size: inherit;
	}
    .letterbox div {
		margin: 10px;
    }
    .letterbox h3 {
    	color: #333;
		margin: 0;
    }
    .letterbox p {
		margin: 0;
    }
    .nav-primary {
        background-color: #172d67;
    }
    .nav-primary a {
        color: #fff;
    }
    .nav-primary a:hover,
    .nav-primary li:hover > a {
        color: #172d67;
    }
    .nav-primary a.level0 {
        line-height: 1.4286;
        padding: 1.0714em;
    }
    .nav-primary li:hover {
        background-color: #fff;
    }
    .nav-primary li.level0 {
        padding: 0;
    }
    .nav-primary li.level0 > a {
        text-transform: none;
    }
    .nav-primary li.level0.active {
        background-color: #fff;
    }
    .nav-primary li.level0.active a {
        color: #172d67;
    }
    .nav-primary li.level0 ul {
        background-color: #fff;
        border-top: none;
        top: 50px;
    }
    .nav-primary li.level0 ul li > a {
        color: #3359a0;
    }
    .nav-primary li.level0 ul li:hover,
    .nav-primary li.level0 ul li:hover > a {
        color: #172d67;
    }
    .page-header {
        margin-top: 46px;
    }
    .skip-account {
        text-transform: none;
    }
    .skip-cart {
        color: #fff;
        text-transform: none;
    }
    .skip-link {
        background: transparent;
        color: #fff;
    }
    .skip-link:hover:not(.skip-active) {
        background-color: #2a51ba;
    }
    .skip-register {
        display: none;
    }
    .skip-shop {
        display: none;
    }
    .skip-link:focus {
        color: #fff;
    }
    .skip-link:hover:not(.skip-active) span {
        color: #fff;
    }
}
@media screen and (max-width: 770px) {
    .cms-home .sidebar {
        padding: 0;
    }
    .footer {
        padding: 10px;
    }
    .logo {
        display: none;
    }
	.main-container .block-cart .minicart-actions {
		padding-bottom: 33px;
	}
	.main-container .block-cart .minicart-actions .cart-link {
		bottom: 0;
		position: absolute;
		right: 10px;
	}
	.main-container .block-cart .minicart-actions .checkout-types.minicart li {
		display: inline-block;
	}
	.main-container .block-cart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
		display: inline;
	}
	.main-container .block-cart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
		display: inline-block;
		vertical-align: top;
	}
	.main-container .block-cart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
		display: inline;
		float: none;
		line-height: 40px;
		margin: 0 10px 5px 10px;
		width: auto;
	}
	.main-container .block-cart .minicart-wrapper:before {
		background-color: #EDEDED;
	}
	.main-container .block-cart .quantity-button {
		float: none;
	}
	.main-container .block-cart .subtotal .label {
		color: #636363;
	}
    .nav-primary {
        background-color: transparent;
    }
    .no-touch #header-account a:hover, .no-touch .nav-primary a:hover {
        background-color: #fff;
        color: #172D67;
    }
    .page-header {
        padding: 0;
    }
    .page-header-container {
        background: none;
    }
    .sidebar .block:last-of-type {
        border: none;
    }
    .sidebar .block:not(.block-layered-nav) .block-content {
        border-width: 1px;
    }
    .sidebar .block:not(.block-layered-nav) .block-title > strong {
        border: 1px solid #ccc;
    }
    .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
        border-bottom: none;
    }
    .site-title {
        position: relative;
    }
    .skip-links {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 771px) {
	#eval-header {
	    color: #adadad;
	    border: 1px solid #ececec;
	    display: flex;
	    font-weight: 600;
	    font-size: 16px;
	    height: 62px;
	    line-height: 20px;
	    margin-bottom: 20px;
	}
	#mobile-eval-header {
		display: none;
	}
	.webforms-esa_assessment {
		margin: 1.5em;
	}
}
@media only screen and (max-width: 740px) {
	.main-container .block-cart .minicart-actions .cart-link {
		left: 0;
		right: auto;
		text-align: center;
		width: 100%;
	}
	.main-container .block-cart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
	.main-container .block-cart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
		display: block;
		margin-left: 0;
		width: 100%;
	}
	.main-container .block-cart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
		line-height: 1.6;
	}
}
@media screen and (max-width: 640px) {
    #eval-header {
        flex-direction: column;
    }
}
@media only screen and (max-width: 599px) {
	.main-container .minicart-actions .checkout-button {
		width: 100%;
	}
}
@media screen and (min-width: 500px) and (max-width: 769px) {
    .skip-link {
        width: 20%;
    }
    .skip-nav .label {
        display: inline;
    }
}
@media screen and (max-width: 480px) {
    .cms-home .page .main-container {
        padding: 0;
    }
}
@media screen and (min-width: 480px) {
	.main-container .block-cart.skip-active {
		margin: -2px -30px 20px;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* MSIE 10+ styles */
	.cms-home .col-right.sidebar,
	.catalog-product-view .col-right.sidebar {
		/* align-items: center; MSIE can't CSS3 */
		align-items: flex-start;
	}
}