@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url("https://use.typekit.net/dup5bdy.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/solid.min.css");
/****************************************/
/* 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;}

/* ==========================================================================
   Index:         
  1. BASE STYLES   
    1a. Variables
    1b. Macros
    1c. Base
    1d. Typography
  2. COS STRUCTURE
    2a. Structure
    2b. Header
    2c. Menu
    2d. Mobile Menu
    2e. Footer
  3. PAGE CONTENT
    3a. Homepage
  4. COS COMPONENTS
    4a. Forms
  5. MISCELLANOUS
  6. BLOG
  7. Global Media Queries
   ========================================================================== */
   

/* ==========================================================================
   1a. Variables                                               
   ========================================================================== */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */


/* ==========================================================================
   1b. Macros                                                  
   ========================================================================== */

 


/* ==========================================================================
   1c. Base                                                    
   ========================================================================== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
} 

body {
    background: #F8F9FB;
    color: #040404;
    font-family: 'Inter', sans-serif;;
    font-size: 16px;
    line-height: 1.5em;
}

.page-center {
    padding: 0 20px;
    float: none !important;
    max-width: 1170px;
    margin: 0 auto !important;
}

a { 
    color: #db1945;
}

a:hover {
    color: #db1945;
}

hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
}

/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background: #040404;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #040404;
    text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}


/* ==========================================================================
   1d. Typography
   ========================================================================== */

p {
    font-size: 1em;
    line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
    
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    
}

h1 {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.5em;
    margin: .67em 0;
}
h2 {
    font-size: 2em;
    line-height: 1.3em;
    font-weight: bold;
    margin: .83em 0;
}
h3 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.3em;
    margin: 1em 0;
}
h4 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.3em;
    margin: 1em 0;
}
h5 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
}
h6 {
    font-size: .83em;
    font-weight: bold;
    line-height: 1em;
}

h1:first-of-type, h2:first-of-type, h3:first-of-type, h4:first-of-type, h5:first-of-type, h6:first-of-type, p:first-of-type {
    margin-top: 0;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {
    border-left: none;
    margin: 0;
    padding: 25px 0 20px 50px;
    line-height: 24px;
}
p+blockquote {
    padding-top: 20px;
}
blockquote p {
    color: #db1945;
    font-size: 1.250em;
    padding: 0;
    margin: 0;
    font-weight: bold;
    line-height: 24px;
}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

/* ==========================================================================
   2a. Structure                                               
   ========================================================================== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {
    
}

/* The inner wrappers of your website */
.header-container{
  float: none;
    max-width: 1600px;
    margin: 0 auto;
}
.footer-container {
    float: none;
    max-width: 100%;
    margin: 0 auto;
}

/* ==========================================================================
   2b. Header
   ========================================================================== */
.header-container-wrapper {
    padding: 20px 0;
    background: #db1945;
}
.header-container {
    position: relative;
   
    padding: 0 20px;
}

.header-container .header-logo {
    margin: 0;
    max-width: 200px;
}

.header-container a {
    color: #fff;
}

.header-details {
    position: absolute;
    top: 0;
    right: 20px;
}

.header-details-2 .header-details {
    position: absolute;
    top: 7px;
    right: 65px;
}

.header-details a {
    display: block;
    text-align: right;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.125em;
    letter-spacing: 1px;
}
.search-tab {
    position: relative;
    bottom: 5px;
/*     display: flex !important;
    align-items: center;
    justify-content: flex-end; */
}
.header-details-2 .search-tab {
    padding-top: 20px;
}
.header-details-2 .hs-search-field__bar {
	    display: flex;
    	justify-content: space-around;
      align-items: center;
}
.header-details-2 .search-tab input.hs-search-field__input {
     width: 80%;
}
.search-tab>div {
  width: 100%;
}
.search-tab input.hs-search-field__input {
    width: 85%;
}
.search-tab button {
    float: right;
    font-size: 23px;
    background-color: #fff;
    border: 0;
    width: 39px;
    position: relative;
    top: 1px;
    cursor: pointer;
}
.search-tab button svg {
  height: 15px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  margin-top: 0px !important;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.search-tab .hs-search-field--open .hs-search-field__suggestions {
  background-color: #fff;
    color: #000;
    position: absolute;
    z-index: 99999999;
    padding: 8px 0;
    top: 15px;
    border-radius: 5px;
}
.search-tab .hs-search-field--open .hs-search-field__suggestions li {
  padding: 8px 0 0 8px;
}
.search-tab .hs-search-field--open .hs-search-field__suggestions a {
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: 300;
    font-size: 0.75em;
    letter-spacing: inherit;
    padding: 0;
    color: #000;
    line-height: 1.2;
}
.hs-search-field__suggestions #results-for {
    padding: 0 8px;
}
.search-resulting .hs-search-results .hs-search-results__listing a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.search-resulting .hs-search-results .hs-search-results__listing a:hover {
    color: #db1945;
}

.search-input-field .hs-search-field .hs-search-field__bar input{
    width: 100% !important;
    padding: 3px 8px;
    min-height: 28px;
    color: #343434;
    float: left;
    font-size: 18px;
    background: #f5f5f5;
    border: solid 3px #f5f5f5;
    -webkit-border-radius: 0px !important;
    color: #343434;
    line-height: 28px;
    -webkit-transition: border .3s ease-in-out;
    -moz-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    -ms-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
}
.page-button .hs-search-results__pagination {
    text-align: center !important;
    padding: 20px 0;
}
.page-button .hs-search-results__pagination a {
        cursor: pointer;
    padding: 10px;
    text-align: center;
    display: inherit;
    border-radius: 15px;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    border: none;
    text-decoration: none;
    color: #db1945;
    float: none;
    background: none;
}
.page-button .hs-search-results__pagination a:hover {
    background-color: #fff;
    border: 2px solid #db1945;
    color: #db1945;
} 

.mobile-header {
  display: none !important;
    padding-bottom: 20px;
}

.cs-post-footer .related-posts-wrapper .related-post-item a {
    text-decoration: none;
}
.cs-post-footer .related-posts-wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cs-post-footer .related-posts-wrapper .main-topic-container {
  flex: 0 19%;
}
@media (max-width: 1080px) {
  .cs-post-footer .related-posts-wrapper .main-topic-container {
    flex: 0 45%;
  }
}
@media (max-width: 479px) {
   .cs-post-footer .related-posts-wrapper .main-topic-container {
     flex: 0 100%;
     margin-bottom: 20px;

  }
}
@media (max-width: 1080px) {
  .search-tab input.hs-search-field__input {
      width: 77%;
  }
}
@media (max-width: 767px) {
    .header-container .header-logo {
        margin: 0;
        position: absolute;
        top: 0;
        left: 20px;
        max-width: 175px;
    }
    .header-container-wrapper {
        padding: 15px 0;
    }
    .header-container {
        position: relative;
        min-height: 40px;
    }
    .mobile-header {
        display: block !important;
    }
    .desktop-header {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .header-container .header-logo {
        margin: 0;
        position: absolute;
        top: 0;
        left: 20px;
        max-width: 150px;
    }
    .header-container-wrapper {
        padding: 10px 0;
    }
    .header-container {
        position: relative;
        min-height: 35px;
    }
}

/* ==========================================================================
   2c. Menu
   ========================================================================== */

.main-menu {
    
}

/* Parent List */
.main-menu .hs-menu-wrapper > ul{ 
    text-align: right;
    display: inherit;
}
.main-menu .hs-menu-wrapper > ul > li{
    display: inline;
    float: inherit !important;
}

.main-menu .hs-menu-wrapper > ul > li > a{
    font-weight: normal;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    display: inline-block;
    padding: 7px 10px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    font-size: 0.812em;
    text-overflow: ellipsis;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.main-menu .hs-menu-wrapper > ul > li:last-of-type > a {
    padding-right: 0;
}
.main-menu .hs-menu-wrapper > ul > li > a {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.main-menu .hs-menu-wrapper > ul > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 10px;
  margin-right: 10px;
  right: 100%;
  bottom: 15px;
  background: #fff;
  height: 3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.main-menu .hs-menu-wrapper > ul > li:last-of-type > a:before {
    margin-right: 0;
}
.main-menu .hs-menu-wrapper > ul > li > a:hover:before, .main-menu .hs-menu-wrapper > ul > li > a:focus:before, .main-menu .hs-menu-wrapper > ul > li > a:active:before {
  right: 0;
}

/* Child List */
.main-menu .hs-menu-wrapper > ul ul {
    background: #fff;
    text-align: left;
    border: 1px solid #dfdfdf;
    border-top: 0;
    /*border-radius: 0 0 3px 3px;*/
}

.main-menu .hs-menu-wrapper > ul ul li a {
    font-size: 0.875em;
    padding: 10px;
    color: #333;
    border-bottom: 1px solid #dfdfdf;
    -webkit-transition: color .2s ease-in, border-bottom .2s ease-in, background .2s ease-in;
  -moz-transition: color .2s ease-in, border-bottom .2s ease-in, background .2s ease-in;
  -o-transition: color .2s ease-in, border-bottom .2s ease-in, background .2s ease-in;
  -ms-transition: color .2s ease-in, border-bottom .2s ease-in, background .2s ease-in;
  transition: color .2s ease-in, border-bottom .2s ease-in, background .2s ease-in;;
}

.main-menu .hs-menu-wrapper > ul ul li:last-of-type a {
    border-bottom: 0;
}

.main-menu .hs-menu-wrapper > ul ul li a:hover {
    color: #fff;
    border-bottom: 1px solid #db1d46;
    background: rgba(219,29,70,1);
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  min-width: 200px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.812em;
}
@media (max-width: 1366px) {
    .main-menu .hs-menu-wrapper > ul > li > a:before {
          bottom: 20px;
    }
}

/* ==========================================================================
   2d. Mobile Menu
   ========================================================================== */

#simple-menu {
    display: none !important;
    position: absolute;
    top: 8px;
    right: 20px;
    z-index: 999 !important;
}

@media (max-width: 767px) {
    .main-menu {
        display: none !important;
    }
    .desktop {
        display: none !important;
    }
    #simple-menu {
        display: inline-block !important;
        z-index: 999 !important;
    }
}
@media (min-width: 1200px) {
  .mobile {
    display: none !important;
  }
}

#simple-menu img {
    width: 25px;
    height: auto !important;
}

.sidr .hs-menu-wrapper a{
    font-weight: normal;
    color: #333;
}

.sidr .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 0;
    height: 500px;
}

.sidr .hs-menu-wrapper ul li {
    display: block;
    float: inherit !important;
}

.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
    max-width: inherit;
    display: block;
    font-size: 12px;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 8px 10px 0;
    text-transform: uppercase;
    color: #999;
}

.sidr .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    position: static;
    z-index: 1;
    display: block;
  
}

.sidr .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
    padding: 8px 10px;
    font-size: 13px;
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;;
}

.sidr .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:hover, 
.sidr .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:focus, 
.sidr .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:active {
    background: rgba(221,221,221,.7);
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #f8f8f8;
  color: #333;
  box-shadow: 0 0 5px 5px #ebebeb inset;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}

@media (max-width: 480px) {
    #simple-menu {
        top: 6px;
        right: 20px;
        z-index: 999 !important;
    }
    #simple-menu img {
        width: 20px;
    }
}

/* ==========================================================================
   2e. Footer
   ========================================================================== */

.footer-container-wrapper {
    padding: 0;
  background:#0D0F1B;
}
.footer-container {
    padding: 0;
}

.footer-container ul.footer-items {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-container ul.footer-items li {
    display: inline-block;
    opacity: .9;
    padding-right: 10px;
    color: #fff !important;
    font-size: 0.813em;
    padding-left: 0;
    padding-top: 20px;
    line-height: 18px;
}

.footer-container ul.footer-items li a {
    color: #fff !important;
    text-decoration: none;
}

.footer-container ul.footer-items li a:hover, 
.footer-container ul.footer-items li a:focus {
    text-decoration: underline;
}

.footer-container ul.footer-items li:last-of-type {
    padding-top: 0;
    padding-right: 0;
}

.footer-container ul.footer-items li.footer-item-regulation {
    float: right;
}

.footer-container ul.footer-items li.footer-item-regulation img {
    padding: 10px;
}

.footer-container ul.footer-items li.footer-item-regulation a.social-icon img {
    max-width: 35px;
    padding: 0 5px 10px;
}

.footer-container ul.footer-items li.footer-item-regulation span {
    display: inline-block;
    width: 135px;
    font-size: 10px;
    margin-bottom: 10px;
    line-height: 12px;
    padding: 0 0 0 10px;
    position: relative;
}
.footer-container ul.footer-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer-container ul.footer-items li {
}
.footer-container ul.footer-items li:last-of-type {
  width: 100%;
  text-align: center;
}

.tap-to-call /* Shows on mobile only */ {
    position: fixed;
    width: 100%;
    z-index: 10;
    bottom: 0;
    padding: 10px 20px;
    left: 0;
    display: none !important;
    background: #111;
}

.tap-to-call a {
    padding: 8px 10px;
    background: #db1945;
    color: #fff;
    display: block;
    border-radius: 27px;
    margin: 0 auto;
    max-width: 200px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

.tap-to-call a img {
    display: inline;
    width: 19px;
    margin-bottom: 2px;
    margin-right: 6px;
}

.nav-up /*makes Tap to Call hide when scrolling down*/ {
    transform: translateY(58px);
    -ms-transform: translateY(58px);
    -o-transform: translateY(58px);
    -webkit-transform: translateY(58px);

    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.nav-down /*animates Tap to Call scrolling down*/ {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);

    -o-transition-duration: 200ms;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}


@media (max-width: 980px) {
    .footer-container ul {
        text-align: center;
    }
  .footer-container ul.search-menu {
        text-align: left;
    margin-bottom: 5px;
    }
    .footer-container ul.footer-items li:last-of-type {
        display: block;
        float: left;
        width: 100%;
    }
}

@media (max-width: 720px) {
    .tap-to-call {
        display: block !important;
    }
    /*.footer-container-wrapper {
        padding: 8px 0 70px;
        background: #222;
    }*/
}

/* ==========================================================================
   3. PAGE CONTENT                                                 
   ========================================================================== */

.body-container-wrapper {}
.body-container {}

.header-content {
    margin: 0 0 20px;
}

span#hs_cos_wrapper_breadcrumb_menu {
    display: inline-block;
    float: left;
    padding: 0 0 0 30px;
    margin-top: 27px;
}

.page-title ul li.hs-breadcrumb-menu-item {
    float: left;
    padding: 0 0 0 15px;
}

.page-title.destination-title ul li.hs-breadcrumb-menu-item {
    padding: 0 !important;
}

.page-title ul li.hs-breadcrumb-menu-item a {
    text-decoration: none;
}

.page-title ul li.hs-breadcrumb-menu-item a:hover, 
.page-title ul li.hs-breadcrumb-menu-item a:focus {
    text-decoration: underline;
}

.page-title ul li.hs-breadcrumb-menu-item.first-crumb {
    float: left;
    padding: 0;
}

.page-title.destination-title ul li.hs-breadcrumb-menu-item.first-crumb {
    display: none !important;
}

.page-title ul li.hs-breadcrumb-menu-item.first-crumb a {
    text-decoration: none;
    color: #777;
    pointer-events: none;
}

.page-title li.hs-breadcrumb-menu-item.last-crumb {
    display: none;
}

.page-title h1, .page-title h2 {
    color: #db1945;
    display: inline-block;
    letter-spacing: -.25px;
    font-size: 2em;
    margin: 0 0;
    padding: 15px 0 0 0px;
}

.page-title h1 a {
    color: #db1945;
    text-decoration: none;
    -webkit-transition: opacity .2s ease-in;
  -moz-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  -ms-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;;
}

.page-title h1 a:hover, 
.page-title h1 a:focus {
    opacity: .8;
}

.page-title span+h1 {
    padding: 15px 0 0 10px;
}

.header-banner, .destination-banner-wrapper {
    height: 320px;
    background-size: cover;
    position: relative;
}

.destination-banner-wrapper h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-shadow: 1px 0px 5px rgba(0,0,0,.8);
    font-size: 1.7em;
    margin: 0;
    padding: 10px 0 20px 30px;
    display: block;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 75%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 75%);
    background: linear-gradient(to right, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 );
    width: 100%;
}

.page-content {
    padding: 0px;
    /* Made full width until side content is shown.. width: 75% !important; */
    margin: 0 0 !important;
  width: 100% !important;
/*     float: left; */
}

.page-content p + h2, .page-content p + h3, .page-content p + h4,
.page-content ul + h2, .page-content ul + h3, .page-content ul + h4 {
    margin-top: 30px;
}

.page-content h3 + p {
    padding-top: 10px;
}

.page-content-width {
    /*Hide until side content is ready
    max-width: 600px;*/
    max-width: 1170px;
}

.page-content.form-page {
    width: 100% !important;
    padding: 20px 20px;
  background: #fff;
    border: 1px solid #ddd;
}

.page-content.ty-page {
    background: #db1945;
    text-align: center;
    color: #fff;
    padding: 120px 50px !important;
}

.page-content.ty-page h2 {
    font-size: 44px;
}

.page-content.ty-page p {
    font-size: 24px;
    font-weight: bold;
    max-width: 425px;
    margin: 0 auto;
    display: block;
}

.page-content .internal-flexible-content span > div {
    margin-top: 50px;
}

.page-content.form-page form {
    max-width: 800px;
    margin: 0 auto;
}

.page-content.form-page h3.form-title {
    display: none !important;
}

.side-content /*Hidden until they have actual content*/ {
    display: none !important;
    padding-left: 20px;
    width: 25% !important;
    margin: 0 0 30px !important;
    float: left;
}

.page-content h3 {
    font-weight: normal;
    color: #333;
    /*max-width: 600px;*/
/*     max-width: 950px; */
}

.destination-content h3 {
    max-width: 700px;
}

.destination-content p + h3,
.destination-content ul + h3 {
    margin-top: 30px;
}

.page-content .contact-content strong {
    color: #db1945;
}

.office-locations-wrapper {
    padding-top: 40px;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.office-location {
    width: 33.3%;
    padding-right: 10px;
}
.office-location p {
    line-height: 1em;
    margin: 0 0 7px;
    padding: 0;
}
.office-location p:first-of-type {
    margin-bottom: 10px;
    color: #db1945;
    font-weight: bold;
}

.page-content .row {
    margin: 0 -.9375rem;
    max-width: none;
    width: auto;
}

.page-content .columns {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left;
}

.page-content .medium-6 {
    width: 50%;
}

.page-content ul, .destination-content ul, .pb-post-body ul {
    list-style-type: none;
    margin: 0 0 20px;
    font-size: 0.938em;
    padding: 0 0 0 5px;
}

.page-content ul li, .destination-content ul li, .pb-post-body ul li {
    padding-left: 15px;
    margin-bottom: 5px;
    text-indent: -8px;
}

.page-content ul li:before, .destination-content ul li:before, .pb-post-body ul li:before {
    content: "–";
    position: relative;
    left: -10px;
    color: #db1945;
    font-weight: bold;
}

.side-content .widget-module ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.side-content .widget-module ul li {
    overflow: hidden;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    /*border-radius: 4px;*/
    margin-bottom: 10px;
    font-size: 14px;
    transition-property: all;
    line-height: 1.5em;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s
}

.side-content .widget-module ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    color: #333;
    text-decoration: none;
    font-weight: 400;
}

.side-content .widget-module ul li a:hover {
    text-decoration: none;
}

.side-content .widget-module ul li a .post-title {
    width: 60%;
    padding: 10px;
    font-size: 16px;
}

.side-content .widget-module ul li a .featured-image {
    width: 40%;
    min-height: 90px;
    background-size: cover;
    background-position: 50% 50%;
}

.side-content ul li:hover {
    transform: scale(1.015);
    -webkit-transform: scale(1.015);
    box-shadow: 0 10px 30px -5px rgba(0,0,0,.10);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.side-content h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
}
/*
.side-content h3 {
    color: #fff;
    max-width: 200px;
    line-height: 1.2em;
    letter-spacing: -.25px;
    font-size: 16px;
    margin-top: 0;
    font-weight: normal;
}

.side-content .ribbon-wrapper {
    text-decoration: none;
    color: black;
    overflow: hidden;
    display: block;
}
.side-content h3.button {
    text-decoration: center;
    background: #db1945;
    white-space: nowrap;
}
.side-content h3.ribbon {
    position: relative;
    display: block;
    padding: 0.5em 0 0.5em 0.5em;
}
.side-content h3.ribbon:after {
    content: "";
    background-color: #f2f2f2;
    display: inline-block;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    position: absolute;
    top: -50%;
    bottom: 50%;
    left: 0;
    right: 1.6em;
}
*/
.side-content .how-it-works-v, .side-content .how-it-works-h {
    background: #fff;
    border: 1px solid #ddd;
}

.side-content .how-it-works-h {
    display: none !important;
}

.side-content .how-it-works-h img, .side-content .how-it-works-v img {
    width: 100% !important;
}

@media (max-width: 1024px) {
    body.internal-page .page-center {
        padding: 0;
    }
    .page-content-wrapper {
        padding: 0 20px;
    }
}

@media (max-width: 900px) and (min-width: 601px) {
    .side-content .how-it-works-h {
        display: block !important;
    }
    .side-content .how-it-works-v {
        display: none !important;
    }
}

@media (max-width: 900px) {
    .header-banner, .destination-banner-wrapper {
        height: 275px;
    }
    .page-content {
        padding: 30px 20px;
        width: 100% !important;
        margin: 0 0 30px !important;
    }
    .page-content.form-page {
        padding: 20px 20px;
    }
    .side-content {
        padding-left: 0;
        width: 100% !important;
    }
    .side-content .widget-module ul li {
        width: 49%;
        float: left;
    }
    .side-content .widget-module ul li:nth-of-type(1), 
    .side-content .widget-module ul li:nth-of-type(3), 
    .side-content .widget-module ul li:nth-of-type(5) {
        margin-right: 1%;
    }
    .side-content .widget-module ul li:nth-of-type(2), 
    .side-content .widget-module ul li:nth-of-type(4), 
    .side-content .widget-module ul li:nth-of-type(6) {
        margin-left: 1%;
    }
    .side-content h3 {
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .header-banner, .destination-banner-wrapper {
        height: 250px;
    }
}

@media (max-width: 600px) {
    .page-content.ty-page h2 {
        font-size: 40px;
    }
    .side-content .how-it-works-v img {
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }
    .page-content .medium-6 {
        width: 100%;
    }
    blockquote {
        padding-left: 20px !important;
    }
    .header-content {
        margin: 0;
    }
    .header-banner, .destination-banner-wrapper {
        height: 190px;
    }
    span#hs_cos_wrapper_breadcrumb_menu {
        padding: 0 0 0 20px;
        margin-top: 22px;
    }
    .page-title h1, .page-title h2 {
        padding: 10px 0 0 20px;
    }
    .page-title span+h1 {
        padding: 10px 0 0 10px;
    }
    .page-content-wrapper {
        padding: 10px 20px;
    }
    .page-content {
        padding: 30px 20px;
        width: 100% !important;
        margin: 0 0 30px !important;
    }
    .side-content {
        padding: 0 20px;
        width: 100% !important;
    }
    .office-location {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .page-title span+h1 {
        padding: 10px 0 0 20px;
    }
    span#hs_cos_wrapper_breadcrumb_menu {
        display: none !important;
    }
    .side-content h3 {
        max-width: 225px;
    }
    .side-content .widget-module ul li {
        width: 100%;
    }
    .side-content .widget-module ul li:nth-of-type(1), 
    .side-content .widget-module ul li:nth-of-type(3), 
    .side-content .widget-module ul li:nth-of-type(5) {
        margin-right: 0;
    }
    .side-content .widget-module ul li:nth-of-type(2), 
    .side-content .widget-module ul li:nth-of-type(4), 
    .side-content .widget-module ul li:nth-of-type(6) {
        margin-left: 0;
    }
    
}

@media (max-width: 350px) {
    .header-banner, .destination-banner-wrapper {
        height: 150px;
    }
}

/* 3a. Destination Page
   ========================================================================== */

.destination-content {
/*     background: #fff;
    border: 1px solid #ddd;
    padding: 30px;
    margin-bottom: 40px; */
}

.destination-stats-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 35px;
    text-align: center;
    color: #333;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #db1945;
}

.destination-stat {
    display: block;
    width: 25%;
    padding: 0 10px;
}

.destination-stat span.value {
    display: block;
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 10px;
}

.destination-stat span.title {
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 1em;
}

.destination_related_posts {
    margin: 20px 0;
}

.destination_related_posts h3 {
    margin-bottom: 10px;
    color: #db1945;
}

.destination_related_posts ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.destination_related_posts ul li  {
    width: 25%;
    padding: 10px;
    max-width: 325px;
}

.destination_related_posts ul li a .featured-image {
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;; 
}

.destination_related_posts ul li:hover a .featured-image,
.destination_related_posts ul li:focus a .featured-image {
    transform: scale(1.015);
    -webkit-transform: scale(1.015);
    box-shadow: 0 10px 30px -5px rgba(0,0,0,.10);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.destination_related_posts ul li .featured-image {
    min-height: 200px;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

.destination-content .destination_related_posts ul li {
    text-indent: 0;
}

.destination-content .destination_related_posts ul li:before {
    display: none;
}

.destination-content .destination_related_posts ul {
    list-style-type: none;
    margin: 0;
    font-size: 1em;
    padding: 0;
}

.populardest-topcontent {
    border-top: 1px solid #db1945;
    border-bottom: 1px solid #db1945;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    float: left;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    width: calc(100% - 1.875rem);
}
.populardest-topcontent [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -.625rem;
}

.populardest-topcontent [class*="block-grid-"]:before, .populardest-topcontent [class*="block-grid-"]:after {
    content: " ";
    display: table;
}

.populardest-topcontent [class*="block-grid-"]:after {
    clear: both;
}

.populardest-topcontent ul li:before {
    display: none;
}

.populardest-topcontent [class*="block-grid-"]>li {
    display: block;
    float: left;
    height: auto;
    padding: 0 .625rem 1.25rem;
}

.populardest-topcontent .keyinfo-title {
    font-weight: bold;
    padding-top: 5px;
}

.populardest-topcontent .keyinfo-content:last-of-type {
    padding-bottom: 0px;
    color: #db1945;
}

.populardest-topcontent ul li {
    padding-left: 0;
    font-size: 1.063em;
    margin-bottom: 0;
    text-indent: 0;
}

.populardest-topcontent .medium-block-grid-2>li:nth-of-type(2n+1) {
    clear: both;
}

.populardest-topcontent .medium-block-grid-2>li {
    list-style: none;
    width: 50%;
}
.destination-quote span#hs_cos_wrapper_request_quote {
  	  min-width: 250px;
	    padding: 20px;
      float: left;
      width: 100%;
      border: 1px solid #ccc;
          border-radius: 10px;
      transition-property: all;
      transition-duration: .3s;
      -webkit-transition-property: all;
      -webkit-transition-duration: .3s;
}
.destination-quote .section-below-form {
	    max-width: 300px !important;
    	min-width: 250px;
    	float: right;
    	display: inline-block;
    	margin-left: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .destination-quote .section-below-form {
    min-width: 100% !important;
  }
}
@media (max-width: 1080px) {
  .destination-quote .section-below-form {
    min-width: 100% !important;
  }
  .destination-quote .section-below-form .blog-related-posts {
    display: inline-block;
    width: 100%;
  }
}

/* .destination-quote span#hs_cos_wrapper_request_quote {
    min-width: 250px;
    padding: 20px;
    float: right;
    display: inline-block;
    border: 1px solid #ccc;
    margin-left: 20px;
    transition-property: all;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
} */

/*.destination-quote span#hs_cos_wrapper_request_quote:hover, 
.destination-quote span#hs_cos_wrapper_request_quote:focus {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    box-shadow: 0 10px 30px -5px rgba(0,0,0,.10);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}*/

.destination-quote h3#hs_cos_wrapper_request_quote_title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    max-width: inherit !important;
}

.destination-inline-text {
    max-width: 700px;
}

.destination-block-text {
    display: none !important;    
}

@media (min-width: 980px) {
    .destination-quote span#hs_cos_wrapper_request_quote {
        max-width: 250px !important;
        min-width: 100% !important;
    }
    .destination-quote fieldset.form-columns-2 .hs-form-field {
        width: 100% !important;
        padding: 0 0 10px 0 !important;
    }
}

@media (max-width: 1024px) {
    .destination_related_posts ul li  {
        width: 50%;
    }
}

@media (max-width: 980px) {
    .destination-block-text {
        display: block !important;
    }
    .destination-inline-text {
        display: none !important;
    }
    .destination-quote span#hs_cos_wrapper_request_quote{
        min-width: 250px;
        display: block;
        padding: 20px;
        width: 100%;
        float: left;
        margin: 15px 0 30px;
        border: 1px solid #ccc;
    }
}

@media (max-width: 600px) {
    .populardest-topcontent .medium-block-grid-2>li {
        list-style: none;
        width: 100%;
    }
    .destination-stat {
        width: 50%;
    }
    .destination-stat:nth-of-type(1), 
    .destination-stat:nth-of-type(2) {
        padding-bottom: 30px;
    }
    .destination-quote span#hs_cos_wrapper_request_quote{
        padding: 20px 10px 10px; 
    }
}

/* 3a. Homepage
   ========================================================================== */

.home-banner-wrapper {
    height: 100%;
    max-height: 600px;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
}

.home-banner-wrapper video {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-banner {
    position: absolute;
    z-index: 1;
    height: 100%;
    opacity: 1;
    width: 100%;
    padding: 0;
    top: 0;
}
.home-message {
    padding: 20px;
    text-align: right;
    float: none !important;
    max-width: 1170px;
    margin: 0 auto !important;
}

.home-banner h1 {
    padding-top: 35%;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 10px #000;
    font-size: 3em;
}

a.home-cta {
    cursor: pointer;
    padding: 12px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 27px;
    min-width: 250px;
    font-size: 20px;
    font-weight: normal;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    background: #db1945;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;;
}

a.home-cta:hover {
    border: 2px solid #db1945;
    color: #db1945;
    background: #fff;
}

.mb-banner-wrapper {
    display: none !important;
    background-size: cover;
    background-position: 75% 50%;
}

.mb-home-message {
    padding: 100px 20px;
    text-align: center;
    float: none !important;
    max-width: 1170px;
    margin: 0 auto !important;
}

.mb-home-message h1 {
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 10px #000;
    font-size: 2.7em;
}


@media only screen and (max-width: 1600px) {
    .home-banner-wrapper {
        max-height: 500px;
    }
    .home-banner h1 {
        padding-top: 27%;
        font-size: 2.5em;
    }

}

@media only screen and (max-width: 1366px) {
    .home-banner-wrapper {
        max-height: 400px;
    }
    .home-banner h1 {
        padding-top: 210px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .home-banner-wrapper {
        display: none !important;
    }
    .mb-banner-wrapper {
        display: block !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .home-banner-wrapper {
        display: none !important;
    }
    .mb-banner-wrapper {
        display: block !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .home-banner-wrapper {
        display: none !important;
    }
    .mb-banner-wrapper {
        display: block !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .home-banner-wrapper {
        display: none !important;
    }
    .mb-banner-wrapper {
        display: block !important;
    }
}

@media (max-width: 900px) {
    .home-banner-wrapper {
        background: #333 !important;
        background-size: cover;
    }
    .home-banner-wrapper {
        display: none !important;
    }
    .mb-banner-wrapper {
        display: block !important;
    }
    .mb-banner-wrapper {
        background-position: 40% 50%;
    }
}

.videos-section {
    /*padding: 40px 0;*/
    padding: 95px 0;
}

.videos-section h2 {
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.our-videos-wrapper span {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.our-videos-wrapper span > div {
    width: 210px;
    margin-right: 15px;
    margin-bottom: 24px;
}

.our-videos-wrapper span > div:last-of-type {
    margin-right: 0;
}

.our-videos-wrapper .video-container a {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;;
}

.our-videos-wrapper .video-thumbnail-container {
    position: relative;
    background: #db1945;
}
.our-videos-wrapper .video-thumbnail, .our-videos-wrapper .video-thumbnail-container {
    width: 210px;
    height: 118px;
}

.our-videos-wrapper .video-thumbnail-container img.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    opacity: .9;
    margin: -20px 0 0 -20px;
    -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;;
}
.our-videos-wrapper .video-container a:hover .video-thumbnail-container img.video-thumbnail {
    -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;;
}

.our-videos-wrapper .video-container a:hover .video-thumbnail-container img.play-button, 
.our-videos-wrapper .video-container a:focus .video-thumbnail-container img.play-button {
    opacity: .8;
}

.our-videos-wrapper .video-container a:hover .video-thumbnail-container img.video-thumbnail, 
.our-videos-wrapper .video-container a:focus .video-thumbnail-container img.video-thumbnail {
    opacity: .7;
}

.our-videos-wrapper .video-details {
    padding-right: 24px;
}

.our-videos-wrapper .video-details h3 {
    margin: 15px 0 3px;
    color: #333;
    cursor: pointer;
    display: block;
    max-height: 2em;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
}

.our-videos-wrapper .video-details p {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.more-videos-link a {
    display: block;
    color: #555;
    margin: 0 auto;
    max-width: 600px;
    text-decoration: underline;
    overflow: hidden;
    text-align: center;
}

.more-videos-link:hover a, 
.more-videos-link:focus a {
    color: #db1945;
}

/*
.more-videos-link a:before,
.more-videos-link a:after {
    background-color: #555;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.more-videos-link a:before {
    right: 0.5em;
    margin-left: -50%;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(85,85,85,1) 90%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(85,85,85,1) 90%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(85,85,85,1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#555555',GradientType=1 );
}
.more-videos-link a:after {
    left: 0.5em;
    margin-right: -50%;
    background: -moz-linear-gradient(left, rgba(85,85,85,1) 10%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(85,85,85,1) 10%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(85,85,85,1) 10%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#00ffffff',GradientType=1 );
}

.more-videos-link:hover a, 
.more-videos-link:focus a {
    color: #DB1D46;
}

.more-videos-link:hover a:before,
.more-videos-link:focus a:before {
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(219,29,70,1) 90%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(219,29,70,1) 90%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(219,29,70,1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#db1d46',GradientType=1 );
}

.more-videos-link:hover a:after,
.more-videos-link:focus a:after {
    background: -moz-linear-gradient(left, rgba(219,29,70,1) 10%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(219,29,70,1) 10%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(219,29,70,1) 10%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db1d46', endColorstr='#00ffffff',GradientType=1 );
}
*/

@media (max-width: 1110px) {
    .videos-section {
        /*padding: 25px 0;*/
        padding: 40px 0;
    }
}

@media (max-width: 930px) and (min-width: 700px) {
    .our-videos-wrapper span > div:nth-of-type(4) {
        display: none;
    }
    .our-videos-wrapper span > div:nth-of-type(3) {
        margin-right: 0;
    }
}

@media (max-width: 699px) {
    .our-videos-wrapper span > div {
        width: 210px;
        margin-right: 4px;
        margin-bottom: 24px;
    }
}

@media (max-width: 467px) {
    .our-videos-wrapper span > div:nth-of-type(n+3) {
        display: none;
    }
}

.international-section {
/*     border-top: 2px solid #ccc; */
    /*padding: 30px 0 0;*/
    padding: 100px 0;
}
.contact-page-section {
/*     border-top: 2px solid #ccc; */
    /*padding: 30px 0 0;*/
    padding: 50px 0 0 0;
}
.international-section h2, .international-section h1 {
    font-size: 2em;
    margin-bottom: 15px;
    margin-top: 0;
}
.international-section em{
  color:#db1945;
  font-weight:600;
  font-size: 1.2em;
}
.international-section p:last-of-type {
    /*margin-bottom: 30px;*/
/*     margin-bottom: 60px; */
}

.destinations-wrapper {
    margin-top: 10px;
}

.destinations-wrapper .destinations-row-1, .destinations-wrapper .destinations-row-2 {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 275px;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    background-color: #db1945;
}

.destinations-wrapper .destinations-row-1 div, .destinations-wrapper .destinations-row-2 div, .destinations-wrapper .mb-destinations-row div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-size: cover;
    background-color: #db1945 !important;
    background-position: 50% 50%;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;;
}

.destinations-wrapper .destinations-row-1 div:hover, 
.destinations-wrapper .destinations-row-2 div:hover, 
.destinations-wrapper .mb-destinations-row div:hover, 
.destinations-wrapper .destinations-row-1 div:focus, 
.destinations-wrapper .destinations-row-2 div:focus, 
.destinations-wrapper .mb-destinations-row div:focus {
    opacity: .8;
}

.destinations-wrapper a {
    display: block;
    height: 275px;
    text-decoration: none;
    text-align: center;
    font-size: 1.875em;
    color: #fff;
    text-shadow: 0 0 10px #000;
}

.destinations-wrapper a span {
    margin: 0 auto;
    padding-top: 125px;
    display: block;
}

.destinations-wrapper .mb-destinations-row {
    display: none !important;
}

@media {
 .destinations-row-1 div:nth-child(2) {
    -webkit-box-flex: 1.6;
    -webkit-flex-grow: 1.6;
        -ms-flex-positive: 1.6;
            flex-grow: 1.6;
}
 .destinations-row-1 div:nth-child(4) {
    -webkit-box-flex: 1.3;
    -webkit-flex-grow: 1.3;
        -ms-flex-positive: 1.3;
            flex-grow: 1.3;
}
 .destinations-row-1 div:nth-child(5) {
    -webkit-box-flex: 1.2;
    -webkit-flex-grow: 1.2;
        -ms-flex-positive: 1.2;
            flex-grow: 1.2;
}
 .destinations-row-2 div:nth-child(3) {
    -webkit-box-flex: 1.8;
    -webkit-flex-grow: 1.8;
        -ms-flex-positive: 1.8;
            flex-grow: 1.8;
}
 .destinations-row-2 div:nth-child(2) {
    -webkit-box-flex: 1.1;
    -webkit-flex-grow: 1.1;
        -ms-flex-positive: 1.1;
            flex-grow: 1.1;
}
 .destinations-row-2 div:nth-child(4) {
    -webkit-box-flex: 1.2;
    -webkit-flex-grow: 1.2;
        -ms-flex-positive: 1.2;
            flex-grow: 1.2;
}
}

@media (max-width: 1600px) {
    .destinations-wrapper .destinations-row-1, .destinations-wrapper .destinations-row-2 {
        height: 250px;
    }
    .destinations-wrapper a {
        height: 250px;
    }
    .destinations-wrapper a span {
        padding-top: 110px;
    }
}

@media (max-width: 1440px) {
    .destinations-row-2 div:nth-child(4) {
        display: none;
    }
    .destinations-row-2 div:nth-child(2) {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .destinations-row-2 div:nth-child(1) {
        -webkit-box-flex: 1.2;
        -webkit-flex-grow: 1.2;
            -ms-flex-positive: 1.2;
                flex-grow: 1.2;
    }
}

@media (max-width: 1366px) {
    .destinations-wrapper .destinations-row-1, .destinations-wrapper .destinations-row-2 {
        height: 225px;
    }
    .destinations-wrapper a {
        height: 225px;
    }
    .destinations-wrapper a span {
        padding-top: 100px;
    }
    .destinations-row-1 div:nth-child(2) {
        -webkit-box-flex: 1.5;
        -webkit-flex-grow: 1.5;
            -ms-flex-positive: 1.5;
                flex-grow: 1.5;
    }
     .destinations-row-2 div:nth-child(3) {
        -webkit-box-flex: 1.5;
        -webkit-flex-grow: 1.5;
            -ms-flex-positive: 1.5;
                flex-grow: 1.5;
    }
}

@media (max-width: 1024px) {
    .destinations-wrapper .destinations-row-1, .destinations-wrapper .destinations-row-2 {
        height: 200px;
    }
    .destinations-wrapper a {
        height: 200px;
    }
    .destinations-wrapper a span {
        padding-top: 90px;
    }
    .destinations-row-1 div:nth-child(3) {
        display: none;
    }
    .destinations-row-2 div:nth-child(2) {
        display: none;
    }
}

@media (max-width: 900px) {
    .destinations-row-1 div:nth-child(2) {
        -webkit-box-flex: 1.2;
        -webkit-flex-grow: 1.2;
            -ms-flex-positive: 1.2;
                flex-grow: 1.2;
    }
     .destinations-row-1 div:nth-child(4) {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .destinations-row-2 div:nth-child(1) {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .destinations-row-2 div:nth-child(3) {
        -webkit-box-flex: 1.2;
        -webkit-flex-grow: 1.2;
            -ms-flex-positive: 1.2;
                flex-grow: 1.2;
    }
}

@media (max-width: 768px) {
    .destinations-wrapper a {
        font-size: 1.750em;
    }
    .destinations-row-2 div:nth-child(3) {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
}

@media (max-width: 767px) {
    .destinations-wrapper .destinations-row-1, .destinations-wrapper .destinations-row-2 {
        height: 175px;
    }
    .destinations-wrapper a {
        height: 175px;
    }
    .destinations-wrapper a span {
        padding-top: 80px;
    }
    .destinations-wrapper .destinations-row-1, .destinations-wrapper .destinations-row-2{
        display: none !important;
    }
    .destinations-wrapper .mb-destinations-row {
        display: block !important;
    }
    .mb-destinations-row div {
        float: left;
        margin: 0;
    }
    .mb-destinations-row div:nth-child(-n+2) {
        width: 50%;
    }
    .mb-destinations-row div:nth-child(n+4) {
        width: 50%;
    }
    .mb-destinations-row div:nth-child(3) {
        width: 100%;
    }
    .mb-destinations-row div.more-destinations {
        width: 100%;
        height: inherit;
        padding: 25px 0;
        opacity: 1 !important;
        background: #222 !important;
    }
    .mb-destinations-row div.more-destinations a {
        text-shadow: none;
        display: block;
        color: #222;
        margin: 0 auto;
        font-size: 18px;
        background: #fff;
        max-width: 300px;
        height: inherit;
        cursor: pointer;
        text-decoration: none;
        border: 2px solid #fff;
        border-radius: 27px;
        padding: 10px 20px;
        /*border-radius: 3px;*/
    }
    .international-section {
        border-top: 2px solid #ccc;
        padding: 40px 0;
    }
    .international-section p:last-of-type {
/*         margin-bottom: 40px; */
    }
}

.care-section {
    background-color: #db1945;
    padding: 80px 0 105px;
    /*padding: 40px 0 65px;*/
    text-align: center;
    margin: 0 auto;
}

.care-section img {
    max-width: 75px;
    margin-bottom: 35px;
}

.care-section h2 {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.45em;
    margin-bottom: 20px;
}

.care-section-text {
    max-width: 80%;
    margin: 0 auto !important;
    float: none !important;
}

.care-section-text a {
    cursor: pointer;
    padding: 12px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 27px;
    min-width: 180px;
    font-size: 20px;
    font-weight: normal;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    background: #db1945;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;;
}

.care-section-text a:hover {
    border: 2px solid #db1945;
    color: #db1945;
    background: #fff;
}
@media (max-width: 767px) {
    .care-section {
        /*padding: 35px 0 50px;*/
        padding: 50px 0 60px;
    }
    .care-section img {
        max-width: 60px;
        margin-bottom: 22px;
    }
    .care-section h2 {
        font-size: 28px;
    }
    .care-section-text a {
        border: 2px solid #db1945;
        color: #db1945;
        background: #fff;
    }
}

/* 3a. Videos Page
   ========================================================================== */

.grid-content {
    width: 100% !important;
    margin: 0 0 40px !important;
}

.grid-content span {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.grid-content span > div {
    width: 25%;
    padding: 10px 15px; 
}

.grid-content .video-container, 
.grid-content .popular-container {
    /*border-radius: 4px;*/
    background: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.grid-content .video-container:hover, 
.grid-content .video-container:focus, 
.grid-content .popular-container:hover, 
.grid-content .popular-container:focus {
    transform: scale(1.015);
    -webkit-transform: scale(1.015);
    box-shadow: 0 10px 30px -5px rgba(0,0,0,.10);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid-content .video-container a, 
.grid-content .popular-container a {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;;
}

.grid-content .video-thumbnail-container, 
.grid-content .popular-image-container {
    position: relative;
    background: #db1945;
}

.grid-content .video-thumbnail,
.grid-content .video-thumbnail-container,
.grid-content .popular-image,
.grid-content .popular-image-container {
    width: 100%;
    /*border-radius: 4px 4px 0 0;*/
    height: auto;
}

.popular-image {
    min-height: 113px;
    background-size: cover;
}

.grid-content .video-thumbnail-container img.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    opacity: .9;
    margin: -20px 0 0 -20px;
    -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;;
}

.grid-content .video-container a .video-thumbnail-container img.video-thumbnail,
.grid-content .popular-container a .popular-image-container .popular-image {
    -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;;
}

.grid-content .video-container a:hover .video-thumbnail-container img.play-button, 
.grid-content .video-container a:focus .video-thumbnail-container img.play-button {
    opacity: .8;
}

.grid-content .video-container a:hover .video-thumbnail-container img.video-thumbnail, 
.grid-content .video-container a:focus .video-thumbnail-container img.video-thumbnail, 
.grid-content .popular-container a:hover .popular-image-container .popular-image, 
.grid-content .popular-container a:focus .popular-image-container .popular-image {
    opacity: .7;
}

.grid-content .video-details,
.grid-content .popular-details {
    padding: 10px;
    min-height: 100px;
}

.grid-content .video-details h3,
.grid-content .popular-details h3 {
    margin: 4px 0 4px;
    color: #333;
    cursor: pointer;
    display: block;
    overflow: hidden;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2em;
}

.grid-content .video-details p,
.grid-content .popular-details p {
    font-size: 1em;
    color: #333;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

@media (min-width: 1025px) {
    .grid-content span > div:nth-of-type(4n+1) {
        padding: 10px 16px 10px 0;
    }
    .grid-content span > div:nth-of-type(4n+4) {
        padding: 10px 0 10px 16px;
    }
    .grid-content span > div:nth-of-type(4n+3) {
        padding: 10px 5px 10px 11px;
    }
    .grid-content span > div:nth-of-type(4n+2) {
        padding: 10px 11px 10px 5px;
    }
    .grid-content .video-details {
        min-height: 116px;
    }
}

@media (max-width: 1024px) and (min-width: 601px) {
    .grid-content span > div {
        width: 33.3%;
        padding: 10px; 
    }
    .grid-content span > div:nth-of-type(3n+1) {
        padding: 10px 16px 10px 0;
    }
    .grid-content span > div:nth-of-type(3n+3) {
        padding: 10px 0 10px 16px;
    }
    .grid-content span > div:nth-of-type(3n+2) {
        padding: 10px 8px 10px 8px;
    }
    .grid-content .video-details {
        min-height: 116px;
    }
}

@media (max-width: 600px) and (min-width: 376px) {
    .grid-content {
        padding: 10px;
    }
    .grid-content span > div {
        width: 50%;
        padding: 10px; 
    }
    .grid-content span > div:nth-of-type(2n+1) {
        padding: 10px 10px 10px 5px;
    }
    .grid-content span > div:nth-of-type(2n+2) {
        padding: 10px 5px 10px 10px;
    }
    .grid-content .video-details {
        min-height: 116px;
    }
}

@media (max-width: 375px) {
    .grid-content span > div {
        width: 100%;
        padding: 10px; 
    }
}

/* ==========================================================================
   4. Forms
   ========================================================================== */

/* Form Field (selector for form field wrapper) */
.hs-form .hs-form-field {
}

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

fieldset.form-columns-2, fieldset.form-columns-1 {
    margin-bottom: 15px !important;
    display: block;
}

.hs-form .hs-richtext h2, .hs-form .hs-richtext h3 {
    margin: 20px 0;
    font-size: 1.5em;
    padding-bottom: 5px;
}

.hs-form > div {
    margin-bottom: 20px;
    width: 100%;
    float: left !important;
    display: block;
}

.request-quote .hs-form .hs-dependent-field {
    display: flex;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -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;
}

.request-quote .hs-form .hs-dependent-field > div:nth-of-type(2) {
    display: block;
    float: left;
    width: 80%;
    padding-left: 20px;
}

.request-quote form > div:nth-of-type(3) > .hs-dependent-field,
.request-quote form > div.hs-dependent-field:nth-of-type(4) {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field,
.request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field {
    width: 33.3%;
    padding: 30px 0;
}

.request-quote form > div.hs-dependent-field:nth-of-type(4) {
    margin-top: 10px;
}

.request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(2),
.request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(5),
.request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(8),
.request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(2), 
.request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(5), 
.request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(8) {
    padding: 0 10px 0 20px;
    border-left: 2px solid #ddd;
}

.request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(3),
.request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(6),
.request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(9), 
.request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(3), 
.request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(6), 
.request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(9) {
    padding: 0 10px;
}

.request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(4),
.request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(7),
.request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(10), 
.request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(4), 
.request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(7), 
.request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(10) {
    padding: 0 20px 0 10px;
    border-right: 2px solid #ddd;
}

.request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(2),
.request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(3),
.request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(4),
.request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(2), 
.request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(3), 
.request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(4) {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
}

.request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(5),
.request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(6),
.request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(7),
.request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(5), 
.request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(6), 
.request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(7) {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
}

.request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(8),
.request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(9),
.request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(10),
.request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(8), 
.request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(9), 
.request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(10) {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    margin-top: 20px;
}

.request-quote .hs_how_many_dogs_do_you_plan_to_move_.field.hs-form-field,
.request-quote .hs_how_many_cats_do_you_plan_to_move_.field.hs-form-field {
    width: 100% !important;
    padding-top: 0 !important;
}

.request-quote .hs_from_country_pt_.field.hs-form-field, .hs_country_pt_.field.hs-form-field {
    width: 100%;
}

.select-a-pet-wrapper {
    max-width: 900px;
    margin: 0 auto !important;
    float: none !important;
}
.select-a-pet-wrapper .row-fluid {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.select-a-pet-wrapper .row-fluid > div {
    width: 33.3%;
    margin: 0 0 20px;
    padding: 0 20px;
}
.select-a-pet a {
    max-width: 250px;
    background: #000;
    border: 1px solid #000;
    margin: 0 auto;
    height: auto;
    display: block;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;;
    
}
.select-a-pet a img {
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: block;
    max-width: 100%;
}
.select-a-pet a:hover,
.select-a-pet a:focus {
    background: #db1945;
    border: 1px solid #db1945;
}

@media (max-width: 767px) {
    .request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(2),
    .request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(5),
    .request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(8),
    .request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(2), 
    .request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(5), 
    .request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(8) {
        border-bottom: 0;
        border-top: 2px solid #ddd;
        border-left: 2px solid #ddd;
        border-right: 2px solid #ddd;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding: 20px 20px 10px !important;
    }
    .request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(3),
    .request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(6),
    .request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(9),
    .request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(3), 
    .request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(6), 
    .request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(9) {
        border-bottom: 0;
        border-top: 0;
        border-left: 2px solid #ddd;
        border-right: 2px solid #ddd;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding: 10px 20px !important;
    }
    .request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(4),
    .request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(7),
    .request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(10),
    .request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(4), 
    .request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(7), 
    .request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(10) {
        border-bottom: 2px solid #ddd;
        border-top: 0;
        border-left: 2px solid #ddd;
        border-right: 2px solid #ddd;
        margin-top: 0 !important;
        padding: 10px 20px 20px !important;
    }
    .request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(5),
    .request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field:nth-of-type(8),
    .request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(5), 
    .request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:nth-of-type(8), {
        margin-top: 20px !important;
    }
    .request-quote form > div:nth-of-type(3) > .hs-dependent-field > .hs-form-field,
    .request-quote form > div.hs-dependent-field:nth-of-type(4) > .hs-form-field:first-of-type {
        padding-bottom: 15px;
    }
    .request-quote .hs-form .hs_submit {
        margin-top: 10px;
    }
  .select-a-pet-wrapper .row-fluid{
  display: block;
  }
}

@media (max-width: 600px) {
    .select-a-pet-wrapper .row-fluid > div {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
    }
    .select-a-pet a {
        max-width: 177px;
    }
    .select-a-pet a img {
        max-width: 100%;
    }
}

@media (max-width: 375px) {
    .request-quote .hs-form .hs-dependent-field {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .request-quote .hs-form .hs-dependent-field > div:nth-of-type(2) {
        width: 100%;
        padding-left: 0;
    }
}

/* Descriptions (targets class applied to Help Text divs) */
.hs-form .hs-field-desc {}

/* Labels (selects field labels and error messages) */
.hs-form label {
    color: #555;
}
.hs-form .hs-form-field > label {
    font-weight: normal;
    color: #333;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 3px;
    letter-spacing: 0;
}

.hs-form .hs-form-field label span.hs-form-required {
    display: none !important;
}

.request-quote .hs_firstname > label, 
.request-quote .hs_lastname > label, 
.request-quote .hs_phone > label, 
.request-quote .hs_email > label {}

/* Inputs (selectors for all inputs)  */
.hs-form input[type="text"],
.hs-form input[type="password"], 
.hs-form input[type="datetime"], 
.hs-form input[type="datetime-local"], 
.hs-form input[type="date"], 
.hs-form input[type="month"], 
.hs-form input[type="time"], 
.hs-form input[type="week"], 
.hs-form input[type="number"], 
.hs-form input[type="email"], 
.hs-form input[type="url"], 
.hs-form input[type="search"], 
.hs-form input[type="tel"], 
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea,
.hs-form select {
    width: 100% !important;
    padding: 3px 8px;
    min-height: 28px;
    color: #343434;
    float: left;
    font-size: 18px;
    background: #f5f5f5;
    border: solid 3px #f5f5f5;
    -webkit-border-radius: 0px !important;
    color: #343434;
    line-height: 28px;
    -webkit-transition: border .3s ease-in-out;
  -moz-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  -ms-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;;
}

/* Inputs in focus (selectors for all inputs when clicked)  */
.hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus, 
.hs-form input[type="datetime"]:focus, 
.hs-form input[type="datetime-local"]:focus, 
.hs-form input[type="date"]:focus, 
.hs-form input[type="month"]:focus, 
.hs-form input[type="time"]:focus, 
.hs-form input[type="week"]:focus, 
.hs-form input[type="number"]:focus, 
.hs-form input[type="email"]:focus, 
.hs-form input[type="url"]:focus, 
.hs-form input[type="search"]:focus, 
.hs-form input[type="tel"]:focus, 
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {
    outline: none;
    border: solid 3px #343434;
}

/* Multi-line inputs (selectors to target multi-line fields */
.hs-form textarea {
    min-height: 150px !important;
}
.hs-form textarea:focus {
}

/* Dropdowns (selectors for dropdowns) */
.hs-form select {
    width: 100% !important;
    height: 35px !important;
}
.hs-form select:focus {}

/* Multi-select (selectors for multi-select fields) */
.hs-form form.hs-form .hs-form-field ul.inputs-list {}

.hs-form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs-form input[type="radio"] {}
.hs-form input[type="checkbox"] {}

/* Required (selectors for fields, when they do not pass validation) */
.hs-form input:focus:required:invalid, 
.hs-form textarea:focus:required:invalid, 
.hs-form select:focus:required:invalid {}

.hs-form input:focus:required:invalid:focus, 
.hs-form textarea:focus:required:invalid:focus, 
.hs-form select:focus:required:invalid:focus {}

/* Error message (selector for validation messages) */

.hs-input.invalid.error {
    border: solid 3px #db1945;
}
.hs-form-field ul.hs-error-msgs {
    display: none !important;
}
.hs_error_rollup {
    margin-bottom: 0 !important;
}
.hs_error_rollup ul.hs-error-msgs li {
    text-align: center;
}
.hs_error_rollup ul.hs-error-msgs li label{
    color: #db1945;
    margin-top: 10px;
}
ul.hs-error-msgs {
    margin: 0;
    display: block !important;
    padding: 0;
}
ul.hs-error-msgs li {
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 0;
    text-indent: 0;
}
ul.hs-error-msgs li:before {
    display: none !important;
}

/* Form Submit */

.hs-form .hs_submit {
    margin-top: 25px;
}
.hs-button.primary, input[type="submit"], input[type="button"] {
        min-width: auto;
    font-size: 0.812em !important;
    cursor: pointer;
    padding: 14px 30px;
    text-align: center;
    display: inline-block;
    border-radius: 12px;
    line-height: 1;
    border: 1.5px solid #DB1945;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #DB1945;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hs-button.primary:hover, input[type="submit"]:hover, input[type="button"]:hover,
.hs-button.primary:focus, input[type="submit"]:focus, input[type="button"]:focus {
    background: #fff;
    border: 2px solid #db1945;
    color: #db1945;
}

.hs_submit .actions {
    text-align: center;
}

.hs-form fieldset.form-columns-2 .input, .hs-form fieldset.form-columns-1 .input {
    margin-right: 0 !important;
}

.hs-form fieldset.form-columns-2 > div:nth-of-type(1) {
    padding-right: 10px;
}

.hs-form fieldset.form-columns-2 > div:nth-of-type(2) {
    padding-left: 10px;
}

/* Placeholder Text (styles the placeholder attribute text) */
::-webkit-input-placeholder { /* Webkit Browsers */}
:-moz-placeholder { /* Firefox 18- */}
::-moz-placeholder { /* Firefox 19+ */}
:-ms-input-placeholder { /* IE10 */}

@media (max-width: 767px) {
    .hs-form .hs-form-field {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    fieldset.form-columns-2 {
        margin-bottom: 0 !important;
    }
    fieldset.form-columns-1 {
        margin-bottom: 15px !important;
    }
    .hs-form .hs_submit {
        margin-top: 20px;
    }
    .hs-form fieldset.form-columns-2 > div:nth-of-type(1) {
        padding-right: 0;
    }
    .hs-form fieldset.form-columns-2 > div:nth-of-type(2) {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .hs-form .form-columns-2 .hs-form-field {
        float: left !important;
    } 
}

/* Multi Column Form (selectors for fieldsets and field wrappers) 
   ========================================================================== */

.hs-form .hs-form fieldset.form-columns-1 {}
.hs-form .hs-form fieldset.form-columns-1 .hs-form-field {}

.hs-form .hs-form fieldset.form-columns-2 {}
.hs-form .hs-form fieldset.form-columns-2 .hs-form-field {}

.hs-form .hs-form fieldset.form-columns-3 {}
.hs-form .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Submit buttons (selectors for all non-CTA buttons) 
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}



/* ==========================================================================
   5. Misc                                        
   ========================================================================== */

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hvr-fill-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-fill-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-fill-btn:hover, .hvr-fill-btn:focus, .hvr-fill-btn:active {
  color: #db1945;
}
.more-destinations .hvr-fill-btn:hover, .more-destinations .hvr-fill-btn:focus, .more-destinations .hvr-fill-btn:active {
  color: #222;
}
.hvr-fill-btn:hover:before, .hvr-fill-btn:focus:before, .hvr-fill-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* ==========================================================================
   6. Client Stories Blog            
   ========================================================================== */

.blog-center {
    padding: 0 20px;
    float: none !important;
    max-width: 1170px;
    margin: 0 auto !important;
}

h2.posts-about-title {
    font-size: 22px;
    margin: 0;
    text-align: center;
    padding: 0;
    font-weight: normal;
}

h2.posts-about-title:before {
    content: '›';
    padding: 0 8px 0 6px;
    font-weight: normal;
    font-size: 17px;
}

/***************** Listing View ********************/

.client-story-main {
    width: 75% !important;
    margin: 0 0 40px !important;
    float: left !important;
}

.client-story-side {
    width: 25% !important;
    margin: 0 !important;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 40px;
    float: left !important;
}

.cs-post-listing, .cs-post-listing-simple {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.cs-post-item-wrapper {
    display: block;
    width: 33.3%;
    padding: 10px;
}

.cs-post-item-wrapper a {
    text-decoration: none;
    color: inherit;
}

.cs-post-item {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    height: 100%;
    cursor: pointer;
    /*border-radius: 4px;*/
    -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in;;
}

.cs-post-item:hover, 
.cs-post-item:focus {
    transform: scale(1.015);
    -webkit-transform: scale(1.015);
    box-shadow: 0 10px 30px -5px rgba(0,0,0,.10);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cs-post-img {
    background-size: cover;
    background-position: 50% 50%;
    min-height: 200px;
    /*border-radius: 4px 4px 0 0;*/
    -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in;;
}

.cs-post-item:hover .cs-post-img, 
.cs-post-item:focus .cs-post-img {
    opacity: .8;
}

.cs-post-listing-first-page .cs-post-item-wrapper:nth-of-type(-n+2) {
    width: 50%;
}

.cs-post-item .cs-post-desc {
    padding: 20px 10px;
}

.cs-post-desc h3 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    padding-top: 0;
    margin: 0;
    line-height: 26px;
    padding-bottom: 5px;
    letter-spacing: -0.2px;
}

.cs-post-desc p {
    font-size: 16px;
    margin: 0;
}

.cs-post-desc p span {
    font-size: 14px;
    color: #db1945;
    line-height: 14px;
    margin: 10px 0 0;
    display: inline-block;
}

.cs-post-desc p span:hover, .cs-post-desc p span:focus {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .cs-post-item-wrapper:nth-of-type(3n+1) {
        padding: 10px 16px 15px 0;
    }
    .cs-post-item-wrapper:nth-of-type(3n+2) {
        padding: 10px 8px 15px 8px;
    }
    .cs-post-item-wrapper:nth-of-type(3n+3) {
        padding: 10px 0 15px 16px;
    }
}

@media (max-width: 767px) {
    .cs-post-item-wrapper {
        width: 50%;
    }
    .client-story-listing-wrapper .client-story-listing .cs-post-listing {
        padding-top: 10px;    
    }
    .cs-post-item-wrapper:nth-of-type(odd) {
        padding-left: 20px;
    }
    .cs-post-item-wrapper:nth-of-type(even) {
        padding-right: 20px;
    }
}

@media (max-width: 480px) {
    .cs-post-item-wrapper .cs-post-img {
        min-height: 150px;
    }
    h2.posts-about-title {
        font-size: 18px;  
    }
}

@media (max-width: 375px) {
    .cs-post-item-wrapper {
        width: 100%;
        padding: 10px 0 !important;
    }
    .cs-post-item-wrapper .cs-post-img {
        min-height: 175px;
    }
}

@media (max-width: 320px) {
  
    .cs-post-item-wrapper {
        width: 100%;
    }
}
@media (max-width: 360px) {
  
       .mobile-header .header-logo {
	      width: 100%;
        max-width: 100%;
        position: relative;
        top: 0;
        left: 0;
       }

       .mobile-header .header-details-2 {
	      width: 100%;
        position: relative;
       }
  
       .header-details-2 .header-details {
        top: 15px;
       }
  
       .header-details-2 .search-tab {
        padding-top: 30px;
      }
  
        #simple-menu {
        right: 0px;
        top: 15px;
       }
}

/***************** Post View ********************/

.fb-sdk {
    min-height: 0 !important;
}

.client-story-post-wrapper {
    margin: 10px 0 50px;
    overflow: hidden;
}

.petraveller-blog-post-wrapper {
    margin: 10px 0 0;
    overflow: hidden;
}

.cs-post-main-wrapper, .cs-post-side-wrapper {
    margin: 0;
    float: left;
}

.cs-post-main-wrapper {
    width: 65%;
    padding-right: 30px;
}

.cs-post-side-wrapper {
    width: 35%
}

.client-story-post {
/*     background: #fff;
   border: 1px solid #ddd; */
    padding: 30px 0;
    overflow: hidden;
   
}

.petraveller-blog-post {
    background: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
}

.client-story-post h1 {
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1.3em;
    margin: 10px 0 0;
}
.cs-destination {
  display: block;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.client-story-post h2 {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.3em;
}

.client-story-post h3 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.3em;
}

.cs-post-body p {
    font-size: 16px;
}

.cs-post-header {
    margin-bottom: 15px;
}

.cs-post-body h2, .cs-post-body h3, .cs-post-body h4 {
    display: inline-block;
    margin: 20px 0;
    color: #db1945;
}

.cs-post-body h2:first-of-type {
    margin-top: 0;
}

.cs-post-body ul {
    margin-bottom: 13px;
}

.cs-post-body ul li {
    font-size: 16px;
}

.cs-post-side-wrapper > span:first-of-type {
    display: block;
    margin-bottom: 20px;
}

.cs-facebook-review {
    margin: 20px auto 50px;
    max-width: 600px;
}

.pet-information {
    padding-bottom: 10px;
    vertical-align: top;
    overflow: hidden;
    margin-bottom: 20px;
    /*border-bottom: 1px solid #ccc;*/
}

.cs-post-side-wrapper .pet-information {
    display: none !important;
}

.pet-information h3 {
    display: none !important;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 5px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.15);
    color: #333;
}

.pet-information p {
    /*text-shadow: 0 1px 2px rgba(0,0,0,0.15);*/
    color: #333;
    font-size: 16px;
    padding: 5px 5px 5px 0;
    display: block;
    width: 50%;
    float: left;
    margin: 0;
}

/*.pet-information.show-breed p:first-of-type {
    width: 100%;
}*/

.pet-information p span {
    font-weight: bold;
    letter-spacing: .5px;
    padding-left: 3px;
}

.cs-post-gallery {
    margin: 0 auto;
}
.cs-post-gallery > a {
  display: block;
  margin: 0 auto 10px;
  height: 350px;
  max-width: 350px;
}
.cs-post-gallery > a > div {
  height: 100%; 
  background-position: 50%;
}

@media (max-width: 1120px) and (min-width: 981px) {
  .cs-post-gallery > a {
    height: 28.7vw;
  }
}
@media (max-width: 980px) {
  .cs-post-gallery {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .cs-post-gallery > a {
    width: 100%;
  }
  .cs-post-gallery > a:nth-of-type(2) {
    margin-left: 1%;  
  }
}
@media (max-width: 600px) {
    .cs-post-gallery > a {
      height: 200px;
      max-width: 200px;
    }
}

.cs-post-gallery .hs_cos_flex-slider {
    margin: 10px 0 0;
    border-radius: 0 !important;
    background: #fff;
    border: 0;
    overflow: hidden;
    position: relative;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;*/
    zoom: 1;
}

.cs-post-gallery .hs_cos_flex-slider .caption {
    position: static;
    display: block;
    background: #f6f6f6;
    border: 1px solid #ddd;
    font-size: 15px;
    line-height: 1.5em;
    color: inherit;
    padding: 20px 10px;
    width: 100%;
    text-align: left;
}

/********************
a.fb-review-btn {
    cursor: pointer;
    padding: 12px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 27px;
    margin: 0 auto 30px;
    min-width: 250px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    background: #db1945;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;;  
}
.cs-post-gallery {
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
}
.cs-post-gallery .hs_cos_gallery_thumbnails {
    padding: 0 !important;
}
.cs-post-gallery .slick-slider {
    margin-bottom: 20px !important;
}
.cs-post-gallery .hs_cos_flex-slider {
    margin: 10px 0 0;
    border-radius: 0 !important;
    background: #fff;
    border: 0;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    zoom: 1;
}
.cs-post-gallery .hs_cos_flex-slider .caption {
    position: static;
    display: block;
    background: #f6f6f6;
    border: 1px solid #ddd;
    font-size: 15px;
    line-height: 1.5em;
    color: inherit;
    padding: 20px 10px;
    width: 100%;
    text-align: left;
}
@media (min-width: 981px) {
    .vex {
        z-index: 99999 !important;
    }
    .cs-post-gallery .slick-slide.slick-current.slick-active > div {
        width: 100% !important;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
    }
    .cs-post-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
        height: 12vw !important;
        max-height: 152px;
        width: 50% !important;
    }
    .cs-post-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
        height: 100% !important;
    }
    .cs-post-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
        width: 100% !important;
        height: auto !important;
    }
}
@media (max-width: 980px) and (min-width: 601px) {
    .vex {
        z-index: 99999 !important;
    }
    .cs-post-gallery {
        max-width: none !important;
    }
    .cs-post-gallery .slick-slide.slick-current.slick-active > div {
        width: 100% !important;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
    }
    .cs-post-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
        height: 22vw !important;
        width: 33.3% !important;
    }
    .cs-post-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
        height: 100% !important;
    }
    .cs-post-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
        width: 100% !important;
        height: auto !important;
    }
}
@media (max-width: 600px) {
    a.fb-review-btn {
        margin-bottom: 0;
    }
}
******************/
.blog-topics h3 {
    margin-top: 10px;
    font-size: 22px;
    margin-bottom: 10px;
}

.blog-topics span.filter-link-count {
    display: none;
}

.blog-topics ul, ul.post-topics {
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.blog-topics ul li, ul.post-topics li {
    cursor: pointer;
    font-size: 14px;
    float: left;
    line-height: 1.8em;
    display: block;
    margin: 3px 5px 3px 0;
    padding: 2px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

ul.post-topics {
    margin-bottom: 5px !important;
}
ul.post-topics li:before {
    content: "" !important;
}
ul.post-topics li {
    font-size: 14px !important;
    text-indent: 0 !important;
}
.blog-topics ul a, ul.post-topics li a {
    text-decoration: none;
    color: #333;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}
.blog-topics ul li:hover, ul.post-topics li:hover {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    /*box-shadow: 0 5px 20px -5px rgba(0,0,0,.15);*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #db1945;
}

.blog-topics ul li:hover a, ul.post-topics li:hover a {
    text-decoration: none;
    color: #fff;
}

.back-button-wrapper {
    margin-bottom: 10px;
}
.back-button {
    position: relative;
    padding: 5px 10px 5px 22px;
    color: #fff !important;
    letter-spacing: 1px;
    font-size: 13px;
    text-decoration: none !important;
    /*border-radius: 0;*/
    background-color: #333;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}
.back-button span {
    left: 7px;
    position: absolute;
    margin-right: 3px;
    font-size: 24px;
}

.back-button:hover {
    opacity: .8;
}


a.view-all-posts, a.filter-expand-link {
    cursor: pointer;
    font-size: 14px;
    -webkit-appearance: none;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    width: 100%;
    font-weight: 400;
    border: 0;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;*/
    color: #db1945;
    height: auto !important;
    letter-spacing: 1px;
    line-height: 1.4em;
    padding: 10px 0;
    text-align: left;
    transition: all .2s;
    -webkit-transition: all .2s;
}
a.filter-expand-link {
    margin-top: 0;
}
a.view-all-posts:hover,
a.view-all-posts:focus,
a.filter-expand-link:hover, 
a.filter-expand-link:focus {
    text-decoration: underline;
}


/***************** Post View - Footer ********************/

.cs-post-footer {
    float: left;
    border-top: 1px solid #ccc;
    width: 100%;
    padding-top: 30px;
}

.cs-post-footer h3 {
    font-size: 1.5em;
    color: #333;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.related-posts-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
}

.related-posts-wrapper > a {
    display: block;
    max-width: 208px;
    flex-grow: 1;
    flex-basis: 0;
    text-decoration: none;
    padding: 10px;
    -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;;
}

.related-posts-wrapper > a:first-of-type {
    padding-left: 0;
}

.related-posts-wrapper > a:last-of-type {
    padding-right: 0;
}

.related-post-item .related-image-container {
    background: #db1945;
    /*border-radius: 4px*/
}

.related-post-item .related-image {
    height: 150px;
    /*border-radius: 4px;*/
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;;
}

.related-post-item .related-title {
    margin: 8px 0;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3em;
    text-decoration: none;
}

.related-posts-wrapper > a:hover .related-image {
    opacity: .7;
}

.cs-post-side-wrapper .cs-post-body {
    display: none !important;
}

.cta-space {
    margin-bottom: 25px;
}

@media (max-width: 1120px) {
    .related-posts-wrapper > a:nth-of-type(5) {
        display: none;
    }
}

@media (max-width: 1024px) {
    .blog-center {
        padding: 0;
    }
    .client-story-post-wrapper {
        margin: 10px 20px 40px;
    }
    .petraveller-blog-post-wrapper {
        margin: 10px 20px 0;
    }
    .client-story-main {
        padding-left: 20px;
    }
    .client-story-side {
        padding-right: 20px;
    }
}

@media (max-width: 980px) {
    .cs-post-gallery #hs_cos_flex_slider_control_panel_client_photo_slider {
        display: none !important;
    }
    .client-story-main {
        padding: 0 20px;
        width: 100% !important;
    }
    .client-story-side {
        padding: 0 30px;
        margin-bottom: 40px !important;
        width: 100% !important;
    }
    .client-story-side .cta-space {
        display: none;
    }
    .cs-post-main-wrapper, .cs-post-side-wrapper, .cs-post-footer {
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 0;
    }
    .cs-post-footer {
        padding: 30px 0 0;
    }
    .related-posts-wrapper {
        flex-wrap: wrap;
    }
    .related-posts-wrapper > a {
        width: 50%;
        /* max-width: inherit; */
        max-width: 50%;
        margin-bottom: 10px;
        flex-basis: auto;
    }
    .related-post-item .related-image {
        height: 200px;
    }
    .related-posts-wrapper > a:first-of-type, .related-posts-wrapper > a:nth-of-type(3) {
        padding-left: 0;
    }
    .related-posts-wrapper > a:nth-of-type(2), .related-posts-wrapper > a:nth-of-type(4)  {
        padding-right: 0;
    }
    .cs-post-main-wrapper .cs-post-body {
        display: none !important;
    }
    .cs-post-side-wrapper .cs-post-body {
        display: block !important;
    }
    ul.post-topics {
        margin-bottom: 5px;
    }
}
@media (max-width: 980px) and (min-width: 601px) {
    .cs-post-gallery {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .client-story-post {
        padding: 20px;
    }
}

@media (max-width: 600px) {
    .cs-post-gallery {
        margin-bottom: 20px;
    }
    .client-story-side {
        padding: 0 20px;
    }
    .client-story-post-wrapper {
        margin: 0;
    }
    .petraveller-blog-post-wrapper {
        margin: 10px 0 0;
    }
    .cs-post-header {
        margin-bottom: 5px;
    }
    .cs-post-main-wrapper .pet-information {
        display: none !important;
    }
    .cs-post-side-wrapper .pet-information {
        display: block !important;
    }
    div#hs_cos_flex_slider_control_panel_client_photo_slider {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .pet-information p {
        width: 100%;
    }
    .cs-post-main-wrapper, .cs-post-side-wrapper, .cs-post-footer {
        width: 100%;
    }
    .client-story-post-wrapper {
        margin: 10px 0;
        overflow: hidden;
    }
    .related-post-item .related-image {
        height: 125px;
    }
}

@media (max-width: 375px) {
    .client-story-main {
        padding: 10px 20px 0;
    }
    .related-posts-wrapper > a {
        width: 100%;
        margin-bottom: 10px;
        flex-basis: auto;
    }
    .related-post-item .related-image {
        height: 150px;
    }
    .related-posts-wrapper > a {
        padding: 10px 0 !important;
    }
}

/***************** Listing View - Pagination ********************/

.blog-pagination-wrapper {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 17px;
}

.blog-pagination-wrapper, ul.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.pagination {
    line-height: 0;
    list-style: none;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 auto;
    padding: 0;
}

ul.pagination li {
    font-size: 1em;
    margin: 0 10px;
    line-height: 1.6em;
    color: #444;
}

ul.pagination li a {
    display: block;
    padding: 6px;
    text-decoration: none;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    color: #444;
    width: 40px;
    height: 40px;
    font-size: 16px;
    letter-spacing: .03em;
    -webkit-font-smoothing: antialiased;
}

ul.pagination li a:hover,
ul.pagination li a:focus {
    text-decoration: underline;
    color: #db1945;
}

ul.pagination li.disabled a {
    color: #bbb !important;
    pointer-events: none !important;
    text-decoration: none !important;
}

ul.pagination li.active a {
    color: #fff;
    background-color: #db1945;
}

ul.pagination li.active a:hover, 
ul.pagination li.active a:focus {
    text-decoration: none;
    color: #fff;
}

ul.pagination li.prev-page a, ul.pagination li.next-page a {
    background-color: transparent;
    font-weight: normal;
    width: auto !important;
}

ul.pagination li.prev-page a:hover, ul.pagination li.next-page a:hover, 
ul.pagination li.prev-page a:focus, ul.pagination li.next-page a:focus {
    color: #db1945;
}


@media screen and (max-width: 600px) {
    ul.pagination li {
        font-size: 1em;
        margin: 0;
        line-height: 1.6em;
    }
    ul.pagination li a {
        display: block;
        padding: 4px 6px;
        background-color: transparent;
        border-radius: 50%;
        text-align: center;
        width: 35px;
        height: 35px;
        font-size: 16px;
        letter-spacing: .03em;
        -webkit-font-smoothing: antialiased;
    }
}

@media screen and (max-width: 320px) {
    ul.pagination li.prev-page a span {
        display: none !important;
    }
    ul.pagination li.next-page a span {
        display: none !important;
    }    
}

/* ==========================================================================
   6.5. Petraveller Blog            
   ========================================================================== */

.petraveller-blog-listing-wrapper .cs-post-item-wrapper {
    display: block;
    width: 100%;
    padding: 10px 0;
}


.petraveller-blog-listing-wrapper .cs-post-item-wrapper:first-of-type {
    display: block;
    width: 100%;
    padding: 10px 0 10px;
}

.petraveller-blog-listing-wrapper .cs-post-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.petraveller-blog-listing-wrapper .cs-post-img {
    width: 50%;
    min-height: 250px;
}

.petraveller-blog-listing-wrapper .cs-post-desc {
    width: 50%;
    padding: 30px;
}

.petraveller-blog-listing-wrapper .cs-post-desc h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2em;
}

.pb-post-header {
    margin-bottom: 0;
}

.petraveller-blog-post h2.h1, .petraveller-blog-post h1{
    font-size: 2.2em !important;
    font-weight: bold !important;
    line-height: 1.2em !important;
    color: #343434;
    max-width: 600px;
    margin: 0 auto 20px !important;
    text-align: left;
}

.petraveller-blog-post h2, .petraveller-blog-post h1{
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.3em;
}

.petraveller-blog-post h3 {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.3em;
}

.petraveller-blog-post h4 {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.3em;
}

.petraveller-blog-post p + h2,
.petraveller-blog-post p + h3, 
.petraveller-blog-post p + h4 {
    margin-top: 25px;
}

.featured-blog-image {
    min-height: 300px;
    padding: 20px 20px 80px;
    background-size: cover !important;
    background-position: 50% 50% !important;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.featured-blog-image ul.post-topics {
    position: absolute;
    bottom: 20px;
}
.featured-blog-image ul.post-topics li {
    background: rgba(255,255,255,0.7);
}
.pb-post-body {
    padding: 20px 30px 10px;
}
.pb-post-body p {
    font-size: 16px;
}
.pb-post-header {
    margin-bottom: 15px;
}
.pb-post-body h1, .pb-post-body h2, .pb-post-body h3, .pb-post-body h4 {
    display: inline-block;
    margin: 10px 0;
}
.pb-post-body ul {
    margin-bottom: 30px;
}
.pb-post-body ul li {
    font-size: 16px;
}

.blog-related-posts {
    margin-top: 10px;
  background-color: #f8f9fb; 
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.blog-related-posts h3 {
    font-size: 22px;
    margin-bottom: 10px;
    width: 100%;
}

.blog-related-posts a.related-post-link {
    text-decoration: none;
    color: #333;
    width: 100%;
    display: block;
}

.blog-related-posts a.related-post-link .related-post {
    overflow: hidden;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 14px;
    transition-property: all;
    line-height: 1.5em;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
}

.blog-related-posts a.related-post-link .related-post:hover {
    transform: scale(1.015);
    -webkit-transform: scale(1.015);
    box-shadow: 0 10px 30px -5px rgba(0,0,0,.10);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.blog-related-posts a.related-post-link .related-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
}

.blog-related-posts a.related-post-link .related-post > div.related-image {
    display: block;
    width: 40%;
    min-height: 80px;
    background-size: cover;
    background-position: 50% 50%;
}

.blog-related-posts a.related-post-link .related-post > div.related-title {
    display: block;
    width: 60%;
    padding: 10px;
    font-size: 14px;
    text-decoration: none;
}

.blog-related-cta {
    margin-top: 30px;
    margin-bottom: 20px;
}

.blog-related-cta span.hs-cta-node {
    text-align: center;
    width: 100%;
    display: block;
}

.hs-blog-social-share .hs-blog-social-share-list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
    padding-left: 0;
}

li.hs-blog-social-share-item.hs-blog-social-share-item-google-plus,
li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin, 
li.hs-blog-social-share-item.hs-blog-social-share-item-twitter {
    display: none !important;
}

@media (max-width: 980px) {
    .petraveller-blog-listing-wrapper .cs-post-item {
        max-width: 767px;
        margin: 0 auto;
    }
    .blog-related-posts a.related-post-link {
        width: 50%;
    }
    .blog-related-posts a.related-post-link:nth-of-type(odd) {
        padding-right: 10px;
    }
    .blog-related-posts a.related-post-link:nth-of-type(even) {
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .pb-post-body {
        padding: 20px;
    }
    .petraveller-blog-listing-wrapper .cs-post-img {
        width: 100%;
        min-height: 250px;
    }
    .petraveller-blog-listing-wrapper .cs-post-desc {
        width: 100%;
        padding: 30px;
    }
    .petraveller-blog-listing-wrapper .cs-post-item {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .client-story-main {
        padding: 0;
        margin-bottom: 20px !important;
    }
    .petraveller-blog-post-wrapper {
        margin: 0;
    }
    .petraveller-blog-listing-wrapper .cs-post-item-wrapper {
        display: block;
        width: 100%;
        padding: 10px 20px;
    }
    .petraveller-blog-listing-wrapper .cs-post-item-wrapper:first-of-type {
        display: block;
        width: 100%;
        padding: 20px 20px 10px;
    }
    .petraveller-blog-listing-wrapper .cs-post-desc {
        width: 100%;
        padding: 20px;
    }
    .blog-related-posts a.related-post-link {
        width: 100%;
    }
    .blog-related-posts a.related-post-link:nth-of-type(odd) {
        padding-right: 0;
    }
    .blog-related-posts a.related-post-link:nth-of-type(even) {
        padding-left: 0;
    }
}

/* ==========================================================================
   7. Global Mobile Media Queries                
   ========================================================================== */

@media (min-width: 1367px) {
    body {
        font-size: 17px;
    }
}

@media (max-width: 1170px) {
    
}


/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width: 767px) {
    body {
        font-size: 15px;
        line-height: 1.5em;
    }
}
     

/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 479px) {
    
}
@media (min-width: 992px) {
  .customer-outer-section {
    width:1170px !important;
    padding: 15px 0 !important;
  }
}
/* New home page */
.icon-box{
text-align:center
}
.icon-box h2{
    font-size: 22px;
    text-transform: uppercase;
    color: #db1945;
}
.icon-box img{
margin-bottom:15px
}
.icon-box h3{
        font-size: 36px;
    color: #db1945;
    margin-bottom: 5px;
}
.icon-box p{
color:#333333
}
.dedication-section{
padding:60px 15px
}
.partner-section{
  padding:40px 15px 40px 15px;
  background:#f9f9f9
}
.partner-section .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide{
width: 100% !important;
}
.partner-section .slick-slider{
  max-width:1170px;
  margin:auto;
}
.partner-section .slick-initialized .slick-slide{
padding:10px
}
.pet-transportaion{
  padding:60px 15px;
  text-align:center;

}
.pet-transportaion h3{
  color:#d91a46;
  font-size:18px;
  line-height:26px;
  text-transform:uppercase;
      padding: 15px 5px;
  margin-bottom: 0;
}
.pet-transportaion p{
  color:#212121;
  font-size:18px;
  line-height:26px;
  font-weight:bold;
      padding: 0 15px;
}
.pet-transportaion a{
  min-width: auto;
    font-size: 16px;
  cursor: pointer;
    padding: 12px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 27px;
    font-weight: normal;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    background: #db1945;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pet-transportaion img{
width:100%
}
.pet-transportaion a:hover {
    border: 2px solid #db1945;
    color: #db1945;
    background: #fff;
}
.pet-transportaion .row-fluid{
display:flex
}
.stories{
     background: #f9f9f9;
    max-width: 100%;
    padding-bottom: 25px;
    padding-top: 15px;
}
.four-box-top{
    padding-bottom: 400px;
    margin-bottom: -350px;
}

.header-container-wrapper {
    padding: 40px;
    background: transparent;
    position: fixed;
    z-index: 11;
    width: 100%;
}
.header-container-wrapper.header-fixed-top {
  background: #fff;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{
height:auto
}
.hs-menu-wrapper{
    margin-top: 0px;
}
.pet-transportaion .hs_cos_wrapper_type_linked_image a{
padding: 0;
    border-radius: 0;
  display:block
}
.main-menu .hs-menu-wrapper>ul>li>a:before{
bottom:0
}
.main-menu .hs-menu-wrapper>ul>li:last-child>a:before{
display:none
}
.lobster{
font-family: 'Lobster', cursive;
}
h5.lobster{
font-size:30px;
  line-height:38px;
  color:#d51843;
  font-weight:500
}
.line-icon-section{
    max-width: 250px;
    text-align: center;
    margin: 0 auto;
      padding: 0 15px;
  position:relative
}
.line-icon-section p{
font-size:17px !important
}
.line-icon-section img{
margin-bottom:20px
}
.line-icon-section .hs_cos_wrapper_type_linked_image{
position:relative
}
.line-icon-section .hs_cos_wrapper_type_linked_image:after{
content:"";
  background-image:url(https://22162849.fs1.hubspotusercontent-na1.net/hubfs/22162849/red-dotted-line.png);
    background-size: auto;
    height: 31px;
    width: 270px;
    position: absolute;
    bottom: 100%;
    margin-left: -35px;
    background-position: center left;
}
.line-icon-section.no-border .hs_cos_wrapper_type_linked_image:after{
display:none
}
.line-icon-section.right-curve .hs_cos_wrapper_type_linked_image:after{
content:"";
  background-image:url(https://22162849.fs1.hubspotusercontent-na1.net/hubfs/22162849/right-curve.png);
      background-size: contain;
    height: 308px;
    width: 155px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 32px;
    margin-left: -35px;
    background-position: center left;
}
.line-icon-section.left-curve .hs_cos_wrapper_type_linked_image:before{
content:"";
  background-image:url(https://22162849.fs1.hubspotusercontent-na1.net/hubfs/22162849/left-curve.png);
  background-size: 47%;
    height: 308px;
    width: 290px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 14px;
    margin-left: -106px;
    background-position: center left;
}
.flex-row .row-fluid {
max-width: 800px;
    margin: 0 auto;
}
.max-259{
max-width:259px;
  background: #f9f9f9;
}
.partner-section .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img{
margin: 0 auto;
    height: auto;
    max-width: 100%;
}
.videos-section{
padding:30px 0 95px 0
}
.red-cta{
min-width: auto;
    font-size: 16px;
    cursor: pointer;
    padding: 12px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 27px;
    font-weight: normal;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    background: #db1945;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  outline:0;
}
.red-cta:hover{
border: 2px solid #db1945;
    color: #db1945;
    background: #fff;
}
.pet-transportaion .content-box{
    padding: 15px 0;
}
.cta{
padding-bottom:25px
}
.partner-section .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
      background: transparent;
}
.partner-section .slick-dots {
    position: absolute;
    bottom: -35px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.partner-section .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.partner-section .slick-dots li button:before {
    font-family: 'slick';
    font-size: 45px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #db1945;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.partner-section .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #db1945;
}
.header-container form{
   display: flex;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px;
}
.header-container form .hs-search-field__input{
    border: none;
  font-family: 'Inter', sans-serif;
}
.header-container .search-tab button{
top:0
}
@media (max-width: 768px) {

  .max-259{
     margin: 15px auto !important;
  }
  .international-section p:last-of-type{
  padding-left: 0 !important;
  }
  .mob-text img{
    width: 81px;
    display: block;
    text-align: center;
    margin: 15px auto;
}
.mob-text span{
    font-size: 17px !important;
    width: 100%;
    text-align: center;
    display: block;
}
.line-icon-section {
  margin: 0 auto !important;
  padding: 20px 15px;
}
.line-icon-section .hs_cos_wrapper_type_linked_image:after, .line-icon-section.right-curve .hs_cos_wrapper_type_linked_image:after, .line-icon-section.left-curve .hs_cos_wrapper_type_linked_image:before{
  display:none
}
  .flex-row .row-number-18 .row-fluid {
  display: flex;
  flex-direction: column-reverse;
  }
  .box-4{
  padding-bottom: 0;
  margin-bottom: -20px !important;
  }
  .pet-transportaion .row-fluid{
  display:block
}
  .icon-box{
  max-width: 250px;
  margin: 0 auto 40px auto;
  border-bottom: 2px solid #efefef;
  margin-left:auto !important
  }
  .icon-box.no-brdr{
  border-bottom: none;
  }
}
.destinations-row-2 div, .destinations-row-1 div{
display:block !important
}

@media only screen and (max-width: 767px) {
  .logo-section #simple-menu {
  position: relative;
  right: 0;
  margin-top: 15px;
  top: inherit;
  }
  .logo-section{
  max-width: 50%;
  float: left !important;
  width: 100% !important;
  }
  .search-section{
  max-width: 50%;
  float: left !important;
  width: 100% !important;
  }
  .header-container{
  padding: 0 10px;
  }
  .header-details-2 .header-details{
  top: 10px;
  position: relative;
  right: 0;
  }
  .mobile-header{
  padding-bottom: 0px !important;
  }
  .header-container-wrapper{
  padding: 15px 0 15px 0;
  }
  .header-container .header-logo {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  max-width: 175px;
}
 .search-section .row-number-10 {

    display: block;
   
}
  #search-ico{
    cursor:pointer
  }
  .search-section.header-details-2 .search-tab {
    padding-top: 5px;
  }
  .sidr.dropdown.right{
      width: 100%;
    position: absolute;
    margin-top: 93px;
    left: 0;
    right: 0;
    box-shadow: none;
    background: #fff;
    z-index: 999999;
    height: auto;
    overflow-x: inherit;
    overflow-y: inherit;
    border-bottom: 1px solid;
    padding-bottom: 25px;
    display:none;
  }
  .sidr.dropdown.right .hs-menu-wrapper ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a{
  color: #db1945;
    font-weight: bold;
  }
  .sidr .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a{
      padding: 4px 10px;
  }
  .header-details-2.search-section a.header-phone{
      font-size: 18px;
  }
  .international-section .destinations-wrapper .destinations-row-1, .international-section .destinations-wrapper .destinations-row-2 {
    display: block !important;
        height: auto;
}
/*    .sidr.dropdown.right .hs-menu-wrapper ul>li.hs-menu-depth-1:last-child>a{
      width: auto;
         padding: 7px 50px;
  } */
/* .sidr.dropdown.right  .hs-menu-wrapper ul>li.hs-menu-depth-1:last-child{
  text-align:center
  } */
 .sidr.dropdown.right  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
      max-width: 100%; 
  }
  .sidr.dropdown.right .hs-menu-wrapper ul>li.hs-menu-depth-1:last-child a{
    color: #db1945;
    font-weight: bold;
    display: block;
    font-size: 12px;
    width: 100%;
    padding: 8px 10px;
    text-transform: uppercase; 
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .sidr.dropdown.right .hs-menu-wrapper {
    margin-top: 0;
  }
  .sidr.dropdown.right .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin-top: 0px !important;
}

}
@media only screen and (min-width: 768px) and (max-width: 910px) {
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{
  padding: 7px 10px;
  }

}
  .header-container .search-tab button{
  float: none;
    text-align: center;
        font-size: 10px;
        width: 20%;
  }
.header-container form{
background-color: #fff;
margin-right: 15px;
justify-content: center;
}
#hs-link-module_150480764903443{
    display: block;
    z-index: 9999;
    position: relative;
}
.request-quote .hs_from_country.field.hs-form-field, .hs-to_country.field.hs-form-field {
    width: 100%;
}
.request-quote .hs_of_dogs_traveling.field.hs-form-field, .request-quote .hs_of_cats_traveling.field.hs-form-field {
    width: 100% !important;
    padding-top: 0 !important;
}
.request-quote form>div:nth-of-type(4)>.hs-dependent-field,
.request-quote form>div.hs-dependent-field:nth-of-type(5) {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field,
.request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field {
    width: 33.3%;
    padding: 30px 0;
}

.request-quote form>div.hs-dependent-field:nth-of-type(4) {
    margin-top: 10px;
}

.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(2),
.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(5),
.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(8),
.request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(2),
.request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(5),
.request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(8) {
    padding: 0 10px 0 20px;
    border-left: 2px solid #ddd;
}

.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(3),
.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(6),
.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(9),
.request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(3),
.request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(6),
.request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(9) {
    padding: 0 10px;
}

.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(4),
.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(7),
.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(10),
.request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(4),
.request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(7),
.request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(10) {
    padding: 0 20px 0 10px;
    border-right: 2px solid #ddd;
}

.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(2),
.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(3),
.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(4),
.request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(2),
.request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(3),
.request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(4) {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
}

.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(5),
.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(6),
.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(7),
.request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(5),
.request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(6),
.request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(7) {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
}

.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(8),
.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(9),
.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(10),
.request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(8),
.request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(9),
.request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(10) {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    margin-top: 20px;
}
@media(max-width:767px) {
    .request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(2),
    .request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(5),
    .request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(8),
    .request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(2),
    .request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(5),
    .request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(8) {
        border-bottom: 0;
        border-top: 2px solid #ddd;
        border-left: 2px solid #ddd;
        border-right: 2px solid #ddd;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding: 20px 20px 10px !important;
    }
    .request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(3),
    .request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(6),
    .request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(9),
    .request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(3),
    .request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(6),
    .request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(9) {
        border-bottom: 0;
        border-top: 0;
        border-left: 2px solid #ddd;
        border-right: 2px solid #ddd;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding: 10px 20px !important;
    }
    .request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(4),
    .request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(7),
    .request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(10),
    .request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(4),
    .request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(7),
    .request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(10) {
        border-bottom: 2px solid #ddd;
        border-top: 0;
        border-left: 2px solid #ddd;
        border-right: 2px solid #ddd;
        margin-top: 0 !important;
        padding: 10px 20px 20px !important;
    }
    .request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(5),
    .request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(8),
    .request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(5),
    .request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:nth-of-type(8)
    {
        margin-top: 20px !important;
    }
    .request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field,
    .request-quote form>div.hs-dependent-field:nth-of-type(5)>.hs-form-field:first-of-type {
        padding-bottom: 15px;
    }
    .request-quote .hs-form .hs_submit {
        margin-top: 10px;
    }
  
}
.hs-fieldtype-file{
-ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
      width: 100% !important;
}
.hs-fieldtype-file{
border: 2px solid #ddd !important;
    padding: 15px !important;
    margin-bottom: 10px !important;
}
.hs-dependent-field .hs-vaccinations_file.hs-fieldtype-file .hs-input{
    font-size: 16px !important;
}
/*.request-quote form>div:nth-of-type(4)>.hs-dependent-field, .request-quote form>div.hs-dependent-field:nth-of-type(5) {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field, .request-quote form>div.hs-dependent-field:nth-of-type(4)>.hs-form-field {
    width: 33.3%;
    padding: 30px 0;
}
.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(2), .request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(5), .request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(8), .request-quote form>div.hs-dependent-field:nth-of-type(4)>.hs-form-field:nth-of-type(2), .request-quote form>div.hs-dependent-field:nth-of-type(4)>.hs-form-field:nth-of-type(5), .request-quote form>div.hs-dependent-field:nth-of-type(4)>.hs-form-field:nth-of-type(8) {
    padding: 0 10px 0 20px;
    border-left: 2px solid #ddd;
}
.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(2), .request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(3), .request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(4), .request-quote form>div.hs-dependent-field:nth-of-type(4)>.hs-form-field:nth-of-type(2), .request-quote form>div.hs-dependent-field:nth-of-type(4)>.hs-form-field:nth-of-type(3), .request-quote form>div.hs-dependent-field:nth-of-type(4)>.hs-form-field:nth-of-type(4) {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
}

.request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(4), .request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(7), .request-quote form>div:nth-of-type(4)>.hs-dependent-field>.hs-form-field:nth-of-type(10), .request-quote form>div.hs-dependent-field:nth-of-type(4)>.hs-form-field:nth-of-type(4), .request-quote form>div.hs-dependent-field:nth-of-type(4)>.hs-form-field:nth-of-type(7), .request-quote form>div.hs-dependent-field:nth-of-type(4)>.hs-form-field:nth-of-type(10) {
    padding: 0 20px 0 10px;
    border-right: 2px solid #ddd;
}*/

/* 2023 Apr New CSS*/
.fixed-header .header-container-wrapper {
  background:#fff;
  padding: 20px 40px;
  position:relative;
}
.fixed-header .header-container-wrapper {
  background:#fff;
  padding: 20px 40px;
}
.fixed-header .header-container-wrapper .custom-menu-primary a{
  color:#333;
}
.fixed-header .header-container-wrapper .red-btn-cta:hover{
  color:#DB1945;
}
.fixed-header .header-container-wrapper .red-border-cta{
  color:#DB1945;
}
.fixed-header .header-container-wrapper .red-border-cta svg{
  fill:#DB1945 !important;
}
.fixed-header .header-container-wrapper .red-border-cta:hover{
  color:#fff;
}
.fixed-header .header-container-wrapper .red-border-cta:hover svg{
  fill:#fff !important;
}
.fixed-header .header-container-wrapper.fixed-top {
  position:fixed;
}
.header-container-wrapper.fixed-top {
  background:#fff;
  padding: 20px 40px;
}
.header-container-wrapper.fixed-top .custom-menu-primary a{
  color:#333;
}
.header-container-wrapper.fixed-top .red-btn-cta:hover{
  color:#DB1945;
}
.header-container-wrapper.fixed-top .red-border-cta{
  color:#DB1945;
}
.header-container-wrapper.fixed-top .red-border-cta svg{
  fill:#DB1945 !important;
}
.header-container-wrapper.fixed-top .red-border-cta:hover{
  color:#fff;
}
.header-container-wrapper.fixed-top .red-border-cta:hover svg{
  fill:#fff !important;
}
.header-container form{
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.new-2024-banner .home-gardiant-banner-wrapper{
  background-size: cover;
    background-position: top center;
    height: 100vh;
}
.home-banner-popup{
  margin-top:-350px;
}
@media (max-width: 1024px) {
  .home-banner-popup{
    margin-top:-250px;
  }
}
@media (max-width: 991px) {
  .new-2024-banner .home-gardiant-banner {
      padding-top: 150px;
  }
  .new-2024-banner .home-gardiant-message h1 {
      font-size: 2em;
  }
}
.home-gardiant-banner-wrapper{
  background-size: cover;
    background-position: top center;
    height: 1100px;
}
.contact-banner .home-gardiant-banner-wrapper{
  height: 650px;
}
.contact-banner .home-gardiant-banner-wrapper .sub-head{
  width: 75%;
}
.popular-destination-banner .home-gardiant-banner-wrapper{
  height: 800px;
}
.home-gardiant-banner{
  padding-top:250px;
}
.mt-popular-destination {
    margin-top: -100px;
}
.pet-stories.grid-content{
  padding:0;
}
.pet-stories.grid-content span > div{
  width: 33%;
  padding: 0 !important;
}
.pet-stories.grid-content span > div .stories-box{
  margin:10px;
}
.home-gardiant-message h1{
  color:#fff;
  font-size: 3em;
    font-weight: 600;
  line-height:1.2;
  margin-bottom: 0;
    letter-spacing: -0.4px;
}
.home-gardiant-message p{
  color:#db1945;
  padding-right:50px;
}
.header-details-cta{
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}
.red-border-cta.search-ico-section{
  border-radius: 50%;
  line-height:46px;
  height: 46px;
    width: 46px;
  padding: 0;
  font-size:23px !important;
}
.red-btn-cta, .red-btn-cta:focus{
    min-width: auto;
    font-size: 0.812em !important;
    cursor: pointer;
    padding: 14px 30px;
    text-align: center;
    display: inline-block;
    border-radius: 12px;
    line-height: 1;
    border: 1.5px solid #DB1945;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
  text-transform:uppercase;
    background: #DB1945;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  outline:0;
}
.red-btn-cta:hover{
  background:transparent;
}
.red-border-cta, .red-border-cta:focus{
    min-width: auto;
    font-size:0.812em !important;
    cursor: pointer;
    padding: 14px 30px;
    text-align: center;
    display: inline-block;
    border-radius: 12px;
    line-height: 1;
    border: 1.5px solid #DB1945;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
  text-transform:uppercase;
    background: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.red-border-cta:hover{
  background:#DB1945;
}
.red-border-btn-cta, .red-border-btn-cta:focus{
    min-width: auto;
    font-size:0.812em !important;
    cursor: pointer;
    padding: 14px 30px;
    text-align: center;
    display: inline-block;
    border-radius: 12px;
    line-height: 1;
    border: 1.5px solid #DB1945;
    font-weight: 600;
    color: #DB1945;
    text-decoration: none;
  text-transform:uppercase;
    background: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.red-border-btn-cta:hover{
  background:#DB1945;
  color: #fff;
}
.cta-margin{
  margin-right:10px;
}

.mobile-header .header-details-2 > .row-fluid-wrapper:first-child > .row-fluid {
  display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  margin-top: 10px;
  padding: 0 5px;
}
#simple-menu{
  position:relative;
  top: 0;
  right: 0;
}
.header-container-wrapper.fixed-top #simple-menu svg{
  fill:#DB1945;
}
.mobile-header .header-details-2 .row-fluid:after, .mobile-header .header-details-2 .row-fluid:before{
  display:none;
}
.mt-550{
  margin-top:-550px;
}
.mt-400{
  margin-top:-400px;
}
.mt-300{
  margin-top:-300px;
}
.mt-150 {
    margin-top: -200px;
}
.no-border{
    border-top: none;
}
.popup-form-cta form {
    background: #fff;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.popup-form-cta form .form-columns-1:first-child {
    flex: 0 0 30%;
    display: block;
    background: #f9f9f9;
    padding: 30px 20px 30px 30px;
    background-size: cover;
    margin-bottom: 0px !important;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-position: center right;
}

.popup-form-cta form .form-columns-1:first-child .hs_from_country label {
    font-weight: 300;
}

.popup-form-cta form .form-columns-1:first-child .hs_from_city label {
    font-weight: 300;
    margin-top: 10px;
}

.popup-form-cta form .form-columns-1:nth-child(2) .hs_to_country label {
    font-weight: 300;
}

.popup-form-cta form .form-columns-1:nth-child(2) .hs-dependent-field div:nth-child(2) label {
    font-weight: 300;
    margin-top: 10px;
}

.popup-form-cta form .form-columns-1:nth-child(2) {
    flex: 0 0 40%;
    display: block;
    padding: 30px 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0px !important;
    position: relative;
}

.popup-form-cta.active-form form .form-columns-1:nth-child(2) {
    flex: 0 0 70%;
}

.popup-form-cta form .form-columns-1:nth-child(2) .hs-richtext .circle {
    border: 1px solid #DB1945;
    height: 50px;
    width: 50px;
    display: block;
    margin-right: 40px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 25px);
    left: -25px;
    background: #fff;

}

.popup-form-cta form .form-columns-1:first-child select {
    font-size: 34px;
}
.popup-form-cta form .form-columns-1:nth-child(2) select {
    font-size: 34px;
}
.popup-form-cta .hs-form .nice-select, .request-popup-form .hs-form .nice-select{
    color: #DB1945;
    font-weight: 600;
    padding: 0;
    appearance: none;
    background: none;
    border: none;
    font-size: 34px;
    font-family: 'Inter', sans-serif;
    
}
.hs-form .hs_to_country .nice-select{
  width: calc(95% + 100px) !important;
}
.hs-form .hs_from_city .nice-select, .hs-form div[class^="hs_to_city__"] .nice-select {
	color: #1967db;
      width: calc(100% + 50px) !important;
}
.hs-error-msgs {
  list-style: none;
}
.nice-select .list::-webkit-scrollbar {
      width: 0
  }
.popup-form-cta .hs-form .nice-select .list, .request-popup-form .hs-form .nice-select .list{
    font-size: 20px;
    height: 250px;
    overflow-y: scroll;
    padding: 52px 0 0;
    min-width: 100%;
    width: auto;
}
.popup-form-cta .hs-form .nice-select .option.selected, .request-popup-form .hs-form .nice-select .option.selected{
    font-weight: normal;
}
.popup-form-cta .hs-form .nice-select span, .request-popup-form .hs-form .nice-select span{
  display:inline-block;
  position:relative
}
.popup-form-cta .hs-form .nice-select span:after, .request-popup-form .hs-form .nice-select span:after{
  width: 15px;
  height: 15px;
    margin-top: -10px;
  right: -35px;
  border-bottom: 2px solid #040404;
    border-right: 2px solid #040404;
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.popup-form-cta .hs-form .nice-select:after, .request-popup-form .hs-form .nice-select:after{
    display: none;
  
}
.popup-form-cta .hs-form .nice-select .nice-select-search-box, .request-popup-form .hs-form .nice-select .nice-select-search-box, .request-quote .hs-form .nice-select .nice-select-search-box {
      box-sizing: border-box;
      position: absolute;
      width: 100%;
      margin-top: 5px;
      top: 100%;
      left: 0;
      z-index: 8;
      padding: 5px;
      background: #FFF;
      opacity: 0;
      pointer-events: none;
/*       border-radius: 5px 5px 0 0;
      box-shadow: 0 0 0 1px rgba(68, 88, 112, .11); */
      -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -webkit-transform: scale(.75) translateY(-21px);
      -ms-transform: scale(.75) translateY(-21px);
      transform: scale(.75) translateY(-21px);
      -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
      transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out
  }
 
  .popup-form-cta .hs-form .nice-select .nice-select-search, .request-popup-form .hs-form .nice-select .nice-select-search, .request-quote .hs-form .nice-select .nice-select-search{
      box-sizing: border-box;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 3px;
      box-shadow: none;
      color: #333;
      display: inline-block;
      vertical-align: middle;
      padding: 7px 12px;
      margin: 0 10px 0 0;
      width: 100%!important;
      min-height: 36px;
      line-height: 22px;
      height: auto;
      outline: 0!important;
        font-size: 16px;
    font-family: 'Inter', sans-serif;
  }
   .popup-form-cta .hs-form .nice-select .nice-select-search:focus, .request-popup-form .hs-form .nice-select .nice-select-search:focus, .request-quote .hs-form .nice-select .nice-select-search:focus{
     border: 1px solid #ddd;
}
  .popup-form-cta .hs-form .nice-select.open .nice-select-search-box, .request-popup-form .hs-form .nice-select.open .nice-select-search-box, .request-quote .hs-form .nice-select.open .nice-select-search-box{
      opacity: 1;
      z-index: 10;
      pointer-events: auto;
      -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0)
  }
.popup-form-cta form .form-columns-1{
    display:none;
    padding: 20px;
}
.popup-form-cta form .form-columns-0{
  flex: 0 0 100%;
}
.popup-form-cta form .form-columns-0 h2{
  margin: 0;
  font-family: 'Inter', sans-serif;
}
.popup-form-cta form .form-columns-0 .hs-richtext{
  padding: 10px 40px 10px 20px;
}
.popup-form-cta form .form-columns-0 .hs-richtext h2, .popup-form-cta form .form-columns-0 .hs-richtext h3{
  margin:0px;
}
.popup-form-cta form .form-columns-2{
  flex: 0 0 50%;
  
}
.popup-form-cta form fieldset.form-columns-2:nth-child(4){
   padding: 0 20px 0 20px;
}
.popup-form-cta form fieldset.form-columns-2:nth-child(5){
  padding: 0 20px 0 0;
}
.popup-form-cta form .form-columns-2 .hs_firstname {
  padding: 0 10px;
}
.popup-form-cta form .hs_submit{
  flex: 0 0 30%;
  padding: 0 20px;
  margin-top: 20px;
  
}
.popup-form-cta form .hs_submit .actions{
  text-align: left;
}
.popup-form-cta form .hs_submit input[type="submit"]{
  font-family: 'Inter', sans-serif;
  min-width: auto;
    font-size: 0.812em !important;
    cursor: pointer;
    padding: 14px 30px;
    text-align: center;
    display: inline-block;
    border-radius: 12px;
    line-height: 1;
    border: 1.5px solid #DB1945;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #DB1945;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.popup-form-cta form .hs_from_city, .popup-form-cta form .form-columns-2, .popup-form-cta form .form-columns-0, .popup-form-cta form div[class^="hs_to_city__"]{
  display:none;
}
.popup-form-cta.active-form form .hs_from_city, .popup-form-cta.active-form form div[class^="hs_to_city__"], .popup-form-cta.active-form form .form-columns-2, .popup-form-cta.active-form form .form-columns-0{
  display:block;
}
.popup-form-cta:not(.active-form) form .hs_error_rollup{
  display:none;
}
.popup-form-cta .form-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 100;
    cursor: pointer;
    display:none;
}
.popup-form-cta .form-content{
  max-width: 1170px;
  margin: auto;
  position: relative;
}

.popup-form-cta.active-form .form-content{
  z-index: 101;
}
.popup-form-cta.active-form .form-content .row-fluid[class*=span]{
  float:none;
}
.popup-form-cta.active-form .form-overlay{
    display:block;
}
.popup-form-cta .form-content .form-close{
    position: fixed;
    right: 0;
    background: #db1945;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    display:none;
  font-family: 'Inter', sans-serif;
  font-weight:600;
  top: 0;
}
.popup-form-cta.active-form .form-content .form-close{
  display:block;
}
.destination-section{
  padding:100px 0;
}
@media (max-width: 767px) {
  .header-container-wrapper.fixed-top {
    padding: 10px 0px;
  }
  .header-container form{
    margin-top: 0;
  }
  .mobile-header .header-details-cta{
    justify-content: center;
  }
}
.top-footer{
  padding:100px 0;
  max-width: 1170px;
    margin: auto !important;
    float: none !important;
}
.top-footer .contact-section h2{
  margin:0 0 20px 0;
}

.top-footer h2{
  color: #fff;
    font-size: 16px !important;
    font-weight: 600 !important;
  margin:0px 0 20px 20px;
}
.top-footer p, .top-footer a, .top-footer a:hover{
      color: #fff;
    font-size: 16px !important;
    font-weight: 300 !important;
    text-decoration: none !important;
    text-align: left;
    line-height: 22px;
}
.top-footer a:before{
  background:none !important;
}
.top-footer a, .top-footer a:hover{
  text-transform:capitalize;
}
.top-footer .footer-logo img{
  max-width:180px;
  margin-bottom:20px;
}
.top-footer .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a{
  display: block;
  font-weight:300 !important;
  padding: 5px 17px !important;
  text-transform:capitalize !important;
}
.footer-container-wrapper .top-footer .contact-details a img{
  margin-right:10px;
}
.footer-container-wrapper .top-footer .contact-details a.login-cta{
  min-width: auto;
    font-size: 0.812em !important;
    cursor: pointer;
    padding: 14px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 12px;
    line-height: 1;
    border: 2px solid #DB1945;
    font-weight: 600 !important;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer-container-wrapper .top-footer .contact-details a.footer-link{
      display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 10px;
  text-transform: inherit;
}
.footer-container-wrapper .bottom-footer{
  background:#05060C;
}
.footer-container-wrapper .bottom-footer .row-fluid-wrapper{
  padding:20px 0;
  max-width: 1170px;
    margin: auto !important;
}
.footer-container-wrapper .bottom-footer p{
   color: #fff;
        font-size: 14px !important;
    font-weight: 300 !important;
  margin-bottom:0;
      line-height: 36px;
}

.footer-container-wrapper .bottom-footer a img{
  max-height:50px;
  opacity:0.5;
    width:auto;
  margin-right: 20px;
  height:40px;
}
.footer-container-wrapper .bottom-footer .social-logos{
      display: flex;
    justify-content: flex-end;
    align-items: center;
      flex-wrap: nowrap;
}
.footer-container-wrapper .bottom-footer .affiliate-lgos a{
  display: inline-block;
}
.footer-container-wrapper .bottom-footer .affiliate-lgos{
  display: flex;
    justify-content: flex-start;
    align-items: center;
      flex-wrap: nowrap;
}
.footer-container-wrapper .bottom-footer .social-logos a{
margin-top:0px;
}
.footer-container-wrapper .bottom-footer .social-logos a img{
  max-height:22px;
  opacity:0.5;
    width:auto;
  margin-right: 20px;
}
.pt-0{
  padding-top:0px !important;
}
.pb-0{
  padding-bottom:0px !important;
}
.text-left{
  text-align:left;
}
.text-right{
  text-align:right;
}
.text-center{
  text-align:center;
}
.pet-stories{
  padding:100px 0;
}
.pet-stories h2{
  color:#040404;
  font-size:38px;
  font-weight:500;
}
.pet-stories .stories-box{
  background:#fff;
  -webkit-box-shadow: 0px 3px 46px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 3px 46px 0px rgba(0,0,0,0.1);
box-shadow: 0px 3px 46px 0px rgba(0,0,0,0.1);
}
.pet-stories .stories-box .content-box{
  padding:20px;
  display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}
.pet-stories .stories-box .content-box h3{
  font-size:18px;
  margin-bottom:0px;
}
.pet-stories .stories-box .content-box p{
  font-size:14px;
  color:#767676;
  margin-bottom:0px;
}
.pet-stories .stories-box a{
  text-decoration:none;
}
.pet-stories .stories-box .back-image{
display: flex;
justify-content: space-around;
      align-items: center;
}
.pet-stories .stories-box .back-image .play-button{
  height:46px;
  width:46px;
}
.accredit{
  margin-bottom:30px;
}
.accredit .copy{
  padding-top: 120px;
    padding-bottom: 50px;
    background-color: #e40046;
    color: #fff;
    margin-top: -70px;
    z-index: -1;
    position: relative;
    margin-bottom: -25px;
}
.accredit h2{
  font-weight:500;
  font-size:24px;
}
.accredit p{
  font-size:18px;
  font-weight:400;
}
.accredit .cta-section .white-cta{
  margin-bottom: 40px;
}
.accredit .white-cta{
  min-width: auto;
    font-size: 0.812em !important;
    cursor: pointer;
    padding: 14px 40px;
    text-align: center;
    display: inline-block;
    border-radius: 8px;
    line-height: 1;
  background:#fff;
    border: 1.5px solid #fff;
    letter-spacing: 1px;
    font-weight: bold;
    color: #DB1945;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
   -webkit-box-shadow: 1px 1px 10px 2px rgb(0 0 0 / 20%);
-moz-box-shadow: 1px 1px 10px 2px rgb(0 0 0 / 20%);
box-shadow: 1px 1px 10px 2px rgb(0 0 0 / 20%);
  margin-bottom: -20px;
}
.white-cta:hover, .related-blog-white .blog-related-posts-header .blog-cta:hover {
    background: #DB1945;
    color: #fff;
    border: 1.5px solid #db1945;
}
.why-choose{
  background-image:url('https://22162849.fs1.hubspotusercontent-na1.net/hubfs/22162849/Rectangle%2071.png');
  background-size:cover;
  background-position:top center;
  padding:100px 0 200px 0;
  color:#fff;
}
.why-choose h2{
  font-size:50px;
  font-weight:600;
}
.why-choose .why-choose-text{
  padding-right:50px;
}
.why-choose .why-choose-text p {
  font-size:20px;
}
.mt-75{
  margin-top:-75px;
}
.international-services{
background:#78A5E5;
  color:#fff;
  padding:100px 0;
  position:relative;
}
.international-services:after{
  content: "";
    background-image: url(https://22162849.fs1.hubspotusercontent-na1.net/hubfs/22162849/2-Apr-27-2023-06-18-19-1394-PM.png);
    height: 341px;
    right: 0;
    bottom: 0px;
    position: absolute;
    width: 300px;
    background-repeat: no-repeat;
    z-index: 1;
}
.badge-section{
background:#78A5E5;
  color:#fff;
  padding:100px 0;
  position:relative;
}
.meet-advisor{
  background: #78A5E5;
    color: #fff;
    position: relative;
  color:#fff;
  border-radius:15px;
  margin-top:50px !important;
}
.meet-advisor > .row-fluid-wrapper > .row-fluid {
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.meet-advisor .meet-advisor-content{
  padding: 0 75px;
}
.badge-section .row-fluid .span11{
  width:80%;
}
.badge-section:after{
  content: "";
  background-image:url('https://22162849.fs1.hubspotusercontent-na1.net/hubfs/22162849/sds-1.png');
  height:357px;
    right: 0;
    bottom: 0px;
    position: absolute;
    width: 396px;
    background-repeat: no-repeat;
    z-index: 1;
}
.meet-team{
  padding:100px 0 0 0;
}
.meet-team p{
  font-weight:300;
  font-size:20px;
}
.our-team{
  background:#DB1945;
    color:#fff;
  padding:100px 0;
}
.right-earth{
  position:relative;
}
.right-earth:after{
  content: "";
  background-image:url('https://22162849.fs1.hubspotusercontent-na1.net/hubfs/22162849/Right.png');
  height:500px;
  right:0;
  bottom: -100px;
    position: absolute;
    width: 271px;
    background-repeat: no-repeat;
    z-index: -1;
}
.right-location-earth{
  position:relative;
}
.right-location-earth:after{
  content: "";
  background-image:url('https://22162849.fs1.hubspotusercontent-na1.net/hubfs/22162849/Right.png');
  height:583px;
  right:0;
  top: 50px;
    position: absolute;
    width: 271px;
    background-repeat: no-repeat;
    z-index: -1;
}
.right-travel-earth{
  position:relative;
}
.right-travel-earth:after{
  content: "";
  background-image:url('https://22162849.fs1.hubspotusercontent-na1.net/hubfs/22162849/Right.png');
  height: 583px;
    right: 0;
    bottom: -100px;
    position: absolute;
    width: 271px;
    background-repeat: no-repeat;
    z-index: 1;
}
.left-earth{
  position:relative;
}
.left-earth:after{
  content: "";
  background-image:url('https://22162849.fs1.hubspotusercontent-na1.net/hubfs/22162849/Left.png');
  height:583px;
  left:0;
      top: 100px;
    position: absolute;
    width: 360px;
    background-repeat: no-repeat;
    z-index: -1;
}
.left-cta-earth{
  position:relative;
}
.left-cta-earth:after{
  content: "";
  background-image:url('https://22162849.fs1.hubspotusercontent-na1.net/hubfs/22162849/Left.png');
  height:583px;
  left:0;
      top: -150px;
    position: absolute;
    width: 360px;
    background-repeat: no-repeat;
    z-index: -1;
}
.popular-destination-left {
  position:relative;
}
.popular-destination-left:before{
  content: "";
  background-image:url('https://22162849.fs1.hubspotusercontent-na1.net/hubfs/22162849/Left.png');
  height: 583px;
    left: -125px;
    bottom: -125px;
    position: absolute;
    width: 360px;
    background-repeat: no-repeat;
    z-index: -1;
}
.popular-destination-right{
  position:relative;
}
.popular-destination-right:after{
  content: "";
  background-image:url('https://22162849.fs1.hubspotusercontent-na1.net/hubfs/22162849/Right.png');
  height: 583px;
    right: 0;
    top: -100px;
    position: absolute;
    width: 271px;
    background-repeat: no-repeat;
    z-index: 1;
}
.testimonial-earth{
  position:relative;
}
.testimonial-earth:after{
  content: "";
  background-image:url('https://22162849.fs1.hubspotusercontent-na1.net/hubfs/22162849/Left.png');
  height:583px;
  left:0;
  bottom: -200px;
    position: absolute;
    width: 360px;
    background-repeat: no-repeat;
    z-index: -1;
}
.desktop-header .row-fluid-wrapper .row-fluid {
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.desktop-header ul li.hs-item-has-children > a:after{
  content: '\f078';
  font-family: "Font Awesome 6 Free";
    font-weight: 900;
      margin-left: 5px;
}
.fancybox__footer{
  display:none;
}
.mobile-bottom-nav{
  display:none;
}
.sticky-footer{
  display:none !important;
}
.instagram .insta-box{
  position: relative;
  display: flex;
}
.instagram .insta-box .insta-hover{
  position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background: #ffffffbf;
}
.instagram .insta-box:hover .insta-hover{
  display: flex;
  -webkit-transition: border .3s ease-in-out;
    -moz-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    -ms-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
}
.instagram img{
  border-radius:15px;
  -webkit-box-shadow: 0px 3px 36px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 3px 36px 0px rgba(255,255,255,1);
    box-shadow: 0px 3px 36px 0px rgb(255 255 255 / 50%);
}
.instagram .follow-insta{
  padding:40px 0 0 0;
}
.instagram .follow-insta img{
  border:none;
  border-radius: 0;
    margin-right: 20px;
}
.instagram .follow-insta a{
  text-decoration:none;
}
.service-banner .home-gardiant-banner .home-gardiant-message h1{
max-width:600px;
}
.slick-slide img{
     margin: 0 auto;
}
.form-page .request-quote .hs-form .hs-dependent-field{
  display:block;
}
.form-page .request-quote .hs-form .hs-dependent-field > div:nth-of-type(2){
  float: none;
    width: 100%;
    padding-left: 0;
}
@media (max-width:991px) {
  .popular-destination-right:after, .popular-destination-right:before{
    background:none;
    top:0;
        height: 0;
    width: 0;
  }
  .contact-banner .home-gardiant-banner-wrapper{
    background-position: 25% 50%;
  }
  .pet-stories.grid-content span > div{
  width: 100%;
  }
  .hs-search-results__pagination{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .customer-outer-section {
  padding: 10px 15px;
  }
  .mt-popular-destination{
    margin-top:0;
  }
  .pet-stories .stories-box{
    margin-bottom:20px;
  }
  .partner-section .slick-dots li button:before{
    font-size:12px;
  }
  .fixed-header .header-container-wrapper{
    padding: 10px;
  }
  .fixed-header #simple-menu svg{
    fill: #db1945;
  }
  .popup-form-cta .hs-form .nice-select .list, .request-popup-form .hs-form .nice-select .list{
    max-width: 100%;
    font-size: 16px;
  }
 .tab{ border-bottom: none;
    text-align: center;
}
  a.tablinks{
        font-size: 20px;
        margin: 0 0 5px 0;
    padding: 10px;
        background: #e9e9e9;
  }
  .tabcontent .other-section .other-img{
    height: 160px;
  }
  .slick-track{
    display: flex !important;
  }
  .slick-initialized .slick-slide{
        height: inherit !important;
  }
  .testimonial-section .testimonial-item .name{
    font-size: 18px;
  }
  .testimonial-section .testimonial-item .travel-information{
    font-size: 18px;
    line-height: 1.2;
  }
  .tabcontent .featured-section {
    padding: 20px 0 0 0;
  }
  .tabcontent .featured-section h2{
    text-align:center;
  }
  .tabcontent .featured-section .row-fluid-wrapper .row-fluid {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    row-gap: 20px;
  }
  .tabcontent .other-section .row-fluid .span3.widget-span {
    width: 46%;
    float: left;
    margin: 10px 2%;
}
  .tabcontent .other-section .location-data{
    padding: 10px 0;
  }
  .tabcontent .other-section .other-locations .location-data p.name{
    font-size:16px;
  }
  .meet-advisor{
    margin: 0 20px !important;
  }
  .meet-advisor > .row-fluid-wrapper > .row-fluid{
    padding: 50px 0 0 0;
    flex-direction: column;
  }
  .meet-advisor .meet-advisor-content {
    padding: 0 0 20px 0;
    text-align: center;
}
  .popular-destination-banner .home-gardiant-banner-wrapper {
    height: 600px;
}
  .sticky-footer{
  display:block !important;
}
  .testimonial-section h2 {
    font-size: 50px;
  }
  .instagram img{
  margin-bottom:20px;
}
  .instagram .follow-insta img{
    margin-bottom:0px;
  }
  .mobile-bottom-nav{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:1000;
    will-change:transform;
    transform: translateZ(0);
    padding: 10px;
    justify-content: space-around;
    box-shadow: 0 -2px 5px -2px #333;
    background-color:#fff;
  }
  .mobile-bottom-nav.fixed-bottom{
    display:flex;
  }
  .accredit .copy{
    padding-left: 10px;
    padding-right: 10px;
  }
  .instagram .span3.widget-span.widget-type-cell{
    width: 46%;
    float: left;
    margin: 0 2%;
  }
  .sticky-footer{
    display:block;
  }
  .header-container form{
        width: 100%;
  }
  .home-gardiant-banner-wrapper{
height: 900px;
}
.home-gardiant-message h1{
	    font-size: 2.5em;
}
.home-gardiant-banner {
    padding-top: 200px;
}
.mt-550{
margin-top: -450px;
}
  
.mt-300 {
    margin-top: -150px;
}
  .mt-150 {
    margin-top: 0px;
}
.popup-form-cta form{
display:block;
    height: auto;
    margin: 0 20px;
}
.popup-form-cta form .form-columns-1:first-child{
background:#f9f9f9 !important;
padding: 20px;
}
.popup-form-cta form .form-columns-1:nth-child(2){
padding: 20px;
}
.popup-form-cta .hs-form .nice-select, .request-popup-form .hs-form .nice-select{
font-size: 26px;
}
.popup-form-cta form .hs_submit{
    float: none !important;
}
.popup-form-cta form .hs_submit .actions{
text-align: center;
}
.popup-form-cta form .hs_submit input[type="submit"]{
margin-bottom: 20px;
}
  .left-earth:after{
 display:none;
}
.right-earth:after{
 display:none;
}
  .pet-stories{
    padding: 10px;
}
.pet-stories h2{
font-size: 24px;
}
.pet-stories > .row-fluid-wrapper:first-child > .row-fluid {
  display: flex;
    justify-content: space-between;
  }
.pet-stories .span6 {
float:left;
}
  
  .badge-section{
    padding: 50px 0 0 0;
    text-align: center;
  }
  .badge-section img{
    margin-bottom:20px;
  }
  .badge-section .row-fluid .span11{
    width:100%;
  }
  .badge-section:after {
   position: relative;
   display: block;
    width: auto;
}
  .international-services {
    padding: 50px 0 0 0;
  }
  .international-services:after {
   position: relative;
   display: block;
    left: 50px;
}
  .dedication-section{
    padding:50px 15px 0 15px;
  }
  .international-services img{
    margin-bottom:20px;
  }
  .testimonial-section{
    padding:50px 0;
  }
  .testimonial-section .testimonials-cta-section{
    margin-top:20px;
  }
  .our-team{
    padding:50px 0 0 0;
  }
  .meet-team {
     padding:50px 0;
  }
  .meet-team img.service-center-image{
     margin-left: 20px;
  }
  .meet-team img{
    margin-top: 20px;
  }
  .service-banner .home-gardiant-banner {
    padding-top: 300px;
}
.top-footer{
padding: 50px 20px;
}
.top-footer .footer-logo{
text-align:center
}
.top-footer .main-menu{
display:block !important;
}
.bottom-footer .row-fluid .span4.widget-span{
    padding: 10px 0;
}
.footer-container-wrapper .bottom-footer .affiliate-lgos{
justify-content: center;
}
.footer-container-wrapper .bottom-footer .header-details-cta{
justify-content: center;
}
.footer-container-wrapper .bottom-footer .social-logos{
justify-content: center;
margin-bottom: 25px;
}
  .expect-items.mt-75 {
    margin-top: -75px;
}
  .mt-75 {
    margin-top: -175px;
}
  .top-footer h2{
  margin:10px 0 20px 0px;
  }
  .top-footer .contact-section h2{
  margin:10px 0 20px 0px;
}
  .popup-form-cta form .form-columns-1:nth-child(2) .hs-richtext .circle{
    margin-right: 10px;
}
.popup-form-cta form fieldset.form-columns-2:nth-child(5){
padding: 0 20px;
}
.popup-form-cta form fieldset.form-columns-2:nth-child(4) {
    padding: 0 20px;
}
.popup-form-cta form .form-columns-2 .hs_firstname {
    padding: 0;
}
#request-popup-form.fancybox__content{
    padding: 1rem;
}
}
.popup-form-cta select{
display:none;
}
.request-quote .input .nice-select, .request-quote .nice-select .list{
  width:100% !important;
  font-size: 16px;
}
.request-quote .nice-select .option{
  font-size:16px;
}
.request-quote .hs-form .hs_from_city .nice-select, .request-quote .hs-form div[class^="hs_to_city__"] .nice-select{
  color:inherit !important;
}
.request-quote .hs-dependent-field > div:first-child{
  margin-top:0;
}
.request-quote .hs-dependent-field > div{
  margin-top:15px;
  display:inline-block !important;
  width: 100% !important;
}
.request-quote .hs-form .nice-select .list {
    height: 250px;
    overflow-y: scroll;
    padding: 52px 0 0;
    min-width: 100%;
    width: auto; 
}
.request-quote input.hs-input{
      -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.page-content .request-quote ul li::before{
	content:""
}
.destination-inline-text h1, .destination-block-text h1{
    font-size: 2em;
    line-height: 1.3em;
    font-weight: bold;
    margin: 0.83em 0;
}
.petraveller-blog-post .read-more em{
    color: #db1945;
    font-weight: 600;
}
.search-results {
  display: flex;
    margin: 20px 0 0 0;
      flex-wrap: nowrap;
    justify-content: space-between;
}
ul.search-menu, .search-results ul{
  list-style: none;
    padding: 5px 17px 0 17px;
    margin: 0;
}
.white-back{
  background:#fff;
}
.crate-section{
  background: #db1945;
    padding: 100px 0;
}
.crate-section h2, .crate-section p, .crate-section ul, .crate-section li{
  color:#fff;
}
.destination-banner{
  background-size: cover;
    background-position: center center;
    height: 600px;
}
.related-blog{
  background:#DB1945;
  padding:75px 0;
}
.related-blog-white{
  background:#f8f9fb;
  padding:75px 0;
}
.p-75{
  padding-top:75px;
  padding-bottom:75px;
}
.destination-heading h1{
  color:#DB1945;
  text-align:center;
  font-weight:600;
  font-size:66px;
  margin-bottom:30px;
}
.pb-75{
  padding-bottom:75px;
}
#customer .testimonial-section{
  padding:50px;
}
#customer .testimonial-section .testimonials-cta-section{
 display:none;
}
#customer .testimonial-section h2{
  max-width:600px;
  margin:auto;
  font-size:2.5rem;
  font-weight:600;
}
.mt-home-clone{
    margin-bottom: -10px;
    z-index: 11;
    position: relative;
}
@media screen and (max-width:991px){
 .destination-heading h1{
 font-size: 50px;
    line-height: 56px;
}
  .destination-testi .testimonial-section h2 {
    font-size: 36px;
}
}
.hs_when_would_you_like_your_pet_to_travel_ ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 100px;
  list-style: none;
  padding: 0;
}
  .hs_when_would_you_like_your_pet_to_travel_ input[type="radio"]{
  display:none;
  }
   .hs_when_would_you_like_your_pet_to_travel_ input[type="radio"]+span { 
         display: flex;
    padding: 10px;
    border: 3px solid #fff;
  }
  .hs_when_would_you_like_your_pet_to_travel_ input[type="radio"]:checked+span { 
  border: 3px solid #db1945;
    
  }
.hs_when_would_you_like_your_pet_to_travel_ ul li img{
  max-width:150px;
  }
.hsForm_876ebfdf-4dab-4f77-8adc-7d19545b8f0c{
 max-width:800px;
}
@media screen and (max-width:991px){
  #request-popup-form-select-both form .hs-dependent-field, #request-popup-form-select-cat  form .hs-dependent-field,#request-popup-form-select-dog form .hs-dependent-field{
    display:block !important;
  }
  #request-popup-form-select-both form .hs-dependent-field div.hs-form-field, #request-popup-form-select-cat form .hs-dependent-field div.hs-form-field, #request-popup-form-select-dog form .hs-dependent-field div.hs-form-field{
    padding: 15px !important;
  }
}
#request-popup-form-select-both form .hs_travel_time{
  margin-top:20px;
}
#request-popup-form-select-both form .hs-dependent-field, #request-popup-form-select-cat  form .hs-dependent-field,#request-popup-form-select-dog form .hs-dependent-field{
    display: grid;
    margin: 0 auto;
    grid-template-columns: 25% repeat(auto-fill, minmax(23%, 1fr));
      border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
#request-popup-form-select-both form .hs-dependent-field div.hs-form-field:first-child, #request-popup-form-select-cat  form .hs-dependent-field div.hs-form-field:first-child,#request-popup-form-select-dog form .hs-dependent-field div.hs-form-field:first-child{
  grid-row-end: span 3;
    padding: 15px !important;
/*     background: url(https://22162849.fs1.hubspotusercontent-na1.net/hubfs/22162849/form-back.png); */
  background: #f9f9f9;
  border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-size: cover;
    margin: 0px !important;
    
    background-position: center right;
  display: grid !important;
    align-items: center;
    align-content: center;
}
#request-popup-form-select-both form .hs-dependent-field div.hs-form-field, #request-popup-form-select-cat  form .hs-dependent-field div.hs-form-field,#request-popup-form-select-dog form .hs-dependent-field div.hs-form-field{
      padding: 5px;
      margin: 10px 0 !important;
}
#request-popup-form-select-both.request-popup-form .hs-form .nice-select, #request-popup-form-select-dog.request-popup-form .hs-form .nice-select, #request-popup-form-select-cat.request-popup-form .hs-form .nice-select{
      color: #1967db;
}
#request-popup-form-select-both.request-popup-form .hs_travel_time .nice-select-search-box,
#request-popup-form-select-dog.request-popup-form .hs_travel_time .nice-select-search-box,
#request-popup-form-select-cat.request-popup-form .hs_travel_time .nice-select-search-box
{
       display:none;
}
.hs_travel_time .nice-select{
  max-width: 300px;
}
#request-popup-form-select-both.request-popup-form .hs-form input[type="text"], #request-popup-form-select-dog.request-popup-form .hs-form  input[type="text"], #request-popup-form-select-cat.request-popup-form .hs-form  input[type="text"]{
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0;
    font-weight: 600;
}
.request-popup-form .hs-form input[type="text"], .request-popup-form .hs-form input[type="tel"], .request-popup-form .hs-form input[type="email"]{
  background:none;
  border: 0;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0;
    font-weight: 600;
  font-family: 'Inter', sans-serif;
  color: #1967db;
}
.request-popup-form .hs-form .hs-input.invalid.error {
  border: 0;
  border-bottom: solid 1px #db1945;
}
.request-popup-form .hs-form input[type="text"]:focus{
  border-bottom: solid 1px #343434;
}

.popup-form-cta:not(.active-form) form .hs_submit input[type="submit"] {
    letter-spacing: 1px;
    font-size: 0.812em !important;
    font-weight: bold;
    padding: 21px 30px;
    display: flex;
    justify-content: flex-end;
}


.popup-form-cta:not(.active-form) form .hs_submit {
    flex: 0 0 28%;
    padding: 0px 30px 0px 20px;
    display: flex;
    justify-content: flex-end;
}
.popup-form-cta:not(.active-form) form .form-columns-1:first-child {
    flex: 0 0 30%;
}

.popup-form-cta:not(.active-form) form .form-columns-1:nth-child(2) {
    flex: 0 0 42%;
}

.popup-form-cta:not(.active-form) form {
    background: #fff;
    max-width: 925px;
}

.popup-form-cta:not(.active-form) form {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
}
#hs_cos_wrapper_module_1711653104634185 .bg-video-overlay {
    display: none;
}
@media (max-width: 1280px){
  margin-top: -250px;
}
@media (max-width: 991px) {
    .popup-form-cta form .form-columns-1:nth-child(2) .hs-richtext .circle {
        position: absolute;
        top: -20px;
        left: calc(50% - 20px);
        height: 40px;
        width: 40px;
        display: block;
        margin-right: 40px;
        text-align: center;
        line-height: 40px;
    }
    .popup-form-cta:not(.active-form) form {
        margin-left: 10px;
        margin-right: 10px;
    }
  .popup-form-cta:not(.active-form) form .hs_submit{
    justify-content: center;
  }
    .popup-form-cta:not(.active-form) form .hs_submit input[type="submit"] {
        padding: 14px 30px;
        display: inline-block;
    }
    
}