/* @import url('http://example.com/example_style.css'); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
    
@font-face {
    font-family:'AvenirNextLTProRegular';
    src: url('//cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Fonts/avenirnextltpro-regular.eot');
    src: url('//cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Fonts/avenirnextltpro-regular.eot') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Fonts/avenirnextltpro-regular.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Fonts/avenirnextltpro-regular.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Fonts/avenirnextltpro-regular.svg#AvenirNextLTProRegular') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'AvenirNextLTProBold';
    src: url('//cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Fonts/avenirnextltpro-bold.eot');
    src: url('//cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Fonts/avenirnextltpro-bold.eot') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Fonts/avenirnextltpro-bold.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Fonts/avenirnextltpro-bold.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Fonts/avenirnextltpro-bold.svg#AvenirNextLTProBold') format('svg');
	font-weight: normal;
    font-style: normal;
}
    
/* Font Family Called 
   1. font-family:'Lato', sans-serif; 
   2. font-family:'AvenirNextLTProRegular'; 
   3. font-family:'AvenirNextLTProBold'; 
*/










/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */



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

body { margin:0; padding:0; font-family:'Lato', sans-serif; font-size:16px; line-height:28px; font-weight:400; color:#3C486C; background:#fff; letter-spacing:0.5px; }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:10px 0; margin:0; }

h1 { color:#0B2B5A; font-family:'AvenirNextLTProRegular'; font-size:72px; line-height:82px; font-weight:700; margin:0; padding:0; clear:both; }
h2 { color:#0B2B5A; font-family:'AvenirNextLTProRegular'; font-size:42px; line-height:50px; font-weight:700; margin:0; padding:0; clear:both }
h3 { color:#0B2B5A; font-family:'AvenirNextLTProRegular'; font-size:36px; line-height:42px; font-weight:700; margin:0; padding:0; clear:both }
h4 { color:#0B2B5A; font-family:'AvenirNextLTProRegular'; font-size:30px; line-height:38px; font-weight:700; margin:0; padding:0; clear:both }
h5 { color:#0B2B5A; font-family:'AvenirNextLTProRegular'; font-size:24px; line-height:30px; font-weight:400; margin:0; padding:0; clear:both }
h6 { color:#0B2B5A; font-family:'AvenirNextLTProRegular'; font-size:22px; line-height:28px; font-weight:700; margin:0; padding:0; clear:both }

a { text-decoration:none; outline:none; color:#EB4C51; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
a:hover { color:#0B2B5A; }

input , button , textarea, select , 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"] { outline:none; color:#59595c; background:#fff; border-radius:4px; border:0; height:60px; padding:0 15px; font-size:14px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; } 
textarea { padding:15px 20px; height:182px; min-width:100%; max-width:100%; resize:none; }
input[type=submit] , button { -webkit-box-shadow: 7px 7px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 7px 7px 0px rgba(0,0,0,0.17);
    -o-box-shadow: 7px 7px 0px rgba(0,0,0,0.17);
    -ms-box-shadow: 7px 7px 0px rgba(0,0,0,0.17);
    box-shadow: 7px 7px 0px rgba(0,0,0,0.17);; cursor:pointer; background-image:url(//cdn2.hubspot.net/hubfs/2240956/Lobtec-2016/Image/blank.png); background-color:#e98900; padding:10px 15px; width:100%; max-width:100%; text-align:center; display:inline-block; color:#fff; font-weight:500; font-family: 'Roboto', sans-serif; 
-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; } 
input[type=submit]:hover , button:hover { background-color:#0B2B5A; } 

::-webkit-input-placeholder { color:rgba(43,43,43,0.80) !important; opacity:1 !important; }
::-moz-placeholder { color:rgba(43,43,43,0.80) !important; opacity:1 !important; }
:-ms-input-placeholder { color:rgba(43,43,43,0.80) !important; opacity:1 !important; }
:-moz-placeholder { color:rgba(43,43,43,0.80) !important; opacity:1 !important; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:14px; color:#f00; text-align:left; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 5px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 15px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 15px 15px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 15px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 15px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:; color:; border-color:; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:; background:;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:0; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-bold , .row-fluid .text-bold h1 , .row-fluid .text-bold h2 , .row-fluid .text-bold h3 , .row-fluid .text-bold h4 , .row-fluid .text-bold h5 , .row-fluid .text-bold h6 { font-weight:bold; }
.row-fluid .text-italic { font-style:italic; }
.row-fluid .fl100 { float:left; width:100%; } 

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:17px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#3c5263;  width:6px; height:6px; border-radius:100%; font-size:0; cursor:pointer; padding:0; box-shadow:none; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#f7893f; }
ul.slick-dots li.slick-active button { height:10px; width:10px; box-shadow:1px 0px 1px rgba(0,0,0,0.15); }

.row-fluid .btn-style a, .row-fluid a.btn-style { float:none; display:inline-block; position:relative; padding:15px 36px; color:#fff; background:#EB4C51; border-radius:2px; font-family:'AvenirNextLTProRegular'; position:relative; overflow:hidden; font-size:14px; line-height:18px; }
.row-fluid .btn-style a:before, .row-fluid a.btn-style:before { background:#fff; content:""; height:155px; left:-75px; opacity:.4; position:absolute; top:-50px; -webkit-transform:rotate(35deg); transform:rotate(35deg); width:50px; -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -ms-transition: all ease 1s;
    transition: all ease 1s;; }
.row-fluid .btn-style a:hover:before, .row-fluid a.btn-style:hover:before { left:120%; -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -ms-transition: all ease 1s;
    transition: all ease 1s;; }

.row-fluid .link-style a, .row-fluid a.link-style { float:left; padding:15px 20px; color:#fff; position:relative; font-size:12px; line-height:16px; font-family:'AvenirNextLTProRegular'; }
.row-fluid .link-style a:after, .row-fluid a.link-style:after { position:absolute; content:""; height:18px; width:24px; top:14px; right:-15px; background:url('https://cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Images/link-aroow.png') no-repeat center center; background-size:cover; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .link-style a:hover:after, .row-fluid a.link-style:hover:after { right:-20px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }

.row-fluid .link-style2 a, .row-fluid a.link-style2 { float:left; padding:0; color:#EB4C51; position:relative; font-size:12px; line-height:16px; letter-spacing:3.5px; font-weight:400; }
.row-fluid .link-style2 a:after, .row-fluid a.link-style2:after { position:absolute; content:""; height:15px; width:10px; top:1px; right:-15px; background:url('https://cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Images/link2-arrow.png') no-repeat center center; background-size:cover; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .link-style2 a:hover:after, .row-fluid a.link-style2:hover:after { right:-20px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .link-style2 a:hover, .row-fluid a.link-style2:hover { color:#EB4C51; }  

.row-fluid .ulstyle ul { list-style:none; }

.row-fluid .wrapper { margin:0 auto !important; width:1170px; padding:0; float:none !important; } 

/* Page Wise Css */
/* Homepage */
.row-fluid .top { position:absolute; top:0; left:0; width:100%; z-index:2; border-bottom:1px solid rgba(255, 255, 255, 0.1); }
.row-fluid .top .wrapper { width:1440px; max-width:100%; }
.row-fluid .top .wrapper > div > div { display:flex; align-items:center;  }

.row-fluid .mainmenu { text-align:center; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:30px 34px; line-height:19px; color:#fff; font-size:16px; line-height:30px; font-family:'AvenirNextLTProRegular'; text-transform:capitalize; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { background:#EB4C51; }

.row-fluid .hero-section { position:relative; padding:200px 0 250px; background-size:100% 100%; overflow:hidden; }
.row-fluid .hero-section .wrapper { width:1300px; max-width:100%; }
.row-fluid .hero-rightbox { position:relative; }
.row-fluid .hero-section h1 span { color:#EB4C51; }
.row-fluid .hero-richtext { float:left; width:530px; max-width:100%; padding:15px 0 30px; }  
.row-fluid .hero-section .btn-style a { padding:23px 40px; }
.row-fluid .hero-ctabox .hero-cta { float:none; display:inline-block; vertical-align:middle; width:auto; }
.row-fluid .hero-email-form .hero-cta { float:left; display:inline-block; vertical-align:middle; width:auto; }
.row-fluid .hero-leftbox { padding:50px 0 0; }

.row-fluid .visitor-section { padding:45px 0; }
.row-fluid .visitor-section .wrapper { padding-bottom:50px; border-bottom:1px solid rgba(214, 214, 214, 0.5); }
.row-fluid .visitor-titlebox h2 { float:left; width:410px; max-width:100%; position:relative; padding-left:30px; }
.row-fluid .visitor-titlebox h2:before { position:absolute; content:""; height:4px; width:50px; right:100%; top:23px; background:#0B2B5A; }
.row-fluid .visitor-titlebox h2 span { color:#EB4C51; }
.row-fluid .visitor-contentbox { padding-right:90px; }

.row-fluid .zigzag-section { padding-bottom:50px; } 
.row-fluid .zigzag-col { padding:35px 0; }
.row-fluid .zigzag-imgbox { float:none; display:inline-block; vertical-align:middle; margin:0 -2px; width:40%; }
.row-fluid .zigzag-textbox { float:none; display:inline-block; vertical-align:middle; margin:0 -2px; width:60%; font-size:18px; line-height:32px; color:#6C767C; text-align:center; }
.row-fluid .zigzag-textboxinner { float:none; display:inline-block; vertical-align:top; width:430px; max-width:100%; text-align:left; }
.row-fluid .zigzag-subtext { margin:9px 0 25px; }
.row-fluid .zigzag-col:nth-child(odd) .zigzag-textboxinner { float:right; } 
.row-fluid .zigzag-col:nth-child(even) .zigzag-textboxinner { float:left; } 
.row-fluid .zigzag-col:nth-child(even) .zigzag-textbox { padding-left:7%; }

.row-fluid .free-trial-section { padding:300px 0; position:relative; background-size:100% 100%; }
.row-fluid .free-trial-section h3 { margin-bottom:35px; }
.row-fluid .free-trial-section .btn-style a { padding:18px 50px; }

.row-fluid .step-section { padding:100px 0; }
.row-fluid .step-titlebox { float:left; width:20%; }
.row-fluid .step-titlebox h3 { position:relative; padding-left:70px; max-width:200px; }
.row-fluid .step-titlebox h3 span { font-size:100px; line-height:80px; color:#EB4C51; display:block; position:absolute; left:0; top:0; }
.row-fluid .step-contentwrap { float:left; width:80%; font-size:16px; line-height:32px; color:#6C767C; border-bottom:2px solid #3C486C; padding-bottom:60px; position:relative; counter-reset:number-increment; }
.row-fluid .step-contentcol { counter-increment:number-increment; }
.row-fluid .step-contentcol:before { position:absolute; content:counter(number-increment); height:49px; width:49px; border-radius:100%; text-align:center; color:#fff; font-size:18px; line-height:32px; background:#3C486C; display:flex; align-items:center; justify-content:center; font-family:'AvenirNextLTProRegular'; }
.row-fluid .step-contentcol:first-child { float:left; width:210px; }
.row-fluid .step-contentcol:nth-child(2) { float:left; width:470px; text-align:center; position:absolute; top:100%; left:50%; padding-top:50px; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .step-contentcol:nth-child(3) { float:right; width:250px; text-align:right; }
.row-fluid .step-contentcol:first-child:before { top:calc(100% - 25px); }
.row-fluid .step-contentcol:last-child:before { top:calc(100% - 25px); right:0; }
.row-fluid .step-contentcol:nth-child(2):before { top:-25px; left:50%; -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);; }
.row-fluid .step-contentcol a.circle-link { height:49px; width:49px; position:absolute; left:0; top:calc(100% - 25px); border-radius:100%; animation: shadow-pulse 1s infinite; }


.row-fluid .logo-module-section { padding:50px 0 80px; }
.row-fluid .logo-module-col { float:left; width:25%; text-align:center; border-right:1px solid #E4E4E4; }
.row-fluid .logo-module-col:last-child { border-right:0; }
.row-fluid .logo-module-colwrap { border-bottom:1px solid #E4E4E4; }
.row-fluid .logo-module-colwrap:last-child { border:0; }

.row-fluid .testimonial-section { padding:70px 30px 0px 30px; background:#0B2B5A; }
.row-fluid .client-imgbox { float:left; height:120px; width:240px; border-radius:6px; background-color:#ccc; background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .client-contentbox { float:left; width:calc(100% - 240px); padding-left:90px; }
.row-fluid .client-namebox { padding-bottom:80px; }
.row-fluid .client-namebox .client-name h5 { font-weight:700; }
.row-fluid .client-namebox .client-position { font-size:18px; line-height:32px; }  
.row-fluid .client-quotebox { position:relative; }
.row-fluid .client-quotebox:before { position:absolute; content:""; height:41px; width:60px; left:-40px; top:-20px; background:url('https://cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Images/quote.png') no-repeat center center; background-size:cover; }
.row-fluid .testimonial-section .slick-arrow { padding:0; box-shadow:none; border-radius:0; height:42px; width:42px; background:transparent; border:1px solid #E9E9E9; top:0; right:0; transform:none; margin:0; }
.row-fluid .testimonial-section .slick-arrow:hover { color:#fff; background:#EB4C51; }
.row-fluid .testimonial-section .slick-arrow.slick-prev { left:auto; right:46px !important; }
.row-fluid .testimonial-wrap { padding-right:120px; position:relative; }
.row-fluid .testimonial-section .pagingInfo { font-family:'AvenirNextLTProRegular'; font-size:12px; line-height:16px; position:absolute; right:0; bottom:0; width:auto; min-width:85px; text-align:center; }
.row-fluid .testimonial-section .pagingInfo strong { font-size:26px; line-height:32px; }

.testimonial-section { padding:70px 30px 0px 30px; background:#0B2B5A; }
.client-imgbox { float:left; height:120px; width:240px; border-radius:6px; background-color:#ccc; background-size:cover; background-repeat:no-repeat; background-position:center center; }
.client-contentbox { float:left; width:calc(100% - 240px); padding-left:90px; }
.client-namebox { padding-bottom:80px; }
.client-namebox .client-name h5 { font-weight:700; color:#fff; }
.client-namebox .client-position { font-size:18px; line-height:32px; color:#fff; }  
.client-quotebox { position:relative; }
.client-quotebox h3 { color: #fff; }
.client-quotebox:before { position:absolute; content:""; height:41px; width:60px; left:-40px; top:-20px; background:url('https://cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Images/quote.png') no-repeat center center; background-size:cover; }
.testimonial-section .slick-arrow { padding:0; box-shadow:none; border-radius:0; height:42px; width:42px; background:transparent; border:1px solid #E9E9E9; top:0; right:0; transform:none; margin:0; }
.testimonial-section .slick-arrow:hover { color:#fff; background:#EB4C51; }
.testimonial-section .slick-arrow.slick-prev { left:auto; right:46px !important; }
.testimonial-wrap { padding-right:120px; position:relative; }
.testimonial-section .pagingInfo { font-family:'AvenirNextLTProRegular'; font-size:12px; line-height:16px; position:absolute; right:0; bottom:0; width:auto; min-width:85px; text-align:center; }
.testimonial-section .pagingInfo strong { font-size:26px; line-height:32px; }

.row-fluid .building-better-section.free-trial-section { padding-bottom:100px; } 

/* Hero Video Background Section */
.row-fluid .hero-video-section { min-height:800px; position:relative; font-size:18px; line-height:32px; }
.row-fluid .hero-video-section:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(11, 43, 90, 0.6); z-index:1;  }
.row-fluid .hero-video-section .hero-contentbox { position:absolute; top:50%; left:50%; width:900px; max-width:100%; padding:0 15px; -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);; z-index:1; }
.row-fluid .hero-video-section .hero-contentbox h1 span { color:#EB4C51; }
.row-fluid .hero-video-section .hero-richtextbox { margin:20px 0 40px; }
.row-fluid .hero-video-section video { position:absolute; top:0; left:0; height:100%; width:100%; object-fit:cover; }

.row-fluid .visitor-sectionv2 { padding-top:80px; }

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.7);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

/* Footer */
.row-fluid .footer { background:#282828; padding:50px 0 30px; }
.row-fluid .footer .wrapper { width:1440px; max-width:100%; }
.row-fluid .footer-menusection > div > div { display:flex; align-items:center; }
.row-fluid .footer-menu { text-align:center; }
.row-fluid .footer-menu .hs-menu-wrapper > ul { float:left; width:100%; margin:0; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li { float:none; display:inline-block; vertical-align:middle; width:auto; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li > a { color:#fff; font-size:18px; line-height:24px; font-family:'AvenirNextLTProRegular'; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li > a:hover { color:#EB4C51; }

.row-fluid .footer-social ul { float:right; width:auto; margin:0; padding:0; list-style-type:none; }
.row-fluid .footer-social ul li { float:none; width:auto; display:inline-block; vertical-align:top; }
.row-fluid .footer-social ul li a { float:none; display:inline-block; vertical-align:top; height:46px; width:46px; border:1.5px solid #fff; text-align:center; line-height:46px; color:#fff; font-size:14px; position:relative; }
.row-fluid .footer-social ul li a:before { position:absolute; content:""; height:100%; width:0; top:0; left:0; background:#EB4C51; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .footer-social ul li a:hover:before { width:100%; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .footer-social ul li a i { position:relative; z-index:1; }

.row-fluid .copyright-section { padding-top:30px; margin-top:50px; border-top:1px solid rgba(255,255,255,0.1); font-size:14px; line-height:20px; color:#fff; }


/* Digital Page */

.row-fluid .dark_blue_top {}
.row-fluid .dark_blue_top { border-bottom: 1px solid rgba(103, 103, 103, 0.1); } 
.row-fluid .dark_blue_top .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .dark_blue_top .mainmenu .hs-menu-wrapper > ul > li > a:visited  { color:#0B2B5A; font-weight: 700; }
.row-fluid .dark_blue_top .mainmenu .hs-menu-wrapper > ul > li > a:hover, .row-fluid .dark_blue_top .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#fff;}

.row-fluid .dgt_hero_section.hero-section { background: #fff; background-image: none !important;  padding: 170px 0 80px; }
.row-fluid .dgt_hero_section.hero-section .hero-leftbox ul, .row-fluid .fllpg_main_section ul { list-style-type:none; padding:0; }
.row-fluid .dgt_hero_section.hero-section .hero-leftbox ul li, .row-fluid .fllpg_main_section ul li { position:relative;  padding-left: 28px; margin-bottom: 3px; } 
.row-fluid .dgt_hero_section.hero-section .hero-leftbox ul li:before, .row-fluid .fllpg_main_section ul li:before { position:absolute; content:"\f00c"; top:0; left:0; font-family:fontawesome; color:#2962FF; }

.row-fluid .dgtl_zigzag_section {}

.row-fluid .zigzag-textboxinner .link-style a, .row-fluid .zigzag-textboxinner a.link-style { color: #eb4d52; padding: 15px 20px 15px 0; }
.row-fluid .zigzag-textboxinner .link-style a:after, .row-fluid .zigzag-textboxinner a.link-style:after { background: url(https://cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Images/arrow%20red.png) no-repeat center center;   background-size: cover; }
.row-fluid .zigzag-textboxinner .hero-cta { margin: 0 30px 10px 0;  } 
.row-fluid .zigzag-textboxinner .hero-cta a { vertical-align: middle; }
.row-fluid .zigzag-textboxinner .link-style a { float:none; display: inline-block; }
.row-fluid .zigzag-textboxinner .zigzag-subtext ul { list-style-type:none;  padding:0; text-align:left; }
.row-fluid .zigzag-textboxinner .zigzag-subtext ul li { position:relative; padding-left: 28px; margin-bottom: 3px; } 
.row-fluid .zigzag-textboxinner .zigzag-subtext ul li:before { position:absolute; content:""; top: 16px; left: 0; width: 6px; height: 2px; background:#6c767c; }
.row-fluid .zigzag-textboxinner .link-style2 a { color: #2A62FC; }
.row-fluid .zigzag-textboxinner .link-style2 a:after{ background-image:url('//cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Images/Animation%20Images/link3-arrow.png'); }


.row-fluid .dgtl_relation_section { width:100%; float:left; padding:150px 0; }
.row-fluid .dgtl_relation_section .wrapper { width:1696px; max-width:100%; padding:0 20px; }
.row-fluid .dgtl_relation_box { width:100%; float:left; }
.row-fluid .dgtl_relation_left { width:42%; float:none; display:inline-block; vertical-align:middle; margin:0 -2px; padding-right:60px; }
.row-fluid .dgtl_relation_box .visitor-titlebox {  }
.row-fluid .dgtl_relation_box .visitor-titlebox h2 { width:100%; padding-left: 90px; }
.row-fluid .dgtl_relation_box .visitor-titlebox h2 span { width:100%; display: inline-block; float: none; }  
.row-fluid .dgtl_relation_box .visitor-titlebox h2:before { right: auto; left: 0; }
.row-fluid .dgtl_relation_right {  width:58%; float:none; display:inline-block; vertical-align:middle; margin:0 -2px;  }
.row-fluid .dgtl_relation_rgt_part {  width:25%; float:none; display:inline-block; vertical-align:top; margin:0 -2px; padding:50px 10px 0 10px; text-align:center;  }
.row-fluid .dgtl_relation_img { height:170px; width: 100%; display: flex; align-items: center; margin-bottom:20px; } 
.row-fluid .dgtl_relation_img img { max-height:80px; width:auto; margin: 0 auto; }
.row-fluid .dgtl_relation_link.link-style2 a { float:none; display:inline-block; }


/* Full Page  */
.row-fluid .fllpg_main_section { width:100%; float:left; padding:100px 0;  }
.row-fluid .fllpg_main_section h2, .row-fluid .fllpg_main_section h3, .row-fluid .fllpg_main_section h4,
.row-fluid .fllpg_main_section h5, .row-fluid .fllpg_main_section h6 {  margin-bottom:15px;  }
.row-fluid .fllpg_main_section blockquote { width:100%; float:left; padding:30px; background: #0B2B5A; color:#fff;  font-size:20px; line-height:30px; position:relative;     margin: 30px 0; }
.row-fluid .fllpg_main_section blockquote:before { position: absolute;  content: "";  height: 28px;  width: 40px;  left: 15px; top: 15px; background: url(https://cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Images/quote.png) no-repeat center center; background-size: cover; }


/*  Error Page */
.row-fluid .error_hero_section  { width:100%; float:left; padding:200px 0; background-size:cover; }
.row-fluid .error_hero_section:before { width: 100%; height: 100%; position: absolute; content: ""; top: 0; left: 0; background: rgba(11, 43, 90, 0.7);}
.row-fluid .error_body_section {  width:100%; float:left; padding:100px 0;  text-align:center; }
.row-fluid .error_body_section .btn-style { margin-top:20px; }

.row-fluid .error_hero_section h1  { font-size:80px; line-height:90px; font-weight:700; }

/*  */
.row-fluid .adr_hero_section.hero-section {}
.row-fluid .adr_hero_section.hero-section:before {  position: absolute; content: ""; top: 50%; right: 0; width: 60%; height: 100%; background: url(https://cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Images/Adblock%20Recovery%20back%20img.png) center left no-repeat;    background-size: cover; transform: translateY(-50%);}

.row-fluid .dgt_hero_section .link-style a { color:#EB4C51; font-weight:700; }
.row-fluid .dgt_hero_section .link-style a:after { background:url("https://cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Images/color-link-arrow.png") no-repeat center center; }

/* 03-10-2019 */
.row-fluid .landing-header { padding: 30px 0; border: none; }
.row-fluid .landing-hero-section { position: relative; padding: 240px 0 130px; min-height: 100vh; }
.row-fluid .landing-hero-section:before { content: ""; background-image: url(https://cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Images/Bg.png); background-size: 100% 100%; background-position: center; position: absolute; left: 0; top: 0; width: 75vw; height: 720px; z-index: -1; }
.row-fluid .landing-hero-left { width: 32%; }
.row-fluid .form-landing { background: #fff; padding: 34px 35px 40px ; box-shadow: 0px 3px 15px rgba(0, 40, 56, 0.1); margin-bottom: 90px; }
.row-fluid .form-landing .hs-form-field .hs-input { background: #FFFFFF; border: 0.5px solid rgba(103, 103, 103, 0.2); height: 40px; letter-spacing: 3.5px; color: #EB4C51; border-radius: 0; padding: 5px 22px; line-height: normal; font-size: 12px; }
.row-fluid .form-landing .hs-form-field .hs-input::placeholder { color: #EB4C51 !important; }
.row-fluid .form-landing .hs-form-field > label { display: none; }
.row-fluid .form-landing .hs-form-field { margin-bottom: 28px; }
.row-fluid .form-landing input.hs-button { background: transparent; box-shadow: none; width: auto; font-size: 12px; color: #EB4C51; letter-spacing: 3.5px; text-transform: uppercase; height: auto; padding: 10px 21px 10px 15px; display: inline-block; vertical-align: middle; }
.row-fluid .form-landing .hs-submit { text-align: right; }
.row-fluid .form-landing .hs-submit .actions:after { content: "\f105"; font-family: FontAwesome; color: #EB4C51; right: 0; font-size: 28px; display: inline-block; vertical-align: middle; position: absolute; position: absolute; transition: all 0.5s; }
.row-fluid .form-landing .hs-submit .actions { display: inline-block; position: relative; }
.row-fluid .form-landing .hs-submit .actions:hover:after { color: #0b2b5a;}
.row-fluid .form-landing .hs-submit .actions:hover input.hs-button { color: #0b2b5a; }
.row-fluid .key-light { margin: 0; }
.row-fluid .key-light img { width: 100%; }
.row-fluid .landing-hero-right { margin: 0; width: 68%; padding-left: 200px; }
.row-fluid .power-statement-title h1 { font-size: 72px; line-height: 90px; margin-bottom: 30px; font-family: 'AvenirNextLTProBold'; }
.row-fluid .power-statement-content { font-size: 18px; line-height: 28px; letter-spacing: 0.5px; }
.row-fluid .power-statement-content p { padding: 20px 0; }

.row-fluid .landing-footer { padding: 0; }
.row-fluid .landing-footer .copyright-section { padding: 40px 0; margin: 0; font-size: 14px; line-height: 18px; color: rgba(255, 255, 255, 0.6); }
.row-fluid .power-statement-content ul li { margin-bottom: 24px; }

/* */
.row-fluid .landing2-header { padding: 24px 0; border-bottom: 1px solid rgba(103, 103, 103, 0.1); }
.row-fluid .landing-hero-section-v2 { padding: 130px 0 60px; min-height: 100vh; }
.row-fluid .landing-hero-img img { width: 100%; }
.row-fluid .landing-hero-img { margin-bottom: 50px; }
.row-fluid .power-statement-title h2 { margin-bottom: 34px; }
.row-fluid .form-landing .submitted-message {  text-align: center; background: #0B2B5A; color: #fff; padding: 4px 14px; font-size: 14px; }

/*  blog */
.row-fluid .main-blog-section { padding: 140px 0 0;  background: #FAFAFB; }
.hs-blog-listing .main-blog-section .wrapper { width: 100%; max-width: 1400px; padding:0 15px; }
.row-fluid .blog-left { width: 70%; }
.row-fluid .blog-right { width: 30%; margin: 0; padding-left: 30px; }
.post-listing-post .post-item { background: #fff; box-shadow: 0px 3px 15px rgba(0, 40, 56, 0.1); width: 100%; float: left; height: 315px; position: relative; margin-bottom: 30px; }
.post-listing-post .post-item .hs-featured-image-wrapper { width: 600px; height: 315px; float: left;  position: absolute; top: 0; bottom: 0; }
.post-listing-post .post-item .post-header { float: right; width: calc(100% - 600px); padding: 20px 8px 15px 20px; }
.post-listing-post .post-item .hs-featured-image-wrapper img { width: 100%; max-width: 100%; margin: 0; height: 100%; object-fit: cover; }
.post-listing-post .post-item .post-header h2 { font-size: 24px; line-height: 40px; width: 100%; float: left; margin-bottom: 40px; }
.post-listing-post .post-item .post-header a { color: #0B2B5A; display: inline-block; }
.post-listing-post .post-item .post-header a:hover { color: #eb4c51; }
.post-listing-post .post-item .post-header .topic-link { letter-spacing: 3.5px; font-size: 14px; color: #EB4C51; text-transform: lowercase; display: inline-block; }
.post-listing-post .post-item .post-header .hubspot-editable { font-weight: 400; font-size: 15px; line-height: 28px; letter-spacing: 0.5px; color: rgba(60, 72, 108, 0.5); }
.post-listing-post .post-item .post-header .hubspot-editable a { color: rgba(60, 72, 108, 0.5); }
.post-listing-post .post-item .post-header .hubspot-editable a:hover{ color: #eb4c51; }

.post-listing-post .topic-wrap-row{ margin-bottom: 14px; }

.row-fluid .blog-cta-box { background: #0B2B5A; text-align: center; padding: 60px 30px 40px; }
.row-fluid .blog-cta-box h4 { color: #fff; font-weight: 800; font-size: 18px; line-height: 30px; margin-bottom: 40px; }
.row-fluid .blog-cta-box .btn-style a { padding: 21px 30px; min-width: 208px; }

.row-fluid .blog-category { margin-bottom: 35px; position: relative; z-index: 1; }
.row-fluid .blog-category h3 { background: #FFFFFF; border: 0.25px solid rgba(103, 103, 103, 0.5); letter-spacing: 3.5px; text-transform: uppercase; font-size: 12px; color: #EB4C51; padding: 14px 38px 14px 18px; line-height: normal; position: relative; cursor: pointer; }
.row-fluid .blog-category h3:after { content: "\f107"; font-family: 'FontAwesome'; position: absolute; right: 10px; font-size: 28px; font-weight: 500; top: 0; bottom: 0; margin: auto; height: 28px; transition: all 0.5s ease; }
.row-fluid .blog-category h3.active:after { -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);; }
.row-fluid .blog-category .block { position: relative; width: 100%; float: left; }
.row-fluid .blog-category .block .widget-module { position: absolute; background: #fff; width: 100%; border: 1px solid rgba(103, 103, 103, 0.5); top: 100%; display: none;  border-top: none; }
.row-fluid .blog-category .block .widget-module ul {padding: 0;list-style: none;margin: 0;}
.row-fluid .blog-category .block .widget-module ul li a { padding: 5px 15px; width: 100%; float: left; font-size: 13px; border-bottom: 1px solid rgba(103, 103, 103, 0.5); text-transform: uppercase; }
.row-fluid .blog-category .block .widget-module ul li .filter-link-count { display: none; }
.row-fluid .blog-category .block .widget-module ul li:last-child a { border-bottom: none; }

.follows-icon-section { width: 100%; float: left; padding: 60px 0 0; }
.follows-icon-section h6 { letter-spacing: 3.5px; font-size: 13px; font-family: 'Lato', sans-serif; color: #EB4C51; margin-bottom: 18px; }
.follows-icon-section ul { padding: 0; margin: 0; list-style: none; }
.follows-icon-section ul li { display: inline-block; }
.follows-icon-section ul li a { display: inline-block; vertical-align: top; height: 60px; width: 60px; border: 1.5px solid #282828; text-align: center; line-height: 58px; color: #282828; font-size: 20px; position: relative; }
.follows-icon-section ul li a:before { position:absolute; content:""; height:100%; width:0; top:0; left:0; background:#EB4C51; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s; }
.follows-icon-section ul li a:hover:before { width:100%;  }
.follows-icon-section ul li i { z-index: 1; position: relative; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s; }
.follows-icon-section ul li a:hover i { color: #fff; }

.row-fluid .blog-trial-section { background-color: #fafafb; } 
.load-more { width: 100%; float: left; text-align: center; padding: 65px 0 30px; }
.load-more a { font-size: 12px; line-height: 14px; letter-spacing: 3.5px; text-transform: uppercase; display: inline-block; vertical-align: middle; }
.load-more a i { font-size: 24px; display: inline-block; vertical-align: middle; line-height: 9px; margin-left: 8px; }

.blog-hero-section { width: 100%; float: left; text-align: center; }
.blog-hero-section img.hs-featured-image { width: 100%; float: left; max-width: 100%; margin: 0; height: 330px; object-fit: cover; }
.blog-hero-section h2 { margin-bottom: 40px; }
.blog-hero-section .section.post-header { padding: 40px 15px; width: 100%; float: left; }
.blog-hero-section .hubspot-editable { font-size: 20px; line-height: 50px; }
.blog-hero-section .hubspot-editable > div { display: inline-block; vertical-align: middle; }
.blog-hero-section .hubspot-editable .hs-author-avatar img { width: 60px; height: 60px; border-radius: 100%; object-fit: cover; display: inline-block; vertical-align: middle; margin-right: 12px; }
.blog-hero-section .hubspot-editable .hs-author-avatar a { display: inline-block; vertical-align: middle; color: #0B2B5A; }
.blog-hero-section .hubspot-editable .hs-author-avatar span { display: inline-block; vertical-align: middle; }
.blog-hero-section .hubspot-editable .hs-author-avatar a:hover { color: #f44336; }
.blog-hero-section .hubspot-editable .hs-author-avatar a { margin-right: 6px; }
.blog-hero-section .hubspot-editable .hs-author-avatar a.topic-link { text-transform: uppercase; color: #EB4C51; }
.blog-hero-section .hubspot-editable .hs-author-avatar a.topic-link:hover { color: #0B2B5A; }
.blog-hero-section .hubspot-editable .topic-wrap { text-transform: uppercase; }

.row-fluid .listingInner-sideBar-section { background: #132D58; padding: 3px 18px 20px; border-radius: 8px; }
.row-fluid .listingInner-logo { text-align: center; margin-bottom: 38px; }
.row-fluid .listingInner-logo img { width: 100%; max-width: 150px !important; }
.row-fluid .form-blog { background: #F7F8F9; padding: 30px 20px 24px; text-align: center; border-radius: 8px; }
.row-fluid .form-blog .hs-form-field .hs-input { height: 40px; border: 1px solid rgba(0, 0, 0, 0.2); }
.row-fluid .form-blog .hs-form-field { margin-bottom: 12px; }
.row-fluid .form-blog .hs-form-field > label { display: none; }
.row-fluid .form-blog h3 { font-size: 20px; margin-bottom: 30px; }
.row-fluid .account-login { text-align: center; }
.row-fluid .form-blog .submitted-message { text-align: center; background: #0B2B5A; color: #fff; padding: 4px 14px; font-size: 14px; }

.row-fluid .form-blog .hs-submit .hs-button { display: inline-block; padding: 8px 26px; color: #fff; background: #EB4C51; border-radius: 2px; font-family: 'AvenirNextLTProRegular'; position: relative; overflow: hidden; font-size: 14px; box-shadow: none; width: auto; height: 40px; line-height: normal; min-width: 160px; }
.hs-blog-post .row-fluid .blog-left { width: 68%; }
.hs-blog-post .row-fluid .blog-right { width: 32%; }
.hs-blog-post .main-blog-row > div > div { display: flex; }
.hs-blog-post .row-fluid .blog-right > div { position: -webkit-sticky; position: -moz-sticky; position: -ms-sticky; position: -o-sticky; position: sticky; top: 20px; }

.row-fluid .main-blog-row .section.post-body { font-size: 16px; line-height: 28px; }
.row-fluid .main-blog-row .section.post-body h3 { margin: 30px 0 30px; }
.row-fluid .main-blog-row .section.post-body h4 { margin: 20px 0; }
.row-fluid .main-blog-row .section.post-body h5 { margin: 20px 0; }
.row-fluid .main-blog-row .section.post-body h6 { margin: 20px 0; }

.row-fluid .main-blog-row .section.post-body blockquote { font-size: 38px; line-height: 50px; font-weight: 700; color: #0B2B5A; margin: 30px 0; padding: 0 65px 0 100px; position: relative; }
.row-fluid .main-blog-row .section.post-body blockquote:before {content: "";width: 50px;height: 4px;background: #0B2B5A;display: inline-block;position: absolute;left: 0;top: 44px;}
.row-fluid .blog-post-inner-section { display: flex; }
.blog-post-inner-section .social-sharing .share-buttons { position: -webkit-sticky; position: -moz-sticky; position: -ms-sticky; position: -o-sticky; position: sticky; top: 20px; padding: 0; margin: 0; list-style: none; }
.row-fluid .blog-post-inner-section .social-sharing { margin-left: -99px; margin-right: 39px; }
.blog-post-inner-section .social-sharing .share-buttons li a { display: inline-block; vertical-align: top; height: 60px; width: 60px; border: 1.5px solid #282828; text-align: center; line-height: 58px; color: #282828; font-size: 20px; position: relative; }
.blog-post-inner-section .social-sharing .share-buttons li { margin: 0 0 8px; }

.row-fluid .form-section { background: #fff; box-shadow: 0px 3px 15px rgba(0, 40, 56, 0.1); margin: 90px 0 60px; border-radius: 8px; overflow: hidden; position: relative; }
.row-fluid .form-section .left-side-image { width: 55%; position: absolute; left: 0; top: 0; bottom: 0; }
.row-fluid .form-section .form-landing { width: 45%; margin: 0; box-shadow: none; padding: 34px  41px; float: right; }
.row-fluid .form-section .left-side-image img.hs-image-widget { width: 100%; object-fit: cover; height: 100% !important; }
.row-fluid .form-section .form-landing h3 { margin-bottom: 30px; font-size: 30px; }
.row-fluid .form-section .form-landing .hs-form-field .hs-input { font-size: 14px; }
.row-fluid .form-section .form-landing .hs-form-field { margin: 0 0 17px; }
.form-landing .hs-form-field .input { margin: 0 !important; }
.row-fluid .form-section .left-side-image > div { width: 100%; height: 100%; }

.post-listing-post .hs-author-profile { width: 100%; float: left; margin-bottom: 60px; }
.post-listing-post .hs-author-profile .hs-author-avatar { float: left; width: 124px; height: 124px; }
.post-listing-post .hs-author-profile h2 { font-size: 34px; margin-bottom: 30px; width: 100%; float: left; }
.post-listing-post .hs-author-profile .hs-author-avatar img { width: 100%; height: 100%; }
.post-listing-post .hs-author-profile .hs-author-bio { width: calc(100% - 124px); float: left; padding-left: 30px; }
.post-listing-post .hs-author-profile .hs-author-bio .hs-author-social-section { margin: 11px 0 0; width: 100%; float: left; }

/* pricing */
.row-fluid .growing-relationships-section { padding: 200px 0 0;  background: #FAFAFB; }
.row-fluid .growing-caption { text-align: center; width: 100%; max-width: 1170px; margin: auto !important; float: none; }
.row-fluid .growing-title { margin-bottom: 40px; }
.row-fluid .growing-text { font-size: 32px; line-height: 27px; color: #6C767C; }
.acc-tab-title { display: none; }

.pricing-list-title li { display: inline-block; width: 100%; text-align: center; }
.pricing-list-title { padding: 0; margin: 0; display: flex; list-style: none; }
.pricing-list-title li a { font-size: 16px; line-height: 22px; color: #0B2B5A; border: 0.5px solid #D6D6D6; height:100%; display: block; padding: 22px 20px; border-right: none; position: relative; transition: border 0s; }
.row-fluid .growing-relationships-section .wrapper { width: 100%; max-width: 1300px; }
.pricing-list-title li:last-child a { border-right: 0.5px solid #D6D6D6; }
.pricing-list-title li a.active { background: #fff; border-bottom: none; }
.pricing-list-title li a:before { content: ""; position: absolute; left: 0; right: 0; top: 0; background: transparent; height: 4px; transition: all ease 0.5s; }
.pricing-list-title li a.active:before { background: #EB4C51; }
.pricing-row { width: 100%; float: left; background: #fff; border: 0.5px solid #D6D6D6; border-top: none; }
.pricing-section { width: 100%; float: left; padding: 80px 0 0; }
.pricing-box { padding: 70px 25px; width: 100%; float: left; }
.pricing-box .pricing-top-content { width: 100%; max-width: 640px; margin: auto; text-align: center; }
.pricing-box .pricing-top-content h3 { margin-bottom: 20px; }
.pricing-box .pricing-top-content h4 { font-size: 18px; line-height: 42px; margin-bottom: 60px; }
.cta-pricing .btn-style { float: left; }
.cta-pricing .blue-btn { float: right; }
.cta-pricing { width: 100%; display: inline-block; max-width: 540px; }
.row-fluid .blue-btn a { background: #2962FF; }
.cta-pricing .btn-style a { padding: 21px 36px; font-size: 16px; line-height: 18px; min-width: 214px; }
.pricing-list-style { /* max-width: 330px; */ max-width: 530px; float: none; margin: auto; width: 100%; text-align: left; clear: both; padding: 40px 0 0; text-align:Center;   }
.pricing-list-style ul { list-style: none; padding: 0; display: inline-block; text-align:left; } 
.pricing-list-style ul li { position: relative; padding: 0 0 36px 34px; font-size: 18px; line-height: 32px; display: table; clear: both; text-align: left; }
.pricing-list-style ul li:before { content: ""; background-image: url(https://cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Images/check.svg); background-size: contain; background-position: center; width: 15px; height: 15px; display: inline-block; background-repeat: no-repeat; position: absolute; left: 0; top: 9px; }
.pricing-list-style ul li:after {content: "";display: table;clear: both;}

.pricing-bottom-btn { width: 100%; text-align: center; float: left; padding: 30px 0 0; }
.pricing-bottom-btn a { cursor: pointer; }

.pricing-main-table-row { width: 100%; float: left; }
.pricing-table-row.pricing-table-title { margin-bottom: 25px; }
.pricing-table-row { display: flex; padding: 10px 24px; float: left; width: 100%; align-items: center; }
.pricing-table-box { width: 16%; }
.pricing-table-box:first-child { width: 28%; padding-right: 60px; }
.pricing-table-row.pricing-table-title { font-size: 18px; line-height: 42px; color: #0B2B5A; font-weight: 700; }
.pricing-table-box strong { font-size: 18px; line-height: 24px; font-weight: 700; }

.row-fluid .background-grey { background: #FAFAFB; }
.row-fluid .heed-options-section { background: #FAFAFB; text-align: center; padding: 120px 10px; }
.row-fluid .need-content { width: 100%; max-width: 740px; margin: auto !important; float: none; padding-bottom: 55px; color: #6C767C; font-weight: 300; }
.row-fluid .heed-options-section .heed-options-caption { width: 100%; max-width: 1040px; margin: auto; float: none; }
.row-fluid .need-title h2 { margin-bottom: 58px; }
.border-none .logo-module-col { border: none; }
.border-none .logo-module-colwrap { border: none; }

.row-fluid .contact-hero-section {  padding: 190px 0 70px; }
.row-fluid .contact-hero-section .power-statement-title h1 {  color: #ffff; }
.row-fluid .contact-hero-section .power-statement-content { color: #fff; }
.row-fluid .contact-hero-section .power-statement-content a { color: #fff; }
.row-fluid .contact-hero-section .power-statement-content a:hover{ color:#EB4C51; }
.map-iframe-box { width: 50%; padding: 0 15px; float: left; }
.row-fluid .contact-hero-section .landing-hero-left { padding-left: 0; width: 40%; }
.map-iframe-row { margin: 0 -15px; }
.map-iframe iframe { width: 100%; float: left; height: 220px; }
.row-fluid .contact-hero-section .landing-hero-left > div { max-width: 1000%; }
.row-fluid .contact-hero-section .power-statement-content { padding-bottom: 30px; }
.row-fluid .contact-hero-section .landing-hero-right { width: 60%; padding-left: 170px; }
.row-fluid .form-landing .hs-form-field textarea.hs-input { height: 200px; padding: 16px 20px; }
.row-fluid .form-landing .hs-form-field{     padding-bottom: 0 !important; }
.map-iframe { width: 100%; float: left; }
.map-iframe-text { width: 100%; float: left; font-size: 16px; line-height: 28px; color: #3C486C; padding: 35px 0 0; }
.row-fluid .contact-hero-section .form-landing { margin-bottom: 0; }

.related-post-section {width: 100%; float: left; padding: 20px 0 80px; }
.related-item { width: calc(100% / 3 - 30px); float: left; margin: 0 15px; box-shadow: 0 0 18px -5px rgba(0, 0, 0, 0.3); background: #F7F8F9; }
.related-post-row { margin: 0 -15px; }
.related-image .related-img {width: 100%; float: left;  height: 190px; background-position: center; background-size: cover; background-repeat: no-repeat; }
.related-blog-tags { margin-bottom: 10px; }
.related-contain { width: 100%; float: left; padding: 28px 20px; }
.rel-title {width: 100%; float: left; margin-bottom: 12px; }
.rel-title h2 { font-size: 22px; line-height: 34px;  width: 100%; float: left;  }
.rel-title h2 a { display: block; }
.rel-content { margin-bottom: 30px; width: 100%; float: left; }
.related-contain .read-more { width: 100%; float: left; }
.row-fluid .animated { -webkit-animation-duration: 0.5s; animation-duration: 0.5s; }

/*  */
.row-fluid .header-v3 { background: #0b2b5a; position: relative; }
.row-fluid .contact-hero-section .form-landing > div { width: 100%; max-width: 500px; margin: auto; }

.case-study-sidebar { background-color: #132d58; padding: 3px 18px 20px; border-radius: 8px; }

.wave-divider { width: 100%; text-align: center; }

/* Media Query Start */
@media (min-width:1700px){
    .row-fluid .landing-header .wrapper { width: 100%; padding: 0 75px; }
    .row-fluid .landing-hero-section .wrapper { width: 100%; max-width: 1530px; }
    .row-fluid .landing-hero-right { padding-left: 240px; }
    .row-fluid .landing-hero-left {padding-left: 80px;}
    .row-fluid .landing-hero-left > div { width: 100%; max-width: 400px; }
}

@media (min-width:1500px){
    
}

@media (max-width:1700px){
    
    .hs-blog-listing .main-blog-section .wrapper { max-width: 1200px; }
    .post-listing-post .post-item { height: 210px; }
    .post-listing-post .post-item .hs-featured-image-wrapper { width: 400px; height: 210px; }
    .post-listing-post .post-item .post-header { width: calc(100% - 400px); }
    .post-listing-post .post-item .post-header h2 { font-size: 20px; margin-bottom: 25px; line-height: 30px; }
    .post-listing-post .post-item .post-header .topic-link { letter-spacing: 3.5px; font-size: 11px; color: #EB4C51; text-transform: lowercase; display: inline-block; }
    .post-listing-post .post-item .post-header .hubspot-editable { font-weight: 400; font-size: 12px; line-height: 28px; letter-spacing: 0.5px; color: rgba(60, 72, 108, 0.5); }
    .load-more { padding-bottom: 0; }
    
    .row-fluid .blog-post-inner-section .social-sharing { margin-left: 0; }
    .blog-post-inner-section .social-sharing .share-buttons li a { height: 50px; width: 50px; line-height: 46px; }
    .row-fluid .blog-post-inner-section .social-sharing { margin-right: 24px; }
    .row-fluid .form-blog h3 { font-size: 18px; margin-bottom: 17px; }
    .row-fluid .form-blog { padding: 20px 20px 14px; }
    .row-fluid .main-blog-row .section.post-body blockquote { font-size: 24px; line-height: 34px; margin: 30px 0; }
    .row-fluid .main-blog-row .section.post-body h3 , .row-fluid .main-blog-row .section.post-body h4 , .row-fluid .main-blog-row .section.post-body h5 , .row-fluid .main-blog-row .section.post-body h6 { margin: 20px 0; }

}

@media (max-width:1500px){
    .row-fluid .dgtl_relation_link.link-style2 a { float: none; display: inline-block; letter-spacing: 2px;}
    
    .row-fluid .landing-hero-section { padding: 190px 0 80px; }
    .row-fluid .landing-hero-left { width: 36%; }
    .row-fluid .landing-hero-right { width: 64%; padding-left: 130px; }
    .row-fluid .landing-hero-section:before { height: 650px;}
    .row-fluid .power-statement-title h1 { font-size: 50px; line-height: 75px; margin-bottom: 20px; }
    
    /* */
    .row-fluid .growing-relationships-section .wrapper {  width: 100%; max-width: 1170px; }
}

@media (min-width:1200px){
    .row-fluid .dgtl_zigzag_section .zigzag-col { padding: 90px 0; }
    .row-fluid .dgtl_zigzag_section .zigzag-col:nth-child(even) .zigzag-textbox {     padding-left: 3%; }
    .row-fluid .dgtl_zigzag_section .zigzag-imgbox { width:50%;  }
    .row-fluid .dgtl_zigzag_section .zigzag-textbox {  width:50%; }
    .row-fluid .dgtl_zigzag_section .zigzag-textboxinner {     width: 470px; }
}


@media (min-width: 1201px) and (max-width: 1600px){
    .row-fluid .top .wrapper, .row-fluid .hero-section .wrapper, .row-fluid .footer .wrapper { padding:0 20px; }    
    .row-fluid .visitor-titlebox h2 { padding-left:60px; }
    .row-fluid .visitor-titlebox h2:before { right:auto; left:0; } 
}


@media (min-width: 992px) and (max-width: 1200px){

    .row-fluid .wrapper {  width:920px; }
    .row-fluid .top .wrapper, .row-fluid .hero-section .wrapper { padding:0 20px; }
    .row-fluid .dgtl_relation_rgt_part { width:50%; }
}

@media (min-width: 768px) and (max-width: 991px){

    .row-fluid .wrapper {  width:720px; }
    .row-fluid .top .wrapper, .row-fluid .hero-section .wrapper { padding:0 20px; }
    
}
@media (max-width: 991px){ 
    .row-fluid .dgtl_relation_rgt_part { width:25%; }
    .row-fluid .dgtl_relation_left { width:100%; padding:0; text-align:center; }
    .row-fluid .dgtl_relation_right { width:100%; }
    .row-fluid .dgtl_relation_box .visitor-titlebox h2 { width:600px; float: none; display: inline-block;  max-width: 100%; padding:0; }
    .row-fluid .dgtl_relation_box .visitor-titlebox h2:before { display:none; }
    .row-fluid .dgtl_relation_img img { max-height: 100px; max-width: 120px; }
    .row-fluid .dgtl_relation_img { height:100px; }
    .row-fluid .dgtl_relation_section { padding:100px 0; }
    .row-fluid .error_hero_section h1  { font-size:70px; line-height:80px; }
    
    /* */
    .blog-post-inner-section .social-sharing .share-buttons li a { height: 40px; width: 40px; line-height: 36px; font-size: 16px; }
    .hs-blog-post .row-fluid .blog-left { width: 65%; }
    .hs-blog-post .row-fluid .blog-right { width: 35%; }
    .row-fluid .listingInner-logo img { max-width: 130px !important; }
    .row-fluid .listingInner-logo { margin-bottom: 27px; }
    .row-fluid .form-blog h3 { font-size: 16px; margin-bottom: 14px; line-height: 24px; }
    .row-fluid .form-blog { padding: 18px 16px 14px; }
    .row-fluid .account-login { font-size: 14px; }
    .row-fluid .form-blog .hs-submit .hs-button { padding: 8px 20px; }
    .row-fluid .form-section { margin: 60px 0 50px; }
    .row-fluid .form-section .form-landing { padding: 34px 30px; }
    .row-fluid .form-section .form-landing h3 { margin-bottom: 26px; font-size: 24px; line-height: 26px; }
    .row-fluid .form-section .form-landing .hs-form-field { width: 100%; margin: 0; padding: 0 0 20px !important; }
    .row-fluid .main-blog-row .section.post-body blockquote { padding: 0 24px 0 70px; }
    
    
}
  .row-fluid .mainmenu2 .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:30px 34px; line-height:19px; color:#EB4C51; font-size:16px; line-height:30px; font-family:'AvenirNextLTProRegular'; text-transform:capitalize; }
  .row-fluid .mainmenu2 .hs-menu-wrapper > ul > li > a , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:30px 34px; line-height:19px; color:#EB4C51; font-size:16px; line-height:30px; font-family:'AvenirNextLTProRegular'; text-transform:capitalize; }
      .row-fluid .mainmenu2 .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:14px; line-height:24px; padding:20px 20px;color:#fff; }

@media (min-width: 768px) and (max-width: 1200px){
    
    h1 { font-size:40px; line-height:46px; }
    h2 { font-size:26px; line-height:36px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:24px; line-height:28px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:14px; line-height:24px; padding:20px 20px;}
  .row-fluid .mainmenu2 .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:14px; line-height:24px; padding:20px 20px; color:#EB4C51;}
  .row-fluid .mainmenu2 .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:30px 34px; line-height:19px; color:#EB4C51; font-size:16px; line-height:30px; font-family:'AvenirNextLTProRegular'; text-transform:capitalize; }
  .row-fluid .mainmenu2 .hs-menu-wrapper > ul > li > a , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:30px 34px; line-height:19px; color:#EB4C51; font-size:16px; line-height:30px; font-family:'AvenirNextLTProRegular'; text-transform:capitalize; }
  .row-fluid .mainmenu2 .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited
  .row-fluid .btn-style a, .row-fluid a.btn-style { padding:10px 20px; }
    
    .row-fluid .hero-section { padding:150px 0 200px; }
    
    .row-fluid .visitor-titlebox h2 { padding-left:60px; }
    .row-fluid .visitor-titlebox h2:before { right:auto; left:0; } 
    .row-fluid .visitor-contentbox { padding-right:0; }
    
    .row-fluid .zigzag-col { padding:40px 0; }
    .row-fluid .zigzag-col:nth-child(odd) .zigzag-textboxinner { padding-left:30px; }
    .row-fluid .zigzag-col:nth-child(even) .zigzag-textboxinner { padding-right:30px; }
    .row-fluid .zigzag-col:nth-child(even) .zigzag-textbox { padding-left:0; }
    
    .row-fluid .free-trial-section { padding:180px 0; }
    
    .row-fluid .step-contentwrap { float:right; width:calc(80% - 20px); }
    
    .row-fluid .testimonial-section { padding:70px 30px 0px 30px; }
    .row-fluid .client-contentbox { padding-left:30px; }
    .row-fluid .client-quotebox:before { left:-6px; }
    .row-fluid .client-imgbox { height:100px; width:200px; }
    .row-fluid .client-contentbox { width:calc(100% - 200px); }
    .row-fluid .client-namebox { padding-bottom:40px; }
        
    .testimonial-section { padding:70px 30px 0px 30px; }
    .client-contentbox { padding-left:30px; }
    .client-quotebox:before { left:-6px; }
    .client-imgbox { height:100px; width:200px; }
    .client-contentbox { width:calc(100% - 200px); }
    .client-namebox { padding-bottom:40px; }
    
    /* Footer */
    .row-fluid .footer .wrapper { padding:0 20px; }
    .row-fluid .footer-menu .hs-menu-wrapper > ul > li > a { font-size:16px; padding:10px 10px; }  
    .row-fluid .footer-social ul li a { height:30px; width:30px; line-height:28px; font-size:12px; }
    
    /* */
}

@media(max-width:1199px){
    .row-fluid .landing-hero-right { padding-left: 90px; width: 60%;}
    .row-fluid .landing-hero-section { padding: 150px 0 70px; }
    .row-fluid .landing-hero-left { width: 40%; }

    /* */
    .row-fluid .landing2-left { width: 60%; padding-right: 40px; }
    .row-fluid .landing2-right { width: 40%; margin: 0; }
    .row-fluid .power-statement-content p { padding: 12px 0; }
    .row-fluid .power-statement-title h2 { margin-bottom: 24px; }

    /* blog */
    .row-fluid .main-blog-section { padding: 100px 0 0; }
    .hs-blog-listing .main-blog-section .wrapper { max-width: 920px; }
    .post-listing-post .post-item .hs-featured-image-wrapper {  width: 280px; height: 147px; } 
    .post-listing-post .post-item .post-header {  width: calc(100% - 280px);  padding: 12px 12px 12px 12px; }
    .post-listing-post .post-item .post-header h2 { font-size: 14px; line-height: 20px;  margin-bottom: 0px; }
    .post-listing-post .topic-wrap-row { margin-bottom: 8px; }
    .post-listing-post .post-item .post-header .topic-link { font-size: 10px; line-height: 10px; }
    .post-listing-post .post-item .post-header .hubspot-editable { font-size: 11px; line-height: 10px; }
    .post-listing-post .post-item { height: 147px; margin-bottom: 24px; }
    .row-fluid .blog-left { width: 66%; }
    .row-fluid .blog-right { width: 34%; }
    .row-fluid .blog-cta-box .btn-style a { padding: 15px 20px; min-width: auto; }
    .load-more {  padding-top: 20px; }
    .post-listing-post .hs-author-profile h2 { font-size: 24px; }
    
    /* */
    .row-fluid .growing-relationships-section { padding-top: 140px; }
    .row-fluid .growing-relationships-section .wrapper { padding: 0 15px; }
    .pricing-box { padding: 56px 10px;}
    .row-fluid .heed-options-section { padding: 70px 10px; }
    .row-fluid .need-title h2 { margin-bottom: 24px; }
    
    .pricing-table-box:first-child { width: 20%; padding-right: 40px; }
    .pricing-table-box strong { font-size: 14px; line-height: 20px; display: block;}
    .pricing-table-row {font-size: 14px; line-height: 22px; padding: 8px 0; }
    .pricing-table-row.pricing-table-title { font-size: 14px; line-height: 24px; margin-bottom: 14px; }

    .row-fluid .contact-hero-section .landing-hero-right { width: 50%; padding-left: 80px; }
    .row-fluid .contact-hero-section .landing-hero-left { width: 50%; }
    .row-fluid .contact-hero-section { padding: 140px 0 70px; min-height: auto; }
    
    /* */
    .rel-title h2 { font-size: 18px; line-height: 25px; }
    .rel-content { font-size: 14px; line-height: 22px;  margin-bottom: 20px; }
}


@media (max-width:991px){
    /**/
    .row-fluid .power-statement-title h1 { font-size: 36px; line-height: 40px; margin-bottom: 30px; } 
    .row-fluid .landing-hero-right {  padding-left: 60px; }
    
    /* */
    .post-listing-post .post-item .hs-featured-image-wrapper { width: 200px; height: 105px; }
    .post-listing-post .post-item .post-header { width: calc(100% - 200px); }
    .post-listing-post .post-item .post-header h2 { font-size: 12px; line-height: 16px;  margin-bottom: 0px; }
    .post-listing-post .topic-wrap-row { margin-bottom: 8px; line-height: 20px; }
    .post-listing-post .post-item .post-header .topic-link { font-size: 10px; line-height: 10px; }
    .post-listing-post .post-item .post-header .hubspot-editable { font-size: 11px; line-height: 10px; }
    .post-listing-post .post-item { height: 105px; }
    .row-fluid .blog-right { padding-left: 20px; }
    .row-fluid .blog-category { margin-bottom: 24px; }
    .row-fluid .blog-cta-box { padding: 40px 20px 36px; }
    .row-fluid .blog-cta-box h4 { font-size: 14px; line-height: 24px; margin-bottom: 24px; }
    .follows-icon-section { padding-top: 30px; }
    .follows-icon-section ul li a { height: 50px; width: 50px; line-height: 48px; }
    
    /* */
    .pricing-table-box:first-child { padding-right: 14px; width: 18%; }
    .pricing-box { padding-bottom: 40px; }
    
    .row-fluid .contact-hero-section .landing-hero-right { padding-left: 40px; }
    .map-iframe-box { width: 100%; }
    .map-iframe-text { padding: 15px 0; }
/*     .map-iframe-row { margin: 0; } */
    .row-fluid .contact-hero-section .form-landing {  padding: 22px 14px; }
    
    /* */
    .related-image .related-img { height: 160px; }
    .related-contain { padding: 18px 15px; }
    .related-post-section { padding-bottom: 60px; }
    
}

@media (min-width: 768px){

    a.mobile-trigger, span.child-triggerm { display:none !important; }
    .row-fluid .mainmenu .hs-menu-wrapper { display:block !important; }
  
    .row-fluid .mainmenu ul > li > ul { width:auto; min-width:220px; background:#fff; padding:15px 0; text-align:left; }
    .row-fluid .mainmenu ul > li > ul:before { position:absolute; content:""; border:10px solid transparent; bottom:100%; left:20px; border-bottom-color:#fff; border-top:0; }
    .row-fluid .mainmenu ul > li > ul > li > a { color:#EB4C51; font-size:14px; font-weight:600; text-transform:none; padding:10px 20px; line-height:22px; white-space:normal !important; position:relative; font-family:'AvenirNextLTProRegular'; }
    .row-fluid .mainmenu ul > li > ul > li > a:before { position:absolute; content:""; height:100%; width:0; background:#EB4C51; left:0; top:0; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; z-index:-1; }    
    .row-fluid .mainmenu ul > li > ul > li > a:hover:before { width:100%; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
    .row-fluid .mainmenu ul > li > ul > li:hover > a { color:#fff; } 
    .row-fluid .dark_blue_top .mainmenu ul > li > ul { background:#0B2B5A; }
    .row-fluid .dark_blue_top .mainmenu ul > li > ul:before { border-bottom-color: #0B2B5A; }
    .row-fluid .dark_blue_top .row-fluid .mainmenu ul > li > ul > li > a { color:#fff; }
    
}

@media (min-width: 30px) and (max-width: 767px){
    
    h1 { font-size:30px; line-height:36px; }
    h2 { font-size:26px; line-height:36px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:24px; line-height:28px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
    
    .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }
    
    .row-fluid .top { padding:15px 0; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul { float:left; width:100%; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:15px 15px; font-weight:700; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { background:transparent; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { background:#f9f9f9; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { text-indent:10px; font-weight:700; padding:15px 15px; border-bottom:1px solid; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:last-child > a { border:0; }
    .row-fluid .top-cta { float:left; width:100%; }
    .row-fluid .top-cta a { width:100%; }
    
    .row-fluid .hero-section { background-color:#0b2b5a; background-image:none !important; padding:100px 0 50px; }
    .row-fluid .hero-leftbox { padding:0 0 30px; }
    .row-fluid .hero-richtext { float:none; display:inline-block; vertical-align:top; }
    .row-fluid .hero-contentbox { text-align:center; }
    .row-fluid .hero-contentbox .link-style a, .row-fluid .hero-contentbox a.link-style { padding-left:0; float:none; display:inline-block; vertical-align:top; margin-top:15px; margin-left:-15px; }
    .row-fluid .hero-section .btn-style a { padding:15px 20px; }
    .row-fluid .hero-section .hero-ctabox .hero-cta { width:100%; text-align:center; }
    .row-fluid .hero-rightbox img { width:400px !important; max-width:100% !important; float:none; display:inline-block; vertical-align:top; }
    
    .row-fluid .visitor-section .wrapper { padding-bottom:30px; }
    .row-fluid .visitor-titlebox { float:left; width:100%; }
    .row-fluid .visitor-contentbox { float:left; width:100%; padding:0; }
    .row-fluid .visitor-titlebox h2 { padding-left:0; }
    .row-fluid .visitor-titlebox h2:before { display:none; }
    .row-fluid .visitor-titlebox h2 br { display:none; }
    
    .row-fluid .zigzag-col { padding:20px 0; }
    .row-fluid .zigzag-imgbox { float:left; width:100%; margin:0; text-align:center; }
    .row-fluid .zigzag-imgbox img { float:none; display:inline-block; vertical-align:top; width:400px !important; max-width:100% !important; }
    .row-fluid .zigzag-textbox { float:left; width:100%; margin:0; padding:30px 0 0; font-size:16px; line-height:24px; }
    .row-fluid .zigzag-textboxinner, .row-fluid .zigzag-col:nth-child(odd) .zigzag-textboxinner { text-align:center; float:none; } 
    .row-fluid .zigzag-textbox .link-style2 a, .row-fluid .zigzag-textbox a.link-style2 { float:none; display:inline-block; vertical-align:top; }
    .row-fluid .zigzag-subtext { margin:0 0 10px; }  
    .row-fluid .zigzag-col:nth-child(even) .zigzag-textbox { padding-left:0; }
    .row-fluid .zigzag-col:nth-child(even) .zigzag-textboxinner { float:none; }
    
    .row-fluid .free-trial-section { /*background-color:#0b2b5a; background-image:none !important;*/ padding:70px 0;  background:url(https://cdn2.hubspot.net/hubfs/4763680/Admiral_2019/Images/relation-bg_mobile.png) center no-repeat !important;     background-size: cover !important; }
    
    .row-fluid .step-section { padding:50px 0; }
    .row-fluid .step-raw { padding-bottom:0 !important; }
    .row-fluid .step-titlebox { width:100%; text-align:center; }
    .row-fluid .step-contentwrap { width:100%; padding:50px 0 0; border:0; line-height:26px; }
    .row-fluid .step-contentcol { width:100% !important; text-align:center !important; padding:40px 15px 25px 15px; background:#f9f9f9; margin-bottom:50px; position:relative; } 
    .row-fluid .step-contentcol:last-child { margin:0; }
    .row-fluid .step-contentcol:nth-child(2) { position:relative; top:auto; left:0; transform:none; }
    .row-fluid .step-titlebox h3 { max-width:210px; margin:0 auto; min-height:80px; display:flex; align-items:center; }
    .row-fluid .step-titlebox h3 br { display:none; }
    .row-fluid .step-contentcol:before, .row-fluid .step-contentcol a.circle-link { top:0 !important; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; margin-top:-24px; }
    .row-fluid .step-contentcol span.sameheight { height:auto !important; } 
    
    .row-fluid .logo-module-section { padding-bottom:55px !important; }
    .row-fluid .logo-module-col { width:50%; }
    .row-fluid .logo-module-colnew { border-bottom:1px solid #E4E4E4; }
    .row-fluid .logo-module-colnew:last-child { border:0; }
      
    .row-fluid .testimonial-section { padding:50px 0 150px; }
    .row-fluid .testimonial-wrap { padding-right:0; padding-bottom:40px; }
    .row-fluid .client-contentbox { padding:40px 0 0; width:100%; }
    .row-fluid .testimonial-col { text-align:center; }
    .row-fluid .client-imgbox { float:none; display:inline-block; vertical-align:top; height:100px; width:200px; }
    .row-fluid .client-namebox { padding-bottom:40px; }
    .row-fluid .client-quotebox:before { left:0; }
    .row-fluid .testimonial-section .slick-arrow { top:100%; right:auto; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
    .row-fluid .testimonial-section .slick-arrow.slick-prev { left:calc(50% - 25px); } 
    .row-fluid .testimonial-section .slick-arrow.slick-next { left:calc(50% + 20px); }
    .row-fluid .testimonial-section .pagingInfo { bottom:auto; right:auto; left:50%; top:calc(100% + 65px); -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
  
    .testimonial-section { padding:50px 0 150px; }
    .testimonial-wrap { padding-right:0; padding-bottom:40px; }
    .client-contentbox { padding:40px 0 0; width:100%; }
    .testimonial-col { text-align:center; }
    .client-imgbox { float:none; display:inline-block; vertical-align:top; height:100px; width:200px; }
    .client-namebox { padding-bottom:40px; }
    .client-quotebox:before { left:0; }
    .testimonial-section .slick-arrow { top:100%; right:auto; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
    .testimonial-section .slick-arrow.slick-prev { left:calc(50% - 25px); } 
    .testimonial-section .slick-arrow.slick-next { left:calc(50% + 20px); }
    .testimonial-section .pagingInfo { bottom:auto; right:auto; left:50%; top:calc(100% + 65px); -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
    
    .row-fluid .hero-ctabox .hero-cta { width:100%; }
    
    .row-fluid .dgt_hero_section .link-style a { margin-bottom:25px; }
    
    /* Footer */
    .row-fluid .footer-menusection > div > div { display:inline-block; width:100%; float:left; text-align:center; }
    .row-fluid .footer-menu { margin:15px 0; float:left; width:100%; }
    .row-fluid .footer-menu .hs-menu-wrapper > ul > li { width:100%; }
    .row-fluid .footer-menu .hs-menu-wrapper > ul > li > a { padding:5px 10px; }
    .row-fluid .footer-social ul { float:left; width:100%; }
    
    .row-fluid .dgt_hero_section.hero-section .hero-leftbox ul { text-align: left; display: inline-block;  float: none; }
    .row-fluid .zigzag-textboxinner .hero-cta {  margin: 10px 30px 10px 0; }
    
    
    .row-fluid .dgtl_relation_rgt_part { width: 50%; }
    .row-fluid .dgtl_relation_section { padding:80px 0; }
    .row-fluid .dgt_hero_section.hero-section {  padding: 140px 0 60px; }
    .row-fluid .dgt_hero_section .hero-leftbox { padding: 0 0 0; }
    
    .row-fluid .error_hero_section h1  { font-size:50px; line-height:60px; }
    .row-fluid .adr_hero_section.hero-section:before { top: auto; transform: translateY(0); bottom: 0; height: 70%; width: 100%;}

    /* */
    .post-listing-post .hs-author-profile .hs-author-bio { width: 100%;  padding: 30px 0 0; }
    .post-listing-post .hs-author-profile { margin-bottom: 30px; }
    
    /* */
    .related-post-section { padding-bottom: 30px; padding-top: 0; }
    .related-item { width: calc(100% / 1 - 30px); margin: 0 auto 30px; max-width: 360px; float: none;  clear: both; }
    .related-item:after, .related-item:before {content: "";display: table;clear: both;}

}

@media (max-width:500px){
    .row-fluid .dgtl_relation_rgt_part { width: 100%;}
    .row-fluid .adr_hero_section.hero-section:before { height: 62%; }
}

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

@media (max-width:767px){

    .mainmenu, .mainmenu li, .mainmenu li a { display:block; float:none; position:static; top:auto; right:auto; left:auto; bottom:auto; padding:0px; margin:0px; background-image:none; background-color:transparent; border:0px; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; max-width:none; width:100%; height:auto; line-height:1; font-weight:normal; text-decoration:none; text-indent:0px; text-align:left; }
    a.mobile-trigger { display:inline-block !important; cursor:pointer; position:absolute; top:0; right:0; width:60px; height:60px; text-align:center; background:transparent; padding:12px 10px; z-index:99999999999; -webkit-transition:background-color 0.2s linear; font-size:16px; font-weight:normal; text-transform:uppercase; border-radius:0; -webkit-transition:color .2s ease-in; -moz-transition:color .2s ease-in; transition:color .2s ease-in; line-height:30px; text-align:left; }
    a.mobile-trigger:hover { text-decoration:none; }
    a.mobile-trigger span { display:inline; }
    a.mobile-trigger span:before { position:absolute; content:'Menu'; }
    a.mobile-trigger span:after { position:relative; right:2px; content:'Close'; opacity:0; transition:opacity .4s ease-in-out; -moz-transition:opacity .4s ease-in-out; -webkit-transition:opacity .4s ease-in-out; }

    .mobile-open a.mobile-trigger { -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background:transparent; }
    .mobile-open a.mobile-trigger span:after { opacity:1; }

    a.mobile-trigger i { display:inline; position:relative; top:-2px; margin-left:0; -webkit-transition-duration:0s; -webkit-transition-delay:.2s; -moz-transition-duration:0s; -moz-transition-delay:.2s; transition-duration:0s; transition-delay:.2s; }
    a.mobile-trigger i:before, a.mobile-trigger i:after { position:absolute; content: ''; }
    a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after { width:30px; height:3px; display:inline-block; background:#fff; }
    a.mobile-trigger i:before { margin-top:-8px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; }
    a.mobile-trigger i:after { margin-top:8px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; }
    .mobile-open a.mobile-trigger i { background-color:rgba(0,0,0,0.0); -webkit-transition-delay:.2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.mobile-trigger i:before { margin-top:0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.mobile-trigger i:after { margin-top:0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    
    .dark_blue_top a.mobile-trigger i, .dark_blue_top a.mobile-trigger i:before, .dark_blue_top a.mobile-trigger i:after  { background:#0B2B5A; }
    .mobile-open .dark_blue_top  a.mobile-trigger i { background-color:rgba(0,0,0,0.0);  }
    
    span.child-triggerm { display:block !important; cursor:pointer; position:absolute; top:0px; right:0; width:60px !important; height:100% !important; padding:0 !important; }
    span.child-triggerm span { position:absolute; height:30px; width:30px; left:50%; top:13px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
    span.child-triggerm span:before { position:absolute; content:""; height:14px; width:2px; left:50%; top:50%; background:#fff; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);; }
    span.child-triggerm span:after { position:absolute; content:""; height:2px; width:14px; left:50%; top:50%; background:#fff; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);; }
    span.child-triggerm.child-open span { -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);; }
       
    .mainmenu.js-enabled .hs-menu-flow-horizontal, .mainmenu.js-enabled .hs-menu-children-wrapper { display:none; }  
    .mainmenu ul.hs-menu-children-wrapper { visibility:visible !important; opacity:1 !important; position:static !important; display:none; }
    
    .mainmenu.js-enabled .hs-menu-flow-horizontal { position:absolute; top:60px; left:0px; width:100%; padding:0px; background-color:#094c8e; width:100%; z-index:8888; }
  
    .mainmenu .hs-menu-flow-horizontal > ul > li { position:relative; }
    .mainmenu .hs-menu-flow-horizontal > ul > li { border-bottom:1px solid #5f8ab5; }
    .mainmenu .hs-menu-flow-horizontal > ul > li:last-child { border-bottom:0; } 
    .row-fluid .dark_blue_top .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .dark_blue_top .mainmenu .hs-menu-wrapper > ul > li > a:visited { color:#fff; }
    .row-fluid .dark_blue_top .mainmenu .hs-menu-wrapper > ul > li > a:hover { color: #0B2B5A; }
    
    .mainmenu .hs-menu-flow-horizontal > ul ul ul li a { text-indent:30px; }
    .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a { text-indent:50px; }

    /* */
    .row-fluid .landing-hero-section:before { height: 440px; width: 100%; background-size: cover; }
    .row-fluid .landing-hero-section { background: transparent; }
    .row-fluid .landing-hero-left { width: 100%; }
    .row-fluid .form-landing { padding: 46px 26px;  margin-bottom: 50px; }
    .row-fluid .landing-hero-right { width: 100%; padding: 50px 0 0; }
    
    .row-fluid .landing-hero-section-v2 { padding: 100px 0 60px;} 
    .row-fluid .landing2-left {  width: 100%; padding: 0 0 30px; }
    .row-fluid .landing2-right { width: 100%;}
    .row-fluid .landing-hero-img { margin-bottom: 30px; }
    .row-fluid .landing2-right .form-landing { margin-bottom: 0; }
    .row-fluid .landing-footer .copyright-section { padding: 20px 0; }
    
    /* */
    .row-fluid .blog-left { width: 100%; padding-bottom: 30px; }
    .row-fluid .blog-right { width: 100%; padding: 0; }
    .follows-icon-section { text-align: center; padding-bottom: 40px; }
    .post-listing-post .post-item .hs-featured-image-wrapper { width: 100%; height: auto; position: relative; }
    .post-listing-post .post-item .hs-featured-image-wrapper img { height: auto; }
    .post-listing-post .post-item .post-header { width: 100%; text-align: center; }
    .post-listing-post .post-item { height: auto; }
    .post-listing-post { width: 100%; max-width: 480px; margin: auto; }
    .row-fluid .listing-sideBar-section { max-width: 480px; float: none; margin: auto !important; }
    
    /* */
    .blog-hero-section img.hs-featured-image { height: 240px; }
    .row-fluid .blog-post-inner-section { display: block; }
    .row-fluid .blog-post-inner-section .social-sharing { margin: 0 0 20px; text-align: center; }
    .blog-post-inner-section .social-sharing .share-buttons li { display: inline-block; margin: 0 2px; }
    .hs-blog-post .main-blog-row > div > div { display: block; }
    .hs-blog-post .row-fluid .blog-left { width: 100%; }
    .hs-blog-post .row-fluid .blog-right { width: 100%; }
    .row-fluid .form-section .form-landing { width: 100%; }
    .row-fluid .form-section .left-side-image { position: relative; width: 100%; }

    .row-fluid .main-blog-row .section.post-body blockquote { padding: 0 24px 0 50px; font-size: 18px; line-height: 24px; margin: 10px 0; }
    .row-fluid .main-blog-row .section.post-body blockquote:before { width: 30px; top: 28px; }
    
    .blog-hero-section .hubspot-editable .hs-author-avatar img { clear: both; margin: 0 0 20px; }
    .blog-hero-section .hubspot-editable .hs-author-avatar { text-align: center; font-size: 16px; line-height: 35px; }
    .blog-hero-section .hubspot-editable .hs-author-avatar a { clear: both; display: block;}
    .blog-hero-section .section.post-header { padding: 40px 15px 20px; }
    
    ul.pricing-list-title { display: none; }
    .pricing-list-style ul { padding-left: 0; }
    .row-fluid .growing-text { font-size: 24px; line-height: 28px; }
    .pricing-section { padding-top: 44px; }
    .row-fluid .growing-title { margin-bottom: 30px; }
    .acc-tab-title { display: block; width: 100%; border: 0.5px solid #D6D6D6; font-size: 16px; position: relative; padding: 10px 45px 10px 15px; margin-bottom: 16px; }
    .acc-tab-title:after {content: "\f067";font-family: 'FontAwesome';position: absolute;right: 20px;top: 0;bottom: 0;margin: auto;height: 26px;}
    .acc-tab-title.active:after { content: "\f068"; }
    .pricing-row { background: transparent; border: none; }
    .pricing-box { padding: 30px; text-align: left; border: 0.5px solid #D6D6D6; margin-bottom: 20px; }
    .pricing-box .pricing-top-content { text-align: left; max-width: 100%; }
    .cta-pricing .btn-style a { text-align: center; padding: 15px 26px; min-width: auto; }
    .cta-pricing .blue-btn { float: left; }
    h4.acc-tab-title.active { margin-bottom: 0; border-bottom: 0; }
    .cta-pricing .btn-style { float: none; display: inline-block; margin: 0 3px 14px; }
    .pricing-box .pricing-top-content h4 { margin-bottom: 30px; }
    .pricing-list-style { padding-top: 0; }
    .pricing-list-style { float: left; }
    .pricing-list-style ul li:last-child { padding-bottom: 0; }
    
    .pricing-table-row.pricing-table-title { display: none; }
    .pricing-table-row { display: block; text-align: center; border: 0.5px solid #D6D6D6; padding: 0 0 17px; width: 100%; max-width: 350px; clear: both; margin: 0 auto 20px; float: none; vertical-align: top; }
    .pricing-table-box { width: 100% !important; padding: 16px 10px 0 !important; }
    .pricing-table-title-mob { display: block !important; background: #eb4c51; color: #fff; padding: 10px 3px; margin-bottom: 15px; }
    .pricing-main-table-row { text-align: center; }

    .row-fluid .growing-relationships-section { padding-top: 110px; }
    .row-fluid .heed-options-section { padding: 40px 10px 60px; }
    .row-fluid .background-grey .logo-module-section { background: #FAFAFB; }
    
    .row-fluid .contact-hero-section .landing-hero-left {  width: 100%;} 
    .map-iframe-box { width: 50%; }
    .row-fluid .contact-hero-section .landing-hero-right { width: 100%; padding: 40px 0 0; }
    .row-fluid .form-landing .hs-form-field {  padding: 0 !important; }

    .row-fluid .contact-hero-section:before { height: 140px; background-size: contain;  background-repeat: no-repeat;  background-position: left top; }
    .row-fluid .contact-hero-section { padding-top: 140px; }
    .row-fluid .contact-hero-section .power-statement-title h1 {  color: #0B2B5A;  margin-bottom: 20px; }
    .row-fluid .contact-hero-section .power-statement-content { color: #3C486C; }
    .row-fluid .contact-hero-section .power-statement-content a { color: #3C486C; }

}


@media (max-width:480px){
    .pricing-box { padding: 25px 15px; }
    .pricing-list-style ul li { padding: 0 0 12px 24px; font-size: 16px; }
    
    .map-iframe-box { width: 100%; margin: auto; float: left; }
    .row-fluid .contact-hero-section .landing-hero-right { padding-top: 20px; }



}