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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

html {
    scroll-behavior: smooth
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-weight: 400
}

header {
    display: block;
    background-color: #fff;
    z-index: 10002;
    height: 75px;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    z-index: 100
}

.align {
    display: flex;
    justify-items: center
}

.align-y {
    display: block;
    margin: 0 auto
}

.fa,
.fab {
    margin: -2px 10px 0 10px;
    color: #53c2be
}

h1 {
    font-family: "Open Sans", Rooney, "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-size: 3.2rem;
    line-height: 3.3rem;
    text-align: center;
    padding: 0 .8em;
}

h2 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
    text-align: center;
    font-size: 2.2rem;
}

h3 {
    font-size: 1.15rem
}

h5 {
    font-size: 1rem;
    font-style: italic;
    margin: 2rem 0 0;
    font-weight: 300
}

section {
    position: relative
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-link {
    color: #53c2be
}

.text-link:hover {
    color: #22315c
}

.centered {
    text-align: center
}

.pg-content {
    margin: 0 4em
}

.pg-content-p {
    padding: 0 4em
}

a,
a:focus,
a:hover {
    text-decoration: none
}

img {
    width: 100%
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

nav ul {
    display: inline-block
}

.grid-row {
    display: block;
    flex: 1 100%
}

.logo {
    display: inline-block;
    z-index: 10003;
    max-width: 20%;
    padding-top: .5em
}

#expanded-menu .login-menu-item {
    border-left: 2px solid #d1d2d4;
    height: 1.6em;
    margin: .2em
}

#primary_nav_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: .5em 2.5em;
    z-index: 1;
    background-color: #fff;
    border-bottom: 3px solid #fff;
    box-shadow: 0 4px 4px rgba(42, 42, 42, .15)
}

#primary_nav_wrap.gift-page {
    box-shadow: none
}

#expanded-menu {
    list-style: none;
    position: relative;
    float: right;
    z-index: 6;
    margin: 0;
    padding: 0
}

#expanded-menu .nav-item ul>a.nav-dropdown-container {
    display: none
}

.nav-item {
    display: block;
    position: relative;
    float: right;
    padding: 0;
    margin: 0 1.1em;
    line-height: 2rem;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
    color: #333;
    font-size: .9rem;
    font-weight: 600
}

.nav-dropdown-container {
    display: flex;
    align-items: center;
    padding: .5rem 0
}

.nav-icon {
    width: 2rem
}

.nav-item-bg {
    background-color: #f7f7f8
}

a.nav-item-title {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-weight: 600;
    margin-top: .5rem;
    margin-left: -.8rem
}

span.nav-item-subtitle {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-weight: 400;
    color: #606060;
    font-size: .8rem;
    display: block;
    margin-bottom: .5rem
}

#expanded-menu .main-btn {
    margin-left: .2em
}

#expanded-menu a,
#expanded-menu ul a {
    color: #333
}

#expanded-menu a {
    display: block;
    position: relative;
    padding: .5em 0
}

#expanded-menu .nav-link:hover,
.nav-link:hover {
    color: #219d99;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.nav-link:hover svg {
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    transform: rotate(180deg)
}

.nav-link:active {
    color: #219d99;
    transition: .2s
}

.nav-link:hover:after {
    transform: scaleX(1)
}

.nav-link:active:after {
    transform: scaleX(1)
}

.nav-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 2px;
    width: 100%;
    background: #219d99;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform .2s ease-out, background .2s ease-out
}

.nav-link.disabled {
    pointer-events: auto;
    cursor: default;
    color: #333 !important
}

.nav-link.disabled:hover:after {
    content: none
}

#primary_nav_wrap ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 22em;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    padding: 0
}

#primary_nav_wrap ul ul li {
    float: none
}

#primary_nav_wrap ul ul a {
    position: relative;
    line-height: 120%;
    padding: .5em 1em;
    display: block
}

#primary_nav_wrap ul ul a:hover {
    color: #219d99;
    transition: .2s
}

#primary_nav_wrap ul li:hover>ul {
    display: block
}

#expanded-menu .button {
    color: #fff;
    padding: .2em 1.5em
}

.hamburger-graphic {
    display: inline-block;
    position: relative;
    float: right;
    height: 54px;
    opacity: 1;
    width: 42px margin-right:2em;
    z-index: 10002
}

.line {
    stroke: #000;
    stroke-width: 3px
}

svg line {
    transform: translateY(-8px);
    transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease
}

svg line:nth-last-child(3) {
    transform: scale(1);
    transform-origin: center;
    transition: opacity .2s ease
}

svg line:nth-last-child(2) {
    transform: translateY(8px);
    transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease
}

#menuToggle {
    display: inline-block;
    background: #fff;
    height: 100%;
    right: -100%;
    opacity: .99;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 30px;
    top: 4.06251rem;
    padding-bottom: 5rem;
    position: fixed;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    width: 100%
}

.menu-list {
    width: 100%;
    padding: 1em 0 0;
    text-align: center
}

.mobile-menu-item {
    margin: 0;
    color: #000;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    padding: .5em 0
}

ul.menu-list>li.mobile-menu-item:first-of-type {
    padding: 0;
    margin: 0
}

li.mobile-menu-item .button {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.mobile-menu-item .nav-link.disabled {
    color: #333
}

.menu-list .sub-item a {
    color: #9e9e9e;
    font-size: 1rem;
    line-height: .7rem
}

.menu-list .sub-item a:hover {
    color: #219d99
}

.menu-list a {
    position: relative;
    color: #000;
    padding-bottom: .8em
}

.button {
    color: #fff
}

.menu-list .button {
    color: #fff;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: .5em;
    max-width: 12rem
}

#mobile-nav .card {
    background: 0;
    border: 0;
    box-shadow: none;
    margin: 0
}

#mobile-nav .card:hover {
    box-shadow: none !important
}

#mobile-nav .card-header {
    background: 0;
    border: 0;
    padding: 0;
    text-align: center;
    width: fit-content;
    margin: 0 auto
}

#mobile-nav .menu-list {
    padding: 0 0 .5rem !important
}

#mobile-nav .mobile-menu-item {
    text-align: center;
    position: relative;
    border: 0;
    padding: 0;
    border-radius: 0;
    background: 0
}

#mobile-nav .mobile-menu-item .nav-link {
    position: relative;
    color: #333;
    padding: 1rem .5rem 1rem 1rem;
    display: inline-block
}

#mobile-nav .mobile-menu-item:not(.has-sub-menu) .nav-link {
    padding: 1rem
}

#mobile-nav .mobile-menu-item .nav-link:hover::after {
    content: none
}

#mobile-nav .mobile-menu-item:not(.has-sub-menu) .nav-link:hover {
    color: #219d99
}

#mobile-nav .mobile-menu-item svg {
    transform: rotate(0)
}

#mobile-nav .mobile-menu-item.has-sub-menu:not(.collapsed) svg {
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    transform: rotate(180deg)
}

#mobile-nav .mobile-menu-item.sub-item a {
    padding: 1rem;
    display: inline-block;
    line-height: normal
}

.hamburger {
    display: none;
    float: right;
    -webkit-user-select: none;
    user-select: none
}

.hamburger input {
    display: block;
    width: 42px;
    height: 54px;
    position: absolute;
    float: right;
    top: .8em;
    right: 2.5em;
    cursor: pointer;
    opacity: 0;
    z-index: 10003;
    -webkit-touch-callout: none
}

.hamburger:hover .line {
    stroke: #8c8c8c
}

.hamburger input:checked~#menuToggle {
    z-index: 9999;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.hamburger input:checked~svg line {
    -webkit-transform: translateX(24.5px) translateY(-5px) rotate(45deg);
    -moz-transform: translateX(24.5px) translateY(-5px) rotate(45deg);
    -o-transform: translateX(24.5px) translateY(-5px) rotate(45deg);
    transform: translateX(24.5px) translateY(-5px) rotate(45deg)
}

.hamburger input:checked~svg line:nth-last-child(3) {
    -webkit-transform: scale(0);
    -moz-transform: scale(0) -o-transform:scale(0) transform:scale(0)
}

.hamburger input:checked~svg line:nth-last-child(2) {
    -webkit-transform: translateX(-14px) translateY(25px) rotate(-45deg);
    -moz-transform: translateX(-14px) translateY(25px) rotate(-45deg);
    -o-transform: translateX(-14px) translateY(25px) rotate(-45deg);
    transform: translateX(-14px) translateY(25px) rotate(-45deg)
}

#hero-home {
    position: relative;
    top: 0;
    width: 100%;
    background: #000
}

#hero-home img {
    display: block;
    position: relative
}

.hero-img {
    object-fit: cover;
    opacity: .5;
    height: 39vw
}

.hero-img-sub {
    object-fit: cover;
    opacity: .5
}

.hero-padding {
    width: 100%;
    position: absolute;
    top: 19%;
    text-align: center
}

.home-page-hero-padding {
    top: 25%
}

.page-header-label {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    padding: 1em 0 0;
    color: #fff;
    margin: 0
}

.page-description {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-weight: 400;
    font-size: 1.35rem;
    margin-bottom: 1em;
    padding: 0 18%
}

.hero-padding .btn-outline {
    color: #fff
}

nav a.btn-outline {
    color: #53c2be !important
}

nav a.btn-outline:hover {
    color: #fff !important
}

.hero-cta {
    max-width: 17em;
    margin-left: auto;
    margin-right: auto;
    padding: 0
}

.card-content {
    text-align: center
}

.list-content {
    margin-top: 80px
}

.container {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: #f7f7f7
}

.resources-title {
    background-color: #53c2be;
    color: #fff;
    padding: 1em 1em;
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif;
    margin: 0
}

.product-div {
    flex: 1 0 auto
}

.product-div p {
    padding: 0 1.2em .2em
}

.product-div a {
    color: #212529
}

a.learn-more-btn {
    font-weight: 600;
    color: #53c2be;
    position: relative
}

.fab {
    color: #53c2be;
    position: relative;
    margin-left: .5rem;
    transition: all .3s ease-in
}

.card {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    margin-top: 1.5em
}

.card h3 {
    position: relative;
    padding: 0 1.2em
}

.card ul {
    position: relative;
    padding: 0 2.5em;
    list-style-type: circle
}

.button {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
    padding: .5em 2em;
    background-color: #53c2be;
    color: #fff;
    border: 2px solid #53c2be;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in
}

#primary_nav_wrap .button {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-weight: 600
}

.button:active,
.button:focus,
.button:hover {
    box-shadow: 0 6px 6px rgba(42, 42, 42, .2);
    background-color: #219d99;
    border-color: #219d99;
    color: #fff
}

body:not(.user-is-tabbing) .button:focus {
    outline: 0
}

.btn-outline {
    border: 2px solid #53c2be;
    background-color: transparent;
    color: #53c2be
}

.main-btn {
    position: relative;
    display: block;
    text-align: center;
    margin: .5em 0
}

.app-store-btn {
    padding-right: .15em !important
}

.google-play-btn {
    padding-left: .15em !important
}

.logo-link {
    filter: grayscale(1);
    opacity: .5;
    transition: all .25s;
    height: 4rem;
    width: fit-content;
    align-items: center;
    display: flex
}

.logo-link:hover {
    filter: grayscale(0);
    opacity: 1
}

.section-title {
    margin-top: 4em;
    color: #000
}

#solutions-padding {
    display: block;
    width: 100%;
    height: 3.7em;
    background-color: #fff
}

#solutions .card:hover {
    top: -.5rem;
    transform: top 1s;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15)
}

#solutions .card-row {
    width: 100%
}

.main-cta {
    text-align: center;
    margin: 5em 0
}

.main-cta .nav-link {
    top: 1.5rem
}

.icon-24 {
    flex-shrink: 0;
    position: relative;
    z-index: auto width:1.5em;
    height: 1.5em
}

.icon-50 {
    flex-shrink: 0;
    position: relative;
    z-index: auto width:5em;
    height: 5em;
    transform: translate(-50%, 0);
    top: -2em;
    left: 50%;
    resize: both;
    margin-left: auto;
    margin-right: auto
}

.icon-100 {
    flex-shrink: 0;
    position: relative;
    z-index: auto width:8em;
    height: 8em
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.centered-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0
}

#icon-size {
    padding: 0;
    max-width: 20em;
    position: relative;
    transform: translate(-50%, 0);
    top: 50%;
    left: 50%;
    resize: both;
    margin-left: auto;
    margin-right: auto;
    width: 4rem;
    height: auto;
    margin-top: 4em
}

.step-description {
    font-size: .875rem
}

svg:not(:root) {
    overflow: hidden
}

.img-container {
    display: flex;
    justify-content: center;
    overflow: hidden
}

.app-img {
    max-width: 30em;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.app-first .button {
    margin-top: .3em
}

.company-item {
    margin: 0 auto
}

.company-link {
    font-size: .875rem
}

.stars {
    display: flex;
    justify-content: center
}

.stars i {
    padding: 0;
    margin: 0 .5rem;
    color: #53c2be
}

.stars span {
    margin: 0 .55rem;
    padding: 0
}

.stars i:first-of-type {
    margin-left: 0
}

.horizontal .stars {
    order: -1;
    margin-right: .5rem
}

#how-to-app .grid-row,
.card-row {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.card {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column
}

.card ul {
    flex: 1 0 auto;
    padding-bottom: 2em
}

.card span {
    margin-bottom: 1.5em
}

.help-app ul {
    padding-left: 1em
}

.help-app img {
    margin-top: 2em
}

.help-app h3 {
    text-align: center
}

.help-app .grid-row {
    margin-top: 3.5em
}

.pg-content .centered {
    margin: 0 0 1em
}

.block-padding {
    display: block;
    width: 100%;
    height: 5em
}

.desktop-demo {
    max-width: 400px;
    display: block;
    margin: 0 auto
}

.media-content {
    padding: 2em 4em
}

.media-logo {
    padding: 0 4em 4em 0;
    max-width: 15em
}

.media-img {
    margin-top: 2em;
    max-width: 45em;
    display: block
}

.contact-form {
    padding: 3em 5em 0 0;
    margin-bottom: 3em
}

.fa {
    font-weight: 900;
    margin: 5px 10px 0 10px
}

img.card-logo {
    max-width: 200px !important;
    max-height: 200px;
    display: inline;
    border-radius: 0 !important;
    display: block;
    margin: 0 auto
}

#center {
    display: block;
    margin: 0 auto
}

.name {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center
}

.title {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center
}

.linkedin-btn {
    display: flex;
    flex-direction: column
}

.linkedin {
    display: inline !important;
    border-radius: unset !important;
    margin-top: unset !important;
    width: 1.25rem !important
}

.inline {
    display: inline
}

.header-line {
    width: 300px;
    margin-top: 50px;
    margin-bottom: 40px
}

li a {
    color: #fff
}

.centered {
    display: block;
    margin: 0 auto;
    font-size: 15px
}

iframe {
    width: 100%;
    height: 10.375rem;
    border: 0
}

iframe.hs-form-iframe {
    width: 100% !important
}

body:not(.webinar).demo-form iframe.hs-form-iframe {
    height: 100% !important
}

.icon-link {
    margin: 1rem 0
}

.icon-link i {
    margin: 0 .5rem 0 0;
    font-size: 1.1rem
}

.fa-linkedin:before {
    content: "\f08c" !important
}

.img-container {
    display: flex;
    flex-direction: column
}

.img-container img {
    width: 100%;
    height: auto
}

.link-container {
    margin-top: 2rem
}

.button {
    border-radius: 4px;
    margin: 0 auto
}

.teal {
    color: #53c2be
}

.margin {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.main-padding {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem
}

.logo-background {
    background-image: url(https://blog.guusto.com/hs-fs/hub/1872127/hub_generated/template_assets/65566368099/1644079763162/Guusto_October2019_Theme/img/background/background_logo.png);
    background-size: cover;
    background-attachment: fixed
}

.confetti-background-teal-white {
    background-image: url(https://1872127.fs1.hubspotusercontent-na1.net/hubfs/1872127/background_confetti-teal-white.png);
    background-size: contain;
    background-attachment: fixed
}

.holiday-background::before {
    background-image: url(https://blog.guusto.com/hs-fs/hub/1872127/hub_generated/template_assets/65566368099/1644079763162/Guusto_October2019_Theme/img/background/background_christmas.png) !important;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    content: "" !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 1;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

body:not(#homepage):not(.solution-page) #solutions.card {
    box-shadow: none
}

body:not(#homepage):not(.solution-page) .company-container {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around
}

body:not(#homepage):not(.solution-page):not(.video-tutorial):not(.landing-page) .company-item {
    width: 12em;
    align-self: center
}

body:not(#homepage):not(#how-it-works):not(#pricing):not(.solution-page):not(#customer-stories):not(#contact):not(#terms):not(#privacy):not(.demo):not(#careers):not(#about-page):not(#roi-calculator):not(.full-banner-page):not(.landing-page):not(.blog):not(.case-study-individual):not(.resource):not(.webinar-landing-page) .button,
footer .button {
    margin: .5em 0
}

#about-page #hero-home,
#careers #hero-home,
#contact #hero-home,
#customer-stories #hero-home,
#how-it-works #hero-home,
#pricing #hero-home,
#roi-calculator #hero-home {
    display: flex;
    overflow: hidden
}

body:not(#homepage):not(#how-it-works):not(#pricing):not(.solution-page):not(#customer-stories):not(.case-study-individual):not(#contact):not(#terms):not(#privacy):not(.demo):not(#careers):not(#about-page):not(#roi-calculator):(.full-banner-page) .hero-img {
    height: 46vw
}

#about-page .hero-padding,
#careers .hero-padding,
#contact .hero-padding,
#customer-stories .hero-padding,
#how-it-works .hero-padding,
#pricing .hero-padding,
#roi-calculator .hero-padding {
    align-self: center;
    top: unset
}

.item-header {
    text-align: left;
    margin-top: 0;
    line-height: 1.3;
    font-size: 1.5rem
}

#solutions {
    margin-top: 5.5rem
}

#solutions .row {
    padding: 0
}

#solutions .card ul {
    list-style: disc
}

#employee-experience .row:first-of-type,
#people-first {
    flex-direction: row-reverse
}

.value-link {
    color: #212529;
    display: block
}

.value-link:hover {
    color: #53c2be
}

#one-drop {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#one-drop-padding {
    display: block;
    width: 100%;
    background-color: #fff
}

#one-drop .one-drop-img {
    flex: 1 50%
}

#one-drop img {
    height: 100%;
    object-fit: cover
}

.one-drop-logo {
    flex: 0 1 8em;
    max-width: 8em
}

#one-drop h2 {
    color: #fff;
    margin: 0
}

#one-drop p {
    color: #fff;
    max-width: 60em
}

.card-header:first-child {
    border-radius: 0
}

#customer-rewards .hero-img {
    object-position: 0 80%;
    width: 120%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

#how-it-works .page-description {
    padding: 0 10%
}

#how-it-works section:not(.main-cta):not(#help-centre-cta) {
    padding-top: 5.5rem
}

#how-it-works section>.row:not(:first-of-type) {
    padding-top: 5.5rem
}

.how-it-works-container section h2 {
    text-align: left;
    margin-top: 0;
    padding-top: 4rem;
    margin-bottom: -2rem
}

.how-it-works-container section:not(:last-of-type) {
    margin-bottom: -4rem
}

#how-it-works section>.row>[class*=col-] {
    padding-top: 4rem
}

#how-it-works section>.row:not(:last-of-type) {
    margin-bottom: -4rem
}

#how-it-works section h3 {
    margin: 0 0 1rem 0
}

#how-it-works section>.row>[class*=col-]:last-of-type .row [class*=col-] {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#how-it-works-nav {
    position: sticky;
    position: -webkit-sticky;
    top: 4.6rem;
    background: #53c2be;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    transition: all .25s
}

#how-it-works-nav .nav {
    width: 50rem;
    justify-content: space-around
}

#how-it-works-nav .nav-item {
    margin: 0;
    width: 25%;
    justify-content: center;
    display: flex
}

#how-it-works-nav a {
    border-radius: 0;
    transition: color .25s;
    padding: 1rem;
    width: 100%;
    text-align: center
}

#how-it-works-nav a:hover {
    background: #fff;
    color: #53c2be
}

#how-it-works-nav .nav-link:after {
    content: none
}

#how-it-works-nav .dropdown {
    display: none;
    width: 100%;
    margin: 0
}

#how-it-works-nav .dropdown a {
    width: 100%;
    background: #53c2be;
    border-radius: 0;
    padding: 1.25rem 0;
    border: 0;
    box-shadow: none;
    color: #fff
}

#how-it-works-nav .dropdown-toggle::after {
    display: none
}

#how-it-works-nav .dropdown svg {
    transform: rotate(0)
}

#how-it-works-nav .dropdown-menu {
    transform: translate3d(0, 4rem, 0) !important;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
    border: 0
}

#how-it-works-nav .dropdown-menu a {
    background: #fff;
    color: #53c2be
}

#how-to-app img {
    margin-top: 2rem
}

#customer-stories section {
    margin-top: 5.5rem
}

#customer-stories section:last-of-type {
    margin-bottom: 5.5rem
}

#customer-stories .name {
    text-align: left
}

.name-container {
    align-items: center;
    display: flex;
    z-index: 1
}

.hs-page .name-container.center {
    justify-content: center;
    margin-top: 1.5rem
}

.name-container .name {
    font-size: 1rem;
    margin: 0 .5rem 0 0;
    color: #a0a0a0;
    font-weight: 600
}

.title {
    font-size: .875rem !important;
    color: #a0a0a0
}

.stories-cta {
    margin-top: 4rem
}

#pricing section {
    margin-top: 5.5rem
}

button[data-target="#pricing-modal"]:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(83, 194, 190, .5)
}

.pricing-details {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: .75rem
}

.product-div>button {
    color: #fff
}

#ROI-calculator-on-pricing a h2,
#ROI-calculator-on-pricing a p {
    text-decoration: none;
    color: #53c2be;
    background-image: linear-gradient(to right, #53c2be, #53c2be);
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: 0 2px;
    transition: all .2s ease-out;
    display: unset
}

#ROI-calculator-on-pricing a:hover h2,
#ROI-calculator-on-pricing a:hover p {
    color: #22315c !important;
    background-image: linear-gradient(to right, #22315c, #22315c);
    background-size: 1px 2px
}

.number-one-img {
    max-width: 90%;
    display: flex;
    margin-right: 0 !important
}

input:checked+.slider {
    background-color: #2196f3
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

#ROI-calculator-on-pricing i {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block
}

#ROI-calculator-on-pricing.logo-background {
    background-image: linear-gradient(to bottom right, #22315c 30%, #2a2758 70%)
}

.divider-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.divider {
    display: block;
    margin: 3rem auto;
    height: .13rem;
    width: 3rem;
    background-color: #a0a0a0;
    margin-bottom: 3rem
}

.divider-container img {
    height: 25px;
    width: auto
}

#about-page section {
    margin-top: 5.5rem
}

#about-page section:last-of-type {
    margin-bottom: 5.5rem
}

#about-page .hero-img {
    object-position: center center
}

#about-page #story h2 {
    margin-top: 0
}

#about-page #story h3 {
    margin-top: 0
}

#about-page #story p {
    margin-top: 0
}

#about-page #story .row {
    align-items: center
}

#about-page #story .row:nth-child(even) {
    flex-direction: row-reverse
}

#about-page #story .row:not(:first-of-type) {
    padding-top: 5.5rem
}

#about-page #story .row:nth-child(even) [class*=col-]:first-of-type {
    padding-left: 3rem
}

#about-page #story .row:nth-child(odd) [class*=col-]:last-of-type {
    padding-left: 3rem
}

#team>.row:not(:first-of-type) {
    margin-top: 3rem
}

.team-position {
    color: #a0a0a0;
    font-size: .875rem;
    font-weight: 400
}

#team .linkedin-btn {
    margin-top: .5rem
}

#about-page #story .row:nth-child(odd) {
    flex-direction: row
}

#about-page #story .row:nth-child(odd) [class*=col-]:last-of-type {
    padding-left: 2.5rem
}

#about-page #story .row:nth-child(odd) [class*=col-]:first-of-type {
    padding-right: 2.5rem;
    padding-left: 0 !important
}

#about-page #story .row:nth-child(even) [class*=col-]:last-of-type {
    padding-right: 2.5rem
}

#about-page #story .row:nth-child(even) [class*=col-]:first-of-type {
    padding-left: 2.5rem
}

#careers section {
    margin-top: 5.5rem
}

#careers section:last-of-type {
    margin-bottom: 5.5rem
}

#careers .hero-img {
    object-position: 50% 10%
}

#careers h3 {
    text-align: center
}

#careers-cta [class*=col] {
    padding: 0
}

#careers-cta .img-container {
    background: #22315c;
    height: 20rem;
    align-items: center
}

#careers-cta .img-container img {
    width: 150%;
    height: auto;
    opacity: .33;
    transition: opacity .5s
}

#careers-cta [class*=col]:last-of-type .img-container img {
    width: 100%;
    height: auto
}

#careers-cta h2 {
    color: #fff;
    position: absolute;
    margin: 0
}

#careers-cta a {
    display: block;
    width: 100%;
    height: 100%
}

#careers-cta a:hover .img-container img {
    opacity: .15
}

.value-header {
    font-size: 1rem;
    margin-top: 2rem;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left
}

.value-title {
    margin-top: .8rem
}

.book-demo {
    max-width: 31.25rem;
    display: block;
    margin: 0 auto;
    height: 100%
}

.demo section {
    margin-top: 3.5rem
}

.demo section:last-of-type {
    margin-bottom: 5.5rem
}

.demo .demo-form div:first-of-type>.row>[class*=col]:first-of-type {
    top: 4.75rem
}

body:not(.webinar).demo-form .row [class*=col]:first-of-type {
    padding-right: 2.5rem
}

.demo:not(.thank-you) h2 {
    text-align: left;
    margin: 0 auto;
    max-width: 31.25rem;
    display: block;
    line-height: normal
}

.demo .sign-up {
    margin-top: 3rem
}

.demo-link-container:first-of-type {
    margin-top: 2rem
}

.demo-link-container:last-of-type {
    margin-bottom: 2rem
}

.demo-link-container {
    text-align: center;
    margin: 1.75rem 0
}

.demo-link-container p {
    margin: 0;
    color: #a0a0a0
}

.demo-link-container-mobile {
    display: none
}

body:not(.webinar-landing-page).video-tutorial .logo {
    display: flex;
    margin: 0 auto;
    max-width: 9rem;
    position: relative
}

#roi-calculator .hero-img {
    object-position: 0 40%
}

#roi-calculator .page-description {
    padding: 0 10%
}

#roi-calculator section {
    margin-top: 5.5rem
}

#roi-calculator section:last-of-type {
    margin-top: 12rem
}

#calculator-form [class*=col-]:first-of-type {
    padding-right: 1.25rem
}

.form-section:not(:first-of-type) {
    padding: 2rem 0 0
}

.form-section h3 {
    margin-top: 0
}

#calculator-form h4 {
    text-transform: uppercase;
    font-size: .875rem;
}

.calculator-note {
    margin-top: -1rem;
    font-size: .75rem
}

.form-section label {
    color: #a0a0a0
}

.form-group {
    margin-bottom: .75rem;
    align-items: center
}

.input-wrapper {
    display: flex;
    align-items: center
}

.input-wrapper input {
    margin: 0 0 0 .5rem
}

.input-wrapper input::placeholder {
    color: rgba(0, 0, 0, .25)
}

#calculator-form .form-section:first-of-type h4 {
    margin-top: 0
}

.ROI-wrapper {
    display: flex;
    font-weight: 100;
    justify-content: flex-end;
    width: 100%
}

.label-wrapper {
    display: flex;
    align-items: center
}

.form-note {
    font-size: .75rem;
    padding-bottom: 1rem
}

#calculator-form .button {
    width: 100%;
    margin-top: 2rem
}

#calculator-form .btn-link {
    font-weight: inherit;
    color: inherit;
    -webkit-appearance: initial;
    display: flex
}

#calculator-form .btn-link:hover {
    text-decoration: none
}

#calculator-form .card {
    box-shadow: none;
    background: 0;
    border: 0
}

#calculator-form .card-header {
    border: 0;
    background: 0 0;
    padding: 0
}

#calculator-form .card-body {
    padding: 0
}

#calculator-form .btn-link.collapsed i {
    transform: rotate(0)
}

#calculator-form .btn-link i {
    transform: rotate(180deg);
    font-size: 1.25rem;
    margin-top: 0
}

#blog section {
    margin-top: 0
}

#blog h2 {
    text-align: left;
    line-height: 1.5
}

#blog h3 {
    margin-top: 4rem;
    line-height: 1.5
}

#blog .page-header-label {
    line-height: 1.5
}

#blog .hero-home {
    height: 33vw
}

#blog .page-description {
    text-align: center;
    padding: 0 .8em
}

#blog .blog-content ul {
    list-style: disc;
    padding-left: 1.25rem
}

#blog .blog-content ul li:not(:first-of-type) {
    padding-top: .75rem
}

.author-note {
    font-size: .86rem;
    font-style: italic;
    color: #a0a0a0;
    margin-top: 2rem
}

#blog .blog-content {
    max-width: 46rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5.5rem
}

#blog .img-container {
    margin: 3rem 0;
    -webkit-box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, .2);
    flex-direction: column
}

#blog #subscribe {
    text-align: center;
    max-width: 39rem;
    border: 1px solid #ddd;
    padding: 2rem;
    background-color: #fff
}

#blog #subscribe h2 {
    text-align: center;
    margin-bottom: 0
}

#blog #subscribe h3 {
    margin-top: 3rem
}

#blog .form-wrapper {
    background-color: transparent
}

.author {
    display: flex;
    align-items: center
}

.author img {
    display: block;
    position: relative;
    max-width: 4rem;
    border-radius: 50%;
    margin-right: 1rem
}

#blog .button-wrapper {
    position: relative;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    text-align: center
}

.form-wrapper {
    background: #fff;
    padding: 2.5rem 2rem 2rem
}

.form-wrapper.test-gift.page {
    background: 0 0
}

.holiday section:not(:first-of-type):not(.value-prop) {
    margin-top: 10rem !important
}

footer {
    background-color: #22315c;
    object-fit: cover;
    display: block
}

footer .grid-row {
    display: flex
}

footer [class*=col-6of12]:last-of-type {
    justify-content: flex-end;
    align-self: center
}

footer .pg-content {
    padding-top: 2em
}

footer h4 {
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600;
    color: #a0a0a0;
    letter-spacing: normal
}

.main-footer-menu {
    padding-bottom: 40px
}

.main-footer-menu li {
    margin-bottom: 1em;
    margin-right: 1em
}

.main-footer-menu a {
    padding: 0 0 1em
}

footer a {
    color: #fff;
    font-weight: 600;
    font-size: .9em;
    position: relative
}

footer a:hover {
    color: #4aaba8
}

.footer-logo {
    padding: 0 1.5em
}

.footer-cta {
    float: right;
    max-width: 13em;
    padding-bottom: 2rem
}

footer .button:hover {
    color: #fff
}

footer .row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0
}

footer .row li {
    width: 33.3%
}

.footer-note {
    display: flex;
    color: #fff;
    font-size: .75rem;
    align-items: center;
    justify-content: center;
    padding: 4rem 0 2rem 0
}

.footer-note i {
    color: #fff;
    font-size: 1.5rem;
    margin-right: 0
}

.main-footer .row {
    flex-direction: row
}

.main-footer .row:first-of-type {
    width: 100%
}

.main-footer .row li {
    width: 100%;
    padding-bottom: .875rem;
    line-height: 1
}

.main-footer .row li a {
    font-weight: 400;
    font-size: .8rem
}

.main-footer h4 {
    font-size: .8rem;
    font-weight: 700
}

.main-footer .footer-cta {
    margin-top: 1.25rem
}

.main-footer .row,
.main-footer .row [class*=col] {
    padding-left: 0;
    padding-right: 0
}

.main-footer .row [class*=col] .row [class*=col] {
    padding-right: 1rem
}

.new-h2 {
    font-size: 2rem !important;
    font-family: "Open Sans" !important;
    font-weight: 600;
    letter-spacing: normal;
    margin: revert;
    line-height: revert
}

#number1 h2.new-h2:not(.fullwidth),
#solutions h2.new-h2:not(.fullwidth) {
    max-width: 31rem
}

.icon-card {
    font-size: .875em;
    font-weight: 700
}

.rewards-item {
    display: flex;
    flex-direction: row;
    align-items: center
}

.test-gift-cta {
    width: 50%;
    float: left
}

.test-gift-bg {
    background-image: url(https://blog.guusto.com/hs-fs/hub/1872127/hub_generated/template_assets/65566368099/1644079763162/Guusto_October2019_Theme/img/testgift/modal-background.svg);
    background-size: cover
}

.test-gift-card {
    width: 23rem;
    padding-top: 2rem;
    justify-content: center
}

.test-gift-icon {
    width: 175px;
    height: 175px;
    padding-bottom: 2rem
}

.test-gift-button:not(.full) {
    width: 49% !important;
    text-align: center;
    margin-bottom: .5rem;
    padding: .5em 1em
}

.test-gift-button.gift-page {
    width: 100% !important
}

.bottom-menu-section {
    padding: 5rem 0 7rem;
    background: url(https://blog.guusto.com/hs-fs/hub/1872127/hub_generated/template_assets/65566368099/1644079763162/Guusto_October2019_Theme/img/bottom-cover-c.svg), #f7f7f8;
    background-size: cover
}

.bottom-menu-section.teal {
    color: #fff;
    background: #53c2be
}

.bottom-menu {
    color: #22315c;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    height: 100%
}

.careers-menu {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    height: 100%
}

h2.bottom-menu-header {
    color: #22315c;
    font-size: 3rem;
    font-family: "Open Sans";
    font-weight: 600;
    text-align: left;
    margin: 0
}

.bottom-menu-section.teal h2.bottom-menu-header {
    color: #fff
}

div.careers-menu-btn {
    transition: all .3s ease;
    cursor: pointer
}

.bottom-menu-btn div {
    width: 100%;
    padding: .5rem 1rem;
    text-align: left;
    background-color: #fff;
    display: flex;
    align-items: center;
    transition: all .3s ease;
    cursor: pointer;
    border-radius: 50px
}

.bottom-menu-btn div span {
    padding: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #22315c;
    transition: all .3s ease
}

.bottom-menu-section.teal .bottom-menu-btn div span {
    color: #53c2be
}

.bottom-menu-btn:hover div {
    background-color: #53c2be;
    transition: all .3s ease
}

.bottom-menu-section.teal .bottom-menu-btn:hover div {
    background-color: #fff9
}

.bottom-menu-btn:hover div span {
    color: #fff;
    transition: all .3s ease
}

h3.new-h3 {
    font-size: 1.5rem;
    font-weight: 600
}

section.number1-new {
    padding: 4rem 0;
    margin: 0
}

@media only screen and (max-width:768px) {
    #solutions h2.new-h2 {
        max-width: 100%
    }
    .bottom-menu-btn,
    .bottom-menu-btn div {
        width: 100%
    }
}

section.number1-new {
    padding: 2rem 0
}

@media only screen and (max-width:568px) {
    .rewards-item {
        font-size: .875rem
    }
    #test-gift-body {
        background: #fff
    }
    .test-gift-apps {
        max-width: 20rem
    }
    .form-wrapper.test-gift.page.mobile {
        background: #fff;
        position: static
    }
    .form-wrapper.test-gift.mobile {
        position: relative;
        height: 100%;
        display: block;
        padding-left: 1rem;
        padding-right: 1rem
    }
    .form-wrapper.test-gift.mobile .field-wrapper {
        position: relative;
        height: 100%;
        padding-bottom: 16rem;
        overflow-y: auto
    }
    .test-gift-bg {
        background: #fff;
        height: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
    h2.bottom-menu-header {
        font-size: 2.375rem
    }
    .bottom-menu-btn div {
        padding: .25rem .5rem
    }
    .bottom-menu-btn div span {
        font-size: 1rem
    }
    .careers-menu {
        flex-direction: column
    }
    .careers-menu-btn {
        width: 100%;
        text-align: center
    }
}

.button.disabled {
    pointer-events: none;
    cursor: default;
    border: 2px solid #c4c4c4;
    color: #c4c4c4
}

.blog-post-wrapper > div.section {
  padding: 1rem 1rem;
}
/*!normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

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

progress {
    vertical-align: baseline
}

template,
[hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .3em 0 !important
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}


.nav-link {
    display: revert;
    padding: revert
}

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


@font-face {
  font-family: rooney;
  src: url("//1872127.fs1.hubspotusercontent-na1.net/hubfs/1872127/Guusto_October2019%20Theme/fonts/rooney-regular.eot"), 
    url("//1872127.fs1.hubspotusercontent-na1.net/hubfs/1872127/Guusto_October2019%20Theme/fonts/rooney-regular.woff"), 
    url("//1872127.fs1.hubspotusercontent-na1.net/hubfs/1872127/Guusto_October2019%20Theme/fonts/rooney-regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//1872127.fs1.hubspotusercontent-na1.net/hubfs/1872127/Guusto_October2019%20Theme/fonts/fa-brands-400.eot") format("embedded-opentype"), 
    url("//1872127.fs1.hubspotusercontent-na1.net/hubfs/1872127/Guusto_October2019%20Theme/fonts/fa-brands-400.woff2") format("woff2"), 
    url("//1872127.fs1.hubspotusercontent-na1.net/hubfs/1872127/Guusto_October2019%20Theme/fonts/fa-brands-400.woff") format("woff"), 
    url("//1872127.fs1.hubspotusercontent-na1.net/hubfs/1872127/Guusto_October2019%20Theme/fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}


/* 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 */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* 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 iFrames */
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.net/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.net/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;
} 

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body{
  background: #ffffff;
  color: #22315c;
  font-family: open sans,helvetica neue,Helvetica,Verdana,sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
}

.post-body {
  background: #ffffff;
  color: #434343;
  font-family: open sans,helvetica neue,Helvetica,Verdana,sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

.post-listing-content .post-content, .post-listing-content .forward-button{
  font-size: 16px;
}


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

/* Highlighted Text */




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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
/* h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: "Rooney", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	line-height: 1.5;
	color: #212529;
} */

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	line-height: 1.5;
	color: #22315c;
}

h2, h3, h4, h5, h6 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	font-size: 3.2rem;
	line-height: 3.3rem;
}
h2 {
	font-size: 2.2rem;
}
h3 {
	font-size: 2rem;
}
h4 {
	font-size: 1.8rem;
}
h5 {
	font-size: 1.6rem;
}
h6 {
	font-size: 1.4rem;
}

/* Anchor Links */
.body-container-wrapper a:not(.button, .video-container, .linkedin-btn, .link-hs-exclude) { 
  position: relative;
  color: #53c2be;
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
	outline: none;
}

.body-container-wrapper a:not(.button, .video-container, .linkedin-btn):not(.button, .video-container, .linkedin-btn):after, . {
	content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background: #13122a;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  transition: transform 200ms ease-out,background 200ms ease-out;
}

.body-container-wrapper a:not(.button, .video-container, .linkedin-btn):hover, .body-container-wrapper a:not(.button, .video-container, .linkedin-btn):focus { 
  color: #13122a;
  text-decoration: none;
  outline: none;
}

.body-container-wrapper a:not(.button, .video-container, .linkedin-btn):hover:after { 
  -webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
	 outline: none;
}

#intro .logo a:after {
    content: none;
}


/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Microsite Lists */

#micro-header-a ul, #micro-header-b ul{
  color: white;
  line-height:1.375rem;
}
#micro-header-a li, #micro-header-b li{
  margin-bottom:0.5rem;
}

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

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


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

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

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

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


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


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

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


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

.header-container-wrapper {
  min-height: 75px;
}

.header-container-wrapper .row-fluid [class*="span"], .hs-landing-page .header-container-wrapper {
  min-height: 0;
}

.header-container {}

.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  padding: .5em 2.5em;
  background-color: #fff;
  border-bottom: 3px solid #fff;
  box-shadow: 0 4px 4px rgba(42,42,42,.15);
  z-index: 999;
}

.custom-header .page-center {
  max-width: 100% !important;
}

.custom-logo {
  width: auto !important;
  display: inline-block !important;
  z-index: 10003;
  max-width: 8em;
  padding-top: .5em;
}

.custom-logo img {
  vertical-align: middle;
}



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

.body-container-wrapper {}

.body-container .page-center {
	max-width: 83rem !important;
	padding-left: 4rem;
	padding-right: 4rem;
}

#hero-home {
  display: flex;
  position: relative;
  top: 0;
  width: 100%;
  background: #000;
}

#hero-home { 
/* 	height: 38vw; */
}

#hero-home img {
/*   height: 38vw; */
/*   object-position: center center; */
/*   display: block; */
/*   position: relative; */
  -webkit-filter: blur(0);
  filter: blur(0);
  object-fit: cover;
  opacity: .5;
  -webkit-transition: -webkit-filter 1s;
  transition: -webkit-filter 1s;
  -o-transition: filter 1s;
  transition: filter 1s;
  transition: filter 1s,-webkit-filter 1s;
  width: 100%;
  vertical-align: middle;
}

.home-page-hero-padding {
  width: 100%;
  position: absolute;
  top: unset;
  text-align: center;
  align-self: center;
}

#hero-home p {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  padding: 1em 0 0;
  color: #fff;
  margin: 0;
}

#hero-home h1 {
  font-family: "Open Sans", rooney,helvetica neue,Helvetica,Verdana,sans-serif;
  font-size: 3.2rem;
  color: #fff;
  line-height: 3.3rem;
  text-align: center;
  padding: 0 .8em;
  margin: .3em 0;
}

#hero-home .hero-buttons {
  margin-top: 4rem;
}

#hero-home a.button {
  font-family: open sans,helvetica neue,Helvetica,Verdana,sans-serif;
  padding: .5em 2em;
  background-color: #53c2be;
  color: #fff;
  border: 2px solid #53c2be;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#hero-home a.button.btn-outline {
	background-color: transparent;
}

#hero-home a.button:hover {
	box-shadow: 0 6px 6px rgba(42, 42, 42, .20);
	background-color: #219D99;
	border-color: #219D99;
	color: #fff;
}

#hero-home a.button:after {
	display: none;	
}

.body-container .hs_cos_wrapper_type_rich_text ol, .body-container .hs_cos_wrapper_type_rich_text ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  padding: 0;
}

.body-container .hs_cos_wrapper_type_rich_text ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

.body-container .hs_cos_wrapper_type_rich_text ol {
  margin-left: 1.25rem;
}

.body-container  .widget-module > ul {
  margin-left: 1.25rem;
  padding-left: 0;
}

.content-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}


.custom-footer {
  background-color: #13122a;
  object-fit: cover;
  display: block;
}

.custom-footer .page-center {
  max-width: 100% !important;
}

.custom-wrap3 {
  display: flex;
  margin: 0 4em;
  padding-top: 2em;
}

.custom-useful-wrapper {
  width: 50% !important;
  float: left !important;
}

.custom-useful-wrapper h3 {
  font-size: .8rem;
  font-weight: 600;
  color: #a0a0a0;
  text-transform: uppercase;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

/* .custom-useful-links .hs-menu-wrapper > ul {
  display: inline-block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2.5em;
  -moz-column-gap: 2.5em;
  column-gap: 2.5em;
  padding-bottom: 40px;
}
 */

.custom-useful-links .hs-menu-wrapper > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 12rem;
  margin: 0;
  padding-bottom: 40px;
}

.landing-page:not(.thank-you) .custom-useful-links .hs-menu-wrapper > ul {
	height: auto;
	padding-bottom: 0;
}

/* .custom-useful-links .hs-menu-wrapper > ul > li {
  margin-bottom: 1em;
  margin-right: 1em;
} */

.custom-useful-links .hs-menu-wrapper > ul > li {
  margin-bottom: 1em;
  margin-right: 1em;
  width: 33.3%;
}

.custom-useful-links .hs-menu-wrapper > ul > li > a {
  color: #fff;
  font-weight: 600;
  font-size: .9em;
  position: relative;
  display: inline;
  padding: 0 0 1em;
  text-decoration: none;
}

.custom-useful-links .hs-menu-wrapper > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 2px;
  width: 100%;
  background: #219d99;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transition: transform 200ms ease-out,background 200ms ease-out;
}

.custom-useful-links .hs-menu-wrapper > ul > li > a:hover {
  color: #219d99;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.custom-useful-links .hs-menu-wrapper > ul > li > a:hover:after {
  transform: scaleX(1);
}

.custom-footer-logo {
  margin-left: 0 !important;
  width: 50% !important;
  float: left !important;
  justify-content: flex-end;
  align-self: center;
}


.custom-footer-logo > div {
  float: right;
  max-width: 13em;
  padding-bottom: 2rem;
}

.custom-footer-logo img {
  padding: 0 1.5em;
  vertical-align: middle;
}

.custom-footer-logo img + a {
  font-family: open sans,helvetica neue,Helvetica,Verdana,sans-serif;
  font-size: .9em;
  font-weight: 600;
  padding: .5em 2em;
  background-color: #53c2be;
  color: #fff;
  border: 2px solid #53c2be;
  text-decoration: none;
  margin: .5em 0;
  border-radius: 4px;
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.custom-footer-logo img + a:hover {
  box-shadow: 0 6px 6px rgba(42, 42, 42, .20);
  background-color: #219D99;
  border-color: #219D99;
  color: #fff;
}

.custom-footer-logo img + a + a {
  width: 50%;
  float: left;
  color: #fff;
  font-weight: 600;
  font-size: .9em;
  position: relative;
  padding-right: .15em;
}

.custom-footer-logo img + a + a + a {
  justify-content: flex-end;
  align-self: center;
  padding-left: .15em;
  width: 50%;
  float: left;
}

.custom-footer-logo img + a ~ a img {
  padding: 0;
}


.custom-footer-connect {
  display: flex !important;
  color: white;
  font-size: .75rem;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.custom-footer-connect > div > span {
  display: flex;
  align-items: center;
  justify-content: center;
}


.custom-footer-connect h5 {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Verdana,sans-serif;
  font-size: .75rem;
	font-weight: 400;
	margin: 0;
	color: #fff;
}

.custom-footer-connect h5 + a {
  color: #fff;
  font-weight: 600;
  font-size: .9em;
  position: relative;
  text-decoration: none;
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .fas, .far, .fab {
  margin: -2px 10px 0px 10px;
}

.fa-linkedin:before {
  content: "\f08c";
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.custom-footer-connect h5 + a i {
  color: white;
  font-size: 1.5rem;
  margin-right: 0;
}




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

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

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


  .custom-menu-primary {
    margin-left: 0 !important;
    width: auto !important;
    float: right !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
    display: block;
    position: relative;
    float: right !important;
    padding: 0;
    margin: 0 1.1em;
    line-height: 2rem;
    font-family: rooney,helvetica neue,Helvetica,Verdana,sans-serif;
    color: #333;
    font-size: .9rem;
    font-weight: 700;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #333;
    display: block;
    position: relative;
    padding: .5em 0;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover { 
    color: #219d99;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover svg {
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    transform: rotate(180deg);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after { 
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 2px;
    width: 100%;
    background: #219d99;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform 200ms ease-out,background 200ms ease-out;    
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after { 
    transform: scaleX(1);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7), .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    position: relative;
    display: block;
    text-align: center;
    margin: .5em 0;
    margin-left: .2em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) a {
    font-family: open sans,helvetica neue,Helvetica,Verdana,sans-serif;
    font-weight: 600;
    color: #53c2be;
    display: block;
    position: relative;
    padding: .2em 1.5em;
    border: 2px solid #53c2be;
    border-radius: 4px;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) a:hover {
    box-shadow: 0 6px 6px rgba(42,42,42,.2);
    background-color: #219d99;
    border-color: #219d99;
    color: white;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a {
    font-family: open sans,helvetica neue,Helvetica,Verdana,sans-serif;
    font-weight: 600;
    color: #fff;
    padding: .2em 1.5em;
    display: block;
    position: relative;
    border-radius: 4px;
    margin: 0 auto;
    background-color: #53c2be;
    border: 2px solid #53c2be;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a:hover {
    box-shadow: 0 6px 6px rgba(42,42,42,.2);
    background-color: #219d99;
    border-color: #219d99;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) a:after, .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a:after {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    width: 13em;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
    background-color: #fff;
    padding: 1em 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li {
    float: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
    position: relative;
    color: #333;
    line-height: 120%;
    padding: .5em 1em;
    display: block;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover {
    color: #219d99;
    text-decoration: none;
    transition: 200ms;
  }
  
  .custom-menu-primary.mobile {
    display: none !important;
  }

	.landing-page:not(.thank-you) .custom-header .page-center {
		min-height: 56.13px;
	}
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 1160px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger {
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: .8em;
    top: 0;
    top: .5em;
    right: 2.5em;
    width: 42px;
    height: 54px;     
  }

 .mobile-trigger .hamburger-graphic {
    display: inline-block;
    position: relative;
    float: right;
    height: 54px;
    opacity: 1;
    z-index: 10002;
  }

  .mobile-trigger svg line {
    transform: translateY(-8px);
    transition: transform .2s ease,-webkit-transform .2s ease,-moz-transform .2s ease,-o-transform .2s ease;
  }

  .mobile-trigger svg line:nth-last-child(2) {
    transform: translateY(8px);
    transition: transform .2s ease,-webkit-transform .2s ease,-moz-transform .2s ease,-o-transform .2s ease;
  }

  .mobile-trigger svg line:nth-last-child(3) {
    transform: scale(1);
    transform-origin: center;
    transition: opacity .2s ease;
  }


  .mobile-open .mobile-trigger svg line {
    -webkit-transform: translateX(24.5px) translateY(-5px) rotate(45deg);
    -moz-transform: translateX(24.5px) translateY(-5px) rotate(45deg);
    -o-transform: translateX(24.5px) translateY(-5px) rotate(45deg);
    transform: translateX(24.5px) translateY(-5px) rotate(45deg);
  }


  .mobile-open .mobile-trigger svg line:nth-last-child(2) {
    -webkit-transform: translateX(-14px) translateY(25px) rotate(-45deg);
    -moz-transform: translateX(-14px) translateY(25px) rotate(-45deg);
    -o-transform: translateX(-14px) translateY(25px) rotate(-45deg);
    transform: translateX(-14px) translateY(25px) rotate(-45deg);
  }

  .mobile-open .mobile-trigger svg line:nth-last-child(3) {
    -webkit-transform: scale(0);
    -moz-transform: scale(0) -o-transform: scale(0) transform: scale(0);
  }

  .mobile-trigger .line {
    stroke: #000;
    stroke-width: 3px;
  }

  .mobile-trigger:hover .line {
    stroke: #8C8C8C;
  }


  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
    min-height: 0 !important;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display: block;
  }
  .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;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* 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:not([data-has-comments="true"]) {
    display: none;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

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

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


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

.blog .blog-sidebar {}

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


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

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

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

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

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


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


/* =============== Global Form Styles =============== */

.form-title {
  font-family:  ;
  font-size:  ;
  font-weight: ;
  line-height: ;
  color:  ;
  border-bottom: ;
  padding-bottom: ;
  padding-top: ;
}

.form-title:empty{
  display:none;
}

.hs_recaptcha {
  margin: 15px 0;
}

.body-container .hs-form{
  margin-bottom: 20px;
}

/* Form Field */
.hs-form-field {
  margin: 0 0 20px; 
}

.hs-form-required {
  color: red;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: inline-block;
  max-width: 100%;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #33475b;
  line-height: 20px;
  margin-bottom: 4px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width: 767px;
  display: block;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding: 0 15px;
  line-height: 22px;
  min-height: 27px;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}

.hs-input.invalid.error{
  border-color: #b9554d;
}

/* 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 {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.hs-error-msgs label {
  color: #f2545b;
  font-family: arial,helvetica,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  display: block;
	max-width: 767px;
	width: 100%;
	padding-top: 5px;
}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

/* Input */
.widget-type-google_search input[type="text"], #hs-pwd-widget-password {
	margin: 0 0 20px;
	margin-top: 0 !important;
	height: 40px !important;
}
.widget-type-google_search input[type="focus"] {}

/* Microsite Form Styling */
#micro-intro #form-a label, #micro-intro #form-b label{
  font-size: 1rem;
  display: block;
}

#micro-intro .hs-form-booleancheckbox label{
  padding-left: 1.5rem;
  text-indent: -1.25rem;
  /*font-size: 0.8rem !important;*/
}

/* #micro-intro #form-a label, #micro-intro #form-b label {
    display: block;
    padding-left: 1.5em;
    text-indent: -.7em;
} */
#micro-intro form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
  width: auto; 
  margin-right: 0.5rem;
}

#micro-intro form.hs-form textarea {
  max-width: 100%;
  padding:0.5rem;
}

#micro-intro form.hs-form text {
  max-width: 100% !important;
  padding:0.5rem;
}

#micro-intro form.hs-form input[type=file]{
  vertical-align:middle;
  padding:0 0;
  border-radius: .2em;
  background-color: white;
  font-size:0.875rem;
  transition: 0.3s;
}

#micro-intro form.hs-form input[type=file]::file-selector-button {
  height:100%;
  border-style: none; 
  background-color: #53C2BE;
  color: white;
  font-weight:700;
  transition: 0.3s;
}

#micro-intro form.hs-form input[type=file]::file-selector-button:hover {
  background-color: #219D99;
}

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


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

.hs-button .padding-fix{
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  white-space: normal;  
  text-align: center;
  padding: 12px 24px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  white-space: normal;  
  text-align: center;
  padding: 12px 24px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background: #53c2be;
  border: 1px solid #53c2be;
  line-height: 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.hs-button.secondary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  white-space: normal;  
  text-align: center;
  padding: 12px 24px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #53c2be;
  background: #ffffff;
  border: 1px solid #53c2be;
  line-height: 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.micro-header .hs-button.primary, .micro-header .hs-button.secondary{
  padding: 12px 36px;
}



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

.hs-button.secondary:hover {
	background:#53c2be;
	color: #fff;
}

.hs-button.primary:after,
.hs-button.secondary:after,
input[type="submit"]:after,
input[type="button"]:after {
	display: none;
}

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


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


#comments-listing:not([data-has-comments="true"]) {
	display: none;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
	overflow: hidden;
	overflow-x: auto;
}

input[type="search"]::-webkit-search-cancel-button { 
  display:none; 
}


input[type="search"] {
  -webkit-appearance: none;
}

.subscribe-options label {
  display: block;
  margin-left: 0;
}

.comment-date {
  display: block !important;
  text-align: left !important;
}

.inpage-editor-active-field, .inpage-editor-highlight-field {
  z-index: 2;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 0 10px !important;
  padding: 0 0 !important;
}

.replying {
  padding-left: 0 !important;
}


li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin > span {
  float: left;
}

.blog .blog-sidebar .hs_cos_wrapper_type_blog_subscribe {
	background-color: transparent;
	display: block;
	padding: 0;
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
	color: inherit;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;

}

.blog-listing-wrapper .post-listing .post-item {
	border-bottom: 1px solid #cccccc;
	padding: 0 0 20px;
	margin: 0 0 1.5rem;
}

.blog-post-wrapper h2, .post-header h2{
	margin-bottom: 20px;
}

.blog-post-wrapper h2 a, .post-header h2 a{
	text-decoration: none;
	color:inherit;
}


#comments-listing {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}

.comment.depth-0 {
	border-bottom: 1px solid #000 !important;
	border-top: medium none !important;
	margin: 0 10px 10px !important;
	padding: 0 15px !important;
}

.comment-body {
	border-bottom: medium none;
	color: ;
	display: block;
	font-family: ;
	font-size: ;
	line-height: ;
	padding: 0;
}

.comment-reply-to{
	margin-bottom: 15px;
}

.comment-from h4 {
	margin: 0;
	padding-top: 15px;
	margin-bottom: 10px;
}

.comment-date {
	color:  !important;
	display: block !important;
	text-align: left;
}

#hubspot-topic_data{
	font-weight: 400;
}

.post-listing #hubspot-author_data{
	margin-top: 0;
}


.post-listing #hubspot-author_data a,.post-listing #hubspot-author_data span{
	display:inline-block;
}

.hs-form .input ul {
	list-style: none;
	padding: 0 0 0;
	margin: 0;
}

.hs-form .input ul li{
	padding: 0 !important;
}

.custom_listing_comments {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0;
}

.more-link{
	display: inline-block;
	padding-top: 20px;
}

.blog-sidebar ul{
	padding: 0;
	margin: 0;
}

.blog-sidebar ul li{
	padding: 0 0 10px;
}

#hubspot-author_data .hs-author-avatar {
	max-width: 70px;
	padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
	height: auto !important;
	max-width: 100%;
}

.hs-blog-social-share {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	height: auto;
	margin-top: 10px;
	padding: 10px 0 0;
}

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

#captcha_wrapper > #recaptcha_area {
	margin: 0 0 20px;
}

.blog-sidebar .cell-wrapper{
	margin:0 0 30px;
}

#hubspot-author_data .hs-author-avatar img {
	height: auto !important;
	max-width: 100%;
}

.hs-author-profile .hs-author-avatar img {
	height: auto !important;
	max-width: 100%;
}

.hs-author-profile .hs-author-avatar {
	max-width: 70px;
	padding: 10px 10px 10px 0;
}

#comments-listing.no-comments {
	border: none;
}

div#captcha_wrapper {
	overflow-x: auto;
	width: 100% !important;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
	border-width: 0;
	display: block !important;
	float: none;
	height: auto;
	margin: 20px 0;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

div#hubspot-author_data a, div#hubspot-author_data span {
	display: inline-block;
}

span.filter-link-count {
	display: none;
}

.blog-pagination {
	text-align: left;
}

.blog-pagination a {
	display: inline-block;
	margin:0 5px 0 0;
}

.blog-sidebar h3 {
	margin-top: 0;
	font-family: "Open Sans", "Rooney","Helvetica Neue",Helvetica,Verdana,sans-serif;
	font-size: 2rem;
	line-height: 1.5;
	color: #22315c;
}

.blog-sidebar .row-fluid-wrapper {
	margin-bottom: 30px;
}

.hs-blog-social-share {
	margin-bottom: 10px;
}

h2.post-listing-simple {
	margin-top: 0;
	font-family: "Open Sans","Rooney","Helvetica Neue",Helvetica,Verdana,sans-serif;
	font-size: 2.2rem;
	line-height: 1.5;
	color: #212529;
}

h2.post-listing-simple a {
	text-decoration: none;
	color: #212529;
}

h2.post-listing-simple a:hover {
	text-decoration: none;
}

#comments-listing {
	border: 0;
}

textarea {
	height: auto;
}

.inpage-editor-active-field, .inpage-editor-highlight-field {
	z-index: 2;
}

.comment.depth-0 {
	border-bottom: 1px solid #000 !important;
	border-top: medium none !important;
	margin: 0 10px 10px !important;
	padding: 0 0 !important;
}

span.IN-widget {
	vertical-align: top !important;
}

.section.post-footer form {
	margin-top: 30px;
}

blockquote {
	margin: 0 0 1rem;
}

blockquote p {
	margin-top: 0;
}


/* Styles that do not fit into any of the available sections above can go here. */


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


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

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


@media (max-width: 768px) {


}  

@media(min-width:1281px) {
    .footer-container-wrapper .custom-wrap3 .custom-useful-wrapper {
        width: 33.3% !important;
    }
    
    .footer-container-wrapper .custom-wrap3 .custom-footer-logo {
        width: 66.6% !important;
    }
}

@media (max-width: 1280px) {
	
	.body-container .page-center {
		max-width: 100% !important;
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

@media (max-width: 1160px) {
  
  .custom-menu-primary.desktop {
    display: none !important;
  }

  .custom-header {
    padding-bottom: .55em;
  }

  .span12.custom-menu-primary {
    position: fixed;
    top: .5em;
    right: -100%;
    width: 100%;
    height: 100%;
    padding: 60px 0 30px;
    background: #fff;
    display: inline-block;
    opacity: .99;
    overflow-y: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  }
  
  .mobile-open .span12.custom-menu-primary {
    z-index: 9999;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    width: 100%;
    padding: 1em 0 0;
    text-align: center;
    display: inline-block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0;
    color: #000;
    font-family: "Rooney", "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    padding: .5em 0;
    float: none !important;
    text-align: center;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a:hover {
    box-shadow: 0 6px 6px rgba(42, 42, 42, .20);
    background-color: #219D99;
    border-color: #219D99;
    color: #fff;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    position: relative;
    color: #000;
    padding-bottom: .8em;
    text-align: center;
    display: inline;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a, .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > a {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-weight: 600;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: .5em;
    max-width: 12rem !important;
    color: #fff;
    border: 2px solid #53C2BE;
    display: block;
    text-align: center;
    padding: .5em 2em;
    background-color: #53C2BE;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > a {
    color: #53C2BE;
    background-color: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > a:hover {
    box-shadow: 0 6px 6px rgba(42, 42, 42, .20);
    background-color: #219D99;
    border-color: #219D99;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > a, .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > a {
    color: #9E9E9E;
    font-size: 1rem;
    line-height: .7rem;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > a:hover, .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > a:hover { 
    color: #219D99;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > a:after, 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) > a:after, 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) > a:after, 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(9) > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(10) > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(11) > a:after{  
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 2px;
    width: 100%;
    background: #219D99;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform 200ms ease-out, background 200ms ease-out;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > a:hover:after, 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) > a:hover:after, 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) > a:hover:after, 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(9) > a:hover:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(10) > a:hover:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(11) > a:hover:after{  
    transform: scaleX(1);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) > a:hover, 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) > a:hover, 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(9) > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(10) > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(11) > a:hover{ 
    color: #219D99;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
  }
}



@media (max-width: 52em) {
	
	.span12.custom-menu-primary {
		top: .7em;
	}

  .header-container-wrapper {
    min-height: 60px;
  }

  .custom-header {
    padding: .7em 1.5em 0;
    padding-bottom: 0;
    height: 68.2px;
  }

  .custom-logo {
    position: absolute;
    margin-left: .5em !important;
    margin-top: 0;
    padding-top: 0;
  }

  .mobile-trigger {
    top: .7em;
    right: 1.5em;
    float: right;
  }
}


@media screen and (max-width: 58em) and (min-width: 767px) {

	#hero-home {
		height: 45vw;
	}

  #hero-home img :not(.logo){
    height: 45vw;
  }

  .span12.custom-menu-primary {
    top: .7em;
  }
}


@media (max-width: 58em) {
  
 #hero-home h1 {
    font-size: 2.2rem;
    line-height: 1.3em;
  }
}

@media (max-width: 48em) {

  .custom-wrap3 {
    flex-direction: column;
  }

  .custom-useful-links .hs-menu-wrapper > ul {
    width: 100%;
    height: 10rem;
  }

  .custom-footer-logo > div {
    content: "";
    display: block;
    clear: both;
    position: relative;
    transform: translate(0,0);
    resize: both;
    max-width: 16em;
    padding-top: 3em;
    top: 0;
    left: 0;
    margin-bottom: 5rem;
    float: left;

    margin-bottom: 0;
  }

  .custom-useful-wrapper, .custom-footer-logo {
    width: 100% !important;
  }
	
	.landing-page:not(.thank-you) .custom-footer-logo {
		display: none !important;
	}
}

@media (max-width: 36em) {

	.body-container .page-center {
		padding-left: 2em;
		padding-right: 2em;
	}

	.custom-wrap3 {
    margin: 0 2em;
  }
	
	#hero-home { 
		height: 95vw;
	}
	
	#hero-home img :not(.logo){
		height: 95vw;
		object-fit: cover;
	}

	#hero-home p {
		font-size: .8em;
	}

	#hero-home h1 {
		font-size: 1.8rem;
		line-height: 2rem;
	}

	.custom-useful-links .hs-menu-wrapper > ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
    column-count: 1;
  }

  .custom-footer-logo > div {
    float: left;
    left: 0;
    padding-top: 1.5em;
	}

	#hero-home .hero-buttons {
		margin: 3rem 2rem 0;
	}

	#hero-home a.button {
		display: block;
		margin: .5em 0;
	}
}


@media (max-width: 27em) {

	#hero-home { 
		height: 148vw;
	}

	#hero-home img :not(.logo){
		height: 148vw;
		object-fit: cover;
	}

	.home-page-hero-padding {
/* 		top: 20%; */
	}

	#hero-home a.button {
		display: block;
		margin: .5em 0;
	}
}


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

@media (max-width: 767px) {

  .content-wrapper .row-fluid [class*="span"]:not(:last-child) {
    margin-bottom: 30px;
  }
}  


@media screen and (max-width: 767px) and (min-width: 36em) {
	
	#hero-home {
		height: 65vw;
	}

  #hero-home img :not(.logo){
    height: 65vw;
  }
}


@media (max-width: 575px) {

  .custom-useful-links .hs-menu-wrapper > ul {
    height: unset;
  }

  .custom-useful-links .hs-menu-wrapper > ul > li {
    width: 100%;
  }

  .custom-footer-connect {
    padding: 2rem 0 5rem;
  }
}



/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
	
	.hs-author-profile .hs-author-avatar {
		float: none;
	}
}



body.IE .body-container-wrapper {
	overflow-x: hidden;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body {
  line-height: 30px;
  color: #212529;
}

.blog-post-wrapper h2, .blog-post-wrapper h3, .blog-post-wrapper h4, .blog-post-wrapper h5, .blog-post-wrapper h6 {
  font-family: open sans,helvetica neue,Helvetica,Verdana,sans-serif !important;
}


/* Banner */
#hero-home {
    display: flex;
    height: 22.5vw;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    background: #000;
}

#hero-home h1 {
/*   font-size: 2.75rem; */
  padding: 0;
}

.home-page-hero-padding {
    padding: 0 0.8rem;
    line-height: normal;
    top: unset !important;
}

.blog .page-description {
  font-family: open sans,helvetica neue,Helvetica,Verdana,sans-serif;
  font-weight: 400;
  font-size: 1.35rem;
  letter-spacing: .5px;
  margin-bottom: 1em;
  color: white;
  padding: 0;
}

.public-title {
    font-weight: 100;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

#hero-home img {
    position: relative;
    top: 0;
    width: 100%;
    background: #000;
}

.hs-blog-listing #hero-home img {
/*     top: 7rem; */
}

/* Sidebar */

.sidebar {
   position: sticky;
   top: 6rem;
}

.sidebar h2 {
    letter-spacing: 0 !important;
}

.sidebar h3 {
   font-family: open sans,helvetica neue,Helvetica,Verdana,sans-serif;
   font-size: 1rem;
}

.sidebar .row-fluid-wrapper {
    margin-bottom: 1.875rem;
}

.body-container .widget-module>ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.hs-search-field__suggestions {
    background: #f5f8fa;
/*     margin-bottom: 2rem; */
    border: none !important;
}

.hs-search-field__suggestions li {
    padding: .5rem 1rem;
}

.hs-search-field__suggestions li:first-of-type {
    padding-top: 1rem;
}

.hs-search-field__suggestions li:last-of-type {
    padding-bottom: 1.5rem;
}

.hs-search-field__suggestions a:hover, .hs-search-field__suggestions a:focus {
    background-color: transparent;
}

.hs-search-field__suggestions li:not(:first-of-type) a {
    display: initial;
}


/* Recent Posts */
.recent-posts h2.recent-posts-title {
    font-size: 1rem !important;
    font-weight: 800;
    font-family: "open sans", sans-serif;
}

.recent-posts h3 {
  margin-bottom: 0;
}

.recent-posts p {
  margin: 0;
  font-size: 0.75rem;
  color: #a0a0a0;
}

.recent-post-listing {
  margin-bottom: 1rem;
}

.recent-posts .recent-post-listing:last-of-type {
  margin-bottom: 0;
}

/* Featured Content Box */

.featured-content-box a {
    text-decoration: none;
    text-align: center;
    padding: 0;
    font-size: 0.875rem !important;
    color: white !important;
    background: linear-gradient(128deg, #53c2be 0%, #22315c 100%) !important;
    border-radius: .5rem;
}

.featured-content-box a h2 {
    font-size: 1rem !important;
    font-weight: 800;
    font-family: "open sans", sans-serif !important;
    text-align: center;
    color: white;
    line-height: 1.25 !important;
}

.featured-content-box a p {
  margin-bottom: 0;
}

.featured-content-box a [data-hs-cos-field="FC_title"], .featured-content-box a [data-hs-cos-field="FC_description"] {
  margin: 0.5rem 0;
}

.featured-content-box a:hover  {
    background: white !important;
    color: #53c2be !important;
    box-shadow: inset 0px 0px 0px 1px #53c2be !important;
}

.featured-content-box a:hover h2 {
    color: #53c2be !important;
}


/* Back Button */
.back-arrow:hover {
  background: none !important;
}

.back-arrow.active i {
  color: #13122a !important;
}

.back-arrow i {
  margin-left: 0;
}

/* Forward Arrow Button */
.forward-button:hover i {
  color: #13122a
}

/* Blog Content */

.banner-area .hs_cos_wrapper_widget {
  display: flex;
  flex-direction: column;
}

.blog-post .hs-featured-image-wrapper {
/*     height: 20rem; */
    overflow: hidden;
    display: flex;
    margin: 2rem auto;
}

.blog-post .hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
    align-self: center;
    display: flex;
}

.blog-post h1 {
    font-size: 2.25rem !important;
    padding: 0 1rem;
}

.blog-post h2 {
  font-size: 1.875rem !important;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0 !important;
}

.blog-post .post-body h3{
  font-size: 1.5rem !important;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0 !important;
}

.subtitle {
  font-size: 1.5rem;
  line-height: normal;
  color: #a0a0a0;
}

.subtitle .hs_cos_wrapper {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto 2rem;
    padding: 0 .8rem;
}

.blog-post .post-info {
    justify-content: center;
    margin-bottom: 1rem;
}

.post-header {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.read-time, .post-info {
    display: flex !important;
    color: #a0a0a0;
}

.read-time p {
    margin: 0;
}

.dot-spacer {
    padding: 0 0.25rem;
}

.page-center.content-wrapper a:not(.hs-author-social-link):not(.topic-link):not(.header-link)  {
    text-decoration: none;
    font-weight: 600;
    color: #53c2be;
    background-image: linear-gradient(to right,#53C2BE,#53C2BE);
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: 0 2px;
    transition: all .3s ease !important;
}

.page-center.content-wrapper a:not(.hs-author-social-link):not(.topic-link):not(.header-link):hover {
    color: #13122a;
    background-image: linear-gradient(to right,#13122A,#13122A);
    background-size: 1px 2px;
}

.page-center.content-wrapper a:after {
    content: none !important;
}

.post-body img {
/*     -webkit-box-shadow: 5px 5px 8px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 5px 5px 8px 0 rgba(0,0,0,.2);
    box-shadow: 5px 5px 8px 0 rgba(0,0,0,.2); */
}

.post-body p img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.header-link {
  color: inherit !important;
}

h3.social-sharing-header {
    font-size: 1rem;
    margin-bottom: 0;
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing img {
    display: flex;
    align-items: center;
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing a {
    transition: all .3s ease-in;
    margin: 0 0.25rem;
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing a:hover {
    background-size: 0 !important;
    margin-top: -0.5rem;
}

.social-sharing {
    margin: 4rem 0 6rem;
    display: flex !important;
    justify-content: center;
}

.widget-type-social_sharing {
    border: 1px solid #a0a0a0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.5rem;
}


/* Author */
#hubspot-author_data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div#hubspot-author_data a.author-link {
    display: unset;
}

#hubspot-author_data .hs-author-avatar {
    padding-right: 0;
}

#hubspot-author_data .hs-author-avatar img {
    margin: 0 !important;
}

.hs-author-social-links, .hs-author-social-section {
    display: flex;
}

.hs-author-social-links p, .hs-author-social-section span {
    font-size: 0.875rem;
    color: #a0a0a0;
    margin: 0;
    font-style: italic;
}

.hs-author-social-links .hs-author-social-link {
    margin-left: 0.33rem;
}

.author-info {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.hs-author-social-section {
    line-height: normal;
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url(https://blog.guusto.com/hubfs/linkedin-logo.png);
}

.hs-author-social-links a.hs-author-social-link {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-size: 20px 20px;
}

.about-author-sec h3 {
    color: #a0a0a0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-family: open sans,helvetica neue,Helvetica,Verdana,sans-serif !important;
}

.about-author-sec .author-img {
  border-radius: 50%;
}

.about-author-sec .bio-content, .hs-author-profile .bio-content {
    padding-left: 1rem;
}

.about-author-sec .author-bio, .hs-author-bio {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #a0a0a0;
}

.hs-author-profile .about-author-sec {
    display: flex;
    align-items: center;
}

.hs-author-profile .hs-author-avatar {
    max-width: inherit;
    padding: 0;
    margin: 0;
}

.hs-author-profile .hs-author-social-section {
    margin-top: 0.875rem;
}

.hs-blog-listing .hs-author-profile {
    border-bottom: none;
    padding: 0;
    margin: 0 1rem 5rem;
}

.hs-author-profile h2.hs-author-name {
    margin: 0 0 2rem;
}


/* Comments */
.comment.depth-0 {
    margin: 0 !important;
    padding: 0 0 10px !important;
    border-bottom: 1px solid #ccc !important;
}

.comment {
    margin: -1px 0 0 0;
}


/* Forms */
.hs-button.primary, .hs-button.secondary,input[type="submit"], input[type="button"], .cta_button {
    transition: all .3s ease-in;
}

.hs-button.primary:hover, .hs-button.secondary:hover, input[type="submit"]:hover, input[type="button"]:hover, .cta_button:hover {
    box-shadow: 0 6px 6px rgba(42,42,42,.2);
    background-color: #219d99 !important;
    border-color: #219d99 !important;
}

.subscribe, .microsite-redirect {
    border: 1px solid #a0a0a0;
    padding: 1.5rem;
}

.subscribe {
    float: none !important;
    max-width: 34rem;
    margin: 0 auto !important;
    padding: 4rem 2rem;
}

.subscribe h3, .microsite-redirect {
    text-align: left;
}

.subscribe input {
    display: block !important;
    margin: 0 !important;
}

.subscribe.confetti-background-teal-white {
    background-size: 84% !important;
}

.microsite-disclaimer{
    font-size:12px !important;
}

.blog-post .subscribe.confetti-background-teal-white {
    background-attachment: unset;
    background-size: 240% !important;
    padding: 3rem 2rem;
}

.blog-post .subscribe h3 {
    background-attachment: unset;
    background-size: 240% !important;
}

/* Landing Page */
/* .main-content {
  float: none !important;
  max-width: 63rem;
  margin-left: auto !important;
  margin-right: auto;
} */

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

.headerless-list {
  display: flex;
  flex-wrap: wrap;
}

.blog-listing-wrapper .post-listing .post-item  {
/*     flex: 0 1 50%; */
/*     border: 1px solid rgba(0,0,0,.2); */
    padding: 0 0.75rem;
    border-bottom: 0;
    display: flex;
    width: 50%;
}

.blog-listing-wrapper h3 {
    padding: 0 0.75rem;
}

#listing-page .post-body {
    position: relative;
    display: flex;
    flex-direction: column;
}

#listing-page .post-listing-content {
  padding: 0 1rem 1rem;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

#listing-page .post-listing-content a.topic-link {
    margin-left: 0;
}

#listing-page .post-content {
    flex: 1 0 auto;
}

#listing-page .post-content p {
    margin-top: 0;
}

#listing-page .more-link {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
    z-index: 0;
    transition: 0.25s box-shadow;
}

#listing-page .more-link:hover {
    -webkit-box-shadow: 0 6px 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 6px 30px 0 rgba(0,0,0,.2);
    background-size: 0;
}

#listing-page .hs-featured-image-wrapper {
    height: 12rem;
    display: flex;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

#listing-page .hs-featured-image-link {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    margin: auto;
}

#listing-page .hs-featured-image-link:hover {
    background-size: 0;
}

#listing-page .hs-featured-image-wrapper img {
    height: 100%;
    width: auto;
    align-self: center;
    object-fit: cover;
    box-shadow: none;
}

#listing-page.webinars-pg .hs-featured-image-wrapper img {
  object-fit: contain;
  width: 100%;
}

#listing-page .post-header {
    margin: 2rem 0 0;
}

#listing-page .post-header h2 {
    font-size: 1.25rem;
    text-align: left;
    margin: .4rem 0 0.75rem;
    letter-spacing: 0.025rem;
}

#listing-page #hubspot-author_data {
    color: #a0a0a0;
    font-size: 0.875rem;
    line-height: 1.3;
    z-index: 1;
}

#listing-page .author-link {
    color: #a0a0a0;
    font-weight: 400;
    text-decoration: underline;
}

#listing-page .author-link:hover {
    color: #53c2be;
    text-decoration: underline;
    background-size: 0;
}

#listing-page .author-time-wrapper {
    display: flex;
    color: #a0a0a0;
    font-size: 0.875rem;
    line-height: normal;
    justify-content: space-between;
    margin-top: 1.5rem;
    padding-bottom: 0.5rem;
}

#listing-page .published-date {
    color: #a0a0a0;
    font-size: 0.875rem;
}

#listing-page .hs-featured-image {
  margin: 0;
}

.blog-pagination {
    text-align: center;
    margin: 3rem 0;
}

.blog-listing-wrapper .post-listing .featured-wrapper .post-item {
    flex: 1 0 100%;
    width: 100%;
}

.blog-listing-wrapper .post-listing .featured-wrapper .post-item .post-body {
    flex-direction: row !important; 
}

.blog-listing-wrapper .post-listing .featured-wrapper .post-item .post-listing-content {
    flex: 1 0 50% !important;
}

#listing-page .blog-listing-wrapper .post-listing .featured-wrapper .post-item .hs-featured-image-wrapper {
    height: 100%;
}

#listing-page .blog-listing-wrapper .post-listing .featured-wrapper .post-item .hs-featured-image-wrapper img {
    height: 100%;
    width: 100%;
}

.blog-listing-wrapper .post-listing .featured-wrapper .post-item #hubspot-topic_data {
   margin: 1rem 0 0 !important;
}

.blog-listing-wrapper .post-listing .featured-wrapper .post-item .post-header {
   margin: 1rem 0 0 !important;
}

.latest-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.latest-posts-wrapper h3 {
    width: 100%;
    margin-bottom: 0;
}

.featured-wrapper h3::after, .latest-posts-wrapper h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    margin-top: .75rem;
    margin-bottom: 1.5rem;
}

/* Microsite */
/* #hero-home #microsite-listing-header{
  text-align:left;
  margin: 0 auto;
  padding: 4rem 4rem;
  max-width: 1024px !important;

} */
.micro-submit-background-back{
  background-image:linear-gradient(to bottom,rgba(34,49,92,0.75) 30%,#22315C 100%), url(https://guusto.com/img/stock/pexels-rfstudio-3810756.jpg); 
  background-repeat: no-repeat;
  background-size:cover;
  
}

.micro-submit-background{
  background-image:linear-gradient(to bottom,rgba(34,49,92,0.75) 30%,#22315C 100%), url(https://guusto.com/img/stock/pexels-rfstudio-3810756.jpg); 
  background-repeat: no-repeat;
  background-size:cover;
  
}

.landing-page #micro-intro:before {
    padding-top: 2rem;
    /*    background-color: rgba(19, 18, 42, 0.75);*/
    background-image: linear-gradient(to bottom, rgba(34, 49, 92, 0.75) 30%, #22315C 100%);

    padding-bottom: 5rem;
/*     height: calc(100vh - 7.4375rem); */
}

.landing-page #micro-intro:after {
    content: "";
    background-image: url('../img/stock/pexels-rfstudio-3810756.jpg');
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

#form-b .submitted-message {
    text-align: center;
}

#form-b .submitted-message p {
    font-size: 1.75rem;
    font-weight: bold;
}

#form-b .submitted-message ul li {
    padding: 0.5rem 0;
    font-size: 1.15rem;
}

.microsite-redirect {
    float: none !important;
    max-width: 34rem;
    margin: 0 auto !important;
    padding: 2rem 2rem;
}

.microsite-disabled{
  display: none !important;
}

/* Microsite Headings */
.micro-header{
  margin: 3rem 0 !important;
}

#micro-intro h1, #micro-intro h2, #micro-intro h3{
	margin-top: 0;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  text-align: left;
  padding: 0 0;
	color: white;
}

#micro-intro #micro-header-a h1{
  font: normal 600 4.5rem/6rem Open Sans, sans-serif !important;
  margin: 0 0 !important;
}

#micro-intro #micro-header-a h2{
  font: normal 600 2rem/2.75rem Open Sans, sans-serif !important;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}
#micro-intro #micro-header-b h2{
  font: normal 600 3rem/3rem Open Sans, sans-serif !important;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}
#micro-intro #micro-header-b h3{
  font: normal 600 1.5rem/2rem Open Sans, sans-serif !important;
  margin: 0 0 !important;
}

#micro-intro #micro-header-c h1{
  font: normal 600 4.25rem/6rem Open Sans, sans-serif !important;
  margin: 0 0 !important;
}

#micro-intro #form-a h3{
  font: normal 600 2rem/2rem Open Sans, sans-serif !important;
  color: #22315C !important;
  margin: 0 0 !important;
  padding-bottom: 1.5rem;
}

#listing-page .post-content h3{
  padding: 0;
  font-family:"Open Sans";
  font-size: 0.8rem;
}

#hero-home .logo img{
  -webkit-filter: none;
  filter: none;
  object-fit: cover;
  opacity: 1;
  background: none;
}

.gated_main_copy p, .gated_main_copy h1, .gated_main_copy h2, .gated_main_copy h3  {
  text-align: left !important;
  font-family:"Open Sans" !important;
}

.gated_main_copy h1, .gated_main_copy h2{
  padding: 0;
}

#review-site.landing-page .gated_main_copy h1.holiday_stratCall_header {
  font-size:3rem !important;
}
.gated_main_copy h2.holiday_stratCall_header {
    font-size:2.15rem;
}

.gated_main_copy h3.gated_speaker_header {
  font-size:1.65rem;
}
.gated_main_copy h4.gated_speaker_header {
}

#holiday_main_copy h1, #holiday_main_copy h2{
  color: #01524b;
}

.gated_main_copy h2{
  font-size:1.75em;
  margin-bottom:0;
}

#holiday_main_copy h3{
  color: #D8BA79;
}
.gated_main_copy p:not(.cta_button p), .gated_main_copy ul, .gated_main_copy ol{
  color: #212529;
  line-height: 1.625;
}

.gated_main_copy ul{
  list-style-type: disc;
  padding: 0 1.25em;
  margin-bottom:1em;
}
.gated_main_copy .text-section {
  margin-bottom:1.75em;
}

#holiday_form .book-demo-custom{
  font-size: 1.5em;
}

.hbspt-form form fieldset:nth-of-type(7) span, 
.hbspt-form form fieldset:nth-of-type(8) span, 
.hbspt-form form fieldset:nth-of-type(9) span{
  font-size:0.8rem;
  line-height:1.2rem;
}

/* tags */

#listing-page .posts-by-tag a:after {
  content: none !important;
}

#listing-page .topic-link, .blog-post .topic-link, .posts-by-tag a[href*=".guusto.com/tag/"]{
  font-size: 0.7rem;
}

.topic-link, .post-filter ul li a, .posts-by-tag ul li a{
/*     display: inline-block; */
    background: #eee;
    border: 1px solid #eee;
    color: #a0a0a0 !important;
    font-weight: 600 !important;
    padding: 0 .5rem;
    margin: 0 0.25rem;
    border-radius: 100rem;
    background-image: none !important;
/*     margin-bottom: 0.5rem; */
    align-items: center;
    justify-content: center;
    display: inline-flex;
    min-height: 1.5rem;
    text-align: center;
    transition: all .3s ease !important;
}

.topic-link:hover, .post-filter ul li a:hover, .posts-by-tag ul li a:hover {
    background: white;
    color: #53c2be;
    border: 1px solid #53c2be;
}

.posts-by-tag {
    margin-bottom: 2.5rem;
    margin-left: 0.9375rem;
}

.posts-by-tag h3 {
    font-size: 1rem;
    align-self: start;
    margin: 0;
    font-weight: 400;
    color: #a0a0a0;
    font-family: "Open Sans", sans-serif;
    white-space: nowrap;
}

.posts-by-tag .widget-module {
  display: flex;
}
/* 
.posts-by-tag .widget-module .filter-expand-link {
  order: -1;
  background: black;
  color: white !important;
  border: 1px solid black;
  margin-left: 0.75rem;
}

.posts-by-tag .widget-module .filter-expand-link:hover, .posts-by-tag .widget-module .filter-expand-link.active{
    color: black !important;
    background: white !important;
    border: 1px solid black;
} */

.posts-by-tag ul {
    display: flex;
    padding-left: 1rem !important;
    flex-wrap: wrap;
}

.posts-by-tag .block {
    display: flex;
}

.post-listing-content a[href*=".guusto.com/tag/featured"], .posts-by-tag a[href*=".guusto.com/tag/featured"], #hubspot-topic_data a[href*=".guusto.com/tag/featured"],
.post-listing-content a[href*=".guusto.com/tag/upcoming-webinars"], .posts-by-tag a[href*=".guusto.com/tag/upcoming-webinars"], #hubspot-topic_data a[href*=".guusto.com/tag/upcoming-webinars"]{
    display: none;
}


red: #DA3127
blue: #0181A0
yellow: #F19E1F



/* Enable Featured Blogs (remove display: none;)*/
.featured-wrapper {
    display: none;
}

.featured-wrapper .hs-featured-image-wrapper {
  border-bottom: none !important;
}

.featured-wrapper>.post-item:not(:last-of-type) {
    margin-bottom: 1.25rem !important;
}


/* Enable Tags (remove display: none; and uncomment styling)*/

.topic-link[href*=".guusto.com/tag/employee-engagement"], .posts-by-tag a[href*=".guusto.com/tag/employee-engagement"] {
    background: #4285f4;
    color: white !important;
    border: 1px solid #4285f4;
}

.topic-link[href*=".guusto.com/tag/employee-engagement"]:hover, .posts-by-tag li:hover a[href*=".guusto.com/tag/employee-engagement"], .posts-by-tag li a[href*=".guusto.com/tag/employee-engagement"].active{
    color: #4285f4 !important;
    background: white !important;
    border: 1px solid #4285f4;
}

/* .engage h2 a {
    color: black;
}

.engage:hover h2 a {
    color: #53c2be;
} */

.topic-link[href*=".guusto.com/tag/employee-recruitment"], .posts-by-tag a[href*=".guusto.com/tag/employee-recruitment"] {
    background: #ff6d01;
    color: white !important;
    border: 1px solid #ff6d01;
}

.topic-link[href*=".guusto.com/tag/employee-recruitment"]:hover, .posts-by-tag li:hover a[href*=".guusto.com/tag/employee-recruitment"], .posts-by-tag li a[href*=".guusto.com/tag/employee-recruitment"].active{
    color: #ff6d01 !important;
    background: white !important;
    border: 1px solid #ff6d01;
}

/* .attract h2 a {
    color: black;
}

.attract:hover h2 a {
    color: #13122a;
} */

.topic-link[href*=".guusto.com/tag/employee-retention"], .posts-by-tag a[href*=".guusto.com/tag/employee-retention"] {
    background: #fbbc04;
    color: white !important;
    border: 1px solid #fbbc04;
}

.topic-link[href*=".guusto.com/tag/employee-retention"]:hover, .posts-by-tag li:hover a[href*=".guusto.com/tag/employee-retention"], .posts-by-tag li a[href*=".guusto.com/tag/employee-retention"].active{
    color: #fbbc04 !important;
    background: white !important;
    border: 1px solid #fbbc04;
}

/* .retain h2 a {
    color: black;
}

.retain:hover h2 a {
    color: #F26101;
} */

.topic-link[href*=".guusto.com/tag/employee-recognition"], .posts-by-tag a[href*=".guusto.com/tag/employee-recognition"] {
    background: #53C2BE;
    color: white !important;
    border: 1px solid #53C2BE;
}

.topic-link[href*=".guusto.com/tag/employee-recognition"]:hover, .posts-by-tag li:hover a[href*=".guusto.com/tag/employee-recognition"], .posts-by-tag li a[href*=".guusto.com/tag/employee-recognition"].active{
    color: #53C2BE !important;
    background: white !important;
    border: 1px solid #53C2BE;
}

.topic-link[href*=".guusto.com/tag/company-updates"], .posts-by-tag a[href*=".guusto.com/tag/company-updates"] {
    background: #9938F5;
    color: white !important;
    border: 1px solid #9938F5;
}

.topic-link[href*=".guusto.com/tag/company-updates"]:hover, .posts-by-tag li:hover a[href*=".guusto.com/tag/company-updates"], .posts-by-tag li a[href*=".guusto.com/tag/company-updates"].active{
    color: #9938F5 !important;
    background: white !important;
    border: 1px solid #9938F5;
}


.topic-link[href*=".guusto.com/tag/product-updates"], .posts-by-tag a[href*=".guusto.com/tag/product-updates"] {
    background: #22315C;
    color: white !important;
    border: 1px solid #22315C;
}

.topic-link[href*=".guusto.com/tag/product-updates"]:hover, .posts-by-tag li:hover a[href*=".guusto.com/tag/product-updates"], .posts-by-tag li a[href*=".guusto.com/tag/product-updates"].active{
    color: #22315C !important;
    background: white !important;
    border: 1px solid #22315C;
}


.topic-link[href*=".guusto.com/tag/product-webinars"], .posts-by-tag a[href*=".guusto.com/tag/product-webinars"] {
    background: #FF314F;
    color: white !important;
    border: 1px solid #FF314F;
}

.topic-link[href*=".guusto.com/tag/product-webinars"]:hover, .posts-by-tag li:hover a[href*=".guusto.com/tag/product-webinars"], .posts-by-tag li a[href*=".guusto.com/tag/product-webinars"].active{
    color: #FF314F !important;
    background: white !important;
    border: 1px solid #FF314F;
}

.topic-link[href*=".guusto.com/tag/new-features"], .posts-by-tag a[href*=".guusto.com/tag/new-features"] {
    background: #28706C;
    color: white !important;
    border: 1px solid #28706C;
}

.topic-link[href*=".guusto.com/tag/new-features"]:hover, .posts-by-tag li:hover a[href*=".guusto.com/tag/new-features"], .posts-by-tag li a[href*=".guusto.com/tag/new-features"].active{
    color: #28706C !important;
    background: white !important;
    border: 1px solid #28706C;
}


#listing-page #hubspot-topic_data {
    margin: -1rem 0;
/*     display: none; */
    z-index: 1;
}

.blog-post #hubspot-topic_data {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
/*     display: none; */
}

/* Search Results */ 
.mobile.searchbar {
  display: none;
  margin-bottom: 3rem;
}

.hs-search-field__bar form {
    display: flex;
}

.hs-search-field__bar input {
    border-radius: 3px 0 0 3px;
}

.hs-search-field__bar button {
    background: #53c2be;
    border: 1px solid #cbd6e2;
    margin-left: -1px;
    border-radius: 0 3px 3px 0;
    padding: 0 0.75rem;
}

.hs-search-field__bar button svg {
    height: 0.875rem;
    fill: white;
    display: flex;
}

a.hs-search-results__title {
    font-size: 1.5rem;
}

.hs-search-results__listing li {
    margin: 0 0 2.5rem 0;
}

.hs-search-field--open .hs-search-field__suggestions {
    max-width: 47.9375rem;
}




/* footer */
.container-fluid {
  padding: 0 !important;
}

.main-footer h4 {
    font-family: open sans,helvetica neue,Helvetica,Verdana,sans-serif !important;
}

.main-footer {
  line-height: 1.5
}

.hs-landing-page footer nav{
  padding-top:0;
}

@media (max-width: 66.875rem) {
  #hero-home {
    height: 30vw;
  }
  
  #hero-home h1 {
      font-size: 2rem;
      line-height: 1.3em;
  }
  
  .public-title {
    font-size: 0.875rem;
  }
  
  .page-description {
    font-size: 1.2rem !important;
  }
}



@media (max-width: 1070px) {
    .hs-blog-listing #hero-home img {
      top: 0;
  }
}

@media (max-width: 992px) {
    .blog-listing-wrapper .post-listing .post-item {
        width: 100%;
    }

    #listing-page .post-body {
        width: 100%;
    }
  
    .posts-by-tag .block {
        display: block;
    }
  
    .posts-by-tag h3 {
        margin-bottom: 0.5rem;
    }

    .posts-by-tag ul {
        padding-left: 0rem !important;
    }
  
    .posts-by-tag .widget-module {
      display: flex;
      margin-left: -0.25rem;
    }
}

@media (max-width: 767px) {
  .blog-post h1 {
    font-size: 1.8rem !important;
  }
    
  .blog-post h2 {
    font-size: 1.75rem !important;
  }
  
  #hero-home {
    height: 45vw;
  }
  
  #hero-home h1 {
      font-size: 1.8rem;
      line-height: 2rem;
  }
  
  .posts-by-tag {
      margin-left: 0;
      margin-bottom: 1rem;
  }
  
  .blog-listing-wrapper h3 {
      padding: 0;
  }
  
  .blog-listing-wrapper .post-listing .post-item {
      width: 100%;
      padding: 0;
  }
  
  #listing-page .post-header h2 {
      line-height: normal;
  }
  
  .latest-posts-wrapper h3 {
    padding: 0;
  }
  
  #listing-page .post-content p {
      font-size: 0.875rem !important;
  }
  
  #listing-page #hubspot-author_data, .date-time-wrapper {
      font-size: 0.75rem;
  }
  
  .blog-listing-wrapper .post-listing .featured-wrapper .post-item .post-body {
      flex-direction: column !important;
  }
  
  .blog-listing-wrapper .post-listing .featured-wrapper .post-item #hubspot-topic_data {
      margin: -1rem 0 !important;
  }
  
  .blog-listing-wrapper .post-listing .featured-wrapper .post-item .post-listing-content {
      flex: 1 0 auto !important;
  }
  
  #listing-page .blog-listing-wrapper .post-listing .featured-wrapper .post-item .hs-featured-image-wrapper {
      height: 12rem;
  }
  
  #listing-page .hs-featured-image-wrapper img {
    width: 100%;
    height: auto;
  }
  
  .desktop.searchbar {
    display: none;
  }

  .mobile.searchbar {
    display: block;
  }
}

@media (max-width: 576px) {  
  #hero-home {
    height: 90vw;
  }
  
  #hero-home img {
    height: 100% !important;
  }
  
  .home-page-hero-padding {
    top: unset;
  }
  
  #hero-home h1 {
/*       font-size: 1.5rem; */
      line-height: 3rem;
  }
  
  .subscribe.confetti-background-teal-white {
      margin: 0 -0.75rem !important;
  }
}

@media (max-width: 450px) {
    #listing-page .hs-featured-image-wrapper img {
      width: auto;
      height: 100%;
    }
}

@media (max-width: 375px) {  
  #hero-home {
    height: 110vw;
  }
}

@media (max-width: 320px) {  
  #hero-home {
    height: 140vw;
  }
}

@media (max-width: 36em) {
/* Microsite Headings */

  #micro-intro #micro-header-a h1, #micro-intro #micro-header-c h1{
    font: normal 600 1.75rem/3rem Open Sans, sans-serif !important;
  }

  #micro-intro #micro-header-a h2{
    font: normal 700 1rem/1.5rem Open Sans, sans-serif !important;
  }
}]

/* @media (min-height: 400px) {
  #micro-form-wrapper {
    padding-bottom: 5rem;
} */
.vid-thumbnail-wrapper{
    height:auto !important;
    padding:0 !important;
}

.vid-thumbnail{
    position:relative;
}


.vid-thumbnail .vid-thumbnail-img{ 
    position:static !important;
    width: 100%;
}

.vid-thumbnail .vid-context{
    width: 65%;
    position:absolute; 
    bottom: 1.25em; 
    left:1.5em; 
}

#quick-about h2.new-h2, #number1 h2.new-h2, #solutions h2.new-h2{
    font-size:2rem;
    max-width: 31rem;
    font-family: "Open Sans"; 
    font-weight:600;
    letter-spacing: normal;
    margin: revert;
    line-height: revert;
}

.large-stat{
    font-size:2rem;
    font-family: "Open Sans"; 
    font-weight:600;
    color: #53c2be;
}

@media only screen and (max-width: 1142px){
    .vid-thumbnail .vid-context{
        width: 90%;
    }
}

@media only screen and (max-width: 992px){
    .vid-thumbnail .vid-context{
        width: 85%;
    }
    .vid-thumbnail .vid-context .vid-subtitle{
        font-size: 4vw;
    }
    .vid-thumbnail .vid-context .vid-play-CTA{
        font-size: 3.5vw;
    }
}

@media only screen and (max-width: 768px){

    #quick-about h2.new-h2, .explosion-background-teal-whiter h2.new-h2, #solutions h2.new-h2{
        max-width:100%;
    }
}

@media only screen and (max-width: 425px){
    .vid-thumbnail .vid-context{
        width: 90%;
        bottom: 0.625em; 
        left:0.675em; 
    }
    #quick-about h2.new-h2, .explosion-background-teal-whiter h2.new-h2{
        width:100%;
        font-size:1.5rem;
    }

}

.vid-thumbnail .vid-context, .vid-thumbnail .vid-context .vid-subtitle{
    font-family:"Open Sans";
}

.vid-thumbnail .vid-context, .vid-thumbnail .vid-context .vid-subtitle, .vid-thumbnail .vid-context .far, .vid-thumbnail .vid-context .fas{
    color: #FFF;
    transition: all .3s ease-in;
}

.vid-thumbnail .vid-context .vid-subtitle{
    font-weight:600;
}

.vid-thumbnail .vid-context .vid-play-CTA{
    font-weight:700;
}

.vid-thumbnail .vid-play-CTA, .vid-thumbnail .vid-play-CTA .far{
    color: #FFF;
    transition: all .3s ease-in;
}
.vid-thumbnail:hover .vid-play-CTA, .vid-thumbnail:hover .vid-play-CTA .far{
    color: #53c2be;
    transition: all .3s ease-in;
}

.icon-card{
    font-size:0.875em;
    font-weight:700;
}

.hs-landing-page .why-guusto.hs-style-disable:nth-of-type(even) .row:first-of-type{
  flex-direction: row-reverse !important;
}