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

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

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

/* Colors */












/* Typography */








/* Button */








/* Form */














/* Other */



/* Tables */











/* Spacing */



:root {
  --color-body: #17003d;
  --color-primary: #D70826;
  --color-secondary: #57078E;
  --color-link: #D70826;
  --color-link-hover-focus: #2C80BD;
  --color-light: #FFFFFF;
  --color-dark: #17003D;
  --color-light-gray: #ECECEC;
  --color-dark-gray: #D7E2E7;
  --color-transparent: transparent;
  --header-height: 113px; /* For smooth animations on page load, manualy set this variable to be the height of the full site header. 
                              * It will be automatically set to the actual header height on page load and resize.*/
}

@media (max-width: 991px) {
  :root {
    --header-height: 133px; /* For smooth animations on page load, manualy set this variable to be the height of the full site header, at this screen width.
                                * It will be automatically set to the actual header height on page load and resize.*/
  }
}


/* Misc */

#open-chat .cards-single:last-child .cards-single-inner {
  cursor: pointer;
}

@media (max-width: 767px) {
  .bg-fixed {
    background-attachment: initial;
  }
  .cards--fixed-width .cards-single {
    max-width: 500px;
  }
}


/* Header */
.header-navigation {
  margin-left: auto;
}
.header-top-container {
  justify-content: flex-end;
}
.header-top-column {
  max-width: 210px !important;
}
.header-top-column a {
  font-family: 'Open Sans';
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
}


/* Footer */
.footer {
  background-image: url(https://21957138.fs1.hubspotusercontent-na1.net/hubfs/21957138/solvlive-logo-s-transparent.png);
  background-position: 111% 175%;
  background-size: auto;
}
.footer-top-logo {
  text-align: center;
  padding-bottom: 1rem;
}
.footer-column-item .button {
  padding-left: 26px;
  padding-right: 26px;
}
.footer-column-item .button:after {
  content: none !important;
}
.footer-bottom {
  padding-bottom: 2rem;
}
.footer-bottom-copyright {
  font-size: 1.125rem;
  text-align: center;
}
.footer-bottom-copyright a {
  color: #fff;
}
.footer-bottom-copyright a:hover,
.footer-bottom-copyright a:focus {
  opacity: .75;
}
.footer-icon-text {
  display: flex;
  flex-direction: row;
}
.footer-icon-text-svg {
  font-size: 1.125rem;
  width: 2.25rem;
  flex-basis: 2.25rem;
  text-align: center;
}
.footer-icon-text svg {
  font-size: 1.125rem;
  height: 1.125rem;
  fill: #DD0035;
}
.footer-icon-text a {
  color: #FFFFFF;
}
footer .social-links svg {
  fill: #D70826;
}
footer .social-links-single {
    margin-top: -1rem;
}

/*.footer-scroll-to-top {
  bottom: 6rem;
}*/

@media (max-width: 767px) {
  .footer-column-item {
    margin-bottom: 2rem;
  }
  .footer-column-item-title {
    font-size: 1.5rem;
  }
  .footer-icon-text {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .footer-top-logo {
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .footer-top-container > .row-fluid > [class*="span"] {
    padding: 3rem 2rem;
  }
  .footer-top-container > .row-fluid > [class*="span"]:first-child {
    padding-left: 0;
  }
  .footer-top-container > .row-fluid > [class*="span"]:nth-child(2) {
    position: relative;
  }
  .footer-top-container > .row-fluid > [class*="span"]:nth-child(2):before,
  .footer-top-container > .row-fluid > [class*="span"]:nth-child(2):after {
    content:"";
    width: 3px;
    height: calc(100% - 6rem);
    position: absolute;
    top: 3rem;
    left: -1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #D9D9D9 100%);
  }
  .footer-top-container > .row-fluid > [class*="span"]:nth-child(2):after {
    left: unset;
    right: -1rem;
  }
  .footer-top-container > .row-fluid > [class*="span"]:last-child {
    padding-right: 0;
  }
  .footer-icon-text p {
    flex-basis: calc(100% - 2.25rem);
  }
}
@media (min-width: 992px) {
  .footer-top-container > .row-fluid > [class*="span"] {
    padding: 3rem 4rem;
  }
  .footer-top-container > .row-fluid > [class*="span"]:nth-child(2):before {
    left: -2rem;
  }
  .footer-top-container > .row-fluid > [class*="span"]:nth-child(2):after {
    right: 2rem;
  }
}

/* Home Hero */
.home-hero {
  padding-bottom: 100px !important;
}
.home-hero .intro-text {
  font-size: 1rem;
  line-height: 1.7;
}
.home-hero .subheading {
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.125rem;
  padding-bottom: 1rem;
}
.home-hero .subheading span {
  position: relative;
  display: inline-block;
}
.home-hero .subheading span:after {
  content: "";
  position: absolute;
  bottom: calc(-0.5rem - 1.5px);
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #D70826;
}
.home-hero > img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.home-hero h1 {
  padding-top: 10px;
}

@media (min-width: 480px) {
  .home-hero {
    padding-bottom: 160px !important;
  }
}
@media (max-width: 767px) {
  .home-hero {
    background-position: center bottom !important;
    padding: 5rem 20px 28rem !important;
  }
  .home-hero .hero-banner-text {
    text-align: center;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-hero .hero-banner-buttons {
    justify-content: center;
  }
  .home-hero h1 {
    margin-top: 1rem
  }
}
@media (min-width: 768px) {
  .home-hero {
    padding-bottom: 200px !important;
  }
  .home-hero .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .home-hero.hero-banner--image-text .hero-banner-text {
    flex: 0 0 50%;
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .home-hero {
    background-image: url("https://21957138.fs1.hubspotusercontent-na1.net/hubfs/21957138/Homepage-Tablet-Image-v3.jpg") !important;
    background-position: center top!important;
  }
}
@media (min-width: 1400px) {
  .home-hero {
    padding-bottom: 300px !important;
  }
  .home-hero.hero-banner--image-text .hero-banner-text {
    flex: 0 0 38%;
  }
}
@media (min-width: 1540px) {
  .home-hero.hero-banner--image-text .hero-banner-text {
    flex: 0 0 34%;
  }
  .home-hero .intro-text {
    max-width: 480px;
  }
}

/* Industries section */
.cards-industries .card-heading {
  text-decoration: underline;
}
.cards-industries .card-heading:hover,
.cards-industries .card-heading:focus {
  color: #2C80BD;
}

@media (max-width: 767px) {
  .cards-industries .cards-single {
    flex-basis: 50% !important;
    width: 50% !important;
  }
}


/* Team section */
.title-logo h2 {
  width: 550px;
}
.title-logo h2 span > * {
  vertical-align: middle;
}

@media (max-width: 600px) {
  .title-logo h2 {
    width: unset;
    text-align: center;
  }
}


/* Schedule A call CTA */
@media(max-width: 1399px) {
  html:not(.hs-inline-edit) .schedule-call_round {
    display: none !important;
  }
  .schedule-call > .row-fluid {
    max-width: 1400px;
  }
}
@media(min-width: 1400px) {
  html:not(.hs-inline-edit) .schedule-call_bleed {
    display: none !important;
  }
}


/* Testimonials section */
.section-testimonials .section-overlay-linear-gradient--top {
  background: linear-gradient(180deg, #f7f7f7 0px, #f7f7f7 3px, rgba(255, 255, 255, 0) 90%) !important;
}
.testimonial-image--left {
  align-items: center;
}
.testimonial-image--left img {
  max-width: 200px;
  height: auto;
  margin-bottom: -120px;
  z-index: 1;
}
.testimonial-image--left .card-body {
  padding-top: 140px;
}

@media (min-width: 768px) {
  .testimonial-image--left {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: normal;
  }
  .testimonial-image--left img {
    max-width: 295px;
    margin-right: -180px;
    margin-bottom: 0;
    padding: 1rem 0;
  }
  .testimonial-image--left .card-body {
    padding-top: 1rem;
    padding-left: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
}


/* Divider */
@media (min-width: 768px) {
  .section-divider,
  .section-divider-1,
  .section-divider-2 {
    position: relative;
  }
  .section-divider:after {
    content: url(https://21957138.fs1.hubspotusercontent-na1.net/hubfs/21957138/divider-1.png);
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-divider-1:after {
    content: url(https://21957138.fs1.hubspotusercontent-na1.net/hubfs/21957138/divider-1.png);
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-divider-2:after {
    content: url(https://21957138.fs1.hubspotusercontent-na1.net/hubfs/21957138/divider-1.png);
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
  }
}


/* Sticky header menu */
#sticky-header-menu {
  position: sticky;
  top: 0;
  z-index: 5;
}
#sticky-header-menu .menu-inner {
  padding: .5rem .5rem 1.5rem .5rem;
}
#sticky-header-menu .menu .hs-menu-wrapper ul {
  justify-content: center;
}
#sticky-header-menu .menu .hs-menu-wrapper ul li {
  width: auto;
}
#sticky-header-menu .menu .hs-menu-wrapper ul li a {
  margin: 15px 15px 0 15px;
}

.offset-header {
  scroll-margin-top: var(--header-height);
}
.offset-header:before { 
  display: block;
  content: " ";
  margin-top: calc(var(--header-height) * -1);
  height: var(--header-height);
  visibility: hidden; 
  pointer-events: none;
}

@media (max-width: 767px) {
  #sticky-header-menu .menu-inner {
    padding: .25rem .5rem 1rem .5rem;
  }
  #sticky-header-menu .menu .hs-menu-wrapper ul li a {
    margin: 10px 10px 0 10px;
  }
}


/* Team Module */
.team-social-links {
  margin-top: 1rem;
}
.team-social-links a {
  border-radius: 100%;
}


/* Blog */
.blog-card--large .blog-card-inner {
  background-color: #17003D;
}
.blog-card--large .blog-card-title,
.blog-card--large p,
.blog-card--large .blog-card-meta-wrapper,
.blog-post__back,
.blog-post__header h1,
.blog-post__meta {
  color: #FFFFFF;
}
.blog-card--large .blog-card-meta:not(:last-child) {
  color: #FFFFFF;
  border-color #FFFFFF !important;
}
.blog-card--large .blog-card-meta svg,
.blog-post__meta svg {
  fill: #FFFFFF;
}
.blog-card--small .blog-card-inner,
.blog-related-posts-list .blog-card-inner {
  border-bottom: 5px solid #55168c;
}
.blog-card-inner,
.blog-index__sidebar-wrapper {
  box-shadow: 4px 4px 10px 1px rgb(0 0 0 / 12%);
}
.blog-index__sidebar-tags-list li {
  padding: 5px 0;
}
.blog-index__sidebar input[type=text],
.blog-index__sidebar input[type=email] {
  border: 1px solid #17003D;
}
.blog-post__header {
  background-image: linear-gradient(to bottom, rgba(85, 22, 140, 1), rgba(44, 128, 189, 1)) !important;
}


/* Systems Pages */
.systems-page input {
  border-color: #17003D;
}


/* Cards */
@media (max-width: 379px) {
  .cards--overlay-title .card-text {
    font-size: .875rem;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .cards--overlay-title .card-text {
    font-size: .875rem;
  }
}