/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
@import url('//fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&family=Karla&family=Montserrat:wght@400;700&display=swap');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');












































/* ******************************************************************************
*********************************************************************************
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;
}

.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.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "wsocial";
  src: url(https://8763767.fs1.hubspotusercontent-na1.net/hubfs/8763767/Apple_Print_January2021/Fonts/wsocial.eot) format("embedded-opentype"),
    url(https://8763767.fs1.hubspotusercontent-na1.net/hubfs/8763767/raw_assets/public/Apple_Print_January2021/Fonts/wsocial.woff) format("woff"),
    url(https://8763767.fs1.hubspotusercontent-na1.net/hubfs/8763767/raw_assets/public/Apple_Print_January2021/Fonts/wsocial.ttf) format("truetype"),
    url(https://8763767.fs1.hubspotusercontent-na1.net/hubfs/8763767/raw_assets/public/Apple_Print_January2021/Fonts/wsocial.svg) format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'scrolltopfont';
  src: url('https://8763767.fs1.hubspotusercontent-na1.net/hubfs/8763767/Apple_Print_January2021/Fonts/icomoon.eot') format('embedded-opentype'),
    url(https://8763767.fs1.hubspotusercontent-na1.net/hubfs/8763767/raw_assets/public/Apple_Print_January2021/Fonts/icomoon.ttf) format('truetype'),
    url(https://8763767.fs1.hubspotusercontent-na1.net/hubfs/8763767/raw_assets/public/Apple_Print_January2021/Fonts/icomoon.woff) format('woff'),
    url(https://8763767.fs1.hubspotusercontent-na1.net/hubfs/8763767/raw_assets/public/Apple_Print_January2021/Fonts/icomoon.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

h1 {
  font-size: 2.1rem;  
}

h2 {
  font-size: 1.6rem; 
  text-transform: uppercase;
}

h3 {
  font-size: 1.25rem;  
}

h4 {    
  font-size: 1.175rem;  
}

h5 {
  font-size: 1rem;  
}

h6 {
  font-size: .9rem;  
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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


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

blockquote {
  margin: 0 0 20px;
  padding-left: 15px;
  border-left: 1px solid #444444;
  font-size: 16px;
  line-height: 25px;
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
}

/* 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;
}
img{
  max-width: 100%; 
}

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

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 20px 0;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  border: 1px solid #ff7a59;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  
  text-decoration: none;
  white-space:normal;
}

.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 {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}
.hs-error-msgs{
  padding:0;
  margin:0;
  list-style:none;
}
form .hs-error-msgs label {
  margin-bottom: 4px;
  color: #f2545b;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: 400;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

h3.form-title{
  font-size: 35px;
  line-height: 70px;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
}
.hs-input,
.hs-input[type=password],
.hs-input[type=text], 
.hs-search-field__input[type=text],
input[type=password] {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 0 15px;
  min-height: 27px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
}

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

.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: #b9554d;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: inline-block!important;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: inline-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: 0.75rem;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media screen and (max-width: 1024px){
  h3.form-title{
    font-size: 21px;
    line-height: 1.6;
  }
}


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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

body.mobile-open {
  overflow: hidden;
}
.custom-menu-primary {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 6;
  width: 100%;
  max-height: 0px;
  background: #ffffff;
  border-bottom: none;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
  -webkit-transition: max-height 500ms ease-in;
  -moz-transition: max-height 500ms ease-in;
  -ms-transition: max-height 500ms ease-in;
  -o-transition: max-height 500ms ease-in;
  transition: max-height 500ms ease-in;
  display: block;
  max-height: 0 !important;
  text-align: left;
  overflow: hidden;
}

.mobile-open .custom-menu-primary {
  max-height: 200px !important;
  overflow: visible;
}
.close-menu .custom-menu-primary {
  overflow: hidden;
} 

.custom-menu-primary > * {
  display: table;
  width: 100%;
  max-height: 60px;
  margin: 0 auto;
  box-sizing: border-box;
}


.custom-menu-primary .hs-menu-wrapper {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  width: 100%;
  padding: 0 20px;
  list-style-type: none;
  box-sizing: border-box;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  padding: 15px 10px;
  position: relative;
  margin-right: 5px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #444444;
  letter-spacing: 0.04em;
  font-size: 14px;
  line-height: normal;
  transition: all 200ms ease-in;
  font-family: "Montserrat" !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li  ul {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5000;
  background-color:#fff;
}

.custom-menu-primary .hs-menu-wrapper>ul>li >ul {
  -webkit-transform: scale(1,0);
  -moz-transform: scale(1,0);
  -ms-transform: scale(1,0);
  -o-transform: scale(1,0);
  transform: scale(1,0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform .3s 0s ease-in-out;
  -moz-transition: -moz-transform .3s 0s ease-in-out;
  -ms-transition: -ms-transform .3s 0s ease-in-out;
  -o-transition: -o-transform .3s 0s ease-in-out;
  transition: transform .3s 0s ease-in-out !important;
}

.custom-menu-primary .hs-menu-wrapper>ul > li:hover>ul {
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
}

.custom-menu-primary .hs-menu-wrapper > ul > li ul ul{
  left:100%;  
  top:0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  color: #bbb;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) {
  margin-right: 6px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) {
  margin-right: 6px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) {
  margin-right: 6px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul li {
  margin: 0;
  padding: 0;
  width: 200px;
  text-align: left;
  position: relative;
  padding: 5px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li  a {
  border: none;
  color: #444444;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Montserrat" ;
  font-weight: 400 ;
  font-size: 14px;
  line-height: normal;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  display: block;
  padding: 5px 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul  li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul  li.active > a {
  background: #ffffff;
  color: #bbb;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:after{
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  font-family: Courier;
  height: 15px;
  line-height: 15px;
  margin-top: -7px;
  display: block;
  color: #444444;
  content: '\203A';
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
  line-height: 11px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul{
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform .3s 0s ease-in-out;
  -moz-transition: -moz-transform .3s 0s ease-in-out;
  -ms-transition: -ms-transform .3s 0s ease-in-out;
  -o-transition: -o-transform .3s 0s ease-in-out;
  transition: transform .3s 0s ease-in-out !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > ul{
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
}



@media screen and (max-width: 1024px){
  .custom-menu-primary{
    display:none !important; 
  }
  .mobile-nav .hs-menu-wrapper > ul {
    padding: 60px 0 0;
  }

  .mobile-nav .hs-menu-wrapper > ul  li {
    position: relative;
    z-index: 12;
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    visibility: visible !important;
  }

  .mobile-nav .hs-menu-wrapper > ul > li a {
    font-family: "Montserrat";
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    padding: 15px 0;
    color: #444444;
    letter-spacing: 0.04em;
    font-size: 14px;
    line-height: normal;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }

  .mobile-nav .hs-menu-wrapper > ul > li > ul {
    display: block !important;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
  }

  .mobile-nav .hs-menu-wrapper > ul > li.child-open > ul {
    max-height: 100vh;
  }
  span.icon-caret {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 8;
    display: block;
    width: 30px;
    height: 50px;
    padding: 15px 10px 15px 0;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .mobile-nav .hs-menu-wrapper > ul  li.hs-item-has-children > span.icon-caret:before {
    position: relative;
    display: block;
    color: #444444;
    font-size: 32px;
    content: '\203A';
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
.banner-area {
  height: 650px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444444;
  letter-spacing: 0.03em;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
  background-color:#1B2F37;
}

.banner-area-v2 {
  height: 500px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444444;
  letter-spacing: 0.03em;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
  background-color:#1B2F37;
}

.banner-area .container {
  padding: 100px 0;
  width: 100%;
}

.banner-content {
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(0,0,0,0);
  border-style: None;
  border-color: #555555;
  border-width: 3px;
}

h2.banner-content-title {
  font-family: "Montserrat" ;
  font-weight: 700 ;
  color: #fff ;
  text-transform: uppercase ;
  letter-spacing: 0px ;
  padding-bottom: 25px;
  text-align: center;
  font-size: 70px;
  line-height: normal;
  margin: 0;
}

.banner-content .paragraph {
  padding-bottom: 30px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: normal;
  font-family: "Montserrat" ;
  font-weight: 400 ;
  text-transform: uppercase ;
  letter-spacing: 0px ;
  margin: 0;
}

.promo-banner-content .paragraph {
/*   padding-bottom: 30px; */
  text-align: left;
  color: #fff;
  font-size: 24px;
  line-height: normal;
  font-family: "Montserrat" ;
  font-weight: 400 ;
  text-transform: uppercase ;
  letter-spacing: 0px ;
  margin: 0;
}


.banner-paragraph .paragraph p {
  margin: 0;
  font-family: inherit;
  font-size: 13px !important;
  font-weight: bold;
}

.banner-area.blog-banner {
  height: 600px;
  background-attachment: inherit;
}
.banner-area.blog-banner .banner-content {
  padding: 0;
}


/*==================================================== 
====================Media Query======================
====================================================*/

@media screen and (min-width: 767px){
  h2.banner-content-title{
    font-size: 87px ;
    line-height: .4597;
  }
  .banner-content .paragraph{
    font-size: 30px ;
    line-height: 37px ;
  }
  .banner-paragraph.paragraph {
    padding-top: 6px;
  }
}
@media screen and (max-width: 1024px){
  .banner-area .container {
    padding: 100px 1.5em 50px !important;
  }
  h2.banner-content-title {
    line-height: normal;
  }
}

@media screen and (max-width: 767px){
  h2.banner-content-title{
    font-size: 2.25em;
    line-height: 1.25em;
  }
  .banner-content .paragraph{
    font-size: 18px;
  }
  .banner-area,
  .banner-area.blog-banner{
    height:auto; 
  }
  .banner-content .paragraph.banner-paragraph {
    padding-top: 4px;
    padding-bottom: 32px;
  }
  .blog-content-wrapper .content-wrapper {
    padding: 2em 1.5em !important;
  }
  .blog-sidebar ul.columnlist-blog>li {
    padding-bottom: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 650px){
  .banner-area.blog-banner .banner-content .paragraph{
    padding-top: 0;
    padding-bottom: 30px;
  }
  .banner-area.blog-banner .banner-paragraph.paragraph p{
    line-height: 1.7;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.dnd-section>.row-fluid,
.page-center, 
.content-wrapper, 
.container {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1240px){ 
  .dnd-section>.row-fluid, .page-center, .content-wrapper, .container {
    max-width: 1080px;
  } 
}


@media screen and (max-width: 1115px){ 
  .dnd-section>.row-fluid, .page-center, .content-wrapper, .container {
    max-width: 960px;
  } 
}


@media screen and (max-width: 1024px){ 
  .dnd-section>.row-fluid, .page-center, .content-wrapper, .container {
    max-width: 100%;
    padding: 0 24px;
  } 
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.no-banner .header-wrapper {
  min-height: 61px;
}
.header-wrapper {
  letter-spacing: 0.03em;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
}
.lp .hamburger {
  border: none;
}

.tn-header {
  background-image: linear-gradient(to right, #29303E , #00D6A3);
}

.lp .search-icon-wrap,
.lp .wsite-nav-cart {
  opacity: 0;
  visibility: hidden;
}
header.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: table;
  width: 100%;
  height: 61px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;

}
/* .no-banner:not(.scroll-header) header.header {
  background-color: #333;
} */

.scroll-header header.header {
  position: fixed;
  z-index: 8;
  height: 60px;
  border-bottom: none;
}
.scroll-header .search-bar-wrap {
  position: fixed;
  top: 60px;
}

.scroll-header .custom-menu-primary {
  position: fixed;
  top: 60px;
}

.hamburger {
  position: relative;
  z-index: 8;
  padding: 0 20px;
  width: 100px;
  vertical-align: middle;
  border-right: 1px solid rgba(255,255,255,0.15);
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 200ms cubic-bezier(0,0.53,0.85,0.7);
  -moz-transition: all 200ms cubic-bezier(0,0.53,0.85,0.7);
  -ms-transition: all 200ms cubic-bezier(0,0.53,0.85,0.7);
  -o-transition: all 200ms cubic-bezier(0,0.53,0.85,0.7);
  transition: all 200ms cubic-bezier(0,0.53,0.85,0.7);
  display: table-cell;
}

.hamburger span {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
}

.hamburger span:after {
  display: block;
  color: #fff;
  font-family: 'montserat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  content: '\MENU';
}

.logo {
  display: table-cell;
  padding: 0 20px;
  vertical-align: middle;
}
.logo a {
    display: block;
    opacity: 1;
    color: white;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: normal;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.logo a:hover {
  opacity: 0.85;
}
.logo > div,.logo > div>* {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.logo img {
  display: block;
  overflow: hidden;
  max-width: 130px;
  max-height: 50px;
  vertical-align: baseline;
  width: 130px !important;
}

.scroll-header .logo img {
  transition: ease-in-out .2s;
}

.search-icon-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 101px;
  border-left: 1px solid rgba(255,255,255,0.15);
  cursor: pointer;
  -webkit-transition: all 200ms cubic-bezier(0,0.53,0.85,0.7);
  -moz-transition: all 200ms cubic-bezier(0,0.53,0.85,0.7);
  -ms-transition: all 200ms cubic-bezier(0,0.53,0.85,0.7);
  -o-transition: all 200ms cubic-bezier(0,0.53,0.85,0.7);
  transition: all 200ms cubic-bezier(0,0.53,0.85,0.7);
}

.wsite-nav-cart {
  display: table-cell;
  vertical-align: middle;
  width: 101px;
  border-left: 1px solid rgba(255,255,255,0.15);
  cursor: pointer;
  -webkit-transition: all 250ms cubic-bezier(0,0.53,0.85,0.7);
  -moz-transition: all 250ms cubic-bezier(0,0.53,0.85,0.7);
  -ms-transition: all 250ms cubic-bezier(0,0.53,0.85,0.7);
  -o-transition: all 250ms cubic-bezier(0,0.53,0.85,0.7);
  transition: all 250ms cubic-bezier(0,0.53,0.85,0.7);
  position: relative;
}

.search-icon {
  display: block;
  margin: 0 auto;
  width: 22px;
  height: 22px;
  background: url(https://8763767.fs1.hubspotusercontent-na1.net/hubfs/8763767/raw_assets/public/Apple_Print_January2021/images/icon-search-sprite.png) no-repeat;
  background-size: 100%;
  background-position: top center;
  cursor: pointer;
}


.search-open .search-bar-wrap {
  z-index: 8;
}
.search-open .search-bar-wrap .wsite-search .wsite-search-input {
  height: 30px;
  outline: none !important;
}
.search-open .search-bar-wrap .wsite-search {
  padding: 15px 20px;
  height: 60px;
  opacity: 1;
}
.wsite-nav-cart a {
  display: block;
  margin: 0 auto;
  width: 23px;
  height: 20px;
  background: url(https://8763767.fs1.hubspotusercontent-na1.net/hubfs/8763767/raw_assets/public/Apple_Print_January2021/images/icon-cart-sprite.png) no-repeat;
  background-size: 100%;
  background-position: top center;
  text-indent: -999em;
}

.search-bar-wrap {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  z-index: -1;
}

.search-bar-wrap .wsite-search {
  height: 0;
  padding: 0;
  width: 100%;
  background: #ffffff;
  white-space: normal;
  box-sizing: border-box;
  opacity: 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
  -webkit-transition: all 200ms cubic-bezier(0,0.53,0.85,0.7);
  -moz-transition: all 200ms cubic-bezier(0,0.53,0.85,0.7);
  -ms-transition: all 200ms cubic-bezier(0,0.53,0.85,0.7);
  -o-transition: all 200ms cubic-bezier(0,0.53,0.85,0.7);
  transition: all 200ms cubic-bezier(0,0.53,0.85,0.7);
  display: block;
  position: relative;
}

.search-bar-wrap .wsite-search .wsite-search-input {
  letter-spacing: 0.03em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-shadow: none;
  position: relative;
  left: 45px;
  display: block;
  padding: 0 !important;
  width: 95%;
  height: 0;
  border: none;
  background: transparent;
  color: #515151;
  box-sizing: border-box;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  -webkit-transition: all 200ms cubic-bezier(0,0.53,0.85,0.7);
  -moz-transition: all 200ms cubic-bezier(0,0.53,0.85,0.7);
  -ms-transition: all 200ms cubic-bezier(0,0.53,0.85,0.7);
  -o-transition: all 200ms cubic-bezier(0,0.53,0.85,0.7);
  transition: all 200ms cubic-bezier(0,0.53,0.85,0.7);
  vertical-align: top;
}

.search-bar-wrap .wsite-search .wsite-search-input::-webkit-input-placeholder {
  color: #a9a9a9;
}

.search-bar-wrap .wsite-search .wsite-search-button {
  position: absolute;
  top: 19px;
  left: 25px;
  z-index: 8;
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  background: url(https://8763767.fs1.hubspotusercontent-na1.net/hubfs/8763767/raw_assets/public/Apple_Print_January2021/images/icon-search-grey.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  vertical-align: top;
}


.mobile-nav{
  display:none;
}
@media screen and (min-width: 1025px){
  body.search-open header.header .search-icon-wrap,
  header.header .search-icon-wrap:hover{
    background: #fff;
  }
  .search-icon-wrap:hover .search-icon,
  body.search-open .search-icon-wrap .search-icon {
    background-position: bottom center;
  } 
  .hamburger:hover,
  .mobile-open .hamburger{
    background: #fff;
  }
  .hamburger:hover span:after,
  .mobile-open .hamburger span:after{
    color: #444444;
  }
  .wsite-nav-cart:hover {
    background: #fff;
  }
  .wsite-nav-cart:hover #wsite-nav-cart-a {
    background-position: bottom center;
  }
}

@media screen and (max-width: 1024px){
  header.header{
    height: 51px;
  }
  .no-banner .header-wrapper {
    min-height: 51px;
  }
  .logo img {
    max-width: 130px;
    max-height: 40px;
  }
  .hamburger {
    position: relative;
    padding: 0 10px;
    width: 50px;
    border-right: none;
    display: table-cell;
    background-color:transparent;
  }
  .hamburger span {
    position: relative;
    top: 5px;
    left: 10px;
    content: '\203A';
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    line-height: 11px;    
    display: block;
    color: #fff;
    text-align: center;

  }

  .hamburger span:before, .hamburger span:after{
    position: relative;
    display: block;
    background: white;
    width: 2px;
    height: 12px;
    content: ' ';
  }
  .hamburger span:before {
    top: 1px;
    left: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger span:after {
    top: -11px;
    left: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }  
  .search-icon-wrap {
    position: relative;
    right: 0;
    width: 40px;
    border-left: none;
  }
  .wsite-nav-cart {
    width: 40px;
    border-left: none;
  }
  .logo {
    padding: 0;
    text-align: center;
  }
  .mobile-nav{
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    max-height: 0;
    background: white;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: all 250ms cubic-bezier(0,0.53,0.85,0.7);
    -moz-transition: all 250ms cubic-bezier(0,0.53,0.85,0.7);
    -ms-transition: all 250ms cubic-bezier(0,0.53,0.85,0.7);
    -o-transition: all 250ms cubic-bezier(0,0.53,0.85,0.7);
    transition: all 250ms cubic-bezier(0,0.53,0.85,0.7);
    color: #444444;
    letter-spacing: 0.03em;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    overflow-y: auto;

  }
  .mobile-nav .hamburger {
    display: table;
    position: fixed;
    top: 2px;
    left: 0;
    padding: 0 15px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    -webkit-transition: all 250ms cubic-bezier(0,0.53,0.85,0.7);
    -moz-transition: all 250ms cubic-bezier(0,0.53,0.85,0.7);
    -ms-transition: all 250ms cubic-bezier(0,0.53,0.85,0.7);
    -o-transition: all 250ms cubic-bezier(0,0.53,0.85,0.7);
    transition: all 250ms cubic-bezier(0,0.53,0.85,0.7);
  }
  .mobile-nav .hamburger span {
    position: relative;
    content: '\203A';
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    line-height: 11px;
    color: #fff;
    text-align: center;
    top: 0;
    left: 0;
    display: table-cell;
    vertical-align: middle;
  }

  .mobile-nav .hamburger span:before,
  .mobile-nav .hamburger span:after{
    position: relative;
    display: block;
    content: ' ';
    width: 22px;
    height: 2px;
    background: #444444;
  }
  .mobile-nav .hamburger span:before {
    top: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-nav .hamburger span:after {
    top: -1px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mobile-open .mobile-nav {
    max-height: 100vh;
    opacity: 1;
  }
  .search-bar-wrap {
    top: 50px;
  }
}
@media screen and (max-width: 767px){
  body:not(.scroll-header) header.header {
    background-color: #373737;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer{
  letter-spacing: 0.03em;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
}

footer.footer p {
  margin: 0;
}

footer.footer a{
  color: #ffffff;
}
.address-section {
  text-align: center;
  overflow: hidden;
}
.footer-inner {
  padding: 40px 0;
}

.footer-logo {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  position: relative;
}

.footer-social-share {
  text-align: center;
  padding-bottom: 31px;
}
.wsite-social {
  position: relative;
  display: flex;
  white-space: nowrap;
  justify-content: center;
}
.wsite-social .wsite-social-item {
  margin: 0 1px;
  vertical-align: middle;
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  font-size: 16px;
}

.wsite-social .wsite-social-item:before {
  font-family: "wsocial";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wsite-social-facebook:before {
  content: "\e600";
}
.wsite-social-twitter:before {
  content: "\e601";
}
.wsite-social-instagram:before {
  content: "\e607";
}
.wsite-social-linkedin:before {
  content: "\e602";
}

.address-section-wrap{
  margin: 0 -15px;
  width:calc(100% + 30px);
}

.address-section-in {
  display: flex;
}

.ft-col {
  vertical-align: top;
  padding: 0 15px;
}

.ft-col-3 {
  width: 20.446337209788%;
}

.ft-col-2 {
  width: 19.516486965168%;
}
.ft-col-4 {
  width: 20%;
}
.ft-col-in {
  height: 50px;
}


.footer-copyright {
  text-align: center;

}

.footer-copyright p,
.address-section p{
  padding-bottom: 10px;
  letter-spacing: normal;
  font-family: "Montserrat" !important;
  font-weight: 400 !important;
  color: #fff ;
  text-transform: uppercase;
  font-size: 13px;
}


.footer-copyright p strong{
  color: #d5d5d5;
  font-size: small;
}


.ui-scroll-top {
  position: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 10px;
  display: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #2184D0;
  color: #e97676;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  opacity: 1;
  border: 1px solid #2184D0;
  -webkit-transition: background 300ms ease, color 300ms ease, border-color 300ms ease, border-radius 300ms ease, opacity 300ms ease;
  transition: background 300ms ease, color 300ms ease, border-color 300ms ease, border-radius 300ms ease, opacity 300ms ease;
  z-index: 20;   
  right: 15px;
}
.ui-scroll-top:hover {
  background: #fff;
  color: #2184D0;
  border-color: #2184D0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  opacity: 1;
}

.ui-scroll-top:before {
  content: "\e900";
  font-family: 'scrolltopfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
}
@media screen and (min-width: 767px){
  .footer-copyright p,
  .address-section p{
    font-size: 10px;
    line-height: 18px !important;
  }
}


@media screen and (max-width: 1024px){
  .footer-inner {
    padding: 3.5em 1.5em;
  }
  footer.footer .container {
    padding: 0;
  }
  .footer-copyright p,
  .address-section p{
    line-height: 2em;
  }
}
@media screen and (max-width: 767px){
  .footer-inner {
    padding: 2em 1.5em;
  }

  .address-section-in {
    display: block;
  }

  .address-section-in>div {
    width: 100% !important;
  }

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


.blog-header1 {
  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-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-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
  padding: 6px 0;
}
.blog-comments .hs-submit {
  text-align: center;
}
.comment-date {
  display: block !important;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/* 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 .field {
  margin: 0 0 16px 0;
}

.blog-comments form .field > label {
  display: block;
  font: bold 13px Helvetica;
  margin: 0 0 6px 0;
  color: #444444;
  letter-spacing: 0.03em;
}

.blog-comments form .field .hs-input {
  padding: 8px;
  height: auto;
  background: #f1f1f1;
  color: #737373;
  border: none;
  border-bottom: 1px solid #c7c7c7;
  border-radius: 1px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 15px;
  line-height: normal;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  letter-spacing: 0.03em;
  line-height: 17px;
}

.blog-comments form .hs-error-msgs label {
  color: red;
  font-size: 12px;
  font-weight: bold;
}

.blog-comments form .hs-button {
  height: auto;
  padding: 8px 12px;
  background: #fff;
  color: #333 !important;
  border: 1px solid #333;
  border-radius: 1px;
  text-transform: uppercase;
  white-space: normal;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: normal;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  letter-spacing: 0.03em;
}


/*==================================================== 
==================== Blog Listing ====================
====================================================*/
.blog-content-wrapper {
  position: relative;
  color: #444444;
  letter-spacing: 0.03em;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.blog-content-wrapper .content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog-index {
  padding: 3px;
}

.blog-post {
  overflow: hidden;
  clear: both;
  position: relative;
}

.blog-header {
  margin-right: 5%;
  float: none;
  width: 100%;
  line-height: 1.5;
}

.blog-post .blog-date {
  font-family: "Montserrat" !important;
  letter-spacing: 0px !important;
  margin: 0;
  line-height: normal;
  font-size: 16px;
  float: none;
  display: block;
  font-weight: bold;
  color: #23363d;
}

.blog-post .blog-date .date-text {
  margin: 0 8px 0 0;
  padding: 0 0 4px 0;
  cursor: pointer;
}

.blog-post h2.blog-title {
  padding: 5px 0 10px;
  color: #23363d;
  font-family: "Montserrat" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  letter-spacing: 0px !important;
  line-height: 1.5;
  font-size: 32px;
  margin: 0;
}

.blog-post h2.blog-title a {
  color: #444444;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: normal;
  -webkit-transition: color 250ms ease-in;
  -moz-transition: color 250ms ease-in;
  -ms-transition: color 250ms ease-in;
  -o-transition: color 250ms ease-in;
  transition: color 250ms ease-in;
}

.blog-post h2.blog-title a:hover {
  color: #404040;
}

.blog-post .blog-comments {
  float: none;
  display: block;
  margin-bottom: 10px;
  margin-right: 20px !important;
  line-height: 30px;
  margin: 0 !important;
  padding: 0 0 4px 0 !important;
  font-family: "Montserrat" !important;
  letter-spacing: 0px !important;
}

.blog-post .blog-comments a {
  color: #404040;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  line-height: normal;
}

.blog-post .blog-comments a:hover {
  color: #404040;
}

.blog-post .read-now-toggle {
  display: block;
  float: right;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-transition: color 250ms ease-in;
  -moz-transition: color 250ms ease-in;
  -ms-transition: color 250ms ease-in;
  -o-transition: color 250ms ease-in;
  transition: color 250ms ease-in;
}

.blog-post .blog-separator {
  clear: both;
  border-bottom: 1px solid #ddd;
  padding-top: 2px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 2px;
  height: 2px;
  margin: 15px 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.hs-blog-listing .blog-post .blog-comments{
  float: left;
  display: inline-block;
  margin-right: 20px !important;
  margin-bottom: 10px !important;
}
.hs-blog-listing  .blog-post .blog-separator{
  margin: 40px 0;
}
.blog-pagination a {
  color: #333333;
  font-family: 'Josefin Sans',sans-serif;
}
.blog-page-nav-previous {
  float: left;
}
.blog-page-nav-next {
  float: right;
}
.blog-pagination:after {
  content: "";
  display: table;
  clear: both;
}

/*==================================================== 
==================== Blog sidebar =======================
====================================================*/

.blog-sidebar {
  width: 100%;
  display: block;
  float: none;
  padding: 3px;
}

.blog-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-sidebar-toggle {
  position: relative;
  display: block;
  margin-bottom: 25px;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  color: #373737;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 0;
  line-height: normal;
  -webkit-transition: opacity 250ms ease-in;
  -moz-transition: opacity 250ms ease-in;
  -ms-transition: opacity 250ms ease-in;
  -o-transition: opacity 250ms ease-in;
  transition: opacity 250ms ease-in;
}
span.blog-sidebar-toggle-text {
    font-size: 16px;
    letter-spacing: 0.04em;
}

.blog-sidebar-toggle:hover {
  opacity: 0.7;
}
.blog-sidebar-toggle .icon-collapse {
  position: relative;
  top: 2px;
  left: 15px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(https://8763767.fs1.hubspotusercontent-na1.net/hubfs/8763767/raw_assets/public/Apple_Print_January2021/images/icon-plus-minus.png) no-repeat;
  background-position: top center;
  background-size: 100%;
  cursor: pointer;
}

.blog-sidebar-toggle.open .icon-collapse {
  background-position: bottom center;
}

.column-blog {
  width: 100%;
  display: none;
}

.blog-sidebar ul.columnlist-blog {
  padding: 10px 0;
}

.blog-sidebar ul.columnlist-blog > li {
  margin-right: 20px;
}

.blog-sidebar h3 {
  font-family: "Montserrat" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  letter-spacing: 0px !important;
  color: #23363d !important;
  padding-bottom: 15px;
  line-height: 1.3em;
  font-size: 20px;
  margin: 0;
}

.blog-sidebar p {
  font-family: "Montserrat" !important;
  letter-spacing: 0px !important;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  padding-bottom: 10px;
  color: #23363d !important;
  margin: 0;
}

.blog-sidebar .widget-module a,
.blog-sidebar .blog-category-list .blog-link {
  display: inline-block;
  padding: 12px;
  margin-bottom: 10px;
  border: 1px solid #444444;
  color: #444444;
  letter-spacing: 0.03em;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

.blog-sidebar .blog-archive-list br {
  display: none;
}

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

.blog-sidebar .blog-feed-link > a {
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://8763767.fs1.hubspotusercontent-na1.net/hubfs/8763767/raw_assets/public/Apple_Print_January2021/images/icon-rss.png) no-repeat;
  background-size: 100%;
  -webkit-transition: opacity 250ms ease-in;
  -moz-transition: opacity 250ms ease-in;
  -ms-transition: opacity 250ms ease-in;
  -o-transition: opacity 250ms ease-in;
  transition: opacity 250ms ease-in;
}

.blog-sidebar .blog-feed-link > a:hover {
  opacity: 0.6;
}

.blog-sidebar .widget-module li {
  display: inline;
}
.blog-sidebar .widget-module {
  padding-bottom: 10px;
}
/*==================================================== 
==================== Blog post =======================
====================================================*/
.hs-blog-post .blog-header {
  float: left;
  width: 25%;
  margin-right: 5% !important;
}

.blog-content {
  float: left;
  clear: none;
  width: 70%;
}

.blog-post .blog-share a {
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 1;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -ms-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

.blog-content p {
  font-family: "Montserrat" !important;
  letter-spacing: 0px !important;
  padding-bottom: 10px;
  font-weight: normal;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
}

.blog-post .blog-share span.blog-share-icon {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  background: url(https://8763767.fs1.hubspotusercontent-na1.net/hubfs/8763767/raw_assets/public/Apple_Print_January2021/images/icon-share.png) no-repeat;
  background-size: 100%;
}

.blog-post .blog-share a:hover {
  opacity: 0.6;
}

.blog-social {
  position: relative;
  margin: 0px 0 10px;
  line-height: 1;
  display: none;
}

.blog-body .blog-social-item {
  position: relative;
  z-index: 2;
  float: left;
  margin-right: 33px;
}
.blog-comments-bottom {
  color: #373737;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  margin: 0px 0 40px;
}

.blog-comment-area {
  margin-left: 30%;
  width: 70%;
}
.blog-comment-area {
  margin-left: 30%;
  width: 70%;
}

h2#commentReplyTitle {
  font-family: "Montserrat" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  letter-spacing: 0px !important;
  font-size: 32px;
  line-height: 1.3em;
  padding-bottom: 15px;
  margin: 0;
  color: #23363d !important;
}

.blog-comments {
  position: relative;
  margin: 10px 0 0 0;
}

.paragraph.author-date{
  font-family: "Montserrat" !important;
  letter-spacing: 0px !important;
  color: #23363d !important;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  padding-bottom: 10px;
  margin: 50px 0;
}

/*==================================================== 
====================Media Query======================
====================================================*/

@media screen and (min-width: 767px){
  .blog-post h2.blog-title{
    font-size: 35px !important;
    line-height: 70px !important;
  }
  .blog-post .blog-comments,
  .blog-content p,
  .paragraph.author-date{
    font-size: 16px !important;
    line-height: 28px !important;
    color: #23363d !important;
  }
  .blog-sidebar h3,
  h2#commentReplyTitle{
    font-size: 35px !important;
    line-height: 70px !important;
  }
  .blog-post .blog-date{
    font-size: 16px !important;
    line-height: 28px !important;
  }
  .banner-area.blog-banner h2.banner-content-title {
    line-height: .4597;
  }
}
@media screen and (max-width: 1024px){
  .blog-post h2.blog-title{
    font-size: 1.3em;
  }
  .hs-blog-post .blog-header,
  .hs-blog-post .blog-content{
    float: none;
    margin: 0;
    width: 100%;
  }
  .blog-comment-area {
    margin-left: 0;
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

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

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

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

.systems-page .hs-input,
.systems-page .hs-input[type=password],
.systems-page .hs-input[type=text], 
.systems-page .hs-search-field__input[type=text],
.systems-page input[type=password]{
  max-width:720px;
  display:block;
  width:100% !important;
  height: 40px!important;
}
.systems-page input[type=password]{
  height: 40px !important;
  margin-top:0 !important;
}
.systems-page .hs-input[type=checkbox],
.systems-page .hs-input[type=radio] {
  width: auto!important;
  display: inline-block;
}

@media (max-width: 767px) {

  .systems-page .hs-input,
  .systems-page .hs-input[type=password],
  .systems-page .hs-input[type=text], 
  .systems-page .hs-search-field__input[type=text],
  .systems-page input[type=password]{
    max-width:100%;
  }

}


@media (max-width: 767px) and (min-width: 480px) {
  .error-page:before {
    font-size: 28vw;
  }
}

@media (max-width: 479px){
  .systems-page h1{  
    font-size: 30px;
  }
  .systems-page h2{  
    font-size: 20px;
  }
}