/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */
@font-face { 
    font-family: "proxima-nova"; 
    font-style: normal; 
    font-weight: 400;
    src: url("//use.typekit.net/af/e62a22/0000000000000000000148a4/23/l?subset_id=2&fvd=n4&v=3") format("woff2"), 
    url("//use.typekit.net/af/e62a22/0000000000000000000148a4/23/d?subset_id=2&fvd=n4&v=3") format("woff"),
    url("//use.typekit.net/af/e62a22/0000000000000000000148a4/23/a?subset_id=2&fvd=n4&v=3") format("opentype"); 
}
@font-face {
 font-family:proxima-nova;
 src:url(//use.typekit.net/af/926565/0000000000000000000148a5/23/l?subset_id=2&fvd=i4&v=3) format("woff2"),
     url(//use.typekit.net/af/926565/0000000000000000000148a5/23/d?subset_id=2&fvd=i4&v=3) format("woff"),
     url(//use.typekit.net/af/926565/0000000000000000000148a5/23/a?subset_id=2&fvd=i4&v=3) format("opentype");
 font-weight:400;
 font-style:italic;
}

@font-face { 
    font-family: "proxima-nova";
    font-style: normal; font-weight: 700; 
    src: url("//use.typekit.net/af/46246e/00000000000000000001499c/23/l?subset_id=2&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/46246e/00000000000000000001499c/23/d?subset_id=2&fvd=n7&v=3") format("woff"), 
    url("//use.typekit.net/af/46246e/00000000000000000001499c/23/a?subset_id=2&fvd=n7&v=3") format("opentype"); 
}
@font-face {
 font-family:proxima-nova;
 src:url(//use.typekit.net/af/bf4e9c/0000000000000000000148a9/23/l?subset_id=2&fvd=i7&v=3) format("woff2"),
     url(//use.typekit.net/af/bf4e9c/0000000000000000000148a9/23/d?subset_id=2&fvd=i7&v=3) format("woff"),
     url(//use.typekit.net/af/bf4e9c/0000000000000000000148a9/23/a?subset_id=2&fvd=i7&v=3) format("opentype");
 font-weight:700;
 font-style:italic;
}

@font-face{
    font-family:foundation-icons;
    src:url(//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Fonts/foundation-icons.eot) format("embedded-opentype"),
        url(//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Fonts/foundation-icons.woff) format("woff"),
        url(//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Fonts/foundation-icons.ttf) format("truetype");
    font-weight:400;
    font-style:normal;
}

/* EX: @import url('http://example.com/example_style.css'); */

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * 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;}

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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; }

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

/* 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; }


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== 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;
} 

body {
    background-color: #F5F5F5;
    font-style: normal;
    font-family: proxima-nova,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 100%;
    color: #000;    
    text-rendering: optimizeLegibility;
}

* {
    -webkit-font-smoothing: antialiased;
}

/* Page Center 
#site-wrapper1 {
    float: none;
    max-width: 1400px;
    margin: 0 auto;
}*/
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 100%;
    margin: 0 auto;
}

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


/* =============== Typography =============== */

/* Basic text */
p {
    margin: 0 0 10px;
    font-size: .875rem;
    line-height: 20px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin-top: 3.2px;
    margin-bottom: 20px;
    line-height: 1;
    font-family: proxima-nova,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #0a2854;
}

h1 {
    color: #cf092f;
    font-size: 44px;
    font-weight:bold;
}
h2 {
    font-size: 37px;
    font-weight:bold;
}
h3 {
    font-size: 27px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 16px;
    color: #cf092f;
    line-height: 1.4;
}

/* Anchor Links */
a {
    color: #0a2854;
    line-height: inherit;
    text-decoration: none;
}
p a {
    text-decoration: underline;
}
a:focus, a:hover {
    color: #092248;
    outline: 0;
}


/* Lists */
ul, ol {
  margin: 40px 0;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

img {
    display: inline-block;
    vertical-align: middle;
}

/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */
    
    
    
    
    
/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

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

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


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.custom-header-top-group {
    background: #fff;
    height:40px;
}

.custom-logo-group{
    background: #0a2854;
}

.custom-logo {
    color: #fff;
    line-height: 60px;
    padding-left: 10px;
}

.custom-logo img{
    padding-top: 11px;
    max-width: 130px;
    display: block;
}

.span12.widget-span.widget-type-raw_jinja.custom-breadcrumb-menu {
    display: block !important;
    margin-top: 80px;
}

.span12.widget-span.widget-type-raw_jinja {
    display: block !important;
}


@media (min-width:1081px) {

.custom-header-group .row-fluid {
    padding: 4px;
    background: #0a2854;
}

}

.custom-header-group li.hs-menu-item.hs-menu-depth-1.sign-up-for-a-free-class a {
    background:  white;
    color: #0a2854;
    transition:all .3s ease;
}

.custom-header-group li.hs-menu-item.hs-menu-depth-1.sign-up-for-a-free-class a:hover {
    background: #cf092f;
    color: #ffffff;
}


.global-search-CTA h3 {
    margin:0 20px 0 0;
}

.global-search-CTA {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-decoration: none;
    color: white !important;
    align-items: center;
    flex-wrap:wrap;
    margin-bottom:-10px;
}

.custom-menu-primary .hs-menu-wrapper > ul li a {
    font-weight: bold !important;
    text-transform: capitalize !important;
    font-size: 11pt !important;
}

@media (max-width:1080px) {
    .custom-menu-primary .hs-menu-wrapper > ul li a {
        font-size: 9pt !important;
        padding:0 10px !important;
    }
    .custom-header-group .row-fluid {
    display:  flex;
    justify-content:  space-between;
    align-items:  center;
}

.custom-logo img {
    max-width: 70px;
    margin-bottom: 10px;
}
} 


@media (max-width:900px) {
    
.global-search-CTA h3 {
    font-size:14pt;
    margin:0 10px 0px 0;
    line-height:1.5;
}

.global-search-CTA img {
    height:20px;
}

}

@media (max-width:538px) {
.global-search-CTA h3 {
    margin-bottom:10px;
}
}

.search-CTA {
    display: flex;
    padding: 10px 25px;
    align-items: center;
    background: #cf092f;
    color: white !important;
    text-decoration: none;
    font-weight: 600;
    transition: background-color .3s ease-out;
}

.search-CTA:hover {
    background-color: #a60726;
}

.search-CTA img {
    margin:0 8px;
    height: 20px;
    transform: rotate(90deg);
}

.custom-search-cont {
    display: flex;
    float: right;
    height:40px;
}

@media (max-width:767px) {
    .search-CTA {
        justify-content: center;
        margin-bottom: -29px;
        height: 32px;
    }
    
    .search-CTA p {
        font-size: 14pt;
}
}

.span4.widget-span.widget-type-rich_text.search-CTA-cont {
    float: right;
    margin: 0 30px 0 0;
    padding: 0;
    height:40px;
}

.custom-google-search{
    background: #fff;
    width: 100%;
}
.custom-google-search form{
    padding: 5px 30px 0 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    max-width: 415px;
    float: right;
    width: 100%;
}

.custom-google-search form label {
    display: none;
}


.custom-google-search form .hs-input{
    border: 1px solid #0a2854 !important;
    box-shadow: none !important;
    color: #000;
    margin: 0;
    float: left;
    max-width: 385px;
    line-height: 15px;
    padding-bottom: 6px;
    font-family: proxima-nova,sans-serif;
    width: 66.66667%;
}

.custom-google-search form .hs-input::-webkit-input-placeholder{color:#666;}
.custom-google-search form .hs-input:-moz-placeholder{color:#666;}
.custom-google-search form .hs-input::-moz-placeholder{color:#666;}
.custom-google-search form .hs-input:-ms-input-placeholder{color:#666;}


.custom-google-search form .hs-button.primary{
    background: url('//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/search-icon.png') 30px 9px no-repeat #cf092f!important;
    padding-left: 14px;
    font-size: 11px;
    padding: 5px 0 2px 14px;
    margin: 0;
    position: absolute;
    min-width: 128.33px;
    right: 30px;
    top: 5px;
    
    font-weight: 700;
    font-family: Proxima-nova,sans-serif;
    line-height: 24px;
}
.custom-try-for-free {
    text-align: right;
    padding-right: 9px;
    width: auto !important;
    float: right !important;
    margin-left: 0 !important;
}
.custom-try-for-free a{
    background: url('//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/CTA_Arrow.png') right center no-repeat #cf092f;
    color: #fff;
    background-position: 96% center;
    background-size: auto 55%!important;
    padding: 10px 46px 10px 15px;
    transition: all .3s linear;
    font-size: 20px;
    line-height: 20px;
    margin: 10px 0px -10px 0px;
    text-align: center;
    
    display: inline-block;
    font-weight: 700;
    font-family: Proxima-nova,sans-serif;
    text-decoration:none;
}

.custom-try-for-free a:hover {
    background-image: url(//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/CTA_Arrow_h.png)!important;
}

/* =============== Content =============== */


.body-container {}

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


.body-container .page-center{
    border: 1px solid #E9E9E9;
    border-top: 0 none;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{
    padding: 50px;
}


.sidebar.right {
    padding: 50px;
    background-color: #0a2854;
    color: #fff;
    float: right;
}
.sidebar.right label{
    color: #fff;
}
.sidebar.right h1,
.sidebar.right h2,
.sidebar.right h3,
.sidebar.right h4,
.sidebar.right h5,
.sidebar.right h6{
    color: #fff;
}
.main-content{
  padding: 50px;  
}

#back-to-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    text-decoration: none;
    color: #FFF;
    background-color: rgba(0,0,0,.5);
    font-size: 12px;
    padding: 16px;
    display: none;
    z-index: 999;
    line-height: 1.5;
}
#back-to-top:hover {
    background-color: rgba(0,0,0,.7);
    color: #FFF;
}

.sidebar.right .widget-type-raw_jinja h3{
    margin-top: 0;
    font-weight:bold;
}

.sidebar.right h1, .sidebar.right h2, .sidebar.right h3 {
font-weight:bold
    
}


.custom-time-table {
    background: #fff;
}
.time-table-wrapper {
    float: left;
    width: 10.7%;
    text-align: center;
    background: #fff;
}
.hs-hydre-park-group2 .time-table-wrapper .title,
.hs-hydre-park-group2 .time-table-wrapper .heading{
    display: none;
}
.hs-hydre-park-group2 .time-table-wrapper:nth-child(2) {
    width: 25%;
}
.hs-hydre-park-group2 .time-table-wrapper:nth-child(2) .content{
    display: none;
}
.hs-hydre-park-group2 .time-table-wrapper:nth-child(2) .title,
.hs-hydre-park-group2 .time-table-wrapper:nth-child(2) .heading{
    display: block;
}
.hs-hydre-park-group2 .time-table-wrapper:nth-child(2) .heading{
    font-weight: 700;
    font-size: .875rem;
    color: #222;
}
.custom-time-table .col {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    line-height: 1.125rem;
    padding: 1rem .625rem;
    align-items: center;
    display: flex;
    justify-content: center;
}
.custom-time-table .col p{
    margin: 0;
    line-height: 1.125rem;
    font-size: .875rem;
    color: #222;
}
.hs-hydre-park-group2 .time-table-wrapper .custom-time-table .title,
.hs-hydre-park-group2 .time-table-wrapper .custom-time-table .weekday{
    color: #cf092f;
    font-size: 20px;
    font-family: Proxima-nova,sans-serif;
    text-align: center;
    line-height: 1.125rem;
    font-weight: 700;
}
.custom-time-table .no-class {
    display: none;
}


/* =============== Full Width Layout =============== */

.full-width-layout .body-container .page-center {
    padding: 0;
    border:0;
}
.custom-breadcrumb-menu {
    padding: 6px 5px 5px;
    text-transform: capitalize;
    -webkit-box-shadow: inset -1px -1px 0 0 #E9E9E9;
    box-shadow: inset 0 -1px 0 0 #E9E9E9;
}
.custom-breadcrumb-menu ul.hs-breadcrumb-menu {
    padding: .5625rem .875rem;
    margin-left: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid transparent;
}
.custom-breadcrumb-menu li.hs-breadcrumb-menu-item {
    margin: 0;
    font-size: .75rem;
    line-height: .75rem;
    padding: 0;
}
.custom-breadcrumb-menu span.hs-breadcrumb-menu-divider {
    display: none;
}
.custom-breadcrumb-menu li.hs-breadcrumb-menu-item:before {
    content: ">";
    color: #0a2854;
    margin: 0 .75rem;
    position: relative;
    top: 0;
}
.custom-breadcrumb-menu li.hs-breadcrumb-menu-item:first-child:before {
    margin: 0;
    content: "";
}
.custom-breadcrumb-menu li.hs-breadcrumb-menu-item.last-crumb span.hs-breadcrumb-label {
    cursor: default;
    color: #0a2854;
    font-weight: 600;
}
.full-width-layout .main-content{
    padding: 50px;
}
.full-width-layout .body-container .hs_cos_wrapper_type_form,
.two-column-right-layout.contact-corporate .main-content .hs_cos_wrapper_type_form{
    max-width: 600px;
    padding: 20px 45px;
    margin: 60px auto 40px;
    border: 1px solid #acb5bf;
}
.full-width-layout .body-container .hs_cos_wrapper_type_form h3.form-title,
.two-column-right-layout.contact-corporate .main-content .hs_cos_wrapper_type_form h3.form-title{
    margin: 0;
}
.full-width-layout .body-container .hs_cos_wrapper_type_form label,
.two-column-right-layout.contact-corporate .main-content .hs_cos_wrapper_type_form label{
    font-size: 12px;
    color: #002a55;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    display: block;
    margin-bottom: 10px;
    font-family: 'Arial', Arial, Helvetica, sans-serif;
}
.full-width-layout .body-container .hs_cos_wrapper_type_form .hs-input,
.two-column-right-layout.contact-corporate .main-content .hs_cos_wrapper_type_form .hs-input{
    max-width: 100%;
    color: #0a2854;
    background-color: #fafafa;
    border-color: #0a2854;
    margin-bottom: 20px;
}
.full-width-layout .hs_cos_wrapper_type_form .actions,
.two-column-right-layout.contact-corporate .main-content .hs_cos_wrapper_type_form .actions{
    text-align: center;
    margin-top: 40px;
}
.full-width-layout .body-container .hs_cos_wrapper_type_form .hs-button.primary.large,
.two-column-right-layout.contact-corporate .main-content .hs_cos_wrapper_type_form .hs-button.primary.large{
    font-family: 'Arial', Arial, Helvetica, sans-serif;
    padding: 15px 25px;
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    line-height: 11px;
    color: #ffffff;
    background-color: #d71a28;
}
.two-column-right-layout.contact-corporate .main-content .hs_cos_wrapper_type_form textarea{
    min-height: 123px;
}

.contact-us .hs_lastname.field.hs-form-field {
    margin-top: 24px;
}
.contact-us .main-content form ul.inputs-list.multi-container li.hs-form-checkbox {
    line-height: 28px;
    font-size: 14px;
    color: #333;
    font-family: proxima-nova;
    text-align: left;
}   


/* =============== Contact Us =============== */

.contact-us .body-container .hs_cos_wrapper_type_form {
    padding: 40px;
    margin-top: 20px;
}
.contact-us .body-container .hs_cos_wrapper_type_form .hs-form-field > label {
    font-weight: 700;
    text-align: left;
}
.contact-us .body-container .hs_cos_wrapper_type_form li.hs-form-radio {
    line-height: 28px;
    font-weight: 400;
    font-family: proxima-nova;
    text-align: left;
}
.contact-us .body-container .hs_what_geographical_area_does_your_enquiry_relate_to.field.hs-form-field {
    margin: 0;
}
.contact-us .body-container .hs_cos_wrapper_type_form ul.inputs-list.multi-container {
    margin-bottom: 0;
    background: transparent;
    border: 0 none;
}
.contact-us .body-container .hs_cos_wrapper_type_form .hs-input {
    max-width: 100%;
}
.contact-us .body-container .hs_cos_wrapper_type_form .hs-input:focus {
    color: #0a2854;
    border-color: #0a2854;
    -moz-box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
    -webkit-box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
    box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
}
.contact-us .body-container .hs_cos_wrapper_type_form textarea {
    min-height: 226px;
}
.contact-us .body-container .hs_cos_wrapper_type_form .actions{
    margin-top: 40px;
    text-align: center;
}
.contact-us input#lastname-38d2d037-8077-4d1b-ac2a-2c8a331b8159_3392 {
    margin-top: 34px;
}
.contact-us .body-container .hs_cos_wrapper_type_form .hs-input {
    color: #0a2854;
    border-color: #0a2854;
    padding: 12px 7px;
    line-height: 14px;
}



/* =============== Two Column Right Layout =============== */

.two-column-right-layout.contact-corporate .main-content .hs_cos_wrapper_type_form .hs-input {
    font-size: 11px;
    padding: 10px 5.5px 9px;
    line-height: 1;
}
.two-column-right-layout .body-container .page-center{
    padding: 0;
}
.two-column-right-layout .main-content{
    padding: 50px;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
.two-column-right-layout .sidebar.right {
    padding: 50px;
    background-color: #0a2854;
    color: #fff;
    float: right;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
.sidebar.right h1,
.sidebar.right h2,
.sidebar.right h3,
.sidebar.right h4,
.sidebar.right h5, 
.sidebar.right h6,
.sidebar.right a{
    color: #fff;
}
.bottom-pane-form-group {
    background-color: #cf092f;
    padding: 50px;
}
.bottom-pane-form-group .widget-type-google_search input[type="text"]:focus {
    box-shadow: 0 0 5px #FFF;
    background: 0 0;
    border-color: #FFF;
    outline: 0;
}
.bottom-pane-form-group:before {
    background-color: #cf092f;
    position: absolute;
    height: 100%;
    width: 1px;
    content: "";
    top: 0;
    left: -1px;
}
.bottom-pane-form-group h3 {
    color: #fff;
    text-align: center;
}
.bottom-pane-form-group div#hs-search-module {
    width: 50%;
    margin: 0 auto;
}
.bottom-pane-form-group .widget-type-google_search label {
    display: inline;
}
.bottom-pane-form-group .widget-type-google_search input[type="text"] {
    float: left;
    width: 75% !important;
    max-width: 100%;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-color: transparent;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #FFF;
    box-shadow: none;
    color: #FFF;
    display: block;
    font-size: .875rem;
    margin: 0 0 1rem;
    padding: .55rem .5rem;
}
.bottom-pane-form-group .widget-type-google_search .hs-button.primary {
    float: right;
    width: 25%;
    background-color: #0a2854;
    line-height: 2.34rem;
    margin: 0 0 1.25rem;
    border: none;
    padding: 0;
    font-size: .875rem;
    color: #FFF;
    font-family: Proxima-nova,sans-serif;
    font-weight: 400;
    transition: background-color .3s ease-out;
}
.bottom-pane-form-group .hs-input::-webkit-input-placeholder {
    color: #fff;
}
.bottom-pane-form-group .hs-input:-moz-placeholder {
    color: #fff;
}
.bottom-pane-form-group .hs-input::-moz-placeholder {
    color: #fff;
}
.bottom-pane-form-group .hs-input:-ms-input-placeholder {
    color: #fff;
}
.bottom-pane-form-group form.hs-form {
    padding: 0 .5rem;
}
.custom-iframe {
    padding-bottom: 56.34%;
    position: relative;
    padding-top: 1.5625rem;
    height: 0;
    margin-bottom: 1rem;
}
.custom-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
ul.custom-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
ul.custom-list li {
    color: #000;
    background-image: url(//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/bmf-bullet.jpg);
    background-position: left 0 top 7px;
    padding-left: 20px;
    background-repeat: no-repeat;
}
blockquote {
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #DDD;
    line-height: 20px;
    color: #000;
    margin: 0 0 1.25rem;
    font-size: 16px;
}
blockquote p{
    line-height: 20px;
    color: #000;
}
blockquote small{
    display: block;
    font-size: .8125rem;
    color: #0a2854;
    font-style: italic;
}
blockquote small:before{
    content: "\2014 \0020";
}
a.custom-btn {
    background-color: #cf092f;
    color: #FFF;
    font-size: .6875rem;
    padding: .625rem 1.25rem .6875rem;
    text-decoration: none;
    display: inline-block;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: Proxima-nova,sans-serif;
    line-height: normal;
    position: relative;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    transition: background-color .3s ease-out;
    z-index: 9;
}
a.custom-btn:hover {
    background-color: #a60726;
}
a.custom-btn.big {
    font-size: .8125rem;
    padding: .875rem 1.75rem .9375rem;
    margin: 0 0 1.25rem;
}
a.custom-btn.large {
    font-size: 1rem;
    padding: 1rem 2rem 1.0625rem;
    margin: 0 0 1.25rem;
}
table.custom-table {
    font-size: 12px;
    line-height: 1.35em;
    margin: 1em 0;
    width: 100%;
    border: none;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
}
table.custom-table thead tr th {
    font-family: Proxima-nova,sans-serif;
    display: table-cell;
    line-height: 1.125rem;
    padding: .5rem .625rem .625rem;
    font-weight: 700;
    color: #0a2854;
    font-size: 20px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 1px solid #e9e9e9;
}
table.custom-table tbody tr td {
    display: table-cell;
    line-height: 1.125rem;
    padding: .5625rem .625rem;
    font-size: .875rem;
    color: #222;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 1px solid #e9e9e9;
}
.custom-right-sidebar .hs-recent-post-featured-image-wrapper {
    width: 16.66667%;
    float: left;
}

img.hs-recent-featured-image {
    object-fit: cover;
    width: 75px;
    height: 75px;
}



.custom-right-sidebar .recent-post-header {
    width: 83.33333%;
    float: right;
    padding: 0 0 0 15px;
}

.recent-post-header span {
    color: #FFF !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.recent-post-header h4 {
    font-size: 16px;
}

.custom-right-sidebar span.custom-date {
    color: #FFF !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.custom-right-sidebar h2 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1;
}
.custom-right-sidebar h2 a{
    color: #fff;
}
.custom-right-sidebar .recent-post-item {
    overflow: hidden;
    margin-bottom:10px;
}
.custom-sidebar-menu-group ul {
    margin-bottom: 40px !important;
}
.custom-sidebar-menu-group ul li {
    color: #FFF;
}
.custom-sidebar-menu-group ul li a {
    color: #FFF;
    font-size: 15px;
    list-style: none;
    margin-left: 0;
    padding-left: 20px;
    background: url(//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/sub-nav-bullet.png) top 3px left 0 no-repeat;
    transition: background-image .5s ease-in-out;
}
.custom-sidebar-menu-group ul li a:hover,
.custom-sidebar-menu-group ul li.active > a{
    background: url(//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/sub-nav-bullet-hover.png) top 3px left 0 no-repeat;
}
.custom-sidebar-menu-group ul li.case-studies {
    display: none;
}
.custom-sidebar-menu-group.no-menu {
    display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.fitness-assessment,
.custom-sidebar-menu .hs-menu-wrapper > ul > li.fitness-assessment,
.custom-sidebar-menu .hs-menu-wrapper > ul > li.group-exercise-classes,
.custom-menu-primary .hs-menu-wrapper > ul ul li.group-exercise-classes,
.custom-menu-primary .hs-menu-wrapper > ul ul li.army-fitness,
.custom-sidebar-menu .hs-menu-wrapper > ul > li.army-fitness,
.custom-sidebar-menu .hs-menu-wrapper > ul > li.type-of-exercises,
.custom-menu-primary .hs-menu-wrapper > ul ul li.type-of-exercises{
    display: none;
}
.one-col-with-img-group {
    width: 33.33333%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
}
.one-col-with-img-and-btn a.custom-btn {
    margin: 0 0 1.25rem;
}
.custom-recent-post a.custom-btn {
    margin: 0 0 1.25rem;
}
.content-with-left-icon-image .left-group {
    width: 16.66667%;
    float: left;
}
.content-with-left-icon-image .right-group {
    width: 83.33333%;
    float: left;
}


/* =============== Try BMF for Free =============== */

.try-bmf-for-free .hs_cos_wrapper_type_form {
    padding: 30px 20px;
}
.try-bmf-for-free span.hs-form-required {
    color: #d71a28;
}
.try-bmf-for-free .hs_cos_wrapper_type_form .hs-form-field > label{
    font-size: 16px;
    color: #d71a28;
    display: block;
    margin: 0 0 5px;
    font-family: 'Arial', Arial, Helvetica, sans-serif;
}
.try-bmf-for-free .hs_cos_wrapper_type_form .hs-form-field label{
    color: #002a55;
    font-family: 'Arial', Arial, Helvetica, sans-serif;
}
.try-bmf-for-free .hs_cos_wrapper_type_form .hs-input {
    max-width: 100%;
    color: #0a2854;
    border-color: #0a2854;
    background-color: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 7px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 14px;
    padding-left: calc(7px);
}
.try-bmf-for-free .hs_cos_wrapper_type_form select{
    height: 42px;
}
.try-bmf-for-free .hs_cos_wrapper_type_form .actions {
    text-align: center;
}
.try-bmf-for-free .hs_cos_wrapper_type_form input.hs-button.primary.large {
    margin-bottom: 20px;
    font-family: Proxima-nova;
    padding: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


/* =============== Partners =============== */

.partners .hs-section-1 .hs_cos_wrapper_type_form {
    max-width: 600px;
    margin: 60px auto 40px;
    border: 1px solid #acb5bf;
    padding: 20px 45px;
}
.partners .hs-section-1 .hs_cos_wrapper_type_form h3.form-title {
    margin: 0;
}
.partners .hs-section-1 .hs_cos_wrapper_type_form .hs-form-field > label {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #002a55;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-family: 'Arial', Arial, Helvetica, sans-serif;
}
.partners .hs-section-1 .hs_cos_wrapper_type_form .hs-input {
    max-width: 100% !important;
    color: #0a2854 !important;
    border-color: #0a2854 !important;
    background-color: #fafafa !important;
}
.partners .hs-section-1 .hs_cos_wrapper_type_form textarea{
    min-height: 123px;
}
.content-with-img-group {
    width: 33.33333%;
    padding-bottom: 40px;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
}
.custom-content-with-left-image .left-group {
    width: 33.33333%;
    float: left;
}
.custom-content-with-left-image .right-group {
    padding: 0 1em;
    width: 58.33333%;
    float: left;
}
.partners .bottom-pane-form-group {
    background: transparent;
    border-top: 1px solid #E9E9E9;
}
.partners .bottom-pane-form-group h3 {
    color: #0a2854;
}
.partners .bottom-pane-form-group .hs-input {
    color: #0a2854 !important;
    border-color: #0a2854 !important;
}
.partners .bottom-pane-form-group .widget-type-google_search .hs-button.primary {
    background-color: #cf092f;
    color: #FFF;
}
.partners .bottom-pane-form-group .widget-type-google_search .hs-button.primary:hover{
    background-color: #a60726;
}



.hs-two-col-form-sect1-form-grp {
    padding: 20px;
    background-color: rgb(0, 42, 85);
    margin-top: 20px;
}
.hs-two-col-form-sect1-r1c1 h3.form-title {
    font-size: 32px;
    text-align: center;
    color: #cf092f;
}

.hs-two-col-form-sect1-r1c1 label {
    margin-bottom: 5px !important;
    font-size: 16px !important;
    color: #d71a28 !important;
    font-family: 'Arial', Arial, Helvetica, sans-serif !important;
}
.hs-two-col-form-sect1-r1c1 ul.inputs-list {
    margin-bottom: 0;
}
.hs-two-col-form-sect1-r1c1 ul.inputs-list label{
    font-size: 14px !important;
}

.hs-two-col-form-sect1-r1c1 form {
    padding: 21px;
    font-family: 'Arial', Arial, Helvetica, sans-serif;
    margin: 30px 0 10px;
}

.hs-two-col-form-sect1-r1c1 .hs-input {
    padding: 7px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 14px;
    border: 1px solid #cfd4d8;
    background-color: #ffffff;
    color: #0a2854;
    border-color: #0a2854;
    min-height: 42px;
    border-radius: 3px;
    margin-bottom: 26px;
    width: 100%;
    max-width: 100%;
}

.hs-two-col-form-sect1-r1c1 .hs-input[type="checkbox"] {
    min-height: 0;
    margin-bottom: 0;
}

.hs-two-col-form-sect1-r1c2 p {
    font-size: 16px;
    color: #ffffff;
} 
.hs-two-col-form-sect1-r1c1 input.hs-button.primary.large {
    margin-bottom: 20px;
    font-family: Proxima-nova;
    padding: 30px;
    line-height: 0;
    cursor: pointer;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    background-color: #d71a28;
}

.hs-two-col-form-sect1-r1c1 .actions {
    text-align: center;
    margin-top: 4px;
    padding: 10px 0;
}
.hs-two-col-form-sect2 {
    text-align: center;
    margin-top: 36px;
}

.hs-two-col-form-sect2 h3 {
    text-align: center;
    color: #d71a28;
}

.hs-two-col-form-sect2-r1 {
    max-width: 800px;
    margin:  0 auto !important;
    float: none !important;
}

.hs-two-col-form-sect2-r1 p {
    font-size: 16px;
    color: #002a55;
    text-align: center;
}
span.rg-hed {
    color: #222;
    font-size: 1rem;
    font-weight: 700;
}
table.rg-table.custom-table {
    margin-top: 4px;
}
table.rg-table.custom-table caption.rg-header {
    margin-bottom: 2px;
}
 .hs-two-col-form-section1 .page-center {
    padding: 0;
}

.hs-two-col-form-section1 .cm-inner-page-center {
    padding: 50px;
}
.hs-two-col-form-sect1-r1c1 span.hs-form-required {
    margin-left: 1.25px !important;
    font-size: 16px;
    color: #d71a28;
}


/*---------------Stack table ----------*/
.stacktable {
    display: none;
}
.stacktable { width: 100%; }
.st-key { width: 49%; }
.st-val { width: 49%; }

.stacktable tr:first-child {
    display: none;
}
td.st-key {
    font-weight: 700;
    color: #0a2854;
    font-size: 17px;
}

.stacktable td {
    padding: 1rem;
    display: table-cell;
    line-height: 1.125rem;
    border: 1px solid #e9e9e9;
    text-align: center;
}
.five-col-wrapper  {
    margin: 0 -1.282051282% !important;
    float: none !important;
    width: auto !important;
}
.five-col-wrapper > div.row-fluid-wrapper > div.row-fluid > div.widget-span {
     width: 17.435897436%;
     margin: 0 1.282051282% !important;
}


/* =============== Corporate Website Page =============== */

.custom-two-col-with-right-img-md-wrapper .custom-two-col-with-img-left-content {
    width: 50%;
    float: left;
    padding: 10%;
    margin-left: -2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hs-bmf-nutrition-inner-layout .custom-two-col-with-right-img-md-wrapper .custom-two-col-with-img-left-content p span{
    text-decoration: line-through;
}
.hs-bmf-nutrition-inner-layout .custom-breadcrumb-menu {
    border-left: 1px solid #E9E9E9;
    -webkit-box-shadow: inset -1px -1px 0 0 #E9E9E9;
    box-shadow: inset -1px -1px 0 0 #E9E9E9;
}
.custom-two-col-with-right-img-md-wrapper .custom-two-col-with-img-col {
    background-size: cover;
    width: 50%;
    float: left;
    padding: 50px;
    background-repeat: no-repeat;
    height: 700px !important;
}
.custom-two-col-with-right-img-md-wrapper a.custom-btn {
    background-color: #d71a28;
    margin: 0 0 1.25rem;
}
.custom-corporate-row2 {
    background-color: #0a2854;
    padding: 50px;
    color: #fff;
    text-align: center;
}
.custom-corporate-row2 h3 {
    margin-top: 30px;
}
.custom-corporate-row2 * {
    color: #fff;
}
.custom-corporate-row2 h5 {
    text-align: center;
    padding: 10px;
    margin-top: 3px;
    font-size: .875rem;
    line-height: 20px;
    margin-bottom: 1.25rem;
}
.custom-one-col-with-btn {
    padding: 50px;
    background-color: #FFF;
    -webkit-box-shadow: inset -1px -1px 0 0 #E9E9E9;
    box-shadow: inset -1px -1px 0 0 #E9E9E9;
    cursor:pointer;
    height: 100%;
}
.custom-one-col-with-btn h2 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px;
    color: #0a2854;
}
.custom-one-col-with-btn p {
    font-size: .875rem;
    line-height: 20px;
    color: #000;
}
.custom-one-col-with-btn a.hs-btn {
    font-weight: 400;
    transition: background-color .3s ease-out;
    border-color: #082043;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: Proxima-nova,sans-serif;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    font-size: .8125rem;
    padding: .875rem 1.75rem .9375rem;
    background-color: #cf092f;
    color: #FFF;
    text-decoration: none;
}
.custom-one-col-with-btn a.hs-btn:hover {
    background-color: #a60726;
}
.custom-one-col-with-btn:hover {
    background-color: #E9E9E9;
}
.custom-one-col-with-btn.red {
    background-color: #cf092f;
    color: #fff;
    box-shadow: none;
}
.custom-one-col-with-btn.red:hover {
    background-color: #a60726;
}
.custom-one-col-with-btn.red * {
    color: #fff;
}
.custom-one-col-with-btn.red a.hs-btn {
    background-color: #0a2854;
}
.custom-one-col-with-btn.red a.hs-btn:hover {
    background-color: #082043;
}
.custom-one-col-with-btn.blue {
    background-color: #0a2854;
}
.custom-one-col-with-btn.blue:hover {
    background-color: #082043;
}
.custom-one-col-with-btn.blue * {
    color: #fff;
}
.custom-corporate-row3 .hs_cos_wrapper_widget {
    display: block;
    clear: both;
}
.hs_cos_wrapper_widget.custom-one-col-with-btn-column {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
}
.custom-corporate-row3 .hs_cos_wrapper_widget.custom-one-col-with-btn-column:first-of-type .custom-one-col-with-btn {
    border-left: 1px solid #E9E9E9;
}
.custom-one-col-with-btn a.hs-btn {
    margin-top: 40px;
}
.custom-one-col-with-btn.red h2 {
    margin-bottom: 1.25rem;
}
.custom-one-col-with-btn.blue h2 {
    margin-bottom: 1.25rem;
}
.custom-one-col-video-content-md {
    height: 100%;
}
.hs_cos_wrapper_widget.hs-video-module-main-wrapper {
    display: inline-block;
    margin: 0 -2px;
    width: 50%;
    clear: initial;
    background-position: center;
    background-color: #000;
    height: 350px;
    background-size: cover;
    vertical-align: top;
}
.hs-corporate-layout .custom-breadcrumb-menu{
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
}
.bmf-nutrition .hs-row-1-col-1 {
    padding: 50px;
    border-left: 1px solid #E9E9E9;
    background-color: #FFF;
    -webkit-box-shadow: inset -1px -1px 0 0 #E9E9E9;
    box-shadow: inset -1px -1px 0 0 #E9E9E9;
    width: 50% !important;
}
.bmf-nutrition .hs-row-1-col-2 {
    margin-left: 0 !important;
    width: 50% !important;
}
.bmf-nutrition .hs-row-1-col-1 h1 {
    margin-top: 20px;
}
.custom-corporate-row2 h4 {
    margin-top: 30px;
}



/* =============== Beginner Sessions Website Page =============== */

.beginner-sessions .hs_cos_wrapper_type_linked_image {
    padding-top: 20px;
}
.hs-beginner-row-1 {
    text-align: center;
}
.hs-beginner-row-1 .hs_cos_wrapper_type_rich_text {
    max-width: 800px;
    margin: auto;
    text-align: center;
    width: 100%;
}
a.custom-btn.green {
    background-color: #65b32e;
} 
.hs-beginner-row-2 .hs_cos_wrapper_type_rich_text{
    max-width: 800px;
    margin: auto;
    width: 100%;
}


/* =============== Allies Website Page =============== */

.allies .custom-breadcrumb-menu {
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
}
.team-member-group {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
}
.team-member-mod {
    background-size: cover;
    position: relative;
    min-height: 345px;
    background-repeat: no-repeat;
}
.team-member-mod .inner-group {
    visibility: hidden;
}
.team-member-mod:hover .inner-group {
    visibility: visible;
}
.team-member-mod.blue:hover .content-group {
    background-color: rgba(8,32,67,.8);
}
.team-member-mod .content-group {
    padding: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 999;
}
.team-member-mod.white .content-group h2 {
    color: #0a2854;
    margin-bottom: 10px;
}
.team-member-mod.white .content-group p {
    font-size: .875rem;
    line-height: 20px;
    color: #000;
}
.team-member-mod .content-group h2 {
    font-size: 22px;
    line-height: 1;
    color: #FFF;
}
.team-member-mod .content-group p {
    color: #FFF;
}
.team-member-mod.red:hover .content-group  {
    background-color: rgba(166,7,38,.8);
}
.team-member-mod.white:hover .content-group {
    background-color: rgba(233,233,233,.8);
}
.allies .custom-one-col-video-content-md{
    height: 350px;
}
.allies .custom-one-col-with-btn a.hs-btn{
    display: inline-block;
    font-size: 1rem;
    padding: 1rem 2rem 1.0625rem;
    font-family: Proxima-nova,sans-serif;
    margin-top: 0;
}
.allies .custom-one-col-with-btn{
    text-align: center;
}
.allies .custom-one-col-with-btn h2{
    text-align: center;
}


.custom-accordion .accordion-title {
   font-weight: 700;
   margin-bottom: .3rem;
   cursor: pointer;
   font-size: .875rem;
   line-height: 20px;
}
.custom-accordion .accordion-title:before {
   font-family: foundation-icons;
   font-style: normal;
   font-weight: 400;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   text-decoration: inherit;
   content: "\f199";
   color: #cf092f;
   margin-right: 8.5px;
   width: 15px;
}
.custom-accordion .accordion-content {
   display: none;
}
.hs-section-1 .main-content h4 {
   margin-top: 0.95rem;
}
.custom-accordion {
   position: relative;
}
.custom-accordion .accordion-title.active:before {
   content: "\f176";
}
.custom-accordion {
    position: relative;
}

.cm-corporate-sec2 ul li {
    font-family: Proxima-nova,sans-serif;
    margin-top: 0;
    font-weight: 400;
    padding-bottom: 33px;
}

.cm-corporate-sec3 .hs_cos_wrapper_type_custom_widget {
    width: 50%;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top;
}

.cm-two-col-with-img-left-content {
    border-left: 1px solid #E9E9E9;
    float:  left;
    width:  50%;
    background-color: #FFF;
    -webkit-box-shadow: inset -1px -1px 0 0 #E9E9E9;
    box-shadow: inset -1px -1px 0 0 #E9E9E9;
    padding: 50px;
    position: relative;
}
.cm-two-col-with-img-left-content h2{
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1;
}
.cm-two-col-with-img-left-content a.column-link {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}
.cm-two-col-with-img-col {
    background-size: cover;
    background-repeat:  no-repeat;
    background-position:  center;
    position: relative;
    float: left;
    width: 50%;
}
.cm-two-col-with-img-md-wrapper.red .cm-two-col-with-img-left-content {
    background-color: #cf092f;
    color: #fff;
    box-shadow: none;
    border-left: 0 none;
}
.cm-two-col-with-img-md-wrapper.red .cm-two-col-with-img-left-content h2{
    color: #fff;
}
.cm-two-col-with-img-md-wrapper.red:hover .cm-two-col-with-img-left-content.has-link {
    background-color: #a60726;
    cursor: pointer;
}
.cm-two-col-with-img-md-wrapper.white:hover .cm-two-col-with-img-left-content.has-link{
    background-color: #E9E9E9;
    cursor: pointer;
}



.hs-our-location-row-1-col-1, .hs-our-location-row-1-col-2 {
    padding: 50px;
    width: 50% !important;
    margin-left: 0 !important;
}
.hs-our-location-row-1-col-2 {
    background-color: #0a2854;
}
.hs-our-location-row-1-col-2 h2 {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}
.hs-our-location-search label {
    display: none;
}
.hs-our-location-search .hs-input {
    width: 75%;
    float: left;
    max-width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: transparent;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #FFF;
    box-shadow: none;
    color: #FFF;
    display: block;
    font-size: .875rem;
    margin: 0 0 1rem;
    padding: .5rem;
    height: 2.3125rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow .45s,border-color .45s ease-in-out;
}
.hs-our-location-search .hs-button.primary {
    width: 25%;
    float: left;
    font-size: .875rem;
    font-weight: 400;
    color: #FFF;
    transition: background-color .3s ease-out;
    margin: 0 0 1.25rem;
    font-family: Proxima-nova,sans-serif;
    line-height: 2.34rem;
    text-align: center;
    background-color: #cf092f;
    padding:0;
}
.hs-our-location-search .hs-button.primary:hover {
    background-color: #a60726;
}
.hs-our-location-search form {
    padding: 0 7px;
}
.hs-our-location-search .hs-input:focus {
    box-shadow: 0 0 5px #FFF;
    background: 0 0;
    border-color: #FFF;
    outline: 0;
}
.hs-our-location-row-1-col-1 {
    border-left: 1px solid #E9E9E9;
}
.hs-our-location-row-2-col-1 {
    width: 25% !important;
}
.hs-our-location-row-2-col-2 {
    width: 25% !important;
    margin-left: 0 !important;
}
.hs-our-location-row-2-col-3 {
    width: 50% !important;
    margin-left: 0 !important;
    position: relative;
}
.hs-our-location-row-2-col-3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.content-with-bg-image {
    background-size: cover;
    position: relative;
    padding: 50px;
}
.content-with-bg-image:before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.content-with-bg-image .inner-group {
    position: relative;
    z-index: 2;
}
.content-with-bg-image .content-group * {
    color: #fff;
}
.content-with-bg-image .content-group {
    width: 50%;
    float: left;
}
.content-with-bg-image .content-group p strong {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    border-bottom: 3px solid #cf092f;
    padding-bottom: 5px;
}
.hs-our-location-row-2-col-2 {
    padding: 50px;
    background-color: #cf092f;
}
.hs-our-location-row-2-col-2 * {
    color: #fff;
}
.hs-our-location-row-2-col-2 h4 {
    font-size: .875rem;
    color: #FFF;
    line-height: 20px;
    margin: 0 0 1.25rem;
    font-family: proxima-nova, sans-serif;
    text-transform: none;
}
.hs-our-location-row-2-col-2 h4 span {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    border-bottom: 3px solid #FFF;
    padding-bottom: 5px;
}
.custom-bmf-slider .hs_cos_gallery_main {
    margin: 0 !important;
    padding: 0;
}
.custom-bmf-slider .hs_cos_gallery_main .slick-slide-inner-wrapper > img {
    display: none;
}
.custom-bmf-slider .hs_cos_gallery_main .slick-slide-inner-wrapper {
    display: block !important;
    margin: 0 !important;
}
.custom-bmf-slider .hs_cos_gallery_main .slick-slide {
    margin: 0 !important;
}
.custom-bmf-slider .hs_cos_gallery_main .slick-arrow {
    display: none !important;
}
.custom-bmf-slider h2 {
    font-size: 36px;
    line-height: 36px;
}
.custom-bmf-slider .hs_cos_gallery_main .slick-dots {
	margin: 0;
	text-align: left;
    top: -5px;
}
.custom-bmf-slider .hs_cos_gallery_main .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
}
.custom-bmf-slider .hs_cos_gallery_main .slick-dots li button:before {
	content:none;
}
.custom-bmf-slider .hs_cos_gallery_main .slick-dots li button {
    cursor: pointer;
    display: inline-block;
    width: .5625rem;
    height: .5625rem;
    background: #0a2854;
    float: none;
    margin-right: 6px;
    padding: 0;
}
.custom-bmf-slider .hs_cos_gallery_main .slick-dots li.slick-active button {
    background: #fff;
}
.hs-our-location-row-2-col-1 .cell-wrapper, .hs-our-location-row-2-col-1 .cell-wrapper .hs_cos_wrapper_widget, .hs-our-location-row-2-col-1 .content-with-bg-image {
    height: 100%;
}
.hs-our-location-row-3-col-1 {
    -webkit-box-shadow: inset -1px -1px 0 0 #E9E9E9;
    box-shadow: inset -1px -1px 0 0 #E9E9E9;
    text-align: center;
    width: 25% !important;
    margin-left: 0 !IMPORTANT;
    padding:50px;  
}
.hs-our-location-row-3-col-1 .cell-wrapper {
     
}
.hs-our-location-row-3-col-1:first-child {
    border-left: 1px solid #E9E9E9;
}
.hs-our-location-row-3-col-1 ul {
    list-style: none;
    padding: 0;
}

.hs-our-location-search .hs-input::-webkit-input-placeholder{color:#FFF}
.hs-our-location-search .hs-input:-moz-placeholder{color:#FFF}
.hs-our-location-search .hs-input::-moz-placeholder{color:#FFF}
.hs-our-location-search .hs-input:-ms-input-placeholder{color:#FFF}




/* =============== Homepage =============== */


.homepage .custom-logo-group{
    border-bottom: 0 none;
}
.custom-home-row2-group .hs_cos_wrapper_type_widget_container,
.custom-home-row3-group .hs_cos_wrapper_type_widget_container,
.custom-home-row4-group .hs_cos_wrapper_type_widget_container{
    margin: 0 -20px;
    display: block;
}
.custom-home-row-group{
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 600px;
    text-align: center;
    overflow:hidden;
    position: relative !important;
}
.custom-home-row-group > div:after{
    background: rgba(0,0,0,.25);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.videoWrapper:before {
    content: "";
    background: rgba(0,0,0,.25);
    height: 100%;
    left: 0;
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    z-index: 2;
}
.custom-home-row-group iframe {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.custom-home-bottom-group{
    width: 100%;
    padding: 30px 50px;
    background: rgba(10,40,84,.85);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.custom-home-bottom-group p{
    color: #fff;
    font-size: 19px;
    margin: 0;
}
.custom-home-bottom-group .custom-btn{
    color: #fff;
    background-color: #cf092f;
    font-size: 24px;
}

span#hs_cos_wrapper_module_151722587572554 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


@media screen and (max-width:980px) {
.custom-home-bottom-group p{
    width:100%;
    padding: 20px 0 0 0;
}

span#hs_cos_wrapper_module_151722587572554 {
    flex-direction:column;
}
}


.custom-home-bottom-group .custom-btn:hover{
    background-color: #cf092f;
}
.hs-text-container p:last-of-type {
    margin-bottom: 0;
}
.custom-home-banner-content {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 99;
    right: 0;
    width: 100%;
    padding: 110px 0 25px;
    position: relative;
    z-index: 5;
}
.custom-home-row5-group,
.custom-home-row4-group,
.custom-home-row3-group,
.custom-home-row2-group{
    text-align: center;
    padding: 90px 50px 0;
}
.custom-home-row5-group{
    padding-bottom:70px;
}
.custom-home-row6-group{
    text-align: center;
    border-top: 5px solid #F5F5F5;
    padding: 30px 50px 15px;
}
.custom-home-row6-group h4{
    font-size: 20px;
    margin-top: 0;
}
.custom-home-row5-group p,
.custom-home-row4-group p,
.custom-home-row3-group p,
.custom-home-row2-group p{
    font-size: 18px;
}
.custom-home-row4-group p{
    margin:20px;
}
.custom-home-row5-group h2,
.custom-home-row4-group h2,
.custom-home-row3-group h2{
    margin: 0 0 10px;
    color: #cf092f!important;
    font-size: 34px;
}
.custom-home-row5-group .custom-btn{
    display: block;
    margin: 0 auto 20px;
    float: none;
    width: 100%;
    padding: 10px 0;
    line-height: 25px;
    font-size: 24px;
    max-width: 650px;
}
.custom-home-row3-group .widget-type-rich_text p{
    font-size: 18px;
    margin: 20px;
}
.hs-one-col-image-with-hover-content{
    position:relative;
}
.hs-one-col-image-with-hover-content .content-box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.hs-one-col-image-with-hover-content .supporting-box {
    border: none;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.25);
    transition: background .3s linear;
}
.hs-one-col-image-with-hover-content .supporting-box h2 {
    padding: 180px 20px 70px;
    margin: 0;
    font-size: 32px;
    color: #fff!important;
    transition: padding .3s linear;
}
.hs-one-col-image-with-hover-content:hover .supporting-box h2 {
    padding: 70px 20px 45px;
}
.hs-one-col-image-with-hover-content:hover .supporting-box a{
    color:#fff;
}
.hs-one-col-image-with-hover-content:hover .supporting-box p{
    opacity: 1;
}
.hs-one-col-image-with-hover-content:hover .supporting-box {
    background: rgba(10,40,84,.85);
}
.hs-one-col-image-with-hover-content .supporting-box p {
    margin: 0 20px!important;
    opacity: 0;
    color: #fff;
    width: auto;
    font-size: 19px;
    transition: opacity .3s linear;
}
.hs-one-col-image-with-hover-content {
    width: 33.333%;
    float: left;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 21px 1.5% 0;
    height: 400px;
    width: 30.33%;
    padding-left: 0;
    padding-right: 0;
    background-color: rgba(8,32,67,.8);
}
.hs-one-column-content-with-toggle .button.tiny {
    margin-bottom: 0;
    font-size: 12px;
    padding: 15px 10px;
    color: #cf092f!important;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: Proxima-nova, sans-serif;
    line-height: normal;
    margin: 0;
    position: relative;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background: 0 0!important;
    display: inline-block;
}
.hs-one-column-content-with-toggle .less-text,
.hs-hidden-inner-content {
    max-width: 1000px;
    margin: 0 auto;
}
.hs-one-column-content-with-toggle .less-text {
    margin-bottom: 20px;
}
a#home-readless{
    top: -10px;
}
a#home-readless{
    display:none;
    top: 10px;
}
.hs-one-col-image-with-hover-content .supporting-box p a{
    color:#fff;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.reveal-modal .close-reveal-modal{
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: .5rem;
    right: .6875rem;
    color: #FFF;
    font-weight: 700;
    cursor: pointer;
}
.popup-open .close-reveal-modal{
    display:block;
}
.close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: fixed;
    top: 0;
    right: .6875rem;
    color: #FFF !important;
    font-weight: 700;
    cursor: pointer;
    z-index: 9999;
    display:none;
}


.custom-hydre-park-right {
    margin-left:  0 !important;
    width: 51.2% !important;
}
.custom-hydre-park-left input.hs-button.primary.large {
    margin-bottom: 20px;
    font-family: Proxima-nova;
    padding: 30px;
    line-height: 0;
    cursor: pointer;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    background-color: #d71a28;
}
.custom-hydre-park-left-r1c1 ul li {
    background-image: url(//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/bmf-bullet-1.jpg);
    background-position: left 0 top 7px;
    padding-left: 20px;
    background-repeat: no-repeat;
    list-style:  none;
}
.custom-hydre-park-left-r2c1 a.custom-btn {
    font-size: .8125rem;
    padding: .875rem 1.75rem .9375rem;
}

.custom-hydre-park-left-r1c1 ul {
    padding-left: 0;
}
.custom-hydre-park-left .actions {
    text-align: center;
    margin-top: 4px;
    padding: 10px 0 20px;
}
.custom-hydre-park-left ul.inputs-list {
    margin: 0;
}
.custom-hydre-park-left ul.inputs-list .hs-input {
    margin: 0 5px 0 0px;
    min-height:0;
}
.custom-hydre-park-left .hs-form-field {
    margin-bottom: 10px;
}
.custom-hydre-park-right {
    background-size: cover;
}    
.custom-hydre-park-right .custom-hydre-park-right-inner{
    background-color: rgba(0, 0, 0, 0.6);
    padding: 50px;
}
.custom-hydre-park-right h2 {
    font-size: 36px;
    color: #FFF;
    line-height: 36px;
}
.custom-hydre-park-right p{
    font-size: .875rem;
    color: #FFF;
    line-height: 20px;
}
.custom-hydre-park-right h6{
    font-family: proxima-nova, sans-serif;
    line-height: 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    text-transform: none;
    margin-bottom: 10px;
    border-bottom: 3px solid #cf092f;
    padding-bottom: 5px;
    margin-top:0;
}
.hs-hydre-park-group2{
    background-color: #0a2854;
    padding: 50px;
}
.hs-hydre-park-group2 h2{
    color: #FFF;
}
.hyde-park-layout table.custom-table thead tr th {
    color: #cf092f;
}
.custom-hydre-park-left{
    background-color: #FFF;
    -webkit-box-shadow: inset -1px -1px 0 0 #E9E9E9;
    box-shadow: inset -1px -1px 0 0 #E9E9E9;
    padding: 50px;
}
.custom-hydre-park-left h1 {
    color: #cf092f;
}
.hyde-park-layout .body-container .page-center{
    padding:0;
    border-left: 0 none;
}
.hyde-park-layout .custom-breadcrumb-menu{
    border-left: 1px solid rgb(233, 233, 233);
    box-shadow: rgb(233, 233, 233) -1px -1px 0px 0px inset;
}
.hyde-park-layout .custom-hydre-park-left{
    border-left: 1px solid rgb(233, 233, 233);
}
.hyde-park-layout .body-container .hs-form-field > label{
    font-family: 'Arial', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #d71a28;
    font-weight: 400;
    margin-bottom: 5px;
}
.custom-hydre-park-left .widget-type-form {
    padding: 20px;
}
.hyde-park-layout .body-container .hs-input{ 
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    max-width:100%;
    border-radius: 3px;
    padding: 10px 7px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 14px;
    margin: 0 0 1rem;
    color: #0a2854;
    border-color: #0a2854;
    min-height: 42px;
}
.hyde-park-layout .body-container ul.inputs-list label{
    font-size: 14px;
    line-height: 28px;
    color: #d71a28;
}
.custom-hydre-fb-group{
    padding:50px;
}
.custom-hydre-social-share-group{
    background-color: #cf092f;
    padding:50px;
}
.custom-hydre-map-right-group1{
    background-color: #FFF;
    -webkit-box-shadow: inset -1px -1px 0 0 #E9E9E9;
    box-shadow: inset -1px -1px 0 0 #E9E9E9;
    padding:50px;
}
.custom-hydre-map-right-group1 h2 {
    font-size: 18px;
    color: #0a2854;
    line-height: 1;
    margin-bottom: 10px;
}
.custom-hydre-map-right-group1 p{
    border: none!important;
    font-size: .875rem;
    color: #000;
    font-weight: 400;
    line-height: 20px;
}

.hyde-park-layout .body-container table tr {
    background-color: #FFF!important;
}
.hyde-park-layout .body-container table, table tbody tr td,
.hyde-park-layout .body-container table thead tr th {
    text-align: center;
}
.hyde-park-layout .body-container table tbody tr td,
.hyde-park-layout .body-container table tbody tr th, 
.hyde-park-layout .body-container table tfoot tr td,
.hyde-park-layout .body-container table tfoot tr th,
.hyde-park-layout .body-container table thead tr th,
.hyde-park-layout .body-container table tr td {
    display: table-cell;
    line-height: 1.125rem;
}
.hyde-park-layout .body-container table thead tr th{
    font-family: Proxima-nova,sans-serif;
}
.hyde-park-layout .body-container table tfoot tr td, table tfoot tr th, 
.hyde-park-layout .body-container table thead tr td, table thead tr th {
    padding: .5rem .625rem .625rem;
    font-size: .875rem;
    font-weight: 700;
    color: #222;
}
.hyde-park-layout .body-container table thead tr th {
    color: #0a2854;
    font-size: 20px;
}
.hyde-park-layout .body-container table tbody tr td,
.hyde-park-layout .body-container table thead tr th {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 1px solid #e9e9e9;
}
.hyde-park-layout .body-container table thead tr th {
    color: #cf092f;
}
.custom-hyde-park-row4-column {
    -webkit-box-shadow: inset -1px -1px 0 0 #E9E9E9;
    box-shadow: inset -1px -1px 0 0 #E9E9E9;
    padding: 50px;
    margin-left: 0 !important;
}
.custom-hyde-park-row4-column.col-1 {
    border-left: 1px solid #E9E9E9;
    width: 25% !important;
}
.custom-hyde-park-row4-column.col-2 {
    width: 25% !important;
}
.custom-hyde-park-row4-column.col-3 {
    width: 50% !important;
    text-align: center;
}
.custom-hyde-park-row4-column h6 {
    text-rendering: optimizeLegibility;
    margin: 0 0 1.25rem;
    font-family: inherit;
    font-size: .875rem;
    line-height: 20px;
    color: #000;
    text-transform: none;
}
.custom-hyde-park-row4-column h6 span {
    font-size: 16px;
    font-weight: 600;
    color: #0a2854;
    border-bottom: 3px solid #cf092f;
    padding-bottom: 5px;
    display: inline-block;
}
.custom-hyde-park-row4-column h2 {
    font-size: 18px;
    color: #0a2854;
    line-height: 1;
    margin-bottom: 10px;
}
.custom-map {
    position: relative;
    overflow: hidden;
}
.custom-map iframe {
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
}
.custom-hyde-park-row5-column {
    margin-left: 0 !important;
}
.custom-hyde-park-row5-column.col-1 {
    width: 25% !important;
}
.custom-hyde-park-row5-column.col-2 {
    width: 25% !important;
}
.custom-hyde-park-row5-column.col-3 {
    width: 50% !important;
    min-height: 350px;
    background-color: #000;
    position: relative;
}
.custom-hyde-park-row5-column.col-3 iframe {
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
}
.custom-hyde-park-row5-column.col-2 {
    padding: 50px;
}
.custom-hydre-social-share-group {
    color:#fff;
}
.custom-hydre-social-share-group p span {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    border-bottom: 3px solid #FFF;
    padding-bottom: 5px;
}
.custom-hydre-social-share-group h2 {
    font-size: 36px;
    line-height: 36px;
    color: #FFF;
}
ul.social {
    margin-left: 0;
    margin-bottom: 5px;
    padding: 0;
    list-style: none;
}
ul.social li {
    display: inline-block;
    color: #FFF;
}
ul.social li a {
    overflow: hidden;
    color: #FFF;
    float: left;
    text-indent: -999px;
    height: 38px;
    width: 38px;
    margin-right: 30px;
}
ul.social li a.facebook {
    background-image: url(//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/bmf-facebook.png);
    width: 13px;
}
.custom-map,
.custom-hydre-park-map-right{
    margin-left:0 !important;
    width:50% !important;
}
.custom-hydre-park-left, .custom-hydre-park-right {
   width: 50% !IMPORTANT;
   margin-left: 0 !important;
}
.custom-popup-group {
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: all 0.3s ease;
}
.show-popup {
    overflow: hidden;
}
.show-popup .custom-popup-group {
    opacity: 1;
    visibility: visible;
}
.custom-popup-group .inner-group{
    background-color: #cf092f;
    width: 80% !important;
    max-width: 87.5rem;
    left: 0;
    right: 0;
    margin: 0 auto 100px !important;
    position: absolute;
    z-index: 1005;
    border: 1px solid #cf092f;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    padding: 1.875rem;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    top: -100px;
    transition: all 0.3s ease;
}
.show-popup .custom-popup-group .inner-group{
    opacity: 1;
    visibility: visible;
    top: 100px;
}
.custom-popup-group h2{
    color: #fff;
}
.custom-table .title {
    font-weight: 700;
    color: #0a2854 !important;
    font-size: 18px !important;
    font-family: proxima-nova,sans-serif !important;
}
.custom-popup-group p a,
.custom-popup-group h3{
    color: #fff;
}
.custom-popup-group h3 {
    margin-top: 15px;
}
.custom-popup-group .custom-popup-top-content{
    position: relative;
}
.popup-close-icon{
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: -22px;
    color: #FFF;
    font-weight: 700;
    cursor: pointer;
    right: -19px;
}


.hs-transform-row-1 {
    padding: 20px;
    text-align: center;
}
.transform .custom-two-col-with-right-img-md-wrapper .custom-two-col-with-img-left-content{
    border-left: 0 none;
    box-shadow: none;
    padding: 20px;
    text-align: center;
}
.transform .custom-two-col-with-right-img-md-wrapper .custom-two-col-with-img-col {
    background-size: 100%;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.transform .hs-row-1-col-1{
    text-align: center;
    padding: 20px;
}
.transform .hs-row-1-col-1 h4 {
    color: #002a55;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
}
.transform .hs-row-1-col-1 p span{
    color: #d71a28;
}



/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-our-partners{
    padding: 50px 0 35px;
    text-align: center;
}

.custom-partners-title h4{
    font-size: 30px;
    color: #ccc8c8;
    margin: 0 0 30px;
}

.footer-container .custom-our-partner-content{
    min-height: 120px;
}
.custom-our-partner-content{
    position: relative;
    overflow: hidden;
    transform: translate3d(0,0,0);
}
.custom-footer-slider .slick-arrow {
    display: none !important;
}
.custom-footer-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    margin: 0 20px;
    display: block;
}

@keyframes moveSlideshow {
    100% {
        transform:translateX(-50%)
    }
}
.custom-our-partner-content .partner-scroll {
    display: block;
    height: 120px;
    width: 5268px;
    background: url(//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/spriteV3.png);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0,0,0);
    animation: moveSlideshow 40s linear infinite;
}

.custom-footer-group{
    padding: 30px 50px;
    background-color: #0a2854;
    color: #fff;
}

.custom-footer-group .page-center{}
.footer-container-wrapper .widget-type-raw_html {
    min-height: 0;
}

.footer-title h3{
    color: #FFF;
}


.custom-footer-menu{}
.custom-footer-menu .hs-menu-wrapper > ul{
    display: block;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a{
    color: #FFF;
    font-size: 1.6875rem;
    line-height: 1;
    margin-bottom: 1.25rem;
    margin-top: .2rem;
    font-weight: 400;
    font-family: Proxima-nova,sans-serif;
    cursor: default;
    font-weight:bold;
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
    width: 50%;
}
.custom-footer-menu .hs-menu-wrapper > ul ul{
    display: block !important;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li{
    width: 100%;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li > a{
    color: #FFF;
    line-height: 20px;
    font-size: 14px;
    font-family: inherit;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a:hover{
    color: #FFF;
}

.footer-logo-link {
    margin: 5px 30px 0 0;
    color: #FFF;
    float: left;
}
.footer-content a{
    color: #fff;
}
.footer-content p {
    line-height: 18px;
    color: #FFF;
  text-align:left;
}

.footer-content ul.social-cons {
    padding: 10px 0 0 0;
    margin: 0;
    display: inline-block;
    list-style: none;
}
.footer-content ul.social-cons li{
    width: auto;
    float: left;
    margin: 0 10px 0 0;
}
.footer-content ul.social-cons li a {
    display: block;
    height: 40px;
    width: 41px;
    background-repeat: no-repeat;
    background-position: bottom center;
    transition: background .3s linear;
}
.footer-content ul.social-cons li a.facebook.bmf-alt {
    background-image: url('//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/facebook-bmf.png');
}
.footer-content ul.social-cons li a.twitter.bmf-alt {
    background-image: url('//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/twitter-bmf.png');
}
.footer-content ul.social-cons li a.instagram.bmf-alt {
    background-image: url('//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/instagram-bmf.png');
}
.footer-content ul.social-cons li a.youtube {
    background-image: url('//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/youtube.png');
}
.footer-content ul.social-cons li a:hover {
    background-position: top center;
}

.custom-copyright-wrapper{
    border-bottom: 5px solid #cf092f;
    background: #081f42;
    padding: 5px 50px;
    color: #fff;
}
.custom-copyright p{
    margin: 0;
    line-height: 26px;
}
.custom-copyright {
    text-align: center;
}

.custom-footer-logo ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-footer-logo ul li{
    margin-left: 8px;
    float: left;
}
.custom-footer-logo ul li img{
    display: block;
}
.custom-footer-logo ul li a{
    margin-top: 5px;
    display: block;
    color: #fff;
}

/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */


/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-weight: 500;
    line-height: 60px;
    color: #fff;
    padding: 0 16px;
    font-family: proxima-nova,sans-serif;
    font-size: 13px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="/membership-terms/3"],
.custom-menu-primary .hs-menu-wrapper > ul ul li a[href*="/what-we-do/outdoor-fitness-training"],
.custom-sidebar-menu-group ul li a[href*="/what-we-do/outdoor-fitness-training"],
.custom-sidebar-menu-group ul li a[href*="/what-we-do/corporate/contact-corporate"],
.custom-menu-primary ul ul ul li a[href*="/what-we-do/corporate/contact-corporate"],
.custom-mobile-menu ul ul ul li a[href*="/what-we-do/corporate/contact-corporate"]{
    display: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a{
    padding-right: 36px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: rgba(0,0,0,.4) transparent transparent;
    border-top-style: solid;
    top: 28px;
    margin-top: 0;
    border-color: rgba(255,255,255,.4) transparent transparent;
    position: absolute;
    right: 16px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #FFF;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.join-now > a {
    font-weight: 700;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    min-width: 162px;
    right: 0;
    left: auto !important;
    border-bottom: 1px solid #E9E9E9;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul{
    min-width: auto;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    border: 1px solid #E9E9E9;
    background: #E9E9E9;
    border-bottom: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.case-studies {
    display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #0a2854;
    background: #FFF;
    line-height: 60px;
    padding: 0 16px;
    font-weight: 400;
    font-family: proxima-nova,sans-serif;
    font-size: 13px;
    
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a{
    color: #FFF;
    background: #cf092f;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a{
    color: #FFF;
    background: #0a2854;
}

/* 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;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 767px){

  .custom-mobile-menu{}
  
  .custom-mobile-menu .hs-menu-wrapper{
      display: none;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul{
      display: block;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li{
    background: #FFF;
    border-top: 1px solid #E9E9E9;
    text-align: center;
    float: none !important;
    width: 100%;
    position: relative;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li > a{
      display: block;
        width: 100%;
        color: #0a2854;
        padding: 12px 0 12px 0;
        font-family: proxima-nova,sans-serif;
        font-size: 13px;
        font-weight: 400;
        
        line-height: 20px;
        position: relative;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li:hover > a {
        background: #cf092f;
        color: #FFF;
    }
    .custom-mobile-menu .hs-menu-wrapper > ul li.hs-item-has-children > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent transparent transparent rgba(0,0,0,.4);
        border-left-style: solid;
        margin-right: 16px;
        margin-top: -4.5px;
        position: absolute;
        top: 50%;
        right: 0;
    }
    .custom-mobile-menu .hs-menu-wrapper > ul ul li{
        border: 1px solid #E9E9E9;
    }
    .custom-mobile-menu .hs-menu-wrapper > ul ul li:last-child {
        border-bottom: 1px solid #E9E9E9;
    }
    .custom-mobile-menu .hs-menu-wrapper > ul ul li a {
        font-weight: 400;
        padding: 8px 16px;
        line-height: 28px;
        font-family: proxima-nova,sans-serif;
        font-size: 13px;
        display: block;
        width: 100%;
        color: #0a2854;
        
    }
    
}


.fb-page {
    box-sizing: border-box;
    background-color: #FFF;
    width:100%;
    margin-bottom: 20px;
    border-radius: 5px;
    padding:8px;
    overflow:scroll;
}

.bmf-blog p{
	margin:0 0 30px;
	font-size: 14pt;
	line-height: 1.8;
}

.bmf-blog em {
	font-size: 14pt;
}

.bmf-blog p span {
    font-size: 14pt!important;
}

.bmf-blog li {
    font-size: 14pt;
    line-height: 2.4;
}

.bmf-blog h3 {
font-weight:bold;}


.bmf-blog.hs-blog-post .hs-blog-header{
    display: none !important;
}
.custom-blog-sidebar-popupar ul{
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 40px;
    font-size: .875rem;
    line-height: 20px;
    list-style-position: outside;
    font-family: inherit;
    list-style: none;
}
.custom-blog-sidebar-popupar ul li{
    color: #FFF;
}
.custom-blog-sidebar-popupar ul li a{
    color: #FFF;
    font-size: 15px;
    
    list-style: none;
    margin-left: 0;
    padding-left: 20px;
    margin-bottom: 5px;
    background: url(//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/sub-nav-bullet.png) top 3px left 0 no-repeat;
    transition: background-image .5s ease-in-out;
}
.custom-blog-sidebar-popupar ul li a:hover{
    background: url(//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/sub-nav-bullet-hover.png) top 3px left 0 no-repeat;
}
.bmf-blog .custom-breadcrumb-menu li.hs-breadcrumb-menu-item:last-child{
    font-weight: 600;
}
.bmf-blog a.custom-btn{
    margin: 0 0 1.25rem;
}
.bmf-blog p.custom-date{
    font-weight: 600;
    font-size: 0.75rem;
    color: #0a2854;
    
}

span.custom-date {
    font-size: 12pt;
    font-weight: 600;
    color: #0a2854!important;
    
}

.bmf-blog .hs-blog-social-share {
    border: 0 none;
    margin: 0 0 20px;
    padding: 0;
}
.bmf-blog .custom-blog-sidebar-search label{
    color: #FFF;
    font-size: 1.6875rem;
    line-height: 1;
    margin-bottom: 1.25rem;
    font-family: Proxima-nova,sans-serif;
    margin-top: .2rem;
    font-weight: bold;
}
.bmf-blog .custom-blog-sidebar-search input[type="text"]{
width: 75% !important;
    float: left;
    background-color: transparent;
    font-family: inherit;
    box-shadow: none;
    color: #FFF;
    display: block;
    font-size: .875rem;
    margin: 0 0 1rem;
    padding: .5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow .45s,border-color .45s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.bmf-blog .custom-blog-sidebar-search .hs-button.primary{
    width: 25%;
    float: left;
    background-color: #cf092f;
    color: #fff;
    padding: 0;
    line-height: 2.34rem;
    font-family: Proxima-nova,sans-serif;
    border: 0;
    font-size: .875rem;
    height: 2.3125rem;
    margin: 0;
    font-weight:bold;
}
.bmf-blog #hubspot-author_data {
    margin-bottom: 20px;
}

/* ==========================================================================
   Case Study                                       
   ========================================================================== */

.case-study .custom-breadcrumb-menu li.hs-breadcrumb-menu-item:last-child {
    font-weight: 600;
}
.case-study.hs-blog-post .hs-blog-header{
    display: none !important;
}
.case-study a.custom-btn {
    margin: 0 0 1.25rem;
}
.case-study #comment-form,
.bmf-blog #comment-form{
    min-height: 740px;
}
.case-study #comments-listing.no-comments{
    margin: 0;
    padding: 0;
}
.case-study .custom-blog-pagination {
    margin-bottom: 1.25rem;
}
.case-study .custom-blog-pagination a {
    height: 1.5rem;
    color: #999;
    font-size: .875rem;
    margin-left: .3125rem;
    display: inline-block;
    padding: .0625rem .625rem;
    font-weight: 400;
    line-height: inherit;
    transition: background-color .3s ease-out;
}
.case-study .custom-blog-pagination a:hover{
    background: #e6e6e6;
}
.case-study .custom-blog-pagination a.active{
    background: #0a2854;
    color: #FFF;
    font-weight: 700;
    cursor: default;
}
.case-study .blog-listing-wrapper .post-listing .post-item{
    border-bottom: 1px solid #DDD;
    margin-bottom: 1.25rem;
    padding-bottom: 1.1875rem;
    
}
.hs-case-study-left-group {
    width: 25%;
    float: left;
}
.hs-case-study-left-group .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    margin: 0;
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: none;
    float: none;
    margin: 0 auto 10px;
}
.hs-case-study-right-group {
    width: 75%;
    float: right;
}
.hs-case-study-right-inner-group {
    padding: 0 0 0 1.25rem;
}
.hs-case-study-right-group p.custom-date {
    font-size: .75rem;
    font-weight: 600;
    color: #0a2854!important;
    padding-bottom: 0!important;
    margin-bottom: 5px;
    
}
.hs-case-study-right-group .post-header h2{
    color: #0a2854;
    margin-bottom: .625rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-top: 0;
}
.hs-case-study-right-group .post-header h2 a{
    color: #b2a281;
}
.hs-case-study-right-group a.more-link{
    display: inline-block;
    margin: 0;
}
.case-study .blog-listing-wrapper .post-listing .post-item .post-body h3 strong,
.case-study .blog-listing-wrapper .post-listing .post-item .post-body h4 strong{
    font-weight: normal;
}
.case-study .blog-listing-wrapper .post-listing .post-item .post-body h3,
.case-study .blog-listing-wrapper .post-listing .post-item .post-body h4{
    font-size: .875rem;
    line-height: 20px;
    margin-bottom: 1.25rem;
    margin: 0 0 1.25rem;
    padding: 0;
    text-transform: none;
    color: #000;
    font-weight: normal;
    font-family: proxima-nova,sans-serif;
}
.case-study .blog-listing-wrapper .post-listing .post-item .post-body > div span{
    color: #000;
    font-family: inherit;
    font-size: .875rem;
    line-height: 20px;
    margin-bottom: 1.25rem;
    display: block;
}
.custom-case-study-rss .hs-rss-item.hs-with-featured-image {
    display: flex;
    flex-direction: row-reverse;
}
.custom-case-study-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 0 0 15px;
}
.custom-case-study-rss span.hs-rss-date {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    
    line-height: 1;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-family: proxima-nova,sans-serif;
}
.custom-case-study-rss .hs-rss-byline {
    font-size: 100%;
    color: #fff;
    opacity: 1;
}
.custom-case-study-rss a.hs-rss-title {
    color: #FFF;
    font-size: 16px;
    
    font-family: Proxima-nova,sans-serif;
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {
max-width:85%;
margin:0 auto;
}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */


.blog-listing-wrapper .post-listing .post-item .post-body h3, 
.blog-listing-wrapper .post-listing .post-item .post-body h1 {
      font-size: .875rem !important;
    font-family: 'Proxima-nova',sans-serif;
    text-transform: none;
    margin: 0;
    color: black;
    line-height: 20px !important;
    display: inherit;
}


.post-header h2 a, h2.post-listing-simple a{
    text-decoration: none;
    color: #2f2f2f;
    font-size: 16pt;
    font-weight:bold;
}

.post-header h2 a:hover, h2.post-listing-simple a:hover{
    text-decoration: none;
}
.section.post-header h1 {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
    padding-bottom: 30px;
    display:flex;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
}
.blog-post-wrapper .post-body {}

.hs-featured-image-wrapper {
    width:30%;
    padding: 15px;
    margin-left: -15px;
}

.summary-cta-group {
    width:70%;
}

img.blog-feature-img {
    object-fit: cover;
    height: 200px;
    width: 100%;
    object-position: 0 0;
}

@media (max-width: 1150px) {
    
   .blog-listing-wrapper .post-listing .post-item {
        flex-direction:column;
}

.hs-featured-image-wrapper {
    width:100%
}

.summary-cta-group {
    width:100%;
}

a.more-link {
    font-size:14pt;
}
    
}

@media (max-width: 767px) {

a.more-link {
    display:flex !important;    
    justify-content: center;
    padding: 20px !important;
}

.hs-featured-image-wrapper {
    margin:0 auto;
}


}


/* Post Featured Image on Listings Page 
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}
*/
/* Read More Link */
a.more-link {
    display: inline-block;
    padding: 10px 25px;
    background: #cf092f;
    color: #FFF;   
    font-weight: bold;
    font-family: 'Proxima-nova' ,sans-serif;
    font-size: 14pt;
    letter-spacing: -0.2px;
    margin:0 0 20px;
}

a.more-link:hover {
    background:#a60726;
}

/* Blog Topics List */
#hubspot-topic_data {
    margin: 15px 0;
}
#hubspot-topic_data a.topic-link {}


/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.custom_listing_comments {
   border: 1px solid #e2e2e2;
   display: block;
   line-height: 165%;
   padding: 15px;
}

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    display: block;
    padding: 0;
}

.comment-reply-to{
    margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

#comments-listing.no-comments {
   border: none;
}

#comment-form {
    background: #fff;
    border: 1px solid #000;
    margin: 15px 0;
    padding: 30px;
}

.comment-date { font-size: 13px; text-align: right; display: block !important; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
    clear: both;
}

.blog-pagination a.all-posts-link {
    font-weight: normal;
    border-right: 1px solid #eee;
    color: #2f2f2f;
    float:left;
}

.blog-pagination a {
    display: inline-flex;
    margin: 10px 0;
    padding: 10px;
    font-weight: bold;
    
    letter-spacing: 1.2px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}


/* =============== Blog Author Page and Author Bio =============== */


.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

.hs-blog-social-share {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    height: auto;
    margin-top: 10px;
    padding: 15px 0 9px;
    margin-bottom: 20px;
}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
    margin: 0 0 16px;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label ,
.widget-type-google_search label ,
#comment-form .hs-form-field > label {
    font-size: 14px;
    color: #333;
    font-family: proxima-nova;
    margin-bottom: 10px;
    display: block;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
    width: 100%;
    max-width: 400px; 	
    vertical-align: middle;
    display: block;
    border: 1px solid #969696;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,0)),to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));
    -moz-transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    -webkit-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    -moz-transition-property: color, background-color, border, border-color, box-shadow;
    -o-transition-property: color, background-color, border, border-color, box-shadow;
    -webkit-transition-property: color, background-color, border, border-color, box-shadow;
    transition-property: color, background-color, border, border-color, box-shadow;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    padding: 7px 8px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 14px;
    color: #0a2854;
    border-color: #0a2854;
    font-family: 'Arial', Arial, Helvetica, sans-serif;
    margin: 0 0 16px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #cfd4d8;
    background-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
    box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
    border-color: #cfd4d8;
    -moz-box-shadow: 0 0 5px rgba(215, 26, 40, 0.75);
    -webkit-box-shadow: 0 0 5px rgba(215, 26, 40, 0.75);
    box-shadow: 0 0 5px rgba(215, 26, 40, 0.75);
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
    font-family: proxima-nova,sans-serif;
    font-weight: 400;
}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    display:inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
    padding: 20px 20px;
    border: 0 solid transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 15px;
    color: #ffffff;
    background-color: #d71a28;    
    -moz-transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    -webkit-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    font-family: 'Arial', Arial, Helvetica, sans-serif;
    -webkit-appearance: none;
}

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

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    border-color: #969696;
    -moz-box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
    -webkit-box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
    box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
    outline: 0;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */

.hs-blog-social-share ul li {
    background: none;
    padding-left: 0;
}
form ul li{
    background: none !important;
    padding-left: 0 !important;
}

.hs-form-required {
    margin-left: 2.5px;
    font-size: 16px;
    color: #595d64;
}

.hs-error-msgs.inputs-list{
    margin: 5px 0 0;
    border: 1px solid #ce5f6d !important;
    color: #ce5f6d !important;
    background-color: #fae9e9 !important;
    padding: 5px !important;
    list-style: none !important;
    font-family: 'Arial', Arial, Helvetica, sans-serif;
}

.hs-error-msgs.inputs-list label{
    font-size: 14px;
    margin: 0;
    color: #ce5f6d !important;
}

.hs-input.invalid.error{
    padding: 10px;
    border: 1px solid #ce5f6d;
    text-align: center;
}
.hs-two-col-form-sect1-r1c1 select {
    padding: 7px 3px !important;
}
.hs-our-location-search.widget-type-google_search label {
    display: none;
}
.hs-our-location-row-3-col-1.no-content {
    display: none;
}
.pricing-group {
    width: 50%;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top;
    text-align: center;
    border: solid 1px;
    padding: 20px;
    border-color: #b0b0b0;
}
.pricing-and-booking-mod p.title {
    text-align: center;
    color: #002a55;
}
.pricing-and-booking-mod p.price {
    text-align: center;
    color: #d71a28;
}
.pricing-and-booking-mod a.custom-btn.large.green {
    margin: 0 0 1.25rem;
    background: #13b131;
}
.cm-corporate-sec3 {
    overflow: hidden;
}
.four-col-image-group {
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.four-col-image-group .col {
    padding: .5625rem .625rem;
    width: 25%;
    float: left;
    border: 1px solid #e9e9e9;
    margin-bottom: 35px;
    border-right: 0 none;
}
.four-col-image-group .column-4.col{
    border-right: 1px solid #e9e9e9;
} 

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style-type: circle;
    font-size: .875rem;
    line-height: 20px;
    margin-bottom: 0;
    list-style-position: outside;
    font-family: inherit;
    padding-left: 35px;
}
.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical ul ul {
    padding-left: 20px;
}
.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li {
    margin-bottom: 1.25rem;
}
.custom-table-wrapper {
    overflow-x: auto;
}
.hs-two-col-form-sect1-r1c1 .submitted-message {
    color: #fff;
}




/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */



@media screen and (max-width: 1399px) {
    .hs-our-location-row-1-col-1,
    .hs-our-location-row-1-col-2,
    .content-with-bg-image, 
    .hs-our-location-row-2-col-2, 
    .hs-our-location-row-3-col-1 {
        padding: 30px;
    }
    .team-member-mod{
        min-height: 305px;
    }
    .team-member-mod .content-group{
        padding: 30px;
    }
}

@media (min-width: 1151px) {
    .custom-menu-primary.js-enabled {
        width: auto !important;
        float: right !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul{
        margin-right: 16px;
    }
    .custom-try-for-free.mobile {
        display: none !important;
    }
    .custom-google-search {
        float: right !important;
    }
}

@media only screen and (max-width: 1125px){
    .custom-hydre-social-share-group h2 {
        font-size: 20px;
        line-height: normal;
    }
}



@media only screen and (min-width: 90.063em){
    .table.show-for-large-up{
        display: table!important;
    }
    .hide-for-large-up{
        display: none!important;
    }
}


@media only screen and (max-width: 1100px){
    .hs-one-col-image-with-hover-content .supporting-box h2{
        font-size: 26px;
    }
    .videoWrapper{
        padding-bottom: 100vw;
        margin-top:-250px;
    }
    
}


@media (max-width: 1150px)  and (min-width: 768px) {
    .custom-try-for-free.desktop {
        display: none !important;
    }
    .custom-menu-primary.js-enabled {
        float: right !important;
        width: auto !important;
    }
    .custom-try-for-free {
        padding-right: 0;
        float:left !important;
    }
    .custom-try-for-free a {
        
        display: inline-block;
        font-weight: 700;
        font-family: Proxima-nova,sans-serif;
        line-height: 14px;
        font-size: 14px;
        margin: 0;
        background: url(//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/CTA_Arrow_small.png) right center no-repeat #cf092f!important;
        padding: 13px 40px 13px 15px;
    }
    .custom-try-for-free a:hover{
        background: url(//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/CTA_Arrow_small.png) right center no-repeat #cf092f!important;
    }
    .custom-google-search form {
        padding: 5px 0px 0 0;
        margin-right: 0;
    }
    .custom-google-search {
        margin-left: 0 !important;
        float: right !important;
        padding-right: 30px;
        width: auto !important;
    }
    .custom-google-search form .hs-button.primary{
        right: 0;
        background-position: 14px 9px;
        padding: 5px 0 2px 19px;
    }
    .custom-google-search form .hs-input {
        width: 385px;
    }
}

@media (max-width: 1200px) {
    iframe {
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 850px) {
    .custom-footer-logo ul li a {
        font-size: 12px;
    }
    .footer-logo-link {
        margin: 5px 0px 10px 0;
        float: none;
        display: block;
    }
}

@media (max-width: 1024px) {
    iframe {
        width: 100%;
        max-width: 100%;
    }
    .custom-two-col-with-right-img-md-wrapper .custom-two-col-with-img-left-content, .custom-two-col-with-right-img-md-wrapper .custom-two-col-with-img-col {
        padding: 30px;
    }
    .custom-corporate-row2 {
        padding: 30px;
    }
    .hs_cos_wrapper_widget.custom-one-col-with-btn-column {
        width: 33.33333%;
    }
    .hs_cos_wrapper_widget.custom-one-col-with-btn-column:first-child {
        width:100%;
    }
    .hs_cos_wrapper_widget.hs-video-module-main-wrapper {
        width: 33.33333%;
    }
    .custom-one-col-with-btn {
        padding: 30px;
    }
    .hs-bmf-nutrition-inner-layout .hs_cos_wrapper_widget.hs-video-module-main-wrapper {
        width: 50%;
    }
    .allies .hs_cos_wrapper_widget.custom-one-col-with-btn-column {
        width: 100%;
        text-align: center;
    }
    .allies .hs_cos_wrapper_widget.hs-video-module-main-wrapper {
        width: 50%;
    }
    .content-with-img-group{
        width: 49.33333%;
    }
    .one-col-with-img-group {
        width: 100%;
        display: block;
        vertical-align: top;
        margin: 0;
        text-align: center;
    }
    .one-col-with-img-group img {
        display: block;
        margin: 0 auto;
    }
    .hs-our-location-row-2-col-1, .hs-our-location-row-2-col-2 {
        width: 50% !important;
    }
    .hs-our-location-row-2-col-3 {
        width: 100% !IMPORTANT;
        min-height: 310px !important;
    }
    .custom-home-row2-group h2{
        font-size: 1.75rem;
    }
    .custom-hydre-park-right .custom-hydre-park-right-top-image, .custom-hydre-park-right .custom-hydre-park-right-content {
       width: 100% !important;
       margin-left: 0 !IMPORTANT;
    }
    .five-col-wrapper,
    .five-col-wrapper > div.row-fluid-wrapper > div.row-fluid > div.widget-span {
          margin-left: 0 !important;
         margin-right: 0 !important;
         width: 100% !important;
    }
    .cm-corporate-sec2 .widget-type-rich_text p:last-child {
        margin-bottom: 60px;
    }
    .cm-corporate-sec2 .widget-type-rich_text:last-child p:last-child {
        margin-bottom: 30px;
    }
    .custom-map, .custom-hydre-park-map-right {
       width: 100% !important;
       float: none !important;
       height: auto !important;
    }
    .custom-hydre-map-right-group1 {
       width: 100% !important;
       height: auto !important;
    }
    .custom-hydre-map-right-group2 {
        padding: 60px;
        background: #F5F5F5;
        height:auto !important;
    }
    .custom-hydre-map-right-group2 .cell-wrapper {
        position:relative;
        min-height:350px;
        overflow:hidden;
    }
    .custom-hyde-park-row4-column.col-1,
    .custom-hyde-park-row4-column.col-2,
    .custom-hyde-park-row4-column.col-3,
    .custom-hyde-park-row5-column.col-1, 
    .custom-hyde-park-row5-column.col-2, 
    .custom-hyde-park-row5-column.col-3 {
        width: 100% !important;
        float: none !important;
        text-align: center;
    }
    .allies .team-member-group{
        width: 50%;
    }
    .allies .custom-one-col-with-btn h2 {
        text-align: center;
    }
    table.custom-table tbody tr td{
        padding: 10px;
        font-size: 11px;
    }
    table.custom-table thead tr th{
        padding: 8px;
        font-size: 12px;
    }
    .hyde-park-layout .body-container table thead tr th{
        font-size: 10px;
    }
    .custom-popup-table th.table-title {
        font-size: 20px !important;
    }
    .custom-popup-table tbody tr td {
        padding: 1rem .625rem !important;
        font-size: .875rem !important;
    }
}
@media screen and (min-width: 980px) and (max-width: 1400px) { 
    .custom-two-col-with-right-img-md-wrapper .custom-two-col-with-img-left-content,
    .custom-two-col-with-right-img-md-wrapper .custom-two-col-with-img-col,
    .custom-one-col-with-btn, .custom-corporate-row2,
    .two-column-right-layout .main-content,
    .bottom-pane-form-group,
    .full-width-layout .main-content,
    .two-column-right-layout .sidebar.right,
    .hs-two-col-form-section1 .cm-inner-page-center,
    .cm-two-col-with-img-left-content,
    .custom-hydre-park-left, 
    .custom-hydre-park-right .custom-hydre-park-right-inner,
    .hs-hydre-park-group2,
    .custom-hydre-map-right-group1, 
    .custom-hyde-park-row4-column,
    .custom-hyde-park-row5-column.col-2, 
    .custom-hyde-park-row5-column.col-1,
    .bmf-nutrition .hs-row-1-col-1,
    .sidebar.right,
    .main-content,
    .sidebar.left {
        padding: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1400px) { 
    .case-study .sidebar.right,
    .case-study .main-content{
        padding: 30px;
    }
}

@media screen and (max-width: 979px) {
    .custom-two-col-with-right-img-md-wrapper .custom-two-col-with-img-left-content, 
    .custom-two-col-with-right-img-md-wrapper .custom-two-col-with-img-col, 
    .custom-one-col-with-btn, .custom-corporate-row2 {
        padding: 50px;
    }
    .custom-right-sidebar .recent-post-header{
        width: 65%;
    }
    .custom-right-sidebar .hs-recent-post-featured-image-wrapper{
        width: 35%;
    }
    .cm-corporate-sec3 .hs_cos_wrapper_type_custom_widget{
        width: 100%;
        display: block;
        margin: 0;
    }
    .bmf-nutrition .hs_cos_wrapper_widget.hs-video-module-main-wrapper{
        width: 100%;
    }
}

@media only screen and (max-width: 920px){
    .hs-one-col-image-with-hover-content .supporting-box p{
        opacity:1;
    }
    .custom-home-row4-group .widget-type-rich_text ,
    .custom-home-row2-group .widget-type-rich_text {
        padding-bottom: 20px;
    }
    .hs-one-col-image-with-hover-content .supporting-box h2{
        padding: 40px 20px 20px!important;
    }
    .hs-one-col-image-with-hover-content .supporting-box{
        height: 50%;
        top: 50%;
        background: rgba(10,40,84,.85);
    }
    
    .hs-one-col-image-with-hover-content{
        margin: 0 10% 5px;
        width: 80%;
    }
    
    .custom-home-bottom-group{
        padding:0;
    }
    .custom-home-bottom-group .custom-btn{
        width: 100%;
        position: relative;
        margin: 0;    
    }
    .custom-home-row4-group .widget-type-rich_text p{
        margin:20px;    
    }

    .hs-one-col-image-with-hover-content:before{
        width: 100%;
        position: absolute;
        top: 0;
        content: '';
        height: 100%;
        background: rgba(0,0,0,.25);
        left: 0;
    }
    .custom-home-bottom-group {
        width: 100% !important;
    }
    .custom-home-bottom-group .custom-btn:after{
        background-image: url(//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/CTA_Arrow_small-1.png);
        background-position: right 2px;
        background-repeat: no-repeat;
        width: 29px;
        height: 22px;
        content: '';
        display: inline-block;
        margin-left: 10px;
    }
    .custom-home-row2-group .hs_cos_wrapper_type_widget_container, 
    .custom-home-row3-group .hs_cos_wrapper_type_widget_container,
    .custom-home-row4-group .hs_cos_wrapper_type_widget_container {
        margin: 0;
        display: block;
    }
    a.custom-btn.book-class:after {
        background-image: url(https://cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/CTA_Arrow_small-2.png);
        background-position: right 2px;
        background-repeat: no-repeat;
        width: 29px;
        height: 22px;
        content: '';
        display: inline-block;
        margin-left: 10px;
    }
    
}

@media only screen and (max-width: 810px){
    .footer-title h3{
        font-size: 1.6875rem;
    }
}

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

@media (max-width: 767px) {
    h1 {
        font-size: 1.75rem;
    }
    h2 {
        font-size: 1.25rem;
    }
    h3 {
        font-size: 1.125rem;
    }
    h4 {
        font-size: .875rem;
    }
    .body-container-wrapper .main-content,
    .blog-content,.blog-sidebar,
    .body-container-wrapper .sidebar{
        margin-bottom:20px;
    }
    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"],
    input[type="file"],
    textarea,
    select {
    	 max-width: 100%;
    }
    
    /*
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        border-width: 0;
        max-height: 100%;
        max-width: 100%;
        height: 100%;
        width: 100%;
        float: none;
        margin: 20px 0 20px 0px;
    }*/
    
    .custom-mobile-logo{
        text-align: center;
        padding:20px;
    }
    
    .custom-mobile-toggle{
        background-color: #cf092f;
        position: relative;
        text-align: center;
    }
    .custom-mobile-toggle ul{
        position: relative;
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .custom-mobile-toggle ul li.mobile-cta-block{
        margin-left: 20px;
        font-size: 16px;
    }
    .custom-mobile-toggle ul li.mobile-cta-block a{
        font-size: 20px;
        font-family: Proxima-nova,sans-serif;
        color: #FFF;
        height: 50px;
        line-height: 50px;
        background: url(//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/CTA_Arrow_small.png) right center no-repeat!important;
        padding: 0 35px 0 15px;
    }
    .custom-mobile-toggle ul li.menu-icon{
        width: 62px;
        border-right: 5px solid #fff;
        left: 0;
        right: auto;
        height: 50px;
        top: 0;
        margin-top: 0;
        background-color: #0a2854;
        position: absolute;
        text-align: center;
    }
    .custom-mobile-toggle ul li.menu-icon a{
        height: 50px;
        padding: 8px 41px 8px 16px;
        color: #888;
        position: relative;
        line-height: 50px;
        
        display: block;
    }
    .custom-mobile-toggle ul li.menu-icon a span::after {
        content: "";
        position: absolute;
        display: block;
        height: 0;
        top: 50%;
        margin-top: -8px;
        right: 16px;
        box-shadow: 0 0 0 1px #888, 0 7px 0 1px #888, 0 14px 0 1px #888;
        width: 16px;
        box-shadow: 0 0 0 1px #FFF, 0 7px 0 1px #FFF, 0 14px 0 1px #FFF;
        left: 20px;
    }
    
    .custom-google-search{
        background: #0a2854!important;
        padding: 8px 7px 9px;
        margin-top: -1px;
        overflow: hidden;
    }
    .custom-google-search form{
        max-width: 100%;
    }
    .custom-google-search form .hs-input {
        background: transparent !important;
        border-color: #fff !important;
        max-width: 75%;
        width: 75%;
        float: left;
        line-height: 18px;
        padding-bottom: 7px;
        padding-right: 7px;
    }
    .custom-google-search form .hs-input::-webkit-input-placeholder{color:#fff;}
    .custom-google-search form .hs-input:-moz-placeholder{color:#fff;}
    .custom-google-search form .hs-input::-moz-placeholder{color:#fff;}
    .custom-google-search form .hs-input:-ms-input-placeholder{color:#fff;}
    .custom-google-search form {
        padding: 0;
        margin-bottom: 0;
    }
    .custom-google-search form .hs-button.primary {
        padding: 5px 0 2px 14px;
        min-width: 25%;
        right: 0;
        top: 0;
        line-height: 24px;
        min-height: 34px;
        background-position: left 13px center !important;
    }
    .footer-content {
        margin: 0 0 30px;
        text-align: center;
    }
    .footer-logo-link {
        margin: 2px 30px 0 0;
        float: none;
        padding: 10px 0 20px;
        display: block;
    }
    .custom-footer-logo ul li {
        margin-left: 0;
        float: none;
        display: block;
    }
    .custom-copyright-wrapper {
        text-align: center;
        padding: 5px 50px 4px;
    }
    .custom-footer-group{
        padding: 29px 50px 30px;
    }
    .custom-footer-logo ul li img {
        margin: 0 auto;
    }
    #back-to-top {
        display: none !important;
    }
    .body-container .page-center {
        border: 0 none;
    }
    .custom-breadcrumb-menu{
        display: none !important;
    }
    .full-width-layout .main-content {
        padding: 20px;
        margin-bottom: 0 !important;
    }
    .custom-mobile-menu .hs-menu-wrapper > ul{
        position: relative;
    }
    .custom-mobile-menu .hs-menu-wrapper > ul > li{
        position: static !important;
    }
    .custom-mobile-menu .hs-menu-wrapper  ul  li.hs-menu-item.hs-item-has-children > ul {
        position: absolute !important;
        transform: translate(100%,0);
        padding: 0;
        top: 0;
        box-shadow: none;
        background: #fff;
        transition: all 0.5s linear !important;
        display: block !important;
        width: 100%;
        height: 100%;
    }
    .custom-mobile-menu .hs-menu-wrapper  ul  li.child-open.hs-menu-item.hs-item-has-children > ul {
        transform: translate(0px, 0px);
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
        left:0px;
    }
    .custom-mobile-menu .hs-menu-wrapper > ul li.dl-back a,
    .custom-mobile-menu .hs-menu-wrapper > ul > li > ul > li.custom-parent-link a{
        font-weight: 400 !important;
        font-family: Proxima-nova,sans-serif !important;
        font-size: .875rem;
    }
    .custom-mobile-menu .hs-menu-wrapper > ul ul li{
        border-bottom: 0 none;
    }
    .custom-mobile-menu .hs-menu-wrapper > ul > li > ul > li:not(.custom-parent-link):hover a{
        background: #cf092f;
        color: #FFF;
    }
    .custom-mobile-menu .hs-menu-wrapper > ul li.dl-back:hover a{
        background: transparent !important;
        color: #0a2854 !important;
    }
    .custom-mobile-menu .hs-menu-wrapper > ul ul li{
        background: #fff;
    }
    .two-column-right-layout .main-content,
    .bottom-pane-form-group{
        padding: 20px;
        margin-bottom: 0;
    }
    .two-column-right-layout .sidebar.right{
        float: none;
        height: auto !important;
        margin-bottom: 0;
        padding: 20px;
        text-align: center;
        min-height: auto !important;
    }
    .sidebar.right{
        float: none;
    }
    .sidebar.right,
    .main-content,
    .sidebar.left{
        padding: 20px;
    }
    .bottom-pane-form-group div#hs-search-module{
        width: 100%;
    }
    ul.custom-list li {
        margin-right: 0;
        padding-left: 0;
        margin-bottom: 10px;
        background-image: none;
    }
    .custom-sidebar-menu-group ul li a{
        display: inline-block !important;
    }
    .custom-right-sidebar .hs-recent-post-featured-image-wrapper {
        margin-bottom: 30px;
        width: 100%;
        float: none;
    }
    .custom-right-sidebar .recent-post-header {
        width: 100%;
        float: none;
        padding: 0;
    }
    .custom-right-sidebar .hs-recent-post-featured-image-wrapper img {
        max-width: 100px;
        width: 100%;
    }
    .one-col-with-img-group,
    .content-with-left-icon-image .left-group,
    .content-with-left-icon-image .right-group{
        width: 100%;
        float: none;
        margin: 0;
        display: block;
    }
    .one-col-with-img-and-btn img {
        display: block;
        margin: 0 auto;
    }
    .content-with-left-icon-image .left-group p {
        margin: 0;
    }
    .partners .hs-section-1 .hs_cos_wrapper_type_form{
        max-width: 100%;
    }
    .content-with-img-group{
        width: 100%;
        display: block;
        margin: 0;
        text-align: center;
    }
    .custom-content-with-left-image .left-group {
        width: 100%;
        float: none;
    }
    .custom-content-with-left-image .left-group img {
        max-width: 150px;
        width: 100%;
        margin-bottom: 5px;
    }
    .custom-content-with-left-image .right-group {
        padding: 0;
        width: 100%;
        float: none;
    }
    .stacktable {
        display: block;
        border-collapse: collapse;
        margin-bottom: 20px;
    }
    .custom-two-col-with-right-img-md-wrapper .custom-two-col-with-img-left-content, .custom-two-col-with-right-img-md-wrapper .custom-two-col-with-img-col, .custom-one-col-with-btn, .custom-corporate-row2 {
        padding: 20px;
    }
    .custom-two-col-with-right-img-md-wrapper .custom-two-col-with-img-left-content {
        float: none;
        width: 100%;
        text-align:center;
    }
    .custom-two-col-with-right-img-md-wrapper .custom-two-col-with-img-col {
        float: none;
        width: 100%;
        display: none;
    }
    .hs_cos_wrapper_widget.custom-one-col-with-btn-column {
        width: 100% !important;
        text-align: center;
        float: none !important;
    }
    .custom-one-col-with-btn ul {
        list-style: none;
        padding: 0;
    }
    .hs_cos_wrapper_widget.hs-video-module-main-wrapper {
        width: 100%;
    }
    .custom-one-col-video-content-md {
        height: 350px !important;
    }
    .custom-one-col-video-content-md iframe {
        height: 100%;
        width: 100%;
    }
    .team-member-group {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0;
    }
    .allies .custom-one-col-video-content-md iframe{
        position: static;
    }
     .hs-two-col-form-section1 .cm-inner-page-center {
        padding: 20px;
    }
    .hs-two-col-form-sect1-r1c2 p {
        text-align: center;
    }
    .hs-two-col-form-sect1-r1c1 form {
        margin: 20px 0 10px;
    }
    .hs-two-col-form-sect1-r1c1 form {
        padding: 11px;
    }
    .hs-two-col-form-sect1-r1c1 label {
        text-align: center !important;
    }
    .hs-bmf-nutrition-inner-layout .custom-corporate-row1 ul {
        list-style: none;
        padding: 0;
    }
    .hs-bmf-nutrition-inner-layout .custom-two-col-with-img-col {
        padding-top: 203px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 30px;
        display: block;
    }
    .hs-bmf-nutrition-inner-layout .custom-two-col-with-right-img-md-wrapper .custom-two-col-with-img-left-content {
        box-shadow :none;
    }
    .cm-two-col-with-img-left-content {
        float: none;
        width: 100%;
        padding: 20px;
        text-align:center;
        height: auto !important;
    }
    .cm-corporate-sec3 .hs_cos_wrapper_type_custom_widget {
        float: none;
        width: 100%;
        margin: 0;
    }
    .cm-two-col-with-img-col {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        padding: 0 0 100%;
    }
    .hs-bmf-nutrition-inner-layout .hs_cos_wrapper_widget.hs-video-module-main-wrapper {
        width: 100%;
    }
    .hs-form-field {
        width: 100% !important;
        padding: 0 !important;
        float: none !important;
    }
    .full-width-layout .body-container .hs_cos_wrapper_type_form,
    .two-column-right-layout.contact-corporate .main-content .hs_cos_wrapper_type_form{
        max-width: 100%;
    }
    .two-column-right-layout .hs-section-1 ul {
        list-style: none;
    }
    .st-key {
        width: 10%;
    }
    td.st-key{
        font-size: 14px;
    }
    .stacktable td{
        font-size: .875rem;
    }
    .st-val {
        width: 10%;
    }
    .partners .hs-section-1 .hs_cos_wrapper_type_form{
        margin: 20px auto 40px;
    }
    .two-column-right-layout.sitemap .hs-section-1 ul {
        list-style: inherit;
        text-align: left;
        padding-left: 10px;
    }
    .two-column-right-layout.sitemap .hs-section-1 ul ul ul {
        padding-left: 22px;
    }
    .two-column-right-layout .hs-input[type="checkbox"] {
        float: left;
        width: 10% !important;
        margin-top: 8px;
    }
    .two-column-right-layout ul.inputs-list {
        border: 1px solid #cfd4d8;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #edeff0;
        color: #595d64;
        padding: 10px !important;
    }
    .try-bmf-for-free .hs_cos_wrapper_type_form {
        padding: 10px;
    }
    .try-bmf-for-free .hs_cos_wrapper_type_form ul.inputs-list label {
        color: #595d64 !important;
    }
    .try-bmf-for-free .hs_cos_wrapper_type_form ul.inputs-list label {
        color: #595d64 !important;
        font-size: 14px;
        line-height: 28px;
        font-family: 'Arial', Arial, Helvetica, sans-serif;
    }

    .content-with-bg-image .content-group {
        width: 100%;
        float: none;
    }
    .hs-our-location-row-2-col-2 *{
        text-align: center;
    }
    .custom-bmf-slider .hs_cos_gallery_main .slick-dots{
        text-align: center;
    }
    .custom-bmf-slider .hs_cos_gallery_main .slick-dots li button{
        padding: 0;
        border-radius: 0;
        width: 1rem;
        height: 1rem;
        margin-right: 20px;
    }
    .hs-our-location-row-1-col-1, 
    .hs-our-location-row-1-col-2,
    .content-with-bg-image,
    .hs-our-location-row-2-col-2,
    .hs-our-location-row-3-col-1 {
        padding: 20px;
    }
    
    .hs-our-location-row-1-col-1, 
    .hs-our-location-row-1-col-2,
    .hs-our-location-row-2-col-1,
    .hs-our-location-row-2-col-2, 
    .hs-our-location-row-3-col-1  {
        width: 100% !important;
    }
    .hs-our-location-row-1-col-2 h2{
        font-size: 30px;
        line-height: 30px;
    }
    .bmf-nutrition .hs-row-1-col-1,
    .bmf-nutrition .hs-row-1-col-2{
        width: 100% !important;
    }
    .try-bmf-for-free .hs_cos_wrapper_type_form input.hs-button.primary.large{
        width: 100%;
        margin-top: 40px;
    }
    .allies .hs_cos_wrapper_widget.hs-video-module-main-wrapper {
        width: 100%;
    }
    .two-column-right-layout.contact-us .hs-input[type="checkbox"]{
        width: auto !important;
    }
    .custom-home-row2-group .hs_cos_wrapper_type_widget_container {
        margin: 0;
    }
    .custom-mobile-menu .hs-menu-wrapper > ul > li.active-branch > a,
    .custom-mobile-menu .hs-menu-wrapper > ul ul li.active-branch > a{
        background: #0a2854;
        color: #fff;
    }
    .custom-mobile-menu .hs-menu-wrapper > ul li.hs-item-has-children.active-branch > a:after {
        border-color: rgba(255,255,255,.4) transparent transparent;
    }
    .custom-hydre-park-left {
        padding: 20px;
        text-align: center;
    }
    .custom-hydre-park-left-r1c1 ul li {
        margin-right: 0;
        padding-left: 0;
        margin-bottom: 10px;
        background-image: none;
    }
    .custom-hydre-park-left-r2c1 a.custom-btn {
        margin: 0 0 1.25rem;
    }
    .custom-hydre-park-right .custom-hydre-park-right-inner {
        padding: 20px;
        text-align: center;
    }
    .custom-hydre-park-right {
        width: 100% !important;
    }
    .custom-hydre-park-right img.hs-image-widget {
        max-width: 100px;
        margin-bottom: 20px;
    }
    .hs-hydre-park-group2 {
        padding: 20px;
    }
    .custom-hydre-map-right-group1 {
        padding: 20px;
        text-align: center;
        height: auto !important;
    }
    .custom-hyde-park-row4-column, .custom-hyde-park-row4-column.col-1, .custom-hyde-park-row4-column.col-2, .custom-hyde-park-row4-column.col-3 {
        padding: 20px;
        width: 100% !important;
        text-align: center;
    }
    .custom-hyde-park-row4-column a.custom-btn.large {
        margin: 0 0 1.25rem;
    }
    .custom-hyde-park-row5-column.col-1 {
        width: 100% !important;
        padding: 20px;
        text-align: center;
    }
    .custom-hydre-social-share-group h2 {
        font-size: 36px;
        line-height: 36px;
        color: #FFF;
    }
    .custom-hyde-park-row5-column.col-2 {
        width: 100% !important;
        padding: 20px;
        text-align: center;
    }
    .custom-hyde-park-row5-column.col-3 {
        width: 100% !IMPORTANT;
    }
    .custom-map,
    .custom-hydre-park-map-right{
        margin-left:0 !important;
        width:100% !important;
    }
    .hs-hydre-park-group2 td.st-key {
        font-size: 14px;
        font-family: Proxima-nova,sans-serif;
        color: #cf092f;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border: 1px solid #e9e9e9;
    }
    .cm-corporate-sec2 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .custom-hydre-park-left, .custom-hydre-park-right {
       width: 100% !important;
    }
    .bmf-nutrition .hs-row-1-col-1{
        padding: 20px;
        text-align: center;
    }
    .contact-us .body-container .hs_cos_wrapper_type_form {
        padding: 20px;
        margin-top: 0;
    }
    .custom-popup-group .inner-group{
        width: 100% !important;
        text-align: center;
    }
    .hyde-park-layout .custom-popup-group .stacktable td{
        color: #222;
    }
    .hyde-park-layout .st-key {
        width: 30%;
    }
    .hyde-park-layout .custom-popup-group .st-key {
        width: 21%;
    }
    .four-col-image-group .col{
        width: 100%;
        float: none;
    }
    .custom-mobile-menu .hs-menu-wrapper > ul ul li a[href*="/what-we-do/fitness-assessment"],
    .custom-mobile-menu .hs-menu-wrapper > ul ul li a[href*="/what-we-do/group-exercise"],
    .custom-mobile-menu .hs-menu-wrapper > ul ul li a[href*="/what-we-do/army-fitness"],
    .custom-mobile-menu .hs-menu-wrapper > ul ul li a[href*="/what-we-do/exercise-classes"],
    .custom-mobile-menu .hs-menu-wrapper > ul ul li a[href*="/what-we-do/outdoor-fitness-training"]{
        display: none !important;
    }
    .custom-mobile-menu .hs-menu-wrapper > ul ul li.case-studies {
        display: none !important;
    }
    .custom-one-col-with-btn{
        text-align: center;
    }
    .allies .team-member-group {
        width: 100%;
    }
    .team-member-mod {
        min-height: 545px;
    }
    .hs-case-study-left-group,
    .hs-case-study-right-group{
        width: 100%;
        float: none;
        text-align: center;
    }
    .case-study .hs-blog-header {
        text-align: center;
    }
    .custom-right-sidebar {
        text-align: center;
    }
    .transform .custom-two-col-with-right-img-md-wrapper .custom-two-col-with-img-col{
        min-height: 280px;
        display: block;
        background-size: cover;
    }
    .transform .custom-two-col-with-right-img-md-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
      max-height: none;
      max-width: 100%;
      display: block !important;
      float: none;
      margin: 20px auto;
    }
    .custom-hydre-park-left ul.inputs-list .hs-input{
        width: 10% !important;
    }
  
    .custom-footer-menu .hs-menu-wrapper > ul > li {
        width: 100%;
        text-align: center;
    }
    .custom-footer-menu .hs-menu-wrapper > ul > li {
        width: 100%;
        text-align: center;
        margin-bottom: 33px;
    }
    .custom-hydre-park-left .widget-type-form {
        padding: 10px;
    }
    .custom-stack-table{
        display: none;
    }
    table#number0 tr td p {
        margin: 0;
    }
    table#number0 tr td {
        width: 100%;
        display: block;
    }
    .hs-hydre-park-group2 .time-table-wrapper:nth-child(2) .row-1.col {
        display: none;
    }
    .hs-hydre-park-group2 .time-table-wrapper:nth-child(2) {
        width: 100%;
    }
    .hs-hydre-park-group2 .time-table-wrapper:nth-child(2) {
        display: none;
    }
    .time-table-wrapper{
        float: none;
        width: 100%;
    }
    .hs-hydre-park-group2 .time-table-wrapper .title, 
    .hs-hydre-park-group2 .time-table-wrapper .heading {
        display: block;
    }
    .hs-hydre-park-group2 .time-table-wrapper .heading, .hs-hydre-park-group2 .time-table-wrapper .content {
        width: 50%;
        float: left;
    }
    .custom-time-table:not(.mobile) .no-class {
        display: block;
    }
    .hs-hydre-park-group2 .time-table-wrapper .custom-time-table .title, 
    .hs-hydre-park-group2 .time-table-wrapper .custom-time-table .weekday{
        font-size: .875rem;
    }
    .hs-hydre-park-group2 .time-table-wrapper .heading {
        font-weight: 700;
        font-size: .875rem;
        color: #222;
    }
    .custom-time-table .col.show{
        display: none;
    }
    .custom-time-table .col{
        position: relative;
    }
    .custom-time-table .col:before {
        content: "";
        border-right: 1px solid #e9e9e9;
        position: absolute;
        height: 100%;
        width: 1px;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
    }
    .custom-time-table .row-1.col:before {
        content: none;
    }
    .custom-time-table .no-class {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #e9e9e9;
    }
    .custom-popup-table.priceDesktopTable th.table-title{
        font-size: 15px !important;
        padding-left: 4px;
        padding-right: 4px;
    }


}  

@media (max-width:767px) and (min-width:581px){
    .videoWrapper iframe {
       position: absolute;
       top: 0;
       left: 0;
       width: 180%;
       height: 100%;
       max-width: none !important;
       transform: translateX(-50%);
       left: 50%;
    }
    .videoWrapper {
        padding-bottom: 151vw;
    }
}


@media (max-width:640px) {
    .hs-two-col-form-sect1-r1c1 form.hs-form .hs-form-field ul.inputs-list label {
        border: 1px solid #cfd4d8;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #edeff0;
        color: #595d64 !important;
        display: block;
        margin: .5em 0;
        padding: .5em 1em;
        cursor: pointer;
        font-size: 14px !important;
        line-height: 28px;
    }
    .hs-two-col-form-sect1-r1c1 form.hs-form .hs-form-field ul.inputs-list li input {
        float: left;
        width: 10% !important;
        margin-top: 8px;
    }
    .hs-two-col-form-sect1-r1c1 input.hs-button.primary.large {
        font-size: 14px;
        width: 100%;
    }
    .hs-two-col-form-sect1-r1c2 {
        padding: 20px 0 0;
    }
    .full-width-layout .body-container .hs_cos_wrapper_type_form .hs-button.primary.large,
    .two-column-right-layout.contact-corporate .main-content .hs_cos_wrapper_type_form .hs-button.primary.large{
        width: 100%;
    }
    .pricing-group{
        width: 100%;
        display: block;
        margin: 0;
    }
    .contact-us .body-container .hs_cos_wrapper_type_form .hs-button.primary.large{
        width: 100%;
    }
    table.custom-table tbody tr td{
        padding: 2px;
        font-size: 7.5px;
    }
    table.custom-table thead tr th{
        padding: 2px;
        font-size: 7.5px;
    }
}



@media (max-width: 580px) {
    .custom-home-row5-group, 
    .custom-home-row4-group, 
    .custom-home-row3-group,
    .custom-home-row2-group{
        padding-left:0;
        padding-right:0;
    }
    .custom-home-row5-group .widget-type-rich_text p, 
    .custom-home-row4-group .widget-type-rich_text p, 
    .custom-home-row3-group .widget-type-rich_text p,
    .custom-home-row2-group .widget-type-rich_text p{
        font-size: 14px;
        width: auto;
        margin: 20px 0;
    }
     .custom-home-row5-group .widget-type-rich_text, 
    .custom-home-row4-group .widget-type-rich_text, 
    .custom-home-row3-group .widget-type-rich_text,
    .custom-home-row2-group .widget-type-rich_text{
        padding-left:30px;
        padding-right:30px;
    }
    .custom-home-row3-group .widget-type-rich_text {
        padding-left:30px;
        padding-right:30px;
    }
    .hs-one-col-image-with-hover-content{
        margin: 0 0 5px;
        width: 100%;
        float:none;
    }
    .hs-one-col-image-with-hover-content .supporting-box h2{
        font-size: 22px;
    }
    .hs-one-col-image-with-hover-content .supporting-box p{
        font-size: 16px;
    }
    .custom-home-row5-group h2, 
    .custom-home-row4-group h2, 
    .custom-home-row3-group h2{
        font-size:28px;
    }
    .custom-home-row5-group {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .custom-home-row-group{
        height:380px;
    }
    .custom-home-banner-content{
        padding: 30px 0 90px;
    }
    .custom-home-banner-content img {
        max-width: 220px;
    }
    .custom-home-bottom-group p{
        font-size:14px;
    }
    .video-mobile-show{
        display: block;
        position: absolute;
        left: 50%;
        top: 31%;
        margin-left: -30px;
        border-radius: 50%;
        z-index: 5;
        width: 60px;
        height: 60px;
        opacity: .9;
        background-position: center;
        background-size: 60px;
        background-repeat: no-repeat;
        cursor:pointer;
        background-image: url(//cdn2.hubspot.net/hubfs/3441278/Britmilfit_January2018/Images/video-play.png);    
    }
    .custom-home-video-group > div {
        position: fixed;
        z-index: 1005;
        width: 100vw !important;
        top: 0;
        border-radius: 0;
        left: 0;
        background-color: #cf092f;
        border: 1px solid #cf092f;
        box-shadow: 0 0 10px rgba(0,0,0,.4);
        padding: 1.875rem;
        display: none;
        background-color: #cf092f;
        min-height: 100vh !important;
    }
    .videoWrapper {
        padding-bottom: 56.34%;
        margin-top: 0;
    }
    .videoWrapper iframe{
        z-index: 999;
    }
}


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

@media (max-width: 479px) {
    .checkbox-row span.fakelabel span {
        float: none;
    }
    .stacktable td{
        padding: .5rem;
        font-size: 11px;
    }
    form .hs-input {
        width: 100% !important;
    }
    .hs-two-col-form-sect1-r1c1 input.hs-button.primary.large{
        font-size: 18px;
    }
    .contact-us .body-container .hs_cos_wrapper_type_form ul.inputs-list.multi-container,
    .custom-hydre-park-left ul.inputs-list{
        padding: 0 !important;
    }
    .contact-us .body-container .hs_cos_wrapper_type_form ul.inputs-list.multi-container li,
    .custom-hydre-park-left ul.inputs-list li{
        border: 1px solid #969696;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-color: #edeff0 !important;
        padding: .5em 1em !important;
        text-align: center;
        margin-bottom: 7px;
        color: #333;
    }
    .contact-us .body-container .hs_cos_wrapper_type_form input[type="radio"],
    .custom-hydre-park-left .hs_cos_wrapper_type_form input[type="radio"]{
        width: auto !important;
        float: left;
    }
    .contact-us .body-container .hs_cos_wrapper_type_form .hs-form-field > label{
        text-align: center;
    }
    .custom-home-row5-group .custom-btn{
        font-size: 20px;
        margin: 0 auto 0;
    }
    .custom-hydre-park-left input.hs-button.primary.large{
        font-size: 14px;
    }
    .custom-hydre-park-left ul.inputs-list .hs-input {
        width: 20px !important;
        float: left;
        margin-top: 6px;
    }
    .hyde-park-layout .body-container ul.inputs-list label{
        color: #595d64;
        font-size: 14px;
        line-height: 28px;
        font-family: 'Arial', Arial, Helvetica, sans-serif;
    }
    .custom-hydre-park-left ul.inputs-list li{
        border: 1px solid #cfd4d8;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 17px;
    }
    .custom-hydre-park-left input.hs-button.primary.large{
        width: 100%;
    }
}

@media only screen and (max-width: 360px) and (max-width: 920px){
    .custom-home-bottom-group .custom-btn{
        font-size: 20px;
    }
}

@media (max-width: 370px) {
    .custom-mobile-toggle ul li.mobile-cta-block{
        text-align: right;
    }
    .custom-mobile-toggle ul li.mobile-cta-block a{
        font-size: 17px;
    }
    .hs-two-col-form-sect1-r1c1 input.hs-button.primary.large {
        font-size: 14px;
    }
    .hs-one-col-image-with-hover-content .supporting-box h2{
        font-size: 20px;
        padding: 20px!important;
    }
    .hs-one-col-image-with-hover-content .supporting-box p{
        font-size:14px;
    }
    .custom-home-row5-group h2, 
    .custom-home-row4-group h2, .custom-home-row3-group h2{
        font-size: 24px;
    }
    .hs-one-col-image-with-hover-content {
        min-height: 510px;
    }
}

/* Region map*/

div#html_imap_output {
    display: flex;
    justify-content: center;
    align-items: center;
}

.park-list-row a {
    list-style: none;
    text-decoration: underline;
    font-size: 16px;
    display: inline-block;
    margin: 10px 0;
}


.park-list-wrap {
    display: flex;
    justify-content: space-between;
}

.park-list-row p {
    margin:0;
}

.park-list-row:nth-child(even) {
    padding: 0 30px;
}

@media (max-width: 767px) {
.park-list-wrap {
    flex-direction:column;
}

.park-list-row:nth-child(even) {
    margin-top: -20px;
}

}


/* Members login*/

.span4.widget-span.widget-type-raw_html.members-link {
    float: right;
    position: relative;
    top: 8px;
    width: 122px;
    right: 10px;
}

li.hs-menu-item.hs-menu-depth-1.members-area {
    background:;
}

@media (min-width: 767px) {
li.hs-menu-item.hs-menu-depth-1.members-area {
    display: none !important;
}
}

.search-results input.hs-search-field__input {
    border: 2px solid #081f42;
    max-width:600px;
    margin: 0 auto;
    display: block;
    padding:  20px;
    color: black;
    background: #eee;
    font-weight:  bold;
    font-size: 16pt;
    font-family: 'Proxima-nova', sans-serif;
}

.search-results .hs-search-results__listing {
    margin:0 auto;
    max-width:600px;
    list-style:none;
    padding:20px
}

.search-results a.hs-search-results__title {
    color: #0a2854;
    font-weight:  bold;
    text-decoration:  none;
    font-size: 16pt;
}

.search-results p.hs-search-results__description {
    font-size: 10pt;
    line-height: 1.5;
    margin: 10px 0 40px;
}

a.hs-search-results__next-page {
    text-align:  center;
    width: 280px;
    font-weight:  bold;
    text-decoration:  none;
    color: #666;
    background:  #eee;
    padding: 10px;
    display:  inline-block;
    font-size: 10pt;
  	margin:5px;
}

a.hs-search-results__prev-page {
    text-align:  center;
    width: 280px;
    font-weight:  bold;
    text-decoration:  none;
    color: #666;
    background:  #eee;
    padding: 10px;
    display:  inline-block;
    font-size: 10pt;
    margin:5px;
}

.search-results .hs-search-results__pagination {
    display:  flex;
    justify-content:  center;
}

ul.hs-search-field__suggestions {
    background: #eee;
    color: black;
    max-width: 600px;
  	margin:0 auto;
}

ul.hs-search-field__suggestions a {
    color:  black;
}

.hs-search-field__suggestions a {
    color:  black !important;
}

li#results-for {
    margin: 0 0 10px;
}

.hs-search-field__suggestions li {
    margin: 0 0 10px;
    padding: 10px; 
  	text-decoration:none;
}

.site-search input.hs-search-field__input {
    background: white;
    color: black;
    font-family:'Proxima Nova', sans-serif;
    padding: 15px;
}


.fsBody .fsForm input.fsSubmitButton {
font-family:'Proxima Nova',sans-serif;
font-weight:bold;}
