/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































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

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

.dnd-section > .row-fluid {
  max-width: 1200px;
}

.dnd-section > .row-fluid, .content-wrapper, .page-center, 
.footer__container, .header__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: 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: OtisFont-Bold;
  src: url(https://7816017.fs1.hubspotusercontent-na1.net/hubfs/7816017/OtisFont-Bold.woff2);
  font-weight: 400;
}

@font-face {
  font-family: OtisFont-Regular, sans-serif;
  src: url(https://7816017.fs1.hubspotusercontent-na1.net/hubfs/7816017/OtisFont-Regular.woff2);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: OtisFont-Medium;
  src: url(https://7816017.fs1.hubspotusercontent-na1.net/hubfs/7816017/OtisFont-Medium.woff2);
  font-weight: 400;
}

@font-face {
  font-family: OtisArabicBold-Bold, sans-serif;
  src: url(https://7816017.fs1.hubspotusercontent-na1.net/hubfs/7816017/OtisFontArabic-Bold.woff2);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: OtisArabicBold-Medium, sans-serif;
  src: url(https://7816017.fs1.hubspotusercontent-na1.net/hubfs/7816017/OtisFontArabic-Medium.woff2);
  font-weight: 400;
}

@font-face {
  font-family: OtisArabicBold-Regular, sans-serif;
  src: url(https://7816017.fs1.hubspotusercontent-na1.net/hubfs/7816017/OtisFontArabic-Regular.woff2);
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 16px;
}

body {
  font-family: Nunito Sans, sans-serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Nunito Sans, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

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 {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

img {
  border-style: none;
}
img, svg {
  vertical-align: middle;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, 
.col-6, .col-7, .col-8, .col-9, .col-10, 
.col-11, .col-12, .col-auto, .col-lg, .col-lg-1, 
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, 
.col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-lg-10, .col-lg-11, .col-lg-12, 
.col-lg-auto, .col-md, .col-md-1, .col-md-2,
.col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-10,
.col-md-11, .col-md-12, .col-md-auto, .col-sm,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, 
.col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, 
.col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, 
.col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, 
.col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, 
.col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, 
.col-xl-11, .col-xl-12, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.d-flex {
  display: flex!important;
}
.align-items-center {
  align-items: center!important;
}
.align-items-end {
  align-items: flex-end!important;
}
.text-right {
  text-align: right!important;
}
.text-center {
  text-align: center;
}
.order-first {
  order: -1;
}

.otis-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

a [class^="icon-"], a [class*=" icon-"] {
  display: inline;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

.icon-Otis_Icons-30:before {
	content: "url(https://7816017.fs1.hubspotusercontent-na1.net/hubfs/7816017/social-uploaded-images/blog_icon.svg)"
}
.icon-Otis_Icons-29:before {
	content: "\E91E"
}
.icon-Otis_Icons-28:before {
	content: "\E91C"
}
.icon-Otis_Icons-27:before {
	content: "\E919";
}

.icon-Otis_Icons-26:before {
	content: "\E91A";
}

.icon-Otis_Icons-25:before {
	content: "\E91B";
}

.icon-Otis_Icons-24:before {
	content: "\E912";
}

.icon-Otis_Icons-22:before {
	content: "\E913";
}

.icon-Otis_Icons-23:before {
	content: "\E914";
}

.icon-Otis_Icons-21:before {
	content: "\E915";
}

.icon-Otis_Icons-20:before {
	content: "\E916";
}

.icon-Otis_Icons-19:before {
	content: "\E917";
}

.icon-Otis_Icons-18:before {
	content: "\E918";
}

.icon-Otis_checkmark:before {
	content: "\E911";
}

.icon-Otis_Icons-17:before {
	content: "\E910";
}

.icon-Otis_Icons-13:before {
	content: "\E900";
}

.icon-Otis_Icons-14:before {
	content: ;
}
.icon-Otis_Icons-15:before {
	content: "\E902";
}

.icon-Otis_Icons-16:before {
	content: "\E903";
}

.icon-Otis_Icons-09:before {
	content: "\E904";
}

.icon-Otis_Icons-10:before {
	content: "\E905";
}

.icon-Otis_Icons-11:before {
	content: "\E906";
}

.icon-Otis_Icons-12:before {
	content: "\E907";
}

.icon-Otis_Icons-05:before {
	content: "\E908";
}

.icon-Otis_Icons-07:before {
	content: "\E909";
}

.icon-Otis_Icons-06:before {
	content: ;
}

.icon-Otis_Icons-08:before {
	content: "\E90B";
}
.icon-Otis_Icons-02:before {
	content: "\E90C";
}
.icon-Otis_Icons-04:before {
	content: "\E90D";
}

.icon-Otis_Icons-03:before {
	content: "\E90E";
}

.icon-Otis_Icons-01:before {
	content: ;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
label[for] {
  cursor: pointer;
}

.order-last {
  order: 13;
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .text-md-right {
    text-align: right!important;
  }
  .order-md-last {
    order: 13;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .order-lg-first {
    order: -1;
  }

  .offset-lg-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_form,.hs_cos_wrapper_type_password_prompt,
#email-prefs-form,#comment-form,
.hs-search-field,.section.post-footer form,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset
  margin-bottom: 30px;
  padding: 20px;
  display: block;
/*   max-width: 767px; */
}

.subscription-template-form #email-prefs-form{
   background: transparent;
   margin-bottom: 0;
   padding: 0 !important;
   display: block;
   max-width: 100%;
}

form {;
  font-family: Nunito Sans, sans-serif;
}
form {;
  font-family: Nunito Sans, sans-serif;
}

.hs-button {
  border-style: solid;
  text-decoration: none;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-family: Nunito Sans;
  margin-top: 15px;
  border-radius: 0px!important;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
  outline: none;
  border-radius: 0px;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-family: ;
  font-size: 14px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

div .hs-form fieldset {
  max-width: unset;
}


.hs-input, input[type="password"] {
  display: block;
  width: 100%;
/*   max-width: 767px; */
  height: 40px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  border-style: solid;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

.hs-input:focus, input[type="password"]:focus{
  outline: none;
}
#hs-pwd-widget-password {
  margin-bottom: 15px;
  margin-top: 0 !important;
  height: 40px !important;
}

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

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


.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: inline-block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-family: Nunito Sans;
  font-size: 14px;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  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 (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: Nunito Sans, sans-serif;
}

ul.no-list.hs-error-msgs.inputs-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-input.invalid.error{
  border-color: #c87872;
}
.hs-error-msgs label{
  color: #f2545b !important;
  margin-top: 8px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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;
}
.hero_banner_pro {
  position: relative;
  margin: 0 0 80px;
}
.background_image_section {
  position: relative;
  overflow : hidden;
  margin: 0;
  padding: 0;
}
.hero_banner_pr .container {
    margin: 0 auto;
    max-width: 1340px;
    padding: 0 15px;
    width: 100%;
}
#animation_section {
  position: absolute;
  top: 0;
  left: 0%;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.droplet {
  position: absolute;
  top: -20%;   
  background : #fff;
  border-radius: 50%;
}
.hero_banner_pro .hero_banner_section .background_image_section img {
  width: 100%;
  height: 700px !important;
  object-fit: cover;
}
.hero_banner_pro .content_section {
  position: absolute;
  top: 0;
  padding: 230px 0;
  width: 100%;
  left: 0 ;
  z-index: 99
}
.hero_banner_pro .content_section .content_txt h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin: 0px 0 5px 0;
}
.hero_banner_pro .content_section .content_txt p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}
.hero_banner_pro .button_section a {
  font-size: 17px;
  font-weight: 600;
  padding: 14px 40px;
  background: #f65275;
  border-radius: 0px;
  color: #fff;
  text-decoration: none;
}

.hero_banner_pro .cta_button_section a:hover {
  background: #1e3553;
}
.video_section .hero_banner_section .background_image_section {
  display: none;
}
.image_section .hero_banner_section .background_video_section {
  display: none;
}
.hero_banner_pro .background_video_section {
  display: none;
}
.video_section .background_video_section {
  display: block;
}
/* button veration */
.hide_button .button_section {
  display: none !important;
}
.cta_button .cta_button_section a {
  display: table-column;
}
.video_section .hero_banner_section video {
  height: 700px;
  object-fit: cover;
}
.hero_banner_pro .button_section a:hover {
  background: #33475b;
}
.background_color .background_color_section {
  display: block;
  width: 100%;
  height: 700px;
}
.background_color .background_image_section {
  display: none;
}
.gradient_background_section {
  width: 100%;
  height: 700px;
}
.gradient_color .background_image_section {
  display: none;
}
.hero_banner_pro .gradient_background_section {
  display: none;
}
.gradient_color .gradient_background_section {
  display: block;
}
.hero_banner_pro .hero_banner_section .button_options_section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.hero_banner_pro .hero_banner_section .button_options_section .button_section {
  margin: 20px 15px 0 0;
}
.Height_100vh .hero_banner_section .background_image_section img {
    height: 100vh !important;
}
.Height_100vh .hero_banner_section .content_section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}
.hide_animation div#animation_section {
    display: none;
}
.Show_animation div#animation_section {
    display: block !important;
}
.hero_banner_pro div#animation_section {
    display: none;
}
@media screen and (max-width: 767px) {
  .hero_banner_pro .hero_banner_section .background_image_section img {
    height: 450px !important;
  }
  .hero_banner_pro .content_section {
    padding: 105px 0;
  }
  .hero_banner_pro .button_section a {
    padding: 12px 28px;
  }
  .hero_banner_pro .content_section h1 {
    font-size: 42px;
    margin-bottom: 10px;
  }
  .hero_banner_pro .content_section p {
    margin-bottom: 15px;
  }
  .video_section .hero_banner_section video {
    height: 450px !important;
  }
  .background_color .background_color_section {
    height: 450px !important;
  }
  .gradient_background_section {

    height: 450px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
  .hero_banner_pro .content_section {
    padding: 127px 0;

  }
  .hero_banner_pro .hero_banner_section .background_image_section img {
    height: 440px !important;
  }
  .hero_banner_pro .content_section h1 {
    font-size: 45px;
    margin-bottom: 5px;
  }
  .hero_banner_pro .content_section p {
    margin-bottom: 15px;
  }
  .hero_banner_pro .button_section a {
    padding: 12px 35px;
  }
  .video_section .hero_banner_section video {
    height: 440px !important;
  }
  .background_color .background_color_section {
    height: 440px !important;
  }
  .gradient_background_section {

    height: 440px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hero_banner_pro .hero_banner_section .background_image_section img {
    height: 517px !important;
  }
  .hero_banner_pro .content_section {
    padding: 165px 0;
  }
  .hero_banner_pro .content_section h1 {
    margin: 0px 0 5px 0;
  }
  .video_section .hero_banner_section video {
    height: 517px !important;
  }
  .background_color .background_color_section {
    height: 517px !important;
  }
  .gradient_background_section {

    height: 517px !important;
  }
  .hero_banner_pr .container {
  
    padding:0 20px;

}
.hero_banner_pro .hero_banner_section .content_section .content_txt {
    text-align: ;
    padding: 0 20px;
}
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.custom-header {
  font-weight: 400;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 25px 50px 20px;
  z-index: 999;
  position: static;
  top: 0px;
  left: 0px;
  width: 100%
}
.custom-header > .header__container{
  max-width: 100%;
}
.custom-logo a img{
  width: 100px !important;
}
.header_top_nav .hs-menu-wrapper{
  margin: 0 0 10px;
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
}
.header_top_nav .hs-menu-wrapper > ul{
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.header_top_nav .hs-menu-wrapper > ul > li{
  display: inline-block;
  margin: 0 0 0 20px;
}
.header_top_nav .hs-menu-wrapper > ul > li > a{
  font-size: .75rem;
  text-decoration: none;
  text-transform: uppercase;
}
.header_top_nav .hs-menu-wrapper > ul > li > a:hover{hs_cos_wrapper_header_logo_hs_logo_widget)
  text-decoration: underline;
}
.custom-header .col-12 {
  position: static;
}

/*====Searcg\h Style====*/

.custom-header .search-container {
  position: absolute;
  height: calc(100vh - 109px);
  top: 109px;
  overflow-y: auto;
  display: block;
  background: #041e42;
  z-index: 101;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.search_form_open .custom-header .search-container{
  opacity: 1;
  pointer-events: auto;
}
.custom-header .page-center {
  position: relative;
}
.custom-header .search-container .close-search {
  background: transparent;
  border: none;
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  font-size: .875rem;
  right: 15px;
  top: 85px;
  padding: 0;
  z-index: 99;
  line-height: inherit;
  font-family: inherit;
  cursor: pointer;
  overflow: visible;
}
.custom-header .search-container .close-search span {
  position: relative;
  transform: rotate(45deg);
  font-size: 2rem;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 0;
}
.custom-header .search-container .close-search:hover{
  color: #cba052;
}
.custom-header .search-container .close-search:focus{
  outline: none;
}
.portlet {
  margin-bottom: 10px;
  position: relative;
}
.portlet {
  margin-bottom: 0;
}
.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px;
}
.portlet-content {
  padding: 0;
}
.autofit-row, .sidebar-section-flex {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.autofit-float {
  flex-wrap: wrap;
}
.custom-header .search-container form{
  margin: 0;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.custom-header .search-hero {
  position: relative;
  width: 100%;
  height: 420px;
  background: #041e42;
}
.custom-header .search-hero {
  height: 342px;
}
.custom-header .search-hero .page-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom-header .search-hero .heading {
  color: #fff;
  font-size: 3.125rem;
  font-family: grifo_mmedium, Times New Roman, serif;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 30px;
}
.custom-header .search-hero .form-group {
  position: relative;
  margin: 40px 0 0;
}
.custom-header .search-container .form-group label {
  color: #041e42;
  font-size: 3.125rem;
  font-family: grifo_mmedium, Times New Roman, serif;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 30px;
}
.custom-header .search-container .form-group label {
  color: #fff;
}
.custom-header .search-hero .form-group input {
  flex-grow: 1;
  order: 5;
  font-family: inherit;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  padding: 0 60px 0 40px;
  height: 85px;
  background: #eceae8;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 1.5rem;
}
.custom-header .search-hero .form-group input:focus{
  z-index: 4;
  color: #495057;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.input-group-inset-item {
  align-items: center;
  background-color: #FFF;
  border-bottom-width: .0625rem;
  border-color: #ced4da;
  border-left-width: .0625rem;
  border-right-width: .0625rem;
  border-style: solid;
  border-top-width: .0625rem;
  display: flex;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input-group-inset-item-after {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-left-width: 0;
  color: #495057;
  order: 9;
}
.custom-header .search-hero .form-group button {
  cursor: pointer;
  bottom: 10px;
  background: transparent;
  position: absolute;
  padding: 0;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5rem;
  border: none;
  color: #041e42;
  line-height: 0;
  height: 75%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-header .search-hero .form-group button:focus{
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.menu-stock-ticker {
  font-size: .75rem;
  margin-bottom: 25px;
}
.menu-stock-ticker .stock {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.menu-stock-ticker .amount {  
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.2;
  margin-top: 0;
  font-family: Nunito Sans, sans-serif;
  color: #fff;
}
.menu-stock-ticker .amount span {
  color: #00e268;
  display: block;
  font-size: 1rem;
}



@media (min-width: 992px){
  .custom-logo {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}




@media (max-width: 991.98px) and (min-width: 768px){
  .custom-header .search-hero .heading{
    font-size: 2.75rem;
  }
}


@media (max-width: 991px) {
  .custom-header{
    padding: 20px 0;
  }
  .header_top_nav{
    display: none;
  }
  .custom-header .search-container{
    height: calc(100vh - 73px);
    top: 73px;
    position: absolute;
  }
  .custom-header .search-container > .page-center {
    top: 53px;
  }
}

@media (max-width: 767px) {
  .custom-header .search-container{
    overflow-y: scroll;
  }
  .custom-header .search-container .close-search{
    top: 70px;
  }
  .custom-header .search-container .close-search span{
    font-size: 1.5rem;
    margin-left: 7px;
  }
  .custom-header .search-hero .heading{
    font-size: 1.875rem;
  }
  .custom-header .search-hero .form-group input {
    height: 65px;
    padding: 0 60px 0 20px;
  }
  .custom-header .search-hero .form-group button {
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.custom-footer {
  font-weight: 400;
  text-align: left;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  position: relative;
  padding-bottom: 26.4px;
}

.custom-footer .footer-bottom {
  padding: 60px 0;
}
.row-minus {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-logo a{
  display: block;
  margin: 0 0 20px
}
.footer-logo a img{
  width: 100px !important;
}
.footer_social ul{
  list-style-type: none;
  padding: 0;
  display: block;
  margin: 0 0 20px;
}
.footer_social ul li{
  display: inline-block;
  margin: 0 0 0 10px;
}
.footer_social ul li a{
  text-decoration: none;
  font-size: 1.5rem;
}
.footer_social ul li a:hover{
  text-decoration: none;
}
.footer_bottom_menu .hs-menu-wrapper > ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
}
.footer_bottom_menu .hs-menu-wrapper > ul > li{
  display: inline-block;
  margin: 0 0 0 10px;
}
.footer_bottom_menu .hs-menu-wrapper > ul > li > a{
  font-size: .875rem;
  text-decoration: none;
}
.footer_bottom_menu .hs-menu-wrapper > ul > li > a:hover{
  text-decoration: underline;
}

.custom-footer .footer-top {
  padding: 40px 0;
}
.custom-footer .footer-top .call-us {
  color: #fff;
  text-transform: uppercase;
  font-size: .875rem;
}
.custom-footer .footer-top .call-us a {
  text-decoration: none;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
.custom-footer .footer-top .call-us a:hover{
  text-decoration: underline;
}
.footer-top .contact-list ul{
  list-style-type: none;
  height: calc(100% - 60px);
  padding: 0;
  border: none;
  margin: 0;
}
.footer-top .contact-list ul li{
  margin: 0 0 0 10px;
  display: inline-block;
  margin-left: 20px;
}
.footer-top .contact-list ul li a {
  text-decoration: none;
  font-size: .875rem;
  display: inline-block;
  line-height: normal;
}
.footer-top .contact-list ul li a:hover{
  text-decoration: underline;
}
.footer-top .contact-list ul li a:before {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.footer-top .contact-list ul li a.sales:before {
  content: url(https://7816017.fs1.hubspotusercontent-na1.net/hubfs/7816017/raw_assets/public/Otis_Blog/images/footer_sales.svg);
}
.footer-top .contact-list ul li a.service:before {
  content: url(https://7816017.fs1.hubspotusercontent-na1.net/hubfs/7816017/raw_assets/public/Otis_Blog/images/footer_service.svg);
}
.footer-top .contact-list ul li a.general:before {
  content: url(https://7816017.fs1.hubspotusercontent-na1.net/hubfs/7816017/raw_assets/public/Otis_Blog/images/footer_general.svg);
}
.footer-menu .hs-menu-wrapper > ul{
  list-style-type: none;
  margin: 30px 0;
  height: calc(100% - 60px);
  padding: 0;
  border-left: 1px solid #406ba6;
}
.footer-menu .hs-menu-wrapper > ul > li {
  margin: 0 0 0 10px;
  display: block;
}
.footer-menu .hs-menu-wrapper > ul > li:first-child{
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer-menu .hs-menu-wrapper > ul > li > a{
  font-size: .875rem;
  text-decoration: none;
  display: inline-block;
  line-height: normal;
}
.footer-menu .hs-menu-wrapper > ul > li > a:hover{
  text-decoration: underline;
}
.footer-menu .hs-menu-wrapper > ul > li:first-child > a:hover{
  text-decoration: none;
  cursor: text;
}
.footer-menu.footer-menu4 .hs-menu-wrapper > ul > li:last-child > a:after{
  content: url(https://7816017.fs1.hubspotusercontent-na1.net/hubfs/7816017/raw_assets/public/Otis_Blog/images/footer_developers.svg);
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.custom-footer .footer-top #back-to-top {
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.custom-footer .footer-top #back-to-top:hover{
  text-decoration: underline;
}
.custom-footer .footer-top #back-to-top:after {
  content: url(https://7816017.fs1.hubspotusercontent-na1.net/hubfs/7816017/raw_assets/public/Otis_Blog/images/backto-top.svg);
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
}

.form-group {
  position: relative;
}
.form-group {
  margin-bottom: 1rem;
}
.custom-footer .footer-top .form-group {
  position: relative;
}
.custom-footer ul.footer_tiny_nav{
  display: none;
}
.custom-select, .footer-top .form-group #tinynav1 {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  appearance: none;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select.form-control, .footer-top .form-group #tinynav1 {
  cursor: pointer;
}
select.form-control:not([multiple]):not([size]), .form-control-select, .footer-top .form-group #tinynav1 {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 8px 10px;
  padding-right: 1.75rem;
}
.custom-footer .footer-top .form-group .custom-select, .footer-top .form-group #tinynav1 {
  background-image: none;
}
select.form-control option, .footer-top .form-group #tinynav1 option {
  cursor: pointer;
}
.footer-top .form-group #tinynav1:focus{
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.custom-footer .footer-top .form-group:after {
  color: #cba052;
  content: "\E900";
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  font-size: 1rem;
}


@media (max-width: 767px) {
  .footer_social ul, .footer_bottom_menu .hs-menu-wrapper > ul, 
  .footer-top .contact-list ul, .footer-menu .hs-menu-wrapper > ul{
    margin: 15px 0;
  }
  .footer_social ul li, .footer_bottom_menu .hs-menu-wrapper > ul > li, 
  .footer-menu .hs-menu-wrapper > ul > li{
    margin: 0 15px 0 0;
  }
  .footer-top .contact-list ul{
    text-align: left;
  }
  .footer-top .contact-list ul li{
    display: block;
    margin: 10px 0;
  }
  .custom-footer .footer-top .call-us{
    border-top: 1px solid #fff;
    padding-top: 20px;
  }
  .footer-menu .hs-menu-wrapper > ul{
    border: none;
  }
  .footer-menu .hs-menu-wrapper >ul > li:first-child {
    margin: 0 15px 0 0;
    margin-bottom: 15px;
  }
  .custom-footer .footer-top #back-to-top{
    margin-bottom: 20px;
    display: inline-block;
  }
  .custom-footer .footer-top #back-to-top:after {
    vertical-align: middle;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */

.publish_date {text-align: center;
  font-size: 16px;
  font-weight: bolder;
  margin-top:14px;
 
}

.content-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.hs-blog-listing,
.hs-blog-post {
  overflow-x: hidden;
}

.blog-banner {
  position: relative;
  width: 100vw;
  height: calc(100vh - 109px);
}

.blog-banner figure, .blog-banner picture {
  margin: 0 0 1rem;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.blog-banner picture {
  margin: 0;
}

.blog-banner picture img {
  border-style: none;
  vertical-align: middle;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-banner  > .content-wrapper {hs_cos_wrapper_header_logo_hs_logo_widget
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-banner:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -75px;
  width: 0;
  height: 0;
  border-left: 1px solid #eceae8;
  z-index: 99;
  height: 150px;
  transition: height .5s cubic-bezier(.645, .045, .355, 1);
  transition-delay: 1s;
}

.blog-banner .hero-content {
  transition: transform 0.75s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .1s;
}

.blog-banner .heading {
  color: #fff;
  font-family: grifo_mmedium, Times New Roman, serif;
  font-weight: 700;
  line-height: 1;
  font-size: 5rem;
  padding-top: 45px;
}

.blog-banner  a.otis-btn {
  color: #fff;
  display: inline-block;
  border: none;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 0;
  margin: 0;
  font-size: .875rem;
  letter-spacing: 1px;
  transition: all .2s ease;
  background-color: transparent;
  border: 2px solid #fff;
}

.blog-banner a.otis-btn:hover, .blog-banner a.otis-btn:focus {
  background-color: #fff;
  color: #041e42;
  text-decoration: none;
  transition: all .2s ease;
}

.blog-title-wrapper {
  color: #041e42;
  text-align: center;
  position: relative;
  padding: 120px 0 75px;
}

.blog-title-wrapper .content-wrapper {
  position: relative;
}

.blog-title-wrapper .heading {
  color: #041e42;
  font-size: 3.125rem;
  font-family: grifo_mmedium, Times New Roman, serif;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 30px;
}

.blog-title-wrapper .heading:after {
  content: "";
  display: block;
  height: 0;
  width: 50px;
  border-top: 4px solid #cba052;
  margin: 20px auto 40px;
}

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

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

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Nunito Sans, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-post-wrapper-grid {
  background: linear-gradient(180deg, #fff, #eceae8);
  padding: 0 0 100px;
  color: #000;
}

.blog-post-wrapper-grid .content-wrapper {
  position: relative;
}

.blog-post-wrapper-grid .col-12 {
  margin: 25px 0;
}

.blog-post-wrapper-grid .article-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: none;
  height: 100%;
  position: relative;
}

.blog-post-wrapper-grid .article-card figure {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 200px;
  margin: 0;
}

.blog-post-wrapper-grid .article-card figure img {
  border-style: none;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: transform .75s ease;
  position: relative;
  max-width: 100%;
  height: auto;
}

.blog-post-wrapper-grid .article-card:hover figure img {
  transform: scale(1.1);
  transition: transform .75s ease;
}

.blog-post-wrapper-grid .card-content {
  flex-direction: column;
  display: flex;
  padding: 20px 20px 20px 20px;
  position: relative;
  flex-grow: 1;
}

.blog-post-wrapper-grid .card-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px;
  font-size: 0;
}

.blog-post-wrapper-grid .card-content ul li {
  margin: 0;
  display: inline-block;
  font-size: .75rem;
}

.blog-post-wrapper-grid .card-content ul li:not(:last-child):after {
  content: "";
  width: 0;
  height: 10px;
  border-left: 1px solid #041e42;
  display: inline-block;
  margin: 0 12px;
}

.blog-post-wrapper-grid .card-content .heading {
  color: #041e42;
  font-size: 1.5rem;
  font-family: grifo_mmedium, Times New Roman, serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 30px;
  flex-grow: 1;
}

.blog-post-wrapper-grid .card-content a {
  color: #f65275;
  font-size: .875rem;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  margin-bottom: 0;
  margin-top: 30px;
}
.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: Nunito Sans, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #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-post-content-wrapper {
  padding: 75px 0;
  position: relative;
  color: #000;
}

.blog-post-content-wrapper .content-wrapper {
  position: relative;
}

.blog-post-content-wrapper h1.heading {
  font-size: 4.375rem;
  font-family: grifo_mmedium, Times New Roman, serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #041e42;
  padding: 0 40px;
  margin: 0;
}

.blog-post-content-wrapper .article-info {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0;
  text-align: center;
}

.blog-post-content-wrapper .article-info li {
  display: inline-block;
  margin: 0 7px;
  font-size: .875rem;
}

.blog-post-content-wrapper .article-info li.locationofarticle {
  text-transform: uppercase;
}

.blog-post-content-wrapper .article-social {
  list-style-type: none;
  margin: 100px 0 0;
  padding: 0;
}

.blog-post-content-wrapper .article-social li {
  display: block;
  margin: 10px 0;
}

.blog-post-content-wrapper .article-social li a {
  color: #041e42;
  font-size: 1.5rem;
  text-decoration: none;
}

.blog-post-content-wrapper .article-social li a:hover, 
.blog-post-content-wrapper .article-social li a:focus {
  color: #f65275;
}

.blog-post-content-wrapper .intro-hero {
  margin: 100px -100px 60px;
  position: relative;
}

.blog-post-content-wrapper .intro-hero:before {
  content: "";
  position: absolute;
  display: block;
  height: 65px;
  width: 0;
  left: 50%;
  top: -65px;
  border-left: 1px solid #041e42;
}

.blog-post-content-wrapper .intro-hero img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.blog-post-content-wrapper .article-topics {
  list-style-type: none;
  padding: 25px 0 0;
  margin: 40px 0 0;
  border-top: 1px solid #eceae8;
  font-size: 0;
}

.blog-comments {
  max-width: 100%;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */


.hs-blog-listing .custom-menu-primary .navigation-primary > ul ul{
  display: none;
}

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}

.grecaptcha-badge {
  margin: 0;
}

.blog-post-wrapper-grid .card-content ul li.cus_tags{
  text-transform: uppercase;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}
.replying {
  padding-left: 2em;
  padding: 2em;
}


@media (max-width: 991.98px) and (min-width: 768px) {
  .blog-title-wrapper .heading, .blog-title-wrapper .heading{
    font-size: 2.75rem;
  }
}


@media (max-width: 991.98px) {
  .blog-post-content-wrapper .intro-hero {
    margin: 100px -60px 60px;
  }

  .blog-post-content-wrapper .article-social {
    margin: 0 0 20px;
  }

  .blog-post-content-wrapper .article-social li {
    display: inline-block;
    margin: 0 15px 0 0;
  }

  .blog-post-content-wrapper h1.heading {
    font-size: 3.5rem;
    padding: 0;
  }
  .blog-title-wrapper{
    padding: 75px 0;
  }
}

@media (max-width: 767.98px) {
  .blog-post-content-wrapper h1.heading {
    font-size: 3rem;
  }
  .blog-title-wrapper{
    padding: 60px 0;
  }
  .blog-post-wrapper-grid .card-content .heading{
    font-size: 1.25rem;
  }
  .hs-blog-post .blog-title-wrapper .heading{
    font-size: 1.875rem;
  }
}

@media (max-width: 769px) {
  .hs_recaptcha.hs-recaptcha {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .blog-post__body p img{
    max-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: Nunito Sans, 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: 50px 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-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: Grifo, 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 .success {
  min-width: unset;
  max-width: 650px;
  width: 100%;
  font-size: 1rem;
}

input#hs-login-widget-remember {
  display: inline-block;
  width: auto !important;
  vertical-align: middle;
}

input#hs-login-widget-remember+label {
  display: inline-block;
  vertical-align: middle;
}

ul.no-list.hs-error-msgs {
  padding-left: 0;
}

.email-prefs .header {
  background-color: transparent;
}

.systems-page .hs-form-field .hs-input {
  margin-bottom: 10px;
}

.systems-page .hs-form-field, .systems-page .hs-form-field a, .systems-page .hs-form-field a:hover,
.systems-page #hs_login_reset , .systems-page #hs_login_reset:hover{
  color: #fff;
}
.bckp_unsbcrb_pg #email-prefs-form h3 {
    color: #fff;
}

@media(max-width: 767px) {
  .systems-page h1,.error-page h1 {
    font-size:44px;
  }
}

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