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

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

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

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

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

@font-face {
  font-family: "FontAwesome";
  src: url("//6969796.fs1.hubspotusercontent-na1.net/hubfs/6969796/Hosco_June2020/fonts/fontawesome-webfont.eot") format("embedded-opentype"),
  url("//6969796.fs1.hubspotusercontent-na1.net/hubfs/6969796/Hosco_June2020/fonts/fontawesome-webfont.woff2") format("woff2"),
  url("//6969796.fs1.hubspotusercontent-na1.net/hubfs/6969796/Hosco_June2020/fonts/fontawesome-webfont.woff") format("woff"),
  url("//6969796.fs1.hubspotusercontent-na1.net/hubfs/6969796/Hosco_June2020/fonts/fontawesome-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: HoscoAwesome;
  src: url("//6969796.fs1.hubspotusercontent-na1.net/hubfs/6969796/Hosco_June2020/fonts/c51f355b4c94258ae902eda1a014143c.ttf") format("truetype"),
  url("//6969796.fs1.hubspotusercontent-na1.net/hubfs/6969796/Hosco_June2020/fonts/d68ab1d937fcff7ecc0f23b71e375d6a.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}


html {
  line-height: 1.15;
}

body {
  font-family: Work Sans,Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.33333333333;
}

.body-container-wrapper {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #f5f6fb;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Work Sans,Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Work Sans,Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Work Sans,Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

blockquote {
  margin: 0 0 1rem;
}

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

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: #3246ff;
}

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

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-right::before {
  content: "\f105";
}
form {
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
  padding: 20px;
}

form .form-columns-2 input[type='text'],
form .form-columns-2 input[type='email'],
form .form-columns-2 input[type='tel'],
form .form-columns-2 select{
  width: calc(100% - 10px);
}

form .form-columns-1 input[type='text'],
form .form-columns-1 input[type='email'],
form .form-columns-1 input[type='tel'],
form .form-columns-1 select{
  width: calc(100% - 10px) !important;
}

form label:not(.hs-error-msg) {
  display: none;

}


form .input textarea,
form input[type='text'],
form input[type='email'],
form input[type='tel'],
form select {
  border: 1px solid #CED4DA;
  background-color: #FFFFFF;
  color: #8C8C8C;
  font-family: "Work Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
}

form .hs-error-msgs {
  display: block;
  color: #ff3e62;
  font-size: 10px;
  margin: 0;
  padding: 0 0 0 10px;
}

form input[type='submit'] {
  color: #FFFFFF;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  padding: 8px 16px;
  text-transform: uppercase;
  border: 2px solid #3246ff;
  border-radius: 50px;
  background-color: #3246ff;
}

form select {
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}

form .legal-consent-container {
  color: #5A5A5A;
  font-family: "Work Sans";
  font-size: 10px;
  letter-spacing: 0;
  line-height: 14px;
}

form .form-columns-2 input {
  margin-right: 0;
}

form fieldset.form-columns-1 textarea.hs-input {
  width: 98%!important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.custom-menu-primary .navigation-primary .submenu .menu-item {
display: block;
position: relative;
line-height: 60px;
margin: 0;
}

.custom-menu-primary .navigation-primary > .level-1 {
margin: 0;
padding: 0;
list-style-type: none;
display: -webkit-flex;
display: flex;
}

.custom-menu-primary .navigation-primary .submenu .menu-item a {
color: #fff;
position: relative;
display: flex;
margin: 0 20px;
padding: 0;
text-align: center;
transition: color .2s ease-in-out;
letter-spacing: 1px;
font-size: .875rem;
font-weight: 600;
}
.custom-menu-primary .navigation-primary .submenu .menu-item a:hover {
/* opacity: 1; */
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item {
display: block;
width: 100%;
margin: 0px;
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item:last-child {
margin-bottom: 0;
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
position: relative;
display: block;
margin: 0 0px;
text-align: left;
transition: color .2s ease-in-out;
letter-spacing: 1px;
text-transform: uppercase;
font-size: .875rem;
line-height: normal;
font-weight: 600;
padding: 10px 18px;
}

.nav-item-label {
position: absolute;
top: .5rem;
right: .625rem;
border-style: none;
border-radius: 2px;
border-width: 1px;
line-height: .375rem;
letter-spacing: .025rem;
background: #3246ff;
color: #fff;
padding: 1px 2px;
font-size: .375rem;
line-height: 1;
text-transform: uppercase;
font-weight: 700;
}


.custom-menu-primary .navigation-primary .submenu > .menu-item:nth-last-child(1) > a,
.custom-menu-primary .navigation-primary .submenu > .menu-item:nth-last-child(2) > a {
font-size: .75rem;
text-transform: none;
font-weight: 400;
letter-spacing: normal;
}

.submenu-toggle {
display: none;
}

.custom-menu-primary .navigation-primary > .level-1:after {
content: " ";
display: table;
clear: both;
}

.custom-menu-primary .navigation-primary > .level-1:before {
content: " ";
display: table;
}

.custom-menu-primary .navigation-primary .submenu .menu-item:hover > ul.submenu {
opacity: 1;
visibility: visible;
}

.custom-menu-primary .navigation-primary .submenu .menu-item ul ul {
left: 100%;
top: 0;
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item > a {
width: 100%;
position: relative;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > a:empty {
margin: 0 49px 0 50px;
cursor: text;
pointer-events: none;
opacity: 1;
}
.custom-menu-primary .navigation-primary > .submenu > .menu-item.active-branch > a:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
transition-timing-function: cubic-bezier(.4,0,.2,1);
transition-duration: .3s;
}

.custom-menu-primary .navigation-primary > .submenu > .menu-item > a:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: #3246ff;
-webkit-transform: scaleX(0);
transform: scaleX(0);
transition: -webkit-transform .1s;
transition: transform .1s;
transition: transform .1s,-webkit-transform .1s;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > a:empty:after {
content: "|";
color: #535353;
font-family: Work Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
font-size: .875rem;
}


.cm-right-menu > div > span {
display: block;
}

.cm-right-menu ul {
padding-left: 0;
margin: 0;
list-style: none;
display: -webkit-flex;
display: flex;
font-size: .875rem;
}

.cm-right-menu ul li {
display: block;
position: relative;
line-height: 60px;
margin: 0 5px;
}

.cm-right-menu ul li > a {
border-radius: 50px;
border: 2px solid transparent;
text-align: center;
box-shadow: none;
cursor: pointer;
padding: 8px 20px;
line-height: 1.2em;
display: inline-block;
font-weight: 600;
color: #fff;
background-color: #3246ff;
border-color: #3246ff;
}

.cm-right-menu ul li > a.secondary {
background-color: #000;
border-color: #fff;
}

.cm-right-menu ul li > a.secondary:hover {
background-color: #000;
border-color: #98A2FF;
color: #98A2FF !important;
}

.scroll-header .cm-right-menu ul li > a.secondary {
background-color: #fff;
color: #3246ff;
border-color: #3246ff;
}

.cm-right-menu ul li a:hover, .cm-right-menu ul li > a:active {
border-color: #115c87;
background-color: #115c87;
color: #fff;
}


@media (min-width: 992px){
.header_close {
display: none !important;
}
.custom-menu-primary .navigation-primary .submenu .menu-item ul {
visibility: hidden;
opacity: 0;
-webkit-transition: opacity .4s;
position: absolute;
z-index: 10;
left: 0;
padding: 0;
border-radius: 0;
box-shadow: 0 0 25px 0 rgba(0,0,0,0.03);
-webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.03);
min-width: 195px;
text-align: left;
padding: 7px 0px;
background: #fff;
}
}

@media (max-width: 1199.98px) {
.custom-menu-primary .navigation-primary .submenu .menu-item a {
font-size: .75rem;
letter-spacing: 0;
}
.custom-menu-primary .navigation-primary .submenu .menu-item>a:empty {
margin: 0 35px 0 35px;
}
.cm-right-menu ul li:not(:last-child)>a {
letter-spacing: 0;
}
.cm-right-menu ul li:not(:last-child)>a:after {
margin-left: 6.29px;
}
.custom-menu-primary .navigation-primary .submenu .menu-item>ul .menu-item a {
font-size: .75rem;
letter-spacing: 0;
}
}

@media (max-width: 1030px) {
.custom-menu-primary .navigation-primary .submenu .menu-item>a:empty {
margin: 0 25px 0 25px;
}
}

@media (max-width: 991px){

.custom-menu-primary .navigation-primary > .level-1 {
display: block;
width: 100%;
}
.custom-menu-primary .navigation-primary .submenu .menu-item {
margin-left: 0;
margin-right: 0;
display: block;
width: 100%;
}
.custom-menu-primary .navigation-primary .submenu .menu-item ul {
display: none;
padding: 0;
margin-top: 0px;
margin-bottom: 0px;
}

.custom-menu-primary .navigation-primary .submenu .menu-item ul ul {
display: none;
padding: 0;
margin-top: 0px;
margin-bottom: 0px;
}
.custom-menu-primary .navigation-primary .submenu .menu-item a {
color: #101010;
transition: color .2s ease-in-out;
margin: 0;
padding: 0 10px;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
transition: color .2s ease-in-out;
margin: 0;
padding: 0 10px;
line-height: 60px;
}
.custom-menu-primary .navigation-primary .submenu .menu-item>a:empty {
display: none;
}

.custom-menu-primary .navigation-primary .submenu .menu-item a:hover {
color: #3246ff;
background-color: #e4e4e4;
}

.nav-item-label {
right: 13.75rem;
}

.cm-right-menu ul {
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-justify-content: space-between;
justify-content: space-between;
padding: 15px 10px;
}

.cm-right-menu ul li > a.secondary {
    background-color: #fff;
    border-color: #3246ff;
}

.cm-right-menu ul li > a.secondary:hover {
    color: #fff !important;
}

.cm-right-menu ul li:not(:last-child)>a {
color: #3246ff;
transition: color .2s ease-in-out;
margin: 0;
}

.cm-right-menu ul li:not(:last-child)>a:hover {
color: #3246ff;
}
.child-trigger {
position: absolute;
right: 0;
top: 0;
height: 60px;
width: 45px;
font-size: 14px;
font-weight: 700;
z-index: 9;
cursor: pointer;
}
.child-trigger:hover:after {
background: #3246ff;
}
.child-trigger:hover:before {
background: #3246ff;
}

.child-trigger:after {
content: "";
height: 2px;
width: 10px;
background: #101010;
display: block;
margin: 0 auto;
position: absolute;
top: 20px;
left: 13px;
}

.child-trigger:before {
content: "";
height: 2px;
width: 10px;
background: #000;
display: block;
margin: 0 auto;
transform: rotate(90deg);
position: absolute;
top: 20px;
left: 13px;
}
.child-trigger.child-open:before {
opacity: 0;
}


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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 {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 9;
  box-shadow: none;
  transition: box-shadow .2s ease-in-out;
}

.scroll-header header.header {
  box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  transition: box-shadow .2s ease-in-out;
}

.no-banner header.header {
  box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  transition: box-shadow .2s ease-in-out;
}

body.no-banner {
  padding-top: 60px;
}

.header__container {
  max-width: {
      {
      page_max_width
    }
  }

  ;
  margin: 0 auto;
}

.custom-header-logo {
  text-align: left;
  height: 60px;
}

.custom-header-logo .hosco-logo {
  margin-top: 15px;
}

.scroll-header .cm-row-fluid-wrapper {
  transition: background-color .2s ease-in-out, padding-top .2s ease-in-out;
}

.cm-row-fluid-wrapper {
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  background-color: transparent;
  padding: 0 15px;
  transition: background-color .2s ease-in-out, padding-top .2s ease-in-out;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.hosco-logo a.logo {
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
  background: transparent no-repeat 50%;
  margin: 0 50px 0 0;
  background-size: 95px auto;
}

.logo.fixed {
  display: none;
}

.scroll-header .hosco-logo a.logo.normal {
  display: none;
}

.scroll-header .hosco-logo a.logo.fixed {
  display: block;
}

.hosco-logo a.logo.normal {
  display: block;
}

.no-banner .hosco-logo a.logo.fixed {
  display: block;
}

.no-banner .hosco-logo a.logo.normal {
  display: none;
}

.custom-menu-primary {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 1450px) {
  .custom-menu-primary .navigation-primary .submenu .menu-item {
    line-height: 2;
  }

  .cm-right-menu ul li {
    line-height: 2;
  }
}

.cm-left-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  list-style: none;
}

.cm-right-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: auto;
}

@media (min-width: 992px) {
  .cm-row-fluid-wrapper {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .custom-menu-primary {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }

  .cm-left-menu {
    -webkit-flex-direction: row;
    flex-direction: row;
  }

  .cm-right-menu {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 991px) {
  .custom-menu-primary {
    display: none;
    max-height: calc(100vh - 80px);
    overflow-y: auto !important;
  }

  .cm-row-fluid-wrapper {
    position: relative;
  }

  .header_close {
    padding: .25rem .75rem;
    transition-property: opacity;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.7;
    cursor: pointer;
  }

  .header_close:hover {
    opacity: .5;
  }

  .navbar-toggler-box {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
  }

  .navbar-toggler-inner {
    display: block;
    top: 50%;
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  .navbar-toggler-inner,
  .navbar-toggler-inner:after,
  .navbar-toggler-inner:before {
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .15s;
    transition-timing-function: ease;
  }

  .navbar-toggler-inner:before {
    top: -9px;
    transition: top .1s ease-in .25s, opacity .1s ease-in;
  }

  .navbar-toggler-inner:after,
  .navbar-toggler-inner:before {
    content: "";
    display: block;
  }

  .navbar-toggler-inner:after {
    bottom: -9px;
    transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
  }

  .mobile-open .navbar-toggler-inner,
  .mobile-open .navbar-toggler-inner:after,
  .mobile-open .navbar-toggler-inner:before {
    width: 30px;
    height: 3px;
    background-color: #1e1e1e;
  }

  .mobile-open .navbar-toggler-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  .mobile-open .navbar-toggler-inner:before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
  }

  .mobile-open .navbar-toggler-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  }

  .mobile-open .cm-row-fluid-wrapper {
    background-color: #fff;
    transition: background-color .2s ease-in-out, padding-top .2s ease-in-out;
  }

  .scroll-header .navbar-toggler-inner,
  .scroll-header .navbar-toggler-inner:after,
  .scroll-header .navbar-toggler-inner:before {
    background-color: #1e1e1e;
  }

  .no-banner .navbar-toggler-inner,
  .no-banner .navbar-toggler-inner:after,
  .no-banner .navbar-toggler-inner:before {
    background-color: #1e1e1e;
  }

  .mobile-open .hosco-logo a.logo.normal {
    display: none;
  }

  .mobile-open .hosco-logo a.logo.fixed {
    display: block;
  }

  .cm-left-menu {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .cm-right-menu {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  background-color: transparent;
  padding-top: 10px;
  box-shadow: inset 0 10px 15px -10px rgba(0,0,0,.4);
  padding: 50px;
}
.footer__container {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1100px;
}

.footer_copyright {
  padding-bottom: 20px;
  text-align: center;
  font-size: .75rem;
  font-weight: 700;
}

.footer_copyright p {
  margin: 0;
  line-height: 1.7;
  color: #535353;
  font-size: .75rem;
  font-weight: 700;
}
.lp-footer .footer_copyright {
  padding-top: 60px;
}
.footer_copyright  > div  > span {
  display: block;
}

.social-icon-wrap .hosco-new-footer-social {
  margin: 0;
  list-style-type: none;
  text-align: center;
  padding: 10px 0 50px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.7;
}

.hosco-new-footer-social li {
  display: inline-block;
  padding: 0 10px;
}
.footer-menu-wrap .child-trigger {
  display: none !important;
}
.hosco-new-footer-social li a {
  font-size: 1.75rem;
  opacity: .8;
  transition: opacity .2s ease-in-out,color .2s ease-in-out;
}

.hosco-new-footer-social-hosco {
  color: #bbb;
}

.hosco-new-footer-social-fb {
  color: #bbb;
}

a.hosco-new-footer-social-twtt {
  color: #bbb;
}

a.hosco-new-footer-social-linkd {
  color: #bbb;
}

a.hosco-new-footer-social-insta {
  color: #bbb;
}

a.hosco-new-footer-social-yt {
  color: #bbb;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.ha {
  font-family: HoscoAwesome!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ha-round-hosco:before {
  content: "\E916";
}
.ha-round-fb:before {
  content: "\E915";
}
.ha-round-twtt:before {
  content: "\E919";
}
.ha-round-linkd:before {
  content: "\E918";
}
.ha-round-insta:before {
  content: "\E917";
}
.ha-round-yt:before {
  content: "\E91A";
}

.social-share-title h2 {
  margin-bottom: .5rem;
  color: #3246ff;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.hosco-new-footer-social li a:hover {
  opacity: 1;
  transition: opacity .2s ease-in-out,color .2s ease-in-out;
}

.hosco-new-footer-social-hosco:hover {
  color: #3246ff;
}

.hosco-new-footer-social-fb:hover {
  color: #3b5998;
}

.hosco-new-footer-social-twtt:hover {
  color: #1da1f2;
}

.hosco-new-footer-social-linkd:hover {
  color: #0077b5;
}

.hosco-new-footer-social-insta:hover {
  color: #3f729b;
}

.hosco-new-footer-social-yt:hover {
  color: red;
}

.social-share-title > div > span {
  display: block;
}

.hospitality-title {
  margin: 0 auto 40px;
  text-align: center;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.7;
}

.hospitality-title a {
  color: #1e1e1e;
  text-decoration: underline;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.7;
}
.hosco-new-footer-mobile-badge > div {
  display: inline-block;
  vertical-align: top;
}
.hosco-new-footer-mobile-badge {
  text-align: center;
  margin: 20px auto 10px;
}

.hosco-new-footer-mobile-badge > div > span {
  display: block;
  font-size: .875rem;
}

.hosco-new-footer-mobile-badge a img {
  vertical-align: middle;
  border-style: none;
  max-height: 30px;
}

.get-app-badge h2 {
  color: #3246ff;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.get-app-badge > div > span {
  display: block;
}
.footer-menu {
  text-align: center;
  padding: 50px 0 49px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.7;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.7;
}

.footer-menu > div > span {
  display: block;
}

.footer-menu ul li {
  display: inline-block;
  padding: 5px;
  position: relative;
}

.footer-menu ul li a {
  color: #1e1e1e;
}

.footer-menu ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .3125rem 0;
  margin: 0;
  font-size: .875rem;
  color: #535353;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  top: 0;
}

.footer-menu ul li span {
  color: #1e1e1e;
  padding-right: 4px;
}

.footer-menu ul li label {
  position: relative;
  display: inline-block;
}

.footer-menu ul li label > a {
  line-height: 1.5;
  padding: 1px 5px;
  font-size: .875rem;
  margin-top: -3px;
  color: #3246ff;
  border-radius: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  position: relative;
  top: -1px;
}

.footer-menu ul li label > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 7px;
  vertical-align: 3.57px;
  content: "";
  border-top: 4.1875px solid;
  border-right: 4.1875px solid transparent;
  border-bottom: 0;
  border-left: 4.1875px solid transparent;
  position: relative;
  top: 1px;
}
.footer-menu ul li ul li {
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  width: 100%;
  line-height: 1.45;
  padding: 10px 15px;
}

.footer-menu ul li ul li a {
  color: #1e1e1e;
  opacity: 1;
}
.footer-menu ul li ul li:first-child > a {
  pointer-events: none;
  color: #3246ff;
}
.footer-menu-wrap {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.7;
}

.footer-menu-wrap .submenu.level-1 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.7;
}

.footer-menu-wrap .submenu.level-1 > li {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-top: 50px;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}


.footer-menu-wrap .submenu.level-1 > li > a {
  color: #3246ff;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-menu-wrap .submenu.level-1 > li > ul {
  border-left: 2px solid #63bbd8;
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.footer-menu-wrap .submenu.level-1 > li > ul > li {
  padding: 5px 10px;
}

.footer-menu-wrap .submenu.level-1 > li > ul > li > a {
  color: #1e1e1e;
}

.footer-menu-wrap .submenu.level-1 > li > a:hover {
  color: #115c87;
}

.footer-menu-wrap .submenu.level-1 > li > ul > li > a:hover {
  color: #1e1e1e;
}
.hosco-back-to-top {
  cursor: pointer;
  position: fixed;
  border-radius: 6px 0 0 6px;
  background-color: rgba(16,16,16,.6);
  padding: 5px 15px 10px;
  z-index: 10;
  width: 70px;
  bottom: 50px;
  right: -80px;
  transition: right .5s ease-in-out;
}

.hosco-back-to-top-icon {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.125rem;
  font-weight: 600;
  font-size: 1.5rem;
}

.back-active .hosco-back-to-top {
  right: 0;
  transition: right .5s ease-in-out;
}

.hosco-back-to-top:hover {
  background-color: rgba(16,16,16,.8);
}


.popup_form_container {
  padding: 0px 10px;
  opacity: 0;
  position: fixed;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .3s;
  width: 100%;
}

.popup_form_inner {
  position: relative;
  width: auto;
  max-width: 610px;
  margin: 1.75rem auto;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  top: -25%;
  transition: all .3s;
  opacity: 0;
}

.open-popup .popup_form_container {
  opacity: 1;
  z-index: 99;
  pointer-events: all;
  visibility: visible;
}

.open-popup .popup_form_inner {
  top: 0%;
  opacity: 1;
}

.popup_form_group {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  border: 0;
  text-align: center;
  font-size: 1rem;
}

.popup_form_group form fieldset {
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 0;
}

.popup_form_group form {
  margin: 0;
  padding: 0;
  border: 0;
}

.popup_form_group form fieldset.form-columns-0 {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: block;
  position: relative;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px;
  border-bottom: 2px solid #eee;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.popup_form_group form fieldset .hs-richtext span {
  font-size: 2.5rem;
  color: #3246ff;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.7;
}
.popup_form_group .hs_error_rollup {
    padding: 0px 20px;
}
.popup_form_group form fieldset .hs-richtext span label {display: inline-block;width: auto;font-size: 2.5rem;color: #3246ff;line-height: 1;margin: 0;}

.popup_form_group form fieldset .hs-richtext span label:before {
  font-family: HoscoAwesome!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E914";
}

.popup_form_group form fieldset .hs-richtext {
  margin: 0;
}

.popup_form_group form fieldset .hs-richtext h3 {
  font-weight: 700;
  font-size: 1.625rem;
  padding-top: 10px;
  color: #292929;
}
.form-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  transition: opacity .15s linear;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.open-popup .form-overlay {
  opacity: .75;
  visibility: visible;
  pointer-events: all;
  z-index: 33;
}
body.popup_overflow {
  overflow: hidden;
}
.popup_form_group form  .hs_submit {
  padding: 20px 20px 30px;
}

.popup_form_group form .hs_submit input {
  margin: 0;
  text-transform: uppercase;
  opacity: .65;
  border-radius: 50px;
  border: 2px solid transparent;
  text-align: center;
  font-size: 1rem;
  padding: 8px 20px !important;
  line-height: 1.2em;
}

.popup_form_group form fieldset.form-columns-2 {
}

.popup_form_group form fieldset.form-columns-2 > div {
  margin-bottom: 30px;
  margin-top: 30px;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}

.popup_form_group form fieldset.form-columns-2 > div .input {
  width: 100%;
  font-size: .875rem;
}

.popup_form_group form .hs-form-required {
  display: none;
}

.popup_form_group .hs-form label {
  margin: 0;
  text-align: left;
}

.popup_form_group form fieldset.form-columns-2 > div .input > input.hs-input {
  border: 0 !important;
  border-bottom: 1px solid #ccc !important;
  box-shadow: none;
  border-radius: 0;
  width: 100% !important;
  height: 36px !important;
  background-color: transparent;
  outline: none;
  transition: all .3s;
  padding: 0 !important;
  margin: 5px 0;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #000;
}

.popup_form_group .hs-input::-webkit-input-placeholder {
  font-size: .875rem;
  color: rgba(51,51,51,.7);
  position: relative;
  top: -2px;
}
.popup_form_group form fieldset.form-columns-1 {
  padding-left: 20px;
  padding-right: 20px;
}

.popup_form_group form fieldset.form-columns-1 > div > .input {
  width: 100%;
}

.popup_form_group form fieldset.form-columns-1 > div {
  margin-bottom: 30px;
  margin-top: 30px;
}

.popup_form_group form fieldset.form-columns-1 > div > .input textarea.hs-input {
  max-width: 100%;
  max-height: 100%;
  padding: 1rem !important;
  border: 1px solid #999 !important;
  margin-top: 8px;
  min-height: 172px;
}

.popup_form_group form fieldset.form-columns-1 > div > .input textarea.hs-input::-webkit-input-placeholder {
  color: #bbb;
  font-style: italic;
  top: 0;
}

.popup_form_group form {
  max-height: calc(100vh - 50px);
  overflow-y: auto;
}
.ha-cross:before {
  content: "\E901";
}
@media (max-width: 767px) {
  .footer-menu ul li label a {
    top: 0px;
  }
  .footer-menu {
    padding: 50px 0 50px;
  }
  .popup_form_group form fieldset.form-columns-2>div {
    float: none !important;
    width: 100% !important;
    padding-bottom: 30px;
    padding-top: 30px;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .footer-menu-wrap .submenu.level-1 > li {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .popup_form_inner {
    margin: .5rem auto;
  }
}
.footer-menu-two-columns {
  display: flex;
  justify-content: center;
  align-content: center;
}

.footer-menu-two-columns > div {
  padding: 0 100px;
}

@media (max-width: 575px) {
  footer.footer {
    padding: 20px 10px!important;
  }
  
  .footer-menu-two-columns div {
    padding: 0 2px;
  }
  
  .footer__container {
    width: 100%;
  }
}

.footer-menu-two-columns h2 {
  color: #3246ff;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
}

.footer-menu-two-columns .menu {
  border-left: 3px solid  #00c7e8;
}

.footer-menu-two-columns ul {
  list-style-type: none;
  padding-left: 10px;
}

.footer-menu-two-columns a,
.footer-menu-two-columns a:hover {
  color: #333333;
  font-family: "Work Sans";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 33px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding-right: 10px;
    padding-left: 10px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  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-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: 1.25rem;
}
.blog-index__post-content p {
  font-family: Work Sans,Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Work Sans,Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.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: #494a52;
}
.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: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Work Sans,Open Sans,Helvetica Neue,Helvetica,Arial,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: transparent;
  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: #494a52;
  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-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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: Work Sans,Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: 5px 10px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Work Sans,Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}