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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */

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


@import url('//fonts.googleapis.com/css?family=Lato:400,400i,700|Montserrat:700,700i');

@font-face {
  font-family:'FontAwesome';
  src: url('//3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/Nukon_June2017-theme/Font/fontawesome-webfont.eot') format('embedded-opentype'),
    url('//3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/Nukon_June2017-theme/Font/fontawesome-webfont.woff') format('woff'),
    url('//3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/Nukon_June2017-theme/Font/fontawesome-webfont.ttf') format('ttf');
  font-weight:normal;
  font-style:normal
}

.fa {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}




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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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

/* =============== Base =============== */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  color:#26265e;
  font-family: Lato,"Arial", "Sans-Serif";
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1310px;
  margin: 0 auto;
  padding-left:15px;
  padding-right:15px;
}

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat';
  font-weight: bold;
  line-height: normal;
  margin: 10px 0;
  text-rendering: optimizelegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 36px;
  color: #295291;
}
h2 {
  font-size:30px;
}
h3 {
  font-size:24px;
}
h4 {
  font-size:18px;
}
h5 {
  font-size:16px;
}
h6 {
  font-size:14px;
}

/* Anchor Links */
a { color: #26265e;
  text-decoration: none;
  text-decoration: none;
  color: #34495e;
  -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, a:focus {color: #f15a32; text-decoration: none;}





ul, ol {
  padding: 0 20px;
  margin: 0;
}

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

p {
  margin: 10px 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

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

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

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


/* =============== EU Cookie Confirmation Bar =============== */

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

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

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


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


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

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

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


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

.header-container-wrapper {}


.header-container {
  min-height:140px !important;
}
.header-section .top-header-section {
  background: #667c88;
  color: #fff;
  padding: 8px 0;
  line-height: normal;
}

.header-container .header-section {
  box-shadow: 0 -2px 4px 0;
  position:fixed;
  width: 100% !important;
  background: #fff;
  z-index: 9999;
}
.header-section .top-header-section {
  background:#667c88;
  color:#fff;
  padding:8px 0;
  line-height: normal;
}
.back-to-site-text, .header-section .top-header-section .contact-number {
  width:auto !important;
  line-height:normal;
}
.back-to-site-text a {
  color: #ffffff;
  font-size:13px;
}
.back-to-site-text a:hover {
  color:#5ec293;
}

.back-to-site-text span::before {
  content: url("//2066495.fs1.hubspotusercontent-na1.net/hubfs/2066495/Nukon-June2016/Images/back-to-sage-automation-icon.png");
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.header-section .top-header-section .contact-number a {
  color:#fff;
  font-size:13px;
}
.header-section .top-header-section .contact-number a:hover{
  color:#5ec293;
}
.header-section .top-header-section .contact-number a:before {
  content: url("https://www.sageautomation.com/hubfs/sage-automation/Nukon-June2016/Images/Nukon-phone-num-icon.png");
  display: inline-block;
  margin: 0 6px 0 0;
  vertical-align: middle;
}
.header-section .header-navigation-section {
  padding:25px 0 0;
}

.banner-section {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100% !important;
}
.banner-section .page-center{
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding-top: 153px;
  padding-bottom: 125px;
}

.banner-text-container {
  background: rgba(250,250,250,0.80) none repeat scroll 0 0;
  float: none !important;
  max-width: 765px;
  padding: 50px 50px 7px;
  text-align: center;
  width: 100%;
  border-radius: 15px;
  margin-left:auto;
  margin-right:auto;
  z-index: 9;
}
.banner-text-container h2 {
  color:#26265e;
  font-size:18px;
  font-family: 'Montserrat';
  margin: 0 0 18px;
  text-transform: uppercase;
}
.banner-text-container p {
  color: #26265e;
  float: none;
  // font-family: "Lato" !important;
  font-size: 32px;
  font-weight: 300;
  margin: 0 auto;
  max-width: 510px;
  margin-bottom:35px;
  line-height:1.4;
}

.find-out-cta:before {
  content: url("https://www.sageautomation.com/hubfs/nukon/nukon-website/Website-Assets/Nukon-right-round-arrow.png");
  left: 8px;
  position: absolute;
  top: 7px;
}
.find-out-cta:hover {
  background:none !important;
  color:#f15a32 !Important;
}
.find-out-cta:hover:before {
  content: url("//2066495.fs1.hubspotusercontent-na1.net/hubfs/2066495/Nukon-June2016/Images/right-round-hover.png") !important;
}

.after-banner-text-container {
  padding:65px 0;
  text-align:center;
}
.after-banner-text-container p {
  display:inline-block;
  float:none;
  margin:0;
  color: #26265e;
  font-size: 18px;
  max-width: 800px;
}

.solution-section {
  background-image: url("//2066495.fs1.hubspotusercontent-na1.net/hubfs/2066495/Nukon-June2016/Images/grid-bg-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align:center;
  padding:85px 0;
}
.solution-section h3 {
  font-size:24px;
  margin:0 0 40px;
  color:#fff;
  font-family: 'Montserrat';
  text-transform: uppercase;
}


.cm-horizontal-spacer {
  padding-bottom: 77px;
}

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

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

.content-wrapper {
  padding-top:65px;
  padding-bottom:65px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}



/*------ footer Section ------------ */
.footer-section {
  background:#667c88;
  color:#667c88;
  padding: 90px 0 136px;
  color:#fff;
}
.footer-section .back-to-site-text {
  margin-top: 50px;
}
.footer-section .page-center {
  max-width:1200px!important;
}
.footer-section .footer-heading h4 {
  color:#5ec293;
  font-size:14px;
  font-family: 'Montserrat';
  margin-bottom: 10px;
  -webkit-margin-after: 12px;
  text-transform: uppercase;
}
.footer-section .footer-text p {
  font-size:14px;
  color:#fff;
  line-height: 1.8;
}
.footer-section .footer-text a {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 10px;
}
.footer-section .footer-text a img.icon{
  display: inline-block;
  float: none;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.footer-section .footer-text ul {
  padding:0;
  list-style:none;
}
.footer-section  .footer-text ul li {
  margin: 0 0 10px;
  padding-left: 27px;
  position: relative;
}
.footer-section  .footer-text ul li a {
  font-size:14px;
  margin:0;
}
.footer-section  .footer-text ul li:before {
  background-image: url("https://www.sageautomation.com/hubfs/nukon/nukon-website/Website-Assets/Nukon-right-round-arrow.png");
  background-size: 100% auto;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 5px;
  vertical-align: middle;
  width: 17px;
}
.footer-section .nukon-footer-container  {
  padding-right: 40px;
}
.footer-section .quick-links a:hover, 
.footer-section .footer-text ul li a:hover,
.footer-section .footer-text a:hover, 
.footer-section .footer-row-2 .footer-bottom-menu ul li a:hover {
  color: #5ec293;
}
.footer-section .quick-links-container {
  padding-left:20px;
}
.footer-section .blog-footer-container {
  padding-right:70px;
}
.footer-section .footer-row-2 {
  border-top:1px solid #fff;
  margin-top:30px;
  -webkit-margin-before:31px;
  padding-top:26px;
  -webkit-padding-before:27px;
}
.footer-section .footer-row-2 .copyright-text {
  font-size:13px;
  color:#fff;
}
.footer-section .footer-row-2  .footer-bottom-menu {
  text-align:right;
}
.footer-section .footer-row-2  .footer-bottom-menu ul li {
  margin-left:0px;
  display:inline-block;
}
.footer-section .footer-row-2 .footer-bottom-menu ul li a {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 10px 20px 10px 17px;
  white-space: nowrap;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.landing-page-footer .footer-section {
  padding: 0px;
}




.footer-section .footer-row-2  .footer-bottom-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  float: right;
}

.footer-section .back-to-site-text a {
  font-size: 15px;
}

/* ---------------- Footer End ------------------- */

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


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

/* Parent List */


.custom-menu-primary .hs-menu-wrapper>ul {
  display: block !important;
  float: right;
  padding: 0 0;
  text-transform: uppercase;
  font-size: 14px;
  margin-top:12px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  padding: 0 41px 33px 45px;
  margin:0;
  float:none !important;
  display:inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  padding-right:0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-size:16px;
  color:#667c88;
  text-transform:uppercase;
  border-bottom:2px solid transparent;
  padding: 0 4px 6px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li >a:hover , 
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  border-color:#4ebc89;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a::after {
  display:none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper:before {
  display:none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul{
  border: 0 none;
  left: 0 !important;
  margin: 0;
  padding: 20px;
  top: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  min-width: 150px;
  box-shadow: 0 1px 1px 0 #cccccc;
  background: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper li {
  margin:0 0 8px;
  height:auto;
  padding:0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  font-size:14px;
  color:#667c88;
  text-transform: none;
  border: 0 none !important;
  padding: 0 4px 6px;
}
.header-section .header-navigation-section .custom-menu-primary ul li ul.hs-menu-children-wrapper li:hover {
  background:none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  color:#4ebc89;
}


.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}





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


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

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

@media (max-width: 767px){


  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul 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;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .cta_border_button {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    -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;
    font-family: 'Montserrat',sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #34495e;
    border-color: #34495e;
    -webkit-appearance: none;
    right: 20px;
  }
  .cta_border_button.mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    background: #667c88;
    color:#fff;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{

  }


  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;

  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .header-with-search .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position: absolute;
    z-index:2;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 10px;
    left: 0;

    box-shadow: box-shadow: none;;
    z-index:2;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    padding: 0 15px;
    font-size: 16px;
    display: block;
    text-decoration: none;
    color#fff;
    line-height: 45px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    background: #667c88;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255,255,255,.35);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > a{
    color:#fff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding: 0 20px;
    box-shadow: 0 1px 1px 0 #ccc;
    background: transparent;
    overflow: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255,255,255,.08);
    border-top: 1px dotted rgba(255,255,255,.35);
    margin: 0 0 8px;
    height: auto;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 14px;
    color:#fff;
    padding: 0 15px 0 25px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul.hs-menu-children-wrapper li:first-child{
    margin-top:20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul.hs-menu-children-wrapper li:last-child{
    margin-bottom:28px;
  }
  .hs-full-width-type3 .section3 .hs-two-col-eql-cont-wrap .col-one,
  .hs-full-width-type3 .section5 .hs-two-col-eql-cont-wrap .col-one{
    margin-bottom:20px;
  }

}


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


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

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

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

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

/* Blog Columns Wrapper */


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}

/* Read More Link */
a.more-link {}


/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  padding: 10px 0 0 0;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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

.blog .reading-minutes {
  font-weight: bold;
  font-style: italic;
  color: #000;
}
.archive-post-filter ul li:nth-child(4) {
  display: none;
}
/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


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

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

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

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

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

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


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


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

/* Form Field */
.hs-form-field {}

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


body .hs-form-field,body .widget-type-google_search input[type="text"],#hs-pwd-widget-password{
  margin-bottom: 20px;
}



/* Labels and Legends */
label {}
.hs-form-field > label {
  font-size: 18px;
  color: #26265e;
  font-weight: normal;
  margin: 0 0 8px;
  display: block;
}

.hs-form .hs-error-msgs label {
  font-size: 12px;
  color: red;
  margin: 5px 0 0;
}


.hs-form .hs-error-msgs {
  margin: 0;
}


/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  font-family: 'Lato',arial,sans-serif;
  font-size: 16px;
  display: block;
  padding: 6px 12px;
  line-height:21px;
  color: #555;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  border: 1px solid #b8c2c7;
  border-radius: 0;
  outline:none;
  max-width:767px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6);
}

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

/* Separate Styles for Drop Downs */
select {}
select:focus {}

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  text-decoration: none !important;

  background: #f15a32 url(//2066495.fs1.hubspotusercontent-na1.net/hubfs/2066495/Nukon-June2016/Images/right-round-arrow.png?t=1484711442513) no-repeat scroll 7px center;
  border: 1px solid #f15a32;
  border-radius: 25px 5px 5px 25px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  padding: 14px 30px 14px 65px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  transition: all .4s ease 0;
  position: relative;
  outline:none;
  -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;
  white-space:normal !important;
  vertical-align: middle;


}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #fff url(//2066495.fs1.hubspotusercontent-na1.net/hubfs/2066495/Nukon-June2016/Images/right-round-hover.png?t=1484711442513) no-repeat scroll 7px center;
  color: #f15a32;
  outline:none;
}

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


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

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


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

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


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

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


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

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


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


.blog-sidebar {
  border: 14px solid #f8f8f8;
  padding: 40px 20px;
  margin-top: 0px !important;
}
.blog-sidebar h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: #26265e;
  text-transform: uppercase;
  font-family: 'Montserrat';
  margin-bottom: 27px;
}
.blog-sidebar ul li {
  padding-bottom: 15px;
}
.blog-sidebar .hs-form {
  margin-bottom: 25px;
}
.blog-sidebar input[type="email"],
.blog-sidebar input[type="email"] {
  width: 100%;
  margin-bottom: 10px;
}
.blog .content-wrapper {
  padding-top: 50px;
  padding-bottom: 0px;
}
.blog-sidebar #hs_form_target_blog_subscription .hs-form-field > label {
  display: none !important;
}
.blog-sidebar #hs_form_target_blog_subscription .hs-button.primary.large {
  text-transform: uppercase;
  font-family: Lato;
  text-align: center;
}
.blog-sidebar #hs_form_target_blog_subscription .actions{
  text-align: right;
}
.hs-blog-listing .content-wrapper{
  padding-bottom: 0;
}
.blog-section .post-item {
  background: #f8f8f8 none repeat scroll 0 0;
  margin: 0 0 30px !important;
  padding: 30px !important;
}
.blog-section .post-item .hs-featured-image-wrapper {
  width: 50%;
}
.blog-section .post-item .post-summary {
  margin: 0;
  padding: 0 0 0 30px;
  width: 50%;
}
.blog-section .post-item .post-header h2 {
  line-height: 1.1;
  margin-bottom: 10px;
  font-size: 30px;
  font-family: 'Lato';
}
.blog-section .post-item .post-header h2 a {
  font-size: 24px;
  color: #23235c;
  font-weight: 400;
  line-height: normal;
}
.hubspot-editable {
  width: 100%;
  color: #667c88;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  padding-bottom: 6px;
}
.post-date {
  border-right: 1px solid gray;
  padding-right: 10px;
}
.author-byline {
  padding-left: 6px;
}
.author-link {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  font-family: 'Montserrat';
  color: #23235c;
}
.blog-section .post-item .post-body p {
  font-weight: 400;
  font-size: 16px;
  color: #23235c;
  margin-top: 0;
}
.hs-blog-post .blog-section .post-body p {
  color: #23235c;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px;
  margin-top: 0;
}
.post-body a {
  color: #f15a32;
}
.blog-section .post-item .more-link {
  background-color: #f15a32;
  border: 1px solid #f15a32 !important;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .03em;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  max-width: 150px;
  margin-top: 10px;
}
.blog-section .post-item .more-link:hover,
.blog-pagination a:hover{
  color: #f15a32;
  background: 0;
}

.blog-pagination a {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 22px;
  width: auto;
  background-color: #f15a32;
  border: 1px solid #f15a32 !important;
  border-radius: 5px;
  color: #fff;
}
.blog-pagination .next-posts-link {
  float: right;
}
.blog-pagination a.previous-posts-link {
  float: left;
}

.blog-pagination {
  text-align: center;
  margin-bottom: 50px;
  clear: both;
}

.blog-section .post-header h1 {
  line-height: .9;
  margin-bottom: 12px;
  color: #295291;
}



.hs-featured-image {
  float: none;
  width: 100%;
  max-width: 100%;
  max-height: none;
  margin: 10px 0 30px 0;
}


#comment-form {
  border: 1px solid #ccc;
  border-radius: 5px;
  float: none;
  margin: 0 auto;
  max-width: 850px;
  padding: 50px;
  margin-bottom: 60px;
}
#comment-form .hs-form-field label {
  display: block;
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 700;
}
.hs-blog-post .blog-section .post-body ul,
.hs-blog-post .blog-section .post-body ol{
  padding-left: 60px;
  margin-bottom: 20px;
}

.hs-blog-post .blog-section .post-body ul li,
.hs-blog-post .blog-section .post-body ol li{
  color: #23235c;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 15px;
  margin-top: 0;
  position: relative;
  margin-bottom: 0px;
}
.hs-blog-post .blog-section .post-body blockquote {
  font-style:italic;
}
.hs-blog-post .blog-section .post-body table tr td img {
  max-width: 100%;
}
.hs-responsive-embed {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 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: 9.4%;
}
.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
  width: 100%;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 0;
}




.hs-two-column-lay .body-container .row-fluid .page-center {
  max-width: 1100px;
  padding-bottom: 50px;
}

.hs-two-column-lay .body-container .row-fluid .page-center h3 {
  font-size: 24px;
  color: #26265e;
  text-transform: uppercase;
  font-family: 'Montserrat';
  margin-bottom: 25px;
}


.hs-two-column-lay .body-container .row-fluid .page-center.content-wrapper p,
.hs-two-column-lay .body-container .row-fluid .page-center.content-wrapper a {
  font-size: 18px;
  color: #26265e;
  line-height: 1.9;
}

/*-------------------------- Blog code End ------------*/




.two-column-equal-cont-title-wrap h3.title {
  font-family: 'Lato';
  font-size: 18.5px;
  line-height: normal;
  margin: 0 0 10px 0;
}

.two-column-equal-cont-title-wrap .col-one{
  width: 40%;
  float: left;
  padding-top: 10px;
}

.two-column-equal-cont-title-wrap .col-second {
  float: left;
  width: 60%;
  padding-left: 15px;
}

.two-column-equal-cont-title-wrap .col-second h2 {
  color: #23235c;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -1px;
  margin: 0 0 7px;
  line-height: 1.3;
}
.two-column-equal-cont-title-wrap .col-second p{
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0;
  color: #26265e;
}
.two-column-equal-cont-title-wrap .col-second a{
  clear: both;
  color: #f15a32;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 11px;
  text-decoration: none;
  font-family: "Montserrat";
}
.two-column-equal-cont-title-wrap{
  margin-bottom: 30px;
}


.hs-two-column-lp-type1 .header-container {
  min-height: 100px !important;
}
.hs-two-column-lp-type1 .lp-section-header h1 {
  margin: 0 -20px 20px;
  padding: 15px 40px 15px 20px;
  position: relative;
  background: #667c88;
  border-left: 10px solid #26265e;
  color: #fff;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0;
}
.hs-two-column-lp-type1 .lp-section-header h1::after {
  content: "\f061";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 6px;
  right: -25px;
  background: #26265e;
  border: 2px solid #fff;
  border-radius: 25px;
  -webkit-box-shadow: 5px 5px 0 0 rgba(0,0,0,0.1);
  box-shadow: 5px 5px 0 0 rgba(0,0,0,0.1);
  color: #fff;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
}
.hs-two-column-lp-type1 .content-wrapper {
  padding-top: 40px;
  padding-bottom: 65px;
}
.hs-two-column-lp-type1 .lp-section-header{
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 20px;
  padding: 0 20px;
  background: transparent;
  color: #26265f;
  text-shadow: none;
}
.hs-two-column-lp-type1 .lp-section-header p {
  margin-bottom: 15px;
  opacity: .6;
}


.hs-two-column-lp-type1 .content-wrapper .cm-left-col{
  padding: 20px 50px 20px 20px;
  font-size: 13px;
  font-weight: normal;
}
.hs-two-column-lp-type1 .content-wrapper .cm-left-col p {
  max-width: 768px;
  text-align: left;
  color: #26265e;
  font-size: 14px;
  margin: 0 auto 30px;
}
.footer-section.footer-section-lp-type2 {
  padding: 0;
}
.footer-section.footer-section-lp-type2  .footer-row-2 {
  border-top: 1px solid #fff;
  margin-top: 25px;
  padding-top: 27px;
  padding-bottom: 6px;
}
.hs-two-column-lp-type1 .content-wrapper .sidebar.right {
  margin-left: 0 !important;

  padding: 40px;
  border: 5px solid #667c88;
  border-radius: 5px;
  box-shadow: 10px 10px 0 0 rgba(0,0,0,0.1);
  width: 33.33333333333333% !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
.hs-two-column-lp-type1 .content-wrapper .sidebar.right h3{
  font-size: 24px;
  margin-top: 0;
  font-family: 'Lato';
}

/* One Line Inputs */
.hs-two-column-lp-type1 .content-wrapper .sidebar.right input[type="text"],
.hs-two-column-lp-type1 .content-wrapper .sidebar.right input[type="password"], 
.hs-two-column-lp-type1 .content-wrapper .sidebar.right input[type="datetime"], 
.hs-two-column-lp-type1 .content-wrapper .sidebar.right input[type="datetime-local"], 
.hs-two-column-lp-type1 .content-wrapper .sidebar.right input[type="date"], 
.hs-two-column-lp-type1 .content-wrapper .sidebar.right input[type="month"], 
.hs-two-column-lp-type1 .content-wrapper .sidebar.right input[type="time"], 
.hs-two-column-lp-type1 .content-wrapper .sidebar.right input[type="week"], 
.hs-two-column-lp-type1 .content-wrapper .sidebar.right input[type="number"], 
.hs-two-column-lp-type1 .content-wrapper .sidebar.right input[type="email"], 
.hs-two-column-lp-type1 .content-wrapper .sidebar.right input[type="url"], 
.hs-two-column-lp-type1 .content-wrapper .sidebar.right input[type="search"], 
.hs-two-column-lp-type1 .content-wrapper .sidebar.right input[type="tel"], 
.hs-two-column-lp-type1 .content-wrapper .sidebar.right input[type="color"],
.hs-two-column-lp-type1 .content-wrapper .sidebar.right input[type="file"],
.hs-two-column-lp-type1 .content-wrapper .sidebar.right textarea,
.hs-two-column-lp-type1 .content-wrapper .sidebar.right select {
  width: 100%;
  font-family: 'Lato',arial,sans-serif;
  font-size: 16px;
  display: block;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.hs-two-column-lp-type1 .content-wrapper .sidebar.right .hs_cos_wrapper_type_rich_text {
  position: relative;
  padding-top: 20px;
  padding-left: 30px;
  border-top: 1px solid #eee;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 20px;
}

.hs-two-column-lp-type1 .content-wrapper .sidebar.right .hs_cos_wrapper_type_rich_text  .fa-lock {
  position: absolute;
  left: 0;
  top: 27px;
  font-size: 30px;
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}


.fa-lock:before {
  content: "\f023";
}

.full-width-wthout-banner-lay .body-container h2{
  font-family: 'Montserrat',sans-serif;
  margin: 10px 0;
  text-rendering: optimizelegibility;
  color:rgb(102, 102, 102);
}
.full-width-wthout-banner-lay .container-fluid .row-fluid .page-center{
  max-width:1080px;
}
.full-width-wthout-banner-lay .content-wrapper{
  padding-top:70px;
  padding-bottom:80px;
}
.full-width-wthout-banner-lay .content-wrapper ul{
  list-style:none;
  font-size:16px;
  color: #666;
}

.hs-full-width-type2 .body-container .hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 4px;
  font-size: 13px;
  color: #414141;
}




.hs-full-width-type2 .banner-text-container {
  background: transparent;
  float: none !important;
  max-width: 100%;
  padding: 0;
  text-align: left;
  width: 100%;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  z-index: 9;
}

.hs-full-width-type2 .banner-text-container  h2 {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  text-transform: none;
  font-family: 'Lato';
}
.hs-full-width-type2 .banner-section .page-center{
  padding-top: 245px;
  padding-bottom: 27px;
}



.hs-full-width-type2 .content-wrapper {
  padding-top: 55px;
  padding-bottom: 55px;
}

.hs-full-width-type2 .body-container h3 {
  font-size: 24px;
}
a#cta_button_2066495_bd80b27d-0d15-43f9-bc8a-a9326454d186,
a#cta_button_2066495_ed91a6a9-abd3-47ad-9b65-9c7923662d71{
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-family: sans-serif;
  background: rgb(241,90,50);
  color: rgb(255, 255, 255);
  border-radius: 6px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  text-shadow: none;
  border-radius: 25px 5px 5px 25px;
  padding: 14px 30px 14px 65px;
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
  border: 1px solid #f15a32;
  position: relative;
}
a#cta_button_2066495_bd80b27d-0d15-43f9-bc8a-a9326454d186 span,
a#cta_button_2066495_ed91a6a9-abd3-47ad-9b65-9c7923662d71 span{
  font-size: 18px !important;
  line-height: normal !important;
}
a#cta_button_2066495_bd80b27d-0d15-43f9-bc8a-a9326454d186:hover,
a#cta_button_2066495_3480785f-66d8-42b7-aef1-2269b7a5b522:hover,
a#cta_button_2066495_ed91a6a9-abd3-47ad-9b65-9c7923662d71:hover,
a#cta_button_2066495_3d36dcb1-bfcc-4d64-8900-fa04a7f57e4e:hover,
a#cta_button_2066495_3d36dcb1-bfcc-4d64-8900-fa04a7f57e4e:hover span,
a#cta_button_2066495_ed91a6a9-abd3-47ad-9b65-9c7923662d71:hover span,
a#cta_button_2066495_3480785f-66d8-42b7-aef1-2269b7a5b522:hover span,
a#cta_button_2066495_bd80b27d-0d15-43f9-bc8a-a9326454d186:hover span{
  background: none !important;
  color: #f15a32!Important;
}
a#cta_button_2066495_3480785f-66d8-42b7-aef1-2269b7a5b522:before,
a#cta_button_2066495_3d36dcb1-bfcc-4d64-8900-fa04a7f57e4e:before,
a#cta_button_2066495_ed91a6a9-abd3-47ad-9b65-9c7923662d71:before{
  content: url(//2066495.fs1.hubspotusercontent-na1.net/hubfs/2066495/Nukon-June2016/Images/right-round-arrow.png?t=1484711442513);
  left: 8px;
  position: absolute;
  top: 7px;
}
a#cta_button_2066495_bd80b27d-0d15-43f9-bc8a-a9326454d186:hover:before,
a#cta_button_2066495_3d36dcb1-bfcc-4d64-8900-fa04a7f57e4e:hover:before,
a#cta_button_2066495_3480785f-66d8-42b7-aef1-2269b7a5b522:hover:before,
a#cta_button_2066495_ed91a6a9-abd3-47ad-9b65-9c7923662d71:hover:before,{
  content: url(//2066495.fs1.hubspotusercontent-na1.net/hubfs/2066495/Nukon-June2016/Images/right-round-hover.png?t=1484711442513);
}

.hs-full-width-type2 .body-container .cm-left-col h3 p {
  line-height: 18px;
  font-size: 14px;
  color: #414141;
  font-weight: 300;
}
.hs-full-width-type2 .body-container .cm-right-col .hs_cos_wrapper_type_form{
  border: 14px solid #f8f8f8;
  padding: 40px 20px;
  margin-top: 0 !important;
  margin-top: 80px;
  margin-bottom: 50px;
}


.hs-full-width-type2 .body-container .cm-right-col h4 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 18px;
}
.hs-full-width-type2 .body-container .cm-right-col h3 {
  font-size: 18px;
  color: #26265e;
  text-transform: uppercase;
  font-family: 'Montserrat';
  margin-bottom: 27px;
  text-align: center;
}

.hs-full-width-type2 .body-container .cm-right-col .hs-form-field > label{
  display:none;
}
.hs-full-width-type2 .body-container .cm-right-col .hs_cos_wrapper_type_form .hs-button.primary.large {
  font-family: Lato;
  text-transform: uppercase;
}
.hs-full-width-type2 .body-container .cm-right-col .hs-form {
  padding-right: 20px;
  margin-bottom: 25px;
}
.hs-full-width-type2 .body-container .cm-right-col .actions{
  text-align:right;
}
.hs-full-width-type2 .section2{
  background-image: url(//3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/Nukon_June2017-theme/Images/grid-bg-image.png);
  background-size: cover;
  text-align: center;
}
.hs-full-width-type2 .section2 h1{
  color: #fff;
  font-weight: 100;
  margin-top: 0;
  font-family: 'Lato';
  font-size: 30px;
  line-height: normal;
  margin: 0 0 10px;
}
.cta_button.find-out-more-about-nukon-cta.enquire-cta.cta-join:before {
  content: url(//2066495.fs1.hubspotusercontent-na1.net/hubfs/2066495/Nukon-June2016/Images/right-round-arrow.png?t=1484711442513);
  left: 8px;
  position: absolute;
  top: 7px;
}
.hs-cta-wrapper a#cta_button_2066495_286490ed-9718-4f41-b74d-6618a6e19bd5 {
  position: relative;
  border-radius: 20px 5px 5px 20px !important;
  font-family: 'Montserrat' !important;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  padding: 14px 40px 14px 65px;
  text-transform:none;
  position: relative;
  border: 1px solid #f15a32 !important;
}

.hs-cta-wrapper a#cta_button_2066495_286490ed-9718-4f41-b74d-6618a6e19bd5 {
  position: relative;
  border-radius: 20px 5px 5px 20px !important;
  font-family: 'Montserrat' !important;
  font-size: 18px !important;
  font-weight: normal;
  line-height: normal;
  padding: 14px 39px 9px 65px !important;
  text-transform:none;
  position: relative;
  border: 1px solid #f15a32 !important;
}

.hs-cta-wrapper a#cta_button_2066495_286490ed-9718-4f41-b74d-6618a6e19bd5:hover, a#cta_button_2066495_286490ed-9718-4f41-b74d-6618a6e19bd5:hover {
  background: none !important;
  color: #f15a32!Important;
}
.cta_button.find-out-more-about-nukon-cta.enquire-cta.cta-join:hover:before {
  content: url(//2066495.fs1.hubspotusercontent-na1.net/hubfs/2066495/Nukon-June2016/Images/right-round-hover.png?t=1484711442513);
}

.hs-full-width-type2 .section2 .hs_cos_wrapper_type_header {
  padding-bottom: 40px;
}
.hs-full-width-type2 .section3 .hs-rss-item.hs-with-featured-image {
  border-color: #667c88 #667c88 #26265e;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px medium;
  float: left;
  margin: 27px 3.2% 27px 0;
  min-height: 321px;
  padding: 0;
  vertical-align: top;
  width: 21.4%;
}

.hs-full-width-type2 .section3 .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.hs-full-width-type2 .section3 .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  display: block;
  width: auto;
}

.hs-full-width-type2 .section3 .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
  width: 100%;
}


.hs-full-width-type2 .section3 .hs-rss-item.hs-with-featured-image {
  overflow: hidden;
}


.hs-full-width-type3 .banner-section .page-center {
  padding-top: 196px;
  padding-bottom: 168px;
}
.hs-full-width-type3 .banner-section .banner-text-container p {
  max-width: 447px;
}

.hs-full-width-type3 .section1{
  text-align:center;
}
.hs-full-width-type3 .section1 p {
  margin: 0 auto;
  color: #26265e;
  font-size: 18px;
  max-width: 500px;
}


.bottom-full-orange-section {
  background: #f15a32;
  text-align: center;
  padding: 40px 0;
}
.bottom-full-orange-section .page-header h1 {
  color: #fff;
  font-size: 18px;
  font-family: 'Montserrat';
  margin: 0 0 12px;
}


.bottom-full-orange-section .page-header p {
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  margin: 0 0 12px;
}
.bottom-full-orange-section  a#cta_button_3375090_7e94f1f3-3a92-409d-a567-d594591d5a2b,
.bottom-full-orange-section a#cta_button_3375090_7e94f1f3-3a92-409d-a567-d594591d5a2b:active,
.bottom-full-orange-section  a#cta_button_3375090_7e94f1f3-3a92-409d-a567-d594591d5a2b:active:hover{
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-family: sans-serif;
  background: rgb(241,90,50);
  color: rgb(255, 255, 255);
  border-radius: 6px;
  border-width: 0px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  text-shadow: none;
  line-height: 1.5em;
  padding: 6px 18px;
  font-size: 18px !important;
}
.bottom-full-orange-section .find-out-more-about-nukon-cta:before {
  content: url(//2066495.fs1.hubspotusercontent-na1.net/hubfs/2066495/Nukon-June2016/Images/right-round-arrow.png?t=1484711442513);
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.hs-full-width-type3 .section5{
  background-image: url(//3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/Nukon_June2017-theme/Images/support-section-bg-image.jpg);
  padding: 100px 0;
  background-size: cover;
  color: #fff;
  position: relative;
}
.hs-full-width-type3 .section5 .row-fluid .page-center,
.hs-full-width-type3 .section3 .row-fluid .page-center {
  max-width: 1060px;
}

.hs-full-width-type3 .section5 .col-one h2,
.hs-full-width-type3 .section3 .col-one h2{
  max-width: 420px;
  // font-family: "Lato";
  font-size: 26px;
  line-height: 1.4;
  padding-left: 50px;
  margin: 0 0 50px;
  font-weight: 300;
}
.hs-full-width-type3 .section3 .col-one h2 strong {
  font-family: 'Montserrat';
}
.hs-full-width-type3 .section3 .col-one h2{
  max-width: 500px;
}
.hs-full-width-type3 .section5 .hs-two-col-eql-cont-wrap .col-one,
.hs-full-width-type3 .section3 .hs-two-col-eql-cont-wrap .col-one{
  width: 57.264957265%;
}
.hs-full-width-type3 .section5 .hs-two-col-eql-cont-wrap .col-second,
.hs-full-width-type3 .section3 .hs-two-col-eql-cont-wrap .col-second{
  width: 40.170940171000005%;
  max-width: 356px;
}
.hs-full-width-type3 .section5 .hs-two-col-eql-cont-wrap .col-second h3,
.hs-full-width-type3 .section3 .hs-two-col-eql-cont-wrap .col-second h3{
  font-size: 24px;
  font-family: 'Montserrat';
  line-height: 1.4;
  margin-bottom: 35px;
}
.hs-full-width-type3 .section5 .hs-two-col-eql-cont-wrap .col-second  p,
.hs-full-width-type3 .section3 .hs-two-col-eql-cont-wrap .col-second  p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 25px;
}
.hs-full-width-type3 .section4{
  padding: 100px 0;
  text-align: center;
  position: relative;
}

.hs-full-width-type3 .section4:after,
.hs-full-width-type3 .section3:after,
.hs-full-width-type3 .section2:after{
  border-left: 45px solid rgba(0,0,0,0);
  border-right: 45px solid rgba(0,0,0,0);
  border-top: 23px solid #fff;
  bottom: -21px;
  content: "";
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 9;
}
.hs-full-width-type3 .section3:after{
  border-top: 23px solid #3c91d4;
}
.hs-full-width-type3 .section4 .row-fluid .page-center,
.hs-full-width-type3 .section2 .row-fluid .page-center{
  max-width: 800px;
}


.hs-full-width-type3 .section4 .hs_cos_wrapper_type_header h1,
.hs-full-width-type3 .section2 .hs_cos_wrapper_type_header h1{
  // font-family: "Lato";
  font-size: 32px;
  font-weight: 300;
  margin: 0 auto;
  max-width: 710px;
}
.hs-full-width-type3 .section2 .hs_cos_wrapper_type_header#hs_cos_wrapper_widget_1496132528970 h1{
  max-width: 640px;
  color:#fff;
  font-size:32px !important;
}
.hs-full-width-type3 .section2 h1 b {
  font-family: 'Montserrat';
}
.hs-full-width-type3 .section4 .hs_cos_wrapper_type_linked_image,
.hs-full-width-type3 .section2 .hs_cos_wrapper_type_linked_image{
  margin: 50px 0;
}


.hs-full-width-type3 .section4 h3,
.hs-full-width-type3 .section2 h3 {
  font-family: 'Montserrat';
  font-size: 24px;
  margin: 0 auto 55px;
  max-width: 500px;
}
.hs-full-width-type3 .section4  .hs-two-col-eql-cont-wrap p,
.hs-full-width-type3 .section2  .hs-two-col-eql-cont-wrap p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 20px;
  max-width: 353px;
  text-align: left;
}
.hs-full-width-type3 .section4 .hs-two-col-eql-cont-wrap{
  text-align:left;
  margin-bottom: 60px;
}
.hs-full-width-type3 .section2 .hs-two-col-eql-cont-wrap .span6{
  text-align:left;
}
.hs-full-width-type3 .section4 .hs-two-col-eql-cont-wrap ul li,
.hs-full-width-type3 .section2 .hs-two-col-eql-cont-wrap ul li,
.hs-full-width-type3 .section3 .hs-two-col-eql-cont-wrap ul li{
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  text-align:left;
}

.hs-full-width-type3 .section3{
  background-image: url(//3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/Nukon_June2017-theme/Images/ois-section-bg-image.jpg);
  padding: 100px 0;
  background-size: cover;
  color: #fff;
  position: relative;
}
.hs-full-width-type3 .section2{
  background: #007dd3;
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.hs-full-width-type3 .section2:after{
  border-top: 23px solid #007dd3;
}
.hs-full-width-type3 .solution-introduction-section{
  position: relative;
  background-size: cover;
  padding: 94px 0 124px;
  background-image: url(//3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/Nukon_June2017-theme/Images/intro-solutions-image.png);
  text-align: center;
}
.hs-full-width-type3 .solution-introduction-section p {
  position:relative;
  color: #26265e;
  float: none;
  font-size: 18px;
  margin: 0 auto;

  max-width: 930px;
  z-index:9;
}
.hs-full-width-type3 .solution-introduction-section:after {
  background: rgba(250,250,250,0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 0;
}
.full-width-wthout-banner-lay .body-container a {
  text-decoration: none;
  color: #34495e;
  -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;
}
.full-width-wthout-banner-lay .body-container a:hover {
  color: #02172c;
}

.hs-home-page-layt .caption.below {
  text-align: center !important;
  width: 100%;
  z-index: 9;
  border-radius: 15px;
  display: table-cell !important;
  vertical-align: middle;
}

.hs-home-page-layt .caption.below h3{
  font-size: 18.5px;
  margin: 10px 0 10px 0;
  font-family: 'Lato';
  margin-top: 0;
  line-height: normal;
  transform: perspective(2000px);
}
.hs-blog-listing .body-container .page-center.content-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
.blog.case-study .body-container-wrapper p,
.single-attr-text{
  text-align: left;
  color: #333;
  font-family: Lato;
  font-size: 16px;
}
.blog.case-study .body-container-wrapper ul li, .blog.case-study .body-container-wrapper ol li {
  color: #333;
  font-family: Lato;
  font-size: 16px;
  text-align: left;
  margin: 0px 25px;
}
.blog.case-study .body-container-wrapper ul, .blog.case-study .body-container-wrapper ol {
  margin-bottom: 20px;
}
.blog.case-study .single-attr-heading h2 {
  border-bottom: 2px solid;
  color: #26265e;
  font-family: 'Montserrat';
  font-size: 25px;
  padding-bottom: 8px;
  text-align: center;
  margin-top: 20px;
}
.featured-image-container {
  position: relative;
}
.featured-image-container #hubspot-topic_data {
  position: absolute;
  background: #23235c;
  color: #fff;
  top: 20px;
  padding: 5px 10px;
}
.featured-image-container #hubspot-topic_data a.topic-link{
  color: #fff;
}
@media(min-width:1902px){
  .hs-home-page-layt .caption.below p{
    font-size: 28px;
  }
}
.hs-home-page-layt .hs_cos_gallery_main,
.hs-home-page-layt .hs_cos_gallery_thumbnails,
.hs-home-page-layt .hs_cos_gallery_lightbox {
  padding: 0;
  margin-bottom:0;
}
.hs-home-page-layt .slick-prev:before,
.hs-home-page-layt .slick-next:before{
  content:none !important;
}

.hs-home-page-layt .slick-prev{
  position: absolute;
  cursor: pointer;
  display: block;
  background: url(//3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/Nukon_June2017-theme/Images/left-arrow-new.png) no-repeat scroll center center rgba(102, 124, 136, 0) !important;
  background-position: -3px -33px;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 30px;
  z-index: 99;
  transform-origin: 0px 0px 0px;
  transform: scale(0.90619);
}


.hs-home-page-layt .slick-prev:hover {
  background: url(//3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/Nukon_June2017-theme/Images/left-arrow-new.png) no-repeat scroll center center rgba(102, 124, 136, 0.5) !important;
  background-position: -123px -33px;
}
.hs-home-page-layt .slick-next{
  width: 60px;
  height: 60px;
  z-index: 99;
  top: 50%;
  right: 30px;
  position: absolute;
  cursor: pointer;
  display: block;
  background: url(//3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/Nukon_June2017-theme/Images/right-arrow-new.png) no-repeat scroll center center rgba(102, 124, 136, 0) !important;
  background-position: -63px -33px;
  transform-origin: 0px 0px 0px;
  transform: scale(0.90619);
}
.hs-home-page-layt .slick-next:hover{
  background: url(//3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/Nukon_June2017-theme/Images/right-arrow-new.png) no-repeat scroll center center rgba(102, 124, 136, 0.5) !important;
  background-position: -183px -33px;
}
.hs-home-page-layt .caption.below p{
  color: #26265e;
  float: none;
  // font-family: "Lato" !important;
  font-size: 32px;
  font-weight: 300;
  margin: 0 auto;
  max-width: 510px;
  margin-bottom: 30px;
  line-height: 1.4;
  transform: perspective(2000px);
}
.hs-home-page-layt .caption.below h1, 
.hs-home-page-layt .caption.below h2, 
.hs-home-page-layt .caption.below h3, 
.hs-home-page-layt .caption.below h4, 
.hs-home-page-layt .caption.below h5, 
.hs-home-page-layt .caption.below h6{
  color: #26265e;  
}

.hs-home-page-layt .section1.section{
  text-align:center;
}
.hs-home-page-layt .section1.section p {
  display: block;
  float: none;
  margin: 0 auto;
  color: #26265e;
  font-size: 18px;
  max-width: 800px;
}

.hs-home-page-layt .section2.section{
  background-image: url('https://3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/green.png');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding:85px 0 210px 0;
}
.hs-home-page-layt .section2.section .hs_cos_wrapper_type_rich_text h3{
  font-size: 24px;
  margin: 0 0 60px;
  color: #fff;
  font-family: 'Montserrat';
  text-transform: uppercase;

}
.four-col-equal-cont-wrap .solution-item {
  border: 2px solid #fff;
  float: left;
  width: 25%;
  text-align: center;
  color: #fff;
  padding: 35px;
  min-height: 320px;
  margin-left: -2px;
}
.four-col-equal-cont-wrap .solution-item .image {
  margin-bottom: 20px;
  min-height: 115px;
}

.four-col-equal-cont-wrap .solution-item .text p {
  float: none;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
  max-width: 245px;
}
.four-col-equal-cont-wrap .solution-item:hover {
  border-color: #f15a32;
  position: relative;
  z-index: 9;
}
.hs-home-page-layt .section2.section .row-fluid .page-center {
  max-width: 1285px;
}

.hs-home-page-layt .section3.section .hs_cos_wrapper_type_rich_text p {
  color: #26265e;
  float: none;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 830px;
}
.hs-home-page-layt .section3.section .hs_cos_wrapper_type_rich_text{
  margin-bottom:60px;
}
.hs-home-page-layt .section3.section{
  padding: 65px 0;
  text-align: center;
  background: #ecedef;
}
.hs-home-page-layt .section3.section .row-fluid .page-center {
  max-width: 1110px;
}
.three-col-equal-img-cont-wrap .span4 {
  margin: 0;
  border-right: 1px solid #d5d5d5;
  padding: 0 60px;
  min-height: 325px;
}
.three-col-equal-img-cont-wrap .span4:last-child{
  border-right: none;
}
.hs-full-width-type3 .section2 .hs-two-col-eql-cont-wrap .col-second p strong {
  font-family: 'Montserrat';
}

.three-col-equal-img-cont-wrap .span4 .image {
  margin-bottom: 20px;
}
.three-col-equal-img-cont-wrap .span4 h4.title {
  margin-bottom: 15px;
  font-size: 20px;
  color: #4ebc89;
  font-weight: normal;
}

.three-col-equal-img-cont-wrap .span4 .content {
  color: #26265e;
  font-size: 14px;
  line-height: 1.5;
  max-width: 209px;
}
.hs-home-page-layt .section4.section {
  padding: 60px 0;
  text-align: center;
}

.hs-home-page-layt .section4.section  p {
  max-width: 768px;
  margin: 0 auto 30px;
  float: none;
  color: #26265e;
  font-size: 14px;
}
.hs-home-page-layt .section4.section .hs_cos_wrapper_type_rich_text h3{
  color: #26265e;
  font-size: 24px;
  font-family: 'Montserrat';
  margin: 0 0 40px;
}
.hs-home-page-layt .section5.section {
  background: #f6f6f6;
  padding: 65px 0;
}
.hs-home-page-layt .section5.section .hs_cos_wrapper_type_rich_text h3 {
  color: #26265e;
  font-size: 24px;
  font-family: 'Montserrat';
  margin: 0 0 40px;
  padding-left: 20px;
}
.hs-home-page-layt .section5.section .row-fluid .page-center {
  max-width: 1240px;
}
.hs-home-page-layt .section5 .hs-rss-module.feedreader_box .hs-rss-item {
  margin-bottom: 0;
  width: 100%;
  max-width: 33.33%;
  padding: 0 20px;
  float: left;
}
.hs-home-page-layt .section5 .hs-rss-item-image-wrapper {
  display: block;
  width: auto;
}
.hs-home-page-layt .section5 .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-featured-image {
  width: 100%;
}

.hs-home-page-layt .section5 .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: 100%;
  padding: 0;
  margin-top: 30px;
}


.hs-home-page-layt .section5 .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-title {
  font-size: 20px;
  color: #26265e;
  margin-bottom: 20px;
  display: block;
}
.hs-home-page-layt .section5 .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-description p {
  color: #26265e;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 0;
}

.bottom-full-orange-section a#cta_button_3375090_243df60f-2aab-429c-9804-a164b409d0dc:active, 
.bottom-full-orange-section #cta_button_3375090_243df60f-2aab-429c-9804-a164b409d0dc:active:hover,
.bottom-full-orange-section a#cta_button_3375090_243df60f-2aab-429c-9804-a164b409d0dc:hover {
  background: #f15a32;
}


.hs-home-page-layt .banner-text-container h2 {
  color: #26265e;
  font-size: 18.5px;
  font-family: 'Lato';
  margin: 0 0 10px;
  text-transform: uppercase;
}
.hs-full-width-type3 .section4 .hs_cos_wrapper_type_header h1{
  color: #23235c;
}
.hs-full-width-type3 .section4 .hs_cos_wrapper_type_header h1 b {
  font-family: 'Montserrat';
}

.hs-full-width-type3 .section4 .hs-two-col-eql-cont-wrap {
  color: #23235c;
}

.hs-full-width-type3 .section4 .hs-two-col-eql-cont-wrap p strong {
  font-family: 'Montserrat';
}

.hs-full-width-type2 .body-container .cm-left-col input[type="text"],
.hs-full-width-type2 .body-container .cm-left-col input[type="password"], 
.hs-full-width-type2 .body-container .cm-left-col input[type="datetime"], 
.hs-full-width-type2 .body-container .cm-left-col input[type="datetime-local"], 
.hs-full-width-type2 .body-container .cm-left-col input[type="date"], 
.hs-full-width-type2 .body-container .cm-left-col input[type="month"], 
.hs-full-width-type2 .body-container .cm-left-col input[type="time"], 
.hs-full-width-type2 .body-container .cm-left-col input[type="week"], 
.hs-full-width-type2 .body-container .cm-left-col input[type="number"], 
.hs-full-width-type2 .body-container .cm-left-col input[type="email"], 
.hs-full-width-type2 .body-container .cm-left-col input[type="url"], 
.hs-full-width-type2 .body-container .cm-left-col input[type="search"], 
.hs-full-width-type2 .body-container .cm-left-col input[type="tel"], 
.hs-full-width-type2 .body-container .cm-left-col input[type="color"],
.hs-full-width-type2 .body-container .cm-left-col input[type="file"],
.hs-full-width-type2 .body-container .cm-left-col textarea,
.hs-full-width-type2 .body-container .cm-left-col select,
#comment-form input[type="text"],
#comment-form input[type="password"], 
#comment-form input[type="datetime"], 
#comment-form input[type="datetime-local"], 
#comment-form input[type="date"], 
#comment-form input[type="month"], 
#comment-form input[type="time"], 
#comment-form input[type="week"], 
#comment-form input[type="number"], 
#comment-form input[type="email"], 
#comment-form input[type="url"], 
#comment-form input[type="search"], 
#comment-form input[type="tel"], 
#comment-form input[type="color"],
#comment-form input[type="file"],
#comment-form textarea,
#comment-form select{
  width: 100%;
  font-family: 'Lato',arial,sans-serif;
  font-size: 16px;
  display: block;
  padding: 6px 12px;
  line-height: 34px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#comment-form input[type="text"],
#comment-form input[type="password"], 
#comment-form input[type="datetime"], 
#comment-form input[type="datetime-local"], 
#comment-form input[type="date"], 
#comment-form input[type="month"], 
#comment-form input[type="time"], 
#comment-form input[type="week"], 
#comment-form input[type="number"], 
#comment-form input[type="email"], 
#comment-form input[type="url"], 
#comment-form input[type="search"], 
#comment-form input[type="tel"], 
#comment-form input[type="color"],
#comment-form input[type="file"],
#comment-form textarea,
#comment-form select{
  line-height:20px;
}
#comment-form .hs-error-msgs label {
  font-size: 12px !important;
  color: red;
}
.hs-full-width-type2 .body-container .cm-left-col .hs-form-field,
.hs-full-width-type2 .body-container .cm-left-col .widget-type-google_search input[type="text"],
.hs-full-width-type2 .body-container .cm-left-col #hs-pwd-widget-password {
  margin-bottom: 18px;
}

.hs-full-width-type2 .body-container .cm-left-col  .hs-form-required {
  color: red;
}
.hs-full-width-type2 .body-container .cm-left-col input[type="text"]:focus,
.hs-full-width-type2 .body-container .cm-left-col input[type="password"]:focus, 
.hs-full-width-type2 .body-container .cm-left-col input[type="datetime"]:focus, 
.hs-full-width-type2 .body-container .cm-left-col input[type="datetime-local"]:focus, 
.hs-full-width-type2 .body-container .cm-left-col input[type="date"]:focus, 
.hs-full-width-type2 .body-container .cm-left-col input[type="month"]:focus, 
.hs-full-width-type2 .body-container .cm-left-col input[type="time"]:focus, 
.hs-full-width-type2 .body-container .cm-left-col input[type="week"]:focus, 
.hs-full-width-type2 .body-container .cm-left-col input[type="number"]:focus, 
.hs-full-width-type2 .body-container .cm-left-col input[type="email"]:focus, 
.hs-full-width-type2 .body-container .cm-left-col input[type="url"]:focus, 
.hs-full-width-type2 .body-container .cm-left-col input[type="search"]:focus, 
.hs-full-width-type2 .body-container .cm-left-col input[type="tel"]:focus, 
.hs-full-width-type2 .body-container .cm-left-col input[type="color"]:focus,
.hs-full-width-type2 .body-container .cm-left-col input[type="file"]:focus,
.hs-full-width-type2 .body-container .cm-left-col textarea:focus,
.hs-full-width-type2 .body-container .cm-left-col select:focus,
#comment-form input[type="text"]:focus,
#comment-form input[type="password"]:focus, 
#comment-form input[type="datetime"]:focus, 
#comment-form input[type="datetime-local"]:focus, 
#comment-form input[type="date"]:focus, 
#comment-form input[type="month"]:focus, 
#comment-form input[type="time"]:focus, 
#comment-form input[type="week"]:focus, 
#comment-form input[type="number"]:focus, 
#comment-form input[type="email"]:focus, 
#comment-form input[type="url"]:focus, 
#comment-form input[type="search"]:focus, 
#comment-form input[type="tel"]:focus, 
#comment-form input[type="color"]:focus,
#comment-form input[type="file"]:focus,
#comment-form textarea:focus,
#comment-form select:focus{
  outline: 0;
  border-color: #34495e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6);
}

.hs-full-width-type2 .body-container .cm-left-col input.error {
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171,41,32,0.25);
}


.hs-full-width-type2 .body-container .cm-left-col ul.hs-error-msgs.inputs-list li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  margin-right: 8px;
  color: #34495e;
  font-size: 18px;
}
.hs-full-width-type2 .body-container .cm-left-col ul.hs-error-msgs.inputs-list li label{
  font-weight: normal;
  padding-top: 0;
  display: inline-block;
}
.hs-full-width-type2 .body-container .cm-left-col textarea {
  min-height: 200px;
}
.hs-two-column-lp-type1 .content-wrapper .sidebar.right .hs-form-field,
.hs-two-column-lp-type1 .content-wrapper .sidebar.right .widget-type-google_search input[type="text"],
.hs-two-column-lp-type1 .content-wrapper .sidebar.right #hs-pwd-widget-password {
  margin-bottom: 15px;
}
.hs-two-column-lp-type1 .content-wrapper .sidebar.right .hs_cos_wrapper_type_form .hs-button.primary.large {
  font-family: 'Lato';
}


.hs-two-column-lay .body-container .banner-section .page-center {
  padding-top: 193px;
  padding-bottom: 167px;
}
.hs-two-column-lay .body-container .content-wrapper {
  padding-top:80px;
}

.hs-blog-post .post-body h3 {
  font-size: 24px;
  font-family: 'Montserrat';
}
.hs-blog-post #hubspot-topic_data {
  font-size: 13px;
}

#comment-form .actions .hs-button {
  background: #f15a32;
  border: 1px solid #f15a32 !important;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .03em;
  margin-top: 10px;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Lato';
  width: auto;
}

#comment-form .actions .hs-button:hover {
  background: 0;
  color: #f15a32;
}
.hs-full-width-type3 .section5 .col-one h2 strong {
  font-family: 'Montserrat';
}

.hs-full-width-type2 .body-container .cm-left-col select.hs-input{
  height: 27px;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.hs-full-width-type2 .body-container .cm-left-col select.hs-input:focus{
  outline: 0;
  border-color: #34495e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6);
}
.all-post-titles h2.post-listing-simple {
  border-bottom: 1px solid #ccc;
  font-size: 24px;
  margin: 0 0 17px;
  padding: 0 0 17px 30px;
  position: relative;
}
.all-post-titles h2.post-listing-simple:before {
  content: "\f111";
  color: #5ec293;
  font-family: fontawesome;
  font-size: 15px;
  top: 7px;
  position: absolute;
  left: 0;
}

.hubspot-editable span {
  display: inline-block;
}

.hs-home-page-layt .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper, 
.hs-home-page-layt .hs_cos_gallery_thumbnails .slick-slide .slick-slide-inner-wrapper, 
.hs-home-page-layt .hs_cos_gallery_lightbox .slick-slide .slick-slide-inner-wrapper{
  height:31.5vw;
  display: table !important;
  width: 100%;
  vertical-align: middle;

}
.hs-home-page-layt .hs_cos_gallery_slide {
  background-size: cover;
  background-repeat: no-repeat;
}

.hs-home-page-layt .caption.below > .caption-inner {
  max-width:765px;
  padding: 50px 50px 10px;
  background: rgba(250,250,250,0.80) none repeat scroll 0 0;
  float: none !important;
  border-radius: 15px;
  margin: 0 auto !important;
  display: block;
  transform: scale(0.90619);
}







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


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





/*-----------------Blog Page CSS starts---------------*/
.june-blog .post-filter h3 {
  display: none;
}
.june-blog .post-filter ul {
  list-style: outside none none;
  padding: 0;
}
.june-blog .post-filter ul li{
  display:inline-block;
}
.june-blog .all-post-link-container { 
  width: 120px;
}
.june-blog .post-filter{
  width: -webkit-calc(100% - 152px) !important;
  width: -moz-calc(100% - 152px) !important;
  width: -ms-calc(100% - 152px) !important;
  width: calc(100% - 152px) !important;
  margin-left: 0;
}
.june-blog .post-filter ul li{
  padding: 0 40px;
}
.june-blog .post-filter-container {
  border-bottom: 2px solid #adadad;
  margin: 40px 0 65px;
  padding-bottom: 18px;
}
.june-blog .post-filter-container a {
  color: #adadad;
  font-family:'Montserrat';
  letter-spacing: 0.5px;
  border-bottom:2px solid transparent;
  padding-bottom: 2px;
  font-size: 16px;
  text-transform: capitalize;
}
.june-blog .post-filter-container .active > a , .june-blog .post-filter-container a.active{
  border-bottom:2px solid #26265e;
  color:#26265e;
}
.june-blog .post-filter-container a:hover, .june-blog .post-filter-container a:focus {
  color: #f15a32;
  text-decoration: none;
}
.june-blog .post-filter-container .filter-link-count{
  display:none;
}
.june-blog .blog-list-block {
  display: inline-block;
  float: left;
  margin-right: 5%;
  width: 30%;
  margin-bottom: 60px;
}
.june-blog  .all-post-titles .blog-list-block:nth-child(3n+3){
  margin-right:0;
}
.june-blog  .all-post-titles .blog-list-block:nth-child(3n+1){
  clear:left;
}
.june-blog .blog-list-title > h2 a, .june-blog .blog-list-title > h2 {
  color: #26265e;
  font-size: 25px;
  line-height: 35px;
  font-family:'Montserrat';
}
.june-blog .blog-list-title > h2 a:hover, .june-blog .blog-list-title > h2:hover{
  color:#f15a32;
}
.june-blog .blog-list-desc-text p{
  font-family:'Lato';
  font-size:16px;
  line-height:25px;
  color:#333;
}
.june-blog .blog-list-learn-more {
  margin-top: 20px;
}
.june-blog .blog-list-learn-more a{
  color: #f15a32;
  font-size: 22px;
  line-height: 35px;
  font-family:'Montserrat';
  position: relative;
}
.june-blog .blog-list-learn-more a::after{
  position:absolute;
  content:"";
  width:117px;
  height:2px;
  background: #f15a32;
  right:0;
  bottom:-3px;
}
.june-blog .blog-list-learn-more a .fa {
  font-size: 16px;
  margin-right: 8px;
}
.june-blog .input-box{
  display:none;
}
.june-blog .post-filter ul li:first-child{
  display:none;
}
.june-blog .blog-get-in-touch-container {
  background: #26265e none repeat scroll 0 0;
  color: #fff;
}
.june-blog .blog-get-in-touch-container h2 {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  margin-bottom: 25px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.june-blog .blog-get-in-touch-container .hs-form-field > label {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 8px;
}
.june-blog .blog-get-in-touch-container form.hs-form fieldset[class*="form-columns"] .hs-input {
  max-width: inherit;
  width: 100%;
  resize: vertical;
}
.june-blog .blog-get-in-touch-container .page-center.content-wrapper {
  max-width: 827px;
  padding: 70px 15px 72px;
}
.june-blog .blog-get-in-touch-container .hs_submit {
  text-align: right;
}
.june-blog .blog-get-in-touch-container .thank-you-msg {
  font-size: 18px;
}
.june-blog .blog-get-in-touch-container form.hs-form fieldset .hs-form-field {
  padding: 0;
}
.june-blog .blog-get-in-touch-container form.hs-form fieldset .hs-form-field.hs_firstname  {
  padding: 0 10px 0 0;
}
.june-blog .blog-get-in-touch-container .hs-button.primary, .june-blog .blog-get-in-touch-container input[type="submit"], .june-blog .blog-get-in-touch-container input[type="button"] {
  background: #f15a32 url("//2066495.fs1.hubspotusercontent-na1.net/hubfs/2066495/Nukon-June2016/Images/right-round-arrow.png?t=1496310746509") no-repeat scroll 7px center;
  border: 1px solid #f15a32;
  border-radius: 25px 5px 5px 25px !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  outline: medium none;
  padding: 14px 30px 14px 65px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  transition: all 0.4s ease-in-out 0s;
  vertical-align: middle;
  white-space: normal;
}
.narrow-page-center {
  max-width: 787px;
  padding: 0 15px;
  margin:0 auto !important;
  float:none !important;
  display:block;
}
.single-property-heading span {
  color: #f15a32;
  font-family: 'Montserrat';
  font-size: 14px;
}
.single-property-text p {
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.single-property-block {
  padding: 18px 0;
}
.property-container > div:nth-child(2n+1) {
  background:#E8E8E8;
}
.property-container > div:nth-child(2n) {
  background: #D5D5D5;
}
.challenge-solution-outcome-container {
  background-size: cover ;
  position:relative;
  padding: 60px 0 65px;
  background-repeat:; no-repeat;
}
.challenge-solution-outcome-container::after{
  position:absolute;
  content:"";
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(255,255,255,0.5);
  z-index:1;
}
.challenge-solution-outcome-container > div{
  position: relative;
  z-index:2;
}
.single-attr-heading h2 {
  border-bottom: 2px solid;
  color: #26265e;
  font-family: 'Montserrat';
  font-size: 25px;
  padding-bottom: 8px;
  text-align: center;
  margin-top: 20px;
}
.june-blog .blog-pagination{
  display:none;
}
.single-attr-text p,
.single-attr-text{
  color: #333;
  font-family: Lato;
  font-size: 16px;
  line-height: 25px;
  margin: 5px 0 24px;
  text-align: center;

}
.single-attr-text {
  text-align:left !important;
  padding: 0 10px;
}
.two-col-attr-block {
  padding: 85px 0;
}
.two-col-attr-right-section h2 {
  border-bottom: 2px solid;
  color: #26265e;
  font-size: 25px;
  line-height: 42px;
}
.two-col-attr-right-section p {
  color: #333;
  font-family: Lato;
  font-size: 16px;
  line-height: 25px;
  margin-top: 8px;
}
.two-col-attr-right-section {
  padding-left: 28px;
}
.june-blog .slider {
  max-width: 847px !important;
  margin: 0 auto;
  padding: 0 30px;
}
.june-blog .testimonial-slider {
  background-repeat:no-repeat;
  padding:55px 0 70px;
  position: relative;
}
.june-blog .testimonial-slider::after{
  position:absolute;
  content:"";
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(53,54,71,0.8);
  z-index:1;
}
.june-blog .testimonial-slider > div{
  position: relative;
  z-index:2;
}
.slick-slide > div {
  border: 2px solid #fff;
  color: #fff;
  margin: 60px 10px 0;
  padding: 0 35px 65px;
}
.slick-slide h3 {
  font-family: 'Montserrat';
  font-size: 24px;
  letter-spacing: 0.5px;
  margin-top: -6px;
  margin-bottom: 25px; 
}
.slick-slide span {
  font-size: 16px;
  line-height: 25px;
  font-family: Lato;
}
.slick-slide img {
  border: 3px solid #fff;
  border-radius: 50%;
  height: 122px;
  transform: translateY(-60px);
  width: 122px;
}
.june-blog .slider .slick-prev{
  background:url(https://3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/Images/ic_keyboard_arrow_left_white_24dp_2x.png) !important;
  height: 36px;
  width: 36px;
}
.june-blog .slider .slick-next{
  background:url(https://3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/Images/ic_keyboard_arrow_right_white_24dp_2x.png) !important;
  height: 36px;
  width: 36px;
}
.june-blog .slider .slick-next {
  right: 6px !important;
}
.slick-slide {
  outline: 0 !important;
}
/*-----------------Blog Page CSS ends---------------*/


/*--------------- slide in social sharing ---- */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.sticky-container {
  padding: 0;
  margin: 0;
  width: 80px;
  position: absolute;
  top: inherit;
  z-index: 1;
  left: 0;
  margin-top: 80px;
}
.sticky-container {
  display: block;
}
.sticky li {
  list-style-type: none;
  cursor: pointer;
  padding-bottom: 20px;
}
.share-page a {
  line-height: 58px;
  border-radius: 50%;
  height: 58px;
  width: 58px;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  background: #6A7B86;
  color: #25275B ;
  margin-right: 15px;
  font-size: 26px;
}
.share-page i {
  line-height: 40px;
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.icon-facebook:hover, .icon-linkedin:hover, .icon-twitter:hover {
  opacity: .7;
}
.bottom-share-module {
  background-color: #25275B;
  text-align: center;
  padding: 80px 0;
  margin-top: 100px;
}
.bottom-share-module h4 {
  font-size: 25px;
  color: #fff;
  font-family: sofia-pro,sans-serif;
  padding-bottom: 40px;
}
.post-social-custom.fixed {
  position: fixed;
  top: 70px;
}
/*-----------15/07/2019------*/
.related-post-inner-container .post-listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}
.related-post-inner-container .post-item{
  width:-webkit-calc(33.33% - 20px);
  width:-moz-calc(33.33% - 20px);
  width:calc(33.33% - 20px);
  background: #f8f8f8 none repeat scroll 0 0;
  margin-bottom: 30px;
}
.related-post-inner-container .post-details-container{
  padding: 30px !important;
}
.related-post-inner-container .post-item + .post-item{
  margin-left:30px;
}
.related-post-container .hs-featured-image{
  height:221px;
  margin: 0;
  object-fit: cover;
}
.related-post-inner-container{
  padding:70px 0px 40px;
}
.related-post-inner-container .post-details-container h2{
  font-size: 22px;
  margin:0 0 20px;
  line-height: 1.2;
}
.related-post-inner-container .post-meta-details .author-byline a{
  font-size: 16px;
}
.related-post-inner-container .post-meta-details .post-publish-date{
  display: inline-block;
}
.related-post-inner-container .post-read-more-link a{
  font-size: 16px;
  background-color: #f15a32;
  border: 1px solid #f15a32 !important;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-weight: 400;
  letter-spacing: .03em;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  max-width: 150px;
  margin-top: 10px;
}
.related-post-inner-container .post-read-more-link a:hover{
  color: #f15a32;
  background: 0;
}
.related-post-inner-container .post-meta-details {
  margin: 0 0 20px;
}
.related-post-container h3{
  margin-bottom: 50px;
}
.category-filter-container{
  margin-bottom: 25px;
}
.blog-sidebar .hs-form-field > label{
  font-size: 13px;
}
.blog-sidebar .category-filter-container .category-filter-heading h3{
  margin-bottom: 15px;
}

/*-------------------- new header style ----------------------*/

.new-header .custom-menu-primary .hs-menu-wrapper > ul > li {
  padding: 0 10px 33px 10px;
}

/*---------------------------29-07-2019 --------------------------*/
.custom-menu-primary .hs-menu-wrapper > ul > li{
  padding: 0 17px 33px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover, .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
  color: #4ebc89;
}

/* 16-08-19 */

.header-with-search .search-site i.icon-search{
  width: 50px;
  height: 50px;
  background: #4ebc89;
  border-radius: 50%;
  position: relative;
}
.header-with-search .search-site i.icon-search:before {
  content: '';
  background: url(https://www.sageautomation.com/hubfs/nukon/nukon-website/Website-Assets/Nukon-search-icon-white-001.png);
  width: 23px;
  height: 23px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.header-with-search .search-input input.hs-search-field__input {
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #667c88;
  height: 50px;
  width: 0;
  float: right;
  padding: 0;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.header-with-search .search-input.active{
  display: block !important;
}
.header-with-search .search-input.active input.hs-search-field__input{
  width: 100%;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.header-with-search .search-input{
  position: absolute;
  right: 125px;
  max-width: 450px;
  width: 100%;
}
.header-with-search .header-navigation-section .page-center{
  position:relative;
}

.header-with-search .search-container{
  margin: 0 !important;
  padding-left: 28px;
}
.header-with-search .custom-menu-primary{
  width: calc(75% - 85px) !important;
  width: -webkit-calc(75% - 85px) !important;
  width: -moz-calc(75% - 85px) !important;
  margin: 0 !important;
}
.header-with-search .logo-image{
  width: 25% !important;
}

.search-active .header-with-search .search-site i.icon-search:before{
  background: url('https://www.sageautomation.com/hubfs/nukon/nukon-website/Website-Assets/Nukon-close-white-icon-002.png');
  background-size: contain;
}
.search-active .header-with-search .custom-menu-primary{
  visibility: hidden;
  opacity: 0;
}
.search-result-section{
  padding:40px 0;
}
.header-with-search .hs-search-field__suggestions{
  background: #fff;
  padding: 10px;
  display: flow-root;
}
.header-with-search .hs-search-field__suggestions li{
  padding: 5px 0;
}
.header-with-search .hs-search-field__suggestions li a:hover{
  background: transparent;
  color: #4ebc89;
}
/*-------------- 16-12-2019 --------------*/
.social-icon-container ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.social-icon-container ul li {
  max-width: 40px;
  display: inline-block;
  width: 100%;
}
.social-icon-container ul li + li {
  margin-left: 15px;
}
.social-icon-container {
  margin-top: 10px;
}
.social-icon-container ul li a:focus, .social-icon-container ul li a:active, .social-icon-container ul li a:visited {
  outline: none;
}
.social-icon-container ul li:focus, .social-icon-container ul li:active, .social-icon-container ul li:visited {
  outline: none;
} 
.social-icon-container ul li a .hover-logo {
  display: none;
}
.social-icon-container ul li a:focus .hover-logo,  .social-icon-container ul li a:hover .hover-logo {
  display: block;
}
.social-icon-container ul li a:focus .static-logo,  .social-icon-container ul li a:hover .static-logo {
  display: none;
}
.social-icon-container ul li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


@media(max-width:1070px){
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 11px 33px !important;
  }
  .header-with-search .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 6px 33px !important;
  }
  .header-navigation-section .logo-image img{
    width:100% !important ;
    max-width:200px;
  }
  .social-icon-container ul li + li {
    margin-left: 10px;
  }
  .social-icon-container ul li {
    max-width: 30px;
  }
}
@media(max-width:991px){
  .header-navigation-section .logo-image img {
    width: 100% !important;
    max-width: 150px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 3px 33px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    margin-top: 5px;
  }
  .header-container {
    min-height: 133px !important;
  }
  .header-navigation-section  .custom-menu-primary.js-enabled{
    margin-left:0 !important;
  }
  .header-with-search .search-site i.icon-search {
    width: 40px;
    height: 40px;
  }
  .header-with-search .search-site i.icon-search:before {
    width: 20px;
    height: 20px;
  }
  .header-with-search .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 13px;
  }
}
@media (max-width:870px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding:0 0 6px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 4px 33px !important;
  }
}
@media (max-width:825px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size:15px;
  }
  .header-with-search .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 12px;
  }
}
@media (max-width:767px) {
  .tetxt_cont {
    padding: 0;
  }
  .tetxt_cont ul {
    text-align: left;
    width: 100%;
    display: inline-block;
    list-style: none;
  }
  .post-social-custom {
    display:none !important;
  }
  .header-section .header-navigation-section .mobile-trigger {
    top: -36px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover, .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding-bottom: 0 !important;
  }

  .social-icon-container .twitter-icon a:focus {
    background: url(https://3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/EDM/December%202019/TwitterLogo_hover.svg); 
  }

  .social-icon-container .linkdin-icon a:focus {
    background: url(https://3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/EDM/December%202019/LinkedinLogo_hover.svg);
  }
}

.hs-full-width-type3 .section2 .row-fluid .page-center {
  max-width: 1060px;
}

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

@media (max-width: 1400px) {
  .hs-home-page-layt .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper, .hs-home-page-layt .hs_cos_gallery_thumbnails .slick-slide .slick-slide-inner-wrapper, .hs-home-page-layt .hs_cos_gallery_lightbox .slick-slide .slick-slide-inner-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}



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

@media (max-width: 1200px) {
  .four-col-equal-cont-wrap .solution-item .image img {
    max-width: 100px;
  }
  .four-col-equal-cont-wrap .solution-item .image {
    min-height: 93px;
  }
  .four-col-equal-cont-wrap .solution-item {
    min-height: 315px;
  }
  .four-col-equal-cont-wrap .solution-item .text p {
    font-size: 20px;
  }
  .hs-home-page-layt .banner-text-container {
    max-width: 765px;
    padding: 40px 40px 7px;
    top: 100px !important;
  }
  .blog .blog-sidebar {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-bottom:40px;
  }
  .blog .blog-content {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }

  .hs-home-page-layt .caption.below > .caption-inner {
    max-width: 695px;
  }
}
@media (max-width: 1199px) {
  .related-post-inner-container .post-details-container h2 {
    font-size: 20px;
    line-height: normal;
  }
  .related-post-inner-container .post-item{
    width:-webkit-calc(33.33% - 14px);
    width:-moz-calc(33.33% - 14px);
    width:calc(33.33% - 14px);
    background: #f8f8f8 none repeat scroll 0 0;
    margin-bottom: 30px;
  }
  .related-post-inner-container .post-item + .post-item{
    margin-left:20px;
  }
  .new-header .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 5px 33px;
  }
  .new-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
  }
  .header-with-search .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 8px 33px;
  }
}
@media (min-width:768px) and (max-width: 1020px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 26px 33px 30px;
  }
  .hs-full-width-type2 .section3 .hs-rss-item.hs-with-featured-image {
    width: 46.8%;
    display: inline-block;
    float:none;
  }
  .hs-full-width-type2 .section3 .hs-rss-item.hs-with-featured-image:nth-child(2),
  .hs-full-width-type2 .section3 .hs-rss-item.hs-with-featured-image:nth-child(4){
    margin-right:0;
  }
  .hs-full-width-type2  .hs-rss-module.feedreader_box {
    margin: 0 auto !important;
    max-width: 642px !important;
    float: none !important;
    overflow: hidden;
    display: block !important;
  }
  .hs-button.primary, input[type="submit"], input[type="button"] {
    font-size: 13px;
    padding: 14px 8px 14px 40px;
    background: #f15a32 url(//2066495.fs1.hubspotusercontent-na1.net/hubfs/2066495/Nukon-June2016/Images/right-round-arrow.png?t=1496212016880) no-repeat scroll 1px center;
  }
  .hs-button.primary:hover, input[type="submit"]:hover, input[type="button"]:hover {
    background: #fff url(//2066495.fs1.hubspotusercontent-na1.net/hubfs/2066495/Nukon-June2016/Images/right-round-hover.png?t=1496212016880) no-repeat scroll 0px center;
    color: #f15a32;
    outline: none;
  }
  .four-col-equal-cont-wrap .solution-item {
    padding: 30px;
    min-height: 310px;
  }
  .four-col-equal-cont-wrap .solution-item .text p {
    font-size: 18px;
  }
  .three-col-equal-img-cont-wrap .span4 {
    padding: 0 30px;
  }
  .hs-home-page-layt .banner-text-container p {
    font-size: 45px;
    max-width: none;
  }
  .hs-full-width-type3 .section5 .hs-two-col-eql-cont-wrap .col-one,
  .hs-full-width-type3 .section3 .hs-two-col-eql-cont-wrap .col-one {
    width: 56.264957%;
  }
  .hs-two-column-lp-type1 .content-wrapper .cm-left-col p img{
    float:none !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
  .footer-section .blog-footer-container {
    padding-right: 0;
  }
  .blog-sidebar {
    border: 14px solid #f8f8f8;
    padding: 40px 10px;
  }

}
@media (max-width:980px){
  .june-blog .post-filter-container {
    margin: 0 0 45px;
  }
  .june-blog .post-filter ul li {
    padding: 0 20px;
  }
  .june-blog .all-post-link-container {
    width: 105px;
  }
  .june-blog .post-filter{
    width: -webkit-calc(100% - 112px) !important;
    width: -moz-calc(100% - 112px) !important;
    width: -ms-calc(100% - 112px) !important;
    width: calc(100% - 112px) !important;
  }
  .june-blog .blog-thumbnail-image-block .hs-featured-image {
    margin: 10px 0 20px;
  }
  .june-blog .blog-list-title > h2 a, .june-blog .blog-list-title > h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .june-blog .blog-list-learn-more {
    margin-top: 10px;
  }
  .june-blog .blog-list-learn-more a {
    font-size: 20px;
    line-height: 20px;
  }
  .june-blog .blog-list-learn-more a::after {
    width: 107px;
  }
  .june-blog .blog-list-learn-more a .fa {
    margin-right: 8px;
  }
  .june-blog .blog-list-block {
    margin-bottom: 40px;
  } 
}
@media (max-width: 991px) {
  .new-header .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 2px 33px;
  }
  .new-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 13px;
  }
  .related-post-inner-container .post-details-container h2 {
    font-size: 16px;
  }
  .related-post-inner-container .post-item{
    width:-webkit-calc(33.33% - 14px);
    width:-moz-calc(33.33% - 14px);
    width:calc(33.33% - 14px);
    background: #f8f8f8 none repeat scroll 0 0;
    margin-bottom: 30px;
  }
  .related-post-inner-container .post-item + .post-item{
    margin-left:15px;
  }
  .related-post-inner-container .post-details-container {
    padding: 15px !important ;
  }
  .related-post-container .hs-featured-image {
    height: 175px;
  }
  .header-with-search .hs-search-field__suggestions{
    padding:0 10px;
  }
}

@media (max-width: 900px) {
  .hs-home-page-layt .banner-text-container p {
    font-size: 55px;
    max-width: none;
  }
  .hs-home-page-layt .banner-text-container {
    max-width: 1000px;
    top: 80px !important;
  }
  .hs-home-page-layt .slick-next {
    width: 30px;
    right: 10px;
    height: 30px;
  }
  .hs-home-page-layt .slick-prev {
    width: 30px;
    left: 10px;
    height: 30px;
  }
}
@media (max-width: 880px) {
  .new-header .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 0px 33px;
  }
  .new-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 12px;
    padding: 0 3px 6px;
  }
}
@media (max-width:800px){
  .june-blog .blog-list-block {
    margin-right: 4%;
    width: 48%;
  }
  .june-blog  .all-post-titles .blog-list-block:nth-child(3n+3){
    margin-right:4%;
  }
  .june-blog  .all-post-titles .blog-list-block:nth-child(2n+2){
    margin-right:0;
  }
  .june-blog  .all-post-titles .blog-list-block:nth-child(3n+1){
    clear:none;
  }
  .june-blog  .all-post-titles .blog-list-block:nth-child(2n+1){
    clear:left;
  }
  .two-col-attr-right-section {
    padding-left: 0;
  }
  .challenge-solution-outcome-container {
    padding: 20px 0 25px;
  }
  .single-attr-text p {
    margin: 5px 0 14px;
  }
  .two-col-attr-block {
    padding: 40px 0;
  }
  .two-col-attr-image {
    margin-bottom: 10px;
    text-align: center;
  }

}


@media (min-width: 768px) {
  .submit-button-serch{display:none !important;}
}
@media (max-width: 767px) {
  .june-blog .post-filter ul {
    margin-left:0px !important;
  }
  .june-blog .post-filter ul li {
    float:none !important;
  }

  .header-section .header-navigation-section {
    padding: 20px 0 19px;
  }
  .footer-section .footer-row-2 .footer-bottom-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    float: none;
    margin: 16px 0 0 0;
  }
  .footer-section .footer-row-2 .footer-bottom-menu {
    text-align: left;
  }
  .footer-section .footer-row-2 .footer-bottom-menu ul li a {
    color: #fff;
    font-size: 13px;
    padding: 0;
    display: block;
    max-width: 100%;
    width: 100%;
  }    
  .footer-section .footer-row-2 .footer-bottom-menu ul li {
    margin-left: 0px;
    display: block;
    margin: 7px 0 0;
    text-align: left;
  }
  .footer-section {
    padding: 40px 0 40px;
  }
  .footer-section .footer-small-container {
    padding: 0;
    margin-bottom: 30px;
  }
  .header-container .header-section {
    position: static;
  }
  .body-container .hs-form{
    margin-bottom:30px;
  }

  .back-to-site-text, .header-section .top-header-section .contact-number {
    width: auto !important;
    line-height: normal;
    display: inline-block !important;
  }
  .header-section .top-header-section .contact-number a {
    padding-left: 15px;
  }
  .header-section .header-navigation-section .mobile-trigger {
    right: 15px;
    top: -47px;
  }
  .header-container {
    min-height: auto !important;
  }
  .cm-horizontal-spacer {
    padding-bottom: 0px;
  }
  .banner-section .page-center {
    padding-top: 98px;
    padding-bottom: 70px;
  }
  .two-column-equal-cont-title-wrap .col-one {
    width: 100%;
    float: none;
    padding-top: 0;
    padding-bottom: 20px;
    text-align: center;
  }
  .two-column-equal-cont-title-wrap .col-second {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .two-column-equal-cont-title-wrap .col-second h2 {
    font-size: 32px;
  }
  .hs-two-column-lp-type1 .content-wrapper {
    padding-top: 0;
  }
  .hs-two-column-lp-type1 .lp-section-header h1 {
    margin: 0 0px 20px;
    font-size: 20px;
  }
  .hs-two-column-lp-type1 .lp-section-header{
    padding-left:0;
    padding-right:0;
  }
  .hs-two-column-lp-type1 .lp-section-header p {
    margin-top:0;
    font-size: 16px;
  }
  .hs-two-column-lp-type1 .content-wrapper .cm-left-col  img {
    display: block;
    float: none !important;
    margin: 10px auto !important;
  }
  .hs-two-column-lp-type1 .content-wrapper .cm-left-col {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-two-column-lp-type1 .lp-section-header h1:after{
    display:none;
    content:none;
  }
  .hs-two-column-lp-type1 .content-wrapper .sidebar.right {
    padding: 20px;
    width: 100% !important;
    margin-top: 20px;
  }
  .hs-full-width-type2 .banner-section .page-center {
    padding-top: 35px;
    padding-bottom: 27px;
  }
  .hs-full-width-type2 .cm-center-col {
    margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;
  }
  .hs-full-width-type2 .section3 .hs-rss-item.hs-with-featured-image {
    width: 100% !important;
    max-width: 300px;
    text-align: center;
    float: none;
    margin: 40px Auto;
  }
  .hs_recaptcha.field.hs-form-field {
    overflow-x: auto !important;
  }
  .hs-full-width-type3 .banner-section .banner-text-container p {
    font-size: 29px;
    line-height: 1.3;
  }
  .hs-full-width-type3 .banner-section .page-center {
    padding-top: 140px;
    padding-bottom: 112px;
  }
  .content-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hs-full-width-type3 .section:not(.section1) {
    padding:50px 0 !important;
  }
  .hs-full-width-type3 .section2 .hs_cos_wrapper_type_header#hs_cos_wrapper_widget_1496132528970 h1 {
    font-size: 28px !important;
  }
  .hs-full-width-type3 .section4 .hs_cos_wrapper_type_header h1, .hs-full-width-type3 .section2 .hs_cos_wrapper_type_header h1{
    font-size: 28px;
  }
  .hs-full-width-type3 .section2 .hs-two-col-eql-cont-wrap .col-one {
    margin-bottom: 20px;
  }
  .hs-full-width-type3 .section5 .hs-two-col-eql-cont-wrap .col-one, 
  .hs-full-width-type3 .section3 .hs-two-col-eql-cont-wrap .col-one,
  .hs-full-width-type3 .section5 .hs-two-col-eql-cont-wrap .col-second,
  .hs-full-width-type3 .section3 .hs-two-col-eql-cont-wrap .col-second{
    width: 100%;
  }
  .hs-full-width-type3 .section5 .col-one h2, .hs-full-width-type3 .section3 .col-one h2{
    max-width: none;
    padding-left: 0;
  }
  .hs-home-page-layt .section:not(.section1) {
    padding: 40px 0px !important;
  }
  .four-col-equal-cont-wrap .solution-item {
    float: none;
    height: auto;
    margin: 0 auto 30px;
    max-width: 300px;
    padding: 30px;
    width: 100%;
    min-height: 0;
  }
  .hs-home-page-layt .section2.section .hs_cos_wrapper_type_rich_text h3 {
    margin: 0 0 30px;
  }
  .four-col-equal-cont-wrap .solution-item .image {
    min-height: 0;
  }
  .four-col-equal-cont-wrap .solution-item .image img {
    max-width: 100px;
  }
  .four-col-equal-cont-wrap .solution-item .text p {
    font-size: 18px;
  }
  .three-col-equal-img-cont-wrap .span4{
    border-bottom: 1px solid #d5d5d5;
    border-right: 0 none;
    float: none;
    margin: 0 auto !important;
    max-width: 400px;
    min-height: 0;
    padding: 40px 0;
  }
  .three-col-equal-img-cont-wrap .span4 .content{
    float: none !important;
    margin: 0 auto !important;
  }
  .hs-home-page-layt .section5 .hs-rss-module.feedreader_box .hs-rss-item{
    float: none;
    margin: 0 auto 30px;
    max-width: 450px;
    padding: 0;
  }
  .hs-home-page-layt .section5.section .hs_cos_wrapper_type_rich_text h3{
    margin: 0 0 25px;
    padding-left: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .hs-home-page-layt .banner-text-container p {
    font-size: 62px;
    max-width: none;
  }
  .hs-home-page-layt .banner-text-container {
    max-width: 80%;
    padding: 30px 30px 10px;
    top: 80px !important;
  }
  .hs-two-column-lp-type1 .header-container {
    min-height: 97px !important;
  }
  .banner-text-container p {
    font-size: 29px;
    line-height: 1.3;
  }
  .hs-two-column-lay .body-container .banner-section .page-center {
    padding-top: 140px;
    padding-bottom: 112px;
  }
  .hs-two-column-lay .body-container .content-wrapper {
    padding-top: 40px;
  }
  .blog-section .post-item .hs-featured-image-wrapper {
    width: 100%;
  }
  .blog-section .post-item {
    padding: 20px !important;
  }
  .blog-section .post-item .post-summary {
    margin: 0;
    padding: 20px 0 0;
    width: 100%;
  }
  .blog-section .post-item .hs-featured-image {
    margin: 0;
  }
  .blog .content-wrapper {
    padding-top: 60px;
  }
  .hs-blog-post .blog-section .post-body ul ul {
    padding: 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: 36.25%;
  }
  .hs_cos_wrapper_type_rss_listing h3 {
    display: none !important;
  }
  .hs-home-page-layt .section5 .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    margin-top: 20px;
  }
  .hs-home-page-layt .section5 .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-title {
    margin-bottom: 11px;
  }
  .hs-full-width-type3 .section4 .hs-two-col-eql-cont-wrap p, .hs-full-width-type3 .section2 .hs-two-col-eql-cont-wrap p {
    max-width: 100%;
  }
  .hs-full-width-type3 .section5 .hs-two-col-eql-cont-wrap .col-one, 
  .hs-full-width-type3 .section3 .hs-two-col-eql-cont-wrap .col-one,
  .hs-full-width-type3 .section5 .hs-two-col-eql-cont-wrap .col-second, 
  .hs-full-width-type3 .section3 .hs-two-col-eql-cont-wrap .col-second{
    max-width:100%;
  }
  #comment-form {
    padding: 30px;
  }
  .hs-home-page-layt .hs_cos_gallery_main .slick-slide img {
    min-height:400px;
  }
  .hs-home-page-layt .slick-next {
    width: 30px;
    right: 10px;
    height: 30px;
  }
  .hs-home-page-layt .slick-prev {
    width: 30px;
    left: 10px;
    height: 30px;
  }
  .hs-home-page-layt .caption.below {
    max-width: 100%;
    padding: 20px 20px 10px;
  }
  .hs-home-page-layt .caption.below h3 {
    font-size: 16.5px;
  }
  .hs-home-page-layt .caption.below p {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .june-blog .all-post-link-container, .june-blog .post-filter {
    width: 100% !important;
    float: left;
    text-align:center;
  }
  .june-blog .post-filter ul li {
    display: block;
    padding: 3px 20px;
  }
  .june-blog .post-filter {
    margin-top: 6px;
  }
  .june-blog.blog .content-wrapper {
    padding-top: 20px;
  }
  .june-blog .post-filter-container {
    margin: 0 0 20px;
  }
  .june-blog .input-box {
    display: block;
    position: relative;
  }
  .june-blog .input-box .drop-open {
    height: 100%;
    left: 0;
    padding-right: 10px;
    padding-top: 5px;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
  }
  .june-blog .post-filter ul li:first-child{
    display:block;
  }
  .june-blog .all-post-link-container, .june-blog .post-filter ul {
    display: none;
  }
  .june-blog .all-post-link-container, .june-blog .post-filter ul {
    border:1px solid #ccc;
    border-top:0;
  }
  .june-blog .post-filter-container {
    padding-bottom: 24px;
  }
  .june-blog .blog-get-in-touch-container .page-center.content-wrapper {
    padding: 40px 15px 42px;
  }
  .slick-slide > div {
    padding: 0 15px 25px;
  }
  .slick-slide h3 {
    margin-top: -42px;
    margin-bottom: 15px;
  }
  .two-col-attr-right-section {
    text-align: center;
  }
  .single-property-block {
    text-align: center;
  }
  .related-post-inner-container .post-item{
    width:100%;
    max-width: 500px;
  }
  .related-post-inner-container .post-item + .post-item{
    margin-left:0px;
  }
  .related-post-inner-container .post-details-container {
    padding: 20px !important;
  }
  .related-post-inner-container {
    padding: 40px 0px;
  }
  .related-post-inner-container .post-meta-details .author-byline a {
    font-size: 15px;
  }
  .new-header .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0;
  }
  .new-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
    padding: 0 15px;
  }
  .related-post-container h3 {
    margin-bottom: 40px;
    text-align: center;
  }
  .related-post-container .hs-featured-image {
    height: auto;
  }
  .header-with-search .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 15px !important;
  }
  .search-input .hs-search-field__bar{
    padding:0 15px;
  }
  .header-with-search .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 15px;
  }
  .header-with-search .custom-menu-primary {
    width: calc(100% - 0px) !important;
    width: -webkit-calc(100% - 0px) !important;
  }
  .header-with-search .search-site i.icon-search {
    width: 36px;
    height: 36px;
    border: 2px solid #000;
    border-radius: 4px;
    background: #fff;
    line-height: normal;
  }
  .header-with-search .search-input {
    position: static;
  }
  .header-with-search .search-site {
    position: absolute;
    right: 105px;
    bottom: -1px;
  }
  .search-site span{
    display: block;
    line-height: normal;
  }
  .header-with-search .search-site i.icon-search:before{
    background:url('https://www.sageautomation.com/hubfs/nukon/nukon-website/Website-Assets/Nukon-search-icon-color-001.png');
    background-size: contain;
  }
  .header-with-search .search-container {
    padding-left: 0;
  }
  .search-active .header-with-search .custom-menu-primary{
    visibility: visible;
    opacity: 1;
  }
  .search-active .header-with-search .search-site i.icon-search:before{
    background:url('https://3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/close-color-icon-002.png');
    background-size: contain;
  }
  .header-with-search .search-input form:before {
    content: '';
    background: url(https://3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/search-icon-white-001.png);
    width: 20px;
    height: 24px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 12px;
    right: -55px;
    border-radius: 50%;
    z-index: 1;
  }
  .submit-button-serch{
    width: 45px;
    height: 45px;
    font-size: 0px !important;
    border-radius: 50% !important;
    display: inline-block !important;
    padding: 0 !important;
    position: absolute !important;
    right: 0;
    top: 0;
    border-color: #4ebc89 !important;
    background: #4ebc89 url(https://www.sageautomation.com/hubfs/nukon/nukon-website/Website-Assets/Nukon-search-icon-white-001.png) no-repeat scroll 7px center !important;
    background-size: 45% !important;
    background-position: 50% 50% !important;
  }
  /*   .header-with-search .search-input form:after {
  content: '';
  width: 45px;
  height: 45px;
  background: #4ebc89;
  position: absolute;
  right: -68px;
  border-radius: 50%;
} */
  .header-with-search .search-input form{
    position: relative;
    width: calc(100% - 0px);
    width:  -webkit-calc(100% - 0px);
    width:  -moz-calc(100% - 0px);
    margin-top: 26px;
    display: flow-root;
  }
  .header-with-search .search-input{
    max-width: 100%;
  }
  .search-active .search-site{
    bottom: 74px;
  }
  .header-with-search .search-input.active input.hs-search-field__input{
    width: calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
    margin-right: 45px !important;
  }
  .header-with-search .hs-search-field__suggestions{
    position: absolute;
    z-index: 1;
    width: calc(100% - 45px);
  }
  .header-with-search .header-navigation-section .page-center{
    padding: 0;
  }
  .header-with-search .logo-image {
    padding-left: 15px;
  }

} 


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

@media (max-width:500px){
  .june-blog .blog-list-block {
    margin-right: 0;
    width: 100%; 
  }
  .june-blog  .all-post-titles .blog-list-block:nth-child(3n+3){
    margin-right:0%;
  }
  .june-blog  .all-post-titles .blog-list-block:nth-child(2n+2){
    margin-right:0;
  }
  .june-blog  .all-post-titles .blog-list-block:nth-child(3n+1){
    clear:none;
  }
  .june-blog  .all-post-titles .blog-list-block:nth-child(2n+1){
    clear:none;
  }
  .june-blog .blog-list-learn-more a {
    font-size: 18px;
    line-height: 18px;
  }
  .june-blog .blog-list-learn-more a::after {
    width: 97px;
  }
  .june-blog .blog-list-block {
    margin-bottom: 20px;
  }
  .june-blog .blog-thumbnail-image-block .hs-featured-image {
    margin: 10px 0;
  }
  .june-blog .blog-list-title > h2 a, .june-blog .blog-list-title > h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .june-blog .testimonial-slider {
    padding: 40px 0 50px;
  }
  .slick-slide > div {
    margin: 60px 0 0;
  }

}

@media (max-width: 480px) {
  .header-section .header-navigation-section .logo-image img {
    max-width: 160px;
  }
  .header-section .top-header-section .contact-number a {
    padding-left: 0px;
  }
  .header-section .header-navigation-section .mobile-trigger {
    top: -37px;
    right: 15px;
  }
  .back-to-site-text, .header-section .top-header-section .contact-number {
    width: 100% !important;
    text-align: center;
  }
  .header-section .top-header-section .contact-number {
    margin-top: 7px;
    padding-left: 0 !important;
  }
  .hs-home-page-layt .banner-text-container{
    max-width: 90%;
  }
  .hs-home-page-layt .banner-text-container p {
    font-size: 79px;
    line-height: 1.3;
  }
  #captcha_wrapper{
    width: auto !important;
    overflow: auto;
  }
  a#cta_button_3375090_0a585b83-828e-409c-b533-145b0c122796 {
    font-size: 16px;
    padding: 14px 10px 14px 50px;
  }
  .june-blog .blog-get-in-touch-container .page-center.content-wrapper {
    padding: 25px 15px 0;
  }
  .june-blog .blog-get-in-touch-container form.hs-form fieldset .hs-form-field.hs_firstname {
    padding: 0;
  }
  body.june-blog .blog-get-in-touch-container .hs-form-field, body.june-blog .blog-get-in-touch-container .widget-type-google_search input[type="text"],.june-blog .blog-get-in-touch-container #hs-pwd-widget-password {
    margin-bottom: 10px;
  }
  .challenge-solution-outcome-container {
    padding: 15px 0 10px;
  }
  .single-attr-heading h2 {
    font-size: 22px;
    margin-top: 0;
  }
  .single-attr-text p {
    margin: 0 0 14px;
  }
  .two-col-attr-right-section h2 {
    font-size: 22px;
    line-height: 42px;
    margin-bottom: 0;
  }
  .two-col-attr-block {
    padding: 20px 0 8px;
  }
  .hs_cos_gallery_main .slick-list .slick-slide-inner-wrapper {
    padding:0; 
  }
  .hs-home-page-layt .caption.below {
    padding:0;
  }
  .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper, .hs-home-page-layt .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    display: flex !important;
    height:auto  !important;
  }
  .hs-home-page-layt .caption.below > .caption-inner {
    padding: 30px 30px 10px;
  }
  .hs-home-page-layt .caption.below > .caption-inner h1 {
    font-size: 24px;
  }
  .banner-text-container {
    padding: 30px 30px 7px;
  }
  .banner-text-container h1 {
    font-size: 24px;
  }
  .hs-full-width-type3 .banner-section .page-center {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section1 #hs_cos_wrapper_widget_1558333377416 {
    margin-bottom: 50px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 50px !important;
  }

  .contact-number.contact-right {
    float: right;
    font-family: sofia-pro-soft, sans-serif;
  }
  .top-header-branding {
    padding-top: 2px;
    font-weight: bold;
    color: #ffffff;
    font-family: sofia-pro-soft, sans-serif;
  }
  .top-header-branding a {
    text-decoration: underline;
    color: #ffffff;
    font-family: sofia-pro-soft, sans-serif;
  }
  .top-header-branding a:hover {
    color: #5ec293;
  }
  .post-read-more-link a {
    font-size: 14px;
    padding: 4px;
    max-width: 140px;
  }
}
@media (max-width: 400px) {
  .header-with-search .search-site {
    top: 0;
  }
  .header-with-search .search-input form::before{
    width: 18px;
    height: 21px;
    top: 20px;
    right: -57px;
  }
  .header-with-search .search-input form::after {
    width: 40px;
    height: 40px;
    top: 10px;
  }
  .header-with-search .logo-image {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .top-header-branding {
    text-align: center;
    float: none;
  }
  .contact-number.contact-right {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .header-section .top-header-section {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
    text-align: center;
  }
  .header-section .top-header-section .contact-number {
    padding-top: 10px;
  }
  .header-section .top-header-section .contact-number a {
    padding-left: 0px;
  }
}
@media (max-width: 980px) {
  .june-blog .all-post-link {
    width: 140px;
  }
  .june-blog .post-filter ul {
    margin-left: 20px;
  }
}
@media (max-width: 805px) {
  .june-blog .post-filter-container a {
    font-size: 14px;
  }
}

/******************/

.tillit-banner-section .banner-text-container {
  background: transparent;
  color: #fff;
  padding: 0;
}
.tillit-banner-section .banner-text-container h1 {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 60px;
}
.tillit-banner-section .banner-text-container h4,.tillit-banner-section .banner-text-container h2 {
  font-size: 36px;
  font-family: 'Montserrat';
  color: #fff;
}
.tillit-banner-section .page-center {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding-top: 130px !important;
  padding-bottom: 125px !important;
}
.june-blog.tillit-case-study .blog-list-block {
  display: inline-block;
  float: left;
  margin-right: 3%;
  width: 30%;
  margin-bottom: 60px;
}
.container-fluid .row-fluid .content-wrapper .main-content-second {
  margin: 35px auto 0;
  max-width: 100%;
  float: none;
  width: 1150px;
}
.main-content-second h3,.main-content-second h1 {
  background: #4dbc89;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 25px;
  padding: 10px 12px;
  border-radius: 5px;
}
.main-content-second ul {
  border: 2px solid #dedede;
  list-style: none;
  text-align: center;
  padding: 20px 0;
  border-radius: 3px;
}
.main-content-second ul li {
  padding: 10px 0;
  font-size: 20px;
  color: #333;
}
span.one_month {
  font-size: 20px;
  color: #7f3f96;
  font-weight: 600;
  border: 2px solid;
  text-align: center;
  padding: 5px 0;
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}
div#cta2 {
  overflow: hidden;
  width: 100%;
}
.padding60tb {
  padding: 60px 0;
  overflow: hidden;
}
.text-center {
  text-align: center;
}
.cta2-text-wrap p {
  color: #fff;
  font-size: 27px;
  margin: 20px 0;
}
.main-content-de h2:after {
  background: url(https://3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/title-bg.png);
  content: "";
  position: absolute;
  height: 41px;
  width: 150px;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: bottom;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto 0px;
  bottom: -50px;
}
.main-content-de h2 {
  color: #804096;
  margin: 31px 0 75px;
  position: relative;
}
.main-content form span.hs-form-required {
  display: none;
}
.main-content form input, .main-content form select, .main-content form textarea{
  padding: 14px 10px;
  border: 2px solid #d7d7d7;
  max-width:100%;
}
.main-content form .hs_submit input {
  background-image: none;
  padding: 13px 60px;
  border-radius: 24px;
}
.main-content form .hs_submit input:hover {
  background-image: none;
}
.hs-two-column-lay .body-container .row-fluid .page-center .main-content h3 {
  position: relative;
  margin: 0 0 60px 0;
  font-size: 30px;
  font-weight: 400;
}
.hs-two-column-lay .body-container .row-fluid .page-center .main-content h3:after {
  background: url(https://3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/title-bg.png);
  content: "";
  position: absolute;
  height: 41px;
  width: 150px;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: bottom;
  left: 0;
  /*     right: 0; */
  text-align: center;
  margin: 0 auto 0px;
  bottom: -50px;
}
body .content-wrapper .sidebar .hs-cta-wrapper .hs-cta-node a#cta_button_3375090_4a637d78-a532-47cc-83db-f40c92cca989.find-out-cta-new {
  width: 100% !important;
  max-width: 100% !important;
}
.side_bar_contact_info {
  border: 2px solid #dedede;
  padding: 20px 10px;
  margin: 0 0 30px 0;
}
.hs-two-column-lay .body-container .row-fluid .sidebar .side_bar_contact_info h3,
.hs-two-column-lay .body-container .row-fluid .sidebar .side_bar_contact_info p {
  margin: 0;
  padding: 0;
}
.hs-two-column-lay .body-container .row-fluid .sidebar .side_bar_contact_info h3 {
  font-size: 20px;
}
.hs-two-column-lay .body-container .row-fluid .sidebar .side_bar_contact_info p {
  font-size: 16px !important;
  background: url(https://3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/Case%20Studies%20/pin-icon.png) no-repeat center left;
  padding: 0 0 0 30px;
}
.hs-two-column-lay .body-container .bottom-full-orange-section .page-center {
  margin-bottom: 0 !important;
  padding: 0;
}
.icon_text_wrap {
  border: 2px solid #dedede;
  padding: 20px 30px;
}
.icon_text_wrap h3 {
  padding: 18px 0;
  margin: 0;
  font-size: 20px;
}
#cta1 .text-cont {
  margin: 0 !important;
  padding: 0;
}
#cta1 h2.text-center {
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 10px 0 25px;
}
.cta1-text-wrap h3{
  color: #fff;
}
.cta1-text-wrap p {
  color: #fff;
  font-size: 20px;
}
div#cta1 .form_wrap form input {
  padding: 10px 5px;
}
#cta1 .form_wrap form .hs-submit input {
  padding: 10px 0;
  background-image: none;
  border-radius: 0;
  width: 100%;
  background-color: #1faa69;
  border: none;
}
.testimonial_author {
  text-align: center;
}
.testimonial_wrap {
  padding: 0 18%;
}
.testimonial_text p {
  font-size: 18px;
  padding: 20px 40px;
}
.testimonial_wrap .slick-slide > div {
  border: 2px solid #fff;
  color: #fff;
  margin: 60px 10px 60px;
  padding: 0 35px 35px;
}
.testimonial_author span {
  font-size: 22px;
  font-weight: 700;
  border: 2px solid;
  padding: 20px 40px;
  display: inline-block;
  margin: 5px 0 0 0;
}
#testimonial_cont h2.text-center {
  color: #fff;
  padding: 60px 0 0 0;
  position: relative;
}
#testimonial_cont h2:after {
  background: url(https://3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/title-white-bg-1.png);
  content: "";
  position: absolute;
  height: 41px;
  width: 150px;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: bottom;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto 0px;
  bottom: -50px;
}
#index_blog h3 {
  text-align: center;
  position: relative;
  margin: 0 0 40px 0;

}
#index_blog h3:after {
  background: url(https://3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/title-bg.png);
  content: "";
  position: absolute;
  height: 41px;
  width: 150px;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: bottom;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto 0px;
  bottom: -50px;
}
.fancybox-content iframe {
  width: 100% !important;
}
.tetxt_cont {
  padding: 0 15%;
}
.tetxt_cont table {
  width: 100%;
  border: 1px solid;
  border-collapse: collapse;
}
.tetxt_cont table tr td {
  border: 1px solid;
}

.tetxt_cont table tr td ul {
  display: inline-block;
  list-style: none;
}
.tetxt_cont table tr td ul li {
  padding: 8px 0;
}
.tetxt_cont ul {
  text-align: left;
  width: 49%;
  display: inline-block;
  list-style: none;
}
.tetxt_cont ul li {
  background: url(https://3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/tick.png) no-repeat center left;
  padding: 15px 35px;
  border-bottom: 1px solid #ccc;
}
a.testimonial_btn {
  /* text-align: center; */
  /* float: none; */
  /* display: block; */
  background: #804096;
  color: #fff;
  padding: 15px 40px;
  display: inline-block;
  margin: 0 0 50px 0;
  border-radius: 30px;
}
@media (max-width: 767px){
  .tetxt_cont {
    padding: 0;
  }
  .tetxt_cont ul {
    width: 100%;
  }
  #video {
    display: block;
/*     height: 200px; */
    display: block;
    height: 300px;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  #video.active {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    height: 200px;
  }
  .span12.widget-span.widget-type-cell.page-center.content-wrapper.dd-first-class-home { display: none;}
}

.hs-cta-wrapper a, a#cta_button_3375090_243df60f-2aab-429c-9804-a164b409d0dc {
  font-family: 'Montserrat' !important;
}
#hs_cos_wrapper_module_146614796015123 a {
  color: #fff;
  font-weight: bold;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 14.5px;
}
.video-container .hero .title h2 {
	font-family: 'Montserrat';
}
.video-container .hero .lead p {
	font-weight: bold;
	font-family: 'Lato';
	letter-spacing: .2em;
}
.hs-blog-listing .body-container-wrapper {
	padding-top: 30px;
}
@media (min-width: 1200px) {
  .video-container {
    max-height: calc(100vh - 200px);
  }
  .video-container video {
    position: absolute;
    transform: translate(-50%,-50%);
  }
  .video-container .video-object:before {
    z-index: 2;
  }
  #widget_1589437406767_overlayText {
    z-index: 3;
    top: 50% !important;
  }
  .video-object {
    height: calc(100vh - 300px);
  }
}




@media (max-width: 968px) {
	.hs-blog-listing .body-container-wrapper {
		padding-top: 16px;
	}
}

.home-page-banner-title-dd h1 {
    font-size: 3.575rem;
  color:#fff !important;
}



.overflow-dd-part{overflow-y: hidden;}


.full-width-type-dd span#hs_cos_wrapper_widget_1657544364001_ { border: 0 !important;}
.right-subsvribe-form-dd div#hs_cos_wrapper_widget_1657544364001 { border: 14px solid #f8f8f8; padding: 40px 20px; margin-top: 0 !important; margin-top: 80px; margin-bottom: 50px; }

.water-sector-dd #hs_cos_wrapper_widget_1657607795265 form.hs-form .hs-form-field ul.inputs-list { color: #fff; padding: 0;}

.water-sector-dd #hs_cos_wrapper_widget_1657607795265 label span{color:#fff;}


.paperless-system-table-dd th {border: 1px solid;padding: 10px;}

.paperless-system-table-dd td { border: 1px solid; /* padding: 10px; */}

.case-study-form-dd li.hs-form-checkbox { color: #fff !important; margin-left: 0 !important;}
.case-study-form-dd ul li span { padding-left: 10px;}
html.no-js.hs-inline-edit .blog .blog-content {
    display: block !important;
}
/* .widget-type-blog_content .hs-cta-wrapper img { width: 100%;} */

/* Template Preview */
.top-header-branding-2025 {
  float: right !important;
  width: fit-content !important;
}


.top-header-branding-2025 {
  padding-top: 2px;
  font-weight: bold;
  color: #ffffff;
  font-family: sofia-pro-soft, sans-serif;
}
.top-header-branding-2025 a {
  text-decoration: underline;
  color: #ffffff;
  font-family: sofia-pro-soft, sans-serif;
}
.top-header-branding-2025 a:hover {
  color: #5ec293;
}

.header-section .top-header-section .contact-number {
  float: right;
  width: 30% !important;
}

@media (max-width: 767px) {
  .header-section .top-header-section .contact-number,
  .top-header-branding-2025 {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    text-align: center !important;
  }
}