/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */


.banner-area .dnd-section {
  padding: 0;
}
.page-center,
.header__container,
.footer__container,
.content-wrapper,
.dnd-section > .row-fluid {
  padding: 0 15px;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px){
  .body-wrapper {
    padding-top: 4rem;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}






.hs-body-container__website-arrow,
.custom-careers-layout {
  position:relative;
}
.hs-body-container__website-arrow::before,
.custom-careers-layout:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    background: linear-gradient(270deg,#f8f8fa,rgba(248,248,250,0)),url(https://5706609.fs1.hubspotusercontent-na1.net/hubfs/5706609/raw_assets/public/MarketReach_July2020/images/chevy-dark-blog.png) 0 0 fixed;
    display: block;
}
.body-container__website .row-fluid-wrapper {
    position: relative;
}
.hs-website-page-banner .row-fluid [class*="span"] {
    min-height: 0;
}
.custom-careers-layout .page-menu-wrapper,
.custom-careers-layout .body-container-wrapper {
    position: relative;
}
.hs-body-container_career .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 1.5rem;
}
.hs-body-container_career .dnd-module form {
    margin: 0 auto;
    padding-bottom: 58px;
}
.hs-body-container_career .dnd-module form fieldset {
    max-width: 100%;
}
.hs-body-container_career .dnd-module form .hs-input[type=file] {
    padding: .375rem .75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #6c757d;
    border-radius: .25rem;
    line-height: 1.5;
    border-color: rgba(108,117,125,1.0);
    padding-top: 1rem;
}

.hs-body-container_career .dnd-module form .actions {
    text-align: center;
}
.hs-body-container_career .dnd-module form .actions .hs-button {
    padding: .375rem .75rem;
    padding-top: .365rem;
    padding-bottom: .355rem;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    transition: background-color .5s ease-in-out,border-color .5s ease-in-out,color .5s ease-in-out;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}
.custom-careers-layout {
    margin-bottom: -58px;
}
.hs-body-container_career .dnd-module form .input {
    margin-right: 0 !important;
}
.hs-body-container_career .dnd-module form .hs-input {
    width: 100% !important;
}
.hs-body-container_career .dnd-module form .hs-input:focus,
.hs-contact-section .dnd-module form .input .hs-input:focus,
div#contact-form form .hs-input:focus {
    box-shadow: 0 0 0 1px #007ea8;
}

.custom-culture-layout {
    background-color: transparent;
}
.custom-culture-layout .dnd-section > .row-fluid {
    padding-left: 0;
    padding-right: 0;
}
.custom-culture-layout .page-menu-wrapper {
    background: #fff;
    padding-bottom: 3rem;
    margin-bottom: 0;
}
.hs-home-section .dnd-section > .row-fluid {
    padding-left: 0;
    padding-right: 0;
}
.home-layout {
    overflow-x: hidden;
}
.hs-img_with-content-bg .chevy-grape-left:before {
    background: linear-gradient(270deg,#330072,rgba(51,0,114,0)),url(https://5706609.fs1.hubspotusercontent-na1.net/hubfs/5706609/raw_assets/public/MarketReach_July2020/images/chevy-grape-purple-arrow.png) 0 0 fixed;
}
.hs_image-with-content-bg .bg-grape:before {
    background: linear-gradient(90deg,#330072,rgba(51,0,114,0)),url(https://5706609.fs1.hubspotusercontent-na1.net/hubfs/5706609/raw_assets/public/MarketReach_July2020/images/chevy-grape-purple-arrow.png) 100% 0 fixed;
}
.hero.home:after {
    background: linear-gradient(90deg,rgba(45,41,38,.65) 0,rgba(45,41,38,.4) 50%,rgba(45,41,38,0)),
      url(https://5706609.fs1.hubspotusercontent-na1.net/hubfs/5706609/raw_assets/public/MarketReach_July2020/images/home-chevys-before.png) no-repeat 135%,url(https://5706609.fs1.hubspotusercontent-na1.net/hubfs/5706609/raw_assets/public/MarketReach_July2020/images/home-chevys-after.png) no-repeat -15rem;
}
.chevy-at-end:before {
    background: url("https://5706609.fs1.hubspotusercontent-na1.net/hubfs/5706609/raw_assets/public/MarketReach_July2020/images/blue-chevy-full-home.png") no-repeat;
}
.chevy-at-end:after {
    background: url("https://5706609.fs1.hubspotusercontent-na1.net/hubfs/5706609/raw_assets/public/MarketReach_July2020/images/blue-chevy-bottom-half.png") no-repeat;
}
.chevy-dark-right.fade-bottom:before {
    background: linear-gradient(90deg,#f8f8fa,rgba(248,248,250,0)),linear-gradient(rgba(248,248,250,0) 75%,#f8f8fa),url(https://5706609.fs1.hubspotusercontent-na1.net/hubfs/5706609/raw_assets/public/MarketReach_July2020/images/chevy-dark.png) 100% 0 fixed;
}

.chevy-dark-left.fade-top:before {
    background: linear-gradient(270deg,#f8f8fa,rgba(248,248,250,0)),linear-gradient(#f8f8fa,rgba(248,248,250,0) 25%),url(https://5706609.fs1.hubspotusercontent-na1.net/hubfs/5706609/raw_assets/public/MarketReach_July2020/images/chevy-dark.png) 0 0 fixed;
}
.hs-contact-section form fieldset {
    max-width: 100%;
}
.hs-contact-section .dnd-module form .input {
    margin-right: 0 !important;
}
.hs-contact-section .dnd-module form .input textarea {
    min-height: 96px;
}
.hs-contact-section .dnd-module form .actions {
    text-align: center;
}
.hs-contact-section .dnd-module form .actions .hs-button {
    position: relative;
    transition: background-color .5s ease-in-out,border-color .5s ease-in-out,color .5s ease-in-out;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: .375rem 1rem .360rem;
    font-size: 1rem;
    line-height: 1.5;
}
.custom-team-layout .page-menu-wrapper {
    background-color: #fff;
    padding-bottom: 3rem;
    margin-bottom: 0;
}
.custom-team-layout .page-menu-wrapper .page-menu {
    margin-bottom: 3.15rem;
}
.hs-body-container_team .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 3rem;
}

.hs-project-manag-layout {
    padding-top: 7.5rem;
}

a-scene {
    position: absolute !important;
    width: 100% !important;
    height: 50px !important;
    bottom: 0 !important;
    right: 0 !important;
}
.hs-contact-section .dnd-module form .input .hs-input {
    color: #495057;
}
.hs-project-manag-layout .hs-form .field.form-required:before {
    background: #fff;
    width: 8px;
    height: 8px;
    top: .5rem;
    right: 1.85rem;
    z-index: 2;
}
.hs-project-manag-layout .hs-body-container_career .dnd-module form .hs-input {
    color: #495057;
}
.a-modal {
    display: none;
}

.custom-careers-layout .hs-body-container_career .dnd-module form .hs-input {
    color: #495057;
}

.hs-project-manag-layout .hs-form .field.form-required:after {
    background: #fcaa9d;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    top: .7rem;
    right: 2rem;
    z-index: 3;
}
.hs-project-manag-layout .hs-form .field.form-required:before {
    background: #fff;
    width: 8px;
    height: 8px;
    top: .5rem;
    right: 1.85rem;
    z-index: 2;
}
.hs-project-manag-layout .hs-form .field.form-required:before, 
.hs-project-manag-layout .hs-form .field.form-required:after {
    display: block;
    content: "";
    position: absolute;
}








@media (min-width: 768px){
  .hs-body-container_career .dnd-module form fieldset.form-columns-2,
  .hs-contact-section .dnd-module form fieldset.form-columns-2 {
      display: block;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
      width: auto;
      max-width: initial;
  }
  .hs-body-container_career .dnd-module form fieldset.form-columns-2 > div,
  .hs-contact-section .dnd-module form fieldset.form-columns-2 > div {
      position: relative;
      width: 50%;
      padding-right: 15px;
      padding-left: 15px;
  }
  .hs-body-container_career .dnd-module .hs-form .field.form-required:before,
  .hs-contact-section .dnd-module .hs-form .field.form-required:before,
  .hs-project-manag-layout .hs-form .field.form-required:before{
      right: 2.80rem;
  }
  .hs-body-container_career .dnd-module .hs-form .field.form-required::after,
  .hs-contact-section .dnd-module .hs-form .field.form-required::after,
  .hs-project-manag-layout .hs-form .field.form-required:after {
      right: 2.9rem;
  }
}



@media (max-width: 1199.98px) {
  .hs-body-container__website-arrow::before,
  .custom-careers-layout:before {
    background-attachment: local!important;
  }  
}

@media (max-width: 991.98px) {
  .hs-body-container_career .dnd-module form {
    padding-bottom: 150px;
  }
  .modal-dialog {
      margin: 0 !important;
  }
  .work-details-layout .modal-dialog {
      margin: 1.75rem !important;
  }
}

@media (max-width: 767px) {
  .hs-body-container_career .dnd-module form fieldset.form-columns-2 > div,
  .hs-contact-section .dnd-module form fieldset.form-columns-2 > div {
      width: 100% !important;
  }
}



@media (max-width: 480px) {
  .modal-dialog .hs-input {
      width: 100% !important;
  }
  .hs-contact-section .dnd-module form .input .hs-input, .field>.input>.hs-input {
      width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: icons;
  src: url(https://5706609.fs1.hubspotusercontent-na1.net/hubfs/5706609/MarketReach_July2020/Font/icons-e9917db55b074e0f6e346b074c4c3795.eot);
  src: url(https://5706609.fs1.hubspotusercontent-na1.net/hubfs/5706609/MarketReach_July2020/Font/icons-e9917db55b074e0f6e346b074c4c3795.eot#iefix) format("embedded-opentype"),
    url(https://5706609.fs1.hubspotusercontent-na1.net/hubfs/5706609/raw_assets/public/MarketReach_July2020/fonts/icons-9e11c917e1536c0832ada1ea8c2e93d4.ttf) format("truetype"),
    url(https://5706609.fs1.hubspotusercontent-na1.net/hubfs/5706609/raw_assets/public/MarketReach_July2020/fonts/icons-001163e9834f122d0163be513e33ff30.woff) format("woff"),
    url(https://5706609.fs1.hubspotusercontent-na1.net/hubfs/5706609/MarketReach_July2020/Font/icons-e3c49c5f941b0f1e960cf815b995014a.svg#icon54com) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display:swap;
}

html {
  font-size: 24px;
  height: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  background: #f8f8fa;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition: color .5s cubic-bezier(.075,.82,.165,1);
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  margin-bottom: 0.5rem;
  font-weight: 900;
  line-height: 1.355;
}

h1 {
  font-size: 2.1rem;
  margin-top: 0;
  line-height: 1.355;
  margin-bottom: .5rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul li,
ol li {
  line-height: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
h3.form-title {
  font-size: 24px;
  text-align: center;
}
form {
  max-width: 100%;
  font-family: Lato, sans-serif;
  padding: 10px 10px;
  background-color: transparent !important;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;

  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding: 0 .1rem;
  color: #6c757d;
  font-size: 13px;
  margin-bottom: .5rem;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
.field > .input > .hs-input {
  position: relative;
  top: -18px;
  z-index: 1;
}
input[type="password"],
.hs-input {
  margin: 0;
  font-family: inherit;
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #6c757d;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: auto;
  padding-top: 1rem;
  
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
input[type="password"]:focus,
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 1rem;
  position: relative;
}
.hs-form .field > label .hs-form-required {
  display: none;
}
.hs-form .field.form-required:before {
  background: #fff;
  width: 8px;
  height: 8px;
  top: .5rem;
  right: 1.85rem;
  z-index: 2;
}
.hs-form .field.form-required:before,
.hs-form .field.form-required:after {
  display: block;
  content: "";
  position: absolute;
}
.hs-form .field.form-required:after {
  background: #fcaa9d;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  top: .7rem;
  right: 2rem;
  z-index: 3;
}

@media(min-width:768px) {
  .hs-form .field.form-required:before {
      right: 2.80rem;
  }
  .hs-form .field.form-required:after {
      right: 2.9rem;
  }  
}

.hs-form .field > label{
  width: auto;
  display: inline-block;
  background: #fff;
  left: .65rem;
  padding: 0 .1rem;
  position: relative;
  z-index: 2;
}
.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}
ul.no-list.hs-error-msgs label {
  margin: 0 0 10px;
  color: red;
}
.hs-form legend {
  position: relative;
  z-index: 3;
  font-size: 11px;
  margin: -11px 0 0;
  padding: 0 13px;
  line-height: 1;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* History */

.history-layout .page-center,
.history-layout .dnd-section > .row-fluid{
  max-width: 780px;
}
.page-menu-wrapper {
  padding-top: 7.4rem;
  margin-bottom: 3rem;
}
.page-menu .hs-menu-wrapper > ul {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
}
.page-menu .hs-menu-wrapper > ul > li > a {
  display: block;
  font-weight: 700;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: .25rem 0;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 24px;
}
.page-menu .hs-menu-wrapper > ul > .active.active-branch > a {
  border-bottom-style: solid;
  border-bottom-width: 3px;
}
.history-layout h3 {
  padding-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}
.animation-svg {
  margin-bottom: 3rem;
}
.history-layout {
  margin-bottom: 4rem;
}
.history-layout .dnd-row p:last-child {
  margin-bottom: 0;
}
.body-wrapper {
  min-height: 100%;
  display: block;
  position: relative;
  padding-bottom: 230px;
}

@media (max-width: 1406px) {
  .body-wrapper {
    padding-bottom: 218px;
  }
}

/* work Detail */
.work-details-layout {
  overflow-x: hidden;
}
.banner-area .dnd-section>.row-fluid {
  padding: 0;
}
.work-details-layout .dnd-section > .row-fluid {
  padding: 0;
}
.work-details-layout .custom-our-work-grp {
  padding-right: 15px;
  padding-left: 15px;
}
.work-details-layout .container-fluid {
  padding: 0;
}
.migration form {
  margin-bottom: 30px;
}
.modal-close{
  cursor: pointer;
}
.work-details-layout .dnd-section:first-child[class*="background-image"] {
  background-position:101.3% 110.6% !important;
  background-size: auto !IMPORTANT;
}
.work-details-layout .dnd-section:first-child[class*="background-image"] .image-right {
  margin-right: -15px;
  margin-left: -15px;
}
.hs-team-body-container {
  position: relative;
  margin-bottom: 4rem;
}
.hs-team-body-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  background: linear-gradient(270deg,#F8F8FA,rgba(248,248,250,0)),linear-gradient(rgba(248,248,250,0) 75%,#F8F8FA),url(https://5706609.fs1.hubspotusercontent-na1.net/hubfs/5706609/raw_assets/public/MarketReach_July2020/images/chevy-dark-blog.png) 0 0 fixed;
  display: block;
}
.submitted-message {
  text-align: center;
}
.landing-page,
.website-layout {
  padding-top: 50px;
}
div#contact-form form {
  padding: 0;
}
.hs-contact-content form {
    padding: 0;
}
.hs-body-container_career .dnd-module form{
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}





@media (max-width: 991.98px){
  .custom-culture-layout .modal .modal-dialog {
    margin: 1.75rem !important;
  }
  .hs-contact-section {
    padding-top: 40px;
  }

  .body-wrapper {
    padding-bottom: 50px;
  }
  .hs-body-container_team .dnd-section>.row-fluid {
    max-width: 100%;
    margin: 0;
    padding: 0 25px;
  }
  .hs-team-body-container::before {
    background-attachment: local;
  }
  .hs-img_with-content-bg.see-our-office +.modal .modal-dialog {
    margin-left: 1.75rem !important;
    max-width: 100%;
    margin-right: 1.75rem !important;
  }
}
@media (max-width: 350px){
  .page-menu .hs-menu-wrapper>ul>li>a {
    margin-left: .4rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header-wrapper {
  padding: 0 1.5rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 3px 6px rgba(45,41,38,.16);
  top: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.header_inner_container {
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.logo-group {
  display: inline-block;
  margin-right: auto;
  padding: 0;
  margin-top: -.6rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.logo-group a img.hs-image-widget {
  height: 36px;
  position: relative;
  top: 3px;
  vertical-align: middle;
}
.with-banner-page .logo-group .mobile-logo,
.logo-group span.mobile-logo {
  display: none;
}
.custom-menu-primary {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-right: auto!important;
  margin-left: auto;
  margin-top: -5px;
}
.ml-auto, .mx-auto {
  margin-left: auto!important;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 30px;
  transition: background-color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-secondary {
  color: #fff;
  background-color: #007ea8;
  border-color: #007ea8;
}
.btn-primary{
  color: #fff;
  background-color: #d0006f;
  border-color: #d0006f;
}
.btn {
  position: relative;
  transition: background-color .5s ease-in-out,border-color .5s ease-in-out,color .5s ease-in-out;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}
.header button {
  cursor: pointer;
}
.btn:before {
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .5s ease-in-out;
}
.btn.btn-secondary:before {
  box-shadow: 0 0 12px rgba(0,124,166,.75);
}
[class*=" icon-"], [class^=icon-] {
  font-family: icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn span {
  font-size: .8rem;
  margin-right: .5rem;
}
.icon-Mark-Bubble1:before {
  content: "\eafa";
}
.btn:hover {
  text-decoration: none;
}
.btn-primary:hover{
  color: #fff;
  background-color: #b1005e;
  border-color: #b1005e;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #006182;
  border-color: #005875;
}
.btn.btn-secondary:before {
  box-shadow: 0 0 12px rgba(0,124,166,.75);
}
.btn:hover:before {
  opacity: 1;
}


.button-wrapper {
  padding: 4rem 0 0;
  margin-bottom: 4rem;
  text-align: center;
}


/* Popup */


.fade {
  transition: opacity .15s linear;
}
.modal-open {
  overflow: hidden
}
.modal-open .modal.fade {
  overflow-x: hidden;
  overflow-y: auto
}
.modal-open .modal.fade.in {
  z-index: 99999;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}
.modal .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}
.modal.fade .modal-dialog {
  opacity: 1;
  z-index: 9999;
}
@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}
.modal.in .modal-dialog {
  -webkit-transform: none;
  transform: none;
  position: relative;
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}
.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
  flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(45,41,38,.2);
  border-radius: .3rem;
  outline: 0
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #2d2926;
  opacity: 0;
  visibility: hidden;
}
.modal-open .modal-backdrop {
  opacity: .75;
  background: #000;
  visibility: visible;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0 solid #dbdbdb;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 3rem
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 3rem;
  border-top: 0 solid #dbdbdb;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem
}
.modal-footer>:not(:first-child) {
  margin-left: .25rem
}
.modal-footer>:not(:last-child) {
  margin-right: .25rem
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}
.cancel {
  display: none
}
.modal .cancel {
  display: inline-block
}
.modal-backdrop.in {
  opacity: .75;
  background: #000
}
.modal-header {
  align-items: center;
  flex-direction: column
}
.modal-icon {
  font-size: 4rem;
  margin-bottom: 2rem
}
.modal-dialog {
  height: 91vh;
  display: flex
}
.modal-content {
  margin: auto
}
.modal-body {
  padding-top: 5rem;
  padding-bottom: 0
}
.modal-footer {
  justify-content: center;
  padding-top: 0
}
.modal-close {
  display: block;
  width: 16px;
  height: 16px;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  background: url(https://5706609.fs1.hubspotusercontent-na1.net/hubfs/5706609/raw_assets/public/MarketReach_July2020/images/close-secondary-f242a3fe7ede3618c3d9d6e5f59a7b13.png);
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3
}
.modal-open .modal.fade{
  display: block;
}
.text-center {
  text-align: center;
}
.modal-body #contact-form form fieldset {
  margin-right: -15px;
  margin-left: -15px;
  max-width: unset;
}
.modal-body #contact-form form fieldset .hs-form-field {
  padding-right: 15px;
  padding-left: 15px;
}
.modal-body #contact-form form fieldset .hs-form-field .input {
  margin: 0;
}
.modal-body.pb-5 {
  padding-bottom: 3rem !important;
}
.modal-body #contact-form .actions {
  text-align: center;
}
.modal-body #contact-form .actions input.hs-button.primary.large {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 7px;
  padding-bottom: 7px;
}
.modal-body #contact-form textarea {
  min-height: 95px;
}




@media (min-width: 576px) {
  .modal-dialog {
    max-width:620px;
    margin: 1.75rem auto
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem)
  }
  .modal-sm {
    max-width: 300px
  }
}


@media (min-width: 992px) {
  .modal-lg,.modal-xl {
    max-width:800px
  }
  .header-wrapper {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .header_inner_container {
    flex-wrap: nowrap;
  }
  .custom-menu-primary {
    flex-direction: row;
  }
  .d-lg-inline-block {
    display: inline-block!important;
  }
  .header-no-nav .header-wrapper {
      padding-top: 19px;
      padding-bottom: 19px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width:1140px
  }
}
@media screen and (max-width: 1685px){
  .work-details-layout .dnd-section:first-child[class*="background-image"] {
    background-size: 47.5rem !important;
  }
}
@media screen and (max-width: 1350px){
  .work-details-layout .dnd-section:first-child[class*="background-image"] {
    background-size: 42.5rem !important;
  }
  

}
@media screen and (max-width: 1195px){
  .work-details-layout .dnd-section:first-child[class*="background-image"] .work-details-section .work-detail-inner {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 1153px){
  .work-details-layout .dnd-section:first-child[class*="background-image"] {
    background: none !important;
  }
  .work-details-layout .dnd-section:first-child[class*="background-image"] .work-details-section .image-right-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .work-details-layout .dnd-section:first-child[class*="background-image"] .work-details-section .image-right-image {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .modal-dialog {
    margin:1.75rem;
    max-width: 100%
  }
  .modal-body {
    padding-top:3rem;
    font-size: 1rem
  }
  .header-wrapper {
    position: absolute;
    padding: 1.5rem 1.6rem;
    box-shadow: none;
    background: linear-gradient(rgba(45,41,38,.75),rgba(45,41,38,0))!important;
  }
  .header_inner_container {
    padding-right: 0;
    padding-left: 0;
  }
  .logo-group a img.hs-image-widget {
    display: block;
    width: 195px !important;
    height: auto;
  }
  .custom-menu-primary + .d-none {
    display: none!important;
  }
  .custom-menu-primary {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    flex-direction: row;
    margin: 0;
    padding: 0;
    z-index: 99;
    box-shadow: 0 -3px 6px rgba(45,41,38,.16);
  }
  .custom-menu-primary > div {
    width: 100%;
  }
  
  .modal-open .modal.in {
    padding-right: 0;
  }
  .modal-dialog {
    margin: 1.75rem;
    max-width: 100%;
  }
  .video-modal--content {
    background: transparent;
    border: none;
  }
  .modal-body {
    padding-top: 3rem;
    font-size: 1rem;
  }
  
  .video-modal--body {
    padding-left: 0;
    padding-right: 0;
  }
  .video-modal--close {
    padding: 1rem;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 1rem;
    top: 0;
    right: 0;
  }
  .with-banner-page .logo-group .desktop-logo ,
  .mob-white-logo .logo-group .desktop-logo {
    display: none !important;
  }
  .with-banner-page .logo-group .mobile-logo,
  .mob-white-logo .logo-group span.mobile-logo {
    display: block;
  }
  
  
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer, .mobile-footer {
  width: 100%;
}
.footer {
  padding: 2.5rem 1.5rem;
}
.footer_inner_container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.d-flex {
  display: flex!important;
}
#hs_cos_wrapper_footer_logo img.hs-image-widget {
  margin-bottom: .5rem;
  vertical-align: middle;
}
.footer address {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
}
.footer-right {
  text-align: right;
  margin-left: auto;
}
.footer .community-links {
  margin-bottom: 6px;
}
.footer .community-links a {
  margin-left: .25rem;
}
.footer-right a {
  font-weight: 600;
  text-transform: uppercase;
}
[class*=" icon-"], [class^=icon-] {
  font-family: icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Linkedin:before {
  content: "\ee3d";
}
.icon-Facebook-2:before {
  content: "\ed12";
}
.icon-Twitter-1:before {
  content: "\f0c2";
}
.mt-1, .my-1 {
  margin-top: .25rem!important;
}
img, svg {
  vertical-align: middle;
}
.footer--copyright {
  margin-top: 28px;
  margin-bottom: 1rem;
}

.mobile-footer {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 1rem;
  z-index: 1031;
  -webkit-transform: translateX(-125%);
  transform: translateX(-125%);
  transition: -webkit-transform .5s cubic-bezier(.4,0,1,1);
  transition: transform .5s cubic-bezier(.4,0,1,1);
  transition: transform .5s cubic-bezier(.4,0,1,1),-webkit-transform .5s cubic-bezier(.4,0,1,1);
  overflow-y:auto;
}
.mobile-lets-talk-button {
  position: fixed;
  bottom: 6.5rem;
  right: 1.5rem;
  z-index: 100;
  cursor: pointer;
}
.mobile-lets-talk-button span {
  margin-right: 0;
}
footer.footer {
  position: absolute;
  bottom: 0;
}
.footer.footer-no-nav .footer-right {
  padding-top: 24px;
}


@media (max-width: 1407px){
  .footer address {
    font-size: 12px;
    line-height: 18px;
  }
  .footer--copyright {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 991.98px){
  .footer {
    display: none !important;
  }
  .mobile-footer {
    display: flex;
    background-color: #fff;
  }
  .show-menu .mobile-footer {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-footer .logo, .mobile-footer p {
    text-align: center;
  }
  .mobile-footer .logo {
    flex: 0.8 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mobile-footer .logo img {
    max-width: 165px;
    width: 44% !important;
    margin: 0 auto 1rem;
  }
  .mobile-footer .hubspot-partnership img {
    max-width: 95px;
    width: 44% !important;
    margin: 0 auto 1rem;
  }
  .mobile-footer .tagline {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .community-links {
    flex: 1 1;
    text-align: center;
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto;
    width: 305px;
  }
  .community-links .hs-menu-wrapper > ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .community-links .hs-menu-wrapper > ul > li {
    padding: .5rem 0;
  }
  .community-links .hs-menu-wrapper > ul > li + li {
    border-top: 1px solid #b9b9ba;
  }
  .mobile-footer .copyright-text {
    text-align: center;
    font-size: .75rem;
    color: #6c757d;
    margin-bottom: 0;
  }
  .footer.footer-no-nav {
    display: block !important;
    position: static;
    margin-bottom: -50px;
  }
  .footer.footer-no-nav .d-flex {
    display: block !important;
    text-align: center;
  }
  .footer.footer-no-nav .footer-right {
    padding-top: 0;
    text-align: center;
  }
  .footer.footer-no-nav .community-links {
    width: auto;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 100% !important;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .content-wrapper {
    max-width: 540px !important;
  }  
}

@media (min-width: 768px) {
  .content-wrapper {
    max-width: 720px !important;
  }  
}

@media (min-width: 992px) {
  .content-wrapper {
    max-width: 960px !important;
  }  
}

@media (min-width: 1200px) {
  .content-wrapper {
    max-width: 1380px !important;
  }  
}


.hs-listing-content-wrapper-inner {
    max-width: 1250px;
    margin: 0 auto;
}

.custom-blog-banner {
    background-color: #fff;
    text-align: center;
    padding-top: 7.9rem;
    padding-bottom: 1.8rem;
    color: #2d2926;
}
.custom-blog-banner-inner h2 {
    font-size: 2rem;
    line-height: 4rem;
}
.hs-topic-trigger {
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: underline;
    transition: color .5s cubic-bezier(.075,.82,.165,1);
      text-decoration: underline !important;
      display: inline-block;
}
.hs-topic-trigger:after {
    content: attr(data-label);
    position: absolute;
    font-size: .75rem;
    font-weight: 400;
    color: #6c757d;
    bottom: -2rem;
    left: 0;
    right: 0;
    text-align: center;
  white-space: nowrap;
}
.custom-listing-body-container {
    padding-bottom: 74px;
    position: relative;
}
.custom-listing-body-container:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    background: linear-gradient(270deg,#f8f8fa,rgba(248,248,250,0)),url(https://5706609.fs1.hubspotusercontent-na1.net/hubfs/5706609/raw_assets/public/MarketReach_July2020/images/chevy-dark-blog.png) 0 0 fixed;
}
.custom-blog-banner-inner {
    position: relative;
}
.cm-blog-header-topics {
    position: absolute;
    z-index: 1;
    background: #fff;
    border: 1px solid #495057;
    text-align: left;
    display: none;
    opacity: 0;
    transition: opacity .25s cubic-bezier(.075,.82,.165,1);
    margin-top: -72px;
    margin-left: 28px;
}
.open-topics .cm-blog-header-topics {
    opacity: 1;
    display: inline-block;
}
.cm-blog-header-topics ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cm-blog-header-topics ul li {
    width: 100%;
}
.cm-blog-header-topics ul li a {
    display: block;
    font-size: 1rem;
    color: #007ea8;
    height: 40px;
    line-height: 40px;
    margin: 0 1rem;
    padding: 0 1rem;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    position: relative;
    border-top: 1px solid #b9b9ba;
}
.cm-blog-header-topics ul li:first-child > a {
    border-top: 0;
}
.cm-blog-header-topics ul li a:hover {
    color: #b9b9ba;
}
.cm-blog-header-topics ul li a.active {
    color: #b9b9ba;
}
.cm-blog-header-topics ul li a.active:before {
    display: block;
    content: "";
    width: 6px;
    height: 13px;
    background: url(https://5706609.fs1.hubspotusercontent-na1.net/hubfs/5706609/raw_assets/public/MarketReach_July2020/images/topic_arrow.png) no-repeat 50%;
    position: absolute;
    left: .4rem;
    top: .9rem;
}


.blog-header {
  background-color: transparent;
  text-align: center;
}

.author-header {
  background-color: transparent;
}

.blog-header__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}
.blog-header__author {
  margin-bottom: 0;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 0 0;
    margin: 0 -15px;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 0 15px;
  margin-bottom: 28px;
  width:100%;
}
.blog-index__post-inner {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(45,41,38,.125);
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(45,41,38,.16);
    transition: top .5s cubic-bezier(.075,.82,.165,1),left .5s cubic-bezier(.075,.82,.165,1);
    display: block;
    overflow: hidden;
      position: relative;
}
.blog-index__post-inner a {
    display: block;
}
.blog-index__post-content .card-header, 
.blog-index__post-content .blog-card--preview {
    background: #002a3a;
    color: #fff;
    padding: 1rem 1.25rem;
}
.blog-card--category {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.blog-card--category, .blog-card--date {
    font-size: .75rem;
    color: hsla(0,0%,100%,.6);
}
.blog-index__post-content h5.card-title {
    color: #fff;
    font-size: 1rem;
    margin: 0;
    font-weight: 700;
}
.blog-index__post-content .card-text:last-child {
    margin-bottom: 0;
}
.hs-blog-post .blog-post__body h4 {
    margin-top: 1.5rem;
    font-size: 1.5rem;
}






@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
    width:50%;
  }
}
@media screen and (min-width: 993px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
    width:33.33%;
  }
}
@media screen and (min-width: 1201px) {
  .blog-index__post {
    flex:  0 0 calc(100%/4);
    width:25%;
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
    display: block;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 150px;
    margin: 0;
    padding: 0;
     position: relative; 
}
.blog-index__post-inner a:hover .blog-index__post-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.25);
}
.blog-index__post-inner a:hover .card-title {
    text-decoration: underline;
}


@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {

}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 2px solid #002a3a;
    border-radius: 0;
    border-top: 2px solid #002a3a;
    font-weight: 700;
    padding: .75rem 0;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.blog-pagination__link {
    display: inline-flex;
    color: #007ea8 !important;
    text-decoration: none;
    align-items: center;
    border-radius: 50px;
    display: flex;
    height: 30px;
    justify-content: center;
    margin-right: 1rem;
    transition: background .2s ease-in-out,color .2s ease-in-out;
    width: 30px;
}
.blog-pagination__link--active {
    color: rgba(0,126,168,.6) !important;
}
.blog-pagination__link.blog-pagination__link--active:hover {
    color: rgba(0,126,168,.6) !important;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
    background: #002a3a;
    color: #fff !important;
    text-decoration: none;
}
.blog-pagination__link.blog-pagination__prev-link, 
.blog-pagination__link.blog-pagination__next-link {
    display: inline-flex;
    align-items: center;
    color: #007ea8 !important;
    width:auto;
}
.blog-pagination__prev-link:hover, 
.blog-pagination__next-link:hover {
    background: transparent;
    border: 0;
    color: #005875 !important;
}
.blog-pagination__prev-link {
    margin-right: auto;
    padding-left: 0;
}
.blog-pagination__next-link {
    margin-left: auto;
    padding-left: 0;
    margin-right: 0;
}
.blog-pagination__link.blog-pagination__prev-link--disabled, 
.blog-pagination__link.blog-pagination__next-link--disabled {
    color: #212529 !important;
    pointer-events: none;
    cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  
}




.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a,
.blog-post__social-sharing a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover,
.blog-post__social-sharing a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg,
.blog-post__social-sharing svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post__social-sharing .social-links {
  margin-top: 3rem;
  border-top: 1px solid #b9b9ba;
  padding-top: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.blog-post__social-sharing .social-links h3 {
  margin-top: 0 !important;
  padding-right: 1rem;
}

.blog-post {

}
.blog-post h1 {

}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {

}
.custom-post-author-group .blog-recent-posts h4 {
    font-size: 1.5rem;
    margin-bottom: 3rem;
}
.blog-recent-posts__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 3rem;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
.blog-recent-posts__list .col-md-4 .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(45,41,38,.125);
    border-radius: 4px;
    background: #002a3a;
    color: #fff;
    box-shadow: 0 3px 6px rgba(45,41,38,.16);
    transition: top .5s cubic-bezier(.075,.82,.165,1),left .5s cubic-bezier(.075,.82,.165,1);
    height: 100%;
    overflow: hidden;
}
.blog-recent-posts__list .col-md-4 .card a {
    height: 100%;
    display: block;
}
.blog-recent-posts__list .card--vertical-stretch--header {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem 1.25rem;
    border-bottom: 0;
}
.blog-recent-posts__list .blog-card--category {
    font-weight: 700;
    text-transform: uppercase;
    font-size: .75rem;
    color: hsla(0,0%,100%,.6);
}
.blog-recent-posts__list  .blog-card a .card-title {
  margin-bottom: 0;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}
.blog-recent-posts__list .col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.blog-recent-posts__list .card-text {
    margin-top: auto;
    margin-bottom: 0;
    color: #fff;
}
.blog-recent-posts__list .blog-card a:hover .card-title {
    text-decoration: underline;
}



@media screen and (min-width: 768px) {
  .blog-recent-posts__list .col-md-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.hs-blog-post .content-wrapper {
    padding-top: 7.6rem;
}
.hs-post-top-section {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 15px;
}
.hs-post-top-section .blog-post__tag-link {
    font-weight: 700;
    text-transform: uppercase;
    font-family: Source Sans Pro,sans-serif;
    font-size: 1rem;
    color: #007ea8;
}
.hs-post-top-section .blog-post__tag-link:hover {
    color: #005875;
}
.hs-post-top-section .credit {
    font-size: 80%;
    font-weight: 400;
    line-height: .9rem;
    margin-bottom: 2.5rem;
}
.blog-post--header-image {
    vertical-align: middle;
    display: block;
    width: 75%;
    margin: 0 auto 2rem;
   max-width:100%;
}
.hs-blog-post .blog-post__body {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 15px;
}
.hs-blog-post .blog-post__body h1 {
    font-size: 2.5rem;
    margin-top: 1.5rem;
}
.hs-blog-post .blog-post__body h2 {
    margin-top: 1.5rem;
    font-size: 2rem;
}
.hs-blog-post .blog-post__body h2 strong {
    font-weight: bolder;
}
.hs-blog-post .blog-post__body img {
    max-width: 100%;
    height: auto;
}
.hs-blog-post .blog-post__body h3 {
    margin-top: 1.5rem;
   font-size: 1.75rem;
}
.hs-blog-post .blog-post__body aside {
    display: block;
}
.hs-blog-post .blog-post__body blockquote {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #003c71;
    font-size: 1.75rem;
    line-height: 2rem;
    background: transparent;
    height: auto;
    padding: 1rem 0;
    font-style: italic;
    margin: 0 0 1rem;
    border: 0;
}
.hs-blog-post .blog-post__body blockquote p {
    font-size: 1.75rem;
    font-style: italic;
}
.custom-post-author-group {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 15px;
}
.custom-post-author-group .author {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #b9b9ba;
    border-bottom: 1px solid #b9b9ba;
    padding: 3rem 0;
    margin: 3rem 0;
}
.custom-post-author-group h4 {
    margin: 0;
}
.custom-post-author-group .position {
    font-size: .75rem;
    color: #6c757d;
}
.custom-post-author-group .cta {
    text-transform: uppercase;
    font-weight: 700;
}
[class*=" icon-"], [class^=icon-] {
    font-family: icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.custom-post-author-group .cta span {
    font-weight: 700;
    margin-right: .25em;
}
.icon-Right-7:before {
    content: "\ef36";
}
.custom-post-author-group .author--text {
    padding-right: 15px;
}
.custom-post-author-group .author--image {
    padding-left: 15px;
}
.custom-post-author-group .author--image img {
    max-width: 100%;
}
.custom-listing-body-container {
    margin-bottom: -100px;
}
.custom-listing-body-container {
    padding-bottom: 116px;
    position: relative;
}
.fivetip_video .hs-responsive-embed-inner-wrapper {
    padding-bottom: 66.668% !important;
}
div#comments-listing {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 30px;
}
.comment.depth-0:first-child {
  border: 0;
}
.comment-date {
  display: block !important;
  text-align: left;
}
div#comments-listing:empty {
  border: none;
  margin: 0;
  padding: 0;
}



@media (min-width: 768px) {
  .custom-post-author-group .author--text {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
  }   
  .custom-post-author-group .author--image {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
  }
}


@media (max-width: 1199.98px) {
  .hs-listing-content-wrapper-inner {
      margin: 0 1rem;
  } 
  .blog-card--preview {
      display: none;
  }
  .blog-index__post {
      margin-bottom: 9px;
  }
  .custom-listing-body-container:before {
      background-attachment: local!important;
  }
  .blog-post--header-image {
      width: 100%;
  }
  .hs-blog-post .blog-post__body ol li a,
  .hs-blog-post .blog-post__body a {
      word-break: break-word;
  }
}

@media (max-width: 991.98px) {
 .hs-blog-listing .content-wrapper {
      max-width: 100% !important;
      padding: 0 25px;
  } 
  .blog-index__post {
      margin-bottom: 30px;
  }
  .blog-header__title {
      margin-bottom: 1.85rem;
  }
  .custom-blog-banner-inner h2 {
      font-size: 1.75rem;
      line-height: 3rem;
      padding: 0 1rem;
  }
  .hs-blog-post .content-wrapper {
      max-width: 100% !important;
      margin: 0;
      padding: 0 25px;
  }
  .custom-post-author-group .author--image {
      padding-left: 0;
  }
  .custom-post-author-group .author--image img {
      width: 100%;
  }
  .custom-post-author-group .author--text {
      padding-bottom: 1rem;
  }
  .blog-recent-posts__list .col-md-4 {
      margin-bottom: 1rem;
  }
  .hs-blog-post .blog-post__body blockquote {
      height: auto;
      padding: 5rem 3rem;
  }
  .custom-blog-banner {
      padding-top: 5rem;
  }
  .hs-topic-trigger:after {
      bottom: -1.5rem;
  }
  .hs-blog-post .content-wrapper {
      padding-top: 7.6rem;
  }
  .custom-listing-body-container {
      padding-bottom: 166px;
  }
  .blog-comments {
    margin-bottom: 50px;
  }
}

@media(max-width: 868px){
  .custom-blog-banner-inner {
      padding: 0 15px;
  }
  .cm-blog-header-topics {
      margin-top: -72px;
      width: 95% !important;
      left: 0;
      margin-left: 2.5%;
      margin-right: 2.5%;
  }
}

@media(max-width: 767px){
  .custom-post-author-group .author--image {
      position: relative;
      width: 100%;
  }
}

@media(max-width: 480px) {
  .blog-post img {
    width: auto  !important;
    float: none !important;
  }
  .blog-pagination {
      display: block;
  }
  .blog-pagination__link {
      margin: 0 auto;
      display: inline-block;
  }
  .blog-pagination__prev-link {
      display: block;
      width: 100%;
      clear: both;
      padding-left: 0;
  }
  .blog-pagination__next-link {
      padding-left: 0;
      display: block;
      width: 100%;
      clear: both;
  }
}


/* Employee Callout */
.employee-callout {
  background-color: #ececec;
  padding: 1rem 3rem;
  margin: 2rem 0 3rem 0;
  border: 1px solid #dedede;
}

.employee-callout__photo {
  text-align: center;
}

@media screen and (min-width: 620px) {
  .employee-callout__photo {
    float: left;
    margin-right: 2rem;
    text-align: left;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #ddd;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
form#email-prefs-form {
  max-width: 100%;
}

ul.no-list.hs-error-msgs {
  padding-left: 0;
  margin-left: 0;
}
.systems-page form .actions {
  padding: 15px 0;
}
.systems-page form input#hs-pwd-widget-password {
  height: auto !IMPORTANT;
  margin-bottom: 10px;
}

.error-404 .hs_row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.error-404 .hs_inner-col {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.error-404 .error-text {
  position: relative;
  height: 22.5rem;
}
.error-404 h1{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22.5rem;
  line-height: 22.5rem;
  color: #dbdbdb;
  text-align: right;
  z-index: 10;
}
.error-404 p {
  position: absolute;
  left: 0;
  top: 120px;
  font-size: 2.5rem;
  z-index: 20;
}
.error-404 .desktop-image,
.error-404 .mobile-image {
  width: 100%;
  margin-bottom: 100px;
}
.error-404 .mobile-image {
  display: none;
}
.error-404 .desktop-image img,
.error-404 .desktop-image svg, 
.error-404 .mobile-image img,
.error-404 .mobile-image svg{
  width: 100%;
}



@media (min-width: 768px) {
  .systems-page form {
    max-width: 50%;
  }
}

@media (max-width: 991.98px){
  .error-404 .page-center {
    max-width: 100%;
    margin: 0;
    padding: 0 25px;
  }
  .error-404 .error-text {
    margin-top: 60px;
    margin-bottom: 40px;
    height: 20rem;
  }
  .error-404 h1 {
    font-size: 20rem;
    line-height: 20rem;
    margin-top: 10px;
  }
  .error-404 p{
    top: 0;
    font-size: 3rem;
    max-width: 80%;
  }
  .error-404 .desktop-image{
    display: none;
  }
  .error-404 .mobile-image{
    display: block;
  }
  .systems-page {
    padding-top: 5rem;
    padding-left: 5px;
    padding-right: 5px;
  }
  .systems-page .widget-type-password_prompt {
    padding-top: 20px;
  }
}

@media (max-width: 767px) and (min-width: 0){
  .systems-page .success {
    min-width: 100%;
  }
  input.email-edit.hs-input {
    width: 100% !important;
  }
}
@media (max-width: 575.98px){
  .error-404 .error-text {
    height: 12rem;
  }
  .error-404 h1 {
    font-size: 12rem;
    line-height: 12rem;
    margin-left: -70px;
  }
  .error-404 p {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }
}
@media (max-width: 400px) {
  .systems-page .page-header h1 {
    font-size: 30px;
  }
  .systems-page .page-header h2 {
    font-size: 24px;
  }
}

.hs_submit .actions input[type="submit"].hs-button {
  border-radius: 2rem !important;
}

.hs_submit .actions input[type="submit"].hs-button.primary {
  border: none;
}

#hs_cos_wrapper_widget_1614981323056 input[type="submit"].hs-button {
  border-radius: 2rem !important;
}

#work-details-footer-form .form-columns-2,
#work-details-footer-form .form-columns-1 {
  max-width: none;
}

#work-details-footer-form .hs_submit .actions input[type="submit"].hs-button.primary {
  font-size: 17px;
  font-weight: bold;
  height: 44px;
  padding: 0 1.5rem;
  background-color: #d0006f;
}