body {
    background: url("/wp-content/uploads/2017/11/bck06.jpg") fixed center top / cover;
}
h1 {
    color: #013463;
    font-size: 48px;
    margin-bottom: 40px;
    font-family: "Libre Baskerville", serif;
}
h2 {
    color: #013463;
    font-size: 24px;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
}
h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    font-family: "Libre Baskerville", serif;
}
h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    font-family: "Libre Baskerville", serif;
}
h4 {
}
h5 {
}
a {
    color: #6c5fa5;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
a:hover {
    color: #52487d;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

p {
    color: #333;
    line-height: 25px;
}
.font23 {
    font-size: 26px;
}
.clear {
    display: block;
    width: 100%;
    visibility: hidden;
    clear: both;
}
.headerWrap {
    width: 100%;
    height: 95px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
}
header {
    display: block;
    position: relative;
    height: 95px;
    width: 100%;
}
header .logo {
    text-align: left;
    position: relative;
    top: 10px;
    left: 0px;
    width: 30%;
}
header .header_contact {
    display: block;
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 18px;
    text-align: right;
}
.spaceu {
    height: 160px;
}
#sticktop {
    position: fixed;
    width: 100%;
    z-index: 99999999;
}
header .header_contact p {
    line-height: 26px;
    color: #013463;
    margin-bottom: 0px;
    font-family: "Libre Baskerville", serif;
}

#menu-inner li.highlight,
#menu-inner li:hover {
    background: rgba(255, 255, 255, 0.3);
}
.widget-area-full {
    background: #3774a0 !important;
}
/* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

.subnavigation-wrap {
    display: block;
    position: relative;
    height: 30px;
    width: 100%;
    border-top: 3px solid #3774a0;
    border-bottom: 3px solid #3774a0;
}
.subnavigation-forpet {
    background: 0px 0px repeat-x url("../../images/forpet-submenu-bg.jpg");
}
.subnavigation {
    display: block;
    width: 940px;
    height: 30px;
    margin: 0px auto;
    padding: 0px !important;
}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
    border: 0;
    background: none;
    padding: 0px !important;
    margin: 0px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
header .logo img {
    width: 80%;
}
.logo p {
    font-family: "Libre Baskerville", serif;
    color: #013463;
    font-size: 16px;
    padding-top: 5px;
}
/* Navbar links: increase padding for taller navbar */
.subnavigation-forpet .navbar .nav > li > a {
    padding: 5px 22px;
    color: #7060a7;
    font-family: "Libre Baskerville", serif;
    font-size: 15px;
}
.subnavigation-forvet .navbar .nav > li > a {
    padding: 5px 20px;
    color: #c0b8dd;
}
.subnavigation-forpet .navbar .nav > li.active > a,
.subnavigation-forpet .navbar .nav > li.active > a.dropdown-toggle {
    padding: 5px 20px;
    color: #352a64;
    background: none;
    border-bottom: 4px #352a64 solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.subnavigation-forvet .navbar .nav > li.active > a,
.subnavigation-forvet .navbar .nav > li.active > a.dropdown-toggle {
    padding: 10px 20px;
    color: #fff;
    background: none;
    border-bottom: 4px #fff solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar .dropdown-menu > li {
    position: relative;
}
.navbar .dropdown-menu > li > .dropdown-menu-second:before {
    position: absolute;
    left: -7px;
    top: 4px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: "";
}

.navbar .dropdown-menu > li > .dropdown-menu-second:after {
    position: absolute;
    left: -6px;
    top: 5px;
    display: inline-block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: "";
}
ul.dropdown-menu li:hover > ul.dropdown-menu-second {
    display: block;
}
.dropdown-menu-second {
    position: absolute;
    top: 5%;
    left: 90%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.social_line {
    display: block;
    position: absolute;
    top: 30px;
    left: 45%;
    right: 45%;
    width: 100px;
    z-index: 2000;
}
.social_line li {
    display: block-inline;
    list-style-image: none;
    list-style-type: none;
    float: right;
}
.facebook a {
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 10px;
    background: top center/32px 32px no-repeat url("../../images/social/facebook.png");
}
.linkedin a {
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 10px;
    background: top center/32px 32px no-repeat url("../../images/social/linkedin.png");
}
.pinterest a {
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 10px;
    background: top center/32px 32px no-repeat url("../../images/social/pinterest.png");
}
.google a {
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 10px;
    background: top center/32px 32px no-repeat url("../../images/social/google.png");
}
.instagram a {
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 10px;
    background: top center/32px 32px no-repeat url("../../images/social/Instagram.png");
}
.twitter a {
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 10px;
    background: top center/32px 32px no-repeat url("../../images/social/Twitter.png");
}
.yelp a {
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 10px;
    background: top center/32px 32px no-repeat url("../../images/social/Yelp.png");
}
.youtube a {
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 10px;
    background: top center/32px 32px no-repeat url("../../images/social/YT.png");
}
.social_line li a:hover {
    opacity: 0.8;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.white-caret {
    border-top-color: #d5cff2 !important;
    border-bottom-color: #d5cff2 !important;
}

.dropdown-menu {
    position: absolute;
    top: 85%;
    left: -2px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    background-image: -moz-linear-gradient(top, #fff, #e0dbef);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e0dbef));
    background-image: -webkit-linear-gradient(top, #fff, #e0dbef);
    background-image: -o-linear-gradient(top, #fff, #e0dbef);
    background-image: linear-gradient(to bottom, #fff, #e0dbef);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff', endColorstr='#ffE0DBEF', GradientType=0);
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    color: #fff;
    text-decoration: none;
    background-color: #796aaf;
    background-image: -moz-linear-gradient(top, #796aaf, #796aaf);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#796aaf), to(#796aaf));
    background-image: -webkit-linear-gradient(top, #796aaf, #796aaf);
    background-image: -o-linear-gradient(top, #796aaf, #796aaf);
    background-image: linear-gradient(to bottom, #796aaf, #796aaf);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff796AAF', endColorstr='#ff796AAF', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #796aaf;
    background-image: -moz-linear-gradient(top, #796aaf, #796aaf);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#796aaf), to(#796aaf));
    background-image: -webkit-linear-gradient(top, #796aaf, #796aaf);
    background-image: -o-linear-gradient(top, #796aaf, #796aaf);
    background-image: linear-gradient(to bottom, #796aaf, #796aaf);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff796AAF', endColorstr='#ff796AAF', GradientType=0);
}
/* third level navigation */
.dropdown-menu-second li {
    width: 100%;
    line-height: 24px;
}
.dropdown-menu-second li a {
    display: block;
    white-space: nowrap;
}
.dropdown-menu-second > li > a:hover,
.dropdown-menu-second > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    color: #000;
    display: block;
    text-decoration: none;
}

.dropdown-menu-second > .active > a,
.dropdown-menu-second > .active > a:hover,
.dropdown-menu-second > .active > a:focus {
    color: #000;
    text-decoration: none;
}

.widget-holder {
    width: 100%;
    margin: 0px 20px 20px 0px;
}

.content-padding {
    padding-left: 20px;
    width: 600px;
}

.none {
    list-style-type: none;
}

.content_box_holder {
    display: block;
    position: relative;
}
.content_box_holder a {
}
.content_box_holder a:hover {
}
.content_box_holder .content_box {
    display: block;
    float: left;
    position: relative;
    height: 260px;
    width: 254px;
    border: 1px solid #d8d8d8;
    padding: 170px 25px 10px 25px;
    margin: 20px 20px 20px 0px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.9);
}
.content_box_holder .content_box_last {
    margin-right: 0px !important;
}
.content_box_holder .content_box h3 {
    font-size: 18px;
    font-weight: normal;
}
.content_box_holder .content_box h2 {
    text-align: center;
}
.content_box_holder .content_box h3 span {
    font-size: 16px;
}
.content_box_holder .content_box ul {
    margin: 0px;
    padding: 0px;
}
.content_box_holder .content_box ul li {
    list-style: none;
}
.content_box_holder .content_box ul li a {
    display: block;
    padding: 5px 0px;
}
.content_box_holder .content_box ul li a:hover {
    padding: 5px 0px 5px 5px;
}

.content_box_holder .content_box p {
}
.content_box_holder .content_box .btn {
    margin-left: 70px;
    background: #013463;
    color: #fff;
    text-shadow: none;
    font-family: "Libre Baskerville", serif;
}
.dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #fff !important;
    white-space: nowrap;
}
.content_box_holder .content_box img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
}
.btn {
    background: #013463 !important;
    color: #fff !important;
    text-shadow: none !important;
    font-family: "Signika", sans-serif !important;
    padding: 9px 25px 10px 25px !important;
}
.widget-area {
    display: block;
    float: left;
    width: 310px;
    margin-left: 15px;
    list-style-type: none;
}
.home .widget-area {
    width: 290px;
    height: 270px;
    padding: 0px 10px 10px 10px;
    background: rgba(240, 240, 240, 0.6);
}
.nomargin {
    margin: 0px;
}
.container {
    background: rgba(255, 255, 255, 0.6);
}
.home section.container,
.home .container,
header.container,
footer.container {
    background: none;
}
header.container,
.home header.container {
    background: none;
}

footer {
    display: block;
    position: relative;
    width: 100% !important;
}
footer p.footer_address {
    display: block;
    position: relative;
    width: 800px;
    height: 86px;
    padding: 20px 140px 20px 0px;
    font-size: 12px;
    line-height: 25px;
    border-bottom: 1px solid #d8d8d8;
}
footer a {
    color: #3774a0;
}
.footer_address {
    color: #3774a0;
    font-weight: bold;
    margin-top: 20px;
    font-size: 16px;
    border-top: 1px solid #999;
    padding: 10px 10px 10px 10px;
    background: rgba(240, 240, 240, 0.6);
}
footer p.footer_copyright {
    display: block;
    position: relative;
    padding: 20px 0px 20px 0px;
    font-size: 12px;
    line-height: 20px;
}
.meta {
    padding: 6px 10px 4px;
    min-height: 16px;
    margin: 0 3px 15px 0;
    display: inline-block;
    background: #b09df3;
    color: #fff;
}
.featured-image {
    margin-bottom: 10px;
}
.featured-image img {
    float: left;
    width: 200px;
    border: 1px solid #ccc;
    padding: 2px;
    margin: 0px 10px 10px 0px;
}
.holder {
    margin-bottom: 10px;
}

.alignleft {
    float: left;
    margin: 0px 20px 20px 0px;
    border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.alignright {
    float: right;
    margin: 0px 0px 20px 20px;
    border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.alignnone {
    border: 0;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.img-square {
    border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.header_additional {
    float: right;
    margin: 0 20px 0 0;
}
.footer_additional {
    float: right;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
}
.gform_confirmation_wrapper {
    border: 2px solid #093;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
    header .header_contact p a {
        color: #fff !important;
    }
    .footer_address > a {
        color: #333 !important;
    }
}

.hide-d {
    display: none;
}
.toggle-mobile-menu {
    display: none;
}
.menu-backdrop {
    height: 100%;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000;
}
/* resp */
.sidebar .fb_iframe_widget_fluid span {
    width: 100% !important;
}
.fb_iframe_widget_fluid span iframe {
    width: 100% !important;
}
.welcome .container {
    background-color: #1a6176;
    border-radius: 10px;
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
}
.welcome h1 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}
.welcome .container h1,
.welcome .container p {
    color: #fff !important;
}
.welcome .container strong {
    display: block;
    margin: 15px 0px 5px;
}
.welcome .container a {
    color: #fff !important;
    text-decoration: underline;
}
p.buttons {
    margin: 0px !important;
}
p.buttons:after {
    display: block;
    position: relative;
    clear: both;
    content: "";
}
.buttonspacing {
    padding: 0px;
    margin: 0px auto;
    display: block;
}
p.buttons a {
    display: block;
    width: 25%;
    text-align: center;
    float: left;
}
p.buttons span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
    font-family: "open_sansbold";
    text-align: center;
}
@media screen and (max-width: 1152px) {
    .navbar .navbar-inner,
    .navbar .nav {
        width: 100% !important;
    }
    .navigation {
        width: 100%;
        text-align: right;
        background-position: 50% 50%;
    }
    .navbar-collapse {
        width: 100%;
        left: 0px;
        padding-left: 50px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 880px) {
    .footer_address {
        height: auto;
    }
    .copyRight {
        float: none;
        text-align: center !important;
    }
    .rev_slider_wrapper {
        display: none !important;
    }
    .page-template-default .container {
        box-sizing: border-box;
    }
    .banner_wrap {
        display: none !important;
    }
    .widget-holder {
        margin: 0px !important;
    }
    .widget-area {
        margin: 0px 0px 10px !important;
    }
    .demand {
        display: none !important;
    }
    .fsw {
        width: 100% !important;
    }
    .mainlogoheader {
        position: relative;
        max-width: 250px;
        margin: 0px auto;
        display: block;
        top: 0px;
        left: 0px;
    }
    p.buttons a {
        display: block;
        width: 50%;
        text-align: center;
        float: left;
        margin-bottom: 10px;
    }
    header .logo {
        width: 80%;
    }
    .widget-holder {
        width: 100%;
    }
    .headerWrap,
    header {
        height: auto !important;
    }
    .signup-widget {
        max-width: 100%;
    }
    .footer_additional {
        float: none;
    }
    .footer_additional p:last-of-type {
        display: none !important;
    }
    .footer_additional {
        text-align: center !important;
    }
    .home .widget-area {
        width: 100%;
        height: auto;
        padding: 0px 10px 10px 10px;
        background: rgba(240, 240, 240, 0.8);
        margin: 0px auto;
        margin-bottom: 20px;
    }
    .content_box_holder .content_box .btn {
        position: relative;
        margin: 0px auto;
        bottom: 0px;
    }
    .content_box_holder .content_box img {
        position: relative;
    }
    .content_box_holder {
        margin: 0px;
    }
    .content_box_holder .content_box {
        padding: 20px;
    }
    #rev_slider_3_1_wrapper {
        display: none !important;
    }
    iframe {
        min-width: 1px;
        max-width: 100%;
        width: 100%;
    }
    header .logo {
        padding: 0px;
        position: relative;
        text-align: center;
        margin: 0px auto;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
    .toggle-mobile-menu {
        display: block;
    }
    .hide-d .social {
        display: block !important;
        position: relative;
        top: 0px;
        left: 0px;
        text-align: center;
        box-sizing: border-box;
        margin: 10px;
        border-radius: 12px;
    }
    .menu-s-back {
        opacity: 0.3;
        visibility: visible;
    }
    @font-face {
        font-family: FontAwesome;
        src: url(../fonts/fontawesome-webfont.ttf);
    }
    .homeWidgets iframe,
    .fb_iframe_widget span,
    .fb_iframe_widget {
        max-width: 340px !important;
        display: block !important;
        position: relative !important;
        margin: 0px auto;
    }
    .homeBoxes {
        display: none !important;
    }
    .hide-xs {
        display: none !important;
    }
    #menu-mobile {
        margin-left: 0px !important;
        list-style: none;
    }
    #menu-mobile ul {
        list-style: none;
        margin: 0px !important;
    }
    i.fa.fa-plus:before {
        content: "\f067";
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
        font-family: FontAwesome;
        font-style: normal;
    }
    ul#menu-mobile .toggle-caret {
        display: block;
        width: 42px;
        height: 42px;
        line-height: 42px;
        color: #fff;
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        top: 0;
    }
    ul#menu-mobile .toggle-caret {
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        cursor: pointer;
        line-height: inherit;
    }
    .sub-menu {
        display: none;
    }
    ul#menu-mobile .sub-menu {
        padding-left: 15px;
        box-sizing: border-box;
        list-style: none;
    }
    ul#menu-mobile li {
        position: relative;

        width: 100% !important;
        box-sizing: border-box;
        text-align: left;
        font-weight: normal;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        box-sizing: border-box;
    }
    ul#menu-mobile li a {
        padding: 10px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
        color: #fff !important;
    }
    #menu-mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100%;
        background-color: #222;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        overflow: auto;
        transition: left 500ms ease;
        -webkit-backface-visibility: hidden;
        box-sizing: border-box;
        overflow-x: hidden;
        z-index: 10000;
    }
    .showEnzi {
        left: 0px !important;
    }
    a#pull:after {
        content: "\f0c9";
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 13px;
        font-family: FontAwesome;
    }
    a#pull {
        color: #fff;
        padding: 14px;
        box-sizing: border-box;
        display: block;
        height: 50px;
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }
    section.contentWrap,
    .homeWidgets,
    section.contentWrap .content.fullpage {
        max-width: 100%;
        margin: 10px auto;
    }
    .widgetBox {
        height: auto !important;
        width: 100% !important;
    }
    section.contentWrap .content {
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding: 15px;
    }
    .subbanner,
    .sidebar {
        display: none !important;
    }
    .navigation {
        position: relative;
    }
    a#pull {
        position: relative;
        margin-top: 1px;
    }
    .mobileBtn a,
    .hoursa {
        display: block;
        color: #fff;
        text-align: center;
        background: #013463;
        padding: 10px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        margin: 10px !important;
    }
    .headerWrap {
        height: auto;
        padding: 20px 0px;
    }
    .spaceu {
        display: none !important;
    }
    #sticktop {
        position: relative !important;
    }
    .navbar-collapse {
        display: none;
    }
    .hide-d {
        display: block;
    }
    .post-content img {
        width: 100% !important;
        height: auto !important;
        margin: 10px 0px !important;
    }
    .post-content form img {
        width: auto !important;
    }
    .wp-caption {
        width: 100% !important;
        margin: 10px 0px !important;
    }
    .logo,
    .logo img {
        width: 100%;
        height: auto;
        margin: 0px;
        max-width: 400px;
        margin: 0px auto;
        float: none;
    }
    a#pull {
        background-color: #013463 !important;
    }
    .homeBoxes .box01,
    .homeBoxes .box02,
    .homeBoxes .box03,
    .homeBoxes .box04,
    .homeBoxes .box05 {
        width: 33.33%;
        box-sizing: border-box;
        padding: 0px 10px;
        margin: 0px;
        margin-bottom: 10px;
        height: auto;
    }
    .welcome {
        max-width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }
    .welcome .welcomeImg,
    .welcome .welcomeText {
        height: auto;
        text-align: center;
        box-sizing: border-box;
        width: 100%;
        float: none;
    }
    .homeBoxes img {
        width: 100%;
    }
    .homeBoxes:after,
    .welcome:after {
        display: block;
        clear: both;
        content: "";
    }
    .homeBoxes {
        margin-top: 30px;
    }
    .footerSocial,
    .navbar-collapse,
    section.footer .footerLogos,
    section.footer .footerMenu,
    section.footer .copy {
        max-width: 100%;
    }
    section.header,
    .homeBoxes,
    .welcome {
        max-width: 100%;
        height: auto;
    }
    .slider,
    .address,
    .social,
    .phone {
        display: none !important;
    }
    .welcome .welcomeText {
        background-size: 0px;
    }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 100%;
    }
    .widget-area,
    .content_box_holder .content_box {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        height: auto;
    }
    .signup-widget {
        width: 100%;
        box-sizing: border-box;
        margin: 20px auto !important;
        width: 90%;
    }
    .social_line,
    .header_contact,
    .subnavigation-wrap {
        display: none !important;
    }
    .textwidget img {
        max-width: 200px !important;
    }
    .content_box_holder .content_box {
        margin: 0px !important;
        margin-bottom: 20px !important;
    }
    section.container {
        box-sizing: border-box;
        padding: 0px 15px;
    }
    header.container {
        text-align: center;
    }
    #rev_slider_1_1_wrapper {
        display: none !important;
    }
    .footer_copyright {
        display: none !important;
    }
    footer p.designed {
        position: relative;
        top: 0px;

        text-align: center;
    }
    .footer_address {
        text-align: center;
    }
    .content_box_holder {
        padding: 0px 15px;
        box-sizing: border-box;
    }
    .span8.content-padding {
        width: 100% !important;
        margin: 0px !important;
        box-sizing: border-box;
        padding: 0px 15px;
    }
    .span12 {
        width: 100%;
        display: block;
        position: relative;
        box-sizing: border-box;
        margin: 0px;
    }
    .span8.content-padding img {
        width: 100%;
    }
    .row {
        margin: auto;
    }
    footer {
        box-sizing: border-box;
    }
    body {
        word-wrap: break-word;
    }
    .header_additional {
        display: none !important;
    }
    .inner {
        width: 100% !important;
        margin: 0px !important;
    }
    .social a {
        display: inline-block;
        float: none;
    }
    .widget-area-full {
        height: auto;
        width: 100%;
    }
    .social {
        text-align: center;
    }
    .social li {
        display: inline-block;
        list-style: none;
    }
    .fa-minus:before {
        content: "\f068" !important;
    }
    .container {
        width: 100% !important;
    }
    #main-menu,
    .banner_wrap {
        display: none !important;
    }
}
@media screen and (max-width: 540px) {
    p.buttons a {
        display: block;
        width: 100%;
        text-align: center;
        float: left;
        margin-bottom: 10px;
    }
    .welcomeImg img {
        width: 100%;
    }
    .welcome .welcomeText {
        padding: 0px;
    }
    .footerMenu,
    .footerLogos {
        display: none !important;
    }
    .post-content div {
        width: 100% !important;
    }
    .logo,
    .logo img {
        max-width: 250px;
    }
    .post-content img {
        width: 100%;
        height: auto !important;
    }
    .footerSocial h4 {
        max-width: 245px;
        display: block;
        margin: 0px auto;
        padding-bottom: 20px;
    }
    .stayConnected {
        padding-top: 19px;
        height: auto;
    }
    .alignright {
        float: none;
        width: 100%;
        margin: 0px 0px 10px;
        height: auto;
    }
    .span12 {
        min-height: inherit;
    }

    .homeBoxes .box01,
    .homeBoxes .box02,
    .homeBoxes .box03,
    .homeBoxes .box04,
    .homeBoxes .box05 {
        width: 50%;
    }
}

/* Handicap Plugin Restyle */
.accessibility-location-right .accessability_container {
    right: -180px;
}
.accessibility-location-right .accessability_container.active {
    right: 0 !important;
}
.access_container_inner {
    margin-top: 5px;
}
body .accessability_container.dark_theme .a_module {
    margin-bottom: 5px;
    border: 0;
}
body .accessability_container button.wah-action-button {
    font-size: 13px !important;
    border-radius: 3px;
}
.accessability_container.dark_theme.active button.aicon_link {
    background-color: #fff !important;
    color: #000 !important;
}
.wahout.aicon_link {
    top: 5px;
    border-radius: 5px;
}
button.close_container {
    line-height: 28px;
    height: 28px;
    border-radius: 3px;
}
html .a_module_title {
    display: none !important;
}
html button.wahout.aicon_link img {
    opacity: 0;
    display: none;
    visibility: hidden;
}
html button.aicon_link {
    background-color: #29627d !important;
}
html button.wahout.aicon_link:before {
    font-family: fontAwesome;
    content: "\f193";
    line-height: 48px;
    color: #fff;
    font-size: 32px;
}
.dark_theme.active button.wahout.aicon_link:before {
    color: #000 !important;
}
html body .accessability_container {
    width: 180px !important;
    height: 100%;
    max-height: 405px;
}
body .access_container_inner .a_module {
    border: 0 !important;
    padding-bottom: 0 !important;
}
body .accessability_container {
    z-index: 9999999999 !important;
}
.accessibility-location-right .accessability_container {
    right: -180px !important;
}

.subnavigation-forpet .navbar .nav > li > a {
    padding: 5px 18px;
}

.sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.sr-only:hover,
.sr-only:active,
.sr-only:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}
