/****************************************/
/*      ^^^^^^ CSS Imports ^^^^^^       */
/*       Add external fonts above       */
/****************************************/
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/****************************************/
/*      HubSpot Style Boilerplate       */
/****************************************/
/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/****************************************/
/*                                      */
/*                                      */
/*      Table of contents:              */
/*          HubL variables              */
/*          Macros                      */
/*          Base sets                   */
/*          Bootstrap standards 		*/
/*          Globals                     */
/*          Typography                  */
/*          Structure                   */
/*          Responsive 				    */
/*                                      */
/****************************************/

/*************** HubL variables ***************/







/*************** Macros ***************/
/*  Example use of macro (exclude HubL comment tags)
a {
color: red;
font-size: 12px;
 
}
*/










/*************** Base sets ***************/
*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body {    
  overflow-x: hidden;
  width: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
}

/* ************* Responsive Bootstrap Standard ************ */
.page-center {
  display: table;
  float: none !important;
  width: 100% !important;
}
.big-container{
  max-width: 1500px;
  margin: auto !important;
  display: table;
  float: none !important;
  width: 100% !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .page-center ,
  .big-container{
    display: block;
    padding-right: 25px;
    padding-left: 25px;
  }    

}
@media (min-width: 750px) {
  .page-center ,
  .big-container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}   
@media (min-width: 992px) {
  .page-center {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-center {
    max-width: 1135px;
  }
}

/*************** Globals ***************/
a {
  color: #F78012;
  text-decoration: none;
}
a:hover,
a:focus {
  color: ; 
  text-decoration: underline;
}
img {
  max-width: 100%;
}
.hs_cos_wrapper_type_rich_text table {
  width: 600px !important;
}
.row-fluid [class*="span"] {
  min-height: 0;
}
.widget-type-space {
  padding: 1px;
}

/*************** Typography ***************/
/* -------- Basic text -------- */
p,
q {
  color: #5F5F5F;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px ;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}
label {
  color: #5F5F5F;
  font-family: 'Open Sans',sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}
small {}
p.semi {
  font-weight: 600;
}
strong {
  font-weight: 700;
}
em {}
cite {}
code {}
pre {}
q {
  font-style: italic;
  font-weight: 300;
  line-height: ;
}

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 {
  color: #F78012;
  font-family: 'Open Sans',sans-serif;
  font-weight: ;
  line-height: ;
  margin: ;
  text-rendering: optimizelegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1 {
  font-size: 64px;
}
h2 {
  font-size: 47px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
  line-height: 33px;
}
h5 {
  font-size: ;
}
h6 {
  font-size: ;
}

/* -------- Highlighted Text -------- */
::-moz-selection {
  color: #fff;
  background:#3399FF;
  text-shadow: none;
}
::selection {
  color: #fff;
  background:#3399FF;
  text-shadow: none;
}
::placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder,
:placeholder-shown {
  color: rgba(0,0,0,0.75);
  font-weight: 400 !important;
}

/* -------- Lists -------- */
ol, ul {
  padding-left: 30px;
}

li.hs-form-booleancheckbox {
  /*     margin-left: -30px!important; */
}

ul ul, ul ol, ol ol, ol ul {}
li {
  color: #5F5F5F;
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  line-height: ;
  text-rendering: optimizelegibility;
}

.widget-type-rich_text ul {
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  margin: 1rem 0;
  padding: 0;
}
.widget-type-rich_text ul li {
  padding-left: 0.6rem;
}
.widget-type-rich_text ul li:before {

}

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

/* -------- 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 {
   
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
	
  background-color: ;
  border-color: ;
  color: ;
  padding: ;
  font-size: ;
  font-family: 'Open Sans',sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
.hs-form-field > label {
  display: block;	
  padding:0;
  margin-bottom: 8px;
}



/* Quotes */
blockquote {
  font-size: 36px;
  line-height: 60px;
  color: #363950;
  font-weight: 600;
  font-family: 'Open Sans',sans-serif;
  font-style: italic;
}
blockquote p {
  font-size: 36px;
  line-height: 60px;
  color: #363950;
  font-weight: 600;
  font-family: 'Open Sans',sans-serif;
  font-style: italic;
}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}
.body-container .hs_cos_wrapper_type_rich_text ul{

}

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

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

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

/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */

/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

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

@media (max-width: 767px){

  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this 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;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    display: none;
  }

  /* 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: 0;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 0 8px ;
    background: #ffffff; /* Background color */
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top:-50px;
    color: transparent; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#21BBD1;
    background-color: transparent; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#21BBD1;
    background-color: transparent; 
    border-color: transparent;
  }


  /* 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: #21BBD1; /* 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: #21BBD1; /* Icon color */
  }

  /* Child Toggle Button
  ========================================================================== */

  .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:#F58029; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* 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%;
    top: 0;             
    left: 0;          
    padding: 0;
    background: rgb(255, 255, 255);
    z-index: 5;
    position: absolute;
    margin-top: 30px;
    padding:35px 0;
    border-radius:5px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:transparent; /* Menu background color set off global menuColorMobile variable */
    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{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #7E7EB9; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 0; /* Indent Child lists */
    font-size: 10px; /* Font size of child lists */
    text-transform:uppercase;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

  .mobile-open .mobile-trigger i {
    background-color: #fff !important;
  }
  .mobile-open .mobile-trigger i:before {
    top: 0;
    opacity: 1;
    background-color: #21BBD1;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .mobile-open .mobile-trigger i:after {
    top: 0;
    opacity: 1;
    background-color: #21BBD1;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .mobile-trigger i{
    background-color:#21BBD1 ;
    -webkit-transition: .25s all ease;
    -moz-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
  }
  .mobile-trigger i:before {
    top: -6px;
    opacity: 1;
    background-color: #21BBD1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
  }
  .mobile-trigger i:after {
    top: 6px;
    opacity: 1;
    background-color: #21BBD1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
  }  

}

/* -------- Additional Main menu Styling ------------- */



/*************** Structure ***************/
/* -------- Header ---------------- */
.header-section{
  background-color: transparent;
  padding: 17px 0 8px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 15;
  top: 0;
}
.header-section img{
  margin-top: 5px;
}

.header-section .hs-menu-depth-1:last-child a {
  background-color: #2F3238;
  padding: 9px 12px !important;
  border-radius: 5px;
  position: relative;
  top: -5px;
   
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;

}
.header-section .hs-menu-depth-1:last-child a:hover {
  background: #FFF;
  color: #F58029;
  text-decoration: none;
}

.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  font-size: 13px;
  color: #fff;
  max-width: 100%;
  font-weight:600;
  text-transform:uppercase;
  font-family: 'Open Sans', sans-serif;
}
.header-menu{
  text-align:right;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  padding: 5px 0 10px 0;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
  padding:0 20px;
  height:70px;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child:hover a{
  border-bottom:0;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover a{
  border-bottom: 2px solid #fff;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 18px 22px;
  margin-top:15px;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
  color:#F78012;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #363950;
  text-align: left;
  font-family: 'Open Sans',sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 26px;
  text-transform: capitalize;
  padding: 0;
}

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

.white-btn{
  width: 157px;
  height: 50px;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'Open Sans',sans-serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-shadow: none!important;
  padding-left: 0 !important;
  border: 1px solid #fff;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  padding: 15px 0;
  background: transparent;
  text-align: center;
  margin-top: -7px;
}
.white-btn:hover{
  background-color:#fff;
  color:#f58029;
  text-decoration:none;
}




.orange-btn,
.offer-content .hs-cta-wrapper a,
.content-box a {
  cursor: pointer;
  text-decoration: none;
  color: #F78012;
  font-size: 14px;
  border: 1px solid #F58029;
  border-radius: 5px;
  position: relative;
  font-weight: 700;
  padding: 8px 15px 8px 53px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  transition: all ease 1s;
  margin-top: 32px;
}

.orange-btn:before,
.offer-content .hs-cta-wrapper a:before,
.content-box  a:before{
  content: "+";
  background-color: #F58029;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 37px;
  text-align: center;
  border-radius: 5px 0 0 5px;
  transition: all ease 1s;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orange-btn:hover,
.offer-content .hs-cta-wrapper a:hover,
.content-box  a:hover{
  color: #fff !important;
  border: 1px solid #fff !important;
}
.orange-btn:hover:before ,
.offer-content a:hover:before,
.content-box  a:hover:before{
  background-color: #36394f !important;
  color: #fff !important;
}
.orange-btn.bluehover:hover {
  color: #36394f !important;
  border: 1px solid #36394f !important;
  text-decoration: none;
}
/* -------- Other elements -------- */
.white-background{
  padding: 103px 0 83px;
}
.ezypay-home .white-background {
  padding: 0 0 83px;
  position: relative;
  z-index: 1;
}
.ezypay-home .smart-content{
  position:relative;
  z-index:10;
}
/* SLIDER MODULE */
.flexi-column{
  display:none !important;
}
.slide-wrapper {
  height: 860px;
  width: 100%;

}
.total-slide-div .hs_cos_wrapper_type_custom_widget{
  float:left;
}
.slider-container{
  position:relative;
}
.slide-container{
  overflow: hidden;
  position: relative;
  background-size: contain;
  background-blend-mode: multiply;
  background-color: #F58029;
  background-position: bottom;
  background-repeat: no-repeat;
}
.imageleft{
  position: absolute;
  left: 32px;
  bottom: -27px;
}
.imageleft img{
  width: 400px;
  mix-blend-mode: overlay;
  opacity: .2;
}
.imageright{
  position: absolute;
  right: -62px;
  bottom: -26px;
}
.iconcontainer{
  position:relative;
}
.imageleft img.dot-sequence{
  left: 29px;
  position: absolute;
  width: 10px;
  top: 50px;
}
.imageleft img.check-circle{
  position: absolute;
  width: 52px;
  left: 171px;
  top: 0;
}
.imageleft img.chart-appear{
  position: absolute;
  width: 229px;
  left: -98px;
  bottom: 20px;
}
.imageleft img.safe-appear{
  position: absolute;
  left: 15px;
  top: -118px;
  width: 119px;
}
.imageleft img.cross{
  position: absolute;
  right: -50px;
  bottom: 70px;
  width: 25px; 
}
.imageleft img.mail-icon{
  position: absolute;
  width: 80px;
  right: 25px;
  bottom: 255px;
}
.imageright img{
  width: 930px;
  mix-blend-mode: overlay;
  opacity: .2;
}
.imageright img.shield-rotate{
  position: absolute;
  width: 118px;
  bottom: 117px;
  left: -139px;
}
.imageright img.shopping-cart{
  position: absolute;
  left: 62px;
  width: 95px;
  bottom: 320px;
}
.imageright img.circle-art{
  position: absolute;
  width: 135px;
  height:135px;
  left: 190px;
  top:100px;
  background-color: #fff;
  border-radius: 50%;
  border: 4px solid rgba(67,86,107,1);
  padding: 20px;
}
.imageright img.diamond-dots{
  position: absolute;
  bottom: 321px;
  left: 380px;
  height: 20px;
  width: auto;
}
.imageright img.globe-rotate{
  position:absolute;
  width:160px;
  top:32px;
  right:35px;
}
.imageright img.dot-square{
  position: absolute;
  width: 15px;
  left: 99px;
  bottom: 208px;
}
.imageright img.cross-rotate{
  position: absolute;
  left: 71px;
  top: 253px;
  width: 25px;
}
.slide-pagination{
  margin-top: -50px;
  position: relative;
  z-index: 11;
}
.slide-pagination ul{
  display:table;
  margin:auto;
}
.slide-pagination li{
  list-style-type:none;
  float:left;
}
.slide-pagination li a {
  width: 12px;
  height: 12px;
  background-color: rgba(255,255,255,.5);
  text-indent: -30px;
  overflow: hidden;
  margin: 0 5px 0 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: block;
  border: 0;
  cursor:pointer;
}
.slide-pagination li a.active{
  background-color: rgba(255,255,255,1);
}
.caption{
  display: table;
  height: 860px;
  transition:all ease 1s;
  position:relative;
  z-index:2;
  width:65%;
}
.caption h1{
  font-size: 53px;
  color: #fff;
  line-height: 59px;
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
.caption.fadeIn{
  opacity:1;
}
.caption a{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 14px 40px;
  display: inline-block;
  transition:all ease 1s;
  margin-right: 15px;
}
.caption a:hover{
  background-color: #262838;
  text-decoration:none;
  border-color:#262838;
}
.caption p{
  margin-bottom: 45px;
  font-family: 'Open Sans',sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  color: #fff;
}
.align-center{
  display: table-cell;
  vertical-align: middle;
}

.two-column{
  text-align: center;
  max-width: 400px;
  margin: auto;
}
.two-column h3{
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 22px;
}
.two-column p{
  line-height: 25px;
  color: #5F5F5F;
  font-weight: 400;
  font-size:14px;
}
.two-column .hs-cta-wrapper a{
  margin-top:0 !important;
}
p.dept-text{
  font-size:14px;
  color:#363950;
  margin-bottom: 15px;
  line-height: 19px;
  font-weight:400;
}
p.dept-text:after {
  content: "";
  background-color: #F58029;
  height: 2px;
  display: block;
  width: 50px;
  margin: auto;
  margin-top: 10px;

}
.ezypay-home p.dept-text:after{
  position: relative;
}
.ezypay-home .icon-containet{
  display: table;
  width: auto;
  margin: 0 auto 20px;
  border: 10px solid #fff;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%; 
}
.icon-containet {
  margin-bottom: 20px;
} 
.icon-containet img{
  opacity:0;
}

.two-column a{
  margin-top: 45px;
}

.offer-section{
  text-align: center;
  background-color: #36394F;
  position:relative;
  z-index: 0;
}
.offer-section .offer-content{
  max-width: 570px;
  margin: auto !important;
  float: none;
  padding-bottom: 68px;
}
.container-triangle{
  -webkit-clip-path: polygon(30% 0, 0 0, 0 100%);
  clip-path: polygon(30% 0, 0 0, 0 100%);
  overflow: hidden;
  width: 1000px;
  height: 800px;
  position: absolute;
  background: #36394f;
}
.particles-section{
  position: absolute;
  top: 0;
  right: 0;
  bottom:0;
  overflow:hidden;
}
.particles-section canvas{
  width:1100px !important;
  height:900px !important;
}
.offer-content{
  position:relative;
  z-index:1;
}
.apply-page .offer-content{
  z-index:7;
}
#particles-js{
  width: 100%;
  height: 100%;
  background-color:#36394f;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.offer-content h2{
  color:#fff;
  font-weight:300;
  line-height:60px;
  margin-bottom: 25px;
}
.offer-content p{
  color:#fff;
  font-weight:300;
  margin-bottom: 18px;
}
.offer-content p:last-child{
  margin-bottom:0;
}

.offer-section .offer-content.widget-type-rich_text a {
  cursor: pointer;
  text-decoration: none;
  color: #F78012;
  font-size: 14px;
  border: 1px solid #F58029;
  border-radius: 5px;
  position: relative;
  font-weight: 700;
  padding: 8px 15px 8px 53px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  transition: all ease 1s;
  background-color: transparent !important;
}
.offer-section .offer-content.widget-type-rich_text a:before {
  content: "+";
  background-color: #F58029;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  padding: 9px 0;
  top: -1px;
  left: -1px;
  bottom: 0;
  width: 37px;
  text-align: center;
  border-radius: 5px 0 0 5px;
  transition: all ease 1s;
}
.offer-section .offer-content.widget-type-rich_text a:hover {
  color: #FFF !important;
  border-color: #FFF !important;
}
.offer-section .offer-content.widget-type-rich_text a:hover:before {
  color: #fff !important;
  background-color: #f58029;
}

.offer-section .offer-image{
  margin-bottom: 30px;
  border: 37px solid #36394f !important;
  border-radius: 50%;
  top: -56px;
  background-color: #36394f;
  width: auto;
  margin-left: auto !important;
  margin-right: auto;
  float: none;
  display: table;
  position:relative;
  margin-bottom: -50px;
  z-index:2;
}
.offer-image img{

}
.smart-content{
  padding-top: 100px;
  padding-bottom: 115px;
}
.smart-content h2{
  color: #262838;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 17px;
}
.smart-content p.dept-text{
  margin-bottom: 37px;
  color: #262838;
  font-weight:600;
}
.smart-content p.dept-text strong{
  font-weight:600;
}
.smart-content p.dept-text:after {
  width: 100px;
  margin: initial;
  margin-top: 10px;
}
.apply-page .smart-content p{
  font-size:14px;
  color: #5f5f5f;
}
.inner_page.apply-page .smart_content_wrapper_1 .smart-content ul li{
  font-size:13px;
}
.smart-content p{
  margin-bottom: 15px;
  color: #262838;;
}
.smart-content p:last-child{
  margin-bottom:0;
}
.small-container{
  max-width:960px !important;
  margin:auto;
}
.quote-section{
  text-align:center;
  padding-top: 172px;
  padding-bottom: 174px;
  opacity: 0;
}
.quote-section p.dept-text{
  margin-bottom: 37px;
}
.started-section{
  background-color:#F58029;
  padding-top: 50px;
  padding-bottom:50px;
}
.started-section h3{
  font-size: 36px;
  line-height: 36px;
  text-align: right;
  color: #fff;
  font-weight: 300;
  padding-right:40px;
  margin-top: 2px;
}
.started-section a.white-btn{
  margin-right: 16px;
  min-width: 110px;
  padding: 12px 30px !important;
  height: 45px;
  width: 172px;
  margin-top: 0;
  -webkit-appearance: none;
}
.started-section a.white-btn:hover{
  color: #262838;
}
.started-section .hs-cta-wrapper a{
  margin-left: 13px; 
}
/*.started-section .hs-cta-wrapper:nth-child(2) a {*/
/*    border: 1px solid #262838 !important;*/
/*    background-color: #262838 !important;*/
/*}*/
.started-section .hs-cta-wrapper:nth-child(2) a:hover{
  background: #fff !important;
  color: #262838 !important;
  border: 1px solid #fff !important;
}
.image-container{
  overflow:hidden;
}
.image-container img{
  opacity:0;
}
.apply-page .image-container img{
  opacity:0;
  z-index: 9999;
}
.image-container, .smart-container{
  display: table !important;
}
.image-container span, .smart-container span{
  display: table-cell;
  vertical-align: middle;
}
.border-right{
  position:relative;
}
.border-right:before{
  content: "";
  display: block;
  background-color: #9B9B9B;
  position: absolute;
  left: -18px;
  width: 1px;
  top: 90px;
  border: 0;
  bottom: 0;
}
.up-btn{
  display:none;
  background: #fff;
  width: 59px;
  height: 59px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  margin-top: -27px;
  color: #262838;
  text-align: center;
}
.up-btn i{
  font-size: 28px;
  line-height: 59px;
}

.footer_details .heading .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  white-space: normal;
}

.form-section{
  padding-bottom:100px;
}
.form-section .hs_submit{
  display:none;
  text-align: center;
  margin-top: 75px;
}
.form-section .hs_submit input{ 
  background-color: #262838;
  color: #fff;
  height: 50px;
  padding: 10px 35px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:0;
  white-space: pre-wrap;
   
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;

}
.form-section form h2 {
  color: #363950;
  font-weight: 300;
  display: block;
  font-size: 47px;
  padding-bottom: 10px;
  padding-top: 5px;
  font-family: 'Open Sans',sans-serif;
  margin-bottom: 25px;
  margin-top: 92px;
}

/**
li {
margin-left: 50px;
}
**/

.form-section form.hs-form fieldset[class*="form-columns"]  select.hs-input{
  background-image: url(https://3920421.fs1.hubspotusercontent-na1.net/hubfs/3920421/images/cross-click.png);
  background-repeat: no-repeat;
  background-position: 100% center;
  padding-top:0;
  padding-bottom:0;
}

.form-section form.hs-form .hs-input {
  width: 100% !important;
  /*   background-color: #EBF6F9; */
  border: 1px solid #E1E9F1;
  padding: 16px 60px 16px 17px;
  line-height:1.1;
  border-radius: 5px;
  font-family: 'Open Sans',sans-serif;
  box-shadow:none;
  height: 69px;
  border-radius: 5px !important;
  font-size: 20px;
  font-weight: 300;
  color: #5f5f5f;
  padding-left: 16px;
  margin:0;
}
.form-section form.hs-form .hs-form-booleancheckbox .hs-input,
.form-section form.hs-form .hs-form-radio .hs-input {
  width: auto !important;
}
.form-section .hs-form-required {
  color: #F98012;
}
.question_form_wrapper form.hs-form > div > div.hs_submit{
  text-align:right; 
}
.question_form_wrapper form.hs-form > div.ie-browser input, 
.question_form_wrapper form.hs-form > div.ie-browser textarea, 
.form-section form.hs-form fieldset.ie-browser[class*="form-columns"] .hs-input {
  padding-left: 35px !important;
}
.question_form_wrapper form.hs-form div.ie-browser input, 
.question_form_wrapper form.hs-form div.ie-browser textarea {
  padding-left: 35px !important;
}
.question_form_wrapper form.hs-form > div input[type='submit'] {
  padding-left: 0 !important;
  position:relative;
  right: 2px;
}
.form-section form.hs-form fieldset[class*='form-columns'].ie-browser select.hs-input::-ms-expand {
  display: none !important;
}
.question_form_wrapper form.hs-form > div.ie-browser input[type=submit] {
  padding-left: 0 !important;

}
.form-section form.hs-form fieldset[class*="form-columns"] .hs-input::placeholder {
  color: #5f5f5f !important;
  font-weight: 400 !important;
}
.form-section form.hs-form fieldset[class*="form-columns"] li .hs-input{
  height:auto;
  margin:3px 0;
}
.form-section form.hs-form fieldset[class*="form-columns"] li label{
  margin-top:0;
}
.form-section fieldset{
  width:100%;
  max-width:100% !important;
}
.form-section .hs-form-field{
  margin-bottom: 33px;
  display:table;
  width:100%;
  padding: 0 10px 0 0;
}
.form-section .hs-form-field.hs_amex,
.form-section .hs_once_off_customer_set_up_fee {
  padding: 30px 0 30px 20px !important;
  background: #fff;
  margin-bottom: 0;
}

.form-section .description-text, 
.description-text-new,
.form-section form legend{
  color: #9B9B9B;
  font-size: 10.5px;
  font-weight: 400;
  line-height:22px;
  font-style:normal;
  margin-bottom:0;
}
.darkblue-btn {
  background-color: #262838;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 12px 20px;
  display: inline-block;
  border-radius: 5px;
  max-width: 157px;
  width: 100%;
  text-align:center;
  float:right;
  cursor: pointer;
}
.red-text-new, .red-text{
  color: #F98012;
  font-size: 14px;
  margin-bottom:25px;
}   

.form-section form .hs-form-field.hs_email , 
.form-section form .hs-form-field.hs_date_of_birth,
.form-section form .hs-form-field.hs_suburb, 
.form-section form .hs-form-field.hs_zip, 
.form-section form .hs-form-field.hs_state, 
.form-section form .hs-form-field.hs_business_state,
.form-section form .hs-form-field.hs_guarantor_address,
.form-section form .hs-form-field.hs_business_suburb,
.form-section form .hs-form-field.hs_business_number_certification_of_incorporation, 
.form-section form .hs-form-field.hs_account_information, 
.form-section form .hs-form-field.hs_average_debit_value__c,
.form-section form .hs-form-field.hs_account_number, 
.form-section form .hs-form-field.hs-increase_maximum_debit_value_to,
.form-section form .hs-form-field.hs_mobilephone,
.form-section form .hs-form-field.hs_abn_certificate ,
.form-section form .hs-form-field.hs_send_failed_payment_notifications_to_customers,
.form-section form .hs-form-field.hs_town,
.form-section form .hs-form-field.hs_business_town{
  width: 50%;
}
.form-section form .hs-form-field.hs_account_information legend{
  font-size:20px;
  color:#262838;
  margin-bottom:35px;
  font-weight:300;
  line-height:30px;
}
.form-section form .hs-form-field.hs_if_a_payment_fails_i_want_to{
  float:left;
  width:50%;
  position: relative;
  z-index: 1;
}
.form-section form .hs-form-field.hs_if_a_payment_fails_i_want_to li, .form-section form .hs-form-field.hs_send_failed_payment_notifications_to_customers li{
  margin-top:10px;
}
.form-section form .hs-form-field.hs_total_annual_turnover,
.form-section form .hs-form-field.hs_future_dated_days,
.form-section form .hs-form-field.hs_transaction_per_month{
  position:relative;
}
.form-section form .hs-form-field.hs_total_annual_turnover legend,
.form-section form .hs-form-field.hs_future_dated_days legend,
.form-section form .hs-form-field.hs_transaction_per_month legend{
  position:absolute;
}
.form-section form .hs-form-field.hs_total_annual_turnover, 
.form-section form .hs-form-field.hs_future_dated_days{
  margin-bottom:85px;
}
.form-section form .hs-form-field.hs_transaction_per_month{
  margin-bottom:70px;
}
.form-section form .hs-form-field.hs_send_failed_payment_notifications_to_customers{
  margin-top: -167px;
  position: relative;
  z-index: 1;
}
.form-section form .hs-form-field.hs_total_annual_turnover legend, 
.form-section form .hs-form-field.hs_future_dated_days legend{
  bottom:-60px;
}
.form-section form .hs-form-field.hs_transaction_per_month legend{
  bottom:-40px;
}
.form-section form .hs-form-field.hs_suburb, 
.form-section form .hs-form-field.hs_zip, 
.form-section form .hs-form-field.hs_state, 
.form-section form .hs-form-field.hs_town,
.form-section form .hs-form-field.hs_business_town,
.form-section form .hs-form-field.hs_business_state ,
.form-section form .hs-form-field.hs_business_suburb {
  float: right;
}
.form-section form .hs-form-field.hs_guarantor_address {
  float: left;
  margin-top: 0;
}
.form-section form .hs-form-field.hs_guarantor_address textarea, .form-section form .hs-form-field.hs_business_address textarea {
  height: 300px !important;
}
.form-section form .hs-form-field.hs_suburb {
  margin-top: -338px;
}
.form-section form .hs-form-field.hs_state,
.form-section form .hs-form-field.hs_town {
  margin-top: -247px;
}
.form-section form .hs-form-field.hs_business_town {
  margin-top: -232px;
}
.form-section form .hs-form-field.hs_zip {
  margin-top: -155px;
}
.form-section form .hs-form-field.hs_business_suburb {
  /*   margin-top: -338px; */
}
.form-section form .hs-form-field.hs_business_state {
  margin-top: -231px;
}
.form-section form .hs-form-field.hs_business_postcode {
  /*   margin-top: -127px; */
}
.form-section .hs-error-msgs.custom_error {
  display:block;
}
.form-section form .hs-form-field.hs_guarantor_address textarea{
  min-height: 250px;
}
.form-section form .hs-form-field.hs_business_address textarea {
  min-height: 250px;
}
.form-section form .hs-form-field.hs_business_address {
  margin-top: 0;
  float:left;
}
.form-section.form-sectionC .hs-form-field .hs-error-msgs li label {
  color: #FF0000 !important;
  font-weight: 700;
}
.form-section form textarea, .question_form_wrapper form.hs-form > div textarea {
  overflow: hidden !important;
  resize:none;
}
.hs_industry_items {
  position: relative;
}
.debit-section {
  float: right;
  width: 50%;
  margin-top: 10px;

}
.debit-section p{
  color: #9B9B9B;
  font-size: 14px;
  margin-bottom: 0;
  padding: 0;
  line-height: 19px;
  font-weight:bold;
}
.form-section .hs_failed_payment_fee{
  background: #f0f7fe;
  margin-bottom: 0;
  padding: 30px 0 30px 20px !important;
}
.form-section .hs_bank_savings_mastercard_visa{
  margin-bottom:0;
  padding: 30px 0 30px 20px !important;
}
.form-section .hs-form-field.hs_if_a_payment_fails_i_want_to>label,
.form-section .hs-form-field.hs_send_failed_payment_notifications_to_customers>label,
.form-section .hs-form-field.hs_once_off_customer_set_up_fee>label,
.form-section .hs-form-field.hs_failed_payment_fee>label,
.form-section .hs-form-field.hs_amex>label,
.form-section .hs-form-field.hs_bank_savings_mastercard_visa>label,
.form-section .hs-form-field.hs_abn_certificate>label,
.form-section .hs-form-field.hs_bank_statement>label,
.form-section .hs-form-field.hs_utility_bill>label,
.form-section .hs-form-field.hs_guarantor_s_driver_s_license_front_>label,
.form-section .hs-form-field.hs_guarantor_s_driver_s_license_back>label,
.form-section .hs-form-field.hs_business_number_certification_of_incorporation>label{
  display: block;
  font-size: 20px;
  color: #262838;
  font-weight: 300;
  font-family: 'Open Sans',sans-serif;
  padding-top:0;
}
.form-section .hs-form-field.hs_abn_certificate>label,
.form-section .hs-form-field.hs_bank_statement>label, 
.form-section .hs-form-field.hs_utility_bill>label,
.form-section .hs-form-field.hs_guarantor_s_driver_s_license_front_>label,
.form-section .hs-form-field.hs_guarantor_s_driver_s_license_back>label{
  margin-bottom:17px;
}
.form-section .hs-form-field.hs_bank_savings label,
.form-section .hs-form-field.hs_bank_savings_mastercard_visa label,
.form-section .hs-form-field.hs_amex label,
.form-section .hs-form-field.hs_failed_payment_fee label,
.form-section .hs-form-field.hs_once_off_customer_set_up_fee label{
  float:left;
  width:60%;
}
.form-section .hs-form-field label{
  color: #262838;
  font-size: 20px;
  font-weight: 300;

}
.form-section .hs-form-field.hs_bank_savings_mastercard_visa ul li,
.form-section .hs-form-field.hs_amex ul li,
.form-section .hs-form-field.hs_failed_payment_fee ul li,
.form-section .hs-form-field.hs_once_off_customer_set_up_fee ul li{
  list-style-type:none;

}
.form-section .hs-form-field.hs_bank_savings_mastercard_visa li > label, .form-section .hs-form-field.hs_amex li > label, .form-section .hs-form-field.hs_failed_payment_fee li > label, .form-section .hs-form-field.hs_once_off_customer_set_up_fee li > label{
  line-height:30px;
}
.form-section .hs-form-field.hs_amex ul li:first-child{
  width: auto;
  display:block;
  float: right;
  position: absolute;
  bottom: -32px;  
}
.form-section .hs-form-field.hs_amex ul,
.form-section .hs-form-field.hs_mastercard_visa ul,
.form-section .hs-form-field.hs_bank_savings ul,
.form-section .hs-form-field.hs_bank_savings_mastercard_visa ul,
.form-section .hs-form-field.hs_amex ul,
.form-section .hs-form-field.hs_failed_payment_fee ul,
.form-section .hs-form-field.hs_once_off_customer_set_up_fee ul,
.form-section .hs_exclude_amex_as_a_payment_option ul{
  float: right;
  width: 300px;
  /* margin-top: -50px;*/
  padding-right: 0;
  position: relative;
  display: inline-flex;
  top: 5px;
}

.form-section .hs-form-field.hs_amex ul li:first-child {
  position: relative !important;
  bottom: 0 !important;
}
.form-section .hs-form-field.hs_amex ul .hs-form-radio,
.form-section .hs-form-field.hs_mastercard_visa ul .hs-form-radio,
.form-section .hs-form-field.hs_bank_savings ul .hs-form-radio,
.form-section .hs-form-field.hs_bank_savings_mastercard_visa ul .hs-form-radio,
.form-section .hs-form-field.hs_amex ul .hs-form-radio,
.form-section .hs-form-field.hs_failed_payment_fee ul .hs-form-radio,
.form-section .hs-form-field.hs_once_off_customer_set_up_fee ul .hs-form-radio{
  margin-right:30px;
}
.form-section .hs-form-field.hs_amex ul .hs-form-radio li:first-child{
  width: 190px;
  margin-left: 105px;
}

.form-section .hs-form-field>label{

}
.form-section  .hs-form-booleancheckbox input, .hs-form-radio input{
  width:auto !important;
}
.form-section  li.hs-form-booleancheckbox,
.form-section  li.hs-form-radio{
  list-style-type: none !important;
}
.form-section  .hs_yes_i_would_like_the_access_pack_information_available_here_ field.hs-form-field{
  margin-bottom: 16px;
}
.form-section li.hs-form-checkbox label, 
.form-section li.hs-form-booleancheckbox label{
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  line-height:30px;
}
.form-section li.hs-form-checkbox label span, 
.form-section li.hs-form-booleancheckbox label span,
.form-section li.hs-form-radio label span{
  padding-left:15px;
}
.form-section li.hs-form-checkbox label span a, .form-section li.hs-form-booleancheckbox label span a{
  font-weight:bold;
}
.form-section table{
  width:100%;
  background-color: #E6E6E6;
  height:69px;
  margin-bottom:35px;
}
.form-section table th{
  font-size: 20px;
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  color: #262838;
  background-color:transparent;
  border:0;
}
.form-section ul li.hs-form-radio label,
.form-section ul li.hs-form-booleancheckbox label {
  line-height: 1.2 !important;
}

/* ======== For version 2 Forms ========== */
.application-head-wrapper {
  height: 80px;
}
.application-head {
  background: #F58029;
  padding: 22px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.application-head .logo-head {
  margin-top: 7px;  
  float: left !important;
}
.application-head .cta-head {
  text-align: right;  
}
.form-section .inputs-list {
  padding-left: 0;
}
.form-section.form-sectionC {
  padding-bottom: 42px;  
}
.form-section.form-sectionC form.hs-form fieldset[class*="form-columns"] select.hs-input {
  background-image: url('https://3920421.fs1.hubspotusercontent-na1.net/hubfs/3920421/select-dropdown.svg') !important;
}
.form-section.form-sectionC .hs_amex,
.form-section.form-sectionC .hs_mastercard_visa,
.form-section.form-sectionC .hs_bank_savings_mastercard_visa,
.form-section.form-sectionC .hs_bank_savings,
.form-section.form-sectionC .hs_failed_payment_fee,
.form-section.form-sectionC .hs_once_off_customer_set_up_fee {
  padding: 0 !important;
  background: none;
  display: table !important;
}
.form-section.form-sectionC .hs_bank_savings,
.form-section.form-sectionC .hs_mastercard_visa {
  margin-bottom: 0 !important;
}
.form-section.form-sectionC .hs_amex > label,
.form-section.form-sectionC .hs_mastercard_visa > label,
.form-section.form-sectionC .hs_bank_savings_mastercard_visa > label,
.form-section.form-sectionC .hs_bank_savings > label,
.form-section.form-sectionC .hs_failed_payment_fee > label,
.form-section.form-sectionC .hs_once_off_customer_set_up_fee > label {
  padding: 30px 38px 30px !important;    
  background: #EBF6F9;
  width: 65%;
  margin-bottom: 0;
  font-weight: 400 !important;
}
.form-section.form-sectionC .hs_amex > label,
.form-section.form-sectionC .hs_bank_savings > label {
  padding: 40px 38px 40px !important;
}
.form-section.form-sectionC .hs_mastercard_visa > label {
  background-color: #fff;
  float: left;
}
.form-section.form-sectionC .hs_amex > label {
  background-color: #EBF6F9;
  float: left;
}
.form-section.form-sectionC .hs_mastercard_visa .input {
  background-color: #EBF6F9;
}
.form-section.form-sectionC .hs_bank_savings_mastercard_visa > label {
  padding: 30px 38px 23px !important;    
}
.form-section.form-sectionC .hs_failed_payment_fee > label {
  background: none;  
}
.form-section.form-sectionC .hs_amex .input,
.form-section.form-sectionC .hs_mastercard_visa .input,
.form-section.form-sectionC .hs_bank_savings_mastercard_visa .input,
.form-section.form-sectionC .hs_bank_savings .input,
.form-section.form-sectionC .hs_failed_payment_fee .input,
.form-section.form-sectionC .hs_once_off_customer_set_up_fee .input {
  float: left;
  width: 35%;
  padding: 30px 30px 43px;
  margin-right: 0 !important;
}
.form-section.form-sectionC .hs_bank_savings_mastercard_visa .input {
  padding: 30px 30px 0;  
}
.form-section.form-sectionC .hs_failed_payment_fee .input {
  background: #EBF6F9;
}
.form-section.form-sectionC .hs_amex .input ul,
.form-section.form-sectionC .hs_mastercard_visa .input ul,
.form-section.form-sectionC .hs_bank_savings .input ul,
.form-section.form-sectionC .hs_bank_savings_mastercard_visa .input ul,
.form-section.form-sectionC .hs_failed_payment_fee .input ul,
.form-section.form-sectionC .hs_once_off_customer_set_up_fee .input ul {
  float: left;

}
.form-section.form-sectionC .hs_exclude_amex_as_a_payment_option ul {
  width: auto;
  float: left;
  width: 65%;
  background: #EBF6F9;
  padding: 0 35px 30px;
  top: 0;
}
.form-section.form-sectionC .hs_exclude_amex_as_a_payment_option {
  margin-bottom: 0;
  padding: 0;
}
.form-section.form-sectionC form .hs-form-field.hs_send_failed_payment_notifications_to_customers {
  margin-top: 0 !important;
  padding-right: 21px;
}
.form-section.form-sectionC form .hs-form-field.hs_yes_i_would_like_the_access_pack_information_available_here_ {
  width: 50% !important;  
}
.form-section.form-sectionC form .hs-form-field.hs_yes_i_would_like_the_access_pack_information_available_here_ a.open-tip {
  top: 0;  
}
.form-section.form-sectionC form .hs-form-field.hs_do_you_have_existing_customer_details_from_a_previous_billing_provider_that_you_would_like_to_trans {
  padding-right: 65px;  
}
.form-section.form-sectionC form .hs-form-field.hs_if_a_payment_fails_i_want_to ul li {
  width: 90%;  
}
.form-section.form-sectionC form .hs-form-field.hs_if_a_payment_fails_i_want_to ul li label {
  font-size: 14px;
  line-height: 22px !important;
}
.form-section.form-sectionC .hs-form-field.hs_day {
  position: relative;
  text-align: left;
  margin-left: 40px;
}
.form-section.form-sectionC .hs-form-field.hs_day input {
  width: 80% !important;
  text-align: left !important;
  text-indent: 15px !important;
}
.form-section.form-sectionC form .hs-form-field.hs_account_information select {
  width: 88% !important;
}
.application-form .form-sectionC.step4 form fieldset.form-columns-1 .hs-form-field {
  width: 100%;
}
.form-section.form-sectionC li.hs-form-checkbox label, 
.form-section.form-sectionC li.hs-form-booleancheckbox label {
  font-size: 14px;
  line-height: 25px;
}
.application-form .form-section.step4 form fieldset:nth-child(2),
.application-form .form-section.step4 form fieldset:nth-child(3),
.application-form .form-section.step4 form fieldset:nth-child(4) {
  padding: 0 0 50px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 50px;
}
.application-form .form-section.step4 form fieldset:nth-child(2) .hs-richtext,
.application-form .form-section.step4 form fieldset:nth-child(3) .hs-richtext,
.application-form .form-section.step4 form fieldset:nth-child(4) .hs-richtext,
.application-form .form-section.step4 form fieldset:nth-child(5) .hs-richtext {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-right: 50px;
  float: left;
}
.application-form .form-section.step4 form fieldset .hs-richtext ul {
  margin-left: 30px;  
  margin-bottom: 30px;
}
.application-form .form-section.step4 form fieldset .hs-richtext ul li {
  list-style: none;
  position: relative;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 15px;
}
.application-form .form-section.step4 form fieldset .hs-richtext ul li:before {
  content: '•';
  color: #F58029;
  left: -15px;
  position: relative;
  margin-left: -5px;
}
.application-form .form-section.step4 form fieldset:nth-child(2) .hs-richtext p,
.application-form .form-section.step4 form fieldset:nth-child(3) .hs-richtext p,
.application-form .form-section.step4 form fieldset:nth-child(4) .hs-richtext p {
  width: 100% !important;
  margin-bottom: 15px !important;
}
.application-form .form-section.step4 form fieldset:nth-child(2) .hs-form-field,
.application-form .form-section.step4 form fieldset:nth-child(3) .hs-form-field,
.application-form .form-section.step4 form fieldset:nth-child(4) .hs-form-field,
.application-form .form-section.step4 form fieldset:nth-child(5) .hs-form-field{
  display: inline-block;
  width: 50%;
  vertical-align: top;  
}
.application-form .form-section.step4 form fieldset:nth-child(2) .hs-form-field label,
.application-form .form-section.step4 form fieldset:nth-child(3) .hs-form-field label,
.application-form .form-section.step4 form fieldset:nth-child(4) .hs-form-field label {
  font-size: 14px !important;
  font-weight: 700 !important;
  display: block !important;
}
.form-section.form-sectionC form .fieldset_col50 .hs-form-field {
  width: 100%;
}

.form-section.form-sectionC .hs_submit input {
  transition: all 200ms ease;  
  -webkit-transition: all 200ms ease;  
  -moz-transition: all 200ms ease; 
  margin: 0 10px 10px;
}
.form-section.form-sectionC .hs_submit input:hover {
  background: #f58029;
}
.form-section.form-sectionC form .hs-form-field.hs_total_annual_turnover legend {
  position: relative;
  bottom: 0 !important;
}
.form-section.form-sectionC .hs-form-field label {
  font-size: 14px !important;
  line-height: 25px !important;
}
.form-section.form-sectionC .hs-form-field .hs-form-radio label {
  line-height: inherit !important;
}
.form-section.form-sectionC form.hs-form fieldset[class*="form-columns"] li.hs-form-radio {
  margin-bottom: 13px !important;  
}
.form-section form .hs-form-field.hs_total_annual_turnover, 
.form-section form .hs-form-field.hs_future_dated_days{
  margin-bottom: 0;
}
.form-section.form-sectionC form.hs-form ul li.hs-form-booleancheckbox .hs-input {
  height: auto;  
  margin-top: 5px !important;
}
.summary-box .form-section.form-sectionC {
  max-width: 750px;
  margin: auto;
}
.summary-box .form-section.form-sectionC form.hs-form ul li:before {
  content: '';  
}
.form-sectionC select:-webkit-autofill,
.form-sectionC select:-webkit-autofill:hover, 
.form-sectionC select:-webkit-autofill:focus, 
.form-sectionC select:-webkit-autofill:active  {
  background-image: url(https://3920421.fs1.hubspotusercontent-na1.net/hubfs/3920421/select-dropdown.svg) !important;
}
.form-sectionC .hs-form-field.hs_future_dated_days .input {
  margin-bottom: 32px;  
}
.form-sectionC form.hs-form > div ul.hs-error-msgs li label {
  font-weight: 700;
  color: #FF0000;
}
.form-sectionC fieldset .hs-form-field {
  display: flex;  
  flex-direction: column;
}
.form-sectionC fieldset .hs-form-field legend {
  order: 3;  
}
.form-sectionC fieldset .hs-form-field .input {
  order: 2;
}
.form-sectionC fieldset .hs-form-field ul.hs-error-msgs {
  order: 4;
  position: absolute;
  bottom: -25px;
}
.form-sectionC.step1 fieldset .hs-form-field ul.hs-error-msgs,.form-sectionC.step2 fieldset .hs-form-field ul.hs-error-msgs {
  position: relative;
  bottom:0;
}
.form-sectionC form.hs-form .hs-input {
  background: #ebf6f8; 
}
.form-sectionC.step4 fieldset.form-columns-3 .hs-form-field {
  width: 50% !important;  
}
.form-sectionC.step4 form .hs-richtext h2 {
  margin-bottom: 50px;
}
.form-sectionC form .hs-form-field.hs_town {
  margin-top: 0;
}
.form-sectionC .hs-form-field.hs-fieldtype-booleancheckbox legend {
  order: 3;
}
.form-sectionC .hs-form-field.hs_yes_i_would_like_the_access_pack_information_available_here_ ul li {
  margin-bottom: 25px !important;
}
.main_inner_div ul.no-list.hs-error-msgs.inputs-list li {
  width: 100%;
}
.two-section {
  width: 50%;
  float: left;
}
.two-section p{
  color: #262838;
  font-weight: bold;
  margin-bottom:11px;
}
.two-section li{
  color: #5F5F5F;
  font-size: 14px;
  list-style-image: url(https://3920421.fs1.hubspotusercontent-na1.net/hubfs/3920421/images/Orange%20Bullet.png);
  margin-left: 20px;
  padding-left: 6px;
  margin-bottom: 15px;
  line-height:25px;
}
.two-section.right-align{
  float:right;
}
.black-content{
  display:table;
  width:100%;
}
.steps-text{
  font-weight:bold;
  float:right;
  position: relative;
  margin-top: -56px;
  color: #262838;
}
.hs-dependent-field{
  position: relative;
  display: table;
  width:100%;
}
.form-section .hs-form-field.hs_day{
  position: absolute;
  bottom: 0;
  width: 50%;
  text-align:right;
}
.form-section .hs-form-field.hs_day input{
  width: 49px !important;
  margin-right: 40px;
  margin-left: auto;
  top: 0;
  position: relative;
}
.form-section form .hs-form-field.hs_day .hs-input{
  padding: 0 5px !important;
  text-align: center;
  position: relative;
  z-index: 5;
  padding-left: 8px !important;
}
form.hs-form .hs-form-field.hs_acknowledgement_and_agreement ul.inputs-list{
  /*padding-left: 40px; */
}
form.hs-form ul.inputs-list{
  /*padding-left: 40px; */
}
form.hs-form ul.inputs-list.hs-error-msgs li{
  padding-left:0;
}
form.hs-form .hs-form-field.hs_acknowledgement_and_agreement ul.inputs-list li, form.hs-form ul.inputs-list li{
  margin-bottom:25px;
  position:relative;
  list-style-type:none;
  padding-left:40px;
  padding-top:0;
}
.form-section .hs_acknowledgement_and_agreement li.hs-form-checkbox label input, .form-section li label input{
  position: absolute;
  left: 0;
  top:0;
  width:auto !important;
}
.form-section .hs_acknowledgement_and_agreement li.hs-form-checkbox label span, .form-section li label span{
  padding-left:0 !important;
}
.form-section form .hs-form-field.hs_abn_certificate input,
.form-section form .hs-form-field.hs_bank_statement input,
.form-section form .hs-form-field.hs_utility_bill input,
.form-section form .hs-form-field.hs_guarantor_s_driver_s_license_front_ input,
.form-section form .hs-form-field.hs_guarantor_s_driver_s_license_back input, 
.form-section form .hs-form-field.hs_business_number_certification_of_incorporation input{
  /*   background-color:transparent !important; */
}
/* Temporary Hide the Dark Blue Section as Glenn Request */
.about-section {
  display: none;
}
.benefit-page.b_1 .about-section, .about-section.display-particle {
  display: block !important;
}
.about-section .document-icon{
  text-align: center;
  border: 30px solid #fff;
  top: -45px;
  position: relative;
  z-index: 5;
  width: auto;
  border-radius: 50%;
  background-color: #fff;
  margin-left: auto !important;
  margin-right: auto;
  float: none;
  display: table;
  margin-bottom: 50px;
}
.feature-page .document-icon {
  text-align: center;
  border: 30px solid #fff;
  top: -45px;
  position: relative;
  z-index: 5;
  width: auto;
  border-radius: 50%;
  background-color: #fff;
  margin-left: auto !important;
  margin-right: auto;
  float: none;
  display: table;
  margin-bottom: 15px;
}
.about-section h2{
  font-weight: 300;
  color: #262838;
  line-height: 60px;
  margin-bottom: 25px;
}
.about-section p{
  font-size:13px;
  margin-bottom: 25px;
}
.about-section p strong{
  color:#262838;
  font-size:14px;
}
.orange-text{
  max-width: 200px;
  width: 100%;
  float: right;
  text-align: center;
  margin-top: 80px;
}
.founded-num,
.customer-num{
  border-bottom: 1px solid #9B9B9B;
  padding-top: 28px;
  padding-bottom: 28px;
}
.automated-num{
  padding-top: 28px;
  padding-bottom: 28px;
}
.orange-text p{
  margin-bottom: 0;
  font-size: 14px;
  color:#262739;
}
.orange-text h2{
  font-size: 50px;
  color: #F58029;
  line-height: 69px;
  margin-bottom:0;
}
.about-content{
  padding-right: 45px;
}
.about-section .small-container {
  max-width: 996px !important;
  width: auto !important;
  margin: auto !important;
  float: none !important;
}
.about-section{
  padding-bottom: 97px;
}

.about-page .offer-section{
  background: #EBF6F9;
}
.about-page .offer-section .offer-image{
  border: 37px solid #EBF6F9 !important;
  background-color: #EBF6F9;
  position: relative;
}
.about-page .offer-content h2{
  color: #262839;
  margin-bottom: 12px;
}
.about-page .offer-content p {
  color: #5F5F5F;
  margin-bottom: 14px;
}
.slider-section .flexi-slider{
  display:none;
}
.arrows-nav{
  display:none;
}
.slider-section{
  height:900px;
  background-attachment: fixed;
  background-position: center;
  background-size:cover;
}
.slider-text{
  text-align:center;    
}
.slider-section .slide-container{
  height: 370px;
  background-color: rgba(245,128,41,.9);
}
.slider-text {
  text-align: center;
  height: 320px;
  display: table;
}
.slider-text .page-center {
  display: table-cell;
  vertical-align: middle;
}
.slider-text h2{
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  font-style: italic;
  line-height: 60px;
}
.slider-text h3{
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
.slider-text h3:after{
  content: "";
  width: 53px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 10px;
}
.slider-text p{
  font-family: 'Open Sans',sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  color: #fff;
}
.application-form .form-section.step3 fieldset.form-columns-1 .hs-form-field.hs_are_you_supplying_a_service_after_a_payment_is_collected {
  margin-top: 0;
}


.field_wrapper_2,
.field_wrapper_3,
.field_wrapper_4{
  display:none;

}
.field_wrapper_2,
.field_wrapper_3,
.field_wrapper_4{
  position:relative;
}
.field_wrapper_2 .steps-text,
.field_wrapper_3 .steps-text,
.field_wrapper_4 .steps-text{
  font-weight: bold;
  position: absolute;
  margin-top: 0;
  right: 10px;
  top: 128px;
}


.accordion-section{
  padding-bottom: 95px;
}
.accordion-header{
  text-align:center;
  padding-top: 128px;
  padding-bottom: 46px;
}
.accordion-header h2{
  font-weight: 300;
  color: #363950;
  margin-bottom: 15px;
}
.accordion-header p{
  color:#262739;
}
.apply-page .banner_content p{
  font-weight:400;
}
.benefit-page .about-section{
  padding-bottom: 175px;
}
.benefit-page .about-content{
  text-align:center;
  padding-right:0;
  padding-bottom: 53px;
  position:relative;
  z-index:0;
}
.benefit-page.new_b .smart-content{
  min-height:auto;
}
.benefit-page .smart-content{
  text-align:center;
  background-color:#EBF6F9;
  min-height: 620px;
}
.benefit-page .smart-content p.dept-text:after{
  margin:10px auto 0;
}
.three-column-group{
  padding: 0 0 100px 0 !important;
  overflow: visible;
}
.same-height {
  /* It destroy the three items on this page http://ezypay-3920421.hs-sites.com/integration-benefits
  padding-bottom: 500px;
  margin-bottom: -500px;
  */
}
.space-below{
  /* margin-bottom:100px; */
}
.form-section .submitted-message{
  color:#363950;
  padding-top: 50px;
}
.border-right-grey{
  position:relative !important;
}
.border-right-grey:after {
  border-right: 1px solid #9B9B9B;
  content: "";
  top: 0;
  position: absolute;
  display: block;
  bottom: 0;
  right: -15px;
}
.two-column-section{
  background-color:#000;
}
.two-column-section .span6{
  width:50% !important;
  margin:0 !important;
}

.twocolumn-text{
  display: table;
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 494px;
  text-align: center;
  position:relative;
  z-index: 0;
}
.twocolumn-text .content-box{
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  float: none;
}
.twocolumn-text.orangeOverlay h2{
  color:#fff;
}
.twocolumn-text.orangeOverlay a:before{
  background-color:#fff !important;
  color:#F58029 !important;
}
.twocolumn-text.orangeOverlay a{
  border:1px solid #fff !important;
  color:#fff !important;
}
.twocolumn-text.orangeOverlay a:hover {
  border: 1px solid #363950!important;
}
.twocolumn-text.orangeOverlay a:hover:before{
  background-color: #363949!important;
  color: #fff!important;
}
.twocolumn-text.blackOverlay a:hover {
  border: 1px solid #fff!important;
  color:#fff !important;
}
.twocolumn-text.blackOverlay a:hover:before{
  background-color: #fff !important;
  color: #F78012 !important;
}
.smallcontainer{
  max-width:400px;
  margin:auto !important;
  position: relative;
  z-index: 1;
}
.twocolumn-text h2{
  line-height: 57px;
  font-weight: 300;
  margin-bottom: 30px;
}
.blend-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
}
.blend-overlay.no-bg-img {
  background-image: none !important;
}
.error-page .main-content{
  padding:150px 0;
}
.error-page .custom_error_message{
  text-align:center;
}
.error-page .custom_error_message img{
  margin-bottom:35px;
  height:auto;
}
.error-page .custom_error_message p{
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #5f5f5f;
}
.error-page .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  border: 1px solid #efefef;
}
.error-page .header-section {
  background-color: #F58029;
  padding: 18px 0 0;
  position: relative;
}
.error-page .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  padding: 0 20px;
  height: 50px;
}
.subs-page .main-content{
  text-align:center;
}
.subs-page .main-content img{
  margin-bottom:30px;
}
.subs-page .main-content .widget-type-email_subscriptions h1, .subs-page .main-content .widget-type-email_simple_subscription h1, .subs-page #content h1 {
  font-size: 64px;
  line-height: 75px;
  position:relative;
  margin-bottom: 70px;
}
.subs-page .main-content .widget-type-email_simple_subscription h1 {
  color: #F78012;
  padding-bottom: 31px;
  margin-bottom: 14px;
}
.subs-page .main-content .widget-type-email_simple_subscription form h3 {
  font-size: 30px;
  font-weight: 600 !important;
  color: #363950;
}
.subs-page .main-content .widget-type-email_simple_subscription form input.email-edit.hs-input {
  max-width: 450px !important;
  width: 100% !important;
}
.subs-page .main-content .widget-type-email_subscriptions h1:after, .subs-page .main-content .widget-type-email_simple_subscription h1:after, .subs-page #content h1:after{
  height: 4px;
  width: 133px;
  background: #f58029;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 27px;
}
.subs-page .main-content .widget-type-email_subscriptions h2{
  color: #363950;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 18px;
}
.subs-page .main-content .widget-type-email_subscriptions p, .subs-page #content p{
  font-size: 14px;
  font-weight: 400;
  color: #5f5f5f;
  line-height: 25px;
  margin-bottom:23px;
}
.email-prefs .item .item-inner{
  background: #EBF6F9;
  border: 1px solid #f58029;
  padding-left: 70px;
  position: relative;
  text-align:left;
}
.subs-page .email-prefs .item .item-inner .checkbox-row input {
  position: absolute;
  top: 30px;
  left: 35px;
}
.subs-page .email-prefs .item .item-inner .checkbox-row span {
  color: #f58029;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Open Sans',sans-serif;
  margin-left: 0;
  line-height: 40px;
}
.subs-page .subscribe-options label span {
  font-weight: normal;
  margin-left: 3px;
  font-size: 20px;
  font-weight: 600;
  color: #363950;
  padding-left:19px;
}
.subs-page #submitbutton {
  padding: 15px;
  background: #F58029;
  text-align: center;
  min-width: 157px;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Open Sans',sans-serif;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 25px;
}
.subs-page #submitbutton:hover{
  background: #262838;
  cursor: pointer;
}
.subs-page .subscribe-options label {
  margin-left: 35px;
}
.subs-page .orange-btn{
  padding:0;
}
.subs-page .subscribe-options {
  text-align: left;
}
.subs-page .email-prefs .item p {
  text-align: left;
  margin-left: 0;
  margin-bottom: 15px !important;
}
.main-content form input[type=email] {
  height: 69px;
  border: 2px solid #5f5f5f;
  background: #EBF6F9;
  border-radius: 5px!important;
  font-size: 20px !important;
  font-weight: 300;
  color: #5f5f5f;
  margin-top: 25px !important;
  padding: 16px !important;
}
.email-unsub h1 {
  font-size: 14px;
  font-weight: 500;
  color: #363950;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 33px;
}
.email-unsub h1:after {
  content: '';
  width: 100px;
  border-bottom: 2px solid #f58029;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.orange-btn{
  cursor: pointer;
  text-decoration: none;
  color: #F78012;
  font-size: 14px;
  border: 1px solid #F58029;
  border-radius: 5px;
  position: relative;
  font-weight: 700;
  padding: 8px 15px 8px 53px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  transition:all ease 1s;
  margin-top:32px;
}

.orange-btn:before{
  content: "+";
  background-color: #F58029;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  padding: 7px 0;
  top: 0px;
  left: 0px;
  bottom: 0;
  width: 37px;
  text-align: center;
  border-radius: 5px 0 0 5px;
  transition:all ease 1s;
}

.orange-btn:hover{
  color: #36394F;
  border: 1px solid #36394F;
  text-decoration:none;
}
.orange-btn:hover:before{
  background-color: #36394F;
}

.subs-page #content{
  font-size: 24px;
  font-weight: 300;
  color: #5f5f5f;
}




/* Feature */
.dark-section{
  background-color: #262838;
  padding-top: 155px;
  padding-bottom: 55px;
}
.common-header-section{
  text-align:center;
  margin-bottom: 100px;
}
.common-header-section h2{
  font-size:47px;
  line-height:60px;
  color:#fff;
  font-weight:100;
}
.common-header-section p.dept-text{
  color:#fff;
  font-weight:500;
  margin-bottom: 37px;
}
.common-header-section p.dept-text:after{
  width:100px;
}
.common-header-section .sub-content, 
.common-header-section .sub-content p{
  color:#fff;
}
.common-header-section .sub-content{
  margin-top: 26px;
}
.smallboxcontainer.span4 {
  text-align: center;
  margin-bottom: 50px;
  margin-left: 2% !important;
}
.payment-container .row-fluid .hs_cos_wrapper_widget:first-child .smallboxcontainer.span4{
  margin-left: 0 !important;
}
.payment-container .row-fluid.lastsection .hs_cos_wrapper_widget:first-child .smallboxcontainer.span4{
  margin-left: auto !important;
}
.payment-container .row-fluid.lastsection.margin-tocenter .hs_cos_wrapper_widget:first-child .smallboxcontainer.span4{
  margin-left: 15% !important;
}
.smallboxcontainer.center-this{
  float:none !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.smallboxcontainer .smallbox-content h3{
  font-size: 24px;
  line-height: 33px;
  color: #F58029;
  font-weight: 300;
  margin-bottom: 21px;
}
.smallboxcontainer .smallbox-content p{
  font-size:14px;
  line-height:25px;
  color:#fff;
  font-weight:400;

}
.smallboxcontainer .smallbox-icon{
  margin-bottom: 32px;
}
.smallboxcontainer .smallbox-icon img{
  opacity:0;
  width: auto;
  height: auto;
}
.smallboxcontainer.delay1 .smallbox-icon img{
  animation-delay: .5s;
}
.smallboxcontainer.delay2 .smallbox-icon img{
  animation-delay: 1s;
}
.smallboxcontainer.delay3 .smallbox-icon img{
  animation-delay: 1.5s;
}
.smallboxcontainer.delay4 .smallbox-icon img{
  animation-delay: 2s;
}
.smallboxcontainer.delay5 .smallbox-icon img{
  animation-delay: 2.5s;
}
.smallboxcontainer.delay6 .smallbox-icon img{
  animation-delay: 3s;
}
.smallboxcontainer.delay7 .smallbox-icon img{
  animation-delay: 3.5s;
}
.smallboxcontainer.delay8 .smallbox-icon img{
  animation-delay: 4s;
}
.smallboxcontainer.delay9 .smallbox-icon img{
  animation-delay: 4.5s;
}
.smallboxcontainer.delay10 .smallbox-icon img{
  animation-delay: 5s;
}
.smallboxcontainer.delay11 .smallbox-icon img{
  animation-delay: 5.5s;
}
.smallboxcontainer.delay12 .smallbox-icon img{
  animation-delay: 6s;
}



.team-container{
  padding-top:30px;
}
.team-container .common-header-section p.dept-text{
  color: #363950;
}
.team-container .common-header-section{
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.team-container .common-header-section h2{
  color: #F78012;
}
.member-container{
  text-align:center;
}
.member-image{
  margin-bottom:30px;
}
.member-image img{
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50%;
}
.member-info .dept-text{
  margin-bottom:10px;
}
.member-info h3{
  color: #F58029;
  font-size: 24px;
  line-height: 33px;
  font-weight: 300;
  margin-bottom: 30px;
}
.mem-description{
  color: #5F5F5F;
  font-size: 14px;
  line-height: 25px;
  font-family: 'Open Sans',sans-serif;
  margin-bottom: 28px;
}
.mem-description p{
  color: #5F5F5F;
  font-size: 14px;
  line-height: 25px;
  font-family: 'Open Sans',sans-serif;
}
.member-info a{
  color: #F58029;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  font-family: 'Open Sans',sans-serif;
}
.span4.member-container{
  margin-left: 2% !important;
}
.team-section .row-fluid .hs_cos_wrapper:first-child .span4.member-container{
  margin-left: 0 !important;
}
.team-section .row-fluid{
  margin-bottom:100px;
}
.team-section .row-fluid .hs_cos_wrapper:first-child .span4.member-container.center-this{
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.team-section .row-fluid.lastsection.margin-tocenter .hs_cos_wrapper_widget:first-child .span4.member-container{
  margin-left:15% !important;
}





.reporting-feature .dark-section.white-color {
  background-color: #FFFFFF;
}
.reporting-feature .smallboxcontainer .smallbox-content h3 {
  color: #36394F;
}
.reporting-feature .smallboxcontainer .smallbox-content p {
  color: #5F5F5F;
}
.reporting-feature .module-header h3{
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  line-height: 60px;
}
.report-section{
  padding-top: 130px;
}
.report-subheader{
  margin-bottom: 33px;
}
.reporting-feature .module-header{
  margin-bottom: 53px;
}
.report-section p.dept-text{
  text-align:center;
  color:#fff;
  margin-bottom: 37px;
}
.report-section h2{
  font-weight: 300;
  text-align: center;
  line-height: 60px;
  color: #fff;
  margin-bottom: 52px;
}
.reportbox-container{
  background-color:#fff;
  opacity:0;
}
.report-section .report-subheader{
  text-align:center;
}
.report-section .report-subheader span{
  font-weight: 300;
  font-size: 36px;
  line-height: 60px;
  color: #F58029;
}
.reportbox-container .report-image{
  height:206px;
  overflow:hidden;
}
.reportbox-container .report-image img{
  width:100%;
  height:206px;
  object-fit:cover;
}
.report-content{
  padding: 33px 33px;
  position:relative;
  min-height: 280px;
}
.report-content h3{
  font-size: 24px;
  font-weight: 300;
  line-height: 33px;
  color: #363950;
  margin-bottom: 18px;
}
.report-content .des-content p{
  font-size: 14px;
  line-height: 25px;
  color: #5F5F5F;
}
.report-content a{
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  color: #F58029;
  position: absolute;
  bottom: 30px;
}
.reportbox-container.span4{
  margin-bottom: 50px;
  margin-left: 2% !important;
}
.report-boxes .row-fluid .hs_cos_wrapper_widget:first-child .reportbox-container.span4 {
  margin-left: 0 !important;
}
.report-boxes .row-fluid.lastsection.margin-tocenter .hs_cos_wrapper_widget:first-child .reportbox-container.span4{
  margin-left: 15% !important;
}  
.reporting-feature .banner_image{
  background-position: 0 center;
}
.faq_accordion_body > .row-fluid-wrapper {
  display: inline-block;
  width: calc(94% / 2);
  margin-right: 2.5%;
  vertical-align: top;
}

.boxes-content{
  padding-bottom:175px;
}
.new_b.benefit-page .about-section {
  padding-bottom: 0;
}
.upper-text{
  max-width:830px;
  width:100%;
  margin-left:auto !important;
  margin-right:auto !important;
  float:none !important;
}
.global-capacity .three-column-group .slider_container{
  display:none;
}
.slider-box{
  position:relative;
}
.slider-fullwidth{
  display:table;
}
.slider-fullwidth .hs_cos_wrapper_widget {
  width: auto;
  float: left;
}
.slider-smallcointainer{
  overflow:hidden;
}
.arrow-left,
.arrow-right{
  background-color: rgba(38,40,56,.2);
  width:80px;
  height:80px;
  position:absolute;
}
.arrow-left:hover,
.arrow-right:hover{
  background-color: rgba(245,128,41,1);
}
.arrow-left img,
.arrow-right img{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.arrow-left{
  left: -167px;
  top: 0;
  bottom: 0;
  margin: auto; 
}
.arrow-right{
  right: -167px;
  top: 0;
  bottom: 0;
  margin: auto; 
}
.slider-pagination{
  position: relative;
  display: table;
  width: auto;
  margin: 66px auto 0;
}
.slider-pagination li{
  list-style-type:none;
  float:left;
}
.slider-pagination li a {
  width: 10px;
  height: 10px;
  background-color: rgba(245,128,41,.4);
  text-indent: -30px;
  overflow: hidden;
  margin: 0 5px 0 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: block;
  border: 0;
  cursor:pointer;
}
.slider-pagination li a.active{
  background-color: rgba(245,128,41,1);
}
.ezypay-home .icon-containet img {
  opacity: 1;
}
.form-section form div.input input, 
.form-section form div.input textarea,
.form-section form.hs-form fieldset[class*="form-columns"]  select.hs-input {
  border: 1px solid #5f5f5f !important;
}
.form-section form div.input input:focus, 
.form-section form div.input textarea:focus,
.form-section form.hs-form fieldset[class*="form-columns"]  select.hs-input:focus {
  border: 1px solid #F58029 !important;
  outline: none;
}
.form-section .field_wrapper_1 fieldset:nth-of-type(7), .form-section .field_wrapper_1 fieldset:nth-of-type(8) {
  margin-bottom: 15px;
}
.image-container.right_items img {
  box-shadow: -8px 31px 43px 1px #ccc;
}
.image-container.left_items img {
  box-shadow: -2px 34px 48px 3px #ccc;
}

.apply-page .image-container img {
  width: 200px !important;
}
.apply-page.newVersion .image-container img{
  width: 100% !important; 
}

.question_form_wrapper .hs-form-required {
  display: none;
}

.meetings-iframe-container iframe {
  max-height: 630px;
}
.header-section {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.header-section.fixed {
  position: fixed;
  width: 100%;
  background: rgba(38, 40, 56, .95);
}
.header-section.height {
  height: 100%;
  background: rgba(38, 40, 56, .95);
}
.header-section-wrapper .header-section .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  height: auto;
}
.header-section.fixed .hs-menu-depth-1:last-child a {
  background: #F58029;
}
.consultation-wrapper ul {
  padding-left: 18px;
}
.consultation-wrapper ul li {
  color: #5f5f5f;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  list-style-type: disc;
  padding-left: 0;
  margin-bottom: 3px;
}

.b_1 .custom_about_section.about-section.about-sectionC {
  padding-bottom: 0 !important;  
}

.logo__centered {
  padding: 22px 25px;
  background: #f58029;
  text-align: center;
}
.sandbox-form {
  margin-top: 100px;
}
.sandbox-content {
  text-align: center;
  max-width: 750px;
  width: 100%;
  margin: auto auto 60px;
  display: flex;
}
.sandbox-content h1 {
  margin-bottom: 30px;
}
.sandbox-content p {
  margin-bottom: 20px;  
}
.sandbox-form .form-section {
  margin-bottom: 100px;  
}
.sandbox-form .form-section .hs_submit {
  display: block;
}
.sandbox-form .form-section .form-columns-1 .hs-form-field {
  width: 100% !important;
}
.sandbox-form form.hs-form .hs-form-field select.hs-input {
  background-image: url(https://3920421.fs1.hubspotusercontent-na1.net/hubfs/3920421/select-dropdown.svg) !important;
}
.sandbox-form form > .field_wrapper {
  width: 50%;
  margin-right: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.sandbox-form form > .field_wrapper .input {
  margin-right: 0 !important;
}
.sandbox-form form textarea {
  height: 273px !important;
}

/* end of other elements */


/*
* Form error styles
* */
.form-section form div.input input.error, 
.form-section form div.input textarea.error,
.form-section form.hs-form fieldset[class*="form-columns"]  select.hs-input.error, 
.hs-input.error {
  border: 2px solid #ED1B2F !important;
  /*   background-color: #FEF3F4 !important; */
}

.form-section.form-sectionC form.hs-form fieldset[class*="form-columns"] select.hs-input.error {
  background-image: url(https://www.ezypay.com/hubfs/images/select-dropdown-error.svg) !important;
}

form.hs-form > div.hs_error_rollup ul.hs-error-msgs.inputs-list {
  position: relative;
  margin-bottom: 30px;
}

form.hs-form > div.hs_error_rollup ul.hs-error-msgs.inputs-list li label {
  font-size: 14px;
  line-height: 17px;
}

.hs-fieldtype-booleancheckbox.error .hs-form-booleancheckbox span {
  color: #ED1B2F;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++
Responsive                                                 
+++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ================  Desktop ================ */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .arrow-left {
    left: -75px;
  }
  .arrow-right {
    right: -75px;
  }
} 
@media (min-width: 768px) {
  .hs_cos_wrapper_type_rich_text table {
    width: 100% !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
  .particles-section canvas {
    width: 800px !important;
  }
  .arrow-left{
    left:-80px;
  } 
  .arrow-right{
    right:-80px;
  }
}
@media only screen and (min-width: 1300px) {

}
@media only screen and (min-width: 1366px) {

}
@media only screen and (min-width: 1440px) {

}
@media only screen and (min-width: 1900px) {
  .container-triangle {
    -webkit-clip-path: polygon(15% 0, 0 0, 0 100%);
    clip-path: polygon(15% 0, 0 0, 0 100%);
  }
}
@media only screen and (min-width: 2500px) {
  .particles-section canvas{
    width:1500px !important;
  }
}

/* ================ Laptop ================ */
@media only screen and (max-width: 1366px) {
  @-moz-document url-prefix() { /* Special selector for firefox only */
    .form-section form.hs-form fieldset[class*="form-columns"] .hs-input { 
      padding-left: 35px !important;
    }
  }
}

/* ================ Tablets (portrait and landscape) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* end of tablet (portrait and landscape) */
  blockquote br, .caption h1 br{
    display:none;
  }
  .apply-page .continue_btn{
    margin-top:40px;
  }
  .subscribe .hs-cta-wrapper a{
    width:100%;
    padding:9px 15px;
    line-height:20px;
  }
  .form-section .hs-form-field.hs_bank_savings_mastercard_visa ul, 
  .form-section .hs-form-field.hs_amex ul, 
  .form-section .hs-form-field.hs_failed_payment_fee ul, 
  .form-section .hs-form-field.hs_once_off_customer_set_up_fee ul{
    width:35%;
    display:block;
  }
  .form-section .hs-form-field.hs_bank_savings_mastercard_visa ul .hs-form-radio label, 
  .form-section .hs-form-field.hs_amex ul .hs-form-radio label, 
  .form-section .hs-form-field.hs_failed_payment_fee ul .hs-form-radio label, 
  .form-section .hs-form-field.hs_once_off_customer_set_up_fee ul .hs-form-radio label{
    float:none;
  }
  .form-section .hs-form-field.hs_bank_savings_mastercard_visa label, 
  .form-section .hs-form-field.hs_amex label, 
  .form-section .hs-form-field.hs_failed_payment_fee label, 
  .form-section .hs-form-field.hs_once_off_customer_set_up_fee label{
    width:60%;
  }
  .form-section .hs-form-field.hs_bank_savings_mastercard_visa ul .hs-form-radio, 
  .form-section .hs-form-field.hs_amex ul .hs-form-radio, 
  .form-section .hs-form-field.hs_failed_payment_fee ul .hs-form-radio, 
  .form-section .hs-form-field.hs_once_off_customer_set_up_fee ul .hs-form-radio{
    margin-bottom:10px !important;
  }
  .form-section .hs-form-field.hs_day{
    bottom:-48px;
  }
  .slider-text h2 br{
    display:none;
  }
  .imageright{
    display:none;
  }
  .slide-wrapper , .caption{
    height: 800px;
  }
  .form-section form .hs-form-field.hs_total_annual_turnover, .form-section form .hs-form-field.hs_future_dated_days {
    margin-bottom: 100px;
  }
  .form-section form .hs-form-field.hs_total_annual_turnover legend, .form-section form .hs-form-field.hs_future_dated_days legend{
    line-height:13px;
  }
  .form-section form .hs-form-field.hs_future_dated_days legend{
    bottom: -47px;
  }
  .form-section .hs-form-field.hs_day input{
    width:100% !important;
    top:0;
  }
  .imageleft{
    display:none;
  }
  .imageright{
    display:block;
    right: 0;
  }
  .imageright img {
    width: 600px;
  }
  .imageright img.shopping-cart {
    left: 0;
    width: 80px;
  }
  .imageright img.circle-art {
    width: 80px;
    height: 80px;
    left: 100px;
    top: 100px;
  }
  .imageright img.globe-rotate {
    width: 100px;
    top: 20px;
    right: 25px;
  }
  .caption h1{
    font-size:48px;
    line-height:54px;
  }
  .banner_image{
    background-attachment: initial;
  }
  .form-section .hs-form-field.hs_amex ul li:first-child {
    width: auto;
    display: block;
    float: initial;
    position: initial; 
    bottom: 0; 
    margin-left:0;
  }
  .form-section .hs-form-field.hs_bank_savings_mastercard_visa ul .hs-form-radio, .form-section .hs-form-field.hs_amex ul .hs-form-radio, .form-section .hs-form-field.hs_failed_payment_fee ul .hs-form-radio, .form-section .hs-form-field.hs_once_off_customer_set_up_fee ul .hs-form-radio{
    margin-left:0;
  }
  .form-section .hs-form-field.hs_bank_savings_mastercard_visa ul, .form-section .hs-form-field.hs_amex ul, .form-section .hs-form-field.hs_failed_payment_fee ul, .form-section .hs-form-field.hs_once_off_customer_set_up_fee ul{
    margin-left:30px;
  }
  .two-section {
    width: 45%;
  }

  .report-boxes .row-fluid.lastsection.margin-tocenter .hs_cos_wrapper_widget:first-child .reportbox-container.span4 {
    margin-left: 0 !important;
  }
  .arrow-left{
    left:-80px;
  } 
  .arrow-right{
    right:-80px;
  }
  .form-section.form-sectionC .steps-text {
    margin-top: -120px;
  } 
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .arrow-left {
    left: -20px;
  }
  .arrow-right {
    right: -20px;
  }
  .new_b .two-column{
    width:250px;
  }
}
/* ================ Tablets (portrait) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {   
  .new_b .two-column{
    width:200px;
  }
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    padding: 0px 4px !important;
  }
  .slide-wrapper , .caption{
    height: 800px;
  }
  .started-section .hs-cta-wrapper a{
    display: inline-block !important;
    width:auto !important;
    margin-top: 0;
    margin-bottom:0;
  }
  .started-section h3{
    font-size:30px;
    padding-right:0;
  }
  .two-section {
    width: 49%;
  }
  .subscribe .hs-cta-wrapper a{
    width:100%;
    padding:9px 10px !important;
    line-height:20px;
    font-size: 10px !important;
  }
  .form-section form legend{
    line-height:13px;
  }
  .form-section form .hs-form-field.hs_total_annual_turnover, .form-section form .hs-form-field.hs_future_dated_days{
    margin-bottom:85px;
  }
  .form-section form .hs-form-field.hs_future_dated_days legend{
    bottom:-47px;
  }
  .container-triangle{
    display:none;
  }
  .faq_accordion_body > .row-fluid-wrapper {
    width: 100%;
    margin-right: 0;
  }
  .started-section a{
    margin-right: 5px;
  }
  .arrow-left{
    left:0;
  } 
  .arrow-right{
    right:0;
  }
  .slider-fullwidth .two-column{
    padding: 0 100px;
  }
  .arrow-left{
    left:0;
  } 
  .arrow-right{
    right:0;
  }
  .caption {
    width: 90%;
  }
  .border-right:before {
    left: -12px;
  }
}


/* ================ Phones (portrait and landscape) ================ */
@media only screen and (max-width: 767px) {
  .apply-page.newVersion .image-container img{
    margin: 0 !important;
    width: 236px !important;
  }
  .form-section .form-columns-2 .hs-form-field .hs-input{
    width: 100% !important;
  }
  .white-btn{
    position:relative;
  }
  .started-section a.white-btn{
    margin-top:30px;
  }
  .new_b .three-column-group{
    padding-bottom:0 !important;
  }
  .new_b .same-height{
    height: auto !important;
  }
  /* end of mobile (portrait and landscape) */
  .team-section .row-fluid.lastsection.margin-tocenter .hs_cos_wrapper_widget:first-child .span4.member-container {
    margin-left: 0 !important;
  }
  .team-section .row-fluid {
    margin-bottom: 0;
  }
  .member-container{
    margin-bottom:100px;
  }
  .report-section .report-subheader span,
  .reporting-feature .module-header h3{
    font-size: 28px;
    line-height: 32px;
  }
  .arrow-left img, .arrow-right img{
    position:relative;
  }
  .arrow-left{
    left:-25px;
  }
  .arrow-right{
    right:-25px;
  }
  .arrow-left, .arrow-right{
    width: 50px;
    height: 50px;
    padding: 6px;
  }
  .payment-container .row-fluid.lastsection.margin-tocenter .hs_cos_wrapper_widget:first-child .smallboxcontainer.span4 {
    margin-left: 0 !important;
  }
  .sub-content br{
    display:none;    
  }
  .container-triangle{
    display:none;
  }
  .form-section .hs-form-field.hs_amex ul li:first-child{
    width:auto;
    position:initial; 
    bottom:0;
  }
  .about-section h2{
    font-size:36px;
    line-height:42px;
  }
  .slider-text h2{
    line-height:42px;
  }
  .slider-text h2 br{
    display:none;
  }
  .subs-page .subscribe-options {
    padding-left: 34px;
    position: relative;
  }
  .subs-page .subscribe-options input{
    position: absolute;
    left: 0;
    margin-left: 0;
  }
  .subs-page .subscribe-options label span {
    margin-left: -26px;
    padding-left: 26px;
  }
  .subs-page .email-prefs .item .item-inner .checkbox-row span {
    line-height: 33px;
  }
  .error-page .custom_error_message img {
    width: 100%;
    height: auto;
  }
  .subs-page .main-content .widget-type-email_subscriptions p, .subs-page #content p {
    font-size: 14px;
    line-height: 25px;
  }
  .error-page .custom_error_message p {
    font-size: 18px;
  }
  .subs-page .main-content .widget-type-email_subscriptions h1, .subs-page .main-content .widget-type-email_simple_subscription h1, .subs-page #content h1{
    font-size:40px;
    line-height: 45px;
  }
  .subs-page .main-content .widget-type-email_simple_subscription form h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .subs-page .subscribe-options label{
    margin-left:0;
  }
  .subs-page .main-content .widget-type-email_subscriptions h2{
    font-size:25px;
  }
  .form-section form legend{
    line-height:13px;
  }
  .form-section form.hs-form fieldset[class*="form-columns"] select.hs-input{
    padding-right:70px;
  }
  .form-section form h2{
    font-size:33px;
  }
  .field_wrapper_1 .steps-text {
    margin-top: -120px;
  }
  .form-section form .hs-form-field.hs_send_failed_payment_notifications_to_customers {
    margin-top: 0;
  }
  .two-section {
    width: 100%;
  }
  form.hs-form .hs-form-field.hs_acknowledgement_and_agreement ul.inputs-list {
    padding-left: 0;
    margin-left: 20px;
  }
  form.hs-form ul.inputs-list{
    margin-left: 0;
  }
  form.hs-form ul.inputs-list.hs-error-msgs{
    margin-left:0;
  }
  .form-section form fieldset.form-columns-1 .input,
  .form-section form fieldset.form-columns-2 .input{
    margin-right:0;
  }
  .debit-section {
    float: inherit;
    width: 100%;
    position: relative !important;
    top: 100px !important;
    margin-top:0;
  }
  .form-section .hs-form-field.hs_bank_savings_mastercard_visa .input, 
  .form-section .hs-form-field.hs_amex .input, 
  .form-section .hs-form-field.hs_failed_payment_fee .input, 
  .form-section .hs-form-field.hs_once_off_customer_set_up_fee .input{
    float: left;
    width: 40%;
  }
  .form-section .hs-form-field.hs_bank_savings_mastercard_visa ul, .form-section .hs-form-field.hs_amex ul, .form-section .hs-form-field.hs_failed_payment_fee ul, .form-section .hs-form-field.hs_once_off_customer_set_up_fee ul {
    float: initial;
    width: 100%;
    padding-right: 26px;
    position: relative;
    display: block;
  }
  .form-section form .hs-form-field.hs_email, 
  .form-section form .hs-form-field.hs_date_of_birth, 
  .form-section form .hs-form-field.hs_suburb, 
  .form-section form .hs-form-field.hs_zip, 
  .form-section form .hs-form-field.hs_state, 
  .form-section form .hs-form-field.hs_business_state, 
  .form-section form .hs-form-field.hs_guarantor_address, 
  .form-section form .hs-form-field.hs_business_suburb, 
  .form-section form .hs-form-field.hs_business_postcode, 
  .form-section form .hs-form-field.hs_business_address, 
  .form-section form .hs-form-field.hs_transaction_per_month, 
  .form-section form .hs-form-field.hs_business_number_certification_of_incorporation, 
  .form-section form .hs-form-field.hs_account_information, 
  .form-section form .hs-form-field.hs_average_debit_value__c, 
  .form-section form .hs-form-field.hs_account_number, 
  .form-section form .hs-form-field.hs_transaction_per_month, 
  .form-section form .hs-form-field.hs_website, 
  .form-section form .hs-form-field.hs_mobilephone, 
  .form-section form .hs-form-field.hs_industry_items, 
  .form-section form .hs-form-field.hs_abn_certificate, 
  .form-section form .hs-form-field.hs_send_failed_payment_notifications_to_customers,
  .form-section form .hs-form-field.hs_town,
  .form-section form .hs-form-field.hs_business_town {
    width:100%;
  }
  .field_wrapper_2 .steps-text, 
  .field_wrapper_3 .steps-text ,
  .field_wrapper_4 .steps-text {
    position: relative;
    right: 0;
    top: 50px;
  }
  .form-section .hs-form-field.hs_amex ul li:first-child {
    float: none;
  }
  .form-section.form-sectionC .hs_amex > label {
    padding-bottom: 80px !important;
  }
  .form-section .hs-form-field.hs_bank_savings li > label,
  .form-section .hs-form-field.hs_bank_savings_mastercard_visa li > label, 
  .form-section .hs-form-field.hs_amex li > label, 
  .form-section .hs-form-field.hs_failed_payment_fee li > label, 
  .form-section .hs-form-field.hs_once_off_customer_set_up_fee li > label{
    margin-bottom:15px;
  }
  .form-section form .hs-form-field.hs_if_a_payment_fails_i_want_to li, .form-section form .hs-form-field.hs_send_failed_payment_notifications_to_customers li {
    margin-top: 15px;
  }

  .form-section form .hs-form-field.hs_business_address {
    margin-top: 0;
  }
  .form-section form .hs-form-field.hs_guarantor_address {
    margin-top: 0;
  }
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
    height:auto;
  }
  .subscribe, .copyright_wrapper p{
    text-align:center;
  }
  .subscribe .hs-cta-wrapper a{
    width:100%;
    padding:9px 15px;
    line-height:20px;
  }
  blockquote br, .caption h1 br{
    display:none;
  }
  .caption h1{
    font-size: 34px;
    line-height: 39px;
  }
  .slide-wrapper{
    height: 650px;
    padding: 100px 0;
  }
  .caption{
    display:table;
    width:100%;
    text-align:center;
    height:450px !important;
  }
  .caption p{
    font-size:16px;
    line-height:19px;
  }
  .arrows-nav{
    display:none;
  }
  .two-column{
    padding:20px 0;
  }
  .two-column h3 {
    line-height: 32px;
    font-size: 26px;
  }
  .two-column p{
    font-size:14px;
  }
  .border-right:before {
    height: 1px;
    width: 250px;
    top: 0;
    left: 0;
    right: 0;
    bottom: inherit;
    margin: auto;
  }
  .offer-content h2 {
    font-size: 36px;
    line-height:42px;
  }
  .smart-content {
    padding-top: 280px;
    padding-bottom: 115px;
    position: relative;
    text-align: center;
  }
  .smart-container{
    padding-top: 150px;
  }
  .image-container{
    top: 80px;
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    width: 100% !important;
  }
  .image-container img{
    width: 100% !important;
    height: 300px;
    object-fit:contain;
    opacity:1;
    right: 0 !important;
  }
  .smart-content h2 {
    line-height: 42px;
    font-size:36px;
  }
  .smart-content p.dept-text:after {
    margin-left: auto;
    margin-right: auto;
  }
  .image-container span, .smart-container span {
    display: initial;
    width: 100%;
  }
  .quote-section blockquote {
    font-size: 28px;
    line-height: 42px;
  }
  .quote-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .started-section h3 {
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    padding-right:0;
  }
  .started-section {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
  }
  .started-section a {
    margin-right: 0;
    margin-top: 15px;
  }
  .footer_details .heading, .potrait_wrapper{
    text-align: center;
  }
  .mobile-trigger{
    background: transparent;
    border: 0;
    color: #fff;
    margin-top: -35px;
    right: 0;
  }
  .child-trigger i, .child-trigger i:after{
    background-color:#F58029;
  }
  .mobile-open .mobile-trigger i{
    background-color:transparent !important;
  }
  .mobile-trigger:hover {
    background-color: transparent;
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after,
  .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: #fff;
  }
  .mobile-trigger:hover {
    color:#fff;
  }
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 10px 0;
    border-bottom: 1px solid #F1F1F1;
  }
  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    color: #363950;
    line-height: 18px;
    padding: 15px 0;
  }
  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a{
    color:#fff;
    text-align:center;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    padding: 10px 0 25px;
    border-radius: 0;
    border: 1px solid #DCDCDC;
  }
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper{
    border-radius: 0;
    padding: 0 0 0 10px;
    margin-top: 0;
  }
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    line-height: 14px;
    text-transform: uppercase;
    font-size: 10px;
    padding: 7px 0px;
    white-space: normal;
  }
  .up-btn{
    display:block;
  }

  .banner_image .banner_content, .banner_image{
    height:520px;
  }
  .about-content {
    padding-right: 0;
  }
  .orange-text {
    max-width: 100%;
    float: initial;
    margin-top: 50px;
  }
  .slider-text p {
    line-height: 40px;
  }
  .slider-section .slide-container,
  .slider-text{
    height:400px;
  }
  .slider-section{
    height:700px;
    background-attachment: initial;
  }
  .two-column-section .span6 {
    width: 100% !important;
  }
  .twocolumn-text{
    padding:0 15px;
  }
  .benefit-page h2{
    line-height: 42px;
    font-size: 36px;
  }
  .border-right-grey:after{
    display:none;
  }
  .benefit-page .smart-content{
    min-height: auto;
    padding-top:100px;
  }
  .same-height {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .icon-containet img{
    opacity:1;
  }

  .steps-text{
    float:left;
  }
  .apply-page .continue_btn{
    margin-top:40px;
  }
  .form-section form .hs-form-field.hs_suburb{
    margin-top: 0;
  }
  .form-section form .hs-form-field.hs_state,
  .form-section form .hs-form-field.hs_town,
  .form-section form .hs-form-field.hs_business_town {
    margin-top: 0;
  }
  .form-section form .hs-form-field.hs_zip {
    margin-top: 0;
  }
  .form-section form .hs-form-field.hs_business_suburb{
    margin-top: 0;
  }
  .form-section form .hs-form-field.hs_business_state{
    margin-top: 0;
  }
  .form-section form .hs-form-field.hs_business_postcode{
    margin-top: 0;
  }
  .form-columns-2 .hs-form-field{
    width:100%;
  }
  .debit-section p {
    display: inline-block;
  }
  .hs_day {
    position: relative;
    right: 0;
  }
  .form-section form .hs-form-field.hs_total_annual_turnover{
    margin-bottom: 100px;
  }
  .form-section form .hs-form-field.hs_total_annual_turnover legend{
    bottom: -70px;
  }
  .form-section form .hs-form-field.hs_future_dated_days legend{
    bottom: -55px;
  }
  .form-section form .hs-form-field.hs_future_dated_days {
    margin-bottom: 80px;
  }
  .form-section form .hs-form-field.hs_transaction_per_month legend {
    bottom: -40px;
  }
  .form-section form .hs-form-field.hs_transaction_per_month {
    margin-bottom: 50px;
  }
  .form-section .hs-form-field.hs_bank_savings > label,
  .form-section .hs-form-field.hs_mastercard_visa > label,
  .form-section .hs-form-field.hs_bank_savings_mastercard_visa  label, 
  .form-section .hs-form-field.hs_amex label, 
  .form-section .hs-form-field.hs_failed_payment_fee label, 
  .form-section .hs-form-field.hs_once_off_customer_set_up_fee label {
    width: 50%;
  }
  .form-section .hs-form-field.hs_bank_savings_mastercard_visa  li > label, 
  .form-section .hs-form-field.hs_amex li > label, 
  .form-section .hs-form-field.hs_failed_payment_fee li > label, 
  .form-section .hs-form-field.hs_once_off_customer_set_up_fee li > label {
    width: 100%;
  }
  .form-section ul.inputs-list.multi-container li{
    clear:both;
  }
  .form-section .hs-form-field.hs_mastercard_visa ul .hs-form-radio, 
  .form-section .hs-form-field.hs_bank_savings ul .hs-form-radio, 
  .form-section .hs-form-field.hs_amex ul .hs-form-radio, 
  .form-section .hs-form-field.hs_bank_savings_mastercard_visa ul .hs-form-radio, 
  .form-section .hs-form-field.hs_amex ul .hs-form-radio, 
  .form-section .hs-form-field.hs_failed_payment_fee ul .hs-form-radio, 
  .form-section .hs-form-field.hs_once_off_customer_set_up_fee ul .hs-form-radio{
    margin-left:0;
    margin-bottom:0;
  }
  .form-section .hs-form-field.hs_mastercard_visa ul, 
  .form-section .hs-form-field.hs_bank_savings ul, 
  .form-section .hs-form-field.hs_amex ul, 
  .form-section .hs-form-field.hs_bank_savings_mastercard_visa ul, 
  .form-section .hs-form-field.hs_amex ul, 
  .form-section .hs-form-field.hs_failed_payment_fee ul, 
  .form-section .hs-form-field.hs_once_off_customer_set_up_fee ul {
    margin-left:0;
    margin-top: 0 !important;
    padding-right: 0 !important;
    display: block !important;
    position: relative !important;
    right: 0;
    top: 0;
  }
  .form-section table th{
    width:50% !important;
    font-size: 14px;
  }
  .form-section form .hs-form-field.hs_if_a_payment_fails_i_want_to {
    float: initial;
    width: 100%;
    margin-bottom:60px;
  }
  .form-section .hs-form-field.hs_day {
    width: 100%;
    bottom: -34px;
  }
  .form-section .hs-form-field.hs_day input{
    margin-right:0;
    width:100% !important;
    top:-17px;
  }
  .imageright{
    display:none;
  }
  .space-below{
    margin-bottom:0;
  }
  .imageleft img {
    width: 250px;
  }
  .imageleft img.chart-appear {
    width: 100px;
    left: -18px;
    bottom: 45px;
  }
  .imageleft img.safe-appear {
    left: 4px;
    top: -81px;
    width: 80px;
  }
  .imageleft img.dot-sequence {
    left: 25px;
  }
  .imageleft img.check-circle {
    width: 40px;
    left: 230px;
    top: 11px;
  }
  .imageleft img.cross{
    right:-25px;
  }
  .imageleft img.mail-icon{
    bottom:250px;
  }
  .faq_accordion_body > .row-fluid-wrapper {
    width: 100%;
    margin-right: 0;
  }
  .smallboxcontainer .smallbox-icon img {
    opacity: 1;
  }
  .form-section form .form-columns-1 .debit-section {
    margin-bottom: -30px;
  }
  .slider-pagination {
    margin: 0 auto 0;
  }
  .two-column p {
    line-height: 20px;
  }

  .reportbox-container.span4 {
    margin-left: 0 !important;
  }
  .slide-container .hs-cta-wrapper {

  }
  .particle-v2-wrapper {
    display: none;
  }
  .caption a {
    margin-right: 0;
  }
  .caption .home-cta a {
    display: block !important;
    width: 100% !important;
    padding: 12px 0 !important;
    max-width: 100% !important;
  }
  .hero-slider {
    min-height: 450px !important;
  }
  .footer_details .product-menu,
  .footer_details /*.for_developers*/ {
    display: none;
  }
  .text-style-v3 h5,
  .text-style-v3 h2,
  .text-style-v3 h3 {
    text-align: center;
  }
  .form-sectionC .steps-text {
    margin-top: -145px !important;
  }
  form.hs-form ul.inputs-list li {
    width: 92%;
    padding-left: 40px;
  }
  .align-center {
    padding: 0 15px;
  }
  .slide-container, .video-wrapper {
    height: auto !important;  
  }

  /* ======== For version 2 Forms ========== */  
  .application-form fieldset.form-columns-3 .hs-form-field,
  .application-form fieldset.form-columns-3 .hs-form-field:first-child {
    width: 100% !important;
  }
  .form-section.form-sectionC form .hs-form-field.hs_total_annual_turnover {
    margin-bottom: 30px;  
  }
  .form-section.form-sectionC .form-columns-2 .hs-form-field.hs-fieldtype-radio .hs-input {
    width: auto !important;
  }
  .form-section.form-sectionC .form-columns-2 .hs-form-field.hs_total_annual_turnover .hs-input {
    width: 100% !important;  
  }
  .form-section.form-sectionC .hs_exclude_amex_as_a_payment_option ul {
    width: 50%;
  }
  .form-section.form-sectionC .hs-form-field.hs_mastercard_visa .input,
  .form-section.form-sectionC .hs-form-field.hs_bank_savings .input,
  .form-section.form-sectionC .hs-form-field.hs_bank_savings_mastercard_visa .input, 
  .form-section.form-sectionC .hs-form-field.hs_amex .input, 
  .form-section.form-sectionC .hs-form-field.hs_failed_payment_fee .input, 
  .form-section.form-sectionC .hs-form-field.hs_once_off_customer_set_up_fee .input {
    width: 50%;
  }
  .form-section.form-sectionC .hs-form-field.hs_failed_payment_fee .input {
    min-height: 285px;
  }
  .form-section.form-sectionC form .fieldset_col50 {
    width: 100%;  
  }
  .form-section.form-sectionC form .fieldset_col50B {
    margin-top: 0;  
    width: 100%;
  }
  .form-section.form-sectionC form h2 {
    margin-top: 30px !important;  
  }
  .form-section.form-sectionC form.hs-form fieldset[class*="form-columns"] select.hs-input {
    padding-right: 120px;
  }
  .form-section.form-sectionC form .hs-richtext p {
    width: 100%;
  }
  .form-section.form-sectionC form .hs-form-field.hs_account_information select {
    width: 100% !important;
  }
  .application-form .form-section.step4 form fieldset:nth-child(2) .hs-richtext, 
  .application-form .form-section.step4 form fieldset:nth-child(3) .hs-richtext, 
  .application-form .form-section.step4 form fieldset:nth-child(4) .hs-richtext, 
  .application-form .form-section.step4 form fieldset:nth-child(5) .hs-richtext {
    width: 100%;  
  }
  .application-form .form-section.step4 form fieldset:nth-child(2) .hs-form-field, 
  .application-form .form-section.step4 form fieldset:nth-child(3) .hs-form-field, 
  .application-form .form-section.step4 form fieldset:nth-child(4) .hs-form-field, 
  .application-form .form-section.step4 form fieldset:nth-child(5) .hs-form-field {
    width: 100%;  
  }
  .form-sectionC.step4 fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
  .form-section.form-sectionC form .hs-form-field.hs_yes_i_would_like_the_access_pack_information_available_here_ {
    width: 100% !important;  
  }
  .application-form .form-section.step3 fieldset.form-columns-1 .hs-form-field.hs_are_you_supplying_a_service_after_a_payment_is_collected {
    padding-right: 30px;  
  }
  .application-form .hs-form-field.hs-fieldtype-radio a.open-tip {
    right: 10px;  
  }

  .sandbox-form .form-section form {
    display: flex;  
    flex-wrap: wrap;
  }
  .sandbox-form .form-section form fieldset:nth-child(7) {
    order: 2;
  }
  .sandbox-form .form-section form fieldset:nth-child(8) {
    order: 1;
  }
  .sandbox-form .form-section form .hs_submit {
    order: 3; 
  }

  .form-sectionC fieldset .hs-form-field ul.hs-error-msgs {
    position: relative;
    bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .arrow-left, .arrow-right {
    width: 40px;
    height: 40px;
  }
}
/* ================ Phones (landscape) ================ */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .slide-wrapper {
    height: 500px;
    padding: 50px 0 100px;
  }
  .form-columns-2 .hs-form-field{
    width:100% !important;
  }
  .debit-section p {
    display: inline-block;
  }
  .form-section form .hs-form-field.hs_total_annual_turnover, .form-section form .hs-form-field.hs_future_dated_days{
    margin-bottom:80px;
  }
  .form-section form .hs-form-field.hs_total_annual_turnover legend,
  .form-section form .hs-form-field.hs_future_dated_days legend{
    bottom: -45px;
  }
  .form-section form .hs-form-field.hs_transaction_per_month{
    margin-bottom:50px;
  }
  .form-section form .hs-form-field.hs_transaction_per_month legend {
    bottom: -35px;
  }
  .form-section .hs-form-field.hs_day input{
    top:-80px;
  }  
  .form-section.form-sectionC form .hs-form-field.hs_yes_i_would_like_the_access_pack_information_available_here_ {
    width: 100% !important;  
  }  

}

/* ================ Phones (old mobiles) ================ */
@media screen and (max-width: 320px) {
  .debit-section {
    top: 110px;
  }
  .apply-page .continue_btn {
    margin-top: 90px;
  }
  .form-section form h2 {
    font-size: 28px;
  }
}
}