@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700;800&display=swap');
@import url(//designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css);
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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


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

.img-rounded {
    border-radius: 6px;
}


















/* 
  Design for these breakpoints:
    420px maximum width: cover all smartphones in portrait mode
    421px to 767px width: most smartphones in landscape mode
    768px to 1023px: most Android tablets and iPads in portrait mode
    1024px to 1365px: most Android tablets and iPads in landscape mode, older desktop/laptop monitors
    1366px and above: iPad PRO, HDready and FullHD desktop laptop monitors
 */

/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

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

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

body {
  background: #fff9f4;
  color: #1a0b00;
}

address {
    line-height: 1.2;
    font-style: initial;
}

.container-fluid .row-fluid .page-center {
  float: none;
  padding: 0 20px;
  max-width: 100%;
}

@media (min-width: 768px) {
    .container-fluid .row-fluid .page-center {
      margin: 0 auto;
      max-width: 80%;
    }
}

@media (min-width: 1140px) {    
    .container-fluid .row-fluid .page-center {
      max-width: 900px;
    }
}
@media (min-width: 1366px) {    
    .container-fluid .row-fluid .page-center {
      max-width: 1100px;
    }
}

@media (max-width: 1139px) {
  .span4, .span5, .span6 {
    padding-bottom: 20px;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

a { 
    color: #0000ee; 
    text-decoration: none;   
    transition: all .4s ease;
}

a:hover {
  text-decoration: underline;
}


::selection {
  color: #f5f5f5;
  background: #575757;
  text-shadow: none;
}




/*** Typography ***/

body {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;;
  font-size: 20px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
	body {
    font-size: 22px;
  }
}
@media (min-width: 1366px) {
	body {
    font-size: 24px;
  }
}


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

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

h1, h2, h3, h4, h5, h6 {
  color: #1a0b00;
  font-weight: 600;
  margin: 5px 0 5px;
  font-family: 'Nunito', sans-serif;;
}

h1, h2, h3 {
  font-weight: 800;
}

h1 {
  font-size: 3.75rem !important;
  line-height: 1.2 !important; 
}
h2 {
  font-size: 2.3rem !important; 
  line-height: 1.25 !important; 
}
h3 {
  font-size: 1.6rem;
  line-height: 1.5; 
}
h4 {
  font-size: 1.375rem;
  line-height: 1.2; 
}
h5 { 
  font-size: 1.125rem; 
  line-height: 1.2; 
}
h6 { 
  font-size: 1rem; 
  line-height: 1.2; 
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 14px solid #ff7200;
}
blockquote p {
  font-family: 'Nunito', sans-serif;;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
  color: #1a0b00;
}



.header-container-wrapper {
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 999;
  background-color: #fff9f4;
}
.header-container {
  padding: 15px;
}



@media (min-width: 1024px) {
  .logo {
    width: auto !important;
  }
}

.logo img {
  width: 130px !important;
  margin: 0 auto;
  display: block;
  z-index: 1;
  position: sticky;
}
@media (min-width: 1024px){
  .logo img {
    margin: 0;
  }
}




.body-container-wrapper { 
  background-color: #fff9f4; 
  padding-top:50px;
}

.vertical-align .row-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/*
.banner-image {
  display: none !important;
} */

.banner-image img {
 /* display: none; */
  width: 100%;
}

.polaroid {
  display: block;
  width: 80% !important;
}
@media (min-width: 1140px) {
  .banner-image {
    display: block !important;
  }

  .banner-image img {
    display: block;
  }
}

.banner-image img, .polaroid {
  background-color: #fff;
  border: 12px solid #fff !important;
  box-shadow: 10px 10px 10px 0px rgb(0 0 0 / 50%) !important;
  margin: 30px auto 30px;
  float: none;
  --rotate-angle: 355deg;
  transform: rotate(var(--rotate-angle));
}

.banner-text {
  padding-top: 40px;
}

@media (min-width: 1140px) {
  .banner-text {
    padding-top: 0;
  }
}

@media (max-width: 1139px) {
  .banner-text {
    width: 100% !important;
  }

  .banner-image {
    width: 100% !important;
  }
  
  .banner-image img {
    width: 50% !important;
  }
}




/* Reusable Components
   ========================================================================== */

/* Text Alignment */
.text-center { text-align: center; }


/* Pricing Module */
.label {
    padding: 0 10px;
    text-align: center;
    font-family: 'Nunito', sans-serif;;
    background-color: #ff7200;
    min-height: 30px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
    border-radius: 4px 4px 0 0;
}
.pricing-table{
    border-radius: 8px;
    margin: 30px 0;
    text-align: center;
    padding: 0;
    border: 1px solid #d3d3d3;
    background-color: #f6f6f6;
}
.pricing-table.popular{
    margin-top: 0;
    padding-bottom: 30px;
    border-radius: 0 0 4px 4px;
}
.pricing-table h3.heading {
    font-family: 'Nunito', sans-serif;;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 5px 0;
}    
.pricing-table .content {
    text-align: center;
    padding: 15px 15px 30px 15px;
}
.pricing-table .content ul{
    list-style: none;
    padding-left: 0px;  
}
.pricing-table .content ul li{
    padding: 10px 0px;  
} 
.pricing-table .price-figure{
    font-family: 'Nunito', sans-serif;;
    margin: 0;
}
.pricing-table .number{    
    font-size: 60px;
    font-weight: 600;
}
.pricing-table .currency{
    font-size: 24px;
    position: relative;
    top: -25px;
}
.pricing-table .unit{
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase;
} 
.pricing-table .content a{
    padding: 10px 25px;
}  

/* Rich Editor Checkmark Lists */
.hs_cos_wrapper_type_rich_text ul {
    padding-left: 20px;
}
.hs_cos_wrapper_type_rich_text ul li {
    list-style: none;
}
.hs_cos_wrapper_type_rich_text ul li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    content: "\f058";
    margin-right: 8px;
    font-size: 18px;
}




/* Simple Menu */
.hs_cos_wrapper_type_simple_menu a {
  font-family: ;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 1.25rem;
  display: block;
  text-decoration: none;
  padding: 0 0 .75rem;
}
@media (min-width: 1140px) {
  .hs_cos_wrapper_type_simple_menu a {
    font-size: 16px;
  }
}
.hs_cos_wrapper_type_simple_menu .hs-menu-flow-horizontal a { 
  padding-right: .75rem; 
}
.hs_cos_wrapper_type_simple_menu a:hover { 
  color: #000; 
  text-decoration: underline;
}

/* Paddings */
.padding20tb { padding: 20px 0px; }
.padding40tb { padding: 40px 0px; }
.padding80tb { padding: 80px 0px; }


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


.footer-container.container-fluid .row-fluid .page-center {
  text-align: center;
}

.footer-social a.fm_button{
    background-color: #ff7200;
    border-radius: 50%;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    display: inline-block;
}
.footer-social a.fm_button:hover {
    background-color: #ff8e33;
}
.footer-social a.fm_button span {
    display: none !important;
}
.footer-social a.fm_button:before {
    position: relative;
    top: 1px;
    margin: 0 auto;
    font-family: FontAwesome;
    color: #fff;
    font-size: 30px;
}
.footer-social a.fm_twitter:before { content: "\f099"; }
.footer-social a.fm_facebook:before { content: "\f09a"; }
.footer-social a.fm_linkedin:before { content: "\f0e1"; }
.footer-social a.fm_instagram:before { content: "\f16d"; }    


/* Back to Top */
.back-to-top a{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 20000;
    cursor: pointer;
    color: #ffffff;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: #ff7200;
    box-shadow: 0 0 0 1px rgba(0,0,0,.085), 0 1px 0 0 rgba(0,0,0,.15);
}

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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */



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

/* Blog Title */
.hs-blog-header{
    text-align: center;
    position: relative;
}

/* Blog Post Date */
.listing-date, .post-date {
    color: #aaa;
    font-size: 16px;
}

/* Blog Author and Avatar */
#hubspot-author_data {
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 10px;
}

.banner #hubspot-author_data {
    display: inline-block;
    width: 420px;
    max-width: 100%;
    border-top: 2px solid #fff;
    padding: 30px 60px 0 60px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.hs-author-avatar {
    float: left;
    margin: 10px 15px 0 0;
}
.hs-author-avatar img {
    border-radius: 50%;
    width: 75px;
    height: 75px;
}
.author-info{
    text-align: center;
}
.author-name{
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
}
.author-name a.author-link{
    color: #fff;
    text-decoration: underline;
}
.author-social-links a {
    color: #fff;
    font-size: 36px;
    margin: 0 5px;
}
.author-name a.author-link:hover, 
.author-social-links a:hover{
    color: #ff7200;
}
.hs-author-social-links a.hs-author-social-link:hover {
    color: #575757;
}


/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 80px;
}

.post-header {
  margin-bottom: 16px;
}

.post-body img {
  border-radius: 16px;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
}

/* Blog Topics List */
#hubspot-topic_data {
    font-family: 'Nunito', sans-serif;;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 30px 0;
    color: #575757;
}
#hubspot-topic_data a.topic-link {
    text-transform: none;
}

/** 
 * Blog Social Sharing icons
 **/ 

.social-sharing-widget-vertical{
    width: 85px;
    height: 295px;
    margin: 0 20px 0 -105px;
    padding: 10px 8px 5px;
    border: 1px solid #d3d3d3;
    background-color: #f6f6f6;
    display: block;
    text-align: center;
    float: left;
}

/* Captcha */
#captcha_wrapper {
    margin-bottom: 20px;
}


/* Pagination */
.blog-pagination{
    width: 100%;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
}
.blog-pagination a {
    margin-top: 30px;
    text-align: center;
    display: inline-block;
    background-color: #ff7200;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px 30px;
    font-family: 'Nunito', sans-serif;;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.4s ease-in-out;
    user-select: none;
}
.blog-pagination a:hover {
    background-color: #ff8e33;
    text-decoration: none;
}
.blog-pagination .previous-posts-link {
    padding: 10px 7px;
}
.blog-pagination .all-posts-link {}
.blog-pagination .next-posts-link {
    padding: 10px 5px 10px 9px;
}

/* Written By Blurb */
.hs-blog-post .about-author-sec {
    margin-top: 50px;
}
.about-author-sec img {
    border-radius: 50%;
    border: 1px solid #CCC;
    display: block;
    width: auto;
    height: auto;
}
.about-author-sec h4,
.about-author-sec h2 {
    margin: 0 0 0.75rem;
}
.about-author-sec .hs-author-social-links a.hs-author-social-link {
    text-indent: 0;
    font-size: 22px;
    margin-right: 5px;
    border-radius: 50%;
    color: #fff;
    background: #ff7200;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
}
.about-author-sec .hs-author-social-links a.hs-author-social-link:hover {
    background: #0000ee;
}

/* About Author Page */
.hs-author-listing-header {
    margin: 60px 0 50px;
}


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

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin-bottom: 40px;
}

.blog .blog-sidebar .widget-module ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}



/* Labels */
body label {}
body .hs-form-field > label {
    margin-bottom: 5px;
    font-weight: 300;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    padding: 12px;
    margin: 6px 0 15px;
    border: 1px solid #ccc;
    background: #fafafa;
    font-family: sans-serif;
    font-size: 12px;
    border-radius: 2px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    outline: 0;
    background-color: #ffffff;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    min-height: 200px;
}

/* Separate Styles for Drop Downs */
body select {
    -webkit-appearance: none;
    cursor: pointer;
    background: url(//cdn2.hubspot.net/hub/414389/file-1519563437-png/images/select-arrow2.png) right center no-repeat #fafafa;
}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}


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

/* Label */
.widget-type-google_search label {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;;
    margin: 16px 0;
}

/* Input */
.widget-type-google_search input[type="text"] {
    width: 79%;
    float: left;
    margin-top: 0px;
    height: 43px;
}



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

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


/* Form Error Selectors
   ========================================================================== */
.hsformerror{
    font-size: 12px !important;
    border: 0 !important;
    color: #FFF!important;
    background-image: none!important;
    box-shadow: none !important;
    z-index: 99999 !important;
}




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"],
.cta_button:not(.cta_reset) {
  cursor: pointer;
  display: inline-block;
  background-color: #ff7200;
  color: #fff;
  font-size: 16px;
  border: 0px;
  padding: 10px 30px !important;
  border-radius: 30px;
  font-family: ;
  text-transform: uppercase;
  text-decoration: none;
  transition: none;
  user-select: none;
}
body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover,
.cta_button:not(.cta_reset):hover {
  background-color: #ff8e33 !important;
  color: #fff;
  text-decoration: none;
}

.cta_reset {
  color: #FF7200 !important;
  text-decoration: underline !important;
}


@media (max-width: 1139px){
    .social-sharing-widget-vertical {
        width: auto;
        height: auto;
        margin: 10px 0 10px 0;
        display: inline-block;
        float: none;
    }
}



/* Landscape tablet and smaller devices
   ========================================================================== */
   
@media (max-width: 1030px) and (min-width: 768px) { 
    body.error-template .body-container-wrapper,
    body.password-template .body-container-wrapper,
    body.subscription-template .body-container-wrapper {
        padding-top: 140px;
    }
}

@media (max-width: 767px) {

    /* Sidebar */
    .sidebar {
        margin-top: 30px;
    }
    
    
    /* Blog */
/*     .blog-listing-wrapper .post-listing .post-item {
        margin-bottom: 40px;
    }
    body.hs-blog-listing h4 {
        margin-bottom: 15px;
    }
    .hs-blog-header {
        margin: 50px 0 30px;
    }
    .hs-blog-header h1 {
        font-size: 48px;
    }
    .about-author-sec img {
        margin-bottom: 20px;
    } */
}
     

/* Fotaflo Custom Classes
   ========================================================================== */

.rounded img, img.rounded {
    border-radius: 16px;
}

.footer-logo img {
  max-height: 100px;
  width: auto !important;
}

.menu-cta a {
  font-size: 16px !important;
}

.temp-cta {
    display: inline-block;
    background-color: #ff7200;
    color: #ffffff!important;
    font-size: 18px;
    padding: 11px 24px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    border-radius: 30px;
    text-decoration: none;
    -webkit-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -moz-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -o-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -ms-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
}

.pricing-box {
    background-color: #e8e8e8;
    border-radius: 16px;
    padding: 10px;
    font-size: smaller;
/*   	height: 300px; */
	  margin-bottom: 20px;
}

.pricing-table {
    border: none;
    border-collapse: collapse;
}
.pricing-table td {
    border: 1px solid #93becc;
  	background-color: #fff;
}

.search-button {
  display: block;
  margin-top: 15px;
  color: #fff;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip i {
  font-size: 16px;
  color: #575757;
  margin-left: 10px;
}

/* Tooltip text */
.tooltip .tooltiptext {
	width: 250px;
  top: 30px;
  left: 50%; 
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
  visibility: hidden;
	font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  line-height: normal;
  background-color: #575757;
  color: #fff;
  text-align: left;
  padding: 10px;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltiptext:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(87, 87, 87, 0);
    border-bottom-color: #575757;
    border-width: 10px;
    margin-left: -70px;
}

.hs-search-field__bar form {
  width: 100%;
}

.hs-search-field__bar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
  border: none !important;
  text-align: left;
  color: #1a0b00;
  font-size: 16px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
  margin-top: 16px;
}

.hs-search-field__suggestions li a {
  padding: 5px;
}

.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(255, 255, 255, 0);
}

.hs_recaptcha {
  margin-bottom: 30px;
}

form legend {
    font-size: 0.8rem;
}
form {
    font-size: 1rem;
}

.scroll-to-top {
  display: none;
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  color: #f5f5f5;
  text-align: center;
  background-color: rgb(0 0 0 / 60%);
  border-radius: 30px;
  width: 60px;
  height: 60px;
}

.scroll-to-top i {
  font-size: 40px;
  line-height: 60px;
}


.testimonial .row-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.testimonial-quote {
  font-family: 'Nunito', sans-serif;;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #1a0b00;
}

.testimonial-name {
  font-size: 22px;
  color: #575757;
}

.testimonial-position {
  font-size: 1rem;
}

a.in-page-link {
  position: relative;
  top: -100px;
  display: block;
  height: 0;
  width: 0;
}

hr.divider {
  width: 60%;
  height: 25px;
  background-color: #ff7200;
  border-radius: 25px;
  border: none;
  margin: 40px auto;
}

.hs_cos_wrapper_type_post_filter, .hs_cos_wrapper_type_post_listing {
  font-size: 16px !important;
}


/** New updated overrides and CSS **/
.body-container-wrapper {
  background-color:#fff;
  padding-top:0;
}

.body-container.container-fluid {
    padding: 0;
}

html {
  font-size:18px!Important;
  overflow-x:hidden;
}

body {
  font-family: 'Poppins', sans-serif!important;
  font-size: 18px!important;
  line-height: 1.5!important;
  color:#262628!important;
  overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #262628!Important;
  font-weight: 600!important;
  margin-bottom:15px!important;
  font-family: 'Poppins', sans-serif!Important;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color:#262628!important;
}

h1 {
  font-size: 2.33rem !important;
  line-height: 1.2 !important; 
}
h2 {
  font-size: 1.778rem !important; 
  line-height: 1.25 !important; 
}
h3 {
  font-size: 1.556rem;
  line-height: 1.25; 
}
h4 {
  font-size: 1.222rem;
  line-height: 1.2; 
}
h5 { 
  font-size: 1.111rem; 
  line-height: 1.2; 
}
h6 { 
  font-size: 1rem; 
  line-height: 1.2; 
}
.mt-25 {
  margin-top:25px;
}
.mt-50 {
  margin-top:50px;
}

.negative-margin-100 {
  margin-top:-100px;
}

.negative-margin-75 {
  margin-top:-75px;
}

.dual-ctas a{
  margin-top:1rem;
}

.curve-top,
.curve-bottom,
.hero-blob,
.side-blue-blob,
.right-blue-blob,
.left-orange-blob,
.right-orange-blob,
.grow-title,
.side-blue-blob-alt,
.right-blue-blob-alt,
.left-orange-blob-alt,
.left-orange-blob-alt-two,
.right-orange-blob-alt,
.hero-blob-two
{
  position:relative;
}

.hero-blob .col-md-6,
.hero-blob-two
.side-blue-blob .col-md-10,
.side-blue-blob .col-md-10,
.left-orange-blob .col-md-6,
.col-md-4,
.col-md-12,
.hero-blob-two .col-md-10 {
z-index:15;
  position:relative;
}


.curve-top:before {
  content:" ";
  background-image:url('https://www.fotaflo.com/hubfs/2022%20Webpage%20Images/curve-top.png');
  height:43px;
  background-size:cover;
  background-position:center;
  bottom:100%;
  position:absolute;
  width:100%;
  background-position: center top;
}

.curve-bottom:after {
  content:" ";
  background-image:url('https://www.fotaflo.com/hubfs/2022%20Webpage%20Images/curve-bottom.png');
  height:43px;
  background-size:cover;
  background-position:center;
  top:100%;
  position:absolute;
  width:100%;
  background-position: center bottom;
}

.hero-blob:after {
  content:url('https://www.fotaflo.com/hubfs/2022%20Webpage%20Images/hero-blob.png');
  position:absolute;
  left: 46%;
  top: -55%;
  z-index: 5;
}

.side-blue-blob:before {
  content:url('https://www.fotaflo.com/hubfs/2022%20Webpage%20Images/blob-1.png');
  position:absolute;
  right: 90%;
  top: 0;
  z-index: 5;
}



.right-blue-blob:before {
  content: url(https://www.fotaflo.com/hubfs/2022%20Webpage%20Images/blob-3.png);
  position: absolute;
  right: -50%;
  top: 0;
  z-index: 5;
  left: 50%;
}


.left-orange-blob:before {
    content: url(https://www.fotaflo.com/hubfs/2022%20Webpage%20Images/blob-2.png);
    position: absolute;
    right: 45%;
    top: 26%;
    z-index: 5;
}


.right-orange-blob:after {
    content:url('https://www.fotaflo.com/hubfs/2022%20Webpage%20Images/blob-4.png');
  position:absolute;
  left: 70%;
  top: -10%;
  z-index: 5;
}



.grow-title:after {
    content: '';
    width: 100%;
    background-image: url(https://www.fotaflo.com/hubfs/2022%20Webpage%20Images/_CLICKSHAREGROW.png);
    background-size: contain;
    background-position: center bottom;
    height: 128px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    right: 0;
}


/** one pager **/

.side-blue-blob-alt:before {
    content:url('https://www.fotaflo.com/hubfs/2022%20Webpage%20Images/blob-1.png');
  position:absolute;
  right: 90%;
  top: 15%;
  z-index: 5;
}

.right-blue-blob-alt:after {
content: url(https://www.fotaflo.com/hubfs/2022%20Webpage%20Images/blob-3.png);
  position: absolute;
  right: -50%;
  z-index: 5;
  left: 55%;
  top: 20%;
}

.left-orange-blob-alt:before {
    content:url('https://www.fotaflo.com/hubfs/2022%20Webpage%20Images/blob-4.png');
  position:absolute;
  right: 75%;
  top: 15%;
  z-index: 5;
}

.left-orange-blob-alt-two:before {
  content: url(https://www.fotaflo.com/hubfs/2022%20Webpage%20Images/blob-2.png);
    position: absolute;
    right: 70%;
    top: 26%;
    z-index: 5;
}

.right-orange-blob-alt:before {
      content:url('https://www.fotaflo.com/hubfs/2022%20Webpage%20Images/blob-4.png');
  position:absolute;
  left: 75%;
  bottom:10%;
  z-index: 5;
}

.hero-blob-two:after {
  content:url('https://www.fotaflo.com/hubfs/2022%20Webpage%20Images/hero-blob-two.png');
  position:absolute;
  left: 75%;
  top:-10%;
  z-index: 5;
}

@media (max-width:479px) {
  .hero-blob-two:after {
    left:85%;
  }
  
  .side-blue-blob-alt:before {
    top:45%;
  }
}



@media (min-width: 1200px) {
  .container {
    max-width:1100px!important;
  }
}

@media (max-width:992px) {
  .hero-blob:after {
    content: url(https://www.fotaflo.com/hubfs/2022%20Webpage%20Images/hero-blob.png);
    position: absolute;
    left: 5%;
    top: 10%;
    z-index: 5;
} 
  
  .grow-title:after {
    bottom:0px;
    background-position:center;
  }
  
  .two-column-parallax.grow-title .module-container {
    padding-bottom:150px!important;
  }
  
}

@media (max-width:479px) {
  .grow-title:after {
    display:none;
  }
}


blockquote p,
.testimonial-quote,
.widget-type-google_search label,
.blog-pagination a,
#hubspot-topic_data,
.pricing-table .price-figure,
.pricing-table h3.heading,
.label {
  font-family: 'Poppins', sans-serif;
}

.orange-btn {
  background-color: #ff7200;
  color: #fff;
  border:1px solid #ff7200;
}

.secondary-btn {
  background-color: #fff;
  color: #262628;
  border:1px solid #262628;
}

.orange-btn,
.secondary-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 10px 30px !important;
  border-radius: 30px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .200s ease-in-out;
  -o-transition: all .200s ease-in-out;
  transition: all .200s ease-in-out;
}

.orange-btn:hover,
.orange-btn:focus,
.orange-btn:active {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  text-decoration: none;
  color:#fff;
}


.secondary-btn:hover,
.secondary-btn:focus,
.secondary-btn:active {
  background-color:#262628;
  color:#fff;
  text-decoration: none;
}


/** Polaroid Replacement **/


.banner-image img, .polaroid {
  border: none!important;
  transform: initial!important;
  border-radius:5px;
  position:relative;
  box-shadow: 0px -3px 22.5px 2.5px rgb(0 0 0 / 5%)!important;
  margin:0;
}

.banner {
  padding-top:50px;
}


.banner-image,
.polaroid {
  position:relative;
}


.banner-image:after, .polaroid:after {
  content:"";
width:100%;
height:100%;
position:absolute;
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23CCEBF0' stroke-width='6' stroke-dasharray='6%2c 14' stroke-dashoffset='15' stroke-linecap='square'/%3e%3c/svg%3e");
border-radius: 5px;
top: -15px;
right: -15px;
z-index:1;
}

.banner-image img,
.polaroid img {
  z-index:10;
  width:100%!important;
  position:relative;
  margin:0 auto!important;
  width:100%!important;
  border-radius:5px!Important;
}

.polaroid {
  margin:0 auto;
}


.post-item img {
  width:100%!Important;
  max-width:100%!Important;
}

img {
border-radius:16px;
}

.sidebar input.hs-search-field__input {
  border-radius:20px;
}

.sidebar .hs-search-field__bar button.hs-button.primary {
    right: 0;
} 

.sidebar ul {
  padding-left:0;
  list-style-type:none;
}


.sidebar ul li {
  padding-bottom:8px;
}

@media (min-width:768px) {
  .sidebar {
    padding-left:20px;
  }
}

@media (max-width:767px) {
  h1 {
      font-size: 1.778rem !important;
    line-height: 1.25 !important;
  }
}

.footer-menu ul li::before {
    content: "" !important;
}

.footer-menu ul li a {
  padding-left: 0 !important;
}

.footer-menu ul li {
  padding-left: 0 !important;
}

.simple-social-sharing {
  justify-content: center;
}

.legal-consent-container {
  font-size: 14px !important;