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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */
/* @import url('//4211238.fs1.hubspotusercontent-na1.net/hubfs/4211238/Oshkosh_Plating_June2018%20Theme/css/slick.min.css'); */

@font-face {
  font-family: CooperHewitt-Bold;
  font-weight: bold;
  font-display: swap;
  src: url("https://www.finally.agency/hubfs/FINALLY%20HubSpot/FINALLY/Assets/Fonts/Cooper%20Hewitt/CooperHewitt-Bold.woff");
}
@font-face {
  font-family: CooperBT;
  font-weight: 300;
  font-display: swap;
  src:url("https://www.finally.agency/hubfs/FINALLY%20HubSpot/FINALLY/Assets/Fonts/Cooper%20BT/CooperBT-Light.woff2") format("woff2"),url("https://www.finally.agency/hubfs/FINALLY%20HubSpot/FINALLY/Assets/Fonts/Cooper%20BT/CooperBT-Light.woff") format("woff");

}

@font-face {
  font-family: CooperBT;
  font-weight: 700;
  font-display: swap;
  src:url("https://www.finally.agency/hubfs/FINALLY%20HubSpot/FINALLY/Assets/Fonts/Cooper%20BT/CooperBT-Bold.woff2") format("woff2"),url("https://www.finally.agency/hubfs/FINALLY%20HubSpot/FINALLY/Assets/Fonts/Cooper%20BT/CooperBT-Bold.woff") format("woff");
}

/* =============== MENU ==================== */
.no-scroll {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100%;
}

.open-container {
  height: 100vh;
  overflow-y: scroll;
  display: block !important;
  padding-bottom: 200px;
}

.nav-bar {
  background: #fff;
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}

.login-mobile,
.nav-bar .nav-bar-buttons.mobile-buttons {
  display: none;
}

.nav-bar .nav-bar-container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 20px 0 0 0;
}

.nav-bar .nav-bar-container .nav-bar-logo {
  max-width: 200px;
  max-height: 50px;
  position: relative;
  width: 100%;
  height: 50px;
}

.nav-bar .nav-bar-container .nav-bar-logo a {
  position: absolute;
  display: block;
  overflow: hidden;
  height: 95px;
  top: -35px;
}

.nav-bar .mav-bar-continaer .nav-bar-logo svg {
  width: 100%;
}

.nav-bar .nav-bar-container .nav-bar-menu {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
}

.nav-bar .nav-bar-container .nav-bar-menu .top-level-link {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color:#313131;
  transition: color ease 0.2s;
  padding: 27px 30px;
  text-decoration:none;
  font-family: 'CooperHewitt-Bold',sans-serif;
  text-transform: uppercase;
}

.nav-bar .nav-bar-container .nav-bar-menu .top-level-link span {
  position: relative;
}

.nav-bar .nav-bar-container .nav-bar-menu .top-level-link.dropdown {
  position: relative;
}

.nav-bar .nav-bar-container .nav-bar-menu .top-level-link.dropdown.active {
  color: #FF846C;
}

.nav-bar .nav-bar-container .nav-bar-menu .top-level-link:hover,
.nav-bar .nav-bar-container .nav-bar-menu .top-level-link.active {
  color: #FF846C;
  background-color: #313131;
}

.nav-bar .nav-bar-container .nav-bar-menu .top-level-link.dropdown.active span:after,
.nav-bar .nav-bar-container .nav-bar-menu .top-level-link:hover span:after {
  content: " ";
  width: 100%;
  height: 2px;
  background-color: white;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.nav-bar .nav-bar-container .nav-bar-menu .sub-section {
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  width: 100%;
  top: 90px;
}

.nav-bar .nav-bar-container .nav-bar-menu .sub-section .dropdown-box {
  display: flex;
  flex-direction: row;
    flex-wrap: nowrap;
  background-color: #313131;
  -webkit-box-shadow: 0px 10px 16px -2px rgba(199,199,199,1);
  -moz-box-shadow: 0px 10px 16px -2px rgba(199,199,199,1);
  box-shadow: 0px 30px 46px 0px rgb(0 0 0 / 12%);
}

.nav-bar .nav-bar-container .nav-bar-menu .sub-section.row {
 flex-direction: row;
 flex-wrap: nowrap;
 justify-content: center;
  left: 0;
}

.nav-bar .nav-bar-container .nav-bar-menu .sub-section.open {
  display: flex;
  z-index: 11;
}

.nav-bar .nav-bar-container .nav-bar-menu .sub-section .description {
  padding: 50px 10%;
  max-width: 900px;
}

.nav-bar .nav-bar-container .nav-bar-menu .sub-section .description h3  {
  color: #FF846C;
  font-size: 40px;
}

.nav-bar .nav-bar-container .nav-bar-menu .sub-section .description p  {
  color: white;
}

.nav-bar .nav-bar-container .nav-bar-menu .sub-section a {
  color: #313131;
  font-weight: 300;
  transition: color ease 0.2s;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

.nav-bar .nav-bar-container .nav-bar-menu .sub-section a:hover {
  color: #FF846C;
  text-decoration:none;
}

.nav-bar .nav-bar-container .nav-bar-menu .sub-section a img {
  margin-right: 20px;
}

.nav-bar .nav-bar-container .nav-bar-menu .sub-section .grey-section {
  width: 60%;
}

.nav-bar .nav-bar-container .nav-bar-menu .sub-section-grey {
  min-width: 350px;
  width: 350px;
  display: flex;
  background-color: #fff;
  padding: 30px 50px;
}

.nav-bar .nav-bar-container .nav-bar-menu .sub-section-grey .sub-section-grey-item {
  width: 100%;
}

.nav-bar .nav-bar-container .nav-bar-menu .sub-section-grey .sub-section-grey-item a {
  display: block;
  width: 100%;
  transition: color ease 0.2s;
}

.nav-bar .nav-bar-container .nav-bar-menu .sub-section-grey .sub-section-grey-item a h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 20px;
  transition: color ease 0.2s;
}

.nav-bar .nav-bar-container .nav-bar-menu .sub-section-grey .sub-section-grey-item a:hover h4 {
  color: #FF846C;
}

.nav-bar .nav-bar-container .nav-bar-menu .sub-section-grey .sub-section-grey-item > p {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.nav-bar .nav-bar-container .nav-bar-menu .grey-section .sub-section-item:first-of-type {
  padding-top: 30px;
}

.nav-bar .nav-bar-buttons {
  display: flex;
  align-items: center;
  margin-left: 5%;
  justify-content: flex-end;
  margin-bottom: 15px;
  margin-right: auto;
}

.nav-bar .nav-bar-buttons .contact-button {
  padding: 7px 25px;
  color: #313131;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

.nav-bar .nav-bar-buttons .contact-button::before {
  content: url(https://www.finally.agency/hubfs/FINALLY%20HubSpot/FINALLY/Assets/Icons/contact-icon-black.svg);
    position: absolute;
    left: 0;
    top: -3px;
}

.nav-bar .nav-bar-buttons > div:not(.try-button) {
  margin-right: 20px;
  display: flex;
}
.nav-bar .nav-bar-buttons .try-button {
  display: block !important;
}

.nav-bar .nav-bar-buttons div a {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

.nav-bar-burger {
  display: none;
  float: right;
  position: absolute;
  cursor: pointer;
  z-index: 12;
  top: 12px;
  right: 30px;
}

.nav-bar-burger .line {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 40px;
  height: 3px;
  background-color: #313131;
  margin: 8px 0;
  border-radius: 10px;
}

.burger-icon--open .line:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-8px, 8px);
  transform: rotate(-45deg) translate(-8px, 7px);
}

.burger-icon--open .line:nth-child(2) {
  opacity: 0;
}

.burger-icon--open .line:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

@media (min-width: 1101px) and (max-width: 1310px) {
  .nav-bar .nav-bar-container .nav-bar-menu .top-level-link {
    padding: 27px 15px;
  }
}

@media (min-width: 1025px) and (max-width: 1100px) {
  .nav-bar .nav-bar-container .nav-bar-menu .top-level-link {
    padding: 27px 8px;
  }
}

/* mobile and tablet css */
@media screen and (max-width: 1024px) {
  
  .nav-bar .nav-bar-container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0 0 0;
  }
  
  .nav-bar .nav-bar-container .nav-bar-logo a {
    height: 65px;
    top: -25px;
  }
  
  .nav-bar .open-container .nav-bar-logo a {
    top: -27px;
  }
  
  .nav-bar .nav-bar-burger.burger-icon--open {
    top: 15px;
    position: absolute;
  } 
  
  .nav-bar .nav-bar-burger {
    right: 5%;
    position: relative;
    top: -8px;
    float: right;
    margin-top: 0;
  }
  
  .nav-bar-burger { 
    display: block;
    margin-top:6px;
  }
  
  .nav-bar .nav-bar-container .nav-bar-logo {
    max-width: 140px;
    max-height: 38px;
    width: 50%;
    margin-left: 5%;
  }
  
  .nav-bar .nav-bar-buttons {
    width: 50%;
    position: absolute !important;
    top: 17px !important;
    right: 130px !important;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu {
    position: unset;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 10px auto 0 auto;
    flex-direction: column;
    display: none;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu.nav--open {
    display: flex;
    background-color: #313131;
    z-index: 11;
    padding-bottom: 200px;
margin-top: 2px;
border-top: 1px solid #fff;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .top-level-link.dropdown span:after {
    right: 3%;
    content: "+";
    position: absolute;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .top-level-link.dropdown {
    margin-right: 0;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu a {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #F1F1F1;
    
    color: #fff;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .top-level-link {
    color: white;
    padding: 15px;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .top-level-link.dropdown.active span:after, .nav-bar .nav-bar-container .nav-bar-menu .top-level-link:hover span:after {
    content: "-";
    width: auto;
    height: 0;
    bottom: auto;
    left: auto;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section .dropdown-box {
    flex-wrap: wrap;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section .description-section {
    padding-left: 4%;
  }
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section .description {
    padding: 15px 30px;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu a span {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section {
    display: none;
    flex-wrap: wrap;
    flex-direction: column;
    position: unset;
    background-color: #F6FAFD;
    box-shadow: none;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section p {
    font-size: 12px !important;
    line-height: 14px;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section .grey-section {
    width: 100%;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section .sub-section-item a {
    width: 100%;
    margin-right: 0;
    border-bottom: 0;
    margin-bottom: 0;
    padding: 10px 0;
    font-weight: 500;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section .sub-section-item a .description p {
    margin-bottom: 0;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section-grey {
    width: 100%;
    padding-top: 0;
    flex-direction: column;
    padding: 0 6%;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section .description h3 {
    display: none;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section-grey .sub-section-grey-item:first-of-type {
     margin-bottom: 20px;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section-grey .sub-section-grey-item a {
    border: 0;
    padding: 0;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section p,
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section > p {
    margin-bottom: 10px !important;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section a img {
    display: none;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section a .description {
    font-weight: 500;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section a .description p {
    margin-bottom: 0;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section .sub-section-item:last-of-type {
    padding-bottom: 0;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section .sub-section-item:first-of-type {
    padding-top: 30px !important;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section.row {
   flex-wrap: wrap;
  }
  
  .open .grey-section {
    background-color: #F6FAFD !important;
  }

  .open .sub-section-item {
    background-color: #F6FAFD !important;
  }
  
  .nav-bar .nav-bar-buttons.mobile-buttons .contact-button::before {
    content: url(https://www.finally.agency/hubfs/FINALLY%20HubSpot/FINALLY/Assets/Icons/contact-icon-white.svg);
  }
  
  .nav-bar .nav-bar-buttons.mobile-buttons .contact-button {
    border-bottom: none;
  }

}

@media screen and (max-width: 768px) {
  
.nav-bar .nav-bar-buttons .book-a-demo-button a {
max-width: 100% !important;
  min-width: 100% !important;
  }
  .nav-bar .nav-bar-buttons {
    width: 100%;
    position: relative !important;
    top: auto !important;
    right: auto !important;
  }
  
  .nav-bar-container.open-container .nav-bar-logo {
    float: left;
  }
      
  .nav-bar .nav-bar-container .nav-bar-menu .top-level-link {
    padding: 15px 30px;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section-grey {
    padding: 0 30px;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu a span {
    width: 100%;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .top-level-link.dropdown:after {
    right: 5% !important;
  }
  
  .nav-bar .nav-bar-container .nav-bar-menu .sub-section .description-section {
    padding-left: 0;
  }
  
  .nav-bar .nav-bar-buttons {
    display: none;
  }
  
  .nav-bar .nav-bar-buttons.mobile-buttons {
    display: block !important;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
  }
  
 
.nav-bar .nav-bar-buttons.mobile-buttons .try-button {
  margin-bottom: 20px;
  margin-right: 0;
 text-align: center;
  width: 100%;
  max-width: 100% !important;

}
  
  .nav-bar .nav-bar-buttons.mobile-buttons .book-a-demo-button a {
    border-bottom: 2px solid #6E0FEA !important;
    height: 55px !important;
  } 

  .nav-bar .nav-bar-container .nav-bar-menu.nav--open {
    padding-bottom: 200px;
  }
 
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background-color: #ffffff;
  font-family: 'CooperBT', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}


/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 100%;
  margin: 0 auto;
}

 
 
 
*/

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

/* Basic text */
p {
  font-family: 'CooperBT', sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 0;
  font-weight: 300;
  color:#313131;
}
small {}
strong {
	font-weight:700;
}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'CooperHewitt-Bold', sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
  color:#313131;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 60px;
  line-height: 65px;
    color: #313131;
  text-transform: uppercase;
}

h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
}
h3 {
    font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 20px;

}

/* Anchor Links */
a {
    color: #428bca;
    text-decoration: none;
}
a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline;
}

.button.button--outline {
  background-color: transparent;
  border: 1px solid #FF846C;
  color: #313131;
  font-family: 'CooperHewitt-Bold',sans-serif;
  font-size: 16px;
  line-height: 22px;
  transition: background-color ease .3s;
  display: inline-block;
  padding: 15px 30px 10px 30px;
}

.button.button--outline:hover {
  background-color: #FF846C;
  text-decoration: none;
}

/* Lists */
ul, ol {
  font-size: 20px;
  line-height: 28px;
  color:#313131;
}
.hs_cos_wrapper_type_inline_rich_text ul {
    list-style: none; /* Remove default bullets */
}
ul ul, ul ol, ol ol, ol ul {}
li {
	font-size: 20px;
  line-height: 35px;
  color:#313131;
}

.hs_cos_wrapper_type_inline_rich_text ul li::before{
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #FF846C; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

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

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

@media (max-width: 767px) {
  h1 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  
  h3 {
    font-size: 26px;
    line-height: 36px;
  }
}


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

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

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

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


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


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

/* The outer wrappers of your website */

/* The inner wrappers of your website */

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

.header-container-wrapper {
  position: absolute;
  z-index: 10;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-container-wrapper.fixed-header {
  position: fixed!important;
  background-color:#313131;
}

.finally-text-logo {
  display: none!important;
}

.fixed-header .finally-text-logo {
  display: block!important;
  padding-top: 24px;
  height: 80px;
}

.fixed-header .custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: 28px;
}

.fixed-header .logo-header {
  display: none!important;
}

.header-container {
    display: block;
    color: white;
    max-width: 80%;
    margin: auto;
    position: relative;
}
.logo-header, .text-logo-header {
  padding-top: 15px;
}

.template-2021 .header-container-wrapper {
  position: relative;
}

.template-2021 .header-container {
    color: #313131;
    max-width: 100%;
}

@media (max-width: 1024px){
.header-container {
    max-width: 100%;
}
  .logo-header, .text-logo-header {
  padding-top: 10px;
}
  
  .logo-header img {
    width: 90px;
    margin-left: 20px;
  }
  
  .finally-text-logo img, .text-logo-header img {
    margin-left: 20px;
  }
  
  .fixed-header .finally-text-logo {
    padding-top: 15px;
    height: 60px;
  }
  .fixed-header .custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: 0;
}
}


.text-logo-template, .hs-blog-post {
  padding-top: 80px;
}

.text-logo-template .header-container-wrapper, .hs-blog-post .header-container-wrapper, .hs-sys-page .header-container-wrapper {
  background-color:#313131;
  position: fixed;
  top: 0;
}

.text-logo-template .header-container {
    display: block;
    color: white;
    max-width: 80%;
    margin: auto;
    position: relative;
}
.text-logo-template .text-logo-header,
.hs-blog-post .text-logo-header,
.hs-sys-page .text-logo-header {
  padding-top: 24px;
  overflow: hidden;
  height: 80px;
}

.text-logo-template .custom-menu-primary .hs-menu-wrapper > ul,
.hs-blog-post .custom-menu-primary .hs-menu-wrapper > ul,
.hs-sys-page .custom-menu-primary .hs-menu-wrapper > ul{
    margin-top: 28px;
}

@media (max-width: 1024px){
.text-logo-template .header-container,
.hs-blog-post .header-container {
    max-width: 100%;
}
 .text-logo-template .text-logo-header,
 .hs-blog-post .text-logo-header,
 .hs-sys-page .text-logo-header {
  padding-top: 15px;
  overflow: hidden;
  height: 60px;
}
  .text-logo-template, .hs-blog-post {
  padding-top: 60px;
}
}

.hs-sys-page .body-container {
  width: 80%!important;
  margin: 150px auto 30px auto;
}

.hs-sys-page .body-container .content-padding {
  padding: 150px 0;
}

@media (max-width: 767px){
  .hs-sys-page .body-container .content-padding {
    padding: 30px 0;
  }
}

.hs-search-results__listing li a {
  font-family: 'CooperHewitt-Bold',sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.2;
  color: #313131;
  margin-top: 40px;
  display: block;
}

.hs-search-results__next-page,
.hs-search-results__prev-page {
  color: #313131;
}


/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */
.custom-menu-primary {
  text-align: right;
}

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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  margin-top: 32px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  margin: 0 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#FFC834;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:#313131;
  padding: 5px 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#FFC834;
}

/* 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:1025px) {
      .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 */
}

.mobile-open .hs-menu-wrapper {
  height: 100vh;
}

@media (max-width: 1024px){


  /* 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;
    color:#ffffff !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    color: #fff !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul{ 
    background:#313131;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    background:#313131;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #212121;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #212121; 
  }


  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #212121; 
    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: #212121; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
    
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* 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:#ffffff; /* 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{
       padding-top: 45px; /* Makes room for button */
       margin: 10px 0 10px 0;
     position: absolute;
    right: 0;
    top: 5px;
    width: 100%;    
     z-index: 5;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #313131; /* 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 solid 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 !important; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff !important; /* 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: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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




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

.padding-top--0px {
  padding-top: 0;
}

.padding-top--25px {
  padding-top: 25px;
}

.padding-top--50px {
  padding-top: 50px;
}

.padding-top--75px {
  padding-top: 75px;
}

.padding-top--100px {
  padding-top: 100px;
}

.padding-bottom--0px {
  padding-bottom: 0;
}

.padding-bottom--25px {
  padding-bottom: 25px;
}

.padding-bottom--50px {
  padding-bottom: 50px;
}

.padding-bottom--75px {
  padding-bottom: 75px;
}

.padding-bottom--100px {
  padding-bottom: 100px;
}

@media (max-width: 767px) {

  
.padding-top--25px {
  padding-top: 25px;
}

.padding-top--50px {
  padding-top: 30px;
}

.padding-top--75px {
  padding-top: 40px;
}

.padding-top--100px {
  padding-top: 50px;
}

.padding-bottom--25px {
  padding-bottom: 25px;
}

.padding-bottom--50px {
  padding-bottom: 30px;
}

.padding-bottom--75px {
  padding-bottom: 40px;
}

.padding-bottom--100px {
  padding-bottom: 50px;
}
  
}


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




.footer-container-wrapper {
background-color: #313131;
}
.footer-container {
    display: block;
    color: white;
    max-width: 80%;
    margin: auto;
    position: relative;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .footer-container {
    max-width: 90%;
  }
}

.footer-logo-finally {
    line-height: 26pt;
    margin-left: 15px;
    margin-bottom: 10px;
    padding-top: 40px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    width: 100%;
}

.new-custom-footer-left-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    width: 100%;
}

.new-custom-footer-left-col ul li {
    float: left;
    font-size: 10pt;
    color: white;
    line-height: 26pt;
    margin-left: 15px;
    padding-left: 15px;
}

h3.form-title{
  font-family: 'CooperBT', sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 0;
  text-transform: unset;
  font-weight: 300;
}

.footer-email-signup input {
  background-color: #484848 !important;
  border: 1px solid white !important;
  color: white !important;
  margin: 0 !important;
  height: 40px !important;
}

.footer-email-signup form {
  margin-top: 30px;
}

.footer-email-signup .hs_email {
  width: 100% !important;
  display: flex;
  flex-direction: column;
}

.footer-email-signup p {
  color: white;
  font-size: 14px;
  line-height: 16px;
}

.footer-email-signup label {
 margin-top: 10px;
}

.footer-email-signup .hs_email, .footer-email-signup .hs_submit {
  display: inline-flex;
  margin-top: 10px;
}

.footer-email-signup input[type="submit"] {
  padding: 10px 16px 6px 16px;
    background-color: white;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    border: 1px solid white;
  height: 40px;
    margin-top: -1px;
}

.footer-email-signup .hs-button:hover {
    transition: all ease 0.3s;
    background-color: #FF846C !important;
}

.footer-email-signup ul.hs-error-msgs.inputs-list {
  margin: 0;
}

.footer-link-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}

.footer-link-strip .col {
  flex: 0 0 auto;
}
.footer-link-strip a, .footer-link-strip p, .footer-container-wrapper .address-text {
  color: white;
  font-size: 18px;
  line-height: 24px;
}

.footer-link-strip a:hover {
  text-decoration: none;
}

.footer-link-strip .social-links {
  display: inline-block;
}
.footer-link-strip .social-links a {
  margin-right: 10px;
}

.footer-link-strip .contact-details {
            display: inline-block;
            padding: 0 15px;
            border-right: 1px solid white;
            margin-right: 15px;
}
.footer-link-strip .contact-details a {
  display: block;
  font-weight: 700;
}
.footer-link-strip p {
  display: block;
  margin-top: 0;
}

.footer-link-strip p  a{
  display: block;
  text-decoration: underline;
  font-weight: 700;
}

.footer-2021 {
  padding: 30px 0;
}

.footer-2021 .big-text p {
  margin-top: 0;
}

.footer-2021 .contact-footer-details {
  display: flex;
  flex-wrap: wrap;
}

.footer-2021 .contact-footer-details a {
  color: white;
  margin-right: 40px;
  min-height: 48px;
}
.footer-2021 .contact-footer-details .contact-footer-button {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.footer-2021 .contact-footer-details .contact-footer-button::before {
  content: url(https://www.finally.agency/hubfs/FINALLY%20HubSpot/FINALLY/Assets/Icons/contact-icon-coral.svg);
  position: absolute;
  left: 0;
  top: -3px;
}

.footer-2021 .address-details h4 {
  font-size: 28px;
  font-family: 'CooperBT',sans-serif;
  font-weight: 300;
}

.footer-2021 .address-details .footer-address {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.footer-2021 .address-details .footer-address p {
  margin-top: 0;
  margin-bottom: 0;  
  margin-left: 20px;
}

.footer-2021 .partner-logos {
  display: flex;
  align-items: center;
}

.footer-2021 .partner-logos img {
 margin-right: 30px;
}

.footer-2021 .bottom-bar .footer-link-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
}

.footer-2021 .bottom-bar .footer-link-strip .left-col  {
    display: flex;
    flex-wrap: wrap;
  align-items: flex-end;
}

.footer-2021 .bottom-bar .footer-link-strip .left-col >div  {
    flex: 0 0 auto;
}

.footer-2021 .bottom-bar .social-links {
  margin-right: 40px;
}

.footer-2021 .bottom-bar p,
.footer-2021 .bottom-bar p a {
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}

@media (max-width: 1024px) {
  .footer-email-signup input[type="email"] {
    min-width: unset;
  }
  .footer-link-strip .social-links {
    display: block;
  }
  .footer-link-strip .contact-details {
     border-right: none;
      display: block;
      padding: 10px 0;
    }
}

@media (max-width: 767px) {
  .footer-logo-finally {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 0;
  }
  .new-custom-footer-left-col ul {
    margin-bottom: 0;
  }
  h3.form-title {
    padding-top: 15px;
  }
  .footer-2021 .bottom-bar .footer-link-strip .left-col {
    flex-direction: column;
    align-items: flex-start;
}
}

@media (max-width: 360px) {
  .footer-email-signup input[type="email"] {
    width: 200px!important;
  }
}



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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {}



.black-nav-2021 .nav-bar {
    background: #222222;
    border-bottom: 1px solid #fff;
}

.black-nav-2021 .nav-bar-logo img {
  filter: brightness(0) invert(1);
}

.black-nav-2021 .nav-bar-burger .line {
    background-color: #fff;
}



  .template-2021 .nav-bar .button-ghost {
  width: auto!important;
}
  .black-nav-2021 .nav-bar .button-ghost {
  border: 1px solid white;
  color: white!important;
}

.black-nav-2021 .nav-bar .button-ghost:hover {
  background: white;
  color: #313131!important;
}

  .template-2021 .nav-bar .button-ghost {
  background: transparent;
  border: 1px solid white;
  color: white!important;
}

.template-2021 .nav-bar .button-ghost:hover {
  background: white;
  color: #313131!important;
} 

@media (min-width: 769px) {
.black-nav-2021 .nav-bar .nav-bar-buttons .contact-button {
    color: #fff;
}

.black-nav-2021 .nav-bar .nav-bar-buttons .contact-button::before {
  content: url(https://www.finally.agency/hubfs/FINALLY%20HubSpot/FINALLY/Assets/Icons/contact-icon-white.svg); 
}
}
@media (min-width: 1025px) {
.black-nav-2021 .nav-bar .nav-bar-container .nav-bar-menu .top-level-link {
    color: #fff;
}

.black-nav-2021 .nav-bar .nav-bar-container .nav-bar-menu .top-level-link.dropdown.active {
    color: #FF846C;
}

.black-nav-2021 .nav-bar .nav-bar-container .nav-bar-menu .top-level-link:hover,
.black-nav-2021 .nav-bar .nav-bar-container .nav-bar-menu .top-level-link.active {
    color: #FF846C;
    background-color: #fff;
}

.black-nav-2021 .nav-bar .nav-bar-container .nav-bar-menu .top-level-link.dropdown.active span:after,
.black-nav-2021 .nav-bar .nav-bar-container .nav-bar-menu .top-level-link:hover span:after {
    background-color: #222222;
}

.black-nav-2021 .nav-bar .nav-bar-container .nav-bar-menu .sub-section .dropdown-box {
    background-color: #fff;
}

.black-nav-2021 .nav-bar .nav-bar-container .nav-bar-menu .sub-section .description p  {
  color: #313131;
}

.black-nav-2021 .nav-bar .nav-bar-container .nav-bar-menu .sub-section a {
    color: #fff;
}

.black-nav-2021 .nav-bar .nav-bar-container .nav-bar-menu .sub-section-grey {
    background-color: #222222;
}

.black-nav-2021 .nav-bar .nav-bar-container .nav-bar-menu .sub-section-grey .sub-section-grey-item a h4 {
  color: #fff;
}

.black-nav-2021 .nav-bar .nav-bar-container .nav-bar-menu .sub-section-grey .sub-section-grey-item a:hover h4,
.black-nav-2021 .nav-bar .nav-bar-container .nav-bar-menu .sub-section a:hover {
    color: #FF846C;
}
  
  .template-2021 .nav-bar .button-ghost {
  background: transparent;
  border: 1px solid white;
  color: white!important;
}

.template-2021 .nav-bar .button-ghost:hover {
  background: white;
  color: #313131!important;
} 

.black-nav-2021 .nav-bar .button-ghost {
  background: transparent;
  border: 1px solid #313131;
  color: #313131!important;
}

.black-nav-2021 .nav-bar .button-ghost:hover {
  background: #313131;
  color: white!important;
} 
  
}


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

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

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

.search-label {
  font-family: CooperHewitt-Bold;
}

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

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

/* Blog Columns Wrapper */
.blog .content-wrapper {}


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

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {
  display: flex;

}

.blog-sidebar {
  flex: 0 0 200px;
  margin: 40px 60px 40px 0;
  padding-right: 30px;
  border-right: 1px solid #e4e4e4;
}

.blog-sidebar h5 {
  text-transform: uppercase;
}

.blog-sidebar .blog-filter-category-list a {
  font-size: 16px;
  color:#313131;
  display: block;
  margin-bottom: 15px;
-webkit-transition: 0.1s ease-in-out;
transition: 0.1s ease-in-out;
}

.blog-sidebar .blog-filter-category-list a:hover {
color:#FF846C;
text-decoration: none;
}

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

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

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

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body p:first-of-type {
 margin-top: 0;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  height: auto;
  width: auto;
  min-width: 100%;
  margin: 0 0 15px 0;
  display: block;
  float: none;
}

.blog-listing-wrapper.cell-wrapper.container {
  width: 95%;
  margin: auto auto auto 0;
}

@media (max-width: 767px) {

.blog-listing-wrapper.cell-wrapper.container {
    width: 100%;
    margin: auto;
  } 
}

.blog-listing-wrapper .post-listing .post-item .post-header .blog-post__meta {
color: #313131;
font-size: 14px;
line-height: 24px;
margin-bottom: 10px;
}

.blog-listing-wrapper .post-listing .post-item .post-header .blog-post__meta a {
  color: #313131;
}

.blog-listing-wrapper .post-listing .post-item .post-header .blog-post__tags {
margin-bottom: 10px;
  display: flex;
}
.blog-listing-wrapper .post-listing .post-item .post-header .blog-post__tags a {
color: white;
font-family: 'CooperHewitt-Bold', sans-serif;
  text-transform: uppercase;
font-size: 10px;
font-weight: 700;
line-height: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
padding: 5px 8px 2px 8px;
background-color: #FF846C;
}

.blog-listing-wrapper .post-listing .post-item .post-header h3,
.blog-listing-wrapper .post-listing .post-item .post-header h3 a {
  color: #313131;
  font-family: 'CooperHewitt-Bold', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}

.blog-listing-wrapper .post-listing .post-item .post-header h3 a:hover {
  text-decoration: none;
}


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

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

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

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

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


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

.blog .blog-sidebar {}

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


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

.hs-blog-listing .hs-author-profile {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

.hs-blog-listing .hs-tags-heading {
  width: 100%;
  text-align: center;
}

.hs-blog-listing .hs-author-listing-header{
  margin-top: 20px;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  max-width: 100px;
  display: flex;
  align-self: center;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

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

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

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

.blog .custom-video-banner-area-grp.f_finally_videos.video-js.half {
  padding-top: 28.1%;
  border-bottom: 20px white solid;
  margin-bottom: 0;
}
.blog .custom-video-banner-area-grp .video-inner-wrapper {
    border-bottom: 0px white solid;
}

.blog .custom-blog-content-grp .page-center.content-wrapper {
    padding: 0;
}

.blog .custom-blog-content-grp .page-center.content-wrapper .hs-blog-header h1 {
    font-size: 93px;
    color: #070707;
    text-align: center;
    margin: 3% 0;
}

.blog-listing-wrapper .post-listing {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    align-content: center;
    justify-content: flex-start;
    margin: 20px 0 50px 0;
}

.blog-listing-wrapper .post-listing .post-item {
  position: relative;
  width: calc(33.333% - 40px);
  margin: 20px;
}

.blog-listing-wrapper .post-listing .post-item .post-item-inner .hs-featured-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.blog-listing-wrapper .post-listing .post-item .post-item-inner .hs-featured-image-wrapper img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-listing-wrapper .post-listing .post-item .post-item-inner .post-body-content-grp h5 {
    color: #070707;
    font-size: 16px;
    font-family: 'CooperHewittLight', sans-serif;
    margin-bottom: 20px;
    font-weight: 400;
}
.blog-listing-wrapper .post-listing .post-item .post-item-inner .post-body-content-grp h3 {
    color: #070707;
    font-size: 40px;
    line-height: 50px;
}
.blog-listing-wrapper .post-listing .post-item .post-item-inner .post-body-content-grp {
    padding: 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-item-inner > a {
    display: block;
    text-decoration: none!important;
}

.blog-listing-wrapper .post-listing .post-item {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-listing-wrapper .post-listing .post-item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.blog .blog-content {
    display: block;
    clear: both;
    border-bottom: 20px white solid;
}

.blog-pagination a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    color:#313131;
}
.blog-pagination {
    margin: 10px 0 30px 0;
    text-align: center;
  display: flex;
  justify-content: center;
}

.custom-blog-post-banner-section {
    display: block;
    clear: both;
    border-bottom: 20px white solid;
    background-color: white;
}

.custom-blog-post-banner-section .custom-inner-grp {
    margin-bottom: 40px;
    display: block;
    position: relative;
}
.custom-blog-post-banner-section .custom-inner-grp .custom-image-grp {
    position: relative;
    overflow: hidden;
    height: 500px;
}

.custom-blog-post-banner-section .custom-inner-grp .custom-image-grp img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.hs-blog-post .custom-blog-content-grp .page-center.content-wrapper > .row-fluid-wrapper {
    margin: 0 -15px;
}


.hs-blog-post .custom-blog-content-grp .page-center.content-wrapper {
    padding-left: 8.33333333%;
    padding-right: 0%;
}

.hs-blog-post .custom-blog-content-grp .page-center.content-wrapper .blog-content {
    max-width: 63.5%;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.hs-blog-post .custom-blog-content-grp .page-center.content-wrapper .blog-content .blog-section .blog-post-wrapper > .blog-section {
    padding-bottom: 50px;
}

.hs-blog-post .custom-blog-content-grp .page-center.content-wrapper .blog-content .blog-section .blog-post-wrapper > .blog-section .section.post-header h1 {
    font-size: 50px;
    margin-bottom: 50px;
    color: #070707;
    font-family: 'CooperHewittLight', sans-serif;
}

.hs-blog-post .custom-blog-content-grp .page-center.content-wrapper .blog-content .blog-section .blog-post-wrapper > .blog-section .section.post-body .hs_cos_wrapper_type_rich_text {
    display: block;
}

.hs-blog-post .custom-blog-content-grp .page-center.content-wrapper .blog-content .blog-section .blog-post-wrapper > .blog-section .section.post-body .hs_cos_wrapper_type_rich_text p {
    font-family: 'CooperHewittLight', sans-serif;
    margin-bottom: 20px;
    line-height: 24pt;
    font-size: 24px;
    padding: 0;
}

.hs-blog-post .custom-blog-content-grp .page-center.content-wrapper .blog-content .blog-section .blog-post-wrapper > .blog-section .section.post-body .hs_cos_wrapper_type_rich_text h3 {
    font-size: 32px;
    font-family: 'CooperHewittLight', sans-serif;
    margin-bottom: 20px;
}
.hs-blog-post .custom-blog-content-grp .page-center.content-wrapper .blog-content .blog-section .blog-post-wrapper > .blog-section .section.post-body .hs_cos_wrapper_type_rich_text h4 {
    font-family: 'CooperHewittLight', sans-serif;
    margin-bottom: 20px;
    font-size: 18px;
}

.hs-blog-post .custom-blog-content-grp .page-center.content-wrapper #comments-listing.new-comments {
    border: 0;
    margin: 0;
}
.blog-listing-wrapper .post-listing .post-item .post-item-inner > a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

@media (max-width: 1200px) {

  .blog-listing-wrapper .post-listing .post-item {
    width: calc(50% - 30px);
    margin: 15px;
  }
}

@media (max-width: 1024px) {

.blog-listing-wrapper .post-listing .post-item {
  width: calc(50% - 30px);
  margin: 15px;
}
  .blog-listing-wrapper {
    flex-wrap: wrap;
  }
  .blog-sidebar {
    flex: 0 0 100%;
    order: 2;
  }
}

@media (max-width: 767px) {

.blog-listing-wrapper .post-listing .post-item {
  width: calc(100% - 40px);
  margin: 20px;
}

  .blog-listing-wrapper {
    flex-wrap: wrap;
  }
.blog-sidebar {
  flex: 0 0 100%;
  order: 2;
}

.blog-pagination .blog-pagination-center,
.blog-pagination .blog-pagination-right .elipses,
.blog-pagination .blog-pagination-right .total-page-count,
.blog-pagination .blog-pagination-left .elipses,
.blog-pagination .blog-pagination-left .page-link-1 {
  display: none;
}
}


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


/* =============== Global Form Styles =============== */
.form-title {
    font-size: 32pt;
    text-transform: uppercase;
    padding: 40px 0 40px 0;
    font-weight: bold;
    font-family: 'Cooper', sans-serif;
    margin-bottom: 20px;
    margin-top: 0;
    color: white;
}
/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: block;
  width: 100%!important;
  margin: 10px 0 20px;
  min-height: 35px;
  font-family: 'CooperBT',sans-serif;
  font-size: 16px;
  text-transform: none;
  line-height: 26px;
  padding-bottom: 5px;
  padding: 6px 12px;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 2px solid #EAEAEA;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

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

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

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

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

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

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

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

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


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

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

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

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


.black-background-form .hs-form-field>label, .black-background-form p {
  color: white;
}

.black-background-form .hs-input {
  background-color: #3E3E3E;
  border-color: #606060;
  color: white;
}

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

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

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

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

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


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

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

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

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

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

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

.blog-search {
  width: 100%!important;
  padding: 30px 0;
  background-color: #EFEFEF;
}

.blog-search .container {
  width: 50%;
  display: flex;
  margin: 0 auto;
}

.blog-search .container .hs-search-field__input {
  border: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .blog-search .container {
    width: 90%;
    flex-direction: column;
  }
  
  .blog-search {
    width: 100% !important;
  }
}

.hs-search-field__input {
  border: 1px solid #313131!important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  color: #313131!important;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #313131;
  padding: 10px 15px;
}

.hs-search-field__suggestions a {
  color: #313131;
}

.hs-search-field__suggestions a:hover {
  text-decoration: none;
}

@media (max-width: 767px){
  .blog-search >.widget-span {
    width: 100%;
  }
}

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

.cta_button {
  font-family: 'CooperHewitt-Bold', sans-serif;
  font-weight: 700;
  padding: 12px 32px 8px 32px;
  font-size: 20px;
  display: inline-block;
  width: auto;
  margin: 10px 0;
  background: #FFC834;
  color: #313131;
  -webkit-transition: 0.5s; /* Safari */
  transition: 0.5s;
  text-align: center;
  text-transform: uppercase;
  border: none;
}



.cta_button:hover {
  background: #313131;
  text-decoration: none;
  color: #FFC834;
}

.cta_button--white {
  background-color: white;
}


.back-button {
  border: 1px solid #FF846C;
  text-transform: uppercase;
  padding: 12px 32px 8px 32px;
  font-family: 'CooperHewitt-Bold', sans-serif;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  margin: 10px 0;
  transition: 0.5s;
  text-align: center;
  color: #313131;
}

.back-button:hover {
  background-color: #FF846C;
  text-decoration: none;
  color: #313131;
}

.back-button span {
  position: relative;
  padding-left: 20px
}

.back-button span:before {
  content: "";
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 22px;
  background-image: url("https://www.finally.agency/hubfs/FINALLY%20HubSpot/FINALLY/Assets/Icons/back-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.button-ghost {
  background: transparent;
  border: 1px solid #313131;
}

.button-ghost:hover {
  background: #313131;
  color: white;
}

.button-ghost-white {
  background: transparent;
  border: 1px solid white;
  color: white;
}

.button-ghost-white:hover {
  background: white;
  color: #313131;
}

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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  color: #313131;
  background-color: #FFC834;
  border-radius: 0;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: normal!important;    
  font-family: 'CooperHewitt-Bold', sans-serif;
  font-weight: 700;
  padding: 12px 32px 8px 32px;
  font-size: 20px;
  display: block;
  -webkit-transition: 0.5s; /* Safari */
  transition: 0.5s;
    border: none;

}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #313131;
  color: white;
}

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

.hs-button,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  color: #313131;
  background-color: #FFC834;
  border-radius: 0;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: normal!important;    
  font-family: 'CooperHewitt-Bold', sans-serif;
  font-weight: 700;
  padding: 12px 32px 8px 32px;
  font-size: 20px;
  display: block;
  -webkit-transition: 0.5s; /* Safari */
  transition: 0.5s;
    border: none;

}

.hs-button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #313131;
  color: white;
}

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


ul.hs-error-msgs.inputs-list li label {
  color: #FF846C;
}
ul.hs-error-msgs.inputs-list {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}
/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */

.hs_recaptcha {
  margin-bottom: 20px;
}
.hs-content-id-29781278416 .top-contact-brush {
  display: none;
}

.two-column {
   display: flex;
   flex-wrap: wrap;
}

.two-column >div {
   flex: 0 0 50%;
}

.breadcrumbs-black li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumbs-black a {
  color: #313131;
  margin: 0 10px;
}

.breadcrumbs-black p {
  margin: 0 10px;
  font-size: 20px !important;
}

.breadcrumbs-black ol {
  display: flex;
  padding-left: 0;
  justify-content: center;
}
.leaf-container {
  width: 100%;
  position: relative;
}

.leaf-wrapper {
  display: none;
}

@media (min-width: 1300px) {
  .leaf-wrapper {
  position: absolute;
    display: block;
    top: 0;
    width: 100%;
}
.leaf-wrapper .leaf-left {
  position:absolute;
  left: -320px;
}
  
  .leaf-wrapper .leaf-right {
  position:absolute;
  right: -320px;
}
}

.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 {
  color: #fff !important;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body #leadin-content-form-wrapper, .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body .leadin-preview-wrapper {
  background-color: #fff !important;
}

.leadinModal .leadinModal-content .secondary-dismiss, .leadinModal .leadinModal-content input[type=checkbox], .leadinModal .leadinModal-content input[type=email], .leadinModal .leadinModal-content input[type=number], .leadinModal .leadinModal-content input[type=tel], .leadinModal .leadinModal-content input[type=text], .leadinModal .leadinModal-content li, .leadinModal .leadinModal-content p, .leadinModal .leadinModal-content select, .leadinModal .leadinModal-content textarea, .leadinModal .leadinModal-content ul,
.leadinModal .leadinModal-content h1, .leadinModal .leadinModal-content h2, .leadinModal .leadinModal-content h3, .leadinModal .leadinModal-content h4, .leadinModal .leadinModal-content h5, .leadinModal .leadinModal-content h6 {
    color: #131313!important;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4 {
    font-size: 30px;
    line-height: 1.2;
}

.leadinModal-3949952 .leadin-button-primary {
  font-family: 'CooperHewitt-Bold', sans-serif;
  font-weight: 700;
  padding: 12px 32px 8px 32px!important;
  font-size: 20px!important;
  background: #FFC834;
  color: #313131;
  -webkit-transition: 0.5s; /* Safari */
  transition: 0.5s;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 0!important;
}


.leadinModal-3949952 .leadin-button-primary:hover {
  background: #313131;
  text-decoration: none;
  color: #FFC834;
}

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


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

@media (max-width: 1024px) {
  .sidenote {
    padding: 20px !important;
  }
  
  .sidenote ul {
    display: flex;
    flex-direction: column;
  }
  
  .sidenote br {
    display: none;
  }
  
  table {
    overflow-x: auto;
    display: block;
  }
}

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

@media (max-width: 767px) {

	input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width: 100% !important;
  }
  
  .hide-mobile {
    display: none;
  }
}