
/*Global*/

* {margin: 0px auto;}
html {font-size: 62.5%;}

body {
    color: #555;
    font-family: "proxima-nova", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "proxima-nova", sans-serif;
    text-transform: none !important;
}

h1 {
    font-family: "proxima-nova", sans-serif;
    text-transform: none !important;
    font-size: 4.0rem;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 600;
}

h2, h3, h4, h5 {letter-spacing: .1rem;}

h2 {
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: 200;
}

h3 {
    font-size: 3rem;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
}

h4 {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 600 !important;
}

h5 {
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
}

h6 {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
}

.paidsearchkerning {letter-spacing: .1px;}

a,
a:visited {text-decoration: none;}

a li,
a:hover li,
a:visited li,
.button a {text-decoration: none;}

.heading--base li {text-transform: none;}

strong {font-weight: 800;}
.horizontal--rule {border-top: 2px solid #ddd;}
/*Typography*/

.copyblock {text-align: center;}

.copyblock p {
    text-align: left;
    line-height: 1.8rem;
}


/*-----Headers-----*/

.heading--base {
    margin: 0px auto;
    text-transform: capitalize;
}

.heading--base__otherpage {
    text-align: center; 
    margin-bottom: 35px;
}
    
.heading--base__otherpage h1 {margin-top: 75px !important; margin-bottom: 0px !important;}
.heading--base__otherpage h2 {margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important;}

.secondary--heading {
    text-transform: capitalize;
    text-align: center;
}

.secondary--heading h3 .highlightedtext {padding: 10px 30px !important; border: 4px solid #efefef;}

.heading {
    border: 6px solid #555;
    display: inline-block;
    padding: 20px 40px;
    text-align: center;
    margin: 0 auto;
    width: auto;
    z-index: 1;
}

.heading--white {
    color: white;
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    padding: 10px 35px;
    text-transform: uppercase;
    margin: 0px auto;
}

.heading--grey {
    border: 4px solid #555;
    color: #555;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 35px;
    text-transform: uppercase;
    margin: 0px auto;
}

.heading__subhero,
.heading__banner {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 20px 40px;
    text-transform: uppercase;
    width: auto;
}

.heading--landingpage {
    min-height: 220px;
    color: blue;
    width: 960px;
    align-content: center;
    background-color: antiquewhite;
    padding: 0px;
    margin: 0px auto !important;
}


/*Buttons*/

.button,
.btn,
.hs-button {
    background-color: #03b40f !important;
    display: inline-block;
    padding: 15px 30px !important;
    width: auto;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    box-shadow: 0 1px 5px rgba(0,0,0,0.12), 0 1px 5px rgba(0,0,0,0.24);
    cursor: pointer;
    background-image: none !important;
    border: none !important;
    text-shadow: none !important;
    border-radius: 4px;
}

.button h6, .btn h6 {
    font-size: 1.3rem !important;
    color: white;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
}

.careers-button {
    text-align: center; 
    margin: 0px auto !important;}

.button--large h6, .btn h6 {
    font-size: 1.6rem !important; 
    font-weight: 400 !important;}

/*-----Job Postings Button (career page)-----*/

.btn,
.homepage__signup .hs-button .primary {
    background-color: #ee2749;
    padding: 5px 30px !important;
    font-size: 1.4rem;
    font-weight: 400 !important;
    margin-top: 25px;
    border-radius: 3px;
    color: white;
    letter-spacing: 1px !important;
}

.button--large {
    background-color: #38a4dd;
    letter-spacing: 1px;
    margin-top: 25px;
    font-size: 2rem !important;
    font-weight: 800 !important;
}

.button a {color: white;}

.button:hover,
.button:active,
.btn:hover,
.btn:active {
    transition: 0.5s ease;
}

.button:hover,
.btn:hover {opacity: .6;}

.button:active,
.btn:active {opacity: 1;}

.button--hero:hover {opacity: .85 !important;}

.button--blue {background-color: #38a4dd;}
.button--green {background-color: #03b40f !important;}
.button--red {background-color: #ee2749 !important;}
.button--darkblue {background-color: #37474f !important}

.button--white {
    background-color: white;
    color: #555;
}

.button-left {
    text-align: left !important;
    margin-top: 25px;
    float: left;
}

.careers--button {
    text-align: center;
    margin: 0px auto !important;
}

/*Links*/

.link__underline--news li a, .pricing li a, .link__underline {
    border-bottom: 2px solid;
    padding-bottom: 1px;
    color: #555;
    font-weight: 400;
    text-decoration: none !important;
}

.pricing li a {border-bottom-color: #38a4dd;}

.link__underline--blue, 
.link__underline--news li a {border-bottom-color: #38a4dd;}

.link__underline--red {border-bottom-color: #ee2749}

.link__underline--blue:hover,
.link__underline--red:hover {transition: border-bottom-color .5s ease;}

.link__underline--blue:hover {border-bottom-color: #ee2749}
.link__underline--red:hover {border-bottom-color: #38a4dd}



/*-----Banners-----*/

.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    z-index: -100;
    width: 100%;
    text-align: left !important;
    margin-top: 100px;
}

.banner h1 {font-size: 3rem; color: #0099d9; padding-bottom: 20px;}
.banner h2 {font-size: 2rem; color: #555 !important; padding: 75px 0px 7px 0px;}
.banner .row {height: auto;}
.banner p {font-size: 15px; line-height: 20px; font-weight: 100; text-transform: none; padding-bottom: 15px;}
.banner__hero {
    background-color: white;
    color: white;
    margin: 0px auto;
}

.banner__verticaltext {
    transform-origin: right top 0;
    transform: rotate(-90deg);
    color: white;
    display: inline-block;
    font-weight: 600;
    margin-left: -125px;
    padding-right: 50px;
    vertical-align: top;
    width: 100px;
}


/*Card and Icon Structure*/

.new--card,
.new--card--blue {
    padding: 25px;
    margin-bottom: 20p;
}

.new--card--blue {color: #38a4dd;}

.feature__row {
    margin: 0px auto;
    text-align: center;
}

.feature__row__wrapper {text-align: center !important; margin-top: 30px;}
.feature__row svg {height: 100%;}
.card {text-align: center;}
.homepage__card {text-align: center;}
.homepage__card h5 {
    color: #ee2749;
    margin: 35px 0px 20px 0px;
}

.blue h5 {color: #38a4dd}

.blue .button {background-color: #38a4dd;}
.homepage__card .button {margin: 30px 0px 50px 0px;}

.card__icon {width: 82px;}

.card h5 {
    text-align: center;
    margin: 0px auto;
    margin: 10px 0px;
}

.card p {
    border-top: 6px solid;
    padding: 10px 0px 30px 0px;
    margin: 0px auto;
    width: 80%;
}

.card__underline--red p {
    border-top-color: #ee2749;
}

.card__underline--blue p {border-top-color: #38a4dd;}

.product__buttonblock {padding: 50px 20px 0px 0px;}

.tags {
    font-weight: 800;
    color: #ee2749;
    margin-bottom: 15px;
}

.side__icon {
    margin: 0px auto;
    padding: 0% 5%;
}

.iconrow {
    text-align: center;
    margin: 0px auto;
}


/*Header and Footer*/

header {
    background-color: #37474f;     
    position:fixed;
    height: 100px;
}

.navigation--wrapper {
    background-color: #37474f !important;
    position: fixed !important;
    width: 100%;
    z-index: 100000;
    top: 0px;
    }

header img {
    width: 150px;
    height: auto;
    float: left;
    margin-top: 29px;
    margin-bottom: 30px;
}

header li a {
    color: #fff;
    position: relative;
    width: auto !important;
}

navigation {float: right;}

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0px;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 1px;
    border-bottom: 3px solid #37474f;
}

.blognav .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {border-bottom: 3px solid #38a4dd !important;}
.hs-menu-wrapper {
    display: inline-block;
    text-align: right;
    float: right;
    font-size: 13px;
    margin-top: 40px;
    width: auto;
}

.hs-menu-depth-2 {
    float: left;
    font-size: 13px;
    width: 225px;
    background-color: #37474f;
    opacity: .9;
}

.shrink {
    width: 100px;
    margin-top: 22px;}
.shrink-header {height: 75px !important;}
.shrink-menu {margin-top: 28px;}
.shrink-menu-text {font-size: 11px !important;}

header, header img, .hs-menu-wrapper, .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  transition: all .35s;
  -moz-transition: all .35s;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
}

.hs-menu-depth-2 a {
    width: auto !important;
    max-width: 200px !important;
    overflow: visible !important;
    display: inline-block !important;
    float: left;
    color: #fff !important;
    padding: 0px !important;
    padding-left: 0px !important;
    height: auto;
    margin: 0px 15px 15px 10px
    border-bottom: 3px solid #37474f;
    transition: none !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover,
.hs-menu-depth-1 li a:hover,
.hs-menu-depth-2 li a:hover , .devblog .blognav .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover
{border-bottom: 3px solid #fff !important;}

.mainnav li {
    display: inline-block;
    text-align: right;
    float: left;
    margin-left: 0px;
}

.mainnav {
    padding-top: 55px;
    font-size: 13px;
    float: right;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-of-type(5) a{

}

.mainnav .nav__item--bold a {
    font-weight: 800;
    color: #38a4dd !important;
    position: relative;
}

.mainnav a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    margin-top: 12px;
    bottom: -4px;
    left: 0;
    background-color: #ee2749;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blognav li a:before {background-color: #fff;}

.mainnav li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.active > a, .active-branch > a {border-bottom: 3px solid #fff !important;}

footer {
    height: auto;
    background-color: #f2f2f2;
    color: #555;
}

.footer__logo {
    height: 69px;
    width: 69px;
    margin-top: 95px;
}

.footer__navigation {margin-top: 70px;}
.footer__navigation li {text-align: left;}

footer a {
    color: #555;
    text-decoration: none !important;
}

.footer__navigation__header {font-weight: 800;}

.footer__social {
    margin: 95px 0px 0px 0px;
    text-align: right;
    float: right;
}

.footer__social__icon {
    width: 35px;
    height: 35px;
    padding: 0px 0px 0px 20px;
    fill: #555;
    display: inline-block;
    text-align: right;
    float: right;
}

.copyright {
    padding-top: 50px;
    padding-bottom: 25px;
    text-align: center !important;
}


/*Page Layout Specifics*/


/*??????????*/

.signup {
    margin: 0px auto;
    text-align: center;
}


/*-----Home f3f4f4-----*/


.clientlogos, .publicationlogos {
    padding: 0px 0px;
    position: relative;
    z-index: 1000;
}


.clientlogo {
    text-align: center;
    padding: 0px 0px;
}

.clientlogo img {
    width: 75%;
    margin: 0px auto !important;
    opacity: .85;
}

.bioimage {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 5px;
}

.quotebio {
    text-align: right;
    padding-top: 2px;
    }

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

.homepage__clients img {
    padding-left: 20px;
    width: 150px;
}

.homepage__publications img {width: 90%;}

.homepage__quote h4 {
    color: #37474f;
    text-align: left;
    font-size: 2.4rem;
    text-transform: none;
}

.homepage__quote h5 {
    color: #38a4dd;
    font-size: 1.6em;
    line-height: 1.25;
    font-weight: 600 !important;
}

.homepage__quote p {
    color: #555;
    letter-spacing: 0px;
    line-height: 2.2rem;
    text-align: left;
}

.homepage__quote img {
    float: right;
    width: 100px;
}

.homepage__quote__name {
    font-size: 2rem;
    font-weight: 100;
    color: #37474f !important;
    letter-spacing: .5px !important;
    padding-top: 20px;
}

.homepage__quote .banner {padding: 50px;}
.homepage__updates {text-align: center;}
.homepage__updates ul {margin-top: 25px;}
.homepage__updates li {margin-bottom: 15px;}
.homepage__signup {text-align: center;}
.homepage__signup__spacing {padding: 20px 40px;}
.quote {display: none;}

/*-----Overview-----*/

.overview h2 {color: #38a4dd font-size: 1.6rem;}

.overview p {
    line-height: 1.8rem;
    padding: 20px 0px;
}


/*-----Resources-----*/

.resources {text-align: left;}

.resources img {
    margin: 0px auto !important;
    width: 75% !important;
    border: 0px solid #efefef !important;
    float: right !important;
}

.resources--highlighted {
    margin-top: 0px;
    background-color: #fff;
}

.resources--highlighted h2 {
    font-weight: 600;
    font-size: 2.4rem;
    color: #ee2749;
    padding-bottom: 15px;
    text-align: left;
    margin-top: -5px;
    display: block;
}

.resources--highlighted p {
    font-weight: 400;
    font-size: 1.4rem;
    color: #555;
    letter-spacing: .4px;
    padding-top: 10px;
    margin-bottom: 30px;
}

.resources__card {text-align: left;}

.resources__card img {
    width: 100% !important;
    margin: 0px auto !important;
    margin-bottom: 40px !important;
    display: block !important;
    border: 2px solid #efefef;
}

.resources__card h2, .resouces__card2 h2 {
    font-weight: 800;
    color: #37474f;
    padding-bottom: 25px;
}

.resources__card p {padding: 0px 0px;}

.resouces__card2 h2 {display: block; text-align: left; padding-bottom: 20px !important; font-size: 1.8rem;}
.resouces__card2 img {width: 150px; float: left; border: 2px solid #efefef; margin-right: 20px !important;}
.resouces__card2 p {text-align: left; float: none; margin-left: 20px !important; padding-right: 20px;}
.resouces__card2 .button {margin-top: 20px;}


/*-----News & Events-----*/

.event__list {
    margin: 0px auto;
    text-align: center;
}

.event__list ul {text-align: center;}
.event__list li {margin-bottom: 20px;}
.event__list h5 {font-size: 2rem;}

.event__box {text-align: center;}

.event {
    border: 4px solid #eee;
    padding: 20px;
    margin-top: 0px;
}

.event__date {
    font-weight: 600;
    color: #38a4dd;
    font-size: 2rem;
    margin: 15px 0px;
}

.event__location {
    font-weight: 600;
    color: #555;
    font-size: 1.6rem;
}


/*-----Guide Formatting-----*/

.guide {text-align: left;}
.guide__navigation {margin-bottom: 50px;}
.guide__content {margin-top: 50px;}
.guide__copy {text-align: left;}

.guide h3 {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 800;
}

.guide__copy a {
    color: #38a4dd; 
    border-bottom: 2px solid #38a4dd;
}

.guide__copy ul li {list-style-type: disc !important;}

.guide__copy ol li {list-style-type: decimal !important;}

.guide__copy h4 {
    font-size: 18px;
    padding-top: 35px;
    padding-bottom: 15px;
    font-weight: 600;
    color: #38a4dd;
    text-align: left;
}

.guide h5 {
    font-weight: 800;
    padding-bottom: 15px;
    text-align: left;
    font-size: 14px;
}

.guide__copy h6 {
    font-weight: 600;
    color: #888;
    padding-top: 25px;
    font-size: 14px;
}

.guide p {margin-bottom: 15px;}

.guide ol {
    padding: 0px 25px;
    font-weight: 100;
    padding-bottom: 25px;
}

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

.guide li {margin-left: 25px !important;}

.guide__content ol li {
    padding-bottom: 25px;
    font-weight: 400;
}

.guide__sidebar {
    text-align: left;
    margin-top: 50px;
}

.guide__sidebar h6 {
    text-align: left;
    font-weight: 800;
    margin-bottom: 25px;
}

.guide__sidebar .actions {
    text-align: center;
}

.guide__sidebar--item {
    background-color: #eee;
    padding: 20px;
}

.guide__sidebar--form {
    margin: 50px 20px;
}

.guide__sidebar--form .button .hs-button {
    margin: 0px auto;
}

.guide__sidebar li {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-left: 0px !important;
}

.guide__sidebar ul {
    padding-left: 0px; 
    margin-left: 0px;}

.guide__sidebar li a {    
    text-decoration: none;
    color: #555;
}

.guide__sidebar .currentsection {
    font-weight: 800;
    color: #38a4dd !important;
}

.warning__box {
    padding: 50px;
    margin: 0px auto;
}
    
.warning__box h5 {
    display: inline-block;
    width: 100%;
    background-color: #ee2749;
    color: white;
    text-align: center;
    padding: 10px;
}

.warning__box ul {
    background-color: rgba(238, 39, 73, 0.1);
    width: 100%;
    padding: 10px;
}

.warning__box li {
    list-style-type: disc;
    margin: 0px 35px;
}


/*-----Careers-----*/

.joblistings h2 {
    text-align: left;
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 3.2rem;
    color: #555;
}

.joblistings-dev h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #38a4dd;
    margin-bottom: 0px;
}

.jobs-list-dev h2 {
    font-size: 1.5rem;
    font-weight: 400;
}

.jobs-list-dev p {
    font-weight: 100;
}
.jobs-list-dev .job:last-child p {margin-bottom: 0px !important;}
.jobs-list-dev .job p {margin-bottom: 20px !important;}

.joblistings-dev .btn {color: white !important; padding-top: 10px !important; padding-bottom: 10px !important;}
.joblisting-dev .btn {font-size: .8rem ;}
.joblistings-dev p {padding-top: 0px !important; padding-bottom: 0px !important;}

.joblistings-dev #jobs-container {
    width: 100% !important;
}

.jobs-list-dev .tags span {
    font-size: 1.3rem !important;
    color: #555;
    font-weight: 400;
}

/*-----Blog-----*/

.blog, .blog-dev, .newblog {text-align: left;}
.blogwrapper header {width: 100% !important; height: auto !important; margin-bottom: 100px; position: absolute !important;}


.logo__blog {
    width: 75%;
    fill: white;
    margin-top: 40px;
    float: left;
}

.bloglogo {
    width: 75%;
    fill: white;
    margin-top: 27px;
    float: left;
}


.newblog header {background-color: #38a4dd !important; position: relative !important;}
.newblog header li a {color: white !important;}
.devblog .bloglogo {width: 68% !important;}
.blog header {background-color: #38a4dd;}
.devblog header {background-color: #ee2749 !important;}


.blog header li a, .devblog header li a {color: white !important;}
.devblog .blognav .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {border-bottom: 3px solid #ee2749 !important;}
.blog__sidebar {height: 100%; margin-top: 50px;}

.blog__side {height: 100%; margin-top: 50px;}
.blog__side .blog__cta a {border-bottom: 0px !important;}

.blog__side__item {
    margin-bottom: 25px;
    border: 3px solid #eee;
    padding: 20px;
}

.blog__sidebar__item {
    margin-bottom: 35px;
    background-color: #eee;
}

.blog__side__item--blue .hs-button {margin-bottom: 10px;}
.blog__side__item--blue {border-color: #38a4dd;}
.blog__side__item--blue h6 {color: #38a4dd !important;}
.blog__side__item--red {border-color: #a513a3;}
.blog__side__item--red h6 {color: #a513a3;}
.blog__side__item--red .button h6 {color: #fff !important;}
.blog__side .hs-form-required, #hs_cos_wrapper_subscribe_designers_blog_title {display: none;}

.blog__follow {margin-top: 20px; border-top: 2px solid #efefef; padding-top: 10px; margin-bottom: -8px;}
.blog__follow--socials {display: inline; width: auto; margin-bottom: -40px;}
.blog__follow--socials img {width: 10%; margin: 0px 0px -6px 8px;}
.blog__follow--socials a {border-bottom: none !important;}
.blog__follow--header h6 {display: inline-block; width: auto; padding-top: 12px; padding-right: 10px;}
.blog__follow--header {display: inline-block; width: auto;}

.blog__topic__list li {margin-bottom: 12px;}

.fb_iframe_widget span {height: 23px !important;}

.IN-widget span:nth-child(2) {height: 24px !important;}

.blog__home__info h3 {
    text-align: left;
    font-weight: 800;
    padding-top: 25px;
    padding-bottom: 25px;
}

#hubspot-topic_data {margin-bottom: 25px; padding-bottom: 25px; border-bottom: 2px solid #ddd; padding-top: 25px; border-top: 2px solid #ddd;}

#hubspot-topic_data a {color: #ee2749!important;}

.blog__side a {text-decoration: none; color: #38a4dd; font-weight: 600; border-bottom: 2px solid #38a4dd;}

.blog__side h6, .blog__side p {text-align: left;}

.blog__side h6 {font-weight: 600; font-size: 1.8rem; padding-bottom: 10px; line-height: 2.4rem;}

.blog__side p {line-height: 1.5em; padding-bottom: 20px;}

.blog__side .button h6 {padding-bottom: 0px !important;}

.blog__cta .button {margin: 0px auto; text-align: center; margin-top: 15px; padding-top: 8px !important; padding-bottom: 8px !important; font-weight: 800 !important;}

.blog__cta .button a {text-align: center; margin: 0px auto !important;}

.blog__cta {text-align: left;}

.blog__side .hs_submit {text-align: left; margin-top: -20px;}

.blog__cta--top h6 {
    font-size: 2rem;
    text-align: center;
}

.blog__cta--top .button a {text-align: left;}

.blog__sidebar h6,
.blog__sidebar p {
    text-align: left;
    padding: 10px 20px;
}

.blog__sidebar h6 {
    font-weight: 800;
    font-size: 1.4rem;
}

.blog__sidebar p {
    line-height: 1.6rem;
    padding-bottom: 20px;
}

.blog__home {
    background-color: #eee;
    margin-bottom: 35px;
}

.blog__home__info {
    padding: 0px 25px 30px 25px;
    margin-bottom: 25px;
}

.blog__home__image,
.blog__sidebar img {
    height: auto;
    width: 100%;
}

.blog__home h5,
.blog__post h5 {
    display: inline;
    margin: 25px 0px;
    padding-right: 15px;
    padding-left: 5px;
    border-left: 3px solid #38a4dd;
    font-size: 1.4rem;
}

.blog__home a {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
}

.blog__home__readmore a{
    color: #38a4dd;
}

.blog__home--author, .blog__home--date {
    display: inline;
    margin: 25px 0px;
    padding-right: 15px;
    padding-left: 5px;
    border-left: 3px solid #38a4dd;
    font-size: 14px;
    font-weight: 400 !important;
}


.blog__home__readmore {margin: 25px 0px;}

.blog__post {
    background-color: #eee;
    padding: 25px;
}

.blog__post .button {
    display: inline;
    margin-bottom: 25px;
}

.blog__button--next {float: right;}

.blog__home__info .post-header {padding-top: 15px !important;}

.post-header h2 a{
    font-weight: 600;
    text-align: left;
    font-size: 30px;
    padding-top: 15px;
    color: #38a4dd !important;
    font-family: 'proxima-nova-alt-condensed', sans-serif;
}

#comment-form {margin-top: 25px;}
#comment-form .actions .hs-button {margin-top: 10px !important;}

.post-header .blog__post__title {padding-top: 15px};
.blog__post__title--individualpost {
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 15px;
    color: #38a4dd;
}

.blog__post__description {padding-bottom: 25px;}
.blog__post--info img {height: 100%;}

.blognext {float: right;}

.blog__post__title {
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 15px;
    color: #38a4dd;
    text-transform: uppercase !important;
}

.blog__post__title--individualpost {
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 15px;
    color: #38a4dd;
    text-transform: uppercase !important;
    font-family: 'proxima-nova-alt-condensed', sans-serif;
    padding-top: 0px !important;
}

.blog__home__image--individualpost {margin-bottom: -7px;}

.blog-section iframe, video,
.hs_cos_wrapper_type_rich_text iframe,
iframe {
    display: block;
    text-align: center !important;
    margin: 0px auto;
    padding-bottom: 0px !important;
}

#hs_form_target_subscribe_designers_blog iframe {
    display: none !important;
}

.post-body img {
    width: 100%;
    height: auto;
    padding: 20px 0px;
}

.post-body p {padding-bottom: 15px;}
.post-body b {text-transform: none !important;}
.post-body a {
    color: #ee2749;
    text-transform: none !important;
    font-size: 16px;
}

.post-body hr {
    padding: 20px 0px !important;
    border: none !important;
    border-top: 1px solid #555 !important;
}

.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6 {
    font-weight: 800;
    color: #38a4dd;
    text-align: left;
}

.post-body h2 {font-size: 22px !important; padding-top: 10px; padding-bottom: 10px; font-weight: 600 !important; font-family: 'proxima-nova-alt-condensed', sans-serif !important;}
.post-body h3 {font-size: 18px;}
.post-body h4 {font-size: 16px;}
.post-body h5 {font-size: 14px;}
.post-body h6{font-size: 14px;}

.post-body ul {
    padding: 0px 45px !important;
    list-style-type: disc !important;
}
.bulletslight ul {
    padding: 0px 45px !important;
    list-style-type: disc !important;
    font-weight: 100 !important;
    text-align: left !important;
}
.bulletslight h4 {
    text-align: left !important;
}
.post-body ol {
    padding: 0px 45px !important;
    list-style-type: decimal;
}

.post-body blockquote {
    padding: 20px 60px;
    font-weight: 400;
    font-style: italic;
}

.blog__post__description {padding-bottom: 25px;}
.blog__post--info img {height: 100%;}
.blognext {float: right;}
.blog__author--info {margin-bottom: 35px;}

.hs-blog-social-share-list {margin-bottom: 0px !important;}

.comment {
    padding: 35px;
    background-color: white;
}

.hs_cos_wrapper_type_blog_comments label {text-align: left !important;}
.hs_cos_wrapper_type_blog_comments .hs-form-field {margin-bottom: 15px !important;}
.hs_cos_wrapper_type_blog_comments .hs-form-booleancheckbox-display input[type=checkbox] {display: inline-block !important; width: 20px !important; padding-top: 20px !important; height: 12px !important;}
.hs_cos_wrapper_type_blog_comments .hs-form-booleancheckbox label span {padding-left: 10px; margin-top: -12px !important;}
.hs_cos_wrapper_type_blog_comments .hs-form fieldset.form-columns-1 .hs-form-booleancheckbox .hs-input {width: auto !important;}
.hs_cos_wrapper_type_blog_comments .hs-form fieldset {max-width: none !important;}

#subscribe {
    display: inline-block !important;
    width: 50px !important;
}


/*------Team Page------*/

.team__member--card {
    height: auto !important;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: 1px solid #efefef;
}

.team__member--image {
    width: 100%;
    background-color: #eee;
    vertical-align: middle;
    position: relative;
    z-index: -10;
}

.team__member--image2 {width: 50% !important;}

.team__member--name {
    font-size: 16px;
    font-weight: 800;
    color: #38a4dd;
    padding-bottom: 5px;
}

.team__member--title {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 15px
}

.team__member--bio {font-size: 14px;}


/*-----Pricing-----*/

.pricing {margin-top: 75px};
.pricing__title {padding: 25px 0px;}

.pricing__card {
    background-color: #fff;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}


.pricing__card h4 {
    font-weight: 600 !important;
    font-size: 1.8rem;
    letter-spacing: .25px !important;
    width: 100%;
    background-color: #38a4dd;
    color: white;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.pricing__card--blue h4 {
    background-color: #38a4dd;
}

.pricing__card h5 {
    font-weight: 600;
    font-size: 2.4rem;
    color: #555;
    padding-top: 10px;
    display: inline-block;
    padding-bottom: 5px;
}

.pricing__card h6 {
    font-size: 1.6rem;
}

.pricing__card p {
    font-weight: 400;
    font-size: 1.4rem;
    color: #38a4dd;
    padding: 0px 40px;
    line-height: 1.7rem;
}

.second-level-pricing {margin: 0px 0px 26px 0px;}
.second-level-pricing h6 {color: #555 !important; font-size: 1.4rem; margin-top: 18px;}
.second-level-pricing p {color: #555 !important;}
.list-head {font-weight: 600 !important; padding-bottom: 20px !important;}
.bc-pricing-fix {letter-spacing: .35px;}
.grey-pricing {color: #555 !important;}
.pricing__card ul {
    padding: 0px 20px 25px 20px;
}

.pricing__card li {
    display: inline-block;
    border-bottom: 5px solid #eee;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

.pricing__card .button {margin: 5px 0px 40px 0px;}
.pricing--prices {min-height: 65px;}

.pricing__card--includes {
    text-align: center !important;
    padding-bottom: 20px;
    margin-top: 10px;
}

.pricing--includes h4 {
    font-weight: 800 !important;
    font-size: 1.8rem;
    width: 100%;
    color: #555;
    padding: 20px 0px;
    margin-top: 30px;
    text-align: center;
}

.pricing__card--includes li {
    margin-bottom: 15px;
    line-height: 18px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 400;
    color: #555;
    letter-spacing: .5px;
    font-size: 1.4rem;
    text-align: center !important;
}

.pricing--includes .button {margin-top: 50px;}
.cc--two {min-height: 375px !important;}

.ccpricingbanner h5 {
    font-size: 1.8rem;
    padding: 20px;
}


/*-----Landing Pages-----*/


/*Utilities*/

.center {margin: 0px auto;}
.fullwidth {width: 100%;}
.spacing {margin: 125px 0px;}
.spacing--top {margin-top: 125px;}
.spacing--bottom {margin-bottom: 125px;}
.spacing--small {margin: 75px 0px;}
.spacing--small--top {margin-top: 75px;}
.spacing--small--bottom {margin-bottom: 75px;}

.clearfix:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}


/*Hubspot forms,buttons, dropdown)*/

/*---Hubspot Forms---*/

.hs-input,
.input {
    border-radius: 0 !important;
    font-family: 'proxima-nova', sans-serif !important;
    font-size: 12px;
    height: 25px;
    width: 100%;
}

.homepage__signup .hs-form.stacked .actions {margin: 0px !important;}
.homepage__signup .button, .signup__form .button {background-color: #ee2749 !important;}

.homepage__signup h3, .signup__form h3 {
    font-size: 2.4rem;
    font-weight: 800;
    text-align: left;
    color: #37474f;
    padding-bottom: 25px;
}

.signup__form h3 {padding-bottom: 0px !important;}

.homepage__signup .hs-button, .signup__form .hs-button {
    padding: 3px 20px;
    display: inline-block;
    background-color: #ee2749 !important;
    text-decoration: none;
    color: white;
    text-align: center !important;
}

.contact-button .hs-button a {
    text-align: center;
    margin: 0px auto !important;
    float: none;
}

.hs-input .columns {width: 100%;}
.hs-form-field {text-align: left;}

.homepage__signup .hs-input,
.signup .hs-input {width: 98%;}

.guide .hs-input {width: 98%;}
.hs-input .stacked {width: 98%;}
.hs-form .stacked {width: 98%;}
.hs_cos_wrapper .hs_cos_wrapper_widget .hs_cos_wrapper_type_form {width: 98%;}

.homepage__signup label, .signup__form label {color: #37474f !important;}
.homepage__signup .hs-form .inputs-list, .signup__form .hs-form .inputs-list {padding-left: 0px !important;}
.homepage__signup .hs-form fieldset.form-columns-1 .hs-input, .signup__form .hs-form fieldset.form-columns-1 .hs-input {width: auto !important;}
.homepage__signup li span, .signup__form li span {font-weight: 200 !important;}

.homepage__signup {
    background-color: #fff;
    padding: 25px 25px 0px 25px;
    padding-right: 37px;
    margin-top: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    float:right;
}

.newssignup {margin-top: 40px;}

.signup__form {
    background-color: #fff;
    padding: 25px 0px 0px 0px;
    margin-top: 10px;
    float: none;
}

.signup__form div.field.hs-form-field {margin-top: 15px !important;}

.homepage__signup .hs-error-msgs, 
.signup__form .hs-error-msgs {padding-top: 25px;}

.inputs-list .multi-container {margin-top: 25px !important;}

label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'proxima-nova', sans-serif !important;
}

li label {color: #ee2749;}

input[type=submit] {
    background-color: #38a4dd;
    border: none;
    color: white;
    display: inline-block;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 25px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    border-radius: 3px !important;
}

.form-columns-2 {padding-bottom: 0px !important;}
.form-columns-2 div:first-child {
    width: 45% !important;
    padding: 0px !important;
    padding-right: 5% !important;
}

.form-columns-1 {width: 100% !important;}
.hs-form fieldset.form-columns-1 .input {margin-right: 0px !important;}
.hs-form fieldset.form-columns-1 .hs-input {width: 100% !important;}

.hs-button {
    font-size: 12px;
    margin-top: 50px !important;
}

.hs-button:hover,
.hs-button:active {
    transition: 0.5s ease;
}

.hs-button:hover {
    opacity: .6 !important;
    cursor: pointer !important;
}

.hs-button:active {opacity: 1;}
.hs-form-booleancheckbox-display .input {width: 40px !important;}


/*---Hubspot Buttons---*/

.hs-button:hover,
.hs-button:active {
    transition: 0.5s ease;
}

.hs-button:hover {opacity: .6;}
.hs-button:active {opacity: 1;}


/*---Hubspot Main Nav Dropdown---*/

.dropdown {position: relative;}

.dropdown:after {
    content: "\25BC";
    font-size: .75rem;
    display: block;
    position: absolute;
    top: 18%;
    right: -16%;
    color: #ee2749;
}

.dropdown2:after {right: -28%;}

.drop-nav {
    position: fixed;
    visibility: hidden;
}

.drop-nav ul {
    margin: 0px auto;
    text-align: left;
    float: left;
}

.drop-nav li {
    text-align: left;
    color: #ee2749 !important;
    float: left;
    margin-left: 0px;
    padding: 10px 10px 10px 0px;
}

.drop-nav li a {
    color: #ee2749;
    font-weight: 600;
}

.dropdown:hover > .drop-nav {visibility: visible;}

.card--icon {
    width: 60%;
    margin: 0px auto;
    display: block;
    float: right;
}

.team__wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

.teamimgwrapper {line-height: 200px;}

.cardnew {
    background-color: #fff;
    border: 5px solid #efefef;
}

.product__card {
    padding: 5px 12px;
    text-align: center;
}
.product__card--specific {text-align: left;}

.regulatory__banner--wrapper {background-color: #efefef; padding: 20px;}
.regulatory__banner h4 {text-align: center !important; font-weight: 100px; padding: 35px 0px; color: #555;}
.regulatory__banner ul {text-align: left !important; padding-left: 15px;, padding-right: 35px; padding-bottom: 15px;}
.regulatory__banner li {font-size: 1.4rem; font-weight: 400 !important; list-style-type: disc !important; padding-bottom: 5px;}
.regulatory__banner p {padding-bottom: 35px; text-align: center !important;}
.regulatory--highlight {color: #38a4dd;}

.product__card--specific p {
    color: #555;
    margin-bottom: 10px;
    padding-left: 33px;
    line-height: 2rem !important;
    font-size: 1.4rem;
}

.product__card--specific h4 {
    color: #555;
    margin-bottom: 0px;
    line-height: 1.25;
    padding: 20px 5px 10px 33px;
    font-size: 2.2rem !important;
}

.product__card--specific h4:nth-child (3) {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.product__row--wrapper {padding: 30px 0px 40px 50px !important;}
.product__row--wrapper .row {margin: 35px 0px;}

.product__card p {
    color: #fff;
    padding-top: 10px;
    margin-bottom: 5px;
}

.product__card h4 {
    padding: 20px 0px 10px 0px;
    line-height: 1.25;
    color: #37474f;
}

.product__card--icons h4 {font-size: 1.8rem !important; padding-bottom: 0px !important; padding-top: 0px !important; font-weight: 600 !important; color: #37474f;}
.product__card--icons p {font-size: 1.4rem !important;}
.product--icons--row {padding: 20px 0px;}

.feature__item--wrapper h4 {
    font-size: 1.2em;
    color: #ee2749;
    text-align: left;
    font-weight: 800 !important;
    padding-top: 20px;
}

.feature__item--wrapper p {
    padding-bottom: 18px;
    border-bottom: 5px solid #efefef;
}

.subhero__textblock {
    color: #555;
    padding: 75px 0px;
}

.subhero--text {
    padding-left: 0px !important;
    line-height: 2.2rem;
    text-align: left;}

.subhero__textblock--bkg {background-color: #f8f8f8 !important;}

.subhero__textblock h3 {
    font-size: 2.6rem !important;
    font-weight: 600 !important;
    line-height: 3.0rem !important;
    letter-spacing: 0px !important;
    color: #555;
    text-align: left !important;
}

.subhero__textblock--large h3 {
    font-size: 1.6rem !important;
    color: #555;
    font-weight: 200 !important;
    line-height: 2rem !important;
    letter-spacing: 0px !important;
    }
    
.subhero__textblock svg {
    width: 60% !important;
    margin-top: 0px !important;
    }

.highlightedtext, span.highlightedtext {
    color: #38a4dd;
    padding: 40px;
    font-size: 2.4rem !important;
    font-weight: 600;
}

.secondarybanner h3 {margin-bottom: 0px !important;}
.feature__item--wrapper h4:nth-child(1) {border-top: 5px solid #efefef !important;}

.banner__couponcode {
    text-align: center;
    background-color: #37474f;
}

.banner__couponcode {padding: 40px 40px;}

.banner__couponcode h6 {
    color: #fff;
    font-size: 1.2em !important;
    font-weight: 800 !important;
    letter-spacing: .5px;
    text-transform: none !important;
}

.home--product__wrapper {
    background-color: #fff;
    padding: 50px 0px 0px 0px;
}

.home--product__wrapper h3 {
    font-weight: 600;
    font-size: 2.2rem;
    color: #0099d9;
    padding-top: 20px;
    margin-bottom: -10px;
}

.as_seen_in h3 {
    font-weight: 400 !important;
    color: #555;
    margin-bottom: 35px !important;
    font-size: 2rem !important;
}

.home--product__wrapper p,
.product__card p {
    font-weight: 100;
    font-size: 15px;
    line-height: 21px;
    color: #37474f;
    padding: 10px 5px 0px 5px !important;
}

.home--product__wrapper p {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.home--product__wrapper .button {
    margin: 0px auto !important;
    text-align: center;
    margin-top: 15px !important;
}
    
.product__overview {
    background-color: fff;
    padding: 85px;
    text-align: center;
}

.product__overview h3 {
    font-size: 2.4rem;
    font-weight: 400;
}

.product__overview p {
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 23px;
    letter-spacing: 1.1px;
    text-align: center;
    padding-top: 15px;
}

.product__overview .centered {
    margin: 0px auto !important;
    text-align: center;
    margin-top: 50px !important;
}

.product__overview .button {color: white;}

.button--reverse {
    background-color: white !important;
    color: #38a4dd !important;
}

.aboutus__sections .aboutus__section--third:nth-child(1) {background-color: #38a4dd}
.aboutus__sections .aboutus__section--third:nth-child(2) {background-color: #73B6E4}
.aboutus__sections .aboutus__section--third:nth-child(3) {background-color: #38a4dd}

.aboutus__section--third {
    float: left;
    width: 33.3333333333%;
    display: inline-block;
    padding-top: 85px;
    padding-bottom: 85px;
    text-align: center;
    color: white;
}

.aboutus__section--third h3 {
    color: white;
    font-weight: 800;
}

.aboutus__section--third p {padding: 65px 65px;}

.aboutus__section--third .button--white h6 {color: #37474f !important;}

.team-images img {
    background-color: #efefef;
    width: 100%;
    height: 100px;
}

.aboutus__svg,
.icon__svg {
    width: 20%;
    margin: 0px auto;
    margin-bottom: 35px;
}

.home__svg, .product__svg {
    margin: 0px auto;
    margin-top: 50px;
}

.home__svg {
    width: 60%;
    margin-top: 35px;
    margin-bottom: 15px;
    }
    
.header__svg {
    width: 90%;
    margin: 50px 0px;
}
    
.landing__icon {width: 50%; margin-bottom: -10px;}
.product__svg {width: 65%; margin-top: 22px; margin-right: -30px; float: right !important;}
.product--main__svg {width: 55%; padding-top: 100px; float: right; margin-right: 60px;}
.product__svg--main {float: right !important;}
    
.productlist__svg {
    width: 30%;
    margin-top: 20px;
    margin-bottom: 0px;
}

.button-row {margin-top: 25px;}
.product__card--iconsbm svg {width: 10% !important;}

.home__content--banner {
    background-color: #37474f;
    padding: 85px 0px;
    text-align: left;
    color: white;
}

.home__content--banner h3 {
    text-align: left;
    font-weight: 800;
    padding-bottom: 15px;
}

.home__banner--wrapper {
    background-image: linear-gradient(-180deg,#199ad6 0%,#1a6fb6 94%) !important;
    background-color: #38a4dd;
    text-align: center !important;
    color: white;
    margin-top: 100px;
    text-align: left !important;
    }

.home__banner--wrapper h1 {
    font-size: 4rem !important;
    font-weight: 800;
    margin-top: 130px;
    margin-bottom: 10px;
    line-height: 4.5rem;
    letter-spacing: 1px;
    }
    
.home__banner--wrapper h2 {margin-bottom: 20px;}    
    
.home__content--banner img {
    width: 100% !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.offices-subheader h3 {
    color: #37474f;
    font-weight: 800 !important;
}

.values p {
    text-align: center !important;
    font-size: 16px !important;
}

.values--wrapper {
    padding: 100px 0px 100px 0px;
    background-image: url(https://resources.brandverity.com/hubfs/Images/Icons/career/careerspage-banner3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wrapper {
    font-size: 16px;
    margin: 0px auto !important;
    margin-bottom: 5%;
    position: relative;
    text-align: center;
    width: 87%;
    float: left;
    -webkit-transform: translateZ(0);
    /* webkit flicker fix */
    -webkit-font-smoothing: antialiased;
    /* webkit text rendering fix */
}

.row-fluid .span3 {
    width: 20% !important;
    margin-left: 4.5% !important;
    margin-bottom: 4% !important;
}

.valuehighlight {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    line-height: 2.4rem;
}

.valueslist h6 {
    margin-top: 25px !important;
    text-align: center !important;
}

.valueslist p {text-align: left !important;}
.valueslist h6:first-child {margin-top: 0px !important;}
.valueslist p:last-child {margin-bottom: 45px !important;}


.teammember {
    text-align: left !important;
    position: relative;
    z-index; 1
    opacity: .99;
}
    
.teammember h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0099d9;
    text-align: left !important;
    padding-top: 7px;
}

.teammember h4 {
    font-size: 1.2rem;
    font-weight: 100 !important;
    color: #555;
}

.product--graphic img {height: 300px; width: 100%;}

.product--graphic__headers {
    margin: 0px auto !important;
    text-align: center;
    margin-top: 25px !important;
}

.product--graphic__headers h3 {
    font-weight: 400;
    font-size: 2.2rem;
    display: inline-block !important;
    text-align: center;
    padding: 0px 50px;
    margin: 0px auto;
    margin: 30px 0px 0px 0px;
}

.wrapper .tooltip {
    background: #eee;
    bottom: 25%;
    color: #555;
    display: block;
    left: -30px;
    line-height: 15px;
    margin: 0px auto;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    font-size: 13px;
    width: 110%;
    text-align: left;
    z-index: 100000;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}


/* This bridges the gap so you can mouse into the tooltip without it disappearing */

.wrapper .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

.wrapper:hover .tooltip {
    opacity: .95;
    position: absolute;
    z-index: 1000000000000;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.as_seen_in h3 {padding: 50px 0px 0px 0px !important;}
.product-hero p:last-child {margin-bottom: 20px !important;}
.product-hero .button {margin-bottom: 10px !important;}

.card--text {text-align: left !important;}
.card--text p {padding-right: 75px;}
.card--text h4 {margin-bottom: 15px; color: #38a4dd;}
.contactus__address {padding: 20px; margin-top: 50px;}
.contactus__phone {padding-bottom: 40px;}
.contactus__address h4, .contactus__phone h4 {font-size: 1.8rem; color: #38a4dd;}


/*Press Release*/

.pressrelease {text-align: left !important;}

.pressrelease h1,
.pressrelease h3 {
    font-size: 24px;
    font-weight: 800;
    color: #ee2749;
    margin-bottom: 15px;
    text-align: left;
    margin-top: -25px;
}

.pressrelease h2, 
.pressrelease h4 {
    font-size: 18px;
    font-weight: 800;
    color: #555;
    margin-bottom: 25px;
    margin-top: -5px;
    text-align: left;
}

.pressrelease a {
    font-weight: 600px;
    color: #38a4dd;
}

.pressrequest {margin-top: 115px !important;}

.news-press-reachout {
    text-align: center; 
    margin-top: -70px !important;
}
    
.news-press-reachout h6 {
    font-size: 1.6rem; 
    font-weight: 600; 
    padding-bottom: 25px;
}

.news-press-reachout p {margin-bottom: 95px;}
.mobile-button {display: none !important;}
.desktop-buttons {display: initial !important; margin-bottom: 50px !important; text-align: center;}
.bottom--cta {text-align: center;}
.bottom--cta h5 {font-size: 2rem; font-weight: 800; padding-bottom: 40px; color: #37474f; line-height: 2.2rem;}


/*Responsive*/

@media (max-width: 875px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
        padding: 0px;
        padding-top: 15px;
        margin: 0px !important;
        display: block !important;
        text-align: center !important;
    }
}

@media (max-width: 800px) {
    h1 {font-size: 30px;}
    .spacing {margin: 50px 0px}
    .spacing--top {margin-top: 50px;}
    .spacing--bottom {margin-bottom: 50px;}
    .spacing--small {margin: 25px 0px;}
    .spacing--small--top {margin-top: 25px;}
    .spacing--small--bottom {margin-bottom: 25px;}
    .pricing__mobilespacing {margin: 25px 0px}
    
    .logo {
        float: left;
        display: inline-block;
        text-align: center;
        margin: 0px auto;
        width: 105px !important;
        margin-top: 28px !important;
        margin-bottom: 25px !important;
    }
    
    .logo__blog {
        float: none;
        text-align: center;
        margin: 0px auto;
        width: 250px !important;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .navigation {
        margin: 0px auto !important;
        display: inline-block !important;
        float: none !important;
    }
    
    .blognav {text-align: center !important;}
    .blognav .hs-menu-wrapper {
        margin: 0px auto !important;
        float: none !important;
        padding-bottom: 20px;
        margin-top: -20px !important;
    }
    
    .blognav li {padding: 0px 20px !important;}
    
    header {
        height: auto;
        text-align: center;
        margin: 0px auto;
    }
    
    footer {text-align: center;}
    
    .footer__navigation {
        display: none;
    }
    
    .footer__logo {
        margin: 0px auto;
        margin-top: 50px;
        margin-bottom: 25px;
    }
    
    .footer__social {
        margin: 0px auto !important;
        text-align: center;
        margin-top: 20px;
    }
    
    .footer__social__icon {
        padding: 0px 20px;
        margin: 0px auto;
        float: none;
    }
    
    .email-image {max-width: 150px !important;}
    /*    Homepage:     */
    
    .banner {margin-top: 50px;}
    
    .banner h2 {font-size: 20px;}
    .home--hero h2 {
        font-size: 12px !important;
    }
    .homepage__clients .spacing--small--bottom {
        margin-bottom: 0px;
    }
    .homepage__clients img {
        padding: 0px !important;
        margin: 20px 0px !important;
    }
    .homepage__clients .spacing--small--top {
        margin-top: 0px !important;
    }

    .publogomobile {
        margin-top: 25px !important;
        padding-top: 25px !important;
    }
    .homepage__clients {
        text-align: center;
    }
    #hs_cos_wrapper_publication__logos {
        display: inline !important;
    }
    #hs_cos_wrapper_home__pub1,
    #hs_cos_wrapper_home__pub2 {}
    .homepage__signup .heading {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
   
   .row-fluid .span3 {
       width: 100% !important; 
       margin-left: 5% !important; 
       margin-bottom: 30px !important;
       }
   
   .teammember {width: 90%;}
   .teammember h4 {margin-bottom: 20px;}
    .resouces__card2 h2 {display: block; float: none; width: 100%; text-align: center;}
    .resouces__card2 img {display: block; float: none; margin: 0 auto !important; width:45% !important;}
   .resouces__card2 h2 {font-size: 2rem;}
   .resouces__card2 p {text-align: center; margin-top: 20px; margin-bottom: 20px;}
   .resouces__card2 {text-align: center;}
   
   
    .team__person {
        width: 50%;
        float: left;
        background-color: white;
        margin: 0px auto;
    }
    
    .team__group p:hover {
        visibility: hidden;
    }
    .team__person__text {
        margin-bottom: 25px;
        margin-left: 0px !important;
        padding-left: 0px !important;
    }
    .longname h3 {
        font-size: 80% !important;
    }
    .longname {
        margin-bottom: 10px !important;
    }
    .team__person__one:hover ~ .person__one,
    .team__person__two:hover ~ .person__two,
    .team__person__three:hover ~ .person__three,
    .team__person__four:hover ~ .person__four {
        visibility: hidden;
    }
    .team__person:hover {
        background-color: #fff;
        color: #555;
    }
    .teambanner {
        margin-bottom: 25px;
    }
    .fromtheblog {
        margin-bottom: 50px;
    }
    .link__underline,
    .link__underlinepr a,
    .hs-rss-title {
        border-bottom: 0px solid;
        padding-bottom: 0px;
        color: #555;
    }
    .hs-rss-title span {
        color: #38a4dd !important;
        text-decoration: none !important;
        font-weight: 800;
    }
    .link__underlinepr a {
        color: #ee2947 !important;
        text-decoration: none;
        font-weight: 800;
    }
    .cardicon {
        text-align: center !important;
        margin: 0px auto;
    }
    .card--icon,
    .card-3wide {
        width: 15% !important;
        float: none !important;
        margin: 0px auto !important;
        margin-bottom: 25px !important;
        text-align: center;
    }
    .card--text h4,
    .card--text,
    .resources h2,
    .resources__text {
        margin-bottom: 25px !important;
        text-align: center !important;
    }
    .card--text p,
    .resources p {
        margin-bottom: 15px !important;
        text-align: center !important;
    }
    .card--text .left,
    .resources__text .left {
        float: none !important;
    }
    .event__box {
        margin-bottom: 50px;
    }
    .contactus__map {
        display: none;
    }
    .blog__home__info h2,
    .blog__post__title a {
        font-size: 24px !important;
    }
    .blog__sidebar {
        display: none;
    }
    .resources img {
        width: 50% !important;
        float: none !important;
        margin: 0px auto !important;
        margin-bottom: 20px !important;
    }
    .resources {
        text-align: center;
    }
    /*Landing Pages*/
    .hs_cos_wrapper_type_linked_image .hs-image-widget {
        display: none;
    }
    .resources .hs-image-widget {
        margin-bottom: 25px;
    }
    .layout-widget-wrapper,
    .landing__text {
        width: 80%;
        margin: 0px auto;
        margin-top: -5px;
    }
    .layout-widget-wrapper {width: 100%;}
    
    .footer__logo__landingpage {
        margin: 0px auto;
        width: 10%;
        height: auto;
        margin-top: 50px;
    }
    .landingbanner {
        text-align: left;
    }
    
    .pricing__card {margin-bottom: 40px;}
    
    .pricing__card--cm {
        text-align: center !important;
        margin-top: 20px !important;
    }
    .form-columns-2 div:first-child {
        width: 100% !important;
        padding: 0px !important;
        padding-right: 0% !important;
    }
    .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 100% !important;
        margin: 0px auto !important;
    }
    .hs-form fieldset.form-columns-1 .hs-input,
    .hs-form fieldset.form-columns-2 .input {
        width: 100% !important;
        margin-right: 0px !important;
        padding-right: 0px !important;
    }
    
    .input {
    border-radius: 0 !important;
    font-family: 'proxima-nova', sans-serif !important;
    font-size: 12px;
    height: 25px;
    width: 95%;
}

    .hs_cos_wrapper_type_blog_comments .hs-form-booleancheckbox label span {
        display: none;
    }
    
    .homepage__signup .hs-input,
    .signup .hs-input {
        width: 100% !important;
    }
    .hs-form fieldset {
        width: 100% !important;
    }
    input,
    textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    
   .home__banner--wrapper {text-align: center !important; margin-top: 50px !important;}
   .home__banner--wrapper .button, .resources .button {margin-bottom: 45px !important;}
   .home__banner--wrapper h1 {margin-top: 85px !important;}
   .header__svg {display: none;}
   .home__svg {width: 45%; margin: 0px !important; padding: 0px !important;}
   .publicationlogos {width: 100%;}
   .publicationlogos img {
       width: 22% !important;
       float: left;
       padding: 0 5%;
   }
   .bioimage {display: none;}
   .homepage__quote__name, .quote, .quotebio, .heading--base {text-align: center;}
   .quotebio {margin-bottom: 25px;}
   .product-hero h1, .product-hero h2 {text-align: center !important;}
   .product-hero, .banner  {text-align: center !important;}
   .product__svg, .product--main__svg {margin: 0px auto !important; float: none !important; margin-right: 0px !important;}
   .product__svg {width: 20%; text-align: center;}
   .product--main__svg {padding: 20px; margin: 20px;}
   .product-hero h1 {padding-top: 20px !important;}
   .product-hero .button {float: none;}
   .product__row--wrapper {padding: 0px !important; text-align: center !important;}
   .product__card--specific {text-align: center !important; padding-right: 20px;}
   .product__card--specific p, .heading--base p  {text-align: left !important;}
   .banner__couponcode {margin-bottom: 35px;}
   .highlightedtext {font-size: 14px !important; padding: 5px !important; margin-top: 20px !important;}
   .team-images img {display: none;}
   .ccpricingbanner h6 {padding-left: 10px !important;}
   .resources .button {margin-top: 15px;}
   .resources--list .button {margin-bottom: 85px !important;}
   .desktop-buttons {display: none !important;}
   .mobile-button {display: inline-block !important; margin-bottom: 45px !important;}
   .product__card .mobile-button {margin-bottom: 35px !important;}
   .secondarybanner {margin-top: 50px;}
   .special--secondary {margin-top: 25px !important;}
   .product--main__svg {margin-top: 100px !important; margin-bottom: -50px !important;}
   .card--text--mobile p {padding-right: 25px !important;}
   .valueslist-mobile {margin-top: 25px;}
}

@media (max-width: 600px) {
.product__card--specific p, .heading--base p, .heading--base li, .product__card--icons p {
       font-size: 16px !important;
       line-height: 150% !important;
       font-weight: 400 !important;
}
.product--main__svg {
    margin-top: 30px !important;
    margin-bottom: -85px !important;
    width: 30% !important;
}
span.highlightedtext {
    font-size: 2rem !important;
}
.footer__social__icon {padding:0px 10px !important;}
    
}

/* Hubspot Custom Menu*/

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


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

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

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

/* 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:870px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }



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


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

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

@media (max-width: 870px) {


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

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

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#555;
  }
    
    .hs-menu-wrapper {
        margin-top: 0px !important;
        margin-bottom: 30px;
    }


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

  .mobile-trigger {
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 0px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 5px 10px;
    border: 2px solid #fff;
    font-family: "proxima-nova-alt-condensed", sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
    color: #fff; 
    margin-top: 19px;
    background-color: #37474f;
  }
    
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    border-color: #fff;
    background-color: #37474f;
  }
  
.active > a, .active-branch > a {border-bottom: 4px solid transparent !important;}
.shrink {margin-top: 22px;}
.shrink-header {height: auto !important;}

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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
    display: none;
  }
  
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
    display: none;
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #37474f; /* Icon color */
    display: none;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #666; /* Icon color */
      display: none;
  }


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

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

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

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#eee; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 14px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

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

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
    color: #37474f !important;
  }

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





