/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/* You will see it included in the source of every page as                  */
/* 'Coded files/Custom/system/default/Hs Default Custom Style.css'                      */
/****************************************************************************/

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


 /* Jam */
 /* Peanut */
 /* Bread */



/* 
==================== 
Fonts
==================== 
*/


/* --- Imports --- */
@import url(//fonts.googleapis.com/css?family=Raleway:800,700,600,400,200);

@import url(//fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic,300,300italic);

/*@font-face {
  font-family: "Veneer-Italic";
  src: url('//cdn2.hubspot.net/hub/483633/file-2564032371.eot')format('eot');
  src: url('//cdn2.hubspot.net/hub/483633/file-2564032371.eot?#iefix') format('eot'),
     url('//cdn2.hubspot.net/hub/483633/file-2586233310.woff')format('woff'),
     url('//cdn2.hubspot.net/hub/483633/file-2564032366.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: "Veneer-Italic";
  src: url('//blahg.addpbj.com/hs-fs/file-2564032371.eot')format('eot');
  src: url('//blahg.addpbj.com/hs-fs/file-2564032371.eot?#iefix') format('eot'),
     url('//blahg.addpbj.com/hs-fs/file-2586233310.woff')format('woff'),
     url('//blahg.addpbj.com/hs-fs/file-2564032366.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:"Neonoir-Slim";
  src: url('//cdn2.hubspot.net/hub/483633/file-2586238420-eot/Neonoir-slim.eot')format('eot');
  src: url('//cdn2.hubspot.net/hub/483633/file-2586238420-eot/Neonoir-slim.eot?#iefix')format('eot'),
     url('//cdn2.hubspot.net/hub/483633/file-2578926724-woff/Neonoir-slim.woff')format('woff'),
     url('//cdn2.hubspot.net/hub/483633/file-2578926719-ttf/Neonoir-slim.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}


/* --- Styling --- */

body, body p {
  font-family: "Merriweather";
  /*font-size: 12px;*/
  font-size: 15px;
  line-height: 1.95;
  text-transform: none;
  letter-spacing: .03em;
  font-weight: 300;
  font-style: normal;
  color: #636363;
}


h1 {
  font-family: "Raleway";
  font-size: 28px;
  line-height: 1.3em;
  text-transform: none;
  letter-spacing: .08em;
  font-weight: 200;
  font-style: normal;
  color: #3d3d3d;
}

h2 {
  font-family: "Raleway";
  font-size: 18px;
  line-height: 1.3em;
  text-transform: none;
  letter-spacing: .08em;
  font-weight: 400;
  font-style: normal;
  color: #4f4f4f;
}


h3 {
  font-family: "Raleway";
  font-size: 15px;
  line-height: 1.8em;
  text-transform: uppercase;
  /*letter-spacing: .25em;*/
  letter-spacing: .1em;
  font-weight: 800;
  font-style: normal;
  color: #1d1d1d;
}

h1 strong, h2 strong {
  font-weight: 400;
}

h1 em, h2 em, h3 em {
  font-style: normal;
  border-bottom: 1px solid #ed4424;
}


/* NEED TO DO HOVERS for h1,h2,h3 */
h3 a {
  padding-bottom: .05em;
  border-bottom: 1px solid #ceb888 !important;
  text-decoration: none !important;
  animation: 3s infinite alternate borderRotate;
}



pre {
  font-family: "Neonoir-Slim";
  font-size: 2em;
  line-height: initial;
  white-space: normal;
}

pre em {
  font-style: normal;
  border-bottom: 1px solid #ed4424;
}


blockquote {
  font-family: "Raleway";
  font-size: 26px;
  line-height: 1.4em;
  text-transform: none;
  letter-spacing: .04em;
  font-weight: 300;
  font-style: normal;
}

/* 
==================== 
Base HTML & Bootstrap 
==================== 
*/

body{
  margin: 0;
}

img{
  max-width: 100%;
}

ul{
  padding-left: 20px;
}

.bizcubator-page .body-container.container-fluid{
  /* max-width: 960px; */
  max-width: 700px;
  margin: 0 auto;
}

.blog .body-container.container-fluid{
  max-width: 1020px;
}

.body-container.container-fluid{
  max-width: 960px;
  margin: 0 auto;
}

.body-container-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.index-page .body-container-wrapper, .index-page .body-container.container-fluid {
  max-width: 100%;
  padding: 10px;
}

.body-container-wrapper .row-fluid {
  margin: 20px 0;
}

/* 
==================== 
Main Nav 
==================== 
*/
.nav.nav--main{
  text-align:center;
}
.nav-link{
  position: relative; top: -64px;
  display: inline-block;
  padding: 20px; 
  color: #fff;
  text-decoration: none; text-transform: uppercase;
}    
  .nav-link--logo{
    top: 0;
  }


.mobile-nav-toggle-label{
  position: absolute; top: 10px; left: 10px; z-index:1002;
  width: 22px; height: 22px;
  vertical-align: middle;
  line-height: 16px;
  text-align: right;
  cursor: pointer;
  display: none;
}
  .mobile-nav-toggle-label .top-bar,
  .mobile-nav-toggle-label .middle-bar,
  .mobile-nav-toggle-label .bottom-bar{
    position: absolute; top: 0; right: 0;
    width: 22px; height: 2px; background: #fff;
    pointer-events: none;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .mobile-nav-toggle-label .middle-bar{
    top: 7px;
  }
  .mobile-nav-toggle-label .bottom-bar{
    top: 14px;
  }


#overlayNav {
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  line-height: 1em;
  text-align: left;
  overflow: auto;
  pointer-events: none;
  background-color: rgba(63,58,51,.97);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .14s 0s ease-in-out,visibility 0s .14s linear;
  -moz-transition: opacity .14s 0s ease-in-out,visibility 0s .14s linear;
  -ms-transition: opacity .14s 0s ease-in-out,visibility 0s .14s linear;
  -o-transition: opacity .14s 0s ease-in-out,visibility 0s .14s linear;
  transition: opacity .14s 0s ease-in-out,visibility 0s .14s linear;
}

#overlayNav #mobileNavWrapper {
  position: relative;
  width: 100%;
  height: 101%;
  padding: 100px 0;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

#overlayNav #mobileNavWrapper nav {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width:767px){  
  /*.body-container-wrapper{ padding: 0 25px; }*/
  .body-container-wrapper{ padding: 0; }
 /* h1, .post-header h2 a{ font-size: 44px!important; letter-spacing: 1px; } */
  
  .nav.nav--main .nav-link{ display:none; }
  .nav.nav--main .nav-link.nav-link--logo{ display:block; text-align: center;}
  
  .mobile-nav-toggle-label{
    display: block;
  }
  
  #overlayNav.show{
    opacity: 1; visibility: visible;
    pointer-events: all;
  }
  #overlayNav a{
    display: block;
    color: #fff;
    padding: .5em 0;
    font-family: "Raleway"; font-weight: 500; font-size: 24px; 
    text-decoration: none; text-transform: uppercase; letter-spacing: 2px;
  }
}




/* 
==================== 
Form 
==================== 
*/

.hs-form fieldset{
  max-width: inherit!important;
}

.hs-input{
  width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
}

  .hs-input[type="text"],
  .hs-input[type="email"],
  textarea.hs-input{
    width: 100%!important;
  }


.inputs-list.multi-container{
  padding: 0;
}

.hs-form-radio{
  list-style: none;
}
  .hs-form-radio input{
    margin-right: 10px;
  }

.hs-button.primary.large,
.btn.btn-primary{
  display: inline-block;
  width: auto; height: auto;
  padding: 1em 2.5em;
  border-width: 2px; border-style: solid; border-color: #ea3a34; border-radius: 3px;
  background-color: transparent; color: #ea3a34;
  cursor: pointer;

  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  -moz-transition: 0.1s background-color linear, 0.1s color linear;
  -o-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;
  
  font-family: "Raleway"; text-transform: uppercase; letter-spacing: 5px; font-weight: 700; font-style: normal;
  
  text-decoration: none; letter-spacing: 1px; padding: 10px 15px; text-align: center; font-size: 14px;
}
.btn.btn-primary{
  text-decoration: none; letter-spacing: 1px; padding: 10px 15px; text-align: center; font-size: 14px;
}
  .hs-button.primary.large:hover,
  .btn.btn-primary:hover{
    background-color: #ea3a34; color: #fff;
  }


.apply-logo{
  position: relative; top: 30px; right: -20px;
}

.overview-box{
  position: relative;
  background: #F7F3EA;
  padding: 0px 20px;
  margin: 20px -20px!important;
}

  .overview-box h1{ 
    color: #000; 
  }
  
  .overview-box ul{
    padding: 0 20px;
  }
  
  .overview-box img{
    width: 100%!important;
  }

  .overview-box .widget-type-linked_image{
    /*position: absolute;*/
  }
    .overview-box .widget-type-linked_image.span2{
      position: relative; 
      top: 20px;
      right: -10px;
    }
      .overview-box .widget-type-linked_image.span2 + .widget-type-linked_image.span2{
        right: -30px;
      }
    .overview-box .widget-type-linked_image.span3{
      position: absolute;
      top: -45px;
      right: -35px;
    }




.social-links{
  list-style: outside none none;
  margin: 0;
  padding: 30px 0 17px;
}
  .social-links li{
    display: inline;
    float: left;
    width: 25px; height: 25px;
    padding-right: 10px;
  }
  .social-links img{
    max-height: 100%; max-width: 100%;
  }
  .social-links li:hover img{
    opacity: .6;
  }



.overflow-image img{
  position: relative;
  left: -25%;
  max-width: 115%;
}




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


.header-container-wrapper {}
.header-container {}
.header-container .page-center {
  padding: 10px 0;
}
.custom-cart {
  background: url("//cdn2.hubspot.net/hub/483633/file-2564102671-png/button-white.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: auto;
  height: 50px;
  padding-top: 14px;
  text-align: center;
  top: 0;
  width:145px !important;
  color: #fff;
  font-family: "Raleway";
  font-size: 13px;
  letter-spacing: 1px;
  position: fixed;
  right: 10px;
  text-transform: uppercase;
  z-index: 1101;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75em;
}
.custom-cart a {
  color: #1f170f;
  display: inline;
  font-weight: bold;
  padding: 12px 4px 0;
  border: medium none;
}
.custom-cart a:hover{
  border-bottom: 8px solid transparent !important;
  border-image: url("//cdn2.hubspot.net/hub/483633/file-2586318840-png/underline-ideas.png") 0 0 10 0;
}


.custom-header{
  background-image: url("//cdn2.hubspot.net/hub/483633/file-2579092194-png/nav-banner-new-red.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 10px;
  position: absolute;
  top: 0;
}
.custom-section-header {
  margin: -1px 0 0;
}
.custom-header-banner div {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: block;
  height: 518px;
  min-width: 100%;
  transition: height 0.85s cubic-bezier(0.725, 0, 0, 0.995) 0s;
}
.custom-section-header .section-header {
  margin: -210px 0 0;
  text-align:center;
}
.custom-section-header .section-header h1 {
  color: #f0efed !important;
}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}

.custom-logo a {
  border: medium none;
}
.custom-logo img {
  left: 43.65%;
  margin: 0 auto;
  position: absolute;
  width: 173px;
}
.custom-logo-phone a {
  border: medium none;
}
.mobile-open .custom-logo-phone {
  position: fixed;
  width: 100%;
}

.custom-spacer {
  padding: 105px 0 63px 17px;
}



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


.footer-container-wrapper {
  /*background-color: #1f170f;*/
  background-color: #292929; color: #fff;
}
.footer-container {
  max-width:960px; margin:0 auto;
}
.footer-container .page-center{
  padding: 10px 24px 10px 34px;
}
.custom-footer{
  
   -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.custom-footer a{
  text-decoration: none;
}
.custom-footer-bottom-content{
  color: #ded4c4;
  font-weight: 500;
  letter-spacing: 0.4px;
  font-family: "Raleway";
  font-size:11.05px;
  line-height:22.75px;
}

.custom-footer-bottom-content a{
  border-bottom: 1px solid rgba(222, 212, 196, 0.3);
  color: #ded4c4;
  font-weight: 500;
  letter-spacing: 0.4px;
  font-family: "Raleway";
  font-size:11.05px;
  line-height:22.75px;
}
.copyright a {
  font-size: 12px;
}
.head-office {
  font-size: 12.5px;
}
.custom-footer-bottom-content a:hover{
  border-bottom: 1px solid #ded4c4;
}
.sqs-block-content {
  border-top: 1px solid rgba(222, 212, 196, 0.15);
  padding: 57px 0 9px;
}
.custom-footer-middle{
  color: #ded4c4;
  padding:48px 0;
}
.footer-middle-contact a {
  border-bottom: 1px solid rgba(222, 212, 196, 0.3);
  color: #ded4c4;
  line-height: 24px;
}
.footer-middle-contact a:hover{
  border-bottom: 1px solid #ded4c4;
}
.custom-newsletter{
  
}
.custom-newsletter form {
  width: 227px;
}
.custom-newsletter h3 {
  color: #ded4c4 !important;
  display: block !important;
  font-family: raleway !important;
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 17px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.custom-newsletter label{
  display: block !important;
  font-size: 12px !important;
  line-height: 15px !important;
  opacity: 0.7 !important;
  padding:6px 0 !important;
  color: #ded4c4 !important;
  font-weight: 500 !important;
  letter-spacing: 0.4px !important;
  margin: 0 !important;
}

.custom-newsletter input[type="email"]{
  background: none repeat scroll 0 0 #fafafa !important;
  border: 1px solid #ccc !important;
  border-radius: 2px !important;
  box-sizing: border-box !important;
  font-family: sans-serif !important;
  font-size: 12px !important;
  line-height: 15px !important;
  line-height: normal !important;
  margin: 6px 0 28px !important;
  padding: 12px !important;
  color: #000 !important;
}
.custom-newsletter input[type="email"]:focus{
  background: none repeat scroll 0 0 #fff;
  outline: medium none;
  transition: background 0.1s ease-in 0s;
}
.custom-newsletter input[type="submit"] {
  background-color: transparent !important;
  background-image: none !important;
  border-color: #ea3a34 !important;
  border-radius: 3px !important;
  border-style: solid !important;
  border-width: 2px !important;
  color: #ea3a34 !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-family: "Raleway" !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  height: auto !important;
  letter-spacing: 5px !important;
  line-height: 14px !important;
  margin: 0 !important;
  outline: medium none !important;
  padding: 13px 32px !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  transition: background-color 0.1s linear 0s, color 0.1s linear 0s !important;
  width: auto !important;
}
.custom-newsletter input[type="submit"]:hover {
  background-color: #ea3a34 !important;
  color: #fff !important;
}

.footer-middle-contact h4, .custom-social h4{
  color: #ded4c4;
  font-family: "Raleway";
  font-size: 11.05px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin:0;
  font-weight: bold;
  line-height: 22.75px;
}
.custom-footer-contactus {

}
.custom-footer-contactus p{
  margin:10px 0;
  font-family: "Raleway";
  font-size:11.05px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height:22.75px;
}
/*.custom-social */
.custom-footer-top ul li a{
  border-bottom: 0;
  text-decoration: none;
}
.custom-footer ul{
  list-style: outside none none;
  margin: 0;
  padding: 30px 0 17px;
}
.footer-middle-contact ul:hover li a {
  opacity: 0.4;
}
.custom-footer ul li {
  display: inline-block;
}
.footer-middle-contact ul li a:hover {
  opacity: 1;
  border-bottom: none;
}
.footer-middle-contact ul li a {
  width:20px;
  margin: 0 6px 0 0;
  border-bottom: none;
  transition: all .3s;
}
.custom-social {
  font-size: 11px;
  line-height: 1.75em;
}
.custom-sqaurespace a {
  border:none;
}
.squarespace-logo {
  width: 141px;
}
.proudly-designed {
  width: 140px;
  margin-top: 34px;
}
.custom-sqaurespace img {
  margin-left: -2px;
}

.custom-footer-menu{
  text-align: center;
  border-bottom: 1px solid rgba(222, 212, 196, 0.15);
  padding: 0 0 44px;
}
.custom-footer-menu ul{
  
}
.custom-footer-menu ul li{
  
}
.custom-footer-menu ul li a{
  color: #fff;
  line-height:15px;
  font-family: "Raleway";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 9px 14.5px;
  border:none;
}
.custom-footer-menu ul li:first-child a {
  display: none;
}
.custom-footer-top .page-center {
  padding: 10px 34px !important;
}
.custom-footer-menu ul li a:hover{
  color: #ccc;
}
.custom-footer-logo:hover {
  opacity: 0.8;
}
.custom-footer-logo {
  text-align: center;
  padding:15px 0 32px;
}



table{ width: auto!important; }


/* Spacer */




/* ------------------------------------- */



/* 
========
PBJ2106
========
*/


/* -- Main Nav --- */

.pbj-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1050;
  height: 200px;
  background: url(http://static1.squarespace.com/static/56d8893cb09f9547596ab9f7/t/56d9b3ffb6aa60744e433aec/1457107968211/nav-bottom.png) no-repeat 50% 80px / auto 100px transparent;
}

.pbj-header-image {
  position: relative;
  min-height: 400px;
  background: url(//cdn2.hubspot.net/hubfs/483633/150317-hubspotbanner.jpg) fixed; background-size: cover;
  text-align: center;
  padding-top: 100px;
  
}

  .pbj-header-image-inner {
    position: absolute; bottom: 0; left: 0;
    background: url(https://static1.squarespace.com/static/56d8893cb09f9547596ab9f7/t/56dbb4257c65e4d744d42dec/1457639029134/?format=2500w);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; height: 151px;
  }

.pbj-main-nav {
  font-family: "Raleway";
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  

}

.pbj-main-nav-inner {
  background-color: #ED4424;
  height: 80px; 

  padding-left: 91px; padding-right: 91px;
  font-weight: normal;
}

.pbj-header-nav-folder { display: none; }

.pbj-top-left { text-align: left; }
.pbj-top-right { text-align: right; }

.pbj-top-right nav { padding-top: 37px; }

.pbj-top-center {
  text-align: center;
  margin-top: -15px;
}

.pbj-main-nav a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 170ms ease-in-out;
  padding: 6em 1em 4em;
}

.pbj-main-nav a:hover {
  opacity: 0.5;
}

.pbj-logo {
  float: left;
  margin: -13px 0 0 -20px;
}

a.pbj-logo {
  padding: 0;
}

a.pbj-logo img {
  max-width: 155px;
}

@media screen and (max-width: 900px){
  .pbj-main-nav-inner {
    padding-left: 20px; padding-right: 20px;
  }
  a.pbj-logo img{ max-width: 100px; margin-top: 20px; }
  .pbj-top-right nav{ padding-top: 17px; }
  .pbj-main-nav a{ padding: 0 10px; }
  .Header-nav-item[href*="blog.addpbj.com"]::before{ top: 0!important; left: -20px!important; }
}


.pbj-header-image img{
  position: absolute; top: 50%; left: 50%;
  -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
  max-width: 100%; max-height: 333px; margin: 0 auto;
}

/* --- BLOG --- */

.pbj-post-list-item {
  overflow: none;
  background-size: cover;
  float: left;
  width: 33%;
  position: relative;
}

.pbj-post-list-item a {
  display: block;
  height: 100%;
  background-color: #f4f4f4;
}

.pbj-post-list-item h1 {
  margin-bottom: 0;
  padding-bottom: .3em;
  font-family: "Raleway";
  font-size: 21px;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: .05em;
  font-weight: 300;
  font-style: normal;
  color: #3d3d3d;
}

.pbj-post-list-item p {
  padding-top: .3em;
  font-family: "Raleway";
  font-size: 11px;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-weight: 700;
  font-style: normal;
  color: #525252;
}

.pbj-post-list-item-inner {
  overflow: hidden;
  height: 450px;
  padding: 20px 20px 0 0;
}

.pbj-post-list-item-inner a {
  transition: opacity 170ms ease-in-out;      
}

.pbj-post-list-item-inner a:hover {
  opacity: 0.6;
}


.pbj-blog-title {
  display: inline-block;
  position: absolute; bottom: 5%; left: 5%; right: 10%; z-index: 1;
  white-space: normal;
  text-transform: capitalize; 
  background: #fff;
  padding: 16px;
}

.pbj-blog-title h1 {
  padding-top: .3em;
  font-family: "Raleway";
  font-size: 11px;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-weight: 700;
  font-style: normal;
  color: #525252;
}


@media (max-width:992px){  
  .pbj-post-list-item { width: 50%; }
  .pbj-post-list-item-inner { height: 250px; }
}
@media (max-width:767px){  
  .pbj-post-list-item { width: 100%; }
  .pbj-post-list-item-inner { height: 200px; }
}


.pbj-newsletter-promo {
  padding: 55px 80px;
  background: #f4f4f4;

}

.pbj-cta-small {
  padding: 13px 26px;
  font-family: "Raleway";
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 700;
  font-style: normal;
  color: #1d1d1d;
  text-decoration: none;
  border-color: #1d1d1d;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  -moz-transition: 0.1s background-color linear, 0.1s color linear;
  -o-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;
  
}

.pbj-cta-small:hover {
  background-color: #1d1d1d;
  color: #ffffff;  
}

.pbj-cta-medium { 
  padding: 21px 34px;
  font-family: "futura-pt";
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 700;
  font-style: normal;
  color: #000;
  background-color: #000;
  border-color: #000; 
}

a {
  color: #000;
}



/* ========== */
/* April 2017 */
/* ========== */

/* HTML Tags */
h1{
  margin: 15px 0;
  font-family: "Veneer-Italic"; font-size: 5em; line-height: 1.1; letter-spacing: .045em;
  color: #ed4424;
} 
h1 a{ text-decoration: none; color: #ed4424; } 
.post-header h1 i,
.post-header h1 em{
  font-size: .5em;
}
.post-header h1 i:before,
.post-header h1 em:before{
  display: block;
  content: "";
}


h3{ 
  font-family: "Raleway"; font-size: 15px; line-height: 1.8em; text-transform: uppercase;
  letter-spacing: .25em; font-weight: 800; font-style: normal; 
}

strong em,
strong i,
em strong,
i strong{ color: #ed4424; }

span[style*="font-weight: 400;"]{ font-weight: 300!important; }

hr{ 
  height: 1px; width: 100px;
  margin: 50px auto;
  border: none;
  background: #ed4424; 
}


/* Nav Blag*/
.Header-nav-item[href*="blog.addpbj.com"]{ position: relative; color: transparent; }
.Header-nav-item[href*="blog.addpbj.com"]::before{
  content:"";
  display: inline-block;
  position: absolute; top: 55px; left: 0;
  width: 80px; 
  height: 30px;
  background: url(//cdn2.hubspot.net/hubfs/483633/blag.png) no-repeat 0 0 / auto 60px;
}
.Header-nav-item[href*="blog.addpbj.com"]:hover::before{
  background-position: 0 -30px;
}


/* Footer */
.footer-container-wrapper:before{
  content: "";
  background: url(//cdn2.hubspot.net/hubfs/483633/border-bottom.png) no-repeat 50% 50% / cover;
}


/* Blog */
.body-container-wrapper{ max-width: none; background: url(https://cdn2.hubspot.net/hubfs/483633/border-bottom.png) no-repeat bottom / contain; }
.body-container.container-fluid{ max-width: 700px; }
.case-studeh.hs-blog-listing .body-container.container-fluid{ max-width: 700px; }
.case-studeh.hs-blog-post .body-container.container-fluid{ max-width: 700px; }

div.yoyo{
	display: table;
	width: 100%;
}
div.yoyo-row {
	display: table-row;
}

div.yoyo-left, div.yoyo-right {
	border: 1px solid #999999;
	display: table-cell;
}

div.yoyo-body {
	display: table-row-group;
}


.post-header{ text-align: center; }
#hubspot-author_data{ font-family: "Raleway"; text-transform: uppercase; font-weight: 400; }
#hubspot-author_data .author-link{ text-decoration: none; padding--bottom: 1px; border-bottom: 1px solid #ed4424; }

  
.hs-blog-social-share-item-facebook .fb-like > span{ height: 30px!important; }


/* Related Posts */
.related-post-header{
  font-family: "Veneer-Italic"; font-size: 3vw; letter-spacing: .1em; font-weight: 300; text-align: center;
  color: #ed4424;
}
.related-post-container{}

.related-post-container .related-post-item{ 
  float: left; 
  width: 30%; 
  margin: 0 1.5%;
}

.related-post-container .related-image{ 
  position: relative;
  height: 0; padding-bottom: 100%; overflow: hidden; 
  background: #ed4424;
}
.related-post-container .related-image img { 
  position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
  height: 250px; width: auto; max-width: none; 
}

.related-post-container .related-title { margin-top: 15px; line-height: 1.5; }
.related-post-container .related-title a{
  font-family: "Raleway"; font-weight: 600; text-decoration: none; text-transform: uppercase;
}


/* Social */
.hs-blog-social-share{ height: auto; }
.hs-blog-social-share-list{
  padding: 14px 0 6px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;
}


/* Blog Landing */
h1.section-header{ font-size: 5em; text-align: center; margin-bottom: 30px; }
h1.section-header.section-header--small{ font-size: 3em; }

.post-section{ display: flex; flex-wrap: wrap; }

.post-item{ box-sizing: border-box; padding: 10px; }
.post-item.post-item--whole{ width: 100%; text-align: center; }
.post-item.post-item--half{ width: 50%; }
.post-item.post-item--third{ width: 33.33%; }
@media screen and (max-width: 640px) {
  .post-item.post-item--third{ width: 50%; }
}

.featured-image { 
  display: block;
  position: relative;
  height: 0; padding-bottom: 100%; margin-bottom: 10px;
  overflow: hidden; 
}
.featured-image.fallback-bg { background: #ed4424; }
.featured-image.featured-image--wide { padding-bottom: 60%; }
.featured-image img { 
  position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
  height: 100%; width: auto; max-width: none; 
}

.post-title,
.post-cat{
  margin-bottom: 10px;
  line-height: 1.5; letter-spacing: .1em;
 }
.post-cat{
  margin-bottom: 5px;
  line-height: 1;
}
.post-title a, 
.post-cat a{
  font-family: "Raleway"; font-weight: 600; text-decoration: none; text-transform: uppercase; 
}
.post-title a{ font-size: 15px; letter-spacing: .25em; }
.post-cat a{ font-size: .85em; font-weight: 400; }

.post-item.post-item--whole .post-title a{ font-size: 18px; }

.more-container{ padding-top: 50px; text-align: center; }
.more-button{ 
  display: inline-block;
  font-family: "Raleway"; line-height: 1.8em; letter-spacing: .25em; font-style: normal;
  font-size: 11px; font-weight: 600; text-transform: uppercase; text-decoration: none;
  padding: 16px 20px;
  border: 2px solid #000; border-radius: 0; 
  background: transparent!important; 
  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  -moz-transition: 0.1s background-color linear, 0.1s color linear;
  -o-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;
}
.more-button:hover{ background: #000!important; color: #fff!important; }

hr.more-bottom{
  margin-bottom: 64px;
}


/* Leadin Modal */ 
  #leadinModal-114265.leadinModal-theme-bottom-left-corner.leadinModal-preview.leadinModal-v3.leadinModal-reset,
  #leadinModal-114265.leadinModal-theme-bottom-right-corner.leadinModal-preview.leadinModal-v3.leadinModal-reset{
    font-family: "Raleway"; font-size: 28px; line-height: 1.3em; text-transform: none;
    letter-spacing: .08em; font-weight: 200; font-style: normal;
  }
  #leadinModal-114265.leadinModal-theme-bottom-left-corner.leadinModal-preview.leadinModal-v3.leadinModal-reset .leadinModal-content,
  #leadinModal-114265.leadinModal-theme-bottom-right-corner.leadinModal-preview.leadinModal-v3.leadinModal-reset .leadinModal-content{
      background: url(http://static1.squarespace.com/static/56d8893cb09f9547596ab9f7/t/58ebe3379de4bbb5bb268b69/1491854136007/blog-modal.png) no-repeat 0% 0% / 100% 100%!important;
      padding: 20px 20px 20px 30px;
      -webkit-box-shadow: none; box-shadow: none;
  }
  @media screen and (max-width:768px){
    #leadinModal-114265.leadinModal-theme-bottom-left-corner.leadinModal-preview.leadinModal-v3.leadinModal-reset .leadinModal-content,
    #leadinModal-114265.leadinModal-theme-bottom-right-corner.leadinModal-preview.leadinModal-v3.leadinModal-reset .leadinModal-content{
      background: url(http://static1.squarespace.com/static/56d8893cb09f9547596ab9f7/t/58ebe3379de4bbb5bb268b69/1491854136007/blog-modal.png) no-repeat 50% 0% / 100% 100% !important;
    }
  }

  #leadinModal-114265.leadinModal-theme-bottom-left-corner.leadinModal-preview.leadinModal-v3.leadinModal-reset .leadinModal-content .leadinModal-close,
  #leadinModal-114265.leadinModal-theme-bottom-right-corner.leadinModal-preview.leadinModal-v3.leadinModal-reset .leadinModal-content .leadinModal-close{ top: 22px; right: 22px; }
   
  #leadinModal-114265.leadinModal-theme-bottom-left-corner.leadinModal-preview.leadinModal-v3.leadinModal-reset .leadinModal-content .leadin-button.leadin-button-secondary,
  #leadinModal-114265.leadinModal-theme-bottom-right-corner.leadinModal-preview.leadinModal-v3.leadinModal-reset .leadinModal-content .leadin-button.leadin-button-secondary{ 
    font-family: "Raleway"; line-height: 1.8em; letter-spacing: .25em; font-style: normal;
    font-size: 11px!important; font-weight: 500!important; text-transform: uppercase; 
    border: 2px solid #fff; border-radius: 0; 
    background: transparent!important; color: #fff!important;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
  }
  #leadinModal-114265.leadinModal-theme-bottom-left-corner.leadinModal-preview.leadinModal-v3.leadinModal-reset .leadinModal-content .leadin-button.leadin-button-secondary:hover,
  #leadinModal-114265.leadinModal-theme-bottom-right-corner.leadinModal-preview.leadinModal-v3.leadinModal-reset .leadinModal-content .leadin-button.leadin-button-secondary:hover{ background: #fff!important; color: #000!important; }

  .leadinModal-content h4{ font-weight: 300!important;  }
/* END Leadin Modal */


/* Form */
.contact-wrapper{
  display: flex;
}
.contact-wrapper a{
  flex: 1 1 auto;
}

.footer-container-wrapper{
  font-size: 12px; letter-spacing: .03em;
}
.footer-container-wrapper ul{ padding-left: 0; }
.footer-container-wrapper li{ list-style: none; }

.footer-container-wrapper .hs-input[type="text"], 
.footer-container-wrapper .hs-input[type="email"], 
.footer-container-wrapper .hs-input[type="tel"], 
.footer-container-wrapper textarea.hs-input{ padding: 6px; }
.footer-container-wrapper .hs-input[type="checkbox"]{ margin-right: 10px; }

.footer-container-wrapper .hs-button.primary.large, 
.footer-container-wrapper .btn.btn-primary{
  padding: 13px 26px; border-radius: 0;
  font-weight: 500; font-size: 11px; letter-spacing: .2em;
  color: #fff; border-color: #fff;
}
.footer-container-wrapper .hs-button.primary.large:hover, 
.footer-container-wrapper .btn.btn-primary:hover{
  color: #000; background-color: #fff;
}
/* END April 2017 


/* Blog-filter */

.filter-container{
    margin-bottom: 35px;
}
.blog-filter {
  text-align: left;
}
.blog-filter a { 
  color: #ED4424;
  text-decoration:none;
  font-family: "Raleway";
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: normal;
  font-style: normal;
  padding: 7.5px;
  margin: 10px;
  background: transparent;
  border: 2px solid #ED4424;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
.blog-filter a:hover { 
  color: #fff;
  background: #ED4424;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -ms-transition: all 0.25s;
}

.blog-filter a.current { 
  color: #fff;
  background: #ED4424;
}
.creations-container {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width:700px){  
    .blog-filter a { 
        display: flex;
    }
}



