/* ******************************************************************************
*********************************************************************************
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: hidden;
}

/**
 * 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.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 88%;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/SprintRay_January2021/Fonts/fa-brands-400.eot) format("embedded-opentype"),
    url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/SprintRay_January2021/Fonts/fa-brands-400.woff) format("woff"),
    url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/SprintRay_January2021/Fonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/SprintRay_January2021/Fonts/fa-regular-400.eot) format("embedded-opentype"),
    url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/SprintRay_January2021/Fonts/fa-regular-400.woff) format("woff"),
    url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/SprintRay_January2021/Fonts/fa-regular-400.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/SprintRay_January2021/Fonts/fa-solid-900.eot) format("embedded-opentype"),
    url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/SprintRay_January2021/Fonts/fa-solid-900.woff) format("woff"),
    url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/SprintRay_January2021/Fonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: "FontAwesomeBrands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/SprintRay_January2021/Fonts/fa-brands-400.eot) format("embedded-opentype"),
    url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/SprintRay_January2021/Fonts/fa-brands-400.woff) format("woff"),
    url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/SprintRay_January2021/Fonts/fa-brands-400.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/SprintRay_January2021/Fonts/fa-solid-900.eot) format("embedded-opentype"),
    url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/SprintRay_January2021/Fonts/fa-solid-900.woff) format("woff"),
    url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/SprintRay_January2021/Fonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
    font-family: 'Gellix';
    src: url('https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/LP-fonts/Gellix-Fonts/Gellix-Bold.eot');
    src: url('https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/LP-fonts/Gellix-Fonts/Gellix-Bold.eot#iefix') format('embedded-opentype'),
        url('https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/LP-fonts/Gellix-Fonts/Gellix-Bold.woff2') format('woff2'),
        url('https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/LP-fonts/Gellix-Fonts/Gellix-Bold.woff') format('woff'),
        url('https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/LP-fonts/Gellix-Fonts/Gellix-Bold.ttf') format('truetype'),
        url('https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/LP-fonts/Gellix-Fonts/Gellix-Bold.svg#Gellix-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix';
    src: url('https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/LP-fonts/Gellix-Fonts/Gellix-Regular.eot');
    src: url('https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/LP-fonts/Gellix-Fonts/Gellix-Regular.eot#iefix') format('embedded-opentype'),
        url('https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/LP-fonts/Gellix-Fonts/Gellix-Regular.woff2') format('woff2'),
        url('https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/LP-fonts/Gellix-Fonts/Gellix-Regular.woff') format('woff'),
        url('https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/LP-fonts/Gellix-Fonts/Gellix-Regular.ttf') format('truetype'),
        url('https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/LP-fonts/Gellix-Fonts/Gellix-Regular.svg#Gellix-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Gellix';
  font-style: normal;
  font-weight: 400;
  src: url('https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/LP-fonts/gellix/Gellix-Regular.woff2') format('woff2'),
    url('https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/LP-fonts/gellix/Gellix-Regular.ttf') format('ttf'),
    url('https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/LP-fonts/gellix/Gellix-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Gellix';
  font-style: normal;
  font-weight: 800;
  src: url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/Font/Gellix-ExtraBold.woff2) format('woff2');
}

@font-face {
  font-family: 'Gellix';
  font-style: normal;
  font-weight: 500;
  src: url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/Font/Gellix-Medium.woff2) format('woff2');
}

@font-face {
  font-family: 'Gellix';
  font-style: normal;
  font-weight: 600;
  src: url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/Font/Gellix-SemiBold.woff2) format('woff2');
}


html {
  font-size: 1em;
}

body {
  font-family: Roboto, serif;
  font-size: 1rem;
  color: #555555;
  font-weight: 400;
  line-height: 1.4;
}

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

/* Anchor Links */
a {
  color: #CC0033;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.1;
  font-weight: 700;
  font-family: Roboto, serif;
  color: #161515;
  word-break: break-word;
}

h1, .h1 {
  font-size: 4.209rem;
 
}

h2, .h2 {
  font-size: 3.157rem;
}

h3, .h3 {
  font-size: 2.369rem;
}

h4, .h4 {
  font-family: Roboto, sans-serif;
  font-size: 1.777rem;
}

h5, .h5 {
  font-size: 1.333rem;
}

h6, .h6 {
  font-size: 1.000rem;
}
.kicker {
    font-size: 1.000rem;
    text-transform: uppercase;
    line-height: 1.1;
}
.fz-small {
    font-size: 0.75rem;
}
.fz-min {
   font-size: 0.563em;
}
.intro {
   font-size: 1.250rem;
   font-weight: 400;
   line-height: 1.1;
}
.fw-bold,
strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {}

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

blockquote {
  margin: 2.15em 0;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 1em 0;
  font-size: 128.6%;
  font-weight: 400;
  line-height: 1.6;
}

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

@font-face {
  font-family: 'gellix-medium';
  src: url(https://training.sprintray.com//hubfs/LP-fonts/Gellix-Medium.otf);
}
@font-face {
  font-family: 'gellix-semibold';
  src: url(https://training.sprintray.com//hubfs/LP-fonts/Gellix-SemiBold.ttf);
}
@font-face {
  font-family: 'gellix-extrabold';
  src: url(https://training.sprintray.com//hubfs/LP-fonts/Gellix-ExtraBold.otf);
} 

.container-fluid.body-container.body-container--home.may2022 {
  padding:0px !important;
}
.btn-primary {
    color: #F7F9FC;
    background-color: #CC0033;
    border-color: transparent;
     box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  }
  
  .btn-primary:hover {
    color: #fff;
    background-color: #980B2E;
  }
  
  .btn-primary:focus, .btn-primary.focus {
      border: 1px solid #000000;
      background-color: #CC0033;
  }
    .btn-primary:active {
        background: #980B2E;
    }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background: #980B2E;
  
  }
  

  
  .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
  }
  
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
  }
  
  .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
}
@media (max-width: 767px){
  form {
    max-width: 100%;
  }
}
h3.form-title{
  font-size:28px;
}
.submitted-message,
.hs-form{
  margin:0 0 40px;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700; 
  line-height: 1.3;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  border-width: 0;
  font-size: 1em;
  white-space:normal;
  margin:10px 0 15px;
  
  text-decoration: none;
  transition: all .15s linear;
}

.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 {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-size: 18px;
  text-align: left;
  line-height: 1.3;
  padding-top: 0; 
  font-weight: 700;
  margin-bottom: 5px;
}


.hs-error-msgs{
  margin:10px 0;
  padding:0;
  list-style:none;
}
.hs-error-msgs label {
  margin-top: .5rem;
  color: #eb5439 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
#hs-pwd-widget-password{
  margin-top:0 !important;
  height: 3.45em !important;
}
#hs-pwd-widget-password,
.hs-input {
  display: inline-block;
  width: 100% !important;
  height: 3.45em;
  padding: 0 1.45em;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  color: #33475b;
  border: 1px solid;
  margin:0 0 20px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto  !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: 0;
  font-family:"Roboto";
  font-weight: 700 ;
}

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

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

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 13.333px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #555555;
}
.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: Roboto, serif;
}

h3.form-title
{
  background-color: transparent!important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

@media only screen and (max-width:767px){
  .hs-content-id-59535427178.hs-landing-page .dnd-section{ padding-top:30px; padding-bottom:0px; }
  .hs-content-id-59535427178.hs-landing-page .hs_cos_wrapper_type_linked_image img{ width:320px; margin-bottom:20px; }
  .hs-content-id-59535427178.hs-landing-page h1{ font-size:32px!important; }
  .hs-content-id-59535427178.hs-landing-page .hs-form{ margin-bottom:0; }
   .hs-content-id-59535427178.hs-landing-page .hs-form-field input[type=text],
  .hs-content-id-59535427178.hs-landing-page .hs-form-field input[type=email],
  .hs-content-id-59535427178.hs-landing-page .hs-form-field input[type=tel],
  .hs-content-id-59535427178.hs-landing-page select{ height:42px; }
  .hs-content-id-59535427178.hs-landing-page .hs-button:hover{ background-color: rgba(204,0,51,0.85); }
  
}
/* ******************************************************************************
*********************************************************************************
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 headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  min-height:48px;
}
.cm-position{
  position:fixed;
  top:0;
  width:100%;
  z-index:99999;
  left:0;
  padding: 0 2em;
}
.header__container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 100%;
  height: 3em;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-property: height,opacity;  
  transition-duration: 300ms;
  display: flex;
}
.header__logo--main {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 0;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  z-index: 1;
}
.header__logo--main a{
  width: 140px;
  display: block;
  padding: 7px 0px 5px 0px;
  transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
}
.header__logo--main a img{
  max-width:100%;
}
.header__column{
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex: 1 0 0%;
}
.cm-trigger{
  display:None;
}

/* Mobile Styles */

@media (max-width: 978px) {

  @keyframes x-slide-top {
    33% {
      opacity: 0;
      transform: none
    }

    34% {
      opacity: 0;
      transform: translate3d(0,-100%,0)
    }

    100% {
      opacity: 1;
      transform: translate3d(0,0,0)
    }
  }

  @keyframes x-slide-left {
    33% {
      opacity: 0;
      transform: none
    }

    34% {
      opacity: 0;
      transform: translate3d(-50%,0,0)
    }

    100% {
      opacity: 1;
      transform: translate3d(0,0,0)
    }
  }

  @keyframes x-slide-right {
    33% {
      opacity: 0;
      transform: none
    }

    34% {
      opacity: 0;
      transform: translate3d(50%,0,0)
    }

    100% {
      opacity: 1;
      transform: translate3d(0,0,0)
    }
  }

  @keyframes x-slide-bottom {
    33% {
      opacity: 0;
      transform: none
    }

    34% {
      opacity: 0;
      transform: translate3d(0,100%,0)
    }

    100% {
      opacity: 1;
      transform: translate3d(0,0,0)
    }
  }

  @keyframes x-scale-up {
    33% {
      opacity: 0;
      transform: none
    }

    34% {
      opacity: 0;
      transform: scale3d(0,0,1)
    }

    100% {
      opacity: 1;
      transform: scale3d(1,1,1)
    }
  }

  @keyframes x-scale-down {
    33% {
      opacity: 0;
      transform: none
    }

    34% {
      opacity: 0;
      transform: scale3d(1.5,1.5,1)
    }

    100% {
      opacity: 1;
      transform: scale3d(1,1,1)
    }
  }

  @keyframes x-flip-x {
    33% {
      opacity: 0;
      transform: none
    }

    34% {
      opacity: 0;
      transform: perspective(125px) rotate3d(1,0,0,-180deg)
    }

    100% {
      opacity: 1;
      transform: perspective(125px) rotate3d(1,0,0,0)
    }
  }

  @keyframes x-flip-y {
    33% {
      opacity: 0;
      transform: none
    }

    34% {
      opacity: 0;
      transform: perspective(125px) rotate3d(0,1,0,-180deg)
    }

    100% {
      opacity: 1;
      transform: perspective(125px) rotate3d(0,1,0,0)
    }
  }


  .cm-trigger{
    overflow: hidden;
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: stretch;
    position: relative;
    min-width: 1px;
    cursor: pointer;
    width: 38px;
    height: 33px;
    border-radius: 4px;
    font-size: 16px;
    color:#fff;
    transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
  }
  .x-anchor-content {
    overflow: hidden;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    z-index: 2;
    border-radius: inherit;
    transform: translate3d(0,0,0);
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .x-graphic {
    flex-shrink: 0;
    position: relative;
    letter-spacing: 0;
    line-height: 1;
    z-index: 2;
  }
  .x-toggle-burger {
    width: 25px;
    margin: 9px 0;
    height: 3px;
    display: block;
    background: transparent;
    color: transparent;
    position: relative;
    top: 2px;
  }
  [data-x-toggle-anim] {
    animation-name: none;
    animation-duration: .5s;
    animation-timing-function: cubic-bezier(.86,0,.07,1);
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-play-state: paused;
  } 
  .x-toggle > span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    margin: 0 auto;
    border-radius: inherit;
    background-color: #fff;
  }
  .x-toggle-burger-bun-t {
    transform: translate3d(0,-9px,0); 
  }
  .x-toggle-burger-bun-b {
    transform: translate3d(0,9px,0);
  }
  [data-x-toggle-anim].x-paused {
    animation-play-state: paused;
  }

  [data-x-toggle-anim].x-running {
    animation-play-state: running;
  }
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {}
.footer__container {
  max-width:1250px !important;
  margin: 0 auto;
}
footer.footer .hs-form-field {
  margin:0;
}
footer.footer .hs-form-field > label{
  display:None;
}

.footer-bottom {
  padding: 3em 0 2em;
}
.footer-bottom .footer__container{
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
  flex: 0 1 100%;
  height: auto;
}
.footer-copyright-or-link {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1 1 100%;
  margin: 0em 1em 1em 1em;    
  line-height: 1.4;
}
.footer-social{
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  flex: 1 1 100%;
  margin: 0em 1em 1em 1em;
}
.footer-social a{
  width: 2em;
  height: 2em;
  margin: .5em .5em .5em 0.25em;
  font-size: 1em;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-property: border-color,background-color,box-shadow,opacity,filter,transform;
  transition-duration: 300ms;
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: stretch;
  position: relative;
  min-width: 1px;
  cursor: pointer;
}
.footer-social a:nth-child(4){
  width: 2.5em;
}
.footer-social a i{
  font-size: 2em;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
[data-x-icon-b] {
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesomeBrands";
}
[data-x-icon-b]:before {
  content: attr(data-x-icon-b);
}
[data-x-icon-b]:before {
  content: attr(data-x-icon-b);
}
[data-x-icon-b]:before {
  content: attr(data-x-icon-b);
}
[data-x-icon-b]:before {
  content: attr(data-x-icon-b);
}
[data-x-icon-b]:before {
  content: attr(data-x-icon-b);
}
.footer-bottom-link p {
  margin: 0.5em 0 0;
  font-size: 0.75em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.footer-middle{
  padding: 3em 0 2em;
}
.footer-middle .footer__container{
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  flex: 0 1 100%;
  height: auto;
  display: flex;
}
.footer-middle-global{
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 1 auto;
  max-width: 375px;
  margin: 1em 1em 1em 1em;
}
.footer-middle-global h2,
.footer-middle-global h3,
.footer-middle-global h4{
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
}
.footer-middle-global p{
  margin:0;
  line-height: 1.5;
}
.footer-middle-global a{
  margin: 1.05em 2em 1em 0;
  font-size: 1.2em;
  font-family: "Roboto",sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  flex-direction: row;
  display: flex;
  flex: 1 0 auto;
}
[data-x-icon-s]:before {
  content: attr(data-x-icon-s);
}
[data-x-icon-s]{
  font-family: "FontAwesome";
  font-weight: 900;
}
.footer-middle-global a i{
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
  text-align: center;
  font-size: 1.25em;
}
.footer-middle-global a span:first-child{
  flex-shrink: 0;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
  z-index: 2;
}
.footer-middle-global a:first-child span:first-child i{
  font-size: 1.25em;
}
.footer-middle-global a span:nth-child(2) {
  margin: 5px 5px 5px 10px;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
}
.footer-top{
  padding: 3em 0;
}
.footer-top .footer__container {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  flex: 0 1 100%;
  display: flex;
  height: auto;
}
.footer-top-global{
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 1 auto;
  margin: 1em 1em 1em 1em;
  display: flex;
  position: relative;
  z-index: 1;
}
.footer-top-global-spacer{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 auto;
  display: flex;
  position: relative;
  z-index: 1;
}
.footer-logo{
  line-height:0;
  margin:0 0 15px;
}
.footer-logo img{
  max-width:200px;
}
.footer-the-next p{
  font-size: 1.25em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  text-transform: none;
  margin:0 0 24px;
}
.footer-top-global h2,
.footer-top-global h3,
.footer-top-global h4{
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin:0 0 16px;
}
.footer-top ul{
  margin:0;
  padding:0;
  list-style:None;
  font-size: 1em; 
  display:block;
}
.footer-top ul li{
  display:block;
}
.footer-top ul li a{
  display: block;
  font-size: 0.75em;
  margin: 0 0 1px;
}
.footer-form form input[type="email"]{
  height: 3em;
  border: 1px solid;  
  border-radius: 5px;
  font-family: "Roboto",sans-serif;
  margin: 0 ;
  padding: 10px;
  margin-bottom: 12px;
  outline: none;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
.footer-form .field { 
  padding-bottom: 0;
  margin-bottom: 2px;
}
.footer-form form input[type="submit"]{
  border:0;
  font-size:16px;
  outline: none;
  font-weight: bold;
  text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
  padding: 0.579em 1.105em 0.842em !important;
  line-height: 1.3;
  text-align: center;
  margin: 0 ;
  transition: all .15s linear;
}
.footer-form form {
  margin: 0 0 2.15em;
}
.footer-form .hs-error-msgs{
  margin:10px 0;
  list-style:none;
  padding:0;
}

.footer-form  ul.hs-error-msgs.inputs-list li {
  display: flex;
  align-items:center;
  color: #000;
  font-size: 14px;
  padding: 7px 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 6px;
  box-shadow: 3px 4px 3px -1px rgba(0,0,0,0.3);
  position: relative;
  font-family: sans-serif;
}
.footer-form  ul.hs-error-msgs.inputs-list li:before {
  background-image: url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/raw_assets/public/SprintRay_January2021/images/err.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.footer-form  ul.hs-error-msgs.inputs-list li label{
  color:#555555 !important;
}
.footer-form  ul.hs-error-msgs.inputs-list li label:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgba(0,0,0,0.4);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 5%;
}
.footer-form ul.hs-error-msgs.inputs-list li label:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -19px;
  left: 5%;
  z-index: 1;
}
.footer-form .hs-input::-webkit-input-placeholder{
  color: #bfbfbf;
}
.footer-form ul.hs-error-msgs.inputs-list li label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
}

.country-selector {
  position: fixed;
  bottom: 25px;
  left: 25px;
  width: 200px;
  border-radius: 300px;
  border: none;
  box-shadow: 0px 0px 20px #000;
  z-index: 9999;
  text-align: left;
  display: inline-block;
  background: #fff;
}
.wgcurrent {
  border: 0;
  list-style: none;
  display: block;
  margin:0;
  font-size: 100%;
  line-height: 1.8;
  cursor:pointer;
}
.country-selector label span {
  display: block;
  height: 37px;
  line-height: 36px;
  font-size: 13px;
  padding: 0 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
}
.country-selector .wgcurrent label span {
  padding-right: 60px;
}
.wgcurrent.en > span:before {
  background-position: -2712px 0 !important;
  background-image: url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/raw_assets/public/SprintRay_January2021/images/circular_flag.png);
  width: 24px;
  height: 24px;
  background-size: auto 24px;
  content: " ";
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
}
.country-selector > div {
  position: absolute;
  width: 100%;
  left: 0;
  top: initial;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 38px;
  z-index: 1010;
  border: 1px solid #ebeef0;
  background: #fff;
}
.country-selector ul {
  min-width: 100%;
  left: 0;
  display: block;
  padding: 0;
  list-style: none;
  margin: 0;
}
.country-selector.active > div{
  display:block;
}
.country-selector ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}
.country-selector ul li a{
  display: block;
  height: 37px;
  line-height: 36px;
  font-size: 13px;
  padding: 0 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
.wgcurrent:after {
  display: inline-block;
  position: absolute;
  top: 17px;
  right: 8px;
  width: 13px;
  height: 7px;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  background: url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/raw_assets/public/SprintRay_January2021/images/wgarrowdown.png) no-repeat;
  content: "";
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.country-selector.active .wgcurrent:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.country-selector ul li a:before {
  background-image: url(https://9104210.fs1.hubspotusercontent-na1.net/hubfs/9104210/raw_assets/public/SprintRay_January2021/images/circular_flag.png);
  width: 24px;
  height: 24px;
  background-size: auto 24px;
  content: "";
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
}
.country-selector ul li.de a:before {
  background-position: -1488px 0!important;
}
.country-selector ul li.fr a:before {
  background-position: -2760px 0!important;
}
.country-selector ul li.es a:before {
  background-position: -3576px 0!important;
}



@media (max-width: 766.98px){
  .footer-form,
  .footer-top-global:not(:first-child) {
    display: none;
  }
  .footer-top-global {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .footer__container {
    flex-wrap: wrap;
  }
  .footer-copyright-or-link {
    width: 100%;
    padding: 0 1em 1em 1em;
    margin: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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-outer{
  padding:35px 0;
}
.post-item{ 
  margin-top: 35px;
  border-top: 1px solid rgba(0,0,0,.1);
  padding-top: 35px;
}
.post-item:first-child{
  margin-top:0;
}
.post-item:last-child{
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 35px;
}
.content-wrapper {
  max-width: 1240px;
  padding: 0 0;
  margin: 0 auto;
}
a.blog-featured-image {
  float: left;
  width: 34%;
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
  position: relative;   
  display: block;
  padding-bottom: 22%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
a.blog-featured-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.75);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .615s cubic-bezier(.19,1,.22,1);
  transition: all .615s cubic-bezier(.19,1,.22,1);
}
a.blog-featured-image:hover:before {
  top: 0;
  opacity: 1;
}
.post-item-inner:after {
  content: " ";
  clear: both;
  display: table;
}
.view {
  display: block;
  margin: -16px 0 0;
  position: absolute;
  top: 250%;
  left: 0;
  right: 0;
  height: 30px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  -webkit-transition: all .615s cubic-bezier(.19,1,.22,1);
  transition: all .615s cubic-bezier(.19,1,.22,1);
}
a.blog-featured-image:hover .view {
  top: 50%;
}
.post-item-content {
  width: 66%;
  padding-left: 35px;
  overflow: hidden;
}
.post-item-content h2 {
  font-size: 25px;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.002em;
  font-weight: 700;
  color: #000;
}
.post-item-content h2 a {
  color: #000;
  text-decoration:None;
}
.post-item-content h2 a:hover{
  color: rgb(204,0,51);
  text-decoration:None;
}
.post-item-tag-author-date {
  margin: 17.5px 0 0;
  font-family: Helvetica,Arial,sans-serif;
  font-size: .75em;
}
.post-item-tag-author-date div{
  display:inline-block;
  vertical-align:middle;
}
.post-item-tag-author-date a{
  color: #000000;
  text-decoration: none;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 400;
}
.post-item-tag-author-date a:hover{
  color: rgb(204,0,51);
}
.hubspot-author_data:after {
  content: "-";
  padding: 0 .45em;
}
.post-item-content p {
  margin: 17.5px 0 2.15em;
  font-size: 17px;
  line-height: 1.8;
}
.blog-post__read-more a {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  display: block;
}
.blog-post__read-more a:hover{
  color: #cc0033; 
}
.cm-date-social {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cm-date-social {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  line-height: 1.8;
}
.social span {
  padding-right: 10px;
  color: #000;
  font-size: 18px;
}
.social ul {
  display: inline-block;
  vertical-align: bottom;
  margin: 1px 0;
  padding: 0;
  line-height: normal;
  list-style: none;
}
.social ul li{
  float:left;
}
.social ul li a{
  width: 35px;
  height: 35px;
  margin: 2px;
  display: block;
  background-color: black;
  color: #fff;
}
.social ul li a:hover {
  background-color: #999;
  border-color: transparent;
}
.featured-image-on-post{
  margin-bottom: 20px;
}
.featured-image-on-post img{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  border-radius: 7px;
}
.heateorSssSharingSvg {
  width: 100%;
  height: 100%;
  display: block;
}
.heateorSssFacebookSvg {
  background: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii01IC01IDQyIDQyIj48cGF0aCBkPSJNMTcuNzggMjcuNVYxNy4wMDhoMy41MjJsLjUyNy00LjA5aC00LjA1di0yLjYxYzAtMS4xODIuMzMtMS45OSAyLjAyMy0xLjk5aDIuMTY2VjQuNjZjLS4zNzUtLjA1LTEuNjYtLjE2LTMuMTU1LS4xNi0zLjEyMy4wLTUuMjYgMS45MDUtNS4yNiA1LjQwNXYzLjAxNmgtMy41M3Y0LjA5aDMuNTNWMjcuNWg0LjIyM3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center center;
}
.heateorSssLinkedinSvg {
  background: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yIC0yIDM1IDM5Ij48cGF0aCBkPSJNNi4yMjcgMTIuNjFoNC4xOXYxMy40OGgtNC4xOVYxMi42MXptMi4wOTUtNi43YTIuNDMgMi40My4wIDAgMSAwIDQuODZjLTEuMzQ0LjAtMi40MjgtMS4wOS0yLjQyOC0yLjQzczEuMDg0LTIuNDMgMi40MjgtMi40M200LjcyIDYuN2g0LjAydjEuODRoLjA1OGMuNTYtMS4wNTggMS45MjctMi4xNzYgMy45NjUtMi4xNzYgNC4yMzguMCA1LjAyIDIuNzkyIDUuMDIgNi40MnY3LjM5NWgtNC4xODN2LTYuNTZjMC0xLjU2NC0uMDMtMy41NzQtMi4xNzgtMy41NzQtMi4xOC4wLTIuNTE0IDEuNy0yLjUxNCAzLjQ2djYuNjY4aC00LjE4N1YxMi42MXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center center;
}
.heateorSssEmailSvg {
  background: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IC00IDQzIDQzIj48cGF0aCBkPSJNNS41IDExaDIzdjFsLTExIDYtMTEtNnYtMW0wIDIgMTEgNiAxMS02djExaC0yMlYxMyIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center center;
}



.post-tags a {
  border: 2px solid #ccc;
  display: inline-block;
  padding: 1px 10px;
  border-radius: 5px;
  font-weight: 400;
  color: rgb(85,85,85);
  text-decoration: none;
}
.post-tags a:hover{
  color: rgb(85,85,85);
  text-decoration: none;
}
.post-top-section h1{
  margin: 20px 0;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  font-size: 3em;
  color: rgb(0,0,0);
  letter-spacing: -0.002em;
  font-family: "Roboto",sans-serif;
  font-style: normal;
  font-weight: 700;
}
.post-page-group{
  line-height:1.8;
}
.post-page-group:after{
  content:" ";
  clear:both;
  display:table;
}
.blog-post-page{
  width: 70%;
  padding-right: 35px;
  float: left;
}
.cm-sidebar{
  padding-left: 35px;
  width: calc( 100% - 70%);
  float: right;
}
.cm-sidebar h2,
.cm-sidebar h3,
.cm-sidebar h4{
  margin: 16px 0 12px;
  line-height: 1.3;
  font-family: "Roboto",sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
  border: 1px solid #333;
  padding: .65em .65em .75em;
  font-size: 85%;
  letter-spacing: .15em;
  text-align: center;
  text-transform: uppercase;
  color: #333;  
}
.cm-sidebar ul{
  padding:0;
  list-style:none;
  margin:0;
  display:block;
}
.cm-sidebar ul li{
  border-top: 1px solid rgba(0,0,0,.085);
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5;
}
.cm-sidebar ul li:last-child {
  border-bottom: 1px solid rgba(0,0,0,.085);
}
.cm-sidebar ul li a{
  display:inlie-block;
  padding:8px 0;
  text-decoration: underline;  
  color: #333333;
}
.cm-sidebar ul li a:hover{
  text-decoration: none;
}
@media (max-width: 978px){
  .blog-post-page {
    width: 100%;
    padding-right: 0;
    float: none;
  }
  .cm-sidebar {
    padding-left: 0;
    width: 100%;
    float: none;
  }
}


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

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

.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: 3.3rem 0;
}
.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: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@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: 2.369rem;
}
.blog-index__post-content p {
  font-family: Roboto, sans-serif;
}
.blog-index__post-content a {
  color: #555555;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  margin: 35px 0 0;
  height: 32px;
  text-align: center;
}
.blog-pagination a{
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: -1px;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  color: #333;
}
.blog-pagination a.blog-pagination__link--active,
.blog-pagination a:hover{
  color: #fff;
  background-color: #333;
}
.post-item-inner.no-image .post-item-content {
  width: 100%;
  padding-left:0;
}
.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 {
  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 {
  background-color: #555555;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #555555;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Roboto, 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 {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #555555;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@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 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;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.grecaptcha-badge {
  margin: 0 !important;
}
.cm-blog-extra-section{
  background-image: linear-gradient(to top,#243949 0%,#517fa4 100%);
  padding: 5em 0em 5em 0em;
  z-index: 1;
  transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
}
.page-center-inner{
  padding: 0;
  text-align: center;  
}
.page-center-inner img{
  max-width:100%;
  width:1000px;
  margin:0 0 39px;
}
.page-center-inner h3{
  font-family: "Roboto",sans-serif;
  font-size: 2.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  margin:0 0 32px;
  text-transform: none;
  color: rgb(255,255,255);
}
.page-center-inner p{
  max-width: 800px;
  margin: 0 auto 16px;
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: center;
  text-transform: none;
  color: rgba(255,255,255,0.75);
  background-color: transparent;
  transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
}
.page-center-inner a.button{
  border-radius: 4px;
  font-size: 1em;
  background-color: rgb(204,0,51);
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: stretch;
  position: relative;
  min-width: 1px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-family: "Roboto",sans-serif;
  line-height: 1.8;
  color:#FFF;
  font-style: normal;
  font-weight: 700;
  padding:7.7px 18px 8.7px 18px;
  margin-bottom:16px;
}
.page-center-inner a.button:hover{
  background-color:#000;
  color:#FFF; 
}
.page-center-inner ul{
  display:block;
  margin:0;
  padding:0;
  line-height:1;
  list-style:none;
}
.page-center-inner ul li{
  display:inline-block;
}
.page-center-inner ul li a{
  overflow: hidden;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  min-width: 1px;
  cursor: pointer;
  margin: 1em 1.5em 1em 0em;
  font-size: 1em;
  transition:all 0.2s;
  flex-direction: row;
  justify-content: center;
  align-items: center;   
  color: #ccc;
  font-weight:700;
  text-decoration:None;
}
.page-center-inner ul li:last-child a {
  margin-right: 0;
}
.page-center-inner ul li a:hover i,
.page-center-inner ul li a:hover{
  color:#fff;
}
.page-center-inner ul li a i{
  margin: 5px;
  flex-shrink: 0;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
  z-index: 2;
  font-size: 1.25em;
  transition:all 0.2s;
  width: 0.5em;
  height: 0.5em;
  line-height: 0.5em;
  font-style:normal;
  color: rgb(204,0,51);
}
.page-center-inner [data-x-icon-s]:before {
  content: attr(data-x-icon-s);
}
.page-center-inner ul li a span{
  margin: 5px;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
}















@media only screen and (max-width: 767px){
  a.blog-featured-image {
    float: none;
    width: 100%;
    padding-bottom: 65%;
    margin: 0 0 2.15em;
  }
  .post-item-content {
    width: 100%;
    padding-left: 0;
  }
  .post-item-content p {
    margin: 17.5px 0 0;
  }
  .post-top-section h1{
    font-size:25px;
  }
  .cm-date-social {
    display: block;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
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: Roboto, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #ccc;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 45px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width:100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  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: Roboto, serif;
  font-size: 1.25rem;
  color: #555555;
  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: #555555;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}