header {
    z-index: 2;
}
section.quick-info {
    padding: 5px 0;
    background-color: #f0f0f0;
    margin-bottom: 0px;
}
.emergency-number {
    float: left;
    color: #3b4e2a;
    text-decoration: none;
    padding-right: 10px;
}
.emergency-number a {
    font-weight: 400;
    font-size: .9em;
    color: #3b4e2a;
}
.trusted {
    float: right;
    font-size: .8em;
}
.trusted a {
    color: #3b4e2a;
    font-style: italic;
}
img.header-img {
    width: 55px;
    padding-right: .3em;
    margin-top: -5px;
    padding-top: 4px;
}
.emergency-number a span {
    color: #1f1f1f;
    text-decoration: none;
    font-weight: 500;
    font-size: 110%}
.main-title {
    padding: 0;
}
img.header-icon {
    max-height: 30px;
}
.logo-container {
    max-width: 40%}
.main-title figcaption.header {
    display: none;
}
.main-title figure img {
    float: left;
    margin: 10px 0;
    width: 320px;
}
.main-title h3.phone a {
    color: #000;
}
.menu-container {
    float: right;
    position: relative;
    height: auto;
    z-index: 1;
    width: 60%;
    margin-top: 15px;
}
.dropdown.menu li.menu-text {
    display: none;
    width: 0;
}
.top-bar, ul.dropdown.menu {
    background-color: transparent!important;
}
ul.dropdown.menu li {
    line-height: 1em;
    padding: 0;
    border-right: 1px solid #000;
    font-size: 1.1em!important;
}
ul.dropdown.menu li:last-child {
    border-right: none;
}
ul.menu.vertical {
    width: 16em;
}
ul.menu.vertical li {
    border-bottom: 1px solid #000;
    border-right: none;
    background-color: rgba(240, 240, 240, 1)!important;
}
ul.menu.vertical li:last-child {
    border: none;
}
ul.dropdown.menu li a {
    color: #3b4e2a;
    margin: 0;
    padding: .4em;
    font-weight: 400;
}
.menu.vertical li {
    max-width: 100%;
    font-size: 1em!important;
}
.menu.vertical li a {
    padding: .3em 0 .3em .6em!important;
    color: #3b4e2a!important;
    font-size: 90%!important;
}
.menu.vertical li a span {
    display: block;
    font-size: 85%;
    font-style: italic;
}
.menu .is-active>a {
    background: #666;
    color: #666!important;
}
.menu .active>a {
    background: #777;
    color: #777!important;
}
.top-bar .is-dropdown-submenu-parent>a:after {
    border-color: #3b4e2a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)!important;
}
section {
    padding: 80px 0 40px;
    margin: 0;
}
section.main-title{margin-bottom: -55px;}
section::after {
    content: "";
    display: block;
    clear: both;
}
section.break {
    padding: 0;
    border-top: 4px solid #d0252e;
    margin: 0px auto 20px;
}
section.break:after {
    border-top: 20px solid #9e111a;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    bottom: 0;
    content: "";
    margin: 0px auto 0;
    width: 0;
    height: 0;
}
section.home-page {
    padding-top: 20px;
}
section.borders{border-top:2px solid #000;border-bottom:2px solid #000;}
.reduced-paragraph {
    width: 80%;
    margin: 30px auto;
	padding:.4em;
}
.border {
    border: 2px solid #000;
    padding: .9em;
    background-color:#fff;
    border-radius:.4em;
}
.borderImg{border: 2px solid #000;}
.fullWidth {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: initial;
    padding: 0;
}
.row.fullWidth{max-width: 1800px;}
.reverseGrey{background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 80%);}
.bg-white{background-image: url(../_img/bg-white.png);
  background-repeat: repeat;}
.bg-pattern{background-image: url(../_img/bg-pattern.png);
  background-repeat: repeat;}
.whiteBg{background-color:rgba(255, 255, 255, .6);padding: .6em;border-radius:.4em;}
.black{color:#000;}
.dotComBlue{color:#001b44;}
picture.cover, figure.cover, .cover {
    background-size: cover;
    margin: 0;
    padding: 0;
}
picture.cover img, figure.cover img {
    width: 100%;
    margin: 0 auto;
}
.space-top {
    padding-top: 40px;
}
.space {
    padding: 40px 0;
}
.dkGreen{color:#3b4e2a;}
figcaption {
    line-height: 1.2em;
    font-size: 90%;
    width: 90%;
    margin: 6px auto;
    text-align: center;
    color: #000;
}
figure.full {
    margin: 0;
}
figure.flt-right, picture.flt-right {
    float: right;
    padding-left: .3em;
}
figure.flt-left, figure.float-left {
    float: left;
}
figure.maxSize180{padding: .6em;}
figcaption.size180{max-width:200px;}
a{
    text-decoration: none!important;
}
a:hover{cursor:pointer;}
p a {
    color: #666!important;
    border-bottom: 1px dotted #dedede;
}
a.btn {
    font-size: 90%!important;
    border: 1px solid #000;
    border-radius: .4em;
    padding: .3em;
    color: #000!important;
    background-color: #f5f5f5;
    display: block;
    width: 6em;
    margin: 20px auto 0;
}
a.btn:hover {
    background-color: rgba(204, 204, 204, .2);
}
.lttr-space {
    letter-spacing: .2em;
}
.box-shadow{box-shadow:3px 3px 4px #666;}
.txtShdw{text-shadow:2px 2px 0px #000;}
body h1 {font-size: 2em;
    margin-bottom: 0;
    padding-bottom: 0;
}
body h2 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: .6em;
}
body h2 span.small{font-size:75%;}
body h3 {
    font-size: 1.6em;
    line-height: 1.2em;
    margin: 0 0 .5em;
    padding-bottom: 0;
}
body h3.mission.lite{color:#3C502B;text-align:center;font-size:1.3em;font-weight:200;}
.nav-boxes h3{font-size:1.1em;color:#3b4e2a;}
.nav-boxes p {font-size:.9em!important;line-height: 1.1em;}
body h4 {
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 0 0 .5em;
    padding-bottom: 0;
}
body h5 {
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0 0 .5em;
    padding-bottom: 0;
}
p, ul.list li,ol.list li {
    font-size: 1.3em!important;
}
.clear {
    clear: both;
}
body a, body p a {
    color: #444;
}
a:hover, p a:hover {
    color: #999!important;
}
a {
    text-decoration: none;
}
ul.col {
    float: left;
    padding-top: 10px;
}
ul.col li{width: 18em;}
ul.list.col.bullet li{list-style-image: url(../_img/bullet.svg)}
ul.list li,ol.list.number li {
    line-height: 1.3em;
    padding-bottom: .5em;
    list-style-type: none;
}
ul.list.bullet {
    list-style-image: url(../_img/bullet.svg);
}
ul.list.bullet-paw{
    list-style-image: url(../_img/bullet-paw.svg);
}
ul.list.check li {
    list-style-image: url(../_img/check.svg);padding-left:.6em!important;
}
ul.list.number li {
    list-style-type: decimal;
    color: #f2432d;
}
ol.list.number li {
    list-style-type: decimal;
}
ul.list li.inline {
    display: inline;
    padding-right: 1.5em;
}
li.strong{font-weight:bolder;}
.center {
    text-align: center;
    margin: 0 auto;
}
.lite{font-weight:200;}
.mediumFont{font-weight:400;}
.noSpaceTop{margin-top:-.6em;}
.decorated {
    overflow: hidden;
    text-align: center;
    padding-bottom: 1.4em;
    z-index: 1;
}
h1.decorated.zero-pad {
    padding-bottom: 0;
}
.decorated>span {
    position: relative;
    display: inline-block;
    color: #000;
    line-height: 1.1em;
    padding: 0!important;
    margin: 0!important;
    white-space: nowrap;
}
.decorated>span:before, .decorated>span:after {
    content: '';
    position: absolute;
    top: 48%;
    border-bottom: 8px double #3b4e2a;
    width: 3000px;
    margin: 0 .3em;
    padding: 0!important;
}
.decorated>span:before {
    right: 100%}
.decorated>span:after {
    left: 100%}
form {
    width: 90%;
    margin: auto;
    text-align: left;
    background-color: #dedede;
    padding: .4em;
    border: 2px solid #3B4926;
}
form p {
    text-shadow: 1px 1px #fff;
}
form p.info {
    background: #FFF;
    padding: .5em;
    margin-top: 20px;
    font-size: 90%;
    border-radius: .4em;
    border: 1px solid #444;
}
form textarea {
    display: block;
    width: 90%;
    margin: 0 auto 25px;
}
form fieldset {
    margin: 0 25px 0 25px;
}
form textarea {
    height: 8em;
}
form input {
    display: inline;
    padding-left: .6em;
}
form input[type=submit] {
    font-size: .9em;
    width: 7em;
    color: #fff;
    border: none;
    background-color: #3b4e2a;
    margin: 10px 0px 5px 0px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-appearance: none;
    border: 1px solid #3E4C28;
}
form input[type=submit]:hover {
    color: #ffd34c;
    font-size: 85%}
footer {
    padding: 40px 0 60px;
    border-top: 4px solid #000;
}
figure.footer-logo img {
    width: 200px;
    margin: 0 auto;
    padding-top: 30px;
}
.decorated p.small.anchor-descript a{color: #000!important;width:230px!important;margin:0 auto;line-height:1em!important;}
footer h3 {
    font-size: 1.2em;
    padding: 10px 0 0;
    text-decoration: underline;
    color: #000;
    text-transform: uppercase;
}
footer h3.partners{font-weight:normal;}
footer a {
    display: inline;
    padding: 0 .2em;
    color: #333;
    border-bottom: none;
}
footer a.inline.rBorder{border-right: 1px solid #000;}
footer a.contactUs{padding-bottom: .4em;display:block;}
footer img.small-contact.contactUs{width:60px;}
footer a span {
    display: block;
    margin-top: -4px;
    font-size: 90%!important;
    font-style: italic;
}
footer a.window-type {
    font-size: 90%}
footer p {
    font-size: 1em!important;
    padding: 0;
    margin: 0 auto;
}
footer p img {
    margin: 8px auto;
}
footer p a {
    color: #333!important;
}
footer p a span {
    display: inline;
}
footer figcaption.rating.google{font-size:.7em;line-height: 1.1em!important;max-width: 110px;}
footer p.serving {
    font-size: .8em!important;
    font-style: italic;
    font-weight:200;
}
@media (max-width:1016px) {
    .container {
    max-width: 98%}
section.main-title {
    height: 80px;
}
.logo-container {
    max-width: 120px;
    display: block;
    margin: 0 auto 10px;
}
.menu-container {
    float: none;
    width: 90%}
.logo-container a .center.full img {
    width: 140px;
    position: absolute;
    left: 7px;
    top: 40px;
}
.dropdown.menu {
    width: 100%}
.top-bar, .dropdown.menu {
    margin-left: 0;
}
.title-bar {
    background-color: transparent;
    width: auto;
    position: absolute;
    top: -10px;
    right: 0;
}
.top-bar, .top-bar-right {
    z-index: 1;
    position: absolute;
    right: 30px;
    top: 20px;
    width: 10em;
    max-width: 100%}
.top-bar-title {
    position: absolute;
    top: 40px;
    right: 15px;
}
.title-bar-title.dark {
    font-weight: 200;
    color: #3b4e2a;
    padding-left:8px;
    margin-top:-.2.6em;
}
.top-bar {
    background-color: transparent!important;
}
ul.dropdown.menu li {
    display: block;
    border-bottom: 1px solid #fff;
    border-right: none;
    padding: .5em 0;
    background-color: rgb(235, 235, 235);
    width: 12em;
}
.dropdown.menu {
    width: 100%;
    display: block;
}
ul.menu.vertical {
    width: 10em;
    max-width: 100%}
ul.dropdown.menu li a, .menu.vertical li a {
    font-size: 90%;
    padding-left: .4em;
}
.menu.vertical li {
    background-color: rgb(215, 215, 215);
    width: 10em;
    max-width: 100%}
.top-bar-right .dropdown.menu li .menu.vertical li a {
    padding: 0 .7em;
    font-size: 14px!important;
}
h1 {
    font-size: 2.4em;
}
h2 {
    font-size: 2.2em;
    line-height: 1.2em;
}
h3 {
    font-size: 1.8em;
}
h4 {
    font-size: 1.5em;
}
}
@media (max-width:870px) {
    .main-title h3.phone a {
    display: block;
}
h1 {
    font-size: 1.6em;
}
h2 {
    font-size: 1.4em;
    line-height: 1.2em;
}
h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1.3em;
}
p, ul.list li,ol.list li {
    font-size: 1.1em!important;
}

section.contact {
    width: 80%}
}@media (max-width:760px) {
    h1 {
    font-size: 1.5em;
}
h2 {
    font-size: 1.3em;
    line-height: 1.2em;
}
.decorated>span {
    white-space:normal;
}
p, ul.list li {
    font-size: 1em!important;
}
ul.list li {
    margin-left: -1em!important;width:15em;
}
p.quote{font-size:1.7em!important;}
figure.full {
    margin: 0;
}
.reduced-paragraph {
    width: 90%;
    margin: 30px auto;
}
.contact, form {
    width: 100%}
.contact fieldset input, .ctct-custom-form.Form input, #comments {
    width: 98%;margin: 0 1%;}
}@media (max-width:639px) {
    .trusted a {
    font-size: .8em;
}
.trusted a .header-img {
    display: none;
}
.column.column-block.center.space-top.second-list{padding-top:40px;}
.columns.medium-4.small-12{margin:10px auto;}
body p, ul li {
    font-size: 1em;
}
body h1, body h2, h1.decorated span {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.1em;
}
h1.decorated {
    font-size: 1.1em;padding: 0 .5em;
}
body h3, body h4, body h5 {
    font-size: 1.1em;
    font-line-height: 1.1em;
}
.emergency-number, .emergency-number .small {
    font-size: .8em;
}
ul.list {
    margin-left: 1.2em;width: 22em;
}
ul.list li,ol.list li {
    font-size: 1em;
}
ul.list.col.second-list{margin-top:-3em;}
ul.list.col{margin-left: 2em;}
ul.col li{width: 98%;}
section {
    padding: 30px 0;
}
section.main-title{margin-bottom: -25px;}
.columns.medium-6 {
    margin: 15px auto;
}
.reduced-paragraph {
    width: 96%;
    margin: 20px auto;
}
figcaption {
    font-size: .8em;
}
p.captionHeight {font-size: 1em;}
figure.full {
    margin: 0;
}
figure.flt-right, figure.flt-left, picture.flt-right {
    float: none;
    margin: 10px auto;
    padding-left: 0;
}
figure.flt-left img.intro-dog, figure.full.flt-left.intro-dog{width: 250px; margin: 15px auto;max-width:100%;}
figure.maxSize180{width: 180px; margin: 15px auto;max-width:100%;}
footer h3 {
    font-size: 1em;
}
}@media (max-width:398px) {
    .main-title h3.phone {
    font-size: .8em;
}
ul.list {
    width: 20em;
}
body h5.center.dock-icons{height: 3em;}
.decorated>span:before, .decorated>span:after {
    border-bottom: none;
}
}