@charset "UTF-8";
/*********************************************************************************************************************************************************************
New Breed Unified Framework 2.0
For use with the HubSpot COS - designers.hubspot.com/docs
Copyright 2016 New Breed Marketing - newbreedmarketing.com
Last Updated - 3/9/16

About uf2.scss: This is the main CSS file for Unified 2 which imports all needed _partials and external CSS libraries

1. CSS Libraries
2. Base
3. Layout
4. Modules

**********************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************
1. CSS Libraries
**********************************************************************************************************************************************************************/
@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab?family=Roboto+Slab:300,400,700");
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;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

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

b, strong {
  font-weight: inherit;
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText; }

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

/* github.com/necolas/normalize.css/ */
img {
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; }

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

.hs-responsive-embed {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }

.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
  width: 100%;
  height: 100%;
  border: 0; }

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
  padding-bottom: 2%; }

.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-bottom: 116.01%; }

.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0; }

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto; }

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%; }

@media (max-width: 568px) {
  iframe {
    max-width: 100%; } }

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 {
  padding: 6px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0; }

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
  margin-bottom: 20px; }

.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;
  padding: 10px 20px;
  white-space: nowrap;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none; }

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative; }

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .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;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis; }

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 180px;
  top: 0; }

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
  margin-bottom: 20px;
  min-height: 7em; }

.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;
  padding: 10px 20px;
  white-space: nowrap;
  max-width: 140px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none; }

.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;
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis; }

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 20px; }

.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 a {
  padding: 10px 20px;
  text-decoration: none; }

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative; }

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 180px; }

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible; }

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
  min-width: 140px;
  width: auto; }

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
  max-width: 100%;
  overflow: hidden; }

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none; }

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
  position: static; }

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
  padding-left: 4em; }

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
  padding-left: 6em; }

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
  padding-left: 8em; }

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
  padding-left: 140px; }

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18); }

@media (max-width: 568px) {
  .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;
    max-width: 100%;
    width: 100%; } }

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

.widget-type-space {
  visibility: hidden; }

.hs-author-listing-header {
  margin: 0 0 .75em 0; }

.hs-author-social-links {
  display: inline-block; }

.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0;
  border: 0;
  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"); }

.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden; }

.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: 0; }

.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.hs_cos_flex-slider {
  margin: 0;
  padding: 0; }

.hs_cos_flex-slider .hs_cos_flex-slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative; }

.hs_cos_flex-slider .hs_cos_flex-slides img {
  width: 100%;
  display: block;
  border-radius: 0; }

.hs_cos_flex-pauseplay span {
  text-transform: capitalize; }

.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%; }

.hs_cos_flex-slider {
  margin: 0 0 60px;
  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; }

.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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: .8;
  right: 5px; }

.hs_cos_flex-slider:hover .hs_cos_flex-prev {
  opacity: .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; }

.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0;
  padding: 0;
  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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: 0; }

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
  left: 0; }

.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; }

.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: rgba(0, 0, 0, 0.5);
  position: absolute;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0 5% 0 5%;
  width: 100%;
  bottom: 0;
  text-align: center; }

.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0 5% 0 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: 0 5% 0 5%;
    top: 40%;
    text-align: center; }
  #recaptcha_area table#recaptcha_table {
    width: 300px !important; }
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: 300px !important; }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {
    width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image {
    width: 280px !important; } }

.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; }

.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: -4px; }

.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0;
  padding: 0;
  border-width: 0; }

pre {
  overflow-x: auto; }

table pre {
  white-space: pre-wrap; }

.comment {
  margin: 10px 0 10px 0; }

.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; }

/* contains base styles for COS modules */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* github.com/dimsemenov/Magnific-Popup */
.stickem-container {
  position: relative; }

.stickit {
  margin-left: 660px;
  position: fixed;
  top: 0; }

.stickit-end {
  bottom: 0;
  position: absolute; }

/* github.com/github.com/davist11/jQuery-Stickem */
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  overflow-x: hidden; }

/* Fill body BGs, remove outer margin/padding, prevent body horizontal scrollbars */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Padding and border included in total width and height */
.row-fluid [class*="span"] {
  margin-left: 0;
  min-height: 1px; }

/* No margins simple 12 column design grid, lowest min height to keep columns from collapsing */
.row-fluid .span1 {
  width: 8.333333333%; }

/*  90px columns at 1080px container */
.row-fluid .span2 {
  width: 16.66666666%; }

/* 180px columns at 1080px container */
.row-fluid .span3 {
  width: 25%; }

/* 270px columns at 1080px container */
.row-fluid .span4 {
  width: 33.333333333%; }

/* 360px columns at 1080px container */
.row-fluid .span5 {
  width: 41.666666666%; }

/* 450px columns at 1080px container */
.row-fluid .span6 {
  width: 50%; }

/* 540px columns at 1080px container */
.row-fluid .span7 {
  width: 58.333333333%; }

/* 630px columns at 1080px container */
.row-fluid .span8 {
  width: 66.666666666%; }

/* 720px columns at 1080px container */
.row-fluid .span9 {
  width: 75%; }

/* 810px columns at 1080px container */
.row-fluid .span10 {
  width: 83.333333333%; }

/* 900px columns at 1080px container */
.row-fluid .span11 {
  width: 91.6666666666%; }

/* 990px columns at 1080px container */
.row-fluid .span12 {
  width: 100%; }

/* 1080px column at 1080px container */
@media (max-width: 767px) {
  .row-fluid [class*="span"] {
    width: 100%; } }

/* Full width columns for mobile */
/* New Breed modified HubSpot fluid grid */
.uppercase {
  text-transform: uppercase; }

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

.text-right {
  text-align: right; }

.text-centered {
  text-align: center; }

.fl {
  float: left; }

.fr {
  float: right; }

.fn {
  float: none; }

.cl {
  clear: left; }

.fr {
  clear: right; }

.cb {
  clear: both; }

.clear {
  clear: both; }

.none {
  display: none !important; }

.no-min-height {
  min-height: 0 !important; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.visible {
  visibility: visible; }

.invisible {
  visibility: hidden; }

.opacity0 {
  opacity: 0; }

.opacity1 {
  opacity: 1; }

.bg-fixed {
  background-attachment: fixed; }

.bg-centered {
  background-position: center center; }

.bg-cover {
  background-size: cover; }

.delay1 {
  animation-delay: .1s; }

.delay2 {
  animation-delay: .2s; }

.delay3 {
  animation-delay: .3s; }

.delay4 {
  animation-delay: .4s; }

.delay5 {
  animation-delay: .5s; }

.delay6 {
  animation-delay: .6s; }

.delay7 {
  animation-delay: .7s; }

.delay8 {
  animation-delay: .8s; }

.delay9 {
  animation-delay: .9s; }

.delay1s {
  animation-delay: 1s; }

.delay1_5s {
  animation-delay: 1.5s; }

.delay2s {
  animation-delay: 2s; }

.delay3s {
  animation-delay: 3s; }

.duration1 {
  animation-duration: 0.1s !important; }

.duration2 {
  animation-duration: 0.2s !important; }

.duration3 {
  animation-duration: 0.3s !important; }

.duration4 {
  animation-duration: 0.4s !important; }

.duration5 {
  animation-duration: 0.5s !important; }

.duration6 {
  animation-duration: 0.6s !important; }

.duration7 {
  animation-duration: 0.7s !important; }

.duration8 {
  animation-duration: 0.8s !important; }

.duration9 {
  animation-duration: 0.9s !important; }

.duration1s {
  animation-duration: 1s !important; }

.duration1_5s {
  animation-duration: 1.5s !important; }

.duration2s {
  animation-duration: 2s !important; }

.duration2s {
  animation-duration: 3s !important; }

.p0 {
  padding: 0; }

.p10 {
  padding: 10px; }

.p20 {
  padding: 20px; }

.p30 {
  padding: 30px; }

.p40 {
  padding: 40px; }

.p50 {
  padding: 50px; }

.p60 {
  padding: 60px; }

.p70 {
  padding: 70px; }

.p80 {
  padding: 80px; }

.p90 {
  padding: 90px; }

.p100 {
  padding: 100px; }

.p110 {
  padding: 110px; }

.p120 {
  padding: 120px; }

.p130 {
  padding: 130px; }

.p140 {
  padding: 140px; }

.p150 {
  padding: 150px; }

.p160 {
  padding: 160px; }

.p170 {
  padding: 170px; }

.p180 {
  padding: 180px; }

.p190 {
  padding: 190px; }

.p200 {
  padding: 200px; }

.ph0 {
  padding-left: 0;
  padding-right: 0; }

.ph10 {
  padding-left: 10px;
  padding-right: 10px; }

.ph20 {
  padding-left: 20px;
  padding-right: 20px; }

.ph30 {
  padding-left: 30px;
  padding-right: 30px; }

.ph40 {
  padding-left: 40px;
  padding-right: 40px; }

.ph50 {
  padding-left: 50px;
  padding-right: 50px; }

.ph60 {
  padding-left: 60px;
  padding-right: 60px; }

.ph70 {
  padding-left: 70px;
  padding-right: 70px; }

.ph80 {
  padding-left: 80px;
  padding-right: 80px; }

.ph90 {
  padding-left: 90px;
  padding-right: 90px; }

.ph100 {
  padding-left: 100px;
  padding-right: 100px; }

.ph110 {
  padding-left: 110px;
  padding-right: 110px; }

.ph120 {
  padding-left: 120px;
  padding-right: 120px; }

.ph130 {
  padding-left: 130px;
  padding-right: 130px; }

.ph140 {
  padding-left: 140px;
  padding-right: 140px; }

.ph150 {
  padding-left: 150px;
  padding-right: 150px; }

.ph160 {
  padding-left: 160px;
  padding-right: 160px; }

.ph170 {
  padding-left: 170px;
  padding-right: 170px; }

.ph180 {
  padding-left: 180px;
  padding-right: 180px; }

.ph190 {
  padding-left: 190px;
  padding-right: 190px; }

.ph200 {
  padding-left: 200px;
  padding-right: 200px; }

.pv0 {
  padding-top: 0;
  padding-bottom: 0; }

.pv10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pv20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.pv30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pv40 {
  padding-top: 40px;
  padding-bottom: 40px; }

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

.pv60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.pv70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.pv80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.pv90 {
  padding-top: 90px;
  padding-bottom: 90px; }

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

.pv110 {
  padding-top: 110px;
  padding-bottom: 110px; }

.pv120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.pv130 {
  padding-top: 130px;
  padding-bottom: 130px; }

.pv140 {
  padding-top: 140px;
  padding-bottom: 140px; }

.pv150 {
  padding-top: 150px;
  padding-bottom: 150px; }

.pv160 {
  padding-top: 160px;
  padding-bottom: 160px; }

.pv170 {
  padding-top: 170px;
  padding-bottom: 170px; }

.pv180 {
  padding-top: 180px;
  padding-bottom: 180px; }

.pv190 {
  padding-top: 190px;
  padding-bottom: 190px; }

.pv200 {
  padding-top: 200px;
  padding-bottom: 200px; }

.pt0 {
  padding-top: 0; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt40 {
  padding-top: 40px; }

.pt50 {
  padding-top: 50px; }

.pt60 {
  padding-top: 60px; }

.pt70 {
  padding-top: 70px; }

.pt80 {
  padding-top: 80px; }

.pt90 {
  padding-top: 90px; }

.pt100 {
  padding-top: 100px; }

.pt110 {
  padding-top: 110px; }

.pt120 {
  padding-top: 120px; }

.pt130 {
  padding-top: 130px; }

.pt140 {
  padding-top: 140px; }

.pt150 {
  padding-top: 150px; }

.pt160 {
  padding-top: 160px; }

.pt170 {
  padding-top: 170px; }

.pt180 {
  padding-top: 180px; }

.pt190 {
  padding-top: 190px; }

.pt200 {
  padding-top: 200px; }

.pr0 {
  padding-right: 0; }

.pr10 {
  padding-right: 10px; }

.pr20 {
  padding-right: 20px; }

.pr30 {
  padding-right: 30px; }

.pr40 {
  padding-right: 40px; }

.pr50 {
  padding-right: 50px; }

.pr60 {
  padding-right: 60px; }

.pr70 {
  padding-right: 70px; }

.pr80 {
  padding-right: 80px; }

.pr90 {
  padding-right: 90px; }

.pr100 {
  padding-right: 100px; }

.pr110 {
  padding-right: 110px; }

.pr120 {
  padding-right: 120px; }

.pr130 {
  padding-right: 130px; }

.pr140 {
  padding-right: 140px; }

.pr150 {
  padding-right: 150px; }

.pr160 {
  padding-right: 160px; }

.pr170 {
  padding-right: 170px; }

.pr180 {
  padding-right: 180px; }

.pr190 {
  padding-right: 190px; }

.pr200 {
  padding-right: 200px; }

.pb0 {
  padding-bottom: 0; }

.pb10 {
  padding-bottom: 10px; }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.pb40 {
  padding-bottom: 40px; }

.pb50 {
  padding-bottom: 50px; }

.pb60 {
  padding-bottom: 60px; }

.pb70 {
  padding-bottom: 70px; }

.pb80 {
  padding-bottom: 80px; }

.pb90 {
  padding-bottom: 90px; }

.pb100 {
  padding-bottom: 100px; }

.pb110 {
  padding-bottom: 110px; }

.pb120 {
  padding-bottom: 120px; }

.pb130 {
  padding-bottom: 130px; }

.pb140 {
  padding-bottom: 140px; }

.pb150 {
  padding-bottom: 150px; }

.pb160 {
  padding-bottom: 160px; }

.pb170 {
  padding-bottom: 170px; }

.pb180 {
  padding-bottom: 180px; }

.pb190 {
  padding-bottom: 190px; }

.pb200 {
  padding-bottom: 200px; }

.pl0 {
  padding-left: 0; }

.pl10 {
  padding-left: 10px; }

.pl20 {
  padding-left: 20px; }

.pl30 {
  padding-left: 30px; }

.pl40 {
  padding-left: 40px; }

.pl50 {
  padding-left: 50px; }

.pl60 {
  padding-left: 60px; }

.pl70 {
  padding-left: 70px; }

.pl80 {
  padding-left: 80px; }

.pl90 {
  padding-left: 90px; }

.pl100 {
  padding-left: 100px; }

.pl110 {
  padding-left: 110px; }

.pl120 {
  padding-left: 120px; }

.pl130 {
  padding-left: 130px; }

.pl140 {
  padding-left: 140px; }

.pl150 {
  padding-left: 150px; }

.pl160 {
  padding-left: 160px; }

.pl170 {
  padding-left: 170px; }

.pl180 {
  padding-left: 180px; }

.pl190 {
  padding-left: 190px; }

.pl200 {
  padding-left: 200px; }

.m0 {
  margin: 0; }

.m10 {
  margin: 10px; }

.m20 {
  margin: 20px; }

.m30 {
  margin: 30px; }

.m40 {
  margin: 40px; }

.m50 {
  margin: 50px; }

.m60 {
  margin: 60px; }

.m70 {
  margin: 70px; }

.m80 {
  margin: 80px; }

.m90 {
  margin: 90px; }

.m100 {
  margin: 100px; }

.m110 {
  margin: 110px; }

.m120 {
  margin: 120px; }

.m130 {
  margin: 130px; }

.m140 {
  margin: 140px; }

.m150 {
  margin: 150px; }

.m160 {
  margin: 160px; }

.m170 {
  margin: 170px; }

.m180 {
  margin: 180px; }

.m190 {
  margin: 190px; }

.m200 {
  margin: 200px; }

.mh0 {
  margin-left: 0;
  margin-right: 0; }

.mh10 {
  margin-left: 10px;
  margin-right: 10px; }

.mh20 {
  margin-left: 20px;
  margin-right: 20px; }

.mh30 {
  margin-left: 30px;
  margin-right: 30px; }

.mh40 {
  margin-left: 40px;
  margin-right: 40px; }

.mh50 {
  margin-left: 50px;
  margin-right: 50px; }

.mh60 {
  margin-left: 60px;
  margin-right: 60px; }

.mh70 {
  margin-left: 70px;
  margin-right: 70px; }

.mh80 {
  margin-left: 80px;
  margin-right: 80px; }

.mh90 {
  margin-left: 90px;
  margin-right: 90px; }

.mh100 {
  margin-left: 100px;
  margin-right: 100px; }

.mh110 {
  margin-left: 110px;
  margin-right: 110px; }

.mh120 {
  margin-left: 120px;
  margin-right: 120px; }

.mh130 {
  margin-left: 130px;
  margin-right: 130px; }

.mh140 {
  margin-left: 140px;
  margin-right: 140px; }

.mh150 {
  margin-left: 150px;
  margin-right: 150px; }

.mh160 {
  margin-left: 160px;
  margin-right: 160px; }

.mh170 {
  margin-left: 170px;
  margin-right: 170px; }

.mh180 {
  margin-left: 180px;
  margin-right: 180px; }

.mh190 {
  margin-left: 190px;
  margin-right: 190px; }

.mh200 {
  margin-left: 200px;
  margin-right: 200px; }

.mv0 {
  margin-top: 0;
  margin-bottom: 0; }

.mv10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mv20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mv30 {
  margin-top: 30px;
  margin-bottom: 30px; }

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

.mv50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.mv60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.mv70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.mv80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.mv90 {
  margin-top: 90px;
  margin-bottom: 90px; }

.mv100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.mv110 {
  margin-top: 110px;
  margin-bottom: 110px; }

.mv120 {
  margin-top: 120px;
  margin-bottom: 120px; }

.mv130 {
  margin-top: 130px;
  margin-bottom: 130px; }

.mv140 {
  margin-top: 140px;
  margin-bottom: 140px; }

.mv150 {
  margin-top: 150px;
  margin-bottom: 150px; }

.mv160 {
  margin-top: 160px;
  margin-bottom: 160px; }

.mv170 {
  margin-top: 170px;
  margin-bottom: 170px; }

.mv180 {
  margin-top: 180px;
  margin-bottom: 180px; }

.mv190 {
  margin-top: 190px;
  margin-bottom: 190px; }

.mv200 {
  margin-top: 200px;
  margin-bottom: 200px; }

.mt0 {
  margin-top: 0; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mt100 {
  margin-top: 100px; }

.mt110 {
  margin-top: 110px; }

.mt120 {
  margin-top: 120px; }

.mt130 {
  margin-top: 130px; }

.mt140 {
  margin-top: 140px; }

.mt150 {
  margin-top: 150px; }

.mt160 {
  margin-top: 160px; }

.mt170 {
  margin-top: 170px; }

.mt180 {
  margin-top: 180px; }

.mt190 {
  margin-top: 190px; }

.mt200 {
  margin-top: 200px; }

.mr0 {
  margin-right: 0; }

.mr10 {
  margin-right: 10px; }

.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.mr40 {
  margin-right: 40px; }

.mr50 {
  margin-right: 50px; }

.mr60 {
  margin-right: 60px; }

.mr70 {
  margin-right: 70px; }

.mr80 {
  margin-right: 80px; }

.mr90 {
  margin-right: 90px; }

.mr100 {
  margin-right: 100px; }

.mr110 {
  margin-right: 110px; }

.mr120 {
  margin-right: 120px; }

.mr130 {
  margin-right: 130px; }

.mr140 {
  margin-right: 140px; }

.mr150 {
  margin-right: 150px; }

.mr160 {
  margin-right: 160px; }

.mr170 {
  margin-right: 170px; }

.mr180 {
  margin-right: 180px; }

.mr190 {
  margin-right: 190px; }

.mr200 {
  margin-right: 200px; }

.mb0 {
  margin-bottom: 0; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb80 {
  margin-bottom: 80px; }

.mb90 {
  margin-bottom: 90px; }

.mb100 {
  margin-bottom: 100px; }

.mb110 {
  margin-bottom: 110px; }

.mb120 {
  margin-bottom: 120px; }

.mb130 {
  margin-bottom: 130px; }

.mb140 {
  margin-bottom: 140px; }

.mb150 {
  margin-bottom: 150px; }

.mb160 {
  margin-bottom: 160px; }

.mb170 {
  margin-bottom: 170px; }

.mb180 {
  margin-bottom: 180px; }

.mb190 {
  margin-bottom: 190px; }

.mb200 {
  margin-bottom: 200px; }

.ml0 {
  margin-left: 0; }

.ml10 {
  margin-left: 10px; }

.ml20 {
  margin-left: 20px; }

.ml30 {
  margin-left: 30px; }

.ml40 {
  margin-left: 40px; }

.ml50 {
  margin-left: 50px; }

.ml60 {
  margin-left: 60px; }

.ml70 {
  margin-left: 70px; }

.ml80 {
  margin-left: 80px; }

.ml90 {
  margin-left: 90px; }

.ml100 {
  margin-left: 100px; }

.ml110 {
  margin-left: 110px; }

.ml120 {
  margin-left: 120px; }

.ml130 {
  margin-left: 130px; }

.ml140 {
  margin-left: 140px; }

.ml150 {
  margin-left: 150px; }

.ml160 {
  margin-left: 160px; }

.ml170 {
  margin-left: 170px; }

.ml180 {
  margin-left: 180px; }

.ml190 {
  margin-left: 190px; }

.ml200 {
  margin-left: 200px; }

.p5 {
  padding: 5; }

.p15 {
  padding: 15px; }

.p25 {
  padding: 25px; }

.p35 {
  padding: 35px; }

.p45 {
  padding: 45px; }

.p55 {
  padding: 55px; }

.p65 {
  padding: 65px; }

.p75 {
  padding: 75px; }

.p85 {
  padding: 85px; }

.p95 {
  padding: 95px; }

.p155 {
  padding: 155px; }

.p115 {
  padding: 115px; }

.p125 {
  padding: 125px; }

.p135 {
  padding: 135px; }

.p145 {
  padding: 145px; }

.p155 {
  padding: 155px; }

.p165 {
  padding: 165px; }

.p175 {
  padding: 175px; }

.p185 {
  padding: 185px; }

.p195 {
  padding: 195px; }

.ph5 {
  padding-left: 5;
  padding-right: 5; }

.ph15 {
  padding-left: 15px;
  padding-right: 15px; }

.ph25 {
  padding-left: 25px;
  padding-right: 25px; }

.ph35 {
  padding-left: 35px;
  padding-right: 35px; }

.ph45 {
  padding-left: 45px;
  padding-right: 45px; }

.ph55 {
  padding-left: 55px;
  padding-right: 55px; }

.ph65 {
  padding-left: 65px;
  padding-right: 65px; }

.ph75 {
  padding-left: 75px;
  padding-right: 75px; }

.ph85 {
  padding-left: 85px;
  padding-right: 85px; }

.ph95 {
  padding-left: 95px;
  padding-right: 95px; }

.ph155 {
  padding-left: 155px;
  padding-right: 155px; }

.ph115 {
  padding-left: 115px;
  padding-right: 115px; }

.ph125 {
  padding-left: 125px;
  padding-right: 125px; }

.ph135 {
  padding-left: 135px;
  padding-right: 135px; }

.ph145 {
  padding-left: 145px;
  padding-right: 145px; }

.ph155 {
  padding-left: 155px;
  padding-right: 155px; }

.ph165 {
  padding-left: 165px;
  padding-right: 165px; }

.ph175 {
  padding-left: 175px;
  padding-right: 175px; }

.ph185 {
  padding-left: 185px;
  padding-right: 185px; }

.ph195 {
  padding-left: 195px;
  padding-right: 195px; }

.pv5 {
  padding-top: 5;
  padding-bottom: 5; }

.pv15 {
  padding-top: 15px;
  padding-bottom: 15px; }

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

.pv35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.pv45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.pv55 {
  padding-top: 55px;
  padding-bottom: 55px; }

.pv65 {
  padding-top: 65px;
  padding-bottom: 65px; }

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

.pv85 {
  padding-top: 85px;
  padding-bottom: 85px; }

.pv95 {
  padding-top: 95px;
  padding-bottom: 95px; }

.pv155 {
  padding-top: 155px;
  padding-bottom: 155px; }

.pv115 {
  padding-top: 115px;
  padding-bottom: 115px; }

.pv125 {
  padding-top: 125px;
  padding-bottom: 125px; }

.pv135 {
  padding-top: 135px;
  padding-bottom: 135px; }

.pv145 {
  padding-top: 145px;
  padding-bottom: 145px; }

.pv155 {
  padding-top: 155px;
  padding-bottom: 155px; }

.pv165 {
  padding-top: 165px;
  padding-bottom: 165px; }

.pv175 {
  padding-top: 175px;
  padding-bottom: 175px; }

.pv185 {
  padding-top: 185px;
  padding-bottom: 185px; }

.pv195 {
  padding-top: 195px;
  padding-bottom: 195px; }

.pt5 {
  padding-top: 5; }

.pt15 {
  padding-top: 15px; }

.pt25 {
  padding-top: 25px; }

.pt35 {
  padding-top: 35px; }

.pt45 {
  padding-top: 45px; }

.pt55 {
  padding-top: 55px; }

.pt65 {
  padding-top: 65px; }

.pt75 {
  padding-top: 75px; }

.pt85 {
  padding-top: 85px; }

.pt95 {
  padding-top: 95px; }

.pt155 {
  padding-top: 155px; }

.pt115 {
  padding-top: 115px; }

.pt125 {
  padding-top: 125px; }

.pt135 {
  padding-top: 135px; }

.pt145 {
  padding-top: 145px; }

.pt155 {
  padding-top: 155px; }

.pt165 {
  padding-top: 165px; }

.pt175 {
  padding-top: 175px; }

.pt185 {
  padding-top: 185px; }

.pt195 {
  padding-top: 195px; }

.pr5 {
  padding-right: 5; }

.pr15 {
  padding-right: 15px; }

.pr25 {
  padding-right: 25px; }

.pr35 {
  padding-right: 35px; }

.pr45 {
  padding-right: 45px; }

.pr55 {
  padding-right: 55px; }

.pr65 {
  padding-right: 65px; }

.pr75 {
  padding-right: 75px; }

.pr85 {
  padding-right: 85px; }

.pr95 {
  padding-right: 95px; }

.pr155 {
  padding-right: 155px; }

.pr115 {
  padding-right: 115px; }

.pr125 {
  padding-right: 125px; }

.pr135 {
  padding-right: 135px; }

.pr145 {
  padding-right: 145px; }

.pr155 {
  padding-right: 155px; }

.pr165 {
  padding-right: 165px; }

.pr175 {
  padding-right: 175px; }

.pr185 {
  padding-right: 185px; }

.pr195 {
  padding-right: 195px; }

.pb5 {
  padding-bottom: 5; }

.pb15 {
  padding-bottom: 15px; }

.pb25 {
  padding-bottom: 25px; }

.pb35 {
  padding-bottom: 35px; }

.pb45 {
  padding-bottom: 45px; }

.pb55 {
  padding-bottom: 55px; }

.pb65 {
  padding-bottom: 65px; }

.pb75 {
  padding-bottom: 75px; }

.pb85 {
  padding-bottom: 85px; }

.pb95 {
  padding-bottom: 95px; }

.pb155 {
  padding-bottom: 155px; }

.pb115 {
  padding-bottom: 115px; }

.pb125 {
  padding-bottom: 125px; }

.pb135 {
  padding-bottom: 135px; }

.pb145 {
  padding-bottom: 145px; }

.pb155 {
  padding-bottom: 155px; }

.pb165 {
  padding-bottom: 165px; }

.pb175 {
  padding-bottom: 175px; }

.pb185 {
  padding-bottom: 185px; }

.pb195 {
  padding-bottom: 195px; }

.pl5 {
  padding-left: 5; }

.pl15 {
  padding-left: 15px; }

.pl25 {
  padding-left: 25px; }

.pl35 {
  padding-left: 35px; }

.pl45 {
  padding-left: 45px; }

.pl55 {
  padding-left: 55px; }

.pl65 {
  padding-left: 65px; }

.pl75 {
  padding-left: 75px; }

.pl85 {
  padding-left: 85px; }

.pl95 {
  padding-left: 95px; }

.pl155 {
  padding-left: 155px; }

.pl115 {
  padding-left: 115px; }

.pl125 {
  padding-left: 125px; }

.pl135 {
  padding-left: 135px; }

.pl145 {
  padding-left: 145px; }

.pl155 {
  padding-left: 155px; }

.pl165 {
  padding-left: 165px; }

.pl175 {
  padding-left: 175px; }

.pl185 {
  padding-left: 185px; }

.pl195 {
  padding-left: 195px; }

.m5 {
  margin: 5; }

.m15 {
  margin: 15px; }

.m25 {
  margin: 25px; }

.m35 {
  margin: 35px; }

.m45 {
  margin: 45px; }

.m55 {
  margin: 55px; }

.m65 {
  margin: 65px; }

.m75 {
  margin: 75px; }

.m85 {
  margin: 85px; }

.m95 {
  margin: 95px; }

.m155 {
  margin: 155px; }

.m115 {
  margin: 115px; }

.m125 {
  margin: 125px; }

.m135 {
  margin: 135px; }

.m145 {
  margin: 145px; }

.m155 {
  margin: 155px; }

.m165 {
  margin: 165px; }

.m175 {
  margin: 175px; }

.m185 {
  margin: 185px; }

.m195 {
  margin: 195px; }

.mh5 {
  margin-left: 5;
  margin-right: 5; }

.mh15 {
  margin-left: 15px;
  margin-right: 15px; }

.mh25 {
  margin-left: 25px;
  margin-right: 25px; }

.mh35 {
  margin-left: 35px;
  margin-right: 35px; }

.mh45 {
  margin-left: 45px;
  margin-right: 45px; }

.mh55 {
  margin-left: 55px;
  margin-right: 55px; }

.mh65 {
  margin-left: 65px;
  margin-right: 65px; }

.mh75 {
  margin-left: 75px;
  margin-right: 75px; }

.mh85 {
  margin-left: 85px;
  margin-right: 85px; }

.mh95 {
  margin-left: 95px;
  margin-right: 95px; }

.mh155 {
  margin-left: 155px;
  margin-right: 155px; }

.mh115 {
  margin-left: 115px;
  margin-right: 115px; }

.mh125 {
  margin-left: 125px;
  margin-right: 125px; }

.mh135 {
  margin-left: 135px;
  margin-right: 135px; }

.mh145 {
  margin-left: 145px;
  margin-right: 145px; }

.mh155 {
  margin-left: 155px;
  margin-right: 155px; }

.mh165 {
  margin-left: 165px;
  margin-right: 165px; }

.mh175 {
  margin-left: 175px;
  margin-right: 175px; }

.mh185 {
  margin-left: 185px;
  margin-right: 185px; }

.mh195 {
  margin-left: 195px;
  margin-right: 195px; }

.mv5 {
  margin-top: 5;
  margin-bottom: 5; }

.mv15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.mv25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.mv35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.mv45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.mv55 {
  margin-top: 55px;
  margin-bottom: 55px; }

.mv65 {
  margin-top: 65px;
  margin-bottom: 65px; }

.mv75 {
  margin-top: 75px;
  margin-bottom: 75px; }

.mv85 {
  margin-top: 85px;
  margin-bottom: 85px; }

.mv95 {
  margin-top: 95px;
  margin-bottom: 95px; }

.mv155 {
  margin-top: 155px;
  margin-bottom: 155px; }

.mv115 {
  margin-top: 115px;
  margin-bottom: 115px; }

.mv125 {
  margin-top: 125px;
  margin-bottom: 125px; }

.mv135 {
  margin-top: 135px;
  margin-bottom: 135px; }

.mv145 {
  margin-top: 145px;
  margin-bottom: 145px; }

.mv155 {
  margin-top: 155px;
  margin-bottom: 155px; }

.mv165 {
  margin-top: 165px;
  margin-bottom: 165px; }

.mv175 {
  margin-top: 175px;
  margin-bottom: 175px; }

.mv185 {
  margin-top: 185px;
  margin-bottom: 185px; }

.mv195 {
  margin-top: 195px;
  margin-bottom: 195px; }

.mt5 {
  margin-top: 5; }

.mt15 {
  margin-top: 15px; }

.mt25 {
  margin-top: 25px; }

.mt35 {
  margin-top: 35px; }

.mt45 {
  margin-top: 45px; }

.mt55 {
  margin-top: 55px; }

.mt65 {
  margin-top: 65px; }

.mt75 {
  margin-top: 75px; }

.mt85 {
  margin-top: 85px; }

.mt95 {
  margin-top: 95px; }

.mt155 {
  margin-top: 155px; }

.mt115 {
  margin-top: 115px; }

.mt125 {
  margin-top: 125px; }

.mt135 {
  margin-top: 135px; }

.mt145 {
  margin-top: 145px; }

.mt155 {
  margin-top: 155px; }

.mt165 {
  margin-top: 165px; }

.mt175 {
  margin-top: 175px; }

.mt185 {
  margin-top: 185px; }

.mt195 {
  margin-top: 195px; }

.mr5 {
  margin-right: 5; }

.mr15 {
  margin-right: 15px; }

.mr25 {
  margin-right: 25px; }

.mr35 {
  margin-right: 35px; }

.mr45 {
  margin-right: 45px; }

.mr55 {
  margin-right: 55px; }

.mr65 {
  margin-right: 65px; }

.mr75 {
  margin-right: 75px; }

.mr85 {
  margin-right: 85px; }

.mr95 {
  margin-right: 95px; }

.mr155 {
  margin-right: 155px; }

.mr115 {
  margin-right: 115px; }

.mr125 {
  margin-right: 125px; }

.mr135 {
  margin-right: 135px; }

.mr145 {
  margin-right: 145px; }

.mr155 {
  margin-right: 155px; }

.mr165 {
  margin-right: 165px; }

.mr175 {
  margin-right: 175px; }

.mr185 {
  margin-right: 185px; }

.mr195 {
  margin-right: 195px; }

.mb5 {
  margin-bottom: 5; }

.mb15 {
  margin-bottom: 15px; }

.mb25 {
  margin-bottom: 25px; }

.mb35 {
  margin-bottom: 35px; }

.mb45 {
  margin-bottom: 45px; }

.mb55 {
  margin-bottom: 55px; }

.mb65 {
  margin-bottom: 65px; }

.mb75 {
  margin-bottom: 75px; }

.mb85 {
  margin-bottom: 85px; }

.mb95 {
  margin-bottom: 95px; }

.mb155 {
  margin-bottom: 155px; }

.mb115 {
  margin-bottom: 115px; }

.mb125 {
  margin-bottom: 125px; }

.mb135 {
  margin-bottom: 135px; }

.mb145 {
  margin-bottom: 145px; }

.mb155 {
  margin-bottom: 155px; }

.mb165 {
  margin-bottom: 165px; }

.mb175 {
  margin-bottom: 175px; }

.mb185 {
  margin-bottom: 185px; }

.mb195 {
  margin-bottom: 195px; }

.ml5 {
  margin-left: 5; }

.ml15 {
  margin-left: 15px; }

.ml25 {
  margin-left: 25px; }

.ml35 {
  margin-left: 35px; }

.ml45 {
  margin-left: 45px; }

.ml55 {
  margin-left: 55px; }

.ml65 {
  margin-left: 65px; }

.ml75 {
  margin-left: 75px; }

.ml85 {
  margin-left: 85px; }

.ml95 {
  margin-left: 95px; }

.ml155 {
  margin-left: 155px; }

.ml115 {
  margin-left: 115px; }

.ml125 {
  margin-left: 125px; }

.ml135 {
  margin-left: 135px; }

.ml145 {
  margin-left: 145px; }

.ml155 {
  margin-left: 155px; }

.ml165 {
  margin-left: 165px; }

.ml175 {
  margin-left: 175px; }

.ml185 {
  margin-left: 185px; }

.ml195 {
  margin-left: 195px; }

/* New Breed shortcut classes */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* New Breed modified HubSpot fluid grid */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("//cdn2.hubspot.net/hubfs/302335/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("//cdn2.hubspot.net/hubfs/302335/fonts/slick.eot");
  src: url("//cdn2.hubspot.net/hubfs/302335/fonts/slick.eot?#iefix") format("embedded-opentype"), url("//cdn2.hubspot.net/hubfs/302335/fonts/slick.woff") format("woff"), url("//cdn2.hubspot.net/hubfs/302335/fonts/slick.ttf") format("truetype"), url("//cdn2.hubspot.net/hubfs/302335/fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/* New Breed shortcut classes */
/* github.com/daneden/animate.css */
/* fortawesome.github.io/Font-Awesome */
/*********************************************************************************************************************************************************************
2. Base
**********************************************************************************************************************************************************************/
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 767px) {
    html {
      font-size: 8px; } }

body {
  font-family: "proxima-nova", "sans-serif";
  font-size: 1.6rem; }

body {
  font-family: "proxima-nova", "sans-serif";
  font-size: 1.6rem;
  color: #25282a; }

/* Set default text size */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

/* Set header font from HubL variable */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0; }

/* 0 top margin on 1st header */
p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: .025em;
  margin-bottom: 2rem;
  margin-top: 0;
  font-weight: normal; }

h1 {
  font-size: 5.5rem;
  line-height: 6.3rem;
  letter-spacing: -.02em;
  margin-bottom: 3.5rem;
  font-family: "Roboto Slab", "serif"; }

h2 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  letter-spacing: 0;
  margin-bottom: 3rem;
  font-family: "Roboto Slab", "serif"; }

h3 {
  font-size: 3rem;
  line-height: 3.8rem;
  letter-spacing: .01em;
  margin-bottom: 2.5rem;
  font-family: "Roboto Slab", "serif"; }

h4 {
  font-size: 2.2rem;
  line-height: 3rem;
  letter-spacing: 0;
  margin-bottom: 2rem;
  font-family: "Roboto Slab", "serif"; }

h5 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  font-family: "Roboto Slab", "serif"; }

h6 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: "Roboto Slab", "serif"; }

blockquote, blockquote p {
  font-size: 3rem;
  line-height: 4rem;
  letter-spacing: .01em;
  margin: 50px auto;
  font-family: "Roboto Slab", "serif";
  color: #ffcd00;
  display: block;
  max-width: 80%; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

ul {
  list-style: disc;
  padding-left: 50px;
  margin-top: 0;
  margin-bottom: 3rem; }

ol {
  list-style: decimal;
  padding-left: 50px;
  margin-top: 0;
  margin-bottom: 3rem; }

li {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 2.4rem; }

ul ul, ul ol, ol ol, ol ul {
  margin: 2rem 0 2rem 2rem; }

body:after {
  display: none; }

.small {
  font-size: 1.3rem;
  line-height: 2.2rem;
  letter-spacing: 0;
  margin-bottom: .5rem;
  font-weight: normal; }

.button {
  font-family: "Roboto Slab", "serif";
  color: #25282a;
  background-color: #ffcd00;
  border: 3px solid #ffcd00;
  border-radius: 0;
  padding: 15px 40px;
  margin: 20px 0;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: .01em;
  text-decoration: none; }
  .button:hover {
    cursor: pointer;
    background-color: #53565a;
    border-color: #53565a;
    color: #fff;
    text-decoration: none; }

.stroke-button {
  color: #ffcd00;
  background-color: transparent;
  border: 4px solid #ffcd00;
  border-radius: 0;
  padding: 5px 45px;
  margin: 20px 0;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 700;
  text-decoration: none; }
  .stroke-button:hover {
    cursor: pointer;
    background-color: #ffcd00;
    border-color: #ffcd00;
    color: #fff;
    text-decoration: none; }

.button-small {
  font-size: 1.6rem;
  color: #25282a;
  background-color: #ffcd00;
  border: 3px solid #ffcd00;
  border-radius: 0;
  padding: 5px 20px;
  margin: 20px 0;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .01em;
  text-decoration: none; }
  .button-small:hover {
    cursor: pointer;
    background-color: #53565a;
    border-color: #53565a;
    color: #fff;
    text-decoration: none; }

.stroke-button-small {
  color: #ffcd00;
  background-color: transparent;
  border: 4px solid #ffcd00;
  border-radius: 0;
  padding: 5px 25px;
  margin: 20px 0;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  text-decoration: none; }
  .stroke-button-small:hover {
    cursor: pointer;
    background-color: #ffcd00;
    border-color: #ffcd00;
    color: #fff;
    text-decoration: none; }

.swatches div {
  width: 150px;
  height: 150px;
  padding: 15px;
  text-align: center;
  display: inline-block;
  margin: 10px;
  vertical-align: top; }

.color1 {
  background-color: #ffcd00;
  color: #fff; }

.color2 {
  background-color: #2dccd3;
  color: #fff; }

.black {
  background-color: #25282a;
  color: #fff; }

.gray {
  background-color: #53565a;
  color: #fff; }

.white {
  background-color: #fff;
  color: #53565a;
  border: 1px solid #53565a; }

.animation-sample-short, .animation-sample-medium, .animation-sample-long {
  background-color: #ffcd00;
  padding: 20px;
  color: #fff;
  margin: 10px auto;
  text-align: center; }

.animation-sample-short {
  transition: 0.1s ease-in;
  width: 50%; }

.animation-sample-medium {
  transition: 0.5s ease-out;
  width: 50%; }

.animation-sample-long {
  transition: 1s ease-in-out;
  width: 50%; }

.animation-sample-short:hover, .animation-sample-medium:hover, .animation-sample-long:hover {
  width: 100%; }

.container-fluid .row-fluid .ctr {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.ctr {
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px; }

/* Less specificity so max-width and padding can be overruled without !important */
button.organizations {
  background-color: #2dccd3;
  border-color: #2dccd3;
  color: #fff; }
  button.organizations:hover {
    background-color: #53565a;
    border-color: #53565a;
    color: #fff;
    transition: .2s all linear;
    cursor: pointer; }

button.patients {
  color: #25282a; }
  button.patients:hover {
    background-color: #53565a;
    border-color: #53565a;
    color: #fff;
    transition: .2s all linear;
    cursor: pointer; }

button.hero-cta {
  width: 370px; }

button.blue {
  background-color: #2dccd3;
  border-color: #2dccd3;
  color: #fff; }
  button.blue:hover {
    background-color: #53565a;
    border-color: #53565a;
    color: #fff;
    transition: .2s all linear; }

/* Forms */
form {
  margin-bottom: 3rem; }

::-webkit-input-placeholder {
  color: #53565a;
  opacity: 1;
  font-weight: normal; }

/* Webkit input placeholders */
::-moz-placeholder {
  color: #53565a;
  opacity: 1;
  font-weight: normal; }

/* Firefox input placeholders */
:-ms-input-placeholder {
  color: #53565a;
  opacity: 1;
  font-weight: normal; }

/* IE  input placeholders */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; }

/* Make responsive, clear border, fix IE scaling, suppress the space beneath the baseline */
/* Links */
a {
  text-decoration: none;
  /* Remove default underline */
  color: #ffcd00;
  transition: 0.1s ease-in;
  border-bottom: 0;
  display: inline-block; }
  a:hover {
    color: #2dccd3; }

/* Buttons */
button {
  font-family: "Roboto Slab", "serif";
  color: #25282a;
  background-color: #ffcd00;
  border: 3px solid #ffcd00;
  border-radius: 0;
  padding: 15px 40px;
  margin: 20px 0;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: .01em;
  text-decoration: none; }
  button:hover {
    cursor: pointer;
    background-color: #53565a;
    border-color: #53565a;
    color: #fff;
    text-decoration: none; }

/* Horizontal Rule */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #53565a; }

/* Abbreviations */
abbr[title] {
  border: 0; }

/* Code */
code {
  padding: 1rem;
  margin: 0 1rem;
  white-space: nowrap;
  background: #53565a;
  border: 1px solid #53565a;
  border-radius: 0; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
  margin-bottom: 3rem; }

pre {
  overflow-x: auto; }

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

/* responsive pre tables */
/* Tables */
th, td {
  padding: 10px 20px;
  text-align: left;
  border-bottom: 1px solid #53565a; }

th:first-child, td:first-child {
  padding-left: 0; }

th:last-child, td:last-child {
  padding-right: 0; }

table {
  margin-bottom: 3rem; }

/* No whitespace layout fix */
.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; }

/*********************************************************************************************************************************************************************
3. Layout
**********************************************************************************************************************************************************************/
.layout-primary-ctas {
  margin: 0px auto;
  background-color: #fff; }
  .layout-primary-ctas p, .layout-primary-ctas h2 {
    color: #25282a; }
  .layout-primary-ctas img {
    height: 66px;
    width: initial; }
  .layout-primary-ctas .cta_button {
    padding: 50px 40px; }
    @media (max-width: 1100px) {
      .layout-primary-ctas .cta_button {
        padding: 50px 20px 60px 20px; } }
  .layout-primary-ctas.full-width {
    background-color: #25282a;
    height: auto; }
    .layout-primary-ctas.full-width .cta_button {
      padding: 100px 100px 100px 100px;
      max-width: 570px; }
      .layout-primary-ctas.full-width .cta_button p {
        font-size: 2rem;
        line-height: 2.8rem; }
      .layout-primary-ctas.full-width .cta_button .stroke-button-small {
        border: 2px solid #fff;
        color: #fff; }
        .layout-primary-ctas.full-width .cta_button .stroke-button-small:hover {
          color: #25282a;
          background-color: #fff; }
  .layout-primary-ctas .lightYellow-cta {
    min-height: 100%;
    background-color: rgba(255, 205, 0, 0.75); }
    .layout-primary-ctas .lightYellow-cta:hover {
      background-color: rgba(45, 204, 211, 0.75);
      transition: .2s all linear; }
  .layout-primary-ctas .yellow-cta {
    min-height: 100% !important;
    background-color: #ffcd00; }
    .layout-primary-ctas .yellow-cta:hover {
      background-color: #2dccd3;
      transition: .2s all linear; }
  .layout-primary-ctas .stroke-button {
    border-color: #25282a;
    color: #25282a; }
    .layout-primary-ctas .stroke-button:hover {
      background-color: #25282a;
      color: #fff;
      transition: .2s all linear; }

.layout-sidebar-left {
  padding-right: 10px; }
  @media (max-width: 767px) {
    .layout-sidebar-left {
      padding-right: 0; } }

.layout-sidebar-right {
  padding-left: 10px; }
  @media (max-width: 767px) {
    .layout-sidebar-right {
      padding-left: 0; } }

.layout-footer {
  background-color: #53565a;
  border-top: 4px solid #ffcd00; }
  .layout-footer .footer-links-column-container {
    max-width: 950px;
    float: none !important;
    margin: 0 auto !important; }
  .layout-footer .footer-links-container {
    margin: 0 auto;
    float: none !important;
    padding: 100px 20px 50px 20px; }
  .layout-footer .nav-column {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    float: none; }
    @media (max-width: 991px) {
      .layout-footer .nav-column {
        width: 25%;
        margin: 0 30px; } }
    @media (max-width: 794px) {
      .layout-footer .nav-column {
        margin: 0 auto;
        max-width: 250px;
        display: block; } }
    .layout-footer .nav-column li {
      margin-bottom: auto; }
    .layout-footer .nav-column a {
      color: #fff; }
      .layout-footer .nav-column a:hover {
        color: #ffcd00;
        transition: .2s all linear; }
  .layout-footer .blog-link {
    text-align: center; }
    .layout-footer .blog-link button {
      color: #fff; }

.layout-footer-lp {
  padding: 10px 20px;
  background-color: rgba #53565a, 0.1;
  text-align: center;
  color: #25282a; }
  .layout-footer-lp a {
    color: #25282a; }
    .layout-footer-lp a:hover {
      color: #53565a;
      transition: .2s all linear; }

/*********************************************************************************************************************************************************************
4. Modules
**********************************************************************************************************************************************************************/
/* General */
.header {
  background-color: #fff;
  border-bottom: solid 1px rgba(83, 86, 90, 0.25);
  padding: 10px 20px;
  position: fixed;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 999; }
  .header .header-cta-container {
    position: absolute;
    top: 8px;
    right: 20px;
    width: auto; }
  .header .header-cta {
    width: auto;
    margin: 0 2px; }
    .header .header-cta.blue button {
      background-color: #2dccd3;
      border: #2dccd3;
      color: #fff; }
      .header .header-cta.blue button:hover {
        background-color: #ffcd00;
        border: #ffcd00;
        color: #25282a; }
    .header .header-cta.gray button {
      background-color: #53565a;
      border: #53565a;
      color: #fff; }
      .header .header-cta.gray button:hover {
        background-color: #ffcd00;
        border: #ffcd00;
        color: #25282a; }
  @media (max-width: 991px) {
    .header .header-dropdown-cta {
      display: none; } }
  .header .header-dropdown-cta .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(1) a {
    background-color: #2dccd3; }
    .header .header-dropdown-cta .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(1) a:hover {
      background-color: #ffcd00;
      color: #25282a;
      transition: .2s all linear; }
  .header .header-dropdown-cta .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
    margin-bottom: 0; }
  .header .header-dropdown-cta .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;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #fff;
    color: #25282a;
    font-family: "proxima-nova", "sans-serif";
    text-transform: capitalize; }
    .header .header-dropdown-cta .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
      color: #ffcd00; }
  .header .header-dropdown-cta .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 5px 15px;
    white-space: nowrap;
    max-width: 180px;
    overflow: inherit;
    text-overflow: inherit;
    text-decoration: none;
    background-color: #53565a;
    color: #fff;
    margin: 0 5px;
    font-family: "Roboto Slab", "serif";
    text-transform: uppercase;
    font-size: 1.4rem; }
    @media (max-width: 1185px) {
      .header .header-dropdown-cta .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        font-size: 1.2rem;
        margin: 0 2px; } }
    .header .header-dropdown-cta .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
      background-color: #ffcd00;
      color: #25282a;
      transition: .2s all linear; }
  .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 101%; }
  .header .header-logo {
    position: relative;
    width: auto; }
    .header .header-logo img {
      max-width: 110px;
      transition: 0.1s ease-in;
      margin-right: 20px; }
    @media (max-width: 1185px) {
      .header .header-logo img {
        max-width: 100px;
        margin-top: 5px; } }
    @media (max-width: 991px) {
      .header .header-logo img {
        max-width: 80px;
        margin-top: 0; } }
  .header .main-nav {
    text-align: left;
    display: inline-block;
    float: none;
    /* Carret after Menu items with dropdown */ }
    @media (max-width: 1185px) {
      .header .main-nav {
        text-align: left;
        margin-left: 15px; } }
    .header .main-nav a {
      font-size: 1.6rem;
      color: #25282a;
      /* Get rid of HubSpot's width limitations */
      overflow: visible !important;
      max-width: none !important;
      width: auto !important; }
      .header .main-nav a:hover {
        color: #ffcd00; }
    .header .main-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
      padding: 0;
      margin: 5px 8px 0 8px; }
      @media (max-width: 1185px) {
        .header .main-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
          font-size: 1.4rem;
          margin: 5px 5px 0 5px; } }
    .header .main-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul {
      padding: 0;
      line-height: normal; }
    .header .main-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal li {
      margin: 0; }
    .header .main-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li {
      text-align: left; }
      .header .main-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li a {
        font-size: 1.6rem;
        margin: 0 20px 20px 20px; }
    .header .main-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
      padding-top: 20px;
      background-color: #fff; }
    .header .main-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-depth-2 .hs-menu-children-wrapper {
      padding-top: 0; }
    .header .main-nav .hs-menu-depth-1.hs-item-has-children > a:after {
      position: relative;
      top: -2px;
      content: "\f107";
      display: inline-block;
      font-family: FontAwesome;
      margin-left: 7px;
      font-size: 1.5rem; }
    .header .main-nav .hs-menu-depth-2.hs-item-has-children > a:after {
      position: relative;
      top: 0;
      content: "\f105";
      display: inline-block;
      font-family: FontAwesome;
      margin-left: 7px;
      font-size: 1.5rem; }
    @media (max-width: 991px) {
      .header .main-nav {
        display: none !important; } }
  .header #offscreen-menu {
    transition: 0.5s ease-out;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: -100vh;
    left: 0; }
    .menu-open .header #offscreen-menu {
      top: 0;
      opacity: 1;
      z-index: 98;
      pointer-events: auto;
      height: 100vh; }
    .menu-closing .header #offscreen-menu {
      top: -100vh; }
    .header #offscreen-menu .offscreen-menu-content {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      border: 0;
      padding: 100px 0 0;
      overflow: scroll;
      position: relative; }
    .header #offscreen-menu .social-links {
      text-align: center; }
    .header #offscreen-menu .social-links a {
      font-size: 40px;
      margin: 50px 10px; }
    .header #offscreen-menu .hs-cta-wrapper {
      width: 100%;
      text-align: center;
      display: block;
      margin-top: 50px; }
      .header #offscreen-menu .hs-cta-wrapper button {
        background-color: #ffcd00;
        border-color: #ffcd00; }
        .header #offscreen-menu .hs-cta-wrapper button:hover {
          background-color: #2dccd3;
          border-color: #2dccd3;
          transition: .2s all linear; }
    .header #offscreen-menu .gsib_a {
      padding: 0;
      border: 0; }
    .header #offscreen-menu .gsc-search-box-tools .gsc-search-box .gsc-input {
      padding-left: 20px;
      background: transparent; }
    .header #offscreen-menu .gsc-search-button {
      background: transparent;
      margin-right: 0;
      padding: 0 !important;
      width: 90px !important;
      padding: 0 !important;
      min-width: 50px;
      min-height: 60px;
      margin-top: 0;
      margin-bottom: 0 !important;
      margin-left: 0 !important;
      background-image: url("https://cdn2.hubspot.net/hubfs/302335/unified-search-white.png") !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
      background-size: 40px !important;
      opacity: .6;
      transition: .25s; }
      .header #offscreen-menu .gsc-search-button input {
        opacity: 0; }
      .header #offscreen-menu .gsc-search-button:hover {
        background-size: 50px !important; }
    .header #offscreen-menu .gsc-search-button.input {
      margin-right: 20px;
      float: right; }
    .header #offscreen-menu td.gsc-input,
    .header #offscreen-menu td.gsc-search-button {
      border: 0 !important; }
    .header #offscreen-menu .gsc-search-box {
      background: rgba(255, 255, 255, 0.05);
      border-bottom: 0; }
    .header #offscreen-menu .gsc-search-box > tbody {
      border-top: 0 solid #fff; }
    .header #offscreen-menu #___gcse_1 {
      clear: both;
      padding-top: 40px; }
    .header #offscreen-menu #___gcse_1 {
      max-width: 500px;
      margin: 0 auto; }
    .header #offscreen-menu .gsc-input-box {
      border: none !important;
      background: transparent !important;
      height: auto !important;
      box-shadow: none !important;
      outline: none !important; }
    .header #offscreen-menu .gsc-input-box table {
      margin-bottom: 0; }
    .header #offscreen-menu .gsc-input-box input {
      background: transparent !important;
      min-height: 50px;
      height: auto;
      font-size: 3rem !important;
      color: #fff; }
    .header #offscreen-menu form.gsc-search-box {
      margin: 50px auto; }
    .header #offscreen-menu table.gsc-search-box {
      margin-bottom: 0; }
    .header #offscreen-menu .gsib_a {
      padding: 0;
      border: 0; }
    .header #offscreen-menu .gsib_b {
      display: none; }
    .header #offscreen-menu .gsc-control-searchbox-only {
      max-width: 66%;
      margin: 0 auto; }
    .header #offscreen-menu #hs_menu_wrapper_offscreen_menu a {
      color: #fff;
      border-bottom: 0;
      font-size: 3rem;
      font-weight: 300; }
    .header #offscreen-menu #hs_menu_wrapper_offscreen_menu ul li:hover > a {
      background: rgba(255, 255, 255, 0.1); }
    .header #offscreen-menu #hs_menu_wrapper_offscreen_menu ul li.hs-item-has-children ul.hs-menu-children-wrapper {
      left: 0;
      margin: 10px 0; }
    .header #offscreen-menu #hs_menu_wrapper_offscreen_menu li.hs-menu-depth-2 a {
      padding: 20;
      font-size: 2.5rem;
      width: 100%; }
    .header #offscreen-menu #hs_menu_wrapper_offscreen_menu li.hs-menu-depth-3 a {
      padding: 10;
      font-size: 2rem; }
    .header #offscreen-menu #hs_menu_wrapper_offscreen_menu li.hs-item-has-children > a:after {
      position: relative;
      top: -2px;
      content: "\f0d7";
      display: inline-block;
      font-family: FontAwesome;
      margin-left: 7px;
      font-size: 1.5rem; }
    .header #offscreen-menu #hs_menu_wrapper_offscreen_menu li {
      margin-bottom: 0;
      text-align: center; }
    .header #offscreen-menu #hs_menu_wrapper_offscreen_menu .hs-menu-depth-1 ul a {
      border-bottom: 0; }
    .header #offscreen-menu #hs_menu_wrapper_offscreen_menu .hs-menu-depth-1 ul ul a {
      border-bottom: 0; }
    .header #offscreen-menu #hs_menu_wrapper_offscreen_menu ul li.hs-item-has-children ul {
      display: none;
      position: relative;
      z-index: 999;
      margin: 10 0; }
    .header #offscreen-menu #hs_menu_wrapper_offscreen_menu .hs-menu-depth-1 {
      background-color: transparent;
      transition: .5s;
      border-left: 0 solid transparent;
      border-right: 0 solid transparent;
      border-bottom: 0 solid transparent; }
    .header #offscreen-menu #hs_menu_wrapper_offscreen_menu .hs-menu-depth-2 {
      background-color: transparent;
      transition: .5s;
      border-left: 0 solid transparent;
      border-right: 0 solid transparent;
      border-bottom: 0 solid transparent; }
    .header #offscreen-menu #hs_menu_wrapper_offscreen_menu .hs-menu-depth-3 {
      margin-left: 0;
      margin-right: 0;
      width: 100%; }
    .header #offscreen-menu #hs_menu_wrapper_offscreen_menu .hs-menu-depth-1.toggled {
      transition: .5s;
      border-left: 0 solid #ffcd00;
      border-right: 0 solid #ffcd00;
      border-bottom: 2px solid #ffcd00;
      background-color: rgba(255, 205, 0, 0.5); }
    .header #offscreen-menu #hs_menu_wrapper_offscreen_menu .hs-menu-depth-1.toggled > a {
      background-color: #ffcd00;
      color: #25282a; }
    .header #offscreen-menu #hs_menu_wrapper_offscreen_menu .hs-menu-depth-2.toggled {
      transition: .5s;
      border-left: 0 solid #2dccd3;
      border-right: 0 solid #2dccd3;
      border-bottom: 2px solid #2dccd3;
      background-color: rgba(45, 204, 211, 0.5); }
    .header #offscreen-menu #hs_menu_wrapper_offscreen_menu .hs-menu-depth-2.toggled > a {
      background-color: #2dccd3;
      color: #25282a; }
  .header .hamburger-toggle {
    padding: 0;
    transition: .3s;
    cursor: pointer;
    user-select: none;
    border-radius: .57143rem;
    position: absolute;
    right: 10px;
    top: 4px;
    margin: 0;
    background: transparent;
    border: 0;
    z-index: 99; }
    @media (max-width: 1440px) {
      .header .hamburger-toggle {
        display: none !important; } }
    @media (max-width: 991px) {
      .header .hamburger-toggle {
        display: block !important; } }
    .header .hamburger-toggle.close {
      -webkit-transform: scale3d(0.8, 0.8, 0.8);
      transform: scale3d(0.8, 0.8, 0.8); }
  .header .hamburger-toggle.x2 .lines {
    transition: background .3s .5s ease; }
  .header .hamburger-toggle.x2 .lines:before,
  .header .hamburger-toggle.x2 .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .6s ease, -webkit-transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease; }
  .header .hamburger-toggle.x2.close .lines {
    transition: background .3s 0 ease;
    background: transparent; }
  .header .hamburger-toggle.x2.close .lines:before,
  .header .hamburger-toggle.x2.close .lines:after {
    transition: top .3s ease, -webkit-transform .3s .5s ease;
    transition: top .3s ease, transform .3s .5s ease;
    top: 0;
    width: 30px; }
  .header .hamburger-toggle.x2.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  .header .hamburger-toggle.x2.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }
  .header .hamburger-toggle:hover,
  .header .hamburger-toggle:focus {
    background: transparent;
    opacity: 1; }
  .header .hamburger-toggle:active {
    background: transparent;
    transition: 0; }
  .header .lines {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #ffcd00;
    border-radius: 0;
    transition: .3s;
    position: relative; }
  .header .lines:before,
  .header .lines:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #ffcd00;
    border-radius: 0;
    transition: .3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: .28571rem center;
    transform-origin: .28571rem center; }
  .header .menu-open .lines:before,
  .header .menu-open .lines:after {
    background: #fff; }
  .header .lines:before {
    top: 1rem; }
  .header .lines:after {
    top: -1rem; }
  .header .offscreen-search-toggle {
    position: relative;
    top: 5px; }

/* Stand Alone Search Container */
#offscreen-search {
  margin-top: 100px; }
  #offscreen-search .gsc-search-box {
    background: rgba(37, 40, 42, 0.95);
    border-bottom: 0;
    border-top: 0; }
    #offscreen-search .gsc-search-box > tbody {
      border-top: 0; }
  #offscreen-search input.gsc-input {
    color: #fff; }
  #offscreen-search .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-left: 20px;
    background: transparent;
    border: 0; }
  #offscreen-search .gsc-search-button {
    background: transparent;
    margin-right: 0px;
    padding: 0 !important;
    width: 90px !important;
    height: auto !important;
    padding: 0 !important;
    min-width: 50px;
    min-height: 60px;
    margin-top: 0;
    margin-bottom: 0 !important;
    margin-left: 0px !important; }
  #offscreen-search .gsc-search-button input {
    opacity: 0; }
  #offscreen-search .gsc-search-button {
    background-image: url("https://cdn2.hubspot.net/hubfs/302335/unified-search-white.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 40px !important;
    opacity: .6;
    transition: .5s;
    border: 0; }
    #offscreen-search .gsc-search-button:hover {
      background-size: 50px !important; }
  #offscreen-search .gsc-search-button.input {
    margin-right: 20px;
    float: right; }
  #offscreen-search .gsc-input-box td {
    border: 0 !important; }
  #offscreen-search #___gcse_1 {
    clear: both;
    padding-top: 40px;
    max-width: 500px;
    margin: 0 auto; }
  #offscreen-search .gsc-input-box {
    border: none !important;
    background: transparent !important;
    height: auto !important;
    box-shadow: none !important;
    outline: none !important; }
    #offscreen-search .gsc-input-box table {
      margin-bottom: 0; }
    #offscreen-search .gsc-input-box input {
      background: transparent !important;
      min-height: 70px;
      height: auto;
      font-size: 4rem !important;
      color: white; }
  #offscreen-search form.gsc-search-box {
    margin-bottom: 0; }
  #offscreen-search table.gsc-search-box {
    margin-bottom: 0; }
  #offscreen-search .gsib_b {
    display: none; }
  #offscreen-search .gsc-control-searchbox-only {
    border: 0 !important; }

@media screen and (max-width: 4048px) and (min-width: 1440px) {
  .header .hamburger-toggle {
    display: none; } }

.mfp-container {
  padding: 0; }

.mfp-content {
  vertical-align: top; }

/*********************************************************************************************************************************************************************
Close Button
**********************************************************************************************************************************************************************/
.mfp-close {
  color: #fff !important;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-color: white !important; }
  .mfp-close:hover {
    background-color: #fff !important;
    color: #25282a !important; }

/*********************************************************************************************************************************************************************
Animation: Fade - http://dimsemenov.com/plugins/magnific-popup/documentation.html
**********************************************************************************************************************************************************************/
.mfp-fade {
  /* overlay at start */
  /* overlay animate in */
  /* overlay animate out */
  /* content at start */
  /* content animate it */
  /* content animate out */ }
  .mfp-fade.mfp-bg {
    background: #25282a;
    opacity: 0;
    transition: all .5s ease-out; }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
    top: 0; }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0; }
  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .25s ease-out; }
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    transform: translateY(0); }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0; }

/*********************************************************************************************************************************************************************
Animation: Fade From Top
**********************************************************************************************************************************************************************/
.mfp-fade-from-top {
  /* overlay at start */
  /* overlay animate in */
  /* overlay animate out */
  /* content at start */
  /* content animate it */
  /* content animate out */ }
  .mfp-fade-from-top.mfp-bg {
    background: #25282a;
    opacity: 0;
    transition: all .5s ease-out;
    transform: translateY(-100vh); }
  .mfp-fade-from-top.mfp-bg.mfp-ready {
    opacity: 0.9;
    top: 0;
    transform: translateY(0); }
  .mfp-fade-from-top.mfp-bg.mfp-removing {
    opacity: 0;
    transform: translateY(-100vh); }
  .mfp-fade-from-top.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .25s ease-out;
    transform: translateY(-100vh); }
  .mfp-fade-from-top.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    transform: translateY(0); }
  .mfp-fade-from-top.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    transform: translateY(-100vh); }

.landing-logo {
  padding: 20px;
  text-align: center;
  border-bottom: 4px solid #ffcd00; }
  .landing-logo img {
    max-width: 100px; }

.social-sharing {
  padding: 20px;
  text-align: center; }
  .social-sharing img {
    filter: grayscale(100%); }

.page-hero {
  margin-bottom: 50px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  transition: 0.1s ease-in; }
  .page-hero h1 {
    margin-bottom: 10px; }
  .page-hero .content-wrap {
    padding: 20px; }
  .page-hero .content {
    max-width: 1000px;
    margin: 0 auto;
    opacity: 1; }
  .is-window-load .page-hero .content {
    opacity: 1;
    transition: 0.1s ease-in; }

.page-hero.team-bio {
  background-color: #53565a; }
  .page-hero.team-bio .content h1 {
    color: #ffcd00; }

.landing-page-hero {
  margin-bottom: 50px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  transition: 0.1s ease-in; }
  .landing-page-hero h1 {
    margin-bottom: 10px;
    color: #fff; }
  .landing-page-hero .content-wrap {
    padding: 20px;
    height: 200px; }
  .landing-page-hero .content {
    max-width: 1000px;
    margin: 0 auto;
    opacity: 0; }
  .is-window-load .landing-page-hero .content {
    opacity: 1;
    transition: 0.1s ease-in; }

.home-page-hero {
  margin-bottom: 50px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  transition: 0.1s ease-in;
  color: #fff; }
  .home-page-hero h1 {
    margin-bottom: 10px;
    color: #fff;
    clear: both;
    max-width: 750px;
    margin: 0 auto 10px auto; }
  .home-page-hero .content-wrap {
    padding: 20px; }
  .home-page-hero .content {
    max-width: 1000px;
    margin: 0 auto;
    opacity: 0; }
    .home-page-hero .content p {
      font-size: 2rem;
      max-width: 440px;
      margin: 25px auto 15px auto;
      text-align: center; }
      @media (max-width: 767px) {
        .home-page-hero .content p {
          padding: 0 20px; } }
  .home-page-hero .hero-graphic {
    padding: 0 20px 40px 20px; }
  .is-window-load .home-page-hero .content {
    opacity: 1;
    transition: 0.1s ease-in; }
  .home-page-hero .title-top {
    background: #fff;
    display: inline-block;
    height: 4px;
    width: 100%;
    max-width: 270px;
    position: relative; }
    @media (max-width: 991px) {
      .home-page-hero .title-top {
        max-width: 230px; } }
    @media (max-width: 767px) {
      .home-page-hero .title-top {
        display: none; } }
  .home-page-hero .icon {
    display: inline-block;
    margin: 0 40px;
    transform: translateY(20px); }

.main-content {
  padding: 20px; }
  .main-content a:not(.button-small, .stroke-button-small) {
    border-bottom: 1px solid rgba(255, 205, 0, 0.2); }
    .main-content a:not(.button-small, .stroke-button-small):hover {
      border-bottom: 1px solid #ffcd00; }
  .main-content img {
    margin: 20px; }
    @media (max-width: 767px) {
      .main-content img {
        margin: 40px auto !important;
        float: none !important;
        display: block; } }
  .main-content ul {
    overflow: hidden; }

.lp-main-content {
  padding: 20px 20px 20px 0; }
  @media (max-width: 767px) {
    .lp-main-content {
      padding: 20px; } }
  .lp-main-content a:not(.button-small, .stroke-button-small) {
    border-bottom: 1px solid rgba(255, 205, 0, 0.2); }
    .lp-main-content a:not(.button-small, .stroke-button-small):hover {
      border-bottom: 1px solid #ffcd00; }
  .lp-main-content img {
    margin: 0 20px 20px 0 !important; }
    @media (max-width: 767px) {
      .lp-main-content img {
        margin: 40px auto !important;
        float: none !important;
        display: block; } }
  .lp-main-content ul {
    overflow: hidden;
    margin-bottom: 10px; }
  .lp-main-content li {
    margin-bottom: .5rem; }
  .lp-main-content p {
    margin-bottom: 1.75rem; }

.secondary-content {
  padding: 50px 20px; }
  .secondary-content a:not(.button-small, .stroke-button-small) {
    border-bottom: 1px solid rgba(255, 205, 0, 0.2); }
    .secondary-content a:not(.button-small, .stroke-button-small):hover {
      border-bottom: 1px solid #ffcd00; }
  .secondary-content img {
    margin: 20px; }
    @media (max-width: 767px) {
      .secondary-content img {
        margin: 40px auto !important;
        float: none !important;
        display: block; } }

/* Apply to embeded forms, the form module and hand coded forms */
.widget-type-form,
.hbspt-form {
  background-color: rgba(83, 86, 90, 0.2);
  padding: 20px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .widget-type-form,
    .hbspt-form {
      margin: 50px auto; } }
  .widget-type-form .hs-form fieldset,
  .hbspt-form .hs-form fieldset {
    max-width: none; }
    .widget-type-form .hs-form fieldset.form-columns-1 .hs-input,
    .hbspt-form .hs-form fieldset.form-columns-1 .hs-input {
      width: 100%;
      margin-right: 0; }
  .widget-type-form .hs-form input,
  .hbspt-form .hs-form input {
    border: 1px solid #53565a;
    margin-top: 10px;
    margin-bottom: 20px; }
  .widget-type-form .hs-form .hs-error-msgs,
  .hbspt-form .hs-form .hs-error-msgs {
    font-style: italic; }
  .widget-type-form .hs-form ul,
  .hbspt-form .hs-form ul {
    padding: 0; }
  .widget-type-form .hs-form li,
  .hbspt-form .hs-form li {
    list-style-type: none; }
  .widget-type-form .hs-form .form-columns-1 .hs-form-checkbox input,
  .hbspt-form .hs-form .form-columns-1 .hs-form-checkbox input {
    width: auto;
    margin-right: 10px; }
  .widget-type-form .hs-form .form-columns-1 .hs-form-checkbox span,
  .hbspt-form .hs-form .form-columns-1 .hs-form-checkbox span {
    font-size: 1.6rem; }
  .widget-type-form .hs-form .hs-form-radio,
  .hbspt-form .hs-form .hs-form-radio {
    display: inline-block;
    margin-right: 30px; }
  .widget-type-form .hs-form .form-columns-1 .hs-form-radio input,
  .hbspt-form .hs-form .form-columns-1 .hs-form-radio input {
    width: auto;
    margin-right: 10px; }
  .widget-type-form .hs-form .form-columns-1 .hs-form-radio span,
  .hbspt-form .hs-form .form-columns-1 .hs-form-radio span {
    font-size: 1.6rem; }
  .widget-type-form .hs-form .hs-button,
  .hbspt-form .hs-form .hs-button {
    font-family: "Roboto Slab", "serif";
    color: #25282a;
    background-color: #ffcd00;
    border: 3px solid #ffcd00;
    border-radius: 0;
    padding: 15px 40px;
    margin: 20px 0;
    transition: 0.5s ease-out;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: .01em;
    text-decoration: none;
    color: #fff !important; }
    .widget-type-form .hs-form .hs-button:hover,
    .hbspt-form .hs-form .hs-button:hover {
      cursor: pointer;
      background-color: #53565a;
      border-color: #53565a;
      color: #fff;
      text-decoration: none; }
    .widget-type-form .hs-form .hs-button:hover,
    .hbspt-form .hs-form .hs-button:hover {
      color: #25282a !important;
      transition: .2s all linear; }

form select.hidden {
  display: none; }

form .select {
  cursor: pointer;
  display: block;
  position: relative;
  user-select: none;
  margin-bottom: 20px; }

form .styledselect {
  background-color: #fff;
  padding: 6px 10px;
  border: 1px solid #53565a;
  margin-top: 10px; }

form .styledselect:hover {
  background-color: #53565a; }

form .styledselect:active,
form .styledselect.active {
  background-color: #53565a; }

form .options {
  background: #fff;
  border: 1px solid #53565a;
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 97%;
  z-index: 999;
  width: 100%; }

form .active + .options {
  z-index: 9999; }

form .options li {
  padding: 5px;
  list-style-type: none; }

form .options li:hover {
  background: #ffcd00;
  color: #fff; }

.full-width-cta {
  padding: 100px 20px; }
  .full-width-cta h2, .full-width-cta p {
    color: #25282a; }

.hs-cta-wrapper {
  opacity: 0; }
  .is-window-load .hs-cta-wrapper {
    opacity: 1;
    transition: 0.1s ease-in; }
  .header-cta .hs-cta-wrapper {
    float: right; }
    .header-cta .hs-cta-wrapper img {
      display: none; }
    .header-cta .hs-cta-wrapper button {
      font-size: 1.4rem;
      padding: 5px 10px;
      margin: 0; }
    @media (max-width: 991px) {
      .header-cta .hs-cta-wrapper {
        display: none !important; } }
  .full-width-cta .hs-cta-wrapper {
    text-align: center; }
    .full-width-cta .hs-cta-wrapper a {
      display: block; }
    .full-width-cta .hs-cta-wrapper button {
      margin-top: 30px; }
  .main-content .hs-cta-wrapper a {
    margin: 50px auto;
    border: 0;
    display: block;
    padding: 20px;
    background-color: rgba(83, 86, 90, 0.25);
    overflow: auto; }
  .main-content .hs-cta-wrapper img {
    float: left;
    margin-right: 20px; }
  .main-content .hs-cta-wrapper h3 {
    margin: 20px 0; }
  .main-content .hs-cta-wrapper button {
    margin-top: 20px; }
  .main-content .hs-cta-wrapper p {
    margin: 0; }
  @media (max-width: 767px) {
    .main-content .hs-cta-wrapper {
      text-align: center; }
      .main-content .hs-cta-wrapper a {
        padding-bottom: 50px; } }
  .layout-primary-ctas .hs-cta-wrapper {
    display: block;
    text-align: center;
    padding: 20px; }
    .layout-primary-ctas .hs-cta-wrapper button {
      margin-top: 40px; }
    .layout-primary-ctas .hs-cta-wrapper .fa {
      font-size: 10rem; }

.footer-links-column {
  margin: 0 auto;
  float: none !important; }
  .footer-links-column h6 {
    font-size: 1.6rem;
    text-transform: uppercase;
    border-bottom: 4px solid #ffcd00;
    padding-bottom: 10px;
    color: #fff;
    margin-bottom: 5px;
    white-space: nowrap; }
  .footer-links-column ul {
    padding: 0;
    list-style-type: none; }
  .footer-links-column a {
    font-size: 1.3rem; }

.footer-contact-info {
  text-align: right; }
  .footer-contact-info img {
    max-width: 150px; }
  @media (max-width: 767px) {
    .footer-contact-info {
      text-align: left; } }

.footer-utility-links {
  background-color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-size: 1.6rem; }
  .footer-utility-links a {
    margin: 0 5px;
    color: #25282a; }
    .footer-utility-links a:hover {
      color: #ffcd00;
      transition: .2s all linear; }

.footer-social-links {
  text-align: center;
  font-size: 3rem;
  padding-top: 20px; }
  .footer-social-links img:hover {
    opacity: .8;
    transition: .2s all linear; }
  @media (max-width: 767px) {
    .footer-social-links {
      text-align: center;
      margin-top: 20px; } }

.vertical-menu {
  transition: margin-top .5s; }
  .vertical-menu a {
    background-color: #53565a; }

.large-quote {
  text-align: center;
  background-color: #53565a; }
  .large-quote blockquote {
    margin-top: 0; }
  .large-quote .content {
    transition: 0.1s ease-in; }

.customer-logos {
  text-align: center;
  margin-bottom: 50px; }
  .customer-logos img {
    max-width: 120px; }

.download-button {
  text-align: center; }
  .download-button .button {
    background-color: #2dccd3;
    border-color: #2dccd3; }
    .download-button .button:hover {
      background-color: #53565a;
      border-color: #53565a;
      color: #fff;
      transition: .2s all linear; }

.slalom-content {
  clear: both;
  overflow: auto; }
  .slalom-content h2 {
    font-size: 3.6rem; }
  .slalom-content img.icon {
    padding: 5px;
    margin: 0 20px 0px 0;
    height: auto;
    width: 50px !important; }
    .slalom-content img.icon.left {
      float: left; }
      @media (max-width: 767px) {
        .slalom-content img.icon.left {
          float: none !important;
          margin-bottom: 15px; } }
  .slalom-content .image {
    float: left;
    width: 50%;
    text-align: center;
    background-size: cover;
    position: relative; }
    @media (max-width: 767px) {
      .slalom-content .image {
        border-top: 5px solid #ffcd00; } }
  .slalom-content .content {
    float: right;
    width: 50%;
    padding: 100px 100px 120px 100px; }
  .features-list div:nth-child(even) .slalom-content {
    background-color: #fff;
    overflow: auto; }
    .features-list div:nth-child(even) .slalom-content .image {
      float: right; }
    .features-list div:nth-child(even) .slalom-content .content {
      float: left; }
  .features-list div:nth-child(odd) .slalom-content {
    background-color: rgba(83, 86, 90, 0.05);
    overflow: auto; }
  @media (max-width: 767px) {
    .slalom-content .image {
      float: none;
      width: 100%;
      height: 250px;
      background-size: cover;
      background-position: center center; }
    .slalom-content .content {
      float: none;
      width: 100%;
      margin-top: 0 !important;
      padding: 50px; } }

.search-banner {
  text-align: center;
  margin-top: 100px; }

.google-search-results .gsc-adBlock, .google-search-results .gsc-adBlockVertical, .google-search-results .gcsc-branding, .google-search-results .gsc-resultsHeader {
  display: none !important; }

.google-search-results .gsc-thinWrapper {
  width: 100% !important;
  border: none !important; }

.google-search-results .gsc-selected-option-container {
  max-width: 100% !important;
  width: auto !important; }

.google-search-results .gsc-result-info {
  color: #25282a !important;
  font-size: 4rem !important;
  font-family: "proxima-nova", "sans-serif" !important;
  font-weight: 300 !important;
  padding: 20px 20px 5px !important; }

.google-search-results .gs-no-results-result div.gs-snippet {
  background-color: #25282a !important;
  color: #fff !important;
  font-size: 4rem !important;
  font-family: "proxima-nova", "sans-serif" !important;
  font-weight: 300 !important;
  padding: 2rem;
  text-align: center !important; }

.google-search-results .gsc-control-wrapper-cse * {
  border: 0 !important; }

.google-search-results .gsc-expansionArea .gsc-webResult.gsc-result:nth-child(odd) {
  background-color: rgba(83, 86, 90, 0.35) !important; }

.google-search-results .gs-result .gs-title, .google-search-results .gs-result .gs-title * {
  color: #2dccd3 !important;
  font-family: "Roboto Slab", "serif" !important;
  font-size: 2.8rem !important;
  line-height: 3rem !important;
  text-decoration: none !important; }

.google-search-results .gs-result .gs-title b, .google-search-results .gs-result .gs-title strong {
  color: #2dccd3 !important; }

.google-search-results .gs-result a.gs-visibleUrl, .google-search-results .gs-result .gs-visibleUrl {
  color: #ffcd00 !important;
  font-family: "proxima-nova", "sans-serif" !important; }

.google-search-results .gs-visibleUrl b, .google-search-results .gs-visibleUrl strong {
  font-family: "proxima-nova", "sans-serif";
  font-weight: normal !important; }

.google-search-results .gsc-control-cse .gs-snippet b, .google-search-results .gsc-control-cse .gs-snippet strong {
  font-weight: 500 !important; }

.google-search-results .gsc-preview-reviews, .google-search-results .gsc-control-cse .gs-snippet, .google-search-results .gsc-control-cse .gs-promotion em, .google-search-results .gsc-control-cse .gs-snippet, .google-search-results .gsc-control-cse .gs-promotion em {
  color: #25282a !important;
  font-size: 1.6rem !important;
  font-weight: lighter !important;
  font-family: "proxima-nova", "sans-serif" !important; }

.google-search-results .gsc-webResult .gsc-result {
  padding: 2rem !important; }

.google-search-results .gsc-results {
  width: 100% !important; }

.google-search-results .gsc-table-result {
  margin-bottom: 0 !important; }

.google-search-results .gsc-table-result, .google-search-results .gsc-thumbnail-inside, .google-search-results .gsc-url-top {
  padding-left: 0;
  padding-right: 0 !important; }

.google-search-results .gsc-above-wrapper-area-container {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #53565a !important; }

.google-search-results .gsc-cursor-page {
  color: #25282a !important;
  height: 50px;
  width: 50px;
  text-align: center;
  background-color: #53565a !important;
  font-weight: 400 !important;
  font-family: "proxima-nova", "sans-serif" !important;
  font-size: 1.8rem !important;
  line-height: 50px !important;
  transition: 0.5s !important;
  display: inline-block !important;
  margin-bottom: 10px !important; }

.google-search-results .gsc-cursor-current-page, .google-search-results .gsc-cursor-page:hover {
  color: #fff !important;
  background-color: #2dccd3 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  transition: 0.5s !important; }

.google-search-results .gsc-cursor-box {
  text-align: center;
  margin-top: 5rem !important; }

.google-search-results .gsc-control-cse {
  padding: 0 !important; }

.google-search-results .gs-spelling a {
  color: #ffcd00 !important; }

.google-search-results .gs-spelling {
  float: left;
  font-family: "proxima-nova", "sans-serif" !important;
  color: #25282a !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.google-search-results .gs-spelling.gs-spelling-original {
  float: right !important;
  margin-top: 1rem !important; }

.google-search-results .gs-image-box {
  text-align: center !important; }

.google-search-results .gsc-tabsArea {
  text-align: left !important;
  font-family: "proxima-nova", "sans-serif" !important;
  font-size: 1.8rem !important; }

.google-search-results .gsc-tabHeader {
  font-weight: 300 !important; }

.google-search-results .gsc-tabHeader.gsc-tabhActive {
  color: #fff !important;
  background-color: #ffcd00 !important;
  transition: 0.5s !important;
  cursor: default !important; }

.google-search-results .gsc-tabHeader.gsc-tabhInactive {
  background-color: #53565a !important;
  color: #25282a !important;
  transition: 0.5s !important; }

.google-search-results .gsc-tabHeader.gsc-tabhInactive:hover {
  background-color: #53565a !important;
  color: #fff !important;
  transition: 0.5s !important; }

.google-search-results .gsc-tabsArea > .gsc-tabHeader {
  height: auto !important;
  padding: 10px 25px !important; }

.google-search-results .gsc-imageResult.gsc-result {
  margin-bottom: 50px !important; }

.google-search-results .gsc-results.gsc-imageResult {
  margin-top: 25px !important; }

.google-search-results .gs-result img.gs-image, .google-search-results .gs-result img.gs-promotion-image {
  border: 1px solid #53565a !important; }

.google-search-results .gs-image-box.gs-web-image-box.gs-web-image-box-portrait, .google-search-results .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
  width: 100px !important;
  height: 80px !important; }

.google-search-results .gs-web-image-box-portrait img.gs-image, .google-search-results .gs-web-image-box-landscape img.gs-image {
  max-width: 100px !important;
  max-height: 800px !important; }

.google-search-results .gsc-result-info span {
  font-size: 6rem;
  color: #ffcd00 !important; }

.google-search-results .gsc-result-info:not(.showing) {
  opacity: 0;
  transition: 0 !important;
  min-height: 115px !important; }

.google-search-results .gsc-result-info.showing {
  opacity: 1 !important;
  transition: 0.5s !important; }

.google-search-results .gsc-selected-option-container.gsc-inline-block {
  width: 160px !important; }

.google-search-results .gsc-results .gsc-cursor-box {
  text-align: center; }

.google-search-results .gsc-orderby-label {
  font-family: "proxima-nova", "sans-serif" !important;
  font-weight: normal !important; }

.google-search-results .gsc-selected-option {
  font-family: "proxima-nova", "sans-serif" !important;
  font-weight: normal !important;
  text-transform: uppercase !important; }

.google-search-results .gsc-option {
  font-family: "proxima-nova", "sans-serif" !important;
  font-weight: normal !important; }

@media (max-width: 767px) {
  .google-search-results .gsc-tabsArea {
    text-align: center; }
  .google-search-results .gsc-results .gsc-cursor-box .gsc-cursor-page:last-of-type {
    margin-right: 0; }
  .google-search-results .gsc-cursor-page {
    padding: 8px 8.5px;
    margin-right: 6px; }
  .google-search-results .gsc-results .gsc-cursor-box {
    margin: 10px 0px; }
  .google-search-results .gs-spelling.gs-spelling-original {
    float: left;
    clear: both; }
  .google-search-results .gsc-above-wrapper-area-container td {
    display: block !important;
    text-align: center;
    padding-right: 0;
    padding-left: 0; }
  .google-search-results .gsc-result-info {
    text-align: center;
    padding: 0; } }

.simple-heading {
  padding: 50px 20px;
  text-align: center; }
  .simple-heading h1 {
    margin: 0 auto;
    line-height: 8rem; }

.simple-heading-wrapper {
  background-color: #ffcd00; }

.contact-map #map {
  width: 100%;
  height: 500px; }

.pricing-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto !important;
  float: none !important; }

.pricing-overview-top-row {
  text-align: center; }
  .pricing-overview-top-row .col {
    width: 33.33%;
    float: left;
    position: relative; }
  .pricing-overview-top-row .col1 {
    background-color: rgba(83, 86, 90, 0.6);
    padding: 5px 10px; }
  .pricing-overview-top-row .col2 {
    background-color: rgba(83, 86, 90, 0.8);
    padding: 5px 10px;
    overflow: hidden; }
    .pricing-overview-top-row .col2 h6 {
      position: absolute;
      background-color: #2dccd3;
      transform: rotate(45deg);
      color: white;
      top: 50px;
      right: -45px;
      padding: 5px 40px;
      z-index: 99;
      font-size: 1.6rem;
      text-transform: uppercase; }
  .pricing-overview-top-row .col3 {
    background-color: rgba(83, 86, 90, 0.6);
    padding: 5px 10px; }
  .pricing-overview-top-row p {
    font-size: 7rem;
    line-height: 5rem;
    font-weight: 300;
    margin-top: 3rem;
    margin-bottom: 0; }
    .pricing-overview-top-row p span {
      font-size: 2rem;
      color: #ffcd00; }
    .pricing-overview-top-row p sup {
      font-size: 2rem;
      top: -3.5rem;
      color: #ffcd00; }
  .pricing-overview-top-row h4 {
    margin-top: 0rem;
    margin-bottom: 3rem; }
  .pricing-overview-top-row .col:not(.col2) p {
    margin-top: 2rem; }
  .pricing-overview-top-row .col:not(.col2) {
    margin-top: 2rem; }
  .pricing-overview-top-row .col:not(.col2) h4 {
    margin-bottom: 2rem; }

.pricing-overview-column .col {
  width: 33.33%;
  float: left;
  padding: 10px;
  text-align: center;
  background: rgba(83, 86, 90, 0.5); }
  .pricing-overview-column .col p {
    margin-bottom: 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #53565a; }

.pricing-overview-column .col:last-of-type p {
  border-bottom: 0; }

.pricing-overview-column .col1 {
  border-left: 1px solid transparent;
  border-right: 1px solid #53565a; }

.pricing-overview-column .col2 {
  position: relative;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; }

.pricing-overview-column .col3 {
  border-right: 1px solid transparent;
  border-left: 1px solid #53565a; }

.pricing-features-top-row .col2.col {
  background-color: #53565a;
  color: #fff; }

.pricing-features-top-row .col3.col {
  background-color: #2dccd3;
  color: #fff; }

.pricing-features-top-row .col4.col {
  background-color: #ffcd00;
  color: #fff; }
  .pricing-features-top-row .col4.col span {
    color: #fff; }

.pricing-features-top-row h6 {
  font-size: 1.6rem; }

.pricing-features-top-row p {
  font-size: 1.8rem;
  font-weight: 300;
  padding-top: 0;
  font-family: "Roboto Slab", "serif"; }

.pricing-features-top-row p sup {
  font-size: 2rem;
  top: -2.0rem;
  color: #53565a; }

.pricing-features-top-row p span {
  font-size: 1.3rem;
  color: #25282a; }

.pricing-features-top-row h4 {
  color: #fff;
  font-size: 3rem; }

.pricing-features-top-row .col {
  float: left;
  position: relative;
  text-align: center;
  padding: 20px 5px 10px 5px !important; }

.pricing-features-top-row .col1 {
  width: 31%; }

.pricing-features-top-row .col2,
.pricing-features-top-row .col3,
.pricing-features-top-row .col4 {
  background-color: #fff;
  padding: 0;
  width: 23%; }

.pricing-features-top-row .col2 p,
.pricing-features-top-row .col4 p,
.pricing-features-top-row h4 {
  margin: 0;
  padding: 5px 10px; }

.pricing-features-top-row .col2 h6 {
  margin: 0; }

.pricing-features-top-row .col4 h6 {
  margin: 0; }

.pricing-features-top-row .col3 p,
.pricing-features-top-row .col3 h4 {
  padding: 5px 10px; }

.pricing-features-top-row .col3 p {
  margin-bottom: 0; }

.pricing-features-top-row .col3 h6 {
  color: white;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0; }

.pricing-features-section-title {
  border-bottom: 1px solid #fff; }
  .pricing-features-section-title h6 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 2px 10px;
    background-color: #a9aaac;
    font-size: 1.3rem; }
    .pricing-features-section-title h6 img.pricing-arrow {
      float: right;
      padding-top: 8px; }

.pricing-features-column {
  position: relative; }
  .pricing-features-column p.pricing-copy {
    font-size: 1.3rem; }
  .pricing-features-column .col {
    padding: 10px; }
  .pricing-features-column .col p {
    margin: 0; }
  .pricing-features-column .col1 {
    width: 31%;
    float: left;
    border-bottom: 1px solid rgba(83, 86, 90, 0.1);
    position: relative; }
  .pricing-features-column .col1 p {
    float: left;
    width: calc(100% - 40px);
    font-size: 1.3rem; }
  .pricing-features-column .col1 .tip {
    float: right;
    color: #fff;
    font-size: 2.0rem;
    line-height: 2.0rem;
    cursor: default;
    transition: .25s; }
  .pricing-features-column .col1 .tip:hover {
    color: #25282a;
    transition: .25s; }
  .pricing-features-column .col1 .tip > div {
    float: none; }
  .pricing-features-column .col2,
  .pricing-features-column .col3,
  .pricing-features-column .col4 {
    width: 23%;
    border-bottom: 1px solid #fff;
    background-color: rgba(83, 86, 90, 0.1);
    float: left;
    text-align: center; }
  .pricing-features-column .col2 {
    border-right: 1px solid #fff; }
  .pricing-features-column .col4 {
    border-left: 1px solid #fff; }
  .pricing-features-column .col3 {
    background-color: rgba(83, 86, 90, 0.2); }
  .pricing-features-column .fa-check {
    color: #53565a;
    font-size: 2rem;
    transform: rotate(0deg); }
  .pricing-features-column .fa-times {
    color: #53565a;
    font-size: 1.3rem;
    transform: rotate(0deg); }
  .pricing-features-column span.fa.fa-question-circle {
    color: rgba(37, 40, 42, 0.5); }

/* Tool Tip for Pricing Page */
.tipr_content {
  color: #fff;
  font-size: 1.4rem;
  background-color: #25282a;
  /*min-width:300px;*/
  width: 100%;
  padding: 9px 17px;
  text-align: center; }

.tipr_container_bottom {
  display: none;
  position: absolute;
  top: -50px;
  overflow: visible;
  /*margin-top: 13px;*/
  box-shadow: 2px 2px 5px #f9f9f9;
  z-index: 9999999999 !important; }

.tipr_container_top {
  display: none;
  position: absolute;
  margin-top: -77px;
  box-shadow: 2px 2px 5px #f9f9f9;
  z-index: 9999999999 !important; }

.tipr_point_top, .tipr_point_bottom {
  position: relative;
  background: #25282a;
  min-width: 300px !important;
  border: 0; }

.primary-ctas-container .primary-ctas-copy {
  text-align: center;
  margin: 0 auto !important;
  float: none !important;
  display: block;
  max-width: 750px;
  padding: 100px 0 70px 0; }
  .primary-ctas-container .primary-ctas-copy p {
    max-width: 690px;
    text-align: center;
    margin: 0 auto; }

.primary-ctas-container .cta-image-container {
  min-height: 390px;
  text-align: center;
  background-size: cover;
  background-position: cover cover;
  background-repeat: norepeat; }
  .primary-ctas-container .cta-image-container button {
    margin-top: 170px; }
  .primary-ctas-container .cta-image-container.holly {
    background-color: #2dccd3; }
  .primary-ctas-container .cta-image-container.holly button {
    background-color: #2dccd3;
    border: #2dccd3;
    color: #fff; }
    .primary-ctas-container .cta-image-container.holly button:hover {
      background-color: #53565a;
      border: #53565a;
      transition: .2s all linear; }
  .primary-ctas-container .cta-image-container.molly {
    background-color: #53565a; }
  .primary-ctas-container .cta-image-container .span12.widget-span.widget-type-cta {
    text-align: center; }

@media (min-width: 767px) and (max-width: 850px) {
  .layout-primary-ctas .hs-cta-wrapper {
    padding: 0 !important; } }

.triangle {
  text-align: center;
  margin: 0 auto;
  float: none;
  transform: translateY(18px); }

.fw-testimonial-wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: auto; }
  .fw-testimonial-wrapper .fw-testimonial-container {
    max-width: 670px;
    margin: 0 auto;
    float: none !important;
    padding: 100px 0; }
    @media (max-width: 767px) {
      .fw-testimonial-wrapper .fw-testimonial-container {
        padding: 100px 10px; } }
    .fw-testimonial-wrapper .fw-testimonial-container .testimonial-box {
      background-color: rgba(37, 40, 42, 0.8);
      color: #fff;
      background-repeat: no-repeat;
      background-position: 95% 70%;
      background-size: 95px; }
      .fw-testimonial-wrapper .fw-testimonial-container .testimonial-box h2 {
        color: #fff; }
      .fw-testimonial-wrapper .fw-testimonial-container .testimonial-box p {
        font-size: 2rem; }
      .fw-testimonial-wrapper .fw-testimonial-container .testimonial-box .testimonial {
        padding: 50px 70px 20px 70px;
        background-image: url(//cdn2.hubspot.net/hubfs/1771763/quote.png);
        background-repeat: no-repeat;
        background-position: top left; }
      .fw-testimonial-wrapper .fw-testimonial-container .testimonial-box .link-container {
        padding: 25px 20px;
        text-align: center;
        background-color: #ffcd00;
        color: #25282a; }
        .fw-testimonial-wrapper .fw-testimonial-container .testimonial-box .link-container a {
          font-family: "Roboto Slab", "serif";
          color: #25282a;
          font-size: 1.8rem;
          cursor: pointer; }
          .fw-testimonial-wrapper .fw-testimonial-container .testimonial-box .link-container a:hover {
            color: #fff;
            transition: .2s all linear; }

.customers {
  padding-top: 0px;
  text-align: center; }
  .customers .ctr {
    max-width: 1450px; }
  .customers button {
    margin-top: 50px;
    background-color: none;
    border-color: none; }
  .customers .slick-list {
    padding-bottom: 10px; }
    .customers .slick-list img {
      margin: 0 auto;
      padding: 0 10px;
      filter: grayscale(100%); }
      @media (max-width: 991px) {
        .customers .slick-list img {
          padding: 0 20px; } }
  .customers .slider button {
    background-color: transparent;
    border: 0;
    margin: 0; }
    .customers .slider button.slick-prev {
      background-image: url(http://cdn2.hubspot.net/hubfs/1771763/yellow-arrow.png);
      height: 52px;
      width: 30px;
      z-index: 100;
      min-width: initial !important;
      left: -12px;
      transform: translateY(-32px); }
      .customers .slider button.slick-prev:before {
        content: none; }
    .customers .slider button.slick-next {
      background-image: url(http://cdn2.hubspot.net/hubfs/1771763/yellow-arrow-right.png);
      height: 52px;
      width: 30px;
      min-width: initial;
      z-index: 100;
      right: -12px;
      transform: translateY(-32px); }
      .customers .slider button.slick-next:before {
        content: none; }
  .customers h3 {
    margin-bottom: 10px;
    text-transform: uppercase; }

.widget-type-form {
  background-color: rgba(83, 86, 90, 0.05); }
  .widget-type-form .hs-button {
    width: 100%;
    background-color: #2dccd3 !important;
    border-color: #2dccd3 !important; }
    .widget-type-form .hs-button:hover {
      background-color: #ffcd00 !important;
      border-color: #ffcd00 !important;
      color: #25282a !important;
      transition: .2s all linear; }
  .widget-type-form input {
    border-color: transparent !important; }
  .widget-type-form form .styledselect {
    background-color: #fff;
    border-color: transparent !important; }
  .widget-type-form textarea {
    border-color: transparent; }
  .widget-type-form .options {
    border-color: transparent;
    background-color: #53565a;
    color: #fff; }

.ty-page-hero {
  background-size: cover;
  background-position: center center;
  text-align: center;
  transition: 0.1s ease-in; }
  .ty-page-hero h1 {
    margin-bottom: 10px;
    color: #fff; }
  .ty-page-hero .content-wrap {
    padding: 20px;
    height: 200px; }
  .ty-page-hero .content {
    max-width: 1000px;
    margin: 0 auto;
    opacity: 0; }
  .is-window-load .ty-page-hero .content {
    opacity: 1;
    transition: 0.1s ease-in; }

.pricing-page-hero {
  background-size: cover;
  background-position: center center;
  text-align: center;
  transition: 0.1s ease-in;
  margin-bottom: 100px; }
  .pricing-page-hero h1 {
    margin-bottom: 10px;
    color: #fff; }
  .pricing-page-hero .content-wrap {
    padding: 20px;
    height: 250px; }
  .pricing-page-hero .content {
    max-width: 1000px;
    margin: 0 auto;
    opacity: 0; }
  .is-window-load .pricing-page-hero .content {
    opacity: 1;
    transition: 0.1s ease-in; }

.ty-social {
  text-align: center;
  padding-top: 10px; }

.bph-wrap {
  background-color: #53565a;
  color: #fff; }
  .bph-wrap strong {
    color: #fff;
    padding-right: 10px; }
  .bph-wrap .bp-share-post img {
    width: 20px; }

.blog-email-subscription {
  max-width: 989px;
  float: none !important;
  margin: 0 auto !important;
  padding: 50px 20px 30px 20px; }
  .blog-email-subscription .hs-form-field span {
    font-family: "Roboto Slab", "serif";
    color: #53565a; }
  .blog-email-subscription h1, .blog-email-subscription h2, .blog-email-subscription h3, .blog-email-subscription h4, .blog-email-subscription h5, .blog-email-subscription h6, .blog-email-subscription p {
    color: #25282a; }
  .blog-email-subscription .hs-button.primary.large {
    background-color: #ffcd00;
    border: #ffcd00;
    color: #25282a;
    font-family: "Roboto Slab", "serif";
    text-transform: uppercase;
    padding: 15px 40px;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: .1em;
    margin: 20px auto; }
    .blog-email-subscription .hs-button.primary.large:hover {
      background-color: #53565a;
      color: #fff;
      border: #53565a;
      transition: .2s all linear; }

.subscribe-wrapper {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeef+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eeeeef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eeeeef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #eeeeef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#eeeeef',GradientType=0 );
  /* IE6-9 */ }

.counter {
  background-color: #ffcd00;
  text-align: center; }
  .counter .count-me {
    font-size: 55px;
    font-family: "Roboto Slab", "serif";
    color: #25282a;
    background: #ffcd00;
    margin-top: 0px;
    margin-bottom: 20px;
    display: inline-block; }
  .counter p.stat {
    max-width: 200px;
    text-align: center;
    margin: 0 auto; }
  .counter .mark {
    color: #25282a;
    font-size: 55px;
    font-family: "Roboto Slab", "serif"; }
  .counter .counter-block {
    display: inline-block;
    padding: 50px 20px;
    width: 33%;
    vertical-align: top; }
    .counter .counter-block.middle {
      background-image: url("//cdn2.hubspot.net/hubfs/1771763/ellipse.png");
      background-size: cover;
      background-position: center center; }
      @media (max-width: 991px) {
        .counter .counter-block.middle {
          background-repeat: no-repeat; } }

.counter-wrap {
  background-color: #ffcd00; }

@media (max-width: 826px) {
  .counter .counter-block {
    width: 50%; }
    .counter .counter-block.middle {
      background-size: contain; } }

@media (max-width: 500px) {
  .counter .counter-block {
    width: 78%; } }

img.news-logo {
  margin: 50px 50px 0px 0;
  width: 100px; }

.questions span {
  font-size: 16px;
  color: #626262;
  margin-top: 15px; }

.questions a {
  text-decoration: none;
  color: #ffcd00;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  border-bottom: 0;
  display: inline-block; }
  .questions a:hover {
    color: #2dccd3;
    transition: .2s all linear; }

.faq p {
  font-size: 16px;
  color: #626262;
  margin-top: 15px; }

.faq .questions .question p {
  padding-left: 15px; }

.question ol {
  margin-top: 15px;
  padding-left: 30px !important; }

.news-item {
  margin-bottom: 50px; }

.team-listing {
  margin-bottom: 100px; }
  .team-listing h2 {
    margin: 50px auto; }
  .team-listing .hs_cos_wrapper_type_custom_widget {
    width: 33%;
    display: inline-block; }
  .team-listing .team-member {
    text-align: center;
    margin: 0 auto 60px auto;
    position: relative;
    height: 480px;
    overflow: hidden; }
    .team-listing .team-member h4.name {
      margin: 10px auto 5px auto; }
  .team-listing .image {
    position: relative;
    height: 440px !important; }
  .team-listing img.image1 {
    z-index: 1; }
    .team-listing img.image1:hover {
      opacity: 0;
      cursor: pointer; }
  .team-listing .image1, .team-listing .image2 {
    height: 100%; }
  .team-listing img.image1, .team-listing img.image2 {
    position: absolute;
    display: block;
    height: auto;
    width: auto; }
  .team-listing .info {
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    bottom: 0; }
  .team-listing a.image-link {
    display: block; }

@media (max-width: 991px) {
  .team-listing .hs_cos_wrapper_type_custom_widget {
    width: 48%; } }

@media (max-width: 767px) {
  .team-listing .hs_cos_wrapper_type_custom_widget {
    width: 100%; } }

.team-bio-hero {
  margin-bottom: 50px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  transition: 0.1s ease-in;
  background-color: #53565a; }
  .team-bio-hero h1 {
    color: #ffcd00;
    margin-bottom: 10px;
    margin-top: 10px; }
  .team-bio-hero p {
    color: #fff;
    font-size: 2.5rem;
    padding-top: 10px; }
  .team-bio-hero img {
    border-radius: 50%; }
  .team-bio-hero .content-wrap {
    padding: 50px 20px; }
  .team-bio-hero .content {
    max-width: 1000px;
    margin: 0 auto;
    opacity: 1; }
  .is-window-load .team-bio-hero .content {
    opacity: 1;
    transition: 0.1s ease-in; }

.full-width-button {
  background-color: #53565a;
  padding: 50px 20px; }
  .full-width-button button {
    background-color: #2dccd3;
    border-color: #2dccd3;
    color: #fff; }
    .full-width-button button:hover {
      background-color: #ffcd00;
      border-color: #ffcd00;
      color: #25282a;
      transition: .2s all linear; }

button.accordion {
  background-color: rgba(83, 86, 90, 0.2);
  color: #25282a;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin: 10px auto; }

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
  background-color: #ffcd00; }

.accordion {
  overflow: auto !important; }

button.accordion:after {
  content: '\02795';
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px; }

button.accordion.active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */ }

div.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0; }

div.panel.show {
  opacity: 1;
  max-height: 100%;
  /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
  overflow: visible !important; }

.bottom-page-callout {
  text-align: center;
  background-color: #2dccd3;
  padding: 100px 20px; }
  .bottom-page-callout button {
    background-color: #53565a;
    border-color: #53565a;
    color: #fff; }
    .bottom-page-callout button:hover {
      background-color: #ffcd00;
      border-color: #ffcd00;
      color: #25282a;
      transition: .2s all linear; }

.case-study-page-hero {
  background-size: cover;
  background-position: center center;
  text-align: center;
  transition: 0.1s ease-in;
  position: relative; }
  .case-study-page-hero h1 {
    margin-bottom: 10px; }
  .case-study-page-hero .company-logo {
    align-items: center; }
    .case-study-page-hero .company-logo img {
      width: 80%; }
  .case-study-page-hero .company-container {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    padding: 50px;
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .case-study-page-hero .company-container {
        position: relative;
        width: 100%;
        justify-content: center;
        display: none; } }
  .case-study-page-hero .split-content {
    width: 70%; }
    .case-study-page-hero .split-content p {
      font-size: 1.8rem;
      line-height: 2.6rem;
      font-weight: bolder; }
    @media (max-width: 767px) {
      .case-study-page-hero .split-content {
        width: 100% !important; } }
  .case-study-page-hero .content-wrap {
    padding: 20px;
    min-height: 450px !important; }
    @media (max-width: 767px) {
      .case-study-page-hero .content-wrap {
        min-height: 250px !important; } }
  .case-study-page-hero .ctr {
    padding-top: 20px; }
  .case-study-page-hero .content {
    margin: 0 auto;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: left;
    position: absolute;
    bottom: 0;
    width: 100%; }
    @media (max-width: 767px) {
      .case-study-page-hero .content {
        height: 100%;
        display: flex;
        align-items: center;
        text-align: center !important; } }
  .is-window-load .case-study-page-hero .content {
    opacity: 1;
    transition: 0.1s ease-in; }

.yellow-tab-line {
  height: 2px;
  background-color: #ffcd00;
  width: calc(70% + 2px) !important; }
  @media (max-width: 767px) {
    .yellow-tab-line {
      display: none !important; } }

.column.column2.col-md-2 {
  background: rgba(83, 86, 90, 0.1); }

.column.column4.col-md-2 {
  background: rgba(83, 86, 90, 0.1); }

.pricing-intro {
  margin: 80px 0; }

.pricing-table {
  margin-top: 20px; }
  .pricing-table .pricing-table-header {
    padding: 0;
    display: block;
    background: white; }
    .pricing-table .pricing-table-header + div {
      border-top-left-radius: 4px; }
    .pricing-table .pricing-table-header .row2 {
      display: table;
      width: 100%;
      padding: 0;
      clear: both; }
      .pricing-table .pricing-table-header .row2 .col-md-6 {
        width: 40%;
        display: table-cell;
        background-color: rgba(83, 86, 90, 0); }
      .pricing-table .pricing-table-header .row2 .col-md-2 {
        width: 20%;
        display: table-cell;
        text-align: center;
        padding: 10px;
        font-weight: normal;
        font-size: 15px;
        background-color: rgba(83, 86, 90, 0.1); }
        .pricing-table .pricing-table-header .row2 .col-md-2 h4 {
          margin: 10px auto 5px auto; }
          @media (max-width: 767px) {
            .pricing-table .pricing-table-header .row2 .col-md-2 h4 {
              font-size: 1.6rem; } }
        .pricing-table .pricing-table-header .row2 .col-md-2 p {
          margin-bottom: 1rem; }
          @media (max-width: 767px) {
            .pricing-table .pricing-table-header .row2 .col-md-2 p {
              font-size: 1.3rem; } }
        @media (max-width: 767px) {
          .pricing-table .pricing-table-header .row2 .col-md-2 {
            font-size: 10px;
            padding: 10px 6px;
            letter-spacing: 0; } }
        .pricing-table .pricing-table-header .row2 .col-md-2.column2 {
          border-top-left-radius: 4px;
          background-color: #53565a;
          color: #fff; }
        .pricing-table .pricing-table-header .row2 .col-md-2.column4 {
          border-top-right-radius: 4px;
          background-color: #ffcd00;
          color: #fff; }
      .pricing-table .pricing-table-header .row2 .column3 {
        background: #2dccd3;
        color: #fff; }
    .pricing-table .pricing-table-header .row1 {
      display: table;
      width: 100%; }
      .pricing-table .pricing-table-header .row1 .col-md-8 {
        width: 50%;
        background-color: white;
        display: table-cell; }
      .pricing-table .pricing-table-header .row1 .col-md-2 {
        width: 16.6666666667%;
        text-align: center;
        display: table-cell; }
      .pricing-table .pricing-table-header .row1 .column2 {
        background: #25282a;
        text-transform: uppercase;
        font-weight: normal;
        color: white;
        padding: 5px;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        font-size: 14px; }
        @media (max-width: 767px) {
          .pricing-table .pricing-table-header .row1 .column2 {
            font-size: 10px;
            font-weight: bold;
            padding: 1px; } }
  .pricing-table .pricing-table-row {
    display: table;
    width: 100%;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .pricing-table .pricing-table-row p {
      font-size: 1.4rem;
      line-height: 1.4; }
    .pricing-table .pricing-table-row:last-of-type {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
      @media (max-width: 767px) {
        .pricing-table .pricing-table-row:last-of-type {
          word-break: break-word; } }
    .pricing-table .pricing-table-row .column1 {
      width: 40%;
      display: table-cell;
      vertical-align: middle;
      padding: 5px 10px;
      position: relative;
      border-bottom: 1px solid rgba(83, 86, 90, 0.1); }
      .pricing-table .pricing-table-row .column1 p {
        font-size: 15px;
        line-height: 1.2;
        padding-right: 20px; }
      .pricing-table .pricing-table-row .column1 .tooltip-btn {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
        background: #fff;
        z-index: 99;
        border-radius: 50%;
        color: #fff;
        transition: .3s ease all;
        cursor: pointer; }
        .pricing-table .pricing-table-row .column1 .tooltip-btn.active {
          background: rgba(83, 86, 90, 0.5); }
        .pricing-table .pricing-table-row .column1 .tooltip-btn svg {
          max-width: 20px; }
      .pricing-table .pricing-table-row .column1 .tooltip p {
        font-size: 12px;
        line-height: 1.3;
        padding-right: 0px; }
        .pricing-table .pricing-table-row .column1 .tooltip p.spacer {
          line-height: 1; }
    .pricing-table .pricing-table-row .column:not(.column1) {
      width: 20%;
      display: table-cell;
      vertical-align: middle;
      padding: 10px; }
      .pricing-table .pricing-table-row .column:not(.column1) svg {
        max-width: 28px; }
    .pricing-table .pricing-table-row .column3 {
      background: rgba(83, 86, 90, 0.2); }
    .pricing-table .pricing-table-row p {
      margin: 0; }
  .pricing-table .column:not(.column1) {
    text-align: center; }

.tier-overview .ctr {
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .tier-overview .ctr .popular {
    flex: 0 0 100%;
    text-align: center; }
    .tier-overview .ctr .popular p {
      background: #53565a;
      width: 33.3333333%;
      text-align: center;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      margin-bottom: 0;
      display: inline-block;
      color: white;
      text-transform: uppercase;
      padding: 5px;
      font-weight: normal; }
  .tier-overview .ctr .tier {
    flex: 0 1 33.33333%;
    padding: 20px; }
    .tier-overview .ctr .tier.impact {
      background: #ffcd00; }
    .tier-overview .ctr .tier.boost {
      border-top-left-radius: 4px;
      background: rgba(45, 204, 211, 0.65); }
    .tier-overview .ctr .tier.outperform {
      border-top-right-radius: 4px;
      background: rgba(45, 204, 211, 0.65); }
    .tier-overview .ctr .tier h3 {
      text-align: center; }
    .tier-overview .ctr .tier p {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 20px;
      padding-bottom: 20px; }
      .tier-overview .ctr .tier p:last-of-type {
        text-align: center;
        border: 0; }
        .tier-overview .ctr .tier p:last-of-type a {
          font-size: 1.6rem;
          color: #fff;
          background-color: #6cc04a;
          border: 2px solid #6cc04a;
          padding: 5px 20px;
          -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
          text-transform: uppercase;
          font-weight: 700;
          font-family: "prometo", sans-serif;
          letter-spacing: .1rem;
          text-decoration: none; }
          .tier-overview .ctr .tier p:last-of-type a:hover {
            color: #6cc04a;
            cursor: pointer;
            background-color: #fff;
            border-color: #6cc04a; }

.pricing-promotional-section-1 {
  margin: 80px 0;
  text-align: center; }

.pricing-promotional-section-2 {
  background: #53565a;
  padding: 50px;
  color: white;
  text-align: center;
  margin: 80px 0; }

p.row-title {
  font-size: 1.5rem;
  font-family: "proxima-nova", "sans-serif"; }

p.tool-tip-text {
  font-size: 1.3rem !important;
  line-height: 1.3 !important;
  padding-top: 5px; }

.top-banner {
  text-align: center;
  background-color: #ffcd00;
  color: #25282a;
  padding: 10px 20px; }
  .top-banner:hover {
    background-color: #2dccd3;
    transition: .2s all linear;
    cursor: pointer; }
  .top-banner p {
    color: #25282a;
    font-size: 2rem;
    line-height: 1.5;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .top-banner p {
        display: block; } }
  .top-banner button {
    background-color: #25282a;
    border: 3px solid #25282a;
    padding: 18px 20px;
    margin: 0px auto 0 50px;
    font-size: 1.8rem;
    line-height: 0;
    color: #fff; }
    .top-banner button:hover {
      background-color: #fff;
      border-color: #fff;
      color: #25282a;
      transition: .2s all linear; }
    @media (max-width: 767px) {
      .top-banner button {
        margin: 0 auto !important;
        display: block; } }
  .top-banner a {
    width: 100%; }

/* Blog */
.blog-hero {
  background-color: #ffcd00;
  text-align: center;
  padding: 100px 20px; }
  .blog-hero h1 {
    margin: 0; }

.blog-topic-nav {
  text-align: center;
  padding: 20px;
  /* Get rid of HubSpot's width limitations */
  /* Carret after Menu items with dropdown */ }
  .blog-topic-nav a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important; }
  .blog-topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
    padding: 0;
    margin: 5px 20px 0 20px; }
  .blog-topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    padding: 0;
    line-height: normal; }
  .blog-topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal li {
    margin: 0; }
  .blog-topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li {
    text-align: left; }
    .blog-topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li a {
      font-size: 1.6rem;
      margin: 0 20px 20px 20px; }
  .blog-topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
    padding-top: 20px;
    background-color: #fff; }
  .blog-topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-depth-2 .hs-menu-children-wrapper {
    padding-top: 0; }
  .blog-topic-nav .hs-menu-depth-1.hs-item-has-children > a:after {
    position: relative;
    top: -2px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 7px;
    font-size: 1.5rem; }
  .blog-topic-nav .hs-menu-depth-2.hs-item-has-children > a:after {
    position: relative;
    top: 0;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 7px;
    font-size: 1.5rem; }

.blog-latest-post {
  display: none !important; }
  .blog-latest-post section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block; }
    .blog-latest-post section a {
      width: 100%; }
  .blog-latest-post .overlay {
    background-color: rgba(83, 86, 90, 0.85); }
  .blog-latest-post .content {
    padding: 50px;
    text-align: right; }
    .blog-latest-post .content h2 {
      color: #fff; }
    .blog-latest-post .content h3 {
      color: #fff; }
    .blog-latest-post .content h4 {
      color: #fff; }
  .blog-page1:not(.author-listing) .blog-latest-post {
    display: block !important; }

.blog-page1:not(.author-listing) .post-listing .post-item:first-child {
  display: none !important; }

.blog-featured-post {
  display: none !important; }
  .blog-featured-post section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block; }
    .blog-featured-post section a {
      width: 100%; }
  .blog-featured-post .overlay {
    background-color: rgba(83, 86, 90, 0.85); }
  .blog-featured-post .content {
    padding: 50px; }
    .blog-featured-post .content h2 {
      color: #fff; }
    .blog-featured-post .content h3 {
      color: #fff; }
    .blog-featured-post .content h4 {
      color: #fff; }
    .blog-featured-post .content button {
      background-color: #2dccd3;
      border: #2dccd3;
      color: #fff; }
      .blog-featured-post .content button:hover {
        background-color: #53565a;
        border: #53565a;
        transition: .2s all linear; }
  .blog-page1:not(.author-listing) .blog-featured-post {
    display: block !important; }

.blog-page1:not(.author-listing) .post-item.featured {
  display: none !important; }

.blog-author-header .hs-author-profile {
  padding: 50px 20px;
  text-align: center;
  margin-bottom: 100px;
  background-color: rgba(83, 86, 90, 0.05); }
  .blog-author-header .hs-author-profile .hs-author-avatar img {
    border-radius: 50%; }

.blog-author-header h3.hs-author-listing-header {
  margin-bottom: 0; }

.blog-list {
  padding: 20px; }
  .blog-list .fi-link {
    width: 100%;
    height: 100%; }
  .blog-list .post-item {
    margin: 30px auto;
    height: 100%;
    position: relative;
    border: 1px solid rgba(83, 86, 90, 0.05); }
  .blog-list .post-item a:hover {
    color: #53565a;
    transition: .2s all linear; }
  .blog-list .post-item img {
    max-width: 200px; }
  .blog-list .hs-featured-image {
    margin: 15px 20px 30px 0;
    /*float:left;*/
    max-width: 200px; }
  .blog-list .post-listing {
    padding: 20px 0; }
  .blog-list .post-listing div:nth-child(odd).post-item {
    background-color: rgba(83, 86, 90, 0.05); }
    .blog-list .post-listing div:nth-child(odd).post-item a {
      color: #2dccd3; }
      .blog-list .post-listing div:nth-child(odd).post-item a:hover {
        color: #53565a;
        transition: .2s all linear; }
  .blog-list .featured-block {
    position: absolute;
    float: left;
    width: 30%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat; }
  .blog-list .content-area {
    position: relative;
    width: 70%;
    float: right;
    padding: 40px; }
    .blog-list .content-area h2 {
      margin-bottom: 2rem; }

.blog-pagination {
  margin: 30px 0 50px;
  padding-left: 0;
  text-align: center; }
  .blog-pagination li {
    background: none !important;
    display: inline-block;
    margin: 0 5px;
    list-style: none;
    background-image: none; }
    .blog-pagination li a {
      color: #fff;
      padding: 8px 14px;
      background-color: #53565a;
      font-weight: normal; }
      .blog-pagination li a:hover {
        color: #fff !important;
        background-color: #ffcd00; }
  .blog-pagination .active a {
    color: #25282a !important;
    background-color: #ffcd00; }
  .blog-pagination .disabled {
    display: none; }

.blog-post-header {
  padding: 80px 20px;
  margin: 0 auto !important;
  float: none !important;
  max-width: 1000px; }

.blog-post {
  padding: 50px 20px 20px 20px; }

.blog-post-topics {
  padding: 20px; }

.blog-comments {
  padding: 20px; }
  .blog-comments .hs-button {
    font-family: "Roboto Slab", "serif";
    color: #25282a;
    background-color: #ffcd00;
    border: 3px solid #ffcd00;
    border-radius: 0;
    padding: 15px 40px;
    margin: 20px 0;
    transition: 0.5s ease-out;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: .01em;
    text-decoration: none; }
    .blog-comments .hs-button:hover {
      cursor: pointer;
      background-color: #53565a;
      border-color: #53565a;
      color: #fff;
      text-decoration: none; }

.blog-related-posts {
  padding: 50px 30px 150px 30px;
  background-color: #25282a; }
  .blog-related-posts a {
    display: block; }
  .blog-related-posts h3 {
    padding-bottom: 5px;
    text-align: center;
    color: #fff; }
  .blog-related-posts .related-post-item {
    padding-right: 30px; }
    .blog-related-posts .related-post-item a {
      color: #fff; }
  .blog-related-posts .related-post-item:last-child {
    padding-right: 0; }
  .blog-related-posts .related-image {
    background-size: cover;
    min-height: 300px;
    margin-bottom: 10px;
    background-position: center center;
    background-repeat: no-repeat; }
  .blog-related-posts .related-title {
    font-size: 2.2rem;
    text-align: center;
    color: #fff; }
    .blog-related-posts .related-title:hover {
      color: #ffcd00;
      transition: .2s all linear; }
  .blog-related-posts .publish-date {
    text-align: center;
    background-color: rgba(83, 86, 90, 0.5);
    color: white;
    line-height: 3;
    font-weight: bold; }

.rp-background {
  background-color: #25282a; }

.blog-grid-list {
  padding: 20px; }
  .blog-grid-list .post-item {
    display: block;
    float: left;
    vertical-align: top;
    margin-bottom: 20px; }
    .blog-grid-list .post-item a {
      display: block; }
    .blog-grid-list .post-item .post-date {
      float: right;
      background: rgba(37, 40, 42, 0.75);
      padding: 5px 10px 5px 15px;
      font-weight: 100;
      letter-spacing: -1.5px;
      color: rgba(255, 255, 255, 0.75); }
    .blog-grid-list .post-item.large {
      width: calc(50% - 10px); }
      .blog-grid-list .post-item.large .bloglist-featured-image-wrap {
        height: 350px; }
      .blog-grid-list .post-item.large .post-date {
        font-size: 2.4rem;
        margin-top: 50px; }
      .blog-grid-list .post-item.large h2 {
        font-size: 3rem; }
    .blog-grid-list .post-item.medium {
      width: calc(33.33333333333333% - 13.33333333333333px); }
      .blog-grid-list .post-item.medium .bloglist-featured-image-wrap {
        height: 250px; }
      .blog-grid-list .post-item.medium .post-date {
        font-size: 2rem;
        margin-top: 35px; }
      .blog-grid-list .post-item.medium h2 {
        font-size: 2.4rem; }
    .blog-grid-list .post-item.small {
      width: calc(25% - 15px); }
      .blog-grid-list .post-item.small .bloglist-featured-image-wrap {
        height: 150px; }
      .blog-grid-list .post-item.small .post-date {
        font-size: 16px;
        margin-top: 20px; }
      .blog-grid-list .post-item.small h2 {
        font-size: 1.8rem; }
    .blog-grid-list .post-item:nth-of-type(n+2) {
      margin-left: 20px; }
  .blog-grid-list .blog-content {
    clear: both;
    padding: 20px; }
  .blog-grid-list .blog-listing-wrapper nav {
    clear: both; }
  .blog-grid-list .post-row {
    clear: both; }
  .blog-grid-list .load-more-wrap {
    clear: both;
    text-align: center; }
  .blog-grid-list .load-more-wrap a {
    font-family: "Roboto Slab", "serif";
    color: #25282a;
    background-color: #ffcd00;
    border: 3px solid #ffcd00;
    border-radius: 0;
    padding: 15px 40px;
    margin: 20px 0;
    transition: 0.5s ease-out;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: .01em;
    text-decoration: none; }
    .blog-grid-list .load-more-wrap a:hover {
      cursor: pointer;
      background-color: #53565a;
      border-color: #53565a;
      color: #fff;
      text-decoration: none; }
  .blog-grid-list .loading-spinner {
    max-width: 50px;
    display: block;
    margin: 0 auto; }
  .blog-grid-list .post-inner {
    padding-top: 0;
    background-color: transparent;
    border: 1px solid #53565a; }
  .blog-page1 .blog-grid-list .post-listing .post-item:first-child {
    display: block !important; }
  .blog-page1 .blog-grid-list .post-listing .post-item.featured {
    display: block !important; }

.case-study-list {
  text-align: center; }
  .case-study-list #container .mix {
    display: none; }
  .case-study-list .mix {
    width: 24.5%;
    padding: 40px;
    text-align: center; }
    .case-study-list .mix h3 {
      font-size: 3rem; }
    .case-study-list .mix button {
      display: none; }

.resource-intro-wrap {
  height: auto;
  background-color: #53565a;
  margin-bottom: 50px; }

#blog_filterbar {
  display: block; }
  #blog_filterbar .inner {
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    background-color: #53565a; }
  #blog_filterbar .pad {
    padding: 50px 80px;
    margin: 0 auto;
    max-width: 1058px;
    float: none; }
    @media (max-width: 767px) {
      #blog_filterbar .pad {
        padding: 100px 20px; } }
  #blog_filterbar #blog_topics {
    display: block;
    width: 350px;
    height: 45px;
    float: none;
    position: relative;
    margin: 0 auto; }
    #blog_filterbar #blog_topics .label {
      display: block;
      width: 82px;
      height: 45px;
      float: left;
      background-color: #fff;
      color: #25282a;
      font-size: 18px;
      line-height: 45px;
      text-align: center;
      font-weight: bold;
      font-family: "proxima-nova", "sans-serif"; }
    #blog_filterbar #blog_topics a.dropper {
      text-transform: uppercase;
      display: block;
      width: 250px;
      height: 43px;
      float: right;
      font-size: 18px;
      line-height: 43px;
      border-bottom: 2px solid #fff;
      color: #fff;
      font-family: "proxima-nova", "sans-serif";
      text-decoration: none;
      background-image: url("//cdn2.hubspot.net/hubfs/459231/Arrow.png");
      background-position: right center;
      background-repeat: no-repeat;
      font-weight: bold; }
    #blog_filterbar #blog_topics .drop {
      position: absolute;
      width: 250px;
      top: 45px;
      right: 0;
      display: none;
      background-color: #fff;
      z-index: 2; }
      #blog_filterbar #blog_topics .drop a {
        display: block;
        color: #fff;
        font-size: 16px;
        line-height: 56px;
        text-decoration: none;
        text-indent: 20px;
        background-color: #272223; }

.subscribe-to-blog {
  background-color: #25282a;
  width: 100%;
  height: 160px; }
  .subscribe-to-blog form.hs-form.stacked {
    marigin: 20px auto; }
  .subscribe-to-blog .hs_email.field.hs-form-field > label > span {
    display: none; }
  .subscribe-to-blog span#hs_cos_wrapper_subscribe_psmj_resources_blog {
    color: #fff !important; }
  .subscribe-to-blog a[name="subscribe_psmj_resources_blog"] {
    color: white !important; }
  .post-page .subscribe-to-blog {
    padding-top: 30px; }
  @media (max-width: 767px) {
    .subscribe-to-blog {
      height: 230px; } }
  .subscribe-to-blog .blog_subscribe {
    margin: 0 auto;
    display: block;
    width: 850px;
    height: 45px;
    float: none;
    position: relative;
    padding: 55px 50px 50px 50px; }
    @media (max-width: 767px) {
      .subscribe-to-blog .blog_subscribe {
        width: 100% !important;
        padding: 20px; } }
    .subscribe-to-blog .blog_subscribe h3#hs_cos_wrapper_subscribe_psmj_resources_blog_title {
      display: none; }
    .subscribe-to-blog .blog_subscribe form#f_subscribe {
      margin: 0 auto !important; }
    .subscribe-to-blog .blog_subscribe input#email-2cbfc7fe-55cb-49ee-a31b-a4aecb35607d_5298 {
      background-color: transparent !important; }
    .subscribe-to-blog .blog_subscribe ul.hs-error-msgs.inputs-list {
      color: white;
      display: block;
      clear: both;
      text-align: center;
      list-style-type: none;
      transform: translateX(-26px); }
    .subscribe-to-blog .blog_subscribe div.hs_email.field.hs-form-field > placeholder {
      color: #fff !important; }
    .subscribe-to-blog .blog_subscribe .hs_submit input.hs-button {
      border: none !important;
      float: right !important;
      width: 120px !important;
      height: 44px !important;
      color: #272223 !important;
      text-transform: uppercase;
      background-color: #ffcd00;
      text-align: left;
      padding: 0;
      margin: 0;
      cursor: pointer;
      font-family: "proxima-nova", "sans-serif";
      font-weight: bold;
      text-align: center;
      position: absolute;
      top: 70px;
      left: 70%; }
      .subscribe-to-blog .blog_subscribe .hs_submit input.hs-button:hover {
        background-color: #fff;
        transition: .2s all linear; }
      @media (max-width: 767px) {
        .subscribe-to-blog .blog_subscribe .hs_submit input.hs-button {
          position: relative !important;
          top: auto;
          left: auto;
          margin: 0 auto;
          float: none !important;
          margin-top: 40px; } }
    .subscribe-to-blog .blog_subscribe .label {
      display: block;
      width: 225px;
      height: 45px;
      float: left;
      background-color: #25282a;
      color: #fff;
      font-size: 18px;
      line-height: 45px;
      text-align: center;
      margin-right: 27px;
      font-family: "proxima-nova", "sans-serif";
      font-weight: bold; }
      @media (max-width: 767px) {
        .subscribe-to-blog .blog_subscribe .label {
          margin: 0 auto;
          float: none; } }
    .subscribe-to-blog .blog_subscribe input {
      box-shadow: none !important;
      width: 240px !important;
      display: block !important;
      border: 0 !important;
      border-bottom: 2px solid #fff !important;
      color: #fff !important;
      background-color: transparent;
      font-size: 16px !important;
      line-height: 40px !important;
      height: 40px !important;
      float: left !important;
      transform: translateY(-20px); }
      @media (max-width: 767px) {
        .subscribe-to-blog .blog_subscribe input {
          margin: 0 auto;
          float: none !important; } }
  .subscribe-to-blog input#email-2cbfc7fe-55cb-49ee-a31b-a4aecb35607d_1237 {
    background: transparent !important; }

.case-study .case-study-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%; }
  @media (max-width: 767px) {
    .case-study .case-study-image {
      min-height: 350px !important; } }

.case-study .case-study-bg-header {
  position: relative; }

.case-study .case-study-header-left {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0; }

.case-study .case-study-quote {
  background-color: rgba(83, 86, 90, 0.1);
  padding: 50px 20px;
  margin-bottom: 50px;
  width: 93.5%; }
  .case-study .case-study-quote .quote-image {
    background-image: url(https://cdn2.hubspot.net/hubfs/1771763/quote.png);
    background-repeat: no-repeat;
    background-position: 7% 0%;
    background-size: 75px; }
  .case-study .case-study-quote p {
    font-size: 2.5rem;
    line-height: 3.5rem; }
  .case-study .case-study-quote .quote {
    color: #ffcd00;
    font-size: 3rem; }
  .case-study .case-study-quote .name-title {
    color: #53565a;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: right;
    float: right; }
  .case-study .case-study-quote .name {
    font-weight: bolder; }
  .case-study .case-study-quote .italic-quote {
    font-style: italic; }

.case-study .case-study-quote-block {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px; }
  .case-study .case-study-quote-block em {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 2.6rem; }

.case-study .quote-snap-wrap {
  background-color: #53565a;
  margin-bottom: 50px; }

.case-study .key-deliverables {
  color: #fff;
  position: absolute;
  background-color: #fff;
  min-height: 400px;
  text-align: left;
  right: 0;
  width: 30%; }
  .case-study .key-deliverables img {
    margin-top: 50px; }
  .case-study .key-deliverables h1, .case-study .key-deliverables h2 {
    padding: 0 50px;
    text-align: left !important; }

.case-study .company-snapshot-line {
  color: #53565a;
  padding: 50px;
  border-left: 2px solid #53565a;
  background-color: #fff;
  text-align: left;
  position: absolute;
  width: 30%;
  right: 0; }
  .case-study .company-snapshot-line span {
    color: #25282a;
    font-family: "Roboto Slab", "serif"; }
  .case-study .company-snapshot-line p {
    margin-bottom: 10px; }
  @media (max-width: 767px) {
    .case-study .company-snapshot-line {
      background-color: #53565a;
      width: 100%;
      position: relative;
      color: #fff;
      padding: 0 0 50px 0; }
      .case-study .company-snapshot-line span {
        color: #ffcd00; } }

.case-study .hero-container {
  border-bottom: 4px solid #53565a;
  margin-bottom: 100px; }

.case-study .ctr h3 {
  color: #53565a; }

.case-study .content-group {
  margin-bottom: 50px; }
  .case-study .content-group .icon {
    margin-bottom: 20px; }

.case-study .case-study-header {
  padding-top: 20px;
  background-color: #ffcd00; }
  .case-study .case-study-header h2 {
    color: #53565a;
    text-align: center !important; }
    @media (max-width: 767px) {
      .case-study .case-study-header h2 {
        padding-bottom: 20px;
        margin-bottom: 0; } }

.footer-blog-subscribe h3 {
  color: white;
  font-size: 1.8rem;
  margin-bottom: 0; }

.footer-blog-subscribe label {
  color: white;
  position: absolute; }

.footer-blog-subscribe ul.hs-error-msgs.inputs-list {
  position: absolute;
  color: white;
  padding-left: 0;
  list-style: none;
  width: 100%; }
  @media (max-width: 767px) {
    .footer-blog-subscribe ul.hs-error-msgs.inputs-list {
      position: relative;
      text-align: left; } }

.footer-blog-subscribe input.hs-button.primary.large {
  padding: 8px 12px;
  background-color: #ffcd00;
  border: none;
  color: #25282a;
  text-transform: uppercase;
  font-family: "Roboto Slab", "serif";
  transition: .2s ease all; }
  .footer-blog-subscribe input.hs-button.primary.large:hover {
    background-color: #2dccd3; }
  @media (max-width: 767px) {
    .footer-blog-subscribe input.hs-button.primary.large {
      margin-top: 20px; } }

.footer-blog-subscribe .hs_email.field.hs-form-field > label {
  display: none; }

.footer-blog-subscribe form {
  display: flex;
  vertical-align: middle;
  align-items: center; }
  @media (max-width: 767px) {
    .footer-blog-subscribe form {
      justify-content: center;
      display: block;
      margin: 10px; } }

.footer-blog-subscribe .input input {
  height: 37px; }

@media (max-width: 767px) {
  .footer-blog-subscribe {
    text-align: center;
    margin-top: 20px; } }

.blog-link.with-subscribe {
  padding-right: 50px;
  padding-top: 10px;
  text-align: right; }
  @media (max-width: 767px) {
    .blog-link.with-subscribe {
      text-align: center;
      padding: 0 20px; } }

.blog-email-subscription-wrap {
  background-color: #25282a; }
  .blog-email-subscription-wrap .blog-email-subscription label {
    color: #fff !important; }
  .blog-email-subscription-wrap .blog-email-subscription h3 {
    color: #fff;
    text-transform: uppercase;
    float: left;
    font-family: "proxima-nova", "sans-serif";
    font-size: 18px;
    font-weight: bold; }
  .blog-email-subscription-wrap .blog-email-subscription input#email-01681047-4b95-4b1e-968a-7e2a91a2c7a8_1778 {
    width: 30%;
    margin-left: 20px;
    background-color: transparent;
    border-bottom: 2px solid white;
    border-left: none;
    border-top: none;
    border-right: none;
    display: inline-block; }
  .blog-email-subscription-wrap .blog-email-subscription input[type="email"] {
    width: 30% !important;
    margin-left: 20px;
    background-color: transparent;
    border-bottom: 2px solid white;
    border-left: none;
    border-top: none;
    border-right: none;
    display: inline-block;
    color: white; }
  .blog-email-subscription-wrap .blog-email-subscription input.hs-button.primary.large {
    float: right; }
  .blog-email-subscription-wrap ul.hs-error-msgs.inputs-list {
    display: inline-block;
    float: left; }
  .blog-email-subscription-wrap label > span {
    display: none; }

.responsive-tabs ul.tabs {
  padding: 14px 0 0px 0;
  font-size: 0;
  margin: 0;
  list-style-type: none;
  text-align: left;
  /*set to left, center, or right to align the tabs as desired*/ }

.responsive-tabs ul.tabs li {
  display: inline;
  margin: 0; }

.responsive-tabs ul.tabs li a {
  font-family: "Roboto Slab", "serif";
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding: 15px 20px;
  color: #53565a;
  outline: none; }
  .responsive-tabs ul.tabs li a:hover {
    color: #ffcd00; }

.responsive-tabs ul.tabs li a:visited {
  color: #000; }

.responsive-tabs ul.tabs li.selected a,
.responsive-tabs ul.tabs li.selected a:hover {
  position: relative;
  top: 0px;
  border-left: 1px solid rgba(83, 86, 90, 0.25);
  border-right: 1px solid rgba(83, 86, 90, 0.25);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(83, 86, 90, 0.25);
  border-top: 3px solid #ffcd00;
  background-color: #53565a;
  color: #fff; }

.responsive-tabs ul.tabs li.selected a:hover {
  text-decoration: none; }

.responsive-tabs div.tabcontents {
  border-top: 2px solid rgba(83, 86, 90, 0.75);
  border-left: 1px solid rgba(83, 86, 90, 0.5);
  border-right: 1px solid rgba(83, 86, 90, 0.5);
  border-bottom: 1px solid rgba(83, 86, 90, 0.5);
  padding: 20px;
  background-color: #FFF; }
  .responsive-tabs div.tabcontents p {
    padding-top: 10px; }

.responsive-tabs ul.tabcontents {
  list-style-type: none;
  font-size: 15px;
  line-height: 20px;
  padding-left: 0;
  color: #999999; }

.responsive-tabs ul.tabcontents li {
  border-bottom: solid 1px rgba(83, 86, 90, 0.25);
  padding-bottom: 10px;
  padding-top: 10px; }

.responsive-tabs ul.tabcontents li a {
  color: #999999;
  text-decoration: none; }

.responsive-tabs ul.tabcontents a:hover {
  color: #777777; }

.responsive-tabs #tabcontents_last {
  border: 0; }

.responsive-tabs .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 13px;
  background: #ffcd00;
  padding: 8px 10px 8px 10px;
  text-decoration: none; }

.responsive-tabs .btn:hover {
  background-color: #53565a;
  text-decoration: none; }

.responsive-tabs div.tabcontents .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
  display: inline-block;
  text-align: center;
  padding: 30px;
  width: 32.3333%; }
  @media (max-width: 991px) {
    .responsive-tabs div.tabcontents .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
      width: 49%; } }
  @media (max-width: 767px) {
    .responsive-tabs div.tabcontents .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
      width: 100%; } }

.shop-page-hero {
  margin-bottom: 50px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  transition: 0.1s ease-in; }
  .shop-page-hero h1 {
    margin-bottom: 40px;
    color: #fff; }
  .shop-page-hero .content-wrap {
    padding: 20px;
    min-height: 450px !important; }
  .shop-page-hero .content {
    max-width: 1000px;
    margin: 0 auto;
    opacity: 1; }
  .is-window-load .shop-page-hero .content {
    opacity: 1;
    transition: 0.1s ease-in; }

button.ghost-left {
  font-family: "Roboto Slab", "serif";
  color: #25282a;
  background-color: #ffcd00;
  border: 3px solid #ffcd00;
  border-radius: 0;
  padding: 15px 40px;
  margin: 20px 0;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: .01em;
  text-decoration: none;
  min-width: 320px;
  margin: 5px 2px; }
  button.ghost-left:hover {
    background-color: #53565a !important;
    border-color: #53565a !important;
    transition: 0.5s ease-out;
    color: #fff !important; }

button.ghost-right {
  font-family: "Roboto Slab", "serif";
  color: #fff;
  background-color: #2dccd3;
  border: 3px solid #2dccd3;
  border-radius: 0;
  padding: 15px 40px;
  margin: 20px 0;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: .01em;
  text-decoration: none;
  min-width: 320px;
  margin: 5px 2px; }
  button.ghost-right:hover {
    background-color: #53565a !important;
    border-color: #53565a !important;
    transition: 0.5s ease-out;
    color: #fff !important; }

.shop-form {
  margin-top: 10px; }

/* MixItUp Filterable */
.mixitup-filters {
  opacity: 0;
  text-align: center; }
  .mixitup-filters fieldset {
    width: 33%;
    display: inline-block;
    border: 0;
    padding: 0; }
  .mixitup-filters form .styledselect {
    background-color: #ffcd00;
    padding: 10px;
    border: 1px solid #ffcd00;
    margin-top: 10px;
    color: #25282a;
    font-family: "Roboto Slab", "serif"; }
    .mixitup-filters form .styledselect:hover {
      background-color: #53565a;
      border-color: #53565a;
      color: #fff;
      transition: .2s all linear; }
  .mixitup-filters .styledselect:after {
    position: relative;
    top: -4px;
    content: "\f0dd";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 7px;
    font-size: 1.5rem; }
  .mixitup-filters .styledselect {
    display: none; }
  .mixitup-filters div > div > .styledselect {
    display: block; }
  .is-window-load .mixitup-filters {
    opacity: 1;
    transition: 0.1s ease-in; }

.resources-intro {
  margin: 100px auto;
  padding: 0 20px; }
  .resources-intro h1 {
    color: #ffcd00; }
  .resources-intro h2, .resources-intro h3, .resources-intro h4, .resources-intro h5, .resources-intro p {
    color: #fff; }
  @media (max-width: 991px) {
    .resources-intro {
      margin: 100px auto 30px auto;
      width: 100% !important; } }

.resources-featured-offer {
  margin: 100px auto;
  padding: 0 20px;
  text-align: center;
  width: 100% !important; }
  .resources-featured-offer img {
    width: 250px;
    height: auto; }
  .resources-featured-offer h3 {
    margin-top: 0; }
  .resources-featured-offer p {
    margin-top: 20px; }
  .resources-featured-offer strong {
    display: block;
    padding-top: 20px; }
  @media (max-width: 991px) {
    .resources-featured-offer {
      margin: 20px auto;
      background: #ffcd00;
      padding: 50px 0; } }

.rfo-wrap {
  background-color: rgba(255, 205, 0, 0.9);
  height: auto;
  float: right;
  padding: 20px; }
  @media (max-width: 991px) {
    .rfo-wrap {
      float: none;
      background-color: transparent; } }

@media (min-width: 767px) and (max-width: 831px) {
  .row-fluid .span7 {
    width: 54%; } }

.resources-list {
  text-align: center;
  margin-bottom: 100px; }
  .resources-list #container .mix {
    display: none; }
  .resources-list .mix {
    width: 24.5%;
    padding: 40px;
    text-align: center; }
    .resources-list .mix h3 {
      font-size: 3rem; }
    .resources-list .mix h4 {
      position: relative; }
      .resources-list .mix h4 a {
        color: #53565a; }
        .resources-list .mix h4 a:hover {
          color: #2dccd3;
          transition: .2s all linear; }
    .resources-list .mix a {
      display: block; }
    @media (max-width: 991px) {
      .resources-list .mix {
        width: 48%; } }
    @media (max-width: 767px) {
      .resources-list .mix {
        width: 100%; } }
    .success-stories .resources-list .mix {
      vertical-align: top; }
  @media (max-width: 991px) {
    .resources-list button {
      font-family: "Roboto Slab", "serif";
      color: #25282a;
      background-color: #ffcd00;
      border: 3px solid #ffcd00;
      border-radius: 0;
      padding: 15px 40px;
      margin: 20px 0;
      transition: 0.5s ease-out;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 2.2rem;
      letter-spacing: .01em;
      text-decoration: none; }
      .resources-list button:hover {
        cursor: pointer;
        background-color: #53565a;
        border-color: #53565a;
        color: #fff;
        text-decoration: none; } }
  .resources-list .featured-image-container {
    border: 2px solid #ffcd00;
    display: flex;
    align-items: center;
    justify-content: center; }

.team-list {
  text-align: center; }
  .team-list #container .mix {
    display: none; }
  .team-list .mix {
    width: 24.5%;
    padding: 40px;
    text-align: center; }
    .team-list .mix h3 {
      font-size: 3rem; }
    .team-list .mix button {
      display: none; }

.team-intro {
  margin: 50px auto 0px auto; }

/* System */
.subscription-preferences {
  margin-bottom: 100px; }
  .subscription-preferences .hs-button {
    font-family: "Roboto Slab", "serif";
    color: #25282a;
    background-color: #ffcd00;
    border: 3px solid #ffcd00;
    border-radius: 0;
    padding: 15px 40px;
    margin: 20px 0;
    transition: 0.5s ease-out;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: .01em;
    text-decoration: none; }
    .subscription-preferences .hs-button:hover {
      cursor: pointer;
      background-color: #53565a;
      border-color: #53565a;
      color: #fff;
      text-decoration: none; }

.backup-unsubscribe {
  margin-bottom: 100px;
  text-align: center; }
  .backup-unsubscribe .hs-button {
    font-family: "Roboto Slab", "serif";
    color: #25282a;
    background-color: #ffcd00;
    border: 3px solid #ffcd00;
    border-radius: 0;
    padding: 15px 40px;
    margin: 20px 0;
    transition: 0.5s ease-out;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: .01em;
    text-decoration: none; }
    .backup-unsubscribe .hs-button:hover {
      cursor: pointer;
      background-color: #53565a;
      border-color: #53565a;
      color: #fff;
      text-decoration: none; }

.subscriptions-update-confirmation {
  margin-bottom: 100px;
  text-align: center; }

.password-prompt {
  margin: 0 auto 50px auto !important;
  float: none !important;
  text-align: center;
  max-width: 300px; }
  .password-prompt #hs-pwd-widget-password {
    padding: 20px; }
  .password-prompt .hs-button {
    font-family: "Roboto Slab", "serif";
    color: #25282a;
    background-color: #ffcd00;
    border: 3px solid #ffcd00;
    border-radius: 0;
    padding: 15px 40px;
    margin: 20px 0;
    transition: 0.5s ease-out;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: .01em;
    text-decoration: none;
    margin-top: 30px; }
    .password-prompt .hs-button:hover {
      cursor: pointer;
      background-color: #53565a;
      border-color: #53565a;
      color: #fff;
      text-decoration: none; }

.landing-page-social-share .bp-share-post a {
  width: auto;
  margin-right: 5px; }

.landing-page-social-share .bp-share-post img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  transition: .2s ease all; }
  .landing-page-social-share .bp-share-post img:hover {
    opacity: .85; }

.blog-post-hero-subscribe {
  max-width: 1000px;
  float: none !important;
  margin: 0 auto !important;
  padding: 0 20px 20px 20px;
  background-color: #53565a; }
  .blog-post-hero-subscribe h3 {
    color: white;
    font-size: 1.8rem;
    margin-bottom: 0; }
  .blog-post-hero-subscribe label {
    color: white;
    position: absolute; }
  .blog-post-hero-subscribe ul.hs-error-msgs.inputs-list {
    position: absolute;
    color: white;
    padding-left: 0;
    list-style: none;
    width: 100%; }
    @media (max-width: 767px) {
      .blog-post-hero-subscribe ul.hs-error-msgs.inputs-list {
        position: relative;
        text-align: left; } }
  .blog-post-hero-subscribe input.hs-button.primary.large {
    padding: 8px 12px;
    background-color: #ffcd00;
    border: none;
    color: #25282a;
    text-transform: uppercase;
    font-family: "Roboto Slab", "serif";
    transition: .2s ease all; }
    .blog-post-hero-subscribe input.hs-button.primary.large:hover {
      background-color: #2dccd3; }
    @media (max-width: 767px) {
      .blog-post-hero-subscribe input.hs-button.primary.large {
        margin-top: 20px; } }
  .blog-post-hero-subscribe .hs_email.field.hs-form-field > label {
    display: none; }
  .blog-post-hero-subscribe form {
    display: flex;
    vertical-align: middle;
    align-items: center; }
    @media (max-width: 767px) {
      .blog-post-hero-subscribe form {
        justify-content: center;
        display: block;
        margin: 10px 0; } }
  .blog-post-hero-subscribe .input input {
    height: 37px; }
  @media (max-width: 767px) {
    .blog-post-hero-subscribe {
      text-align: left;
      margin-top: 20px; } }

.post-page.hero-subscribe .post-hero-wrapper {
  background-color: #53565a; }

.post-page.hero-subscribe .blog-post-header {
  padding-bottom: 0; }
