/* ==========================================================================
   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:100,100i,300,300i,400,400i,700,700i,900,900i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('//fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@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
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}



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

a.cta_button.cta-font-raguler {
    font-size: 14px !important;
}


/* ==========================================================================
   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:#414042;
  font-family: 'Montserrat', 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: inherit;
    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;
    font-family: 'Montserrat', sans-serif;
}
h1.smaller {
    font-size:24px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
h2 {
    font-size:45px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
}
h3 {
    font-size: 27px;
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    color: #414042;
}
h4 {
    font-size:27px;
     font-family: 'Montserrat', sans-serif;
     font-weight: bold;
     color: #fff;
}
h5 {
    font-size:16px;
}
h6 {
    font-size:14px;
}

/* Anchor Links */
a { color: #414042;
    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: #6cb4ef; 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;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    color:#414042;
    font-weight: normal;
}
.one-col-text p {
    margin: 40px 0px;
}
.section5 .one-col-text p {
    color: #fff;
}
.three-col-intro p {
    padding: 0px 0px 20px;
}

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;
}
.error-template h2 {
    color: #414042;
}

/* =============== 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: #e6e7e8;
    color: #929497;
    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;
}

.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, .header-section .top-header-section .top-header-back a {
    color: #929497;
    font-size:13px;
    font-weight:bold;
}
.header-section .top-header-section .contact-number a:hover, .header-section .top-header-section .top-header-back a:hover {
    color: #929497;
}
.header-section .top-header-section .contact-number a:before {
    content: url("https://4326830.fs1.hubspotusercontent-na1.net/hubfs/4326830/Icons/phone-icon.png");
    display: inline-block;
    margin: 0 6px 0 0;
    vertical-align: middle;
}
.header-section .top-header-section .top-header-back a:before {
    content: url("https://4326830.fs1.hubspotusercontent-na1.net/hubfs/4326830/Icons/arrow-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:#414042;
    font-size:18px;
    font-family: 'Montserrat', sans-serif;
/*    font-family: 'RalewaySemiBold';*/
    margin: 0 0 18px;
    text-transform: uppercase;
}
 .banner-text-container p {
    color: #414042;
    float: none;
    font-family: 'Montserrat', sans-serif !important;
/*    font-family: "RalewayLight" !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("//2066495.fs1.hubspotusercontent-na1.net/hubfs/2066495/Nukon-June2016/Images/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");
}

.after-banner-text-container {
    padding:65px 0;
    text-align:center;
}
.after-banner-text-container p {
    display:inline-block;
    float:none;
    margin:0;
    color: #414042;
    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:18px;
    margin:0 0 60px;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
/*    font-family: 'RalewaySemiBold'; */
    text-transform: uppercase;
}


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

/* =============== Content =============== */
/*.header-section .logo-image img {
    width: 95px !important;
}*/
.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:#13314f;
    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:#fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;  
    margin-bottom: 10px;
    -webkit-margin-after: 12px;
}
.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 a {
    font-family:'PT Sans',sans-serif;
}

.footer-section .ee-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: #55b5f4;
}
.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:60px;
    -webkit-margin-before:31px;
    padding-top:26px;
    -webkit-padding-before:27px;
}
.footer-section .footer-row-2 .copyright-text {
    font-size:13px;
    color:#fff;
    font-family: 'PT Sans', sans-serif;
}
.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-section .blog-footer-container p {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
}
/* ---------------- 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 20px 33px 25px;
    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:#6cbff5;
    text-transform:uppercase;
    border-bottom:2px solid transparent;
    padding: 0 4px 6px;
    font-weight: bold;
}
.custom-menu-primary .hs-menu-wrapper > ul > li >a:hover , 
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
    border-color:#6cbff5;
}
.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:#6cbff5;
}


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

/* =========== Custom Modules ========== */

.one-col-text {
    text-align: center;
    max-width: 970px;
    margin: 80px auto;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
}

.two-col {
    text-align: center;
    max-width: 1000px;
    float: none;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
}
.gray-background {
    background-color: #f1f2f2;
    padding-top: 80px;
    padding-bottom: 115px;
}
.two-col-wrapper {
    border: 2px solid #fff;
    text-align: center;
    width: 100%;
}
.two-col-blue-cta {
    background-color: #55b5f4; 
}
.two-col-blue-cta a, .two-col-green-cta a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 27.44px;
    text-decoration:underline;
}
.two-col-blue-cta h4, .two-col-green-cta h4 {
    margin: 0px;
    padding: 25px 10px;
}
.two-col-green-cta {
    background-color: #55e29c;
}
.two-col-icon {
    text-align: center;
}
.two-col-icon img {
    width: auto;
    margin-bottom: -65px;
}

.left-title h4 {
    margin-top: 85px;
    color: #55b5f4 !important;
    font-family: 'PT Sans', sans-serif;
    font-weight:bold;
    font-size:32px;
    letter-spacing: 1.1px;
}
.right-title h4 {
    margin-top: 85px;
    color: #83e6b2;
    font-family: 'PT Sans', sans-serif;
    font-weight:bold;
    font-size:32px;
    letter-spacing: 1.1px;
}
.right-text p, .left-text p {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    color: #414042;
    max-width: 375px;
    float: none !important;
    margin: 30px auto 40px;
    letter-spacing: .4px;
    padding: 0px 15px;
}
.row-fluid .span6.two-col-container {
    margin: 0px;
    max-width: 500px;
    width:50% !important;
}
.row-fluid .page-center.two-col {
    float: none;
    max-width: 1000px !impportant;
    margin: 0 auto !important;
    padding-left: 15px;
    padding-right: 15px;
}
.three-column {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    max-width: 1180px;
    margin: 0px auto !important;
    float: none !important;
}
.three-col-intro {
    text-align: center;
    margin-bottom: 35px;
    max-width: 970px;
    margin-left: auto !important;
    margin-right:auto !important;
    float: none !important;
    padding-left: 15px;
    padding-right: 15px;
}
.three-col-section {
    text-align: center;
    padding: 0px 40px;
    padding-top: 20px; 
    margin-bottom: 20px;
    width:33.3% !important;
}
.three-col-section img {
    width: auto;
    margin-bottom: 20px;
}
.three-col-section.side-borders {
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
}
.three-column .span4 {
    margin: 0px;
}
.blue-background {
    background-color: #55b5f4;
    padding: 54px 0px;
}
.blue-section h4 {
    margin: 0px auto;
    max-width: 790px;
    text-align: center;
    float: none;
    font-size: 27px;
}
.blue-section a {
    color: #fff;
}
.header-banner {
    text-align: center;
}
.header-banner h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.header-banner h2 {
    color: #fff;
    padding: 30px 0px 45px;
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    line-height: 70px;
}
.header-banner-container {
    max-width: 1310px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
}
.three-col-section p {
    max-width: 190px;
    float: none;
    margin: 20px auto;
    letter-spacing: .3px;
}
.three-column .first-column {
    padding-right: 0px !important;
}
.three-column .three-col-section:last-child {
    padding-left: 0px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        margin-left: 45px;
    min-width: 0px;
   /* max-width: 118px; */
}

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

/* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #667c88; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #667c88; /* Icon color */
  }

  
  /* ===== 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 */ 
    .custom-menu-primary.js-enabled .hs-menu-wrapper{
        width: 100%;
        position: relative;
        top: 10px;
        left: 0;
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
        -o-box-shadow: 0 0 4px rgba(0,0,0,0.5);
        -ms-box-shadow: 0 0 4px rgba(0,0,0,0.5);
        box-shadow: 0 0 4px rgba(0,0,0,0.5);
  }
  .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;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        background: #667c88;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
        border:none;
        margin: 0px !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        width: 100%;
        max-width: 100% !important;
        margin-left: 0px !important;
    }
}


/* ==========================================================================
   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 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: #414042;
    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                                        
   ========================================================================== */
.hs-button.primary, input[type="submit"], input[type="button"] {
        font-size: 14px;
        padding: 15px 50px;
        background-color: #f19953 ;
        text-align: center;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        border: 0px;
        color: #fff;
          -webkit-appearance: none;
    }
    .hs-button.primary:hover, input[type="submit"]:hover, input[type="button"]:hover {
        background: #f19953; 
        color: #f19953;
    }

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






/* =============== 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: 18px;
    color: #26265e;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    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: 'Montserrat', sans-serif;
/*    font-family: RalewayRegular; */
    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: 'Montserrat', sans-serif;
/*    font-family: 'RalewayRegular'; */
}
.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', sans-serif;
/*    font-family: "RalewayMedium"; */
    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: #4bacf2;
}
.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.content-wrapper,
.hs-two-column-lay .body-container .row-fluid .page-center.content-wrapper h3,
.hs-two-column-lay .body-container .row-fluid .page-center.content-wrapper .hs-form-field > label{
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    color: #414042;
    font-weight: normal;
}


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




.two-column-equal-cont-title-wrap h3.title {
    font-family: 'Montserrat', sans-serif;
/*    font-family: 'RalewayRegular'; */
    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: #414042;
}
.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', sans-serif;
}
.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 #414042;
    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: #414042;
    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: 18.5px;
        margin-top: 0;
        font-family: 'Montserrat', sans-serif;
/*        font-family: 'RalewayRegular'; */
}

/* 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: 'Montserrat', sans-serif;
/*    font-family: 'RalewayRegular'; */
}
.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: 18.5px;
}
a#cta_button_3375090_2ef9b4c1-7858-4d41-bf73-aaf4b34fba16 {
    -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_3375090_2ef9b4c1-7858-4d41-bf73-aaf4b34fba16 span{
    font-size: 18px !important;
    line-height: normal !important;
}
a#cta_button_3375090_2ef9b4c1-7858-4d41-bf73-aaf4b34fba16:hover,
a#cta_button_3375090_29b91844-e2c8-420e-88b7-15f962848848:hover,
a#cta_button_3375090_45a07ce9-5eeb-4b1e-bce5-a996844c2426:hover,
a#cta_button_3375090_45a07ce9-5eeb-4b1e-bce5-a996844c2426:hover span,
a#cta_button_3375090_29b91844-e2c8-420e-88b7-15f962848848:hover span,
a#cta_button_3375090_2ef9b4c1-7858-4d41-bf73-aaf4b34fba16:hover span{
    background: none !important;
    color: #f15a32!Important;
}
a#cta_button_3375090_29b91844-e2c8-420e-88b7-15f962848848:before,
a#cta_button_3375090_45a07ce9-5eeb-4b1e-bce5-a996844c2426: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_3375090_2ef9b4c1-7858-4d41-bf73-aaf4b34fba16:hover:before,
a#cta_button_3375090_45a07ce9-5eeb-4b1e-bce5-a996844c2426:hover:before,
a#cta_button_3375090_29b91844-e2c8-420e-88b7-15f962848848: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', sans-serif;
    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: 'Montserrat', sans-serif;
/*    font-family: RalewayRegular; */
        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: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: normal;
    margin: 0 0 10px;
}
.cta_button.find-out-more-about-ee-cta.enquire-cta.cta-join:before {
    content: url(https://4326830.fs1.hubspotusercontent-na1.net/hubfs/4326830/Icons/arrow.png);
    left: 8px;
    position: absolute;
    top: 7px;
}
.hs-cta-wrapper a#cta_button_3375090_2e457fa2-4b05-4e50-873c-0e3a2dcd37ac {
    position: relative;
    border-radius: 20px 5px 5px 20px;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    padding: 14px 40px 14px 65px;
    text-transform:none;
    position: relative;
    border: 1px solid #f15a32;
}

.hs-cta-wrapper a#cta_button_3375090_2e457fa2-4b05-4e50-873c-0e3a2dcd37ac:hover {
    background: none !important;
    color: #f15a32!Important;
}
.cta_button.find-out-more-about-ee-cta.enquire-cta.cta-join:hover:before {
    content: url(https://4326830.fs1.hubspotusercontent-na1.net/hubfs/4326830/Icons/arrow.png);
}

.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;
    max-width: 500px;
}


.bottom-full-blue-section {
    background: #55b5f4 ;
    text-align: center;
    padding: 40px 0;
}
.bottom-full-blue-section .page-header h1 {
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 12px;
}
.bottom-full-blue-section p,
.bottom-full-blue-section h3 {
    font-family: 'Montserrat', sans-serif;
}

.bottom-full-blue-section .page-header p {
    font-size: 32px;
    color: #fff;
    font-weight: 300;
    margin: 0 0 12px;
}
.bottom-full-blue-section  a#cta_button_3375090_7e94f1f3-3a92-409d-a567-d594591d5a2b,
.bottom-full-blue-section a#cta_button_3375090_7e94f1f3-3a92-409d-a567-d594591d5a2b:active,
.bottom-full-blue-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-blue-section .find-out-more-about-ee-cta:before {
    content: url(https://4326830.fs1.hubspotusercontent-na1.net/hubfs/4326830/Icons/arrow.png);
    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;
    margin: 0px auto;
    float: none;
}
.hs-full-width-type3 .section3 .row-fluid .page-center {
    max-width:800px;
}
    
@media (max-width:1090px) {
    .hs-full-width-type3 .section5 .row-fluid .page-center,
    .hs-full-width-type3 .section3 .row-fluid .page-center {
        margin:0px 15px;
    }
    
}    
.hs-full-width-type3 .section5 .col-one h2,
.hs-full-width-type3 .section3 .col-one h2{
    max-width: 420px;
    padding-left: 50px;
    margin: 0 0 50px;
}
.hs-full-width-type3 .section3 .col-one h2 strong {
    font-family: 'Montserrat', sans-serif;
}
.hs-full-width-type3 .section3 .col-one h2{
    max-width: 500px;
}
.hs-full-width-type3 .section5 .hs-two-col-eql-cont-wrap .col-one{
    width: 57.264957265%;
}
.hs-full-width-type3 .section5 .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: 19px;
    font-family: 'Montserrat', sans-serif;
    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  ol li p {
    margin: 0 0 5px;
}
.hs-full-width-type3 .section4{
    padding: 100px 0;
    text-align: center;
    position: relative;
}

.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 .section4 .row-fluid .page-center,
.hs-full-width-type3 .section2 .row-fluid .page-center{
    max-width: 800px;
    margin: 0px auto !important;
    float: none;
}

@media (max-width:830px) {
    .hs-full-width-type3 .section4 .row-fluid .page-center, 
    .hs-full-width-type3 .section2 .row-fluid .page-center {
        margin: 0px 15px !important;
    }
}


.hs-full-width-type3 .section4 .hs_cos_wrapper_type_header h1,
.hs-full-width-type3 .section2 .hs_cos_wrapper_type_header h1{
    font-family: 'Montserrat', sans-serif;
    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', sans-serif;
}
.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 {
    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;
}
.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: 0px;
    position: relative;
    padding-left: 20px;
    text-align:left;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
}
.hs-full-width-type3 .section4 .hs-two-col-eql-cont-wrap ul li {
    color:#414042;
}
.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: #55E29C;
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
}
.hs-full-width-type3 .section2:after{
    border-top: 23px solid #6cb4ef;
}
.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: #414042;
    -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: 'Montserrat', sans-serif;
/*    font-family: 'RalewayRegular'; */
    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: 'Montserrat', sans-serif;
/*    font-family: ralewayregular; */
    font-size: 16px;
}
.blog.case-study .body-container-wrapper ul li, .blog.case-study .body-container-wrapper ol li {
    color: #333;
    font-family: 'Montserrat', sans-serif;
/*    font-family: ralewayregular; */
    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', sans-serif;
/*    font-family: ralewaymedium; */
    font-size: 25px;
    padding-bottom: 8px;
    text-align: center;
    margin-top: 20px;
}
@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: 'Montserrat', sans-serif !important;
/*    font-family: "RalewayLight" !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(//3375090.fs1.hubspotusercontent-na1.net/hubfs/3375090/Nukon_June2017-theme/Images/grid-bg-image.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: 18px;
    margin: 0 0 60px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    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: #414042;
    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', sans-serif;
}

.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: #6cbff5;
    font-weight: normal;
}

.three-col-equal-img-cont-wrap .span4 .content {
    color: #414042;
    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: #414042;
    font-size: 14px;
}
.hs-home-page-layt .section4.section .hs_cos_wrapper_type_rich_text h3{
    color: #414042;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
/*    font-family: 'RalewaySemiBold'; */
    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: #414042;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
/*    font-family: 'RalewaySemiBold'; */
    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: #414042;
    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: #414042;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 0;
}

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


.hs-home-page-layt .banner-text-container h2 {
    color: #414042;
    font-size: 18.5px;
    font-family: 'Montserrat', sans-serif;
    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', sans-serif;
}


.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: 'RalewayRegular';
}


.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: 19px;
    font-family: "RalewaySemiBold";
}
.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: 'RalewayRegular';
    width: auto;
}

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

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



.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-family: 'PT Sans', sans-serif;
       font-size: 18px;
    }

.section2.section .cm-one-column p span {
    font-weight: bold;
    font-size: 18px;
}

/* 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:'RalewaySemiBold';
  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 #414042;
    color:#414042;
}
.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: #414042;
  font-size: 25px;
  line-height: 35px;
  font-family:'RalewaySemiBold';
}
.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:'RalewayRegular';
    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:'RalewaySemiBold';
    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: #414042 none repeat scroll 0 0;
  color: #fff;
}
.june-blog .blog-get-in-touch-container h2 {
  color: #fff;
  font-family: "RalewaySemiBold";
  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: ralewaybold;
  font-size: 14px;
}
.single-property-text p {
  font-family: ralewaymedium;
  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: #414042;
  font-family: ralewaymedium;
  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: ralewayregular;
  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: #414042;
  font-size: 25px;
  line-height: 42px;
}
.two-col-attr-right-section p {
  color: #333;
  font-family: ralewayregular;
  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: RalewaySemiBold;
  font-size: 25px;
  letter-spacing: 0.5px;
  margin-top: -6px;
  margin-bottom: 25px; 
}
.slick-slide span {
  font-size: 16px;
  line-height: 25px;
  font-family: ralewayregular;
}
.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---------------*/


/* =============== 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 (min-width:905px) and (max-width: 1065px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        padding: 0 9px 33px 9px;
    }
}
@media (min-width:768px) and (max-width: 904px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        padding: 0 6px 33px 6px;
    }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 13px;
  }
}

@media (min-width:768px) and (max-width: 1020px) {
    .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;
    }
    
    .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: 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: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 (max-width: 767px) {
    .bottom-full-blue-section h4 {
        font-size: 20px;
    }
    .banner-overlay {
        padding:40px 15px !important;
    }
    .header-banner h2 {
        font-size: 30px;
        line-height: 45px;
    }
    .one-col-text {
        padding:40px 15px;
        margin:0px;
    }
    .left-title h4,
    .right-title h4{
        font-size: 20px;
    }
    .right-text p, 
    .left-text p {
        font-size: 18px;
    }
    .two-col-blue-cta a, 
    .two-col-green-cta a {
        font-size: 18px;
    }
    .gray-background {
        padding: 40px 0px !important;
    }
    .three-column {
        padding: 40px 0px;
    }
    .three-col-intro {
        padding: 0px 15px;
    }
    .three-column .three-col-section {
        width: 100% !important;
        padding: 10px 0px !important;
        margin: 0px !important;
        border:none;
    }    
    .blue-background {
        padding: 20px 0px;
    }
    .blue-section h4 {
        font-size: 20px;
        padding: 0px 15px;
    }
    .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: 5px;
        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;
    }
    .row-fluid .span6.two-col-container {
        margin: 0px;
        max-width: 257px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
        width:100% !important;
    }   
}  

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


/* =============== 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: 5px;
    }
    .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;
    }
}
    .contact-number.contact-right {
        float: right;
        font-family: sofia-pro-soft, sans-serif;
    }
    .top-header-branding {
        padding-top: 2px;
        font-weight: bold;
        color: #34495e;
        font-family: sofia-pro-soft, sans-serif;
    }
    .top-header-branding a {
        text-decoration: underline;
    }
@media (max-width: 767px) {
    .top-header-branding {
        text-align: center;
        float: none;
    }
}

/* Template Preview */
.top-header-branding {
  padding-top: 2px;
  font-weight: bold;
  color: #34495e;
  font-family: sofia-pro-soft, sans-serif;
  float: right !important;
  width: fit-content !important;
  margin-left: 50px !important;
}

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