@import url(https://fonts.googleapis.com/css?family=Carrois+Gothic);
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face {
    font-family: "ETmodules";
	src: url("https://cdn2.hubspot.net/hubfs/505287/pac_pet/ETmodules/ETmodules_v2_4.eot");
	src: url("https://cdn2.hubspot.net/hubfs/505287/pac_pet/ETmodules/ETmodules_v2_4.eot?#iefix") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/505287/pac_pet/ETmodules/ETmodules_v2_4.ttf") format("truetype"), url("https://cdn2.hubspot.net/hubfs/505287/pac_pet/ETmodules/ETmodules_v2_4.woff") format("woff"), url("https://cdn2.hubspot.net/hubfs/505287/pac_pet/ETmodules/ETmodules_v2_4.svg#ETmodules") format("svg");
	font-weight: normal;
	font-style: normal;
}


body {
    margin: 0;
	color: #5a5a5a;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7em;
}

a {
	color: #f77960;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #fa8b75;
	text-decoration: none;
}

p {
	padding-bottom: 1em;
    margin: 0;
    color: #5a5a5a;
}

p:last-of-type {
	padding-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding-bottom: 10px;
	color: #333;
	line-height: 1em;
    color: #5a5a5a;
    font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
    font-size: 50px;
    line-height: 1.1;
    margin: 15px 0;
}

h2 {
	font-size: 26px;
}

h3 {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 1.1;
}

h4 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.1;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

/* Forms */
input {
	-webkit-appearance: none;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
}

input[type=radio] {
	-webkit-appearance: radio;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input.text,
input.title,
textarea,
select {
	padding: 2px;
	border: 1px solid #bbb;
	color: #4e4e4e;
	background-color: #fff;
}

input[type=text]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
	border-color: #2d3940;
	color: #3e3e3e;
}

input[type=text],
input.text,
input.title,
textarea,
select {
	margin: 0;
}

textarea {
	padding: 4px;
}

blockquote {
    margin: 0 0 15px;
    padding-left: 20px;
    border-left: 5px solid #ccc;
}

blockquote p span.fa {
    color: #f77960;
    float: left;
    margin-right: 10px;
}

.page-center {
    position: relative;
    width: 80% !important;
    float: none !important;
    max-width: 1145px !important;
    margin: auto !important;
    display: block !important;
}

.page-section {
    padding: 4% 0;
}

.header-container-wrapper {
    background-color: rgba(255, 255, 255, 0.952941);
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 0px 0px;
    color: rgb(90, 90, 90);
    display: block;
    height: 90px !important;
    width: 100%;
    position: fixed;
    z-index: 99999;
    -webkit-font-smoothing: antialiased;
}

.header-container {
    max-width: 1145px;
    margin: 0 auto;
    max-height: 90px;
    width: 80%;
}

.header-container li.hs-menu-item.hs-menu-depth-1 {
    display: inline-block;
    padding: 0 26px 0 0;
    line-height: 1em;
}

.header-container li:last-of-type.hs-menu-item.hs-menu-depth-1 {
    display: inline-block;
    padding: 0;
    line-height: 1em;
}


.header-container .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    padding-top: 37px;
    float: right;
}

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-weight: 600;
    line-height: 14px;
    padding: 1px 0 38px 0;
    font-family: 'Carrois Gothic', 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    color: rgba(0, 0, 0, 0.6);
    font-size: 17px;
    display: block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    color: #f77960;
    opacity: 0.7;
}

#logo {
    display: inline-block;
    float: none;
    padding-top: 14px;
    padding-left: 4px;
    max-height: 75%;
    margin-bottom: 0;
    vertical-align: middle;
    min-width: 230px;
}

.body-container-wrapper {
    padding-top: 90px;
}

@media (max-width: 1080px) {
    .header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        font-size: 15px;
    }
    .header-container li.hs-menu-item.hs-menu-depth-1 {
        padding: 0 20px 0 0;
    }
}

@media (max-width: 980px) {
    .header-container-wrapper {
        height: 80px !important;
    }
    .header-container {
        max-height: 80px;
    }
    .body-container-wrapper {
        padding-top: 80px;
    }
    #logo {
        display: block;
        float: none;
        padding-top: 18px;
        padding-left: 4px;
        margin-bottom: 0;
        vertical-align: middle;
        max-width: 164px !important;
        min-width: 0 !important;
    }
    .logo-container {
        position: absolute;
        width: 100%;
    }
}

@media only screen and (min-width: 1431px) {
    .page-center {
        padding: 20px 0;
    }
    .page-section {
        padding: 4% 0;
    }
    .body-container > .row-number-2 .page-section {
        padding: 5% 0 0 0 !important;
    }
}

@media (min-width: 981px) {
    .page-center {
        padding: 1.8% 0;
    }
    .less-padding {
        padding: 1% 0;
    }
}

@media (max-width: 980px) {
    .page-center {
        padding: 30px 0;
    }
    .less-padding {
        padding: 15px 0;
    }
}

/*****************************************/
/* Home Page   */
/*****************************************/

.homepage-banner-wrapper {
    padding: 3.7% 0;
    background-color: #fff;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.homepage-banner {
    text-align: right;
}

a.homepage-video {}

.main-message-wrapper {
    background-color: #eee;
    padding: 2px 0 5px;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 32px;
    line-height: 1.3em;
}

.services-btn-container span.hs_cos_wrapper_type_rich_text {
    max-width: 270px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

a.primary-btn {
    color: #fff;
    font-weight: bold;
    display: block;
    margin-top: 8px;
    text-align: center;
    line-height: 1.7em;
    background: #f77960;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
    padding: 20px 30px !important;
}

a.primary-btn i {
    margin-left: .5em;
    font-size: 16px;
    line-height: 1.7em;
    color: #fff;
}

a.primary-btn:hover {
    background: #fa8b75 !important;
    border-radius: 4px;
    letter-spacing: 1px;
}

.why-pacpet-wrapper {
    padding: 57px 0;
    background-color: #fff;
    position: relative;
}

.estimate-btn-wrapper a.primary-btn {
    max-width: 320px;
}

.two-column-flex {
    padding-top: 30px;
    padding-bottom: 30px;
}

.two-column-flex > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.two-column-flex > .row-fluid-wrapper > .row-fluid > div {
    display: block;
    width: 50%;
    margin: 0;
}

.two-column-flex > .row-fluid-wrapper > .row-fluid > div:last-of-type {
    padding-left: 10px;
}

.two-column-flex > .row-fluid-wrapper > .row-fluid > div:first-of-type {
    padding-right: 10px;
}

.two-column-flex .flex-image img {
    max-width: 550px;
    margin: 0 auto;
    display: block;
    width: 100% !important;
}

@media (max-width: 980px) {
    .homepage-banner-wrapper {
        padding: 50px 0;
    }
    .homepage-banner-center {
        padding: 30px 0;
    }
    .main-message {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
    .services-btn-container {
        width: 100% !important;
    }
    .two-column-flex > .row-fluid-wrapper > .row-fluid > div.flex-content {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .two-column-flex > .row-fluid-wrapper > .row-fluid > div.flex-image {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .two-column-flex > .row-fluid-wrapper > .row-fluid > div {
        width: 100%;
    }
    .two-column-flex > .row-fluid-wrapper > .row-fluid > div:last-of-type {
        padding-left: 0;
    }
    .two-column-flex > .row-fluid-wrapper > .row-fluid > div:first-of-type {
        padding-right: 0;
    }
    .estimate-btn-wrapper a.primary-btn {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .main-message {
        text-align: center;
    }
    .main-message .fa.fa-globe {
        float: none !important;
        display: block;
        margin: 0 auto 10px !important;
    }
}

@media (max-width: 480px) {
    .homepage-banner-wrapper {
        background-position: 40% 50% !important;
    }
}

/*****************************************/
/* Internal Content    */
/*****************************************/

.page-title-wrapper {
    padding: 9px 0;
    background-color: #3B4552;
}

.page-title-wrapper .page-center {
    padding: 0;
}

.page-title-wrapper p {
    color: #fff !important;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

/*
.page-title-wrapper p span {
    font-weight: normal;
    margin-left: 5px;
}
*/

.internal-banner-wrapper {
    padding: 57px 0;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.internal-banner {
    padding-top: 65px;
    padding-bottom: 135px;
    position: relative;
    width: 80%;
    max-width: 1145px;
    margin: auto;
}

.internal-banner p {
    font-size: 18px;
    line-height: 2em;
}

.banner-text {
    max-width: 850px;
}

.scroll-down-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.arrow-wrap {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -40px;
    display: block;
    text-align: center;
}

.arrow-wrap img {
    width: 80px;
    height: 80px;
}

.after-banner.page-section {
    padding-top: 65px;
}

.content-sum {
    margin-bottom: 0px;
    border: 3px solid #c6d0d8;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
    background-color: #dadcde;
}

.content-sum h1:first-of-type, .content-sum h2:first-of-type, .content-sum h3:first-of-type {
    margin-top: 0;
}

.content-sum ul {
    overflow: hidden;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 75px;
       -moz-column-gap: 75px;
            column-gap: 75px;
}

.content-sum ul li {
    font-size: 18px;
}

.about-content.page-center {
    margin-top: 40px !important;
}

.about-content h4 {
    margin-top: 0;
}

.about-content p {
    font-size: 18px;
    line-height: 2em;
}

.about-content .widget-type-rich_text {
    margin-bottom: 60px;
    padding: 0 20px;
}

.about-banner-wrapper {
    background-position: 50% 25% !important;
    background-size: cover !important;
    text-align: center;
    margin-top: -20px;
}

.testimonial-section {
    padding: 60px 0 0;
}

.testimonial-section h3 {
    font-size: 50px;
    line-height: 1.1;
    text-align: center;
    margin: 20px 0 40px;
    font-style: italic;
}

.testimonial-section h3 span {
    font-size: 55px !important;
    float: none;
    margin-right: 20px;
    color: #f77960;
}

.testimonial-section blockquote {
    border-color: #ccc !important;
    margin: 0 0 15px;
    border-left: 5px solid;
    padding-left: 20px;
    quotes: none;
}

.testimonial-section .hs_cos_flex-slider .superimpose .caption {
    font-size: 17px;
    line-height: 1.8em;
    top: 0%;
}

.testimonial-section .hs_cos_flex-slider .hs_cos_flex-slides img {
    display: none;
}

.testimonial-section .hs_cos_flex-slider .hs_cos_flex-slides > li {
    height: 150px;
}

.hs_cos_flex-slider p {
    color: #5a5a5a;
}

.testimonial-section p cite {
    font-style: normal !important;
}

@media (max-width: 1430px) and (min-width: 981px) {
    .internal-banner-wrapper {
        padding: 4% 0;    
    }
    .internal-banner {
        padding-top: 65px;
        padding-bottom: 135px;
    }
}

@media (max-width: 1300px) {
    .testimonial-section .hs_cos_flex-slider .hs_cos_flex-slides > li {
        height: 180px;
    } 
}

@media(max-width: 980px) {
    .internal-banner-wrapper {
        padding: 50px 0;
    }
    .internal-banner {
        padding: 30px 0;
    }
    .internal-banner-wrapper {
        padding-bottom: 67px;
    }
    .content-sum ul {
        overflow: hidden;
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
    }
    .testimonial-section .hs_cos_flex-slider .hs_cos_flex-slides > li {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .testimonial-section h3 {
        font-size: 38px;
    }
    .about-content .widget-type-rich_text {
        padding: 0;
    }
    .page-title-wrapper p {
        text-align: center;
    }
    .internal-banner h1 {
        font-size: 42px;
    }
    .internal-banner p {
        font-size: 16px;
        line-height: 1.5em;
    }
    .internal-banner {
        background: rgba(255,255,255,.7);
        padding: 20px;
    }
    .arrow-wrap img {
        width: 70px;
        height: 70px;
    }
    .content-sum {
        padding: 20px;
    }
    .testimonial-section .hs_cos_flex-slider .hs_cos_flex-slides > li {
        height: 250px;
    } 
}

@media (max-width: 550px) {
    .testimonial-section .hs_cos_flex-slider .hs_cos_flex-slides > li {
        height: 315px;
    }
}

@media (max-width: 480px) {
    .br-480 {
        display: inline !important;    
    }
    .testimonial-section .hs_cos_flex-slider .hs_cos_flex-slides > li {
        height: 400px;
    }
}

@media (max-width: 400px) {
    .testimonial-section .hs_cos_flex-slider .superimpose .caption {
        background-color: transparent !important;
        position: absolute !important;
    }
    .testimonial-section .hs_cos_flex-slider .hs_cos_flex-slides > li {
        height: 375px;
    }
    .testimonial-section .hs_cos_flex-slider .superimpose .caption {
        font-size: 16px;
        line-height: 1.7em;
    }

}

/*****************************************/
/* Destinations  */
/*****************************************/

.destination-header-text {
    background: rgba(0,0,0,.5);
    padding: 10px 20px;
    text-shadow: 0 0 15px #000;
    border-radius: 5px;
    width: 73%;
}

.destination-header-text p, .destination-header-text h1 {
    color: #fff;
}

.ready-to-start.page-center {
    text-align: center;
    margin: 0 auto 40px !important;
}

.ready-to-start a.primary-btn {
    max-width: 300px;
    margin: 0 auto;
}

.ready-to-start h4 a {
    text-decoration: underline;
}

.destination-intro h2 {
    padding-bottom: 35px;
}

.destination-content {
    padding-right: 20px;
}

form .fa, .need-help .fa {
    color: #f77960;
    font-size: 26px !important;
    float: left;
    margin-right: 10px;
}

.hs-form h3 {
    font-size: 28px;
    margin-top: 35px;
}

.hs-form label {
    display: block;
    float: none;
    width: auto;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 8px;
}

.hs-form input {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 16px 18px;
    background-position: 98% 50%;
}

input.hs-input, textarea.hs-input, select.hs-input {
    display: inline-block;
    padding: 8px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
    border: 2px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.hs-form-required {
    color: red;
}

ul.hs-error-msgs.inputs-list {
    list-style-type: none;
    padding-left: 0;
}

ul.inputs-list {
    list-style-type: none;
    padding-left: 0;
}

ul.hs-error-msgs.inputs-list li label {
    color: red;
    font-weight: normal;
}

.hs-form-field {
    margin-bottom: 18px;
}

textarea {
    min-height: 125px;
}

input.hs-input:focus, textarea.hs-input:focus {
    outline: none;
    border-color: #f77960;
    box-shadow: none !important;
}

.hs-form .hs-button, .hs-button.primary.large {
    display: inline-block;
    padding: 10px 35px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    background-image: none;
    background-color: #F77960;
    color: #fff;
    border: none;
    outline: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: none;
    min-width: 45%;
}

.hs-form .hs-button:hover, .hs-button.primary.large:hover {
    opacity: .8;
}

.form-title {
    text-align: center;
    margin-top: 0;
}

.hs-form fieldset {
    max-width: inherit !important;
}

.widget-type-form {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 3px;
    border: 2px solid #ccc;
}

@media (max-width: 980px) {
    .destination-header-text {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .destination-header-text {
        padding: 0;
        background: transparent;
        text-shadow: none;
        border-radius: 0;
    }
    .destination-header-text span h1, .destination-header-text span p {
        color: #333 !important;
    }
}

@media (max-width: 600px) {
    .widget-type-form {
        margin-top: 30px;
        padding: 20px 10px;
    }
}

@media (max-width: 400px) {
    .form-columns-2 .hs-form-field .hs-input, .form-columns-3 .hs-form-field .hs-input {
        width: 100% !important;
    }
}

/*****************************************/
/* Estimate   */
/*****************************************/

.form-section {
    padding: 2% 0;
}

.form-instructions {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    border: 2px solid #f77960;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    margin-bottom: 20px !important;
    border-radius: 4px;
}

.form-instructions h2 {
    margin: 0;
}

.need-help {
    padding-left: 30px;
}

.disclaimer-text {
    max-width: 700px;
    margin: 30px auto 0 !important;
    float: none !important;
    font-size: 12px;
    color: #5a5a5a !important;
    line-height: 1.25em;
}

.estimate-form {
    max-width: 700px;
    margin: 0 auto !important;
    float: none !important; 
}

.estimate-form fieldset:first-of-type h3 {
    margin-top: 0;
}

@media (max-width: 767px) {
    .need-help {
        padding-left: 0;
        margin-top: 30px;
    }
}

/*****************************************/
/* Contact  */
/*****************************************/

.map-responsive {
    overflow:hidden;
    padding-bottom:80.25%;
    position:relative;
    height:0;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.contact-information h4 {
    margin-top: 0;
}

.right-side-form {
    padding-left: 20px;    
}

.helpful-links-section {
    padding-top: 3.4%;
}

.helpful-links-content {
    padding-left: 10px;
}

.helpful-links h3 {
    margin-top: 0;
}

.helpful-links p {
    font-size: 13px;
    line-height: 19.5px;
}

.helpful-links a {
    font-size: 14px !important;
}

.thank-you-section {
    padding-top: 25px;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .map-responsive {
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;
        height:0;
    }
    .right-side-form {
        padding-left: 0;    
    }
    .helpful-links-content {
        padding-left: 0;
        margin-top: 40px;
    }
    .helpful-links-section {
        padding-top: 4%;
    }
}

/*****************************************/
/* Testimonials  */
/*****************************************/

.testimonial-flex-grid > span {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.testimonial-flex-grid > span > div {
    width: 30%;
    margin-bottom: 30px;
}

.testimonial-flex-grid blockquote {
    border-left: 5px solid #ccc;
    padding-left: 20px;
    margin: 0 0 15px;
    quotes: none;
}

.testimonial-flex-grid p {
    font-size: 13px;
}

.testimonial-flex-grid blockquote p span.fa {
    color: #f77960;
    float: left;
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .testimonial-flex-grid > span > div {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .testimonial-flex-grid > span > div {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .internal-banner blockquote p span.fa {
        margin-top: 0 !important;
    }
}

/*****************************************/
/* Footer   */
/*****************************************/

.footer-animals {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

.footer-animals img {
    width: 100% !important;
}

.main-footer-wrapper {
    background-color: #323A46;
}

.main-footer {
    width: 90% !important;
    float: none !important;
    max-width: 1145px;
    text-align: left;
    position: relative;
    display: block;
    margin: 0 auto !important;
}

.main-footer .footer-success blockquote {
    border-color: #ccc !important;
    margin: 0 0 15px;
    padding-left: 20px;
    border-left: 5px solid;
    quotes: none;
}

.main-footer .footer-success blockquote em, .main-footer .footer-contact p {
    line-height: 1.9em;
}

.main-footer .footer-success cite {
    font-style: normal;
}

.main-footer h4 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
}

.main-footer .footer-module p, .main-footer .footer-module a {
    color: #cccccc;
}

.footer-module {
    margin: 0 5.5% 5.5% 0 !important;
}

.footer-module:nth-child(3) {
    margin-right: 0 !important;
}

.main-footer .footer-estimate a {
    padding: 20px 85px 20px 75px !important;
    background: #f77960;
    display: inline-block;
    color: #fff !important;
    border-width: 0px !important;
    border-radius: 5px;
    border: 2px solid;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.main-footer .footer-estimate a:hover {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid transparent;
}

.main-footer .footer-estimate a:after {
    position: absolute;
    margin-left: -1em;
    opacity: 0;
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.footer-module-wrapper {
    padding: 6% 0 0;
}

.footer-nav {
    font-size: 16px;
    padding: 15px 0;
}

.footer-nav li.hs-menu-item.hs-menu-depth-1 {
    display: inline-block;
    padding-right: 26px;
    font-weight: 600;
}

.footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    color: #ccc;
    padding: 0;
    white-space: nowrap;
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    opacity: 0.7;
}

.main-footer #footer-info {
    font-size: 12px;
    color: #596474;
    padding-bottom: 10px;
}

@media (min-width: 981px) {
    
    .footer-module {
        width: 29.666% !important;
    }
    
}

@media (max-width: 980px) and (min-width: 768px) {
    .footer-module-wrapper {
        padding: 8% 0;
    }
    .footer-module:nth-child(n) {
        width: 46.25% !important;
        margin: 0 7.5% 7.5% 0 !important;
    }
    .footer-module:nth-child(2n) {
        margin-right: 0 !important;
    }
    .footer-module:nth-last-child(-n+2) {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 980px) {
    .footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .footer-nav {
        text-align: center;
    }
    .footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        width: auto !important;
        display: inline-block !important;
    }
    .footer-nav .hs-menu-wrapper * {
        width: auto !important;
    }
    .footer-nav li.hs-menu-item.hs-menu-depth-1 {
        padding-right: 22px;
    }
    .footer-animals {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .footer-module-wrapper {
        padding: 10% 0;
    }
    .footer-module {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .footer-module:nth-child(n) {
        margin-bottom: 9.5% !important;
    }
    .footer-module:last-child {
        margin-bottom: 0 !important;
    }
    .main-footer .footer-estimate a {
        padding: 20px 55px 20px 45px !important;
    }
    .main-footer p, .main-footer blockquote, .main-footer cite {
        font-size: 14px;
    }
}

/*****************************************/
/* Social Icons  */
/*****************************************/

.main-footer .icon img {
    margin-bottom: 8px;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}

.et-social-icon a:before {
    font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	text-transform: none;
	speak: none;
}

.et-social-icon span {
    display: none;
}

.et-social-icon a {
    display: inline-block;
    position: relative;
    color: #666;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}

.main-footer .icon img:hover, .main-footer .et-social-icon a:hover  {
    opacity: 0.7;
}


.et-social-icons {
    float: right;
}

.et-social-icons li {
    display: inline-block;
    margin-left: 20px;
}

.main-footer .et-social-icon a {
    font-size: 20px;
    color: #cccccc;
}
.et-social-facebook a.icon:before {
    content: "\e093";
}

.et-social-twitter a.icon:before {
	content: "\e094";
}

.et-social-youtube a.icon:before {
	content: "\e0a3";
}

@media (max-width: 980px) {
    .et-social-icons, #footer-info {
        float: none;
        text-align: center;
    }
    .et-social-icons {
        margin: 0 0 5px;
        padding: 0;
    }
}


/*****************************************/
/* Mobile Menu    */
/*****************************************/

.mobile-menu-trigger {
    position: absolute;
    width: 20px;
    right: 0;
    margin-right: 11%;
    margin-top: 22px;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  background: #fff;
  color: #666;
  border-left: 3px solid #f77960;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -263px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
  background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 20px; 
}
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.sidr ul li:hover > a,
.sidr ul li:hover > span, .sidr ul li.active > a,
.sidr ul li.active > span, .sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  background: #f77960;
}
.sidr ul li a,
.sidr ul li span {
  font-size: 14px;
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #666;
}
.sidr ul li ul {
  border-bottom: 0;
  margin: 0;
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
.sidr ul li ul li:last-child {
  border-bottom: 0;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}
.sidr form {
  margin: 0 15px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
  color: #333;
  background: #fff;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 980px) {
    .header-container .main-nav {
        display: none !important;
    }
    .header-container .mobile-nav {
        display: inline-block !important;
    }
}