/*! 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;
}

/* CSS variables */
:root {  
  --base-background-color: #f1f5fa;
  --base-font-family: 'Roboto', sans-serif;
  --base-font-color: #1d1d1d;
  --base-font-size: 16px;
  
  --heading-font-family: 'Futura Hv BT', sans-serif;
  --heading-font-family-secondary: 'Futura Md BT', sans-serif;
  --heading-h1-font-size: 3.1rem;
  --heading-h2-font-size: 3.1rem;
  --heading-h3-font-size: 1.875rem;;
  --heading-h4-font-size: 1.375rem;
  --heading-h5-font-size: 1.1rem;
  
  --button-background-color: #fa8072;
  --button-border-radius: 8px;
  --button-font-family: 'Futura Md BT', sans-serif;
  --button-font-size: 1.375rem;
  --button-padding: 21px 42px;
  --button-text-color: #fff;
  --button-background-color-hover: #f87465;
  
  --container-width: 1440px;
  --container-padding: 15px;
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
  
  --section-spacing: 50px;
}

*, *:after, *:before {
  box-sizing: border-box;
}
html {
  font-size: var(--base-font-size);
}
body {
    color: var(--base-font-color);
    font-family: var(--base-font-family);
    font-size: 1.25rem;
    font-variant-ligatures: none;
    line-height: 1.42857143;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    padding: 0;
    margin: 0;
  text-wrap: pretty;
}
@media only screen and (max-width: 1599.98px){
  body {
      font-size: 1.15rem;
  }
}
@media only screen and (max-width: 766.98px){
  body {
      font-size: 1.1rem;
  }
}
@media only screen and (max-width: 479.98px) {
  body {
      font-size: 1rem;
  }
}

body {
  background-color: var(--base-background-color);
  background-image: radial-gradient(circle 750px at 100px 100px, rgba(125, 227, 249, 0.45) 0%, rgba(241, 245, 250, 0) 73%);
  
  /*background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.5), transparent 100px),
              radial-gradient(circle at top right, rgba(255, 255, 255, 0.5), transparent 100px),
              radial-gradient(at bottom left, rgba(255, 0, 255, 0.5), transparent 400px),
              radial-gradient(at bottom right, rgba(255, 100, 100, 0.5), transparent 400px);*/
}


a {
  border-bottom: 1px solid;
  color: #00a8d0;
  display: inline-block;
  text-decoration: none;    
}
a:hover {
	color: salmon
}
h1, h2, h3, h4, h5 {
  font-family: var(--heading-font-family);
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0.6em;
}


 h1 {
    color: var(--base-font-color);
   font-size: var(--heading-h1-font-size);
    margin: 0;
    line-height: 1.3;
    padding-bottom: 20px;
    font-family: var(--heading-font-family);
}
  
  @media only screen and (max-width: 1599.98px){
 h1 {
    font-size: 2.8rem;
}
  }
  @media only screen and (max-width: 1439.98px){
h1 {
    font-size: 2.5rem;
}
    }
 
  @media only screen and (max-width: 1199.98px){
 h1 {
    font-size: 2.2rem;
} 
    }
@media only screen and (max-width: 766.98px) {
  h1 {
      font-size: 2rem;
  }
}  
@media only screen and (max-width: 574.98px) {
  h1  {
      font-size: 1.7rem;
  }
}
 h1 span {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    padding-bottom: 5px;
}
.webp h1 [data-background], 
.load-bg-image.webp h1 .underline-text {
    background-image: url('https://info.qasource.com/hubfs/qasource/images/highstroke.webp');
} 
.no-webp h1 [data-background],
.load-bg-image.no-webp h1 .underline-text {
    background-image: url('https://info.qasource.com/hubfs/qasource/images/highstroke.png');
} 


h2 {
  font-size: var(--heading-h2-font-size);
}
@media only screen and (max-width: 1599.98px) {
  h2 {
      margin-bottom: 20px;
      font-size: 2.8rem;
  }
}
@media only screen and (max-width: 1439.98px) {
  h2 {
      font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1199.98px) {
  h2 {
      font-size: 2.2rem;
  }
}
@media only screen and (max-width: 766.98px) {
  h2 {
      font-size: 2rem;
  }
}
@media only screen and (max-width: 574.98px) {
  h2 {
      font-size: 1.7rem;
  }
}



h3 {
  font-family: var(--heading-font-family-secondary);
  font-size: var(--heading-h3-font-size);
}


@media only screen and (max-width: 1599.98px) {
  h3 {
      margin-bottom: 20px;
      font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1365.98px) {
  h3 {
      font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1199.98px) {
  h3 {
      font-size: 1.3rem;
  }
}

* ~ h3 {
  margin-top: 1em;
}


h4 {
  font-family: var(--heading-font-family-secondary);
  font-size: var(--heading-h4-font-size);
}
h5 {
  font-family: var(--heading-font-family-secondary);
  font-size: var(--heading-h5-font-size);
}

/*
.hs-web-interactive-inline a {
  background-color: var(--button-background-color);
  border: 0;
  border-radius: var(--button-border-radius);
  color: var(--button-text-color);
  display: inline-block;
  font-family: var(--button-font-family);
  font-size: var(--button-font-size);
  font-weight: 500;
  line-height: 1;
  padding: var(--button-padding);
  text-align: center;
  transition: background-color .35s ease-in-out, box-shadow .35s ease-in-out;
}
*/

h2:last-child, p:last-child, ul:last-child, ol:last-child{
  margin-bottom: 0;
}


a.button, input.button, .hs-blog-post-listing__post-button, .hs-button, button {
  border-radius: var(--button-border-radius);
  cursor: pointer;
  display: inline-block;
}

[data-animate] {
  position: relative;
}
[data-animate]:before {
  content: '';
  display: block;
  padding-top: 75%;
}
[data-animate] svg {
  left: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
}

/*  ===========================  Video Em Styles  ===========================  */
.video-em{
      display: block;
    margin-top: 12px;
    font-size: 17px;
    border-left: 4px solid #00a8d0;
    padding-left: 10px;
}

.video-em strong {
    display: block;
    font-weight: 400;
    margin-top: 5px;
}
.button-margin{
 margin-top: 20px; 
}

/*  ===========================  Video Em Styles  ===========================  */

/*  ===========================  Header Styles  ===========================  */
.site-header-wrapper {
  align-items: center;
  display: flex;
  font-size: 1rem;
  padding: 14px 0;
}
.site-brand img {
  display: block;
}
.site-navigation {
  margin-left: auto;
}
.site-navigation a {
  border: none;
  color: var(--base-font-color);
  font-weight: 500;
}
.site-navigation > div > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-navigation > div > ul > li > a {
  display: inline-block;
  padding: 15px;
  white-space: nowrap;
}

.site-navigation .hs-item-has-children > a span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.site-navigation .hs-item-has-children > a:after {
  border-right: 2px solid;
  border-bottom: 2px solid;
  content: "";
  display: inline-block;
  height: 7px;
  margin-left: 8px;
  margin-top: -4px;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 7px;
}
.site-subnavigation {
  display: none;
}
.site-navigation-secondary {
  display: flex;
}
.site-navigation-secondary button {
  border: 0;
  background: transparent;
  margin-right: 20px;
  padding: 14px;
}
.site-navigation-secondary button:hover {
  background: #dfe4e9;
}
.site-navigation-secondary .hs-web-interactive-inline a {
  padding: 18px 36px;
}
@media screen and (max-width: 990px) {
  .site-navigation .hs-menu-wrapper {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  .mobile-navigation {
    display: none;
  }
}

.row-fluid  a.primary-btn:nth-of-type(1) { margin-top:20px;}
/*  ===========================  Header Styles  ===========================  */

/*  ===========================  Banner Styles  ===========================  */
.site-banner > .row-fluid  {
  padding-top: 105px;
 
}
@media (max-width:585px){
.site-banner > .row-fluid  {
  padding-top: 95px;
}
  
}
.banner-background-lines {
  height: 600px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
 @media (max-width:1440px){
   .banner-background-lines {
     height:550px;
   }
}

@media (max-width:993px){
.banner-background-lines{
  display:none;
  }
  
}


.banner-background-lines > div {
  height: 100%;
  padding-top: 0;
  transform: translateX(-175px);
  width: 78%;
}

 @media (max-width:1600px){
  .banner-background-lines > div {
      transform: translateX(-265px);
    height:89%;
  }
} 
 @media (max-width:1440px){
  .banner-background-lines > div {
      transform: translateX(-258px);
    height:89%;
  }
} 
@media (max-width: 1366px) {
    .banner-background-lines>div {
       height: 87%;
        transform: translate(-190px, -17px);
    }
}

@media (max-width: 1200px) {
    .banner-background-lines>div {
        height: 70%;
        transform: translate(-175px, -17px);
    }
}

.content-wrapper--vertical-spacing, .dnd-section, .module-padding {
  padding-bottom: var(--section-spacing);
  padding-top: var(--section-spacing);
}
@media only screen and (max-width: 1599.98px){
.content-wrapper--vertical-spacing, .dnd-section, .module-padding {
    padding-top: 40px;
  padding-bottom: 40px;
}
}
@media only screen and (max-width: 1365.98px){
.content-wrapper--vertical-spacing, .dnd-section, .module-padding {
    padding-top: 30px;
  padding-bottom: 30px;
}
}
@media only screen and (max-width: 1199.98px){
.content-wrapper--vertical-spacing, .dnd-section, .module-padding {
    padding-top: 25px;
  padding-bottom: 30px;
}
}

.align-center {
  align-items: center;
}

/*  ===========================  Banner Styles  ===========================  */


/*  ===========================  Footer Styles  ===========================  */
footer a {
  border-bottom: none; 
}
/*  ===========================  Footer Styles  ===========================  */


/*  ===========================  Section Styles  ===========================  */
@media (max-width: 767.99px) {
  .row-fluid .span6:nth-child(2),
  .row-fluid .span4:nth-child(n+2) {
      margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 959.98px) {
  .row-fluid .span6:nth-child(2),
  .row-fluid .span4:nth-child(n+2) {
      margin-top: 40px;
  }
}

.content-image {}
.content-image .row-fluid {}
.content-image .row-fluid .span6 {}

.image-content {}
.image-content .row-fluid {}
@media (max-width: 959.99px) {
  .image-content .row-fluid .span6:nth-child(1) {order: 2; margin-top: 20px;}
  .image-content .row-fluid .span6:nth-child(2) {order: 1; margin-top: 0;}
}
@media (min-width: 768px) and (max-width: 959.98px) {
  .image-content .row-fluid .span6:nth-child(1) {margin-top: 40px;}
}

.dnd-row + .dnd-row {
  margin-top: 1.25rem;
}

/*  ===========================  Section Styles  ===========================  */