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

.banner-section .row-fluid [class*="span"] {
  padding: 0 !IMPORTANT;
}
.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;
  }
}

.dnd-section > .row-fluid ,
.page-center,
.content-wrapper {
  margin: 0 auto;
  width:90%;
  position: relative;
}
@media(max-width:1380px){
  .dnd-section > .row-fluid{
    width:calc(90% + 30px);
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

::selection {
  background-color: #f0641f;
  color: #FFFFFF;
}

html{
  font-size: 16px;
  line-height:24px;
  -webkit-font-smoothing: antialiased;
}

html,body{
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  -moz-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52; 
  letter-spacing: 0.01em;
  word-spacing: 0.01em; 
  line-height:1.5;
}

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

.page_content p{
  margin-bottom: 20px; 
  font-weight: 500;
  line-height: 175% 
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 { 
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  text-rendering: optimizeLegibility;
  margin-bottom: .5em;
}

h1 { 
  font-size: 2.1rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  line-height:1.209;
}

h2 {
  font-size: 1.6rem;
  letter-spacing: 1.2px;
  line-height: 1.1em;
}

h3 {
  font-size: 1.25rem;  
  line-height: 1.25em;
  letter-spacing: 0.025em;
}

h4 {
  font-family: Lato, sans-serif; 
  font-size: 1.175rem; 
  letter-spacing: 0.025em;
  line-height: 1.3em;
}

h5 {
  font-size: 1rem; 
  line-height: 1.3em;
  letter-spacing: 0.01em;
}

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

strong {
  font-weight: bold;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li { 
}

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

blockquote { 
  position: relative;
  font-style: italic;
  margin: 1.3em 0;
  line-height: 20px;
  color: #a1a1a1;
  padding: 1.7857142857em;
  padding-right: 0;
  border-left: 5px solid #f0641f;
}

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

img{
  max-width: 100%;
  height: auto;
  image-rendering: optimizeQuality;
  vertical-align: middle;
}

.body-container-wrapper p {
  margin-bottom: 20px;
  font-weight: 500;
  color: #666;
  line-height: 175%;
}

.body-container-wrapper ul:not([class]),
.body-container-wrapper ol:not([class]) {
  margin: 0 0 18px 35px;
  color: #777;
  font-weight: 500;
  line-height: 215%;
  padding: 0;
}
/* ******************************************************************************
*********************************************************************************
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;
}

h3.form-title{
  
}


.hs-button { 
  cursor: pointer;
  display: inline-block; 
  text-decoration: none !important;
  margin:20px 0;
  white-space:normal;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  min-width: 160px;
  vertical-align: middle;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  line-height: 18px;
  min-height: 1em;
  font-size: 16px;
  font-family: inherit;
  letter-spacing: .4px;
}


.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 .field > label,
.hs-form-field > label { 
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  font-family: "Montserrat","Helvetica Neue",Helvetica,sans-serif;
  line-height: 175%;
  font-size:16px;
}

.hs-error-msgs label { 
  color: #f2545b;
}

.hs-input,
input#hs-pwd-widget-password {    
  font: inherit; 
  display: inline-block;
  width: 100%; 
  margin: 0;
  padding: 15.5px;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  outline: none;
  color: #727272;
  font-size: 14px;
  line-height: 14px;
  height: 50px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0em 0em 0em 0em rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0em 0em 0em 0em rgba(0, 0, 0, 0.3) inset;
}

input.email-edit.hs-input {
  width: 767px !important;
  max-width: 100%;
  font-size:  14px !important;
  padding: 15.5px !important;
}

input#hs-pwd-widget-password{
  height:50px !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,
input#hs-pwd-widget-password: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: #c87872;
}
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: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field,
.hs-form-field {
  margin-bottom: 20px; 
}

.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: Lato, serif;
}


input#hs-login-widget-remember {
  float: left;
  margin-top: 5px;
  width:auto !important;
}

ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li label {
  background-color: #e81a27;
  font-size: 16px;
  line-height: 30px;
  clear: both;
  color: rgba(255, 255, 255, 0.8);
  margin: 2em 0 1em;
  padding: 0.2em 1em;
}

.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}

form textarea{  
  min-height: 8em;
  height: 8em;   
  line-height: 1.33;
  max-height: 24em;
  resize: vertical;   
  vertical-align: top; 
}

form select:focus{
  box-shadow:none !important;
  border-color: rgba(225,225,225,1.0) !important; 
}


form  fieldset {
  max-width: 100% !important;
}

form  fieldset .hs-form-field {
  padding: 0 15px;
}


form fieldset .input {
  margin-right: 0 !important;
}

/* form .actions {
text-align: center;
margin-bottom: 20px;
color: #666;
} */
/* 
form  .hs-button {
margin: 0 15px;
margin-top: 16px;
}
*/
@media(max-width:768px){
  form fieldset .hs-form-field {
    width: 100% !important;
  }
}

@media(max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px){
  .hs-form-field .hs-input{
    width:100% !important;
  }

  .hs-form-field{
    margin-bottom:30px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul { 
  margin:0;
  padding:0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.hs-homepage section.section.about-us-video h4 {
  font-weight: bold !important;
}

.hs-homepage section.section.request-quote .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 30px;
}

body button.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  position: fixed;
  right: 20px;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  -webkit-appearance: none;
  background: #222222;
}

body button.mfp-close:hover,
body button.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

body .cta_sctn .row-fluid-wrapper[class*="background-image"]>div,
body .blck_card_sctn .row-fluid-wrapper[class*="background-image"]>div{
  position: relative;
  z-index: 99;
}


.asset_managementrow2 .video_sctn {
  max-width: 1200px;
  margin: 0 auto;
}

.asset_managementrow2 .dnd-section>.row-fluid {
  width: 100%;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip.left {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background-color: #1c1c1a;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #1c1c1a;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #1c1c1a;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #1c1c1a;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  left: 0;
  border-right-color: #1c1c1a;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  right: 0;
  border-left-color: #1c1c1a;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #1c1c1a;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #1c1c1a;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #1c1c1a;
}
.tooltip-inner {
  word-break: break-all;
  width: 200px;
  font-weight: 500 !important;
}


@media only screen and (min-width: 768px) and (max-width: 989px){
  .container-fluid.hs-homepage-solution .row-fluid .span4, 
  .container-fluid.hs-homepage-certificate .dnd-section>.row-fluid .dnd-column.span3,
  .container-fluid.hs-about-page-team .dnd-section>.row-fluid>.dnd-column.widget-span.span3 {
    float: left;
  }
}

@media(min-width:768px){
  .deviceback_pagerow1 .hs_cos_wrapper_type_rich_text {
    display: block;
    margin-top: 20px;
  }
}

@media(max-width:400px){
  .page-404 .dima-container h1 {
    font-size: 40vw !Important;
  }
}

/*** Custom css ***/

.hs-layout [class*='-full-width-section'] > .row-fluid {
  width: 100%;
}

.absolute-header header.header {
  min-height: 0 !important;
  line-height: normal !important;
}

.absolute-header header.header > .head_innr {
  background: transparent;
}
.scroll_header .absolute-header header.header>.head_innr {
  background: #fff;
}
.hs-layout .page-section-content {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 6.25em 0;
  background-attachment: fixed;
}
.td-bold-header h2 {
  font-size: 2.441em;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  letter-spacing: 1.2px !important;
  line-height: 1.1em;
}

.td-bold-header h2 + p > img {
  margin: 0 0 16px 0;
}
.container-fluid.hs-homepage-solution .solution_card .solution_card_inr {
  padding: 50px 30px;
  -webkit-box-shadow: 0 0 0 1px #e1e1e1 !important;
  box-shadow: 0 0 0 1px #e1e1e1 !important;
}

.container-fluid.hs-homepage-solution .dnd-section>.row-fluid > .dnd-column {
  padding: 0;
}
.container-fluid.hs-homepage-solution .solution_card .solution_card_inr:hover {
  -webkit-box-shadow: 0 0 0 1px #f0641f !important;
  box-shadow: 0 0 0 1px #f0641f !important;
}

.container-fluid.hs-homepage-solution  .solution_card .solution_card_contnt h5 {
  margin-bottom: 13px;
}
.td-banner-video-boxed {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 120px !important;
}
section.section.about-us-video h4 {
  letter-spacing: 2px !important;
  font-weight: 800 !important;
  color: #fff !important;
  line-height: 1.1em;
  font-size: 2.441em;
  margin-bottom: .5em;
}

section.section.about-us-video .video_sctn .video_sctn_inner {
  padding-top: 160px;
  padding-bottom: 160px;
}
section.section.about-us-video .video_thumbnail {
  background-size: cover !important;
  background-position: center center !important;
}

.container-fluid.hs-homepage-solution .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child {
  min-height: 320px;
}

section.section.about-us-video .page-section-content {
  padding: 0 !important;
}

.container-fluid.hs-homepage-certificate {
  padding: 60px 0;
  margin-top: 16px;
}
.container-fluid.hs-homepage-certificate .dnd-section>.row-fluid .dnd-column.span3 .award_gallery {
  min-height: 483px !important;
}
section.section.partners-we-serve {
  background-color: rgb(250, 250, 250);
}
section.section.certification.td-bold-header .page-section-content {
  padding: 0;
  margin-bottom: 30px;
}

section.section.what-we-do .cycle_wrapper .svg_icon {
  width: 200px;
  height: 200px;
  line-height: 200px;
  font-size: 64px;
}

section.section.what-we-do .cycle_wrapper:before {
  top: 100px;
}
section.section.request-quote .hs_cos_wrapper_type_rich_text {
  text-align: center;
  display: block;
  color: #fff;
}

section.section.request-quote .hs_cos_wrapper_type_rich_text h2 {
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-weight: 800 !important;
}

section.section.request-quote .hs_cos_wrapper_type_rich_text h4 {
  letter-spacing: 2px !important;
  font-weight: 400 !important;
  color: #fff !important;
}

a.custom-button {
  margin-top: 16px !important;
  border: 2px solid #f0641f;
  margin-bottom: 0;
  padding: 12px;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  overflow: hidden;
}

a.custom-button:after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 5;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
}

a.custom-button:hover:after {
  background: #f0641f;
  color: #FFF;
  height: 100%;
  z-index: -1;
}

a.custom-button:hover {
  border: 2px solid #f0641f;
}

section.section.request-quote .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}

section.section.request-quote .dnd-section {
  padding: 6.25em 0 !important;
}

section.section.request-quote .page-section-content {
  padding: 0;
}

section.section.request-quote .dnd-section:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(37, 37, 37, 0.7);
}

section.section.request-quote .dnd-section {
  position: relative;
}

section.section.request-quote .dnd-section > .row-fluid {
  position: relative;
  z-index: 98;
}

body .cta_sctn .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

body .cta_sctn .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}

/** Banner dnd ***/

.banner-section .row-fluid [class*="span"]{
  min-height:0 !important;
}

.banner-section .row-fluid{
  max-width:100% !important;
  padding:0 !important;
  width:100% !important;
}

/*** Website form ***/

.body-container__website form {
  margin: 0 -15px;
  width: auto;
  max-width: unset;
}

/***  get a quote **/

.hs_form_type form {
  margin-bottom: 20px;
}

.hs_form_type form .hs-form-field {
  margin-bottom: 18px;
  padding: 0;
}

.hs_form_type form .hs-form-field > label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b;
  letter-spacing: normal;
}

.hs_form_type form fieldset .input {
  margin-right: 8px !important;
}

.hs_form_type form fieldset .hs-input {
  padding: 0 15px;
  min-height: 27px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  height: 40px;
  display: inline-block;
  width: 90%;
  background-color: #f5f8fa;
}

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

.hs_form_type form fieldset>div:last-of-type .hs-input {
  width: 100%;
  max-width: 100%;
}

.hs_form_type form fieldset textarea {
  height: auto !important;
  max-height: unset; 
  padding: 9px 10px !important;
}

.hs_form_type form .grecaptcha-badge {
  margin: 8px;
}

.hs_form_type form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0;
  text-align: left;
}

.hs_form_type form .hs-button,
.hs_form_type form .hs-button:hover {
  padding: 12px 24px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  background-color: #ff7a59;
  border: 1px solid #ff7a59;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  white-space: normal;
  width: auto;
  min-width: auto;
  outline: none;
  box-shadow:none;
  letter-spacing:normal;
}


.hs_form_type form select.hs-input{
  color: #bfbfbf !important;
}

.hs_form_type form select.hs-input:focus{
  color: #33475b !important; 
}

.hs_form_type form fieldset .hs-input:focus{ 
  outline: none;
  border-color: rgba(82,168,236,.8);
  box-shadow:none;
}

.hs_form_type form .inputs-list:first-child {
  padding-top: 6px !important;
}

.hs_form_type form .inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-family: arial, helvetica, sans-serif;
  font-weight: 400;
  color: #f2545b;
  font-size: 14px;
  margin-bottom: 4px;
}

.hs_form_type form  .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li label {
  background: transparent;
  padding: 0;
  margin: 0;
  line-height: 18px;
  font-size: 14px;
  color: #f2545b;
}
.get_quote_page .hs-button {
  letter-spacing: normal;
}


@media(max-width:768px){
  .hs_form_type form fieldset .hs-input {
    width: 100%;
  }
}



/*** Buyer form page ***/


.buyer_page figure {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  margin-bottom: 30px;
  width: 280px;
  height: 151px;
}

.buyer_page figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  vertical-align: middle;
}

.buyer_page form {
  margin: 0 -15px;
  width: auto;
  max-width: unset;
}




@media(max-width:1380px){
  .buyer_page .row-fluid-wrapper:nth-child(2) .row-fluid .span4 {
    width: 50%;
    margin-bottom: 30px;
  } 
}

@media(max-width:768px){
  .buyer_page .row-fluid-wrapper:nth-child(2) .row-fluid .span4 {
    width: 100%;
    margin-bottom: 30px;
  } 
  .buyer_page .hs-button {
    margin-bottom: 0;
  }

}
/** partner page ***/

.partnerrow2 .span6 .row-fluid-wrapper:last-child .partner_box {
  margin-bottom: 0;
}

@media(max-width:768px){
  .partnerrow1 h2 {
    margin-top: 20px !important;
  }

}

.body-container__website .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li label {
  background-color: #e81a27;
  font-size: 16px;
  line-height: 30px;
  clear: both;
  color: rgba(255,255,255,0.8);
  margin: 2em 15px 1em;
  padding: .2em 1em;
}
/*** cta section **/

.cta_sctn .row-fluid-wrapper[class*="background-image"]:before {
  background: rgb(37 37 37 / 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}

.cta_sctn .row-fluid-wrapper[class*="background-image"] {
  position: relative;
  z-index:9;
}

.cta_sctn .row-fluid-wrapper[class*="background-image"] > div {
  position: relative;
  z-index: 9999;
}

.cta_sctn_inverted .row-fluid-wrapper[class*="background-image"]:before {
  display:none;
}

.cta_sctn, 
.cta_sctn h1,
.cta_sctn h2,
.cta_sctn h3,
.cta_sctn h4,
.cta_sctn h5,
.cta_sctn h6,
.cta_sctn p,
.cta_sctn ul,
.cta_sctn ol{
  color: #fff;
}

.cta_sctn_inverted, 
.cta_sctn_inverted h1,
.cta_sctn_inverted h2,
.cta_sctn_inverted h3,
.cta_sctn_inverted h4,
.cta_sctn_inverted h5,
.cta_sctn_inverted h6,
.cta_sctn_inverted p,
.cta_sctn_inverted ul,
.cta_sctn_inverted ol{ 
  color: #1d1d1d;
}

.cta_sctn h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
}

.cta_sctn h4 {
  letter-spacing: 2px;
  font-weight: 400;
}

.btn {
  font-weight: 600;
  font-style: normal;
  text-align: center;
  line-height: 18px;
  text-decoration: none;
  min-width: 160px;
  vertical-align: middle;
  overflow: hidden;
  margin: 0;
  min-height: 1em;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 10;
  background: rgba(255, 255, 255, 0);
  float: left;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: 2px solid #f0641f;
  font-size: 16px;
  font-family: inherit;
  letter-spacing: .4px;
  padding: 12px;
  border-radius: 30px;
  outline: none;
  margin-top: 16px;
  color: #f0641f;
} 

.cta_sctn_inverted a.btn{
  margin:0;
}


.cta_sctn .btn {
  color: #fff;
}

.btn:hover {
  color: #fff;
  background-image: none;
}

.btn:after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 5;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
}

.btn:hover:after {
  background: #f0641f;
  color: #FFF;
  height: 100%;
  z-index: -1;
}

@media(max-width:768px){
  .btn {
    margin-bottom: 30px;
  }
  .body-container-wrapper {
    overflow-x: hidden;
  }
}

@media(max-width:989px) and (min-width:769px){
  .partnerrow2 .span6 {
    width: 100%;
  }

  .partnerrow2 .span6:last-child {
    margin-bottom: 30px;
  }

  .partnerrow3 .span4,
  .partnerrow4 .span4{
    width: 50%;
    margin-bottom: 30px;
  }
}




/*** Partner inner ***/



.blck_card_sctn  h1 {
  color: #fff;
  text-transform: none;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 2.441em;
  line-height: 58px
}

.blck_card_sctn .solution_card .solution_card_inr {
  border: #fff 1px solid;
  min-height: 220px;
}


.blck_card_sctn .solution_card .solution_card_title h5{
  color:#fff;
}

.blck_card_sctn .row-fluid-wrapper[class*="background-image"]:before {
  background-color: rgba(37, 37, 37, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}

.blck_card_sctn .row-fluid-wrapper[class*="background-image"] {
  position: relative; 
  z-index:9;
}

.blck_card_sctn .row-fluid-wrapper[class*="background-image"] > div {
  position: relative;
  z-index: 9999;
} 

.partner_inner_page .solution_card .solution_card_contnt,
.partner_inner_page .solution_card .solution_card_contnt p{
  font-weight: 500;
  line-height: 24px;
}

.partner_inner_page .lft_icon_contnt .lft_icon_contnt_cnt span {
  font-weight: 500;
}



@media(max-width:768px){
  .blck_card_sctn h1 {
    line-height: 1em;
  }
}

/* About Page */
.hs-about-page [class*='-force-full-width-section'] > .row-fluid {
  width: 100% !important;
}

.container-fluid.hs-about-page-banner .banner_area h1 {
  text-align: left;
}

.container-fluid.hs-about-page-banner .banner_area .page-center {
  width: 90%;
}

.container-fluid.hs-about-page-banner .banner_inner {
  padding-left: 0;
  padding-right: 0;
}

.hs-about-page .hs_cos_wrapper_type_rich_text h2 + p img {
  margin: 1px 0 16px 0;
}

.td-about-us h6 {
  padding-bottom: 16px;
  padding-top: 8px;
}

section.section.td-about-us {
  background-color: rgb(252, 252, 252);
}

.hs-layout p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

section.section.td-team .page-section-content {
  padding: 0;
}

section.section.td-team .team_wrap {
  margin: 0 20.25px;
}

section.section.gallery-popup .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
  padding-bottom: 30px;
}

section.section.gallery-popup {
  background-color: rgb(250, 250, 250);
  margin-top: 85px;
}
.blck_card_sctn .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child:not(:only-child) {
  min-height: 320px !important;
  margin-bottom: 30px;
}
.certificationsrow2 .hs_cos_wrapper_type_rich_text {
  display: block;
}
.get_quote_page.hs_form_type form {
  max-width: 100%;
}
.partner_inner_page .blck_card_sctn .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child,
.partner_page .blck_card_sctn .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child{
  min-height: 0 !important;
  margin-bottom: 0px;
}

.repair_ref_row7 a.custom-button {
  margin-top: 0 !important;
}

.contact_page.hs_form_type form {
  max-width: 100%;
}

.contact_page.hs_form_type .actions .hs-button {
  font-family: Montserrat,serif; 
  font-weight: 700;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 12px;
  font-family: Montserrat;
}

.remarketing_row4 a.custom-button {
  color: #f0641f;
}

.remarketing_row4 a.custom-button:hover {
  color: #fff;
}
.join_teamrow1 h4 + p img {
  padding-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 989px){
  .container-fluid.hs-homepage-solution .row-fluid .span4,
  .container-fluid.hs-homepage-certificate .dnd-section>.row-fluid .dnd-column.span3,
  .container-fluid.hs-about-page-team .dnd-section>.row-fluid > .dnd-column.widget-span.span3{
    width: 50%;
    margin-bottom: 30px;
  }

  .container-fluid.hs-homepage-solution .dnd-section .row-fluid {
    display: block !important;
  }

  section.section.partners-we-serve .dnd-section>.row-fluid .dnd-column.span6 {
    width: 100%;
  }

  .hs-layout .page-section-content {
    padding: 5.25em 0;
  }

  section.section.request-quote .dnd-section {
    padding: 5.25em 0 !important;
  }

}

@media only screen and (max-width: 768px){
  .container-fluid.hs-homepage-solution .row-fluid .span4,
  .container-fluid.hs-homepage-certificate .dnd-section>.row-fluid .dnd-column.span3{
    margin-bottom: 30px;
  }

  .hs-layout .page-section-content {
    padding: 3.125em 0;
  }

  section.section.request-quote .dnd-section {
    padding: 3.125em 0 !important;
  }
  .container-fluid.hs-about-page-about .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 20px;
  }

  .container-fluid.hs-about-page-about .dnd-section>.row-fluid > .dnd-column.widget-span:first-child,
  .container-fluid.hs-about-page-about-team {
    margin-bottom: 30px;
  }
  .hs-about-page section.section.request-quote .hs_cos_wrapper_type_rich_text p:last-child {
    margin-bottom: 30px;
  }
  section.section.gallery-popup .dnd-section>.row-fluid > .dnd-column.widget-span.span6 {
    margin-bottom: 30px;
  }
  body .cta_sctn .hs_cos_wrapper_type_rich_text p:last-child {
    margin-bottom: 30px;
  }
}

/**** Certification page ***/



.certificationsrow3 .award_gallery:hover h5 {
  color: #f0641f;
} 

.certificationsrow3 .award_gallery {
  min-height: 483px;
}

@media(max-width:989px) and (min-width:768px){
  .certificationsrow3 .row-fluid .span3,
  .certificationsrow4 .row-fluid .span3{
    width: 50%;
    margin-bottom: 30px;
  } 
}

@media(max-width:768px) {
  .certificationsrow3 .row-fluid .span3,
  .certificationsrow4 .row-fluid .span3,
  .certificationsrow4 .row-fluid .span6,
  .certificationsrow4 .dnd-section .row-fluid .span12{
    margin-bottom: 30px;
  }  

  .certificationsrow4 .dnd-section .row-fluid .span12 .span12{
    margin-bottom:0;
  }
  .certificationsrow2  .video_row .video_contnt {
    margin-bottom: 30px;
  }
}

/*** Repair refurbishing page **/

.repair_ref_row2 .row-fluid-wrapper[class*="background-image"]:before ,
.remarketing_row4 .row-fluid-wrapper[class*="background-image"]:before {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}

.repair_ref_row2 .row-fluid-wrapper[class*="background-image"] ,
.remarketing_row4 .row-fluid-wrapper[class*="background-image"] {
  position: relative;
  z-index:9;
}

.repair_ref_row2 .row-fluid-wrapper[class*="background-image"] > div,
.remarketing_row4 .row-fluid-wrapper[class*="background-image"] > div {
  position: relative;
  z-index: 9999;
} 

.repair_ref_page .info_card {
  min-height: 360px;
}

.repair_ref_page .info_card_head {
  margin-bottom: 35px;
}

.repair_ref_page .repair_ref_row3  .info_card {
  min-height: 380px;
} 

.repair_ref_page .repair_ref_row3 .info_card .info_card_innr{
  overflow: hidden;
  position: relative;
  z-index: 99;  
}


@media(max-width:989px) and (min-width:769px){
  .repair_ref_row3 .span4,
  .blck_card_sctn .span4,
  .repair_ref_row5 .span4{
    width: 50% !important;
    margin-bottom: 30px;
  }

  .repair_ref_row3 .row-fluid .span4 {
    width: 50%;
    margin-bottom: 30px;
  }
  .repair_ref_row3 .row-fluid .span4:nth-child(2n+1){
    clear:left;
  }
}



/*** Solution page ***/

.solution_page .solution_card {
  box-shadow: 0 0 0 1px #e1e1e1;
  margin-bottom: 65px;
}

@media(max-width:989px) and (min-width:769px){
  .solution_page .span4{
    width:50%; 
  }

  .solution_page .span6{
    width:100%;
  }

  .solution_page .span6:last-child{
    margin-bottom:30px;
  }

  .solution_page .solution_card{
    margin-bottom:30px;
  }
}

@media(max-width:768px){
  .solution_page .solution_card {
    margin-bottom: 30px;
  } 

}


/*** device buyback-page ***/

.deviceback_pagerow1 .info_card {
  background-color: #ffffff;
  box-shadow: none;
  min-height: 420px;
}

.deviceback_page .cycle_wrapper .svg_icon {
  background : #135ad0;
}

.deviceback_page .cycle_wrapper .icon_box_cntnt div {
  color: #888;
  font-weight: 500;
}

.deviceback_pagerow6 .solution_card .solution_card_inr {
  min-height: 220px;
}

.deviceback_pagerow6 .solution_card {
  box-shadow: 0 0 0 1px #808080;
}


.deviceback_page blockquote {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-left: none;
  padding-left: 0;
  width: auto;
  margin-bottom: 2.1428571429rem;
}

.deviceback_page  blockquote:before {
  font-size: 1.7142857143em;
  line-height: 1.25em;
  content: "\f10d";
  font-family: "FontAwesome", "Font Awesome 5 Free";
  font-weight: 900;
  color: #f0641f;
  vertical-align: -0.4em;
  float: left;
  margin-right: 1.4285714286rem;
  margin-top: 0.5rem;
  font-style: normal;
}

.deviceback_page blockquote > p {
  overflow: hidden;
  display: block;
  margin: 0;
}

.deviceback_page blockquote p  {
  font-style: italic;
  margin-bottom: 0;
  font-weight: 500;
  color: #666;
  line-height: 175%;
}

.deviceback_page blockquote  p > span > span {
  font-size: 1em;
  line-height: 1.7142857143em;
  display: block;
  margin-top: 0.7142857143rem;
  font-style: normal;
  font-weight: 500;
  color: #a1a1a1;
}

.deviceback_page blockquote p   > span strong {
  font-size: 1em;
  line-height: 1.37em;
  font-weight: 700;
  color: #707070;
}

.deviceback_pagerow1 .info_card .info_card_head {
  margin-bottom: 35px;
}

.deviceback_pagerow1 .info_card .info_card_contnt div {
  font-weight: 500;
}

.blockquoted_sctn .dnd-section > .row-fluid {
  width: 100% !important;
  padding: 0 15px;
}

.body-container-wrapper .solution_card i.fa.fa-usd {
  color: #9b59b6;
}

.body-container-wrapper .solution_card i.fa.fa-wrench {
  color: #f24a2a;
}

.body-container-wrapper .solution_card i.fa.fa-pie-chart {
  color: #2ecc71;
}

.body-container-wrapper .solution_card i.fa.fa-shield {
  color: #3498db;
}

.body-container-wrapper .solution_card i.fa.fa-tablet {
  color: #ec7032;
}

.body-container-wrapper .solution_card i.fa.fa-suitcase {
  color: #1967af;
}


@media(max-width:989px) and (min-width:769px){
  .deviceback_page .span4 {
    width: 50% !important;
    margin-bottom: 30px;
  }

  .deviceback_pagerow4 div[class*="row-1-margin" ] {
    margin-bottom: 28px !important;
  } 

  .blockquoted_sctn .row-fluid .row-fluid  .row-fluid div[class*="span"] {
    margin-bottom: 30px;
  }
  .macbook-ipad-repair-page .chromebook_pagerow1 .row-fluid .span4 {
    width: 50%;
    margin-bottom: 30px;
  }
  .macbook-ipad-repair-page .chromebook_pagerow1 .row-fluid .span4:nth-child(2n+1){
    clear:left;
  }
}


@media(max-width:768px){
  .deviceback_page .cycle_wrapper .icon_box:nth-child(2n+1) {
    clear: left;
  }
}

/*** Repair page **/ 

.repair_page  .cycle_wrapper .svg_icon {
  background: #135ad0;
}

.repair_page .solution_card .solution_card_inr {
  box-shadow: 0 0 0 1px #808080 !important;
  min-height: 220px;
}

.repair_page .video_sctn .video_sctn_inner{
  padding:160px 0;
}

@media(max-width:768px){
  .repair_page  .video_contnt {
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .repair_page  .video_sctn h4 {
    padding: 0 15px;
  }
  .repair_page .video_sctn .video_sctn_inner{
    padding-top: 52px;
    padding-bottom: 10px;
  }

}

/** Contact page ***/

.contact_page.hs_form_type form {
  margin-top: 60px;
  margin-bottom: 130px;
}

.contact_page.hs_form_type form .hs-form-field > label {
  font-family: Montserrat,serif;
  font-size: 13px;
  color: #33475b;
}

.hs_form_type form  .hs-input[type=checkbox],
.hs_form_type form   .hs-input[type=radio] {
  max-width: 100%;
  cursor: pointer;
  width: auto !important;
  padding: 0;
  margin: 3px 5px 3px 0;
  line-height: normal;
  border: none;
  height: auto;
  min-height: unset;
  color: #33475b;
}

.hs_form_type form .hs-input[type=checkbox] + span, 
.hs_form_type form .hs-input[type=radio]  + span {
  color: #33475b;
}

.hs_form_type form ul.inputs-list.multi-container {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}


@media(max-width:768px){
  .contact_page.hs_form_type form { 
    margin-bottom: 190px;
  }
}

/*** Asset deposition  ***/


.asset_depositionrow2 .row-fluid-wrapper[class*="background-image"]:before {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}

.asset_depositionrow2 .row-fluid-wrapper[class*="background-image"] {
  position: relative;
  z-index:9;
}

.asset_depositionrow2 .row-fluid-wrapper[class*="background-image"] > div {
  position: relative;
  z-index: 9999;
} 

.asset_depost_page .info_card {
  min-height: 440px; 
}

.asset_depost_page .info_card_head {
  margin-bottom: 35px;
}

.asset_depost_page .asset_depost_page_row3  .info_card {
  min-height: 380px;
}

.asset_depost_page .info_card p{
  margin:0;
}

.body-container-wrapper .style_list ul {
  list-style: initial;
  margin: 0;
  margin-left: 100px;
}

.body-container-wrapper .style_list ul li {
  line-height: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 60px;
}

.body-container-wrapper .style_list ul li:before {
  line-height: 20px;
  color: #f0641f;
  font-family: "FontAwesome", "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  content: "\f00c";
  font-size: 24px;
  padding-top: 8px;
}



@media(max-width:989px) and (min-width:769px){
  .asset_depositionrow1 .span4,
  .blck_card_sctn .span4{
    width: 50% !important;
    margin-bottom: 30px;
  }

  .asset_depositionrow3 div[class*="row-1-margin" ] {
    margin-bottom: 28px !important;
  } 

  .asset_depositionrow1 .row-fluid .span4 {
    width: 50%;
    margin-bottom: 30px;
  }
  .asset_depositionrow1 .row-fluid .span4:nth-child(2n+1){
    clear:left;
  }
}

@media(max-width:768px){
  .body-container-wrapper .style_list ul {
    margin: 0;
  }

  .style_list div[class*="span6"] {
    margin-bottom: 30px;
  }
}


/*** Remarketing Pricing Intelligence Page ***/

.remarketing_page .info_card {
  min-height: 380px;
}

.remarketing_row2 h1 {
  margin-top: 28px;
  font-size: 2.441em;
}

.remarketing_row2  .solution_card .solution_card_inr {
  min-height: 220px;
}

.remarketing_row2 .solution_card .solution_card_inr h5 {
  color: #fff;
}


.remarketing_page  .video_sctn .video_sctn_inner {
  padding: 6.25em 0;
}

.remarketing_page   .video_sctn img {
  padding: 14px 0 12px;
}



@media(max-width:989px) and (min-width:769px){
  .remarketing_page .span4 {
    width: 50% !important;
    margin-bottom: 30px;
  }

  .remarketing_page div[class*="row-1-margin" ] {
    margin-bottom: 28px !important;
  } 

  .remarketing_page .row-fluid .span4 {
    width: 50%;
    margin-bottom: 30px;
  }
  .remarketing_page .row-fluid .span4:nth-child(2n+1){
    clear:left;
  }
}

.remarketing_row4 h4 {
  color: #444;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 400;
}


/*** Join Team ***/

.fill-btn {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  vertical-align: middle;
  overflow: hidden;
  font-style: normal;
  text-align: center;
  line-height: 18px;
  text-decoration: none;
  margin: 0 auto;
  min-height: 1em;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  min-width: 180px;
  margin-top: -4px;
  padding: 12px;
  border-radius: 30px;
  background: linear-gradient(90deg, rgba(242,74,21,1) 0%, rgba(239,126,42,1) 100%);
  font-size: 16px;
  font-family: inherit;
  letter-spacing: .4px;
  color: #fff;
}

.fill-btn:hover ,
.fill-btn:focus{
  color: #fff;
  background: linear-gradient(90deg, rgba(242,56,0,1) 0%, rgba(239,103,0,1) 100%);
}

.join_team_page .fill-btn {
  float: left;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.join_team_page .info_card:hover h5 {
  color: #f0641f;
}

.join_team_page .info_card {
  min-height: 420px
}


@media(max-width:989px) and (min-width:769px){
  .join_team_page .span4 {
    width: 50% !important;
    margin-bottom: 30px;
  } 

  .join_team_page .row-fluid .span4:nth-child(2n+1){
    clear:left;
  }
}

@media(max-width:768px){
  .join_team_page .fill-btn {
    margin-top: 6px;
  }

  .join_team_page .video_contnt {
    margin-bottom: 30px;
  }

}

/**** protection plan **/

.prot_plan_page .info_card i.fa.fa-shield {
  color: #135ad0;
}

.prot_plan_page .info_card i.fa.fa-file-text {
  color: #41adee;
}

.prot_plan_page .solution_card {
  box-shadow: 0 0 0 1px #808080;
}

.prot_plan_page  .solution_card .solution_card_inr {
  min-height: 220px;
}

@media(max-width:989px) and (min-width:769px){ 
  .prot_plan_page .span4{
    width: 50% !important;
    margin-bottom: 30px;
  } 

  .prot_plan_page .row-fluid .span4:nth-child(2n+1){
    clear:left;
  }
}

.prot_plan_page  .lft_icon_contnt.withbg .lft_icon_contnt_icon{
  background-color: #41adee;
}

/** asset management ***/

.asset_managementrow1 .row-fluid div[class*="span"] .row-fluid-wrapper {
  margin-bottom: 15px;
}

.asset_management_page  .dnd-section .row-fluid-wrapper:nth-child(odd) .lft_icon_contnt.withbg .lft_icon_contnt_icon,
.asset_management_page  .dnd-section .row-fluid-wrapper:nth-child(odd) .lft_icon_contnt.withbg:hover .lft_icon_contnt_icon  {
  background: #41adee;
}

.asset_management_page .dnd-section .row-fluid-wrapper:nth-child(even) .lft_icon_contnt.withbg .lft_icon_contnt_icon,
.asset_management_page .dnd-section .row-fluid-wrapper:nth-child(even) .lft_icon_contnt.withbg:hover .lft_icon_contnt_icon{
  background: #135ad0;
} 

.asset_management_page .lft_icon_contnt:hover h5{
  color: #707070;
}

.asset_managementrow1 .row-fluid div[class*="span"] .row-fluid-wrapper:last-child{
  margin-bottom:0;
}

.asset_management_page .video_sctn .video_sctn_inner {
  padding:160px 0;
}

.asset_management_page .solution_card .solution_card_inr {
  box-shadow: 0 0 0 1px #808080 !important;  
  min-height: 220px; 
}


@media(max-width:989px) and (min-width:769px){ 
  .asset_management_page .span4{
    width: 50% !important;
    margin-bottom: 30px;
  } 
  .asset_management_page .row-fluid .span4:nth-child(2n+1){
    clear:left;
  }
}

@media(max-width:768px){
  .asset_management_page .lft_icon_contnt {
    margin-bottom: 0;
  } 
  .asset_management_page .video_sctn .video_sctn_inner {
    padding-top: 52px;
    padding-bottom: 10px;
  }
  .asset_management_page .video_sctn .video_btn {
    margin-bottom: 30px !important;
  }
}


/*** Education page ***/


.education_page .video_sctn .video_sctn_inner {
  padding: 160px 0;
}

.education_page .solution_card .solution_card_inr {
  box-shadow: 0 0 0 1px #808080 !important;
  min-height: 220px;
}

.education_page .video_sctn{
  margin-bottom:20px;
}

.education_page .lft_icon_contnt:hover h5{
  color: #707070;
}

@media(max-width:989px) and (min-width:769px){ 
  .educationrow3 .span4,
  .whit_col_contnt .span4{
    width: 50% !important;
    margin-bottom: 30px;
  } 
  .educationrow3 .row-fluid .span4:nth-child(2n+1),
  .whit_col_contnt .span4:nth-child(2n+1){
    clear:left;
  }
}

@media(max-width:768px){
  .education_page .video_sctn .video_sctn_inner {
    padding-top: 52px;
    padding-bottom: 10px;
  }
  .education_page .video_sctn .video_contnt {
    margin-bottom: 30px !important;
  }
  .education_page .video_sctn {
    margin-bottom: 70px;
  }
}

/*** Testimonial row **/

.testimonial_row .dnd-section>.row-fluid {
  width: 100%;
  padding-left:15px;
  padding-right:15px;
}


@media(max-width:768px){
  .testimonial_row  .dima-testimonial {
    margin-top: 45px;
    margin-bottom: 100px;
  }
}

/** Video row **/

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

.video_row .video_contnt {
  padding-left:15px;
  padding-right:15px;
}


/*** Homepage ***/

.hs-homepage-certificate .award_gallery:hover .award_contnt h5 {
  color: #f0641f;
}
/* ******************************************************************************
*********************************************************************************
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-menu-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-menu-primary >div > ul >li{
  float:left;
}


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


.custom-menu-primary ul li.has-submenu {
  position: relative;
}

.head_innr {
  height: 110px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

.no-banner header.header {
  min-height: 110px;
  line-height: 24px;
}

.head_innr .page-center {
  display: table;
  height: 100%;
}

.mobile_trigger {
  display: none;
}

.custom_logo {
  vertical-align: middle;
  position: relative;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: table-cell;
  padding: 34px 0;
}

.custom_logo div {
  line-height: 0;
  height: 100%;
}

.custom_logo a {
  line-height: inherit;
  display: block;
}

.custom_logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 225px;
  width: auto !important;
  max-height: 150px;
}

#hs_cos_wrapper_dark_logo {
  display: none;
}


.custom-menu-primary {
  width: 105%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.custom-menu-primary > div > ul {
  position: static;
  display: block;
  float: right;
  margin: 0;
  z-index: 1030;
  line-height: 0;
}

.custom-menu-primary > div > ul > li {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  height: 110px;
  line-height: 110px;
}

.custom-menu-primary > div > ul > li > a {
  padding: 0 15px 0 15px;
  padding-right: 15px;
  font-style: normal;
  vertical-align: middle;
  font-size: 16px;
  line-height: 18px;
  font-family: "Montserrat","Helvetica Neue",Helvetica,sans-serif;
  font-weight: 500;
  letter-spacing: .4px;
}

.custom-menu-primary > div > ul > li:hover > a {
  padding-bottom: 4px;
  padding-top: 4px;
}

.custom-menu-primary ul ul {
  z-index: 99999;
  background-clip: padding-box;
  float: left;
  min-width: 260px;
  padding: 20px 0;
  margin: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: -15px;
  right: auto;
  top: 110px;
  padding-left: 14px;
  padding-right: 14px;
}

.custom-menu-primary ul li.has-submenu:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.custom-menu-primary ul ul li {
  position: relative;
  text-align: left;
}

.custom-menu-primary ul ul li a {
  font-weight: 500;
  font-size: 16px;
  transition: none;
  position: relative;
  display: block;
  clear: both;
  padding: 5px 30px;
  line-height: 1.7;
  text-align: left;
  white-space: nowrap;
}

.tooltip-inner {
  font-size: 13px;
  width: 100px;
}

.scroll_header .head_innr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 20px;
  height: 90px;
  background: #fff;
  max-height: 100px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(161, 161, 161, 0.25);
  box-shadow: 0px 1px 2px 0px rgba(161, 161, 161, 0.25);
}

.scroll_header .custom_logo {
  padding: 0;
}

.scroll_header #hs_cos_wrapper_light_logo {
  display: none;
}

.scroll_header #hs_cos_wrapper_dark_logo {
  display: table-cell;
}

.scroll_header .custom-menu-primary>div>ul>li {
  height: 70px;
  line-height: 70px;
}

.scroll_header .custom-menu-primary ul ul {
  top: 70px;
}


.custom-mobile-primary{
  display:none; 
}

.custom-menu-primary > div { 
  display: inline-block;
}

.head_cta a {
  margin:0 !important;
}



@media(min-width:990px){
  .no-banner:not(.scroll_header) .head_innr {
    background: #666;
  }
}

@media(max-width:989px){
  .custom-menu-primary {
    display: none;
  }

  .custom-mobile-primary{
    display:none;
  }
  .custom-mobile-primary {
    max-height: calc( 100vh - 90px);
    overflow-y: auto !important;
  }

  .mobile_trigger {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    float: left;
    padding: 0.458em 0.625em;
    font-size: 24px;
    line-height: 1;
    margin-top: 20px;
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    cursor: pointer;
  }

  .mobile_trigger:hover {
    color: #919191;
    background-color: #FFFFFF;
  }

  .head_innr {
    position: fixed;
    background: #fff !important;
    height: auto;
  }

  .custom_logo {
    position: relative !important;
    left: calc(50% - 54px);
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
    display: inline-block;
    padding: 35px 0 34px !important;
  }

  .custom_logo img {
    max-height: 80px;
    max-width: 110px;
  }

  #hs_cos_wrapper_light_logo {
    display: none;
  }

  #hs_cos_wrapper_dark_logo {
    display: block;
  }

  .scroll_header .head_innr {
    padding: 0;
    height: auto;
  }
  .custom-mobile-primary ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .custom-mobile-primary ul ul {
    display: none;
  }

  .custom-mobile-primary> .head_cta a {
    padding: 0;
  }

  .custom-mobile-primary .head_cta {
    margin: 2px 0;
    padding: 10px 0 30px;
  }

  .custom-mobile-primary > div > ul > li {
    position: relative;
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    float: none;
  }

  .custom-mobile-primary > div > ul > li > a {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    height: auto;
    margin: 2px 0;
    padding: 10px 0;
    float: left;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-align: left;
    width: 100%;
    position: relative;
    color: #000000;
  }

  .custom-mobile-primary ul ul {
    float: none;
    max-width: none;
    margin-left: 1.5em;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    position: static;
    left: auto;
    right: 0;
    list-style: none;
    top: 134px;
    padding-left: 14px;
    padding-right: 14px;
    clear: both;
    visibility: visible;
  }

  .custom-mobile-primary ul ul li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .custom-mobile-primary ul ul li a {
    font-weight: 500;
    font-size: 16px;
    position: relative;
    display: block;
    clear: both;
    line-height: 1.7;
    white-space: nowrap;
    color: #707070;
    -webkit-transition: none;
    transition: none;
    padding: 5px 0;
  }

  .custom-mobile-primary ul ul li a {
    white-space: normal;
  }


  .custom-mobile-primary ul ul li a:hover {
    background: linear-gradient(90deg, rgba(242,74,21,1) 0%, rgba(239,126,42,1) 100%);
    color: #fff;
  }

  .scroll_header .head_innr{
    max-height:unset;
  }

  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
  }

  .child-trigger:before {
    content: "\f107";
    position: absolute;
    margin-left: 0.35em;
    font-family: "FontAwesome", "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0;
    speak: none;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    color: #707070;
  }

  .lp_header .custom_logo {
    left: 50%;
  } 
  .no-banner header.header {
    min-height: 90px;
  }

}

@media(max-width:768px){
  .custom_logo img {
    max-width: 225px;
    max-height: 150px;
  }

  .custom_logo {
    padding: 24px 0  !important;
    left: calc(50% - 37px);
  }

  .mobile_trigger {
    margin-top: 25px;
    font-size: 16px;
  } 
}


@media(max-width:350px){
  .custom_logo {
    left: calc(50% - 22px); 
  }
  .lp_header .custom_logo {
    left: calc(50% + 14px);
  } 
}

#hs_cos_wrapper_mac_logo {
  display: none;
}


@media(max-width:989px) {
  #hs_cos_wrapper_mac_logo {
    display: block;
  }
  #hs_cos_wrapper_light_logo , 
  #hs_cos_wrapper_dark_logo,
  .scroll_header #hs_cos_wrapper_dark_logo,
  .scroll_header #hs_cos_wrapper_light_logo{
    display: none;
  } 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  position: relative;
  padding: 35px 0 5px 0;
}

.row {
  position: relative;
  margin: 0 -15px;
  clear: both;
  z-index: 5;
}

.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}

.row:after {
  clear: both;
}

footer.footer div[class*="span"] {
  position: relative; 
  padding: 0 15px;
  float: left;
}

.top_spacer {
  height: 50px;
}

.ftr_wrapper {
  position: relative;
}

.ftr_wrapper .row_innr {
  position: relative;
  display: table;
  table-layout: fixed;
  background-attachment: fixed;
  padding: 0;
  width:100%;
}

.copyright {
  font-size: 11px; 
  line-height: 24px;
}

.copy_ftr hr { 
  position: relative;
  float: none;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 25px;
  padding: 25px 0 0;
  clear: both;
  background: transparent;
  border-bottom: 1px solid;
  border-color: #e1e1e1;
}

#hs_cos_wrapper_ft_certifications p {
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 6px;
}

#hs_cos_wrapper_ft_certifications a {
  font-weight: normal;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: inline-block;
}

#hs_cos_wrapper_ft_certifications a:first-of-type img {
  margin-right: 26px;
  margin-top: -10px;
  max-width: 134px;
}

#hs_cos_wrapper_ft_certifications a:last-of-type img {
  max-width: 58px;
  margin-right: 25px;
  margin-top: -10px;
}

#hs_cos_wrapper_ft_certifications a + img {
  max-width: 94px;
  margin-right: 0px;
  margin-top: -10px;
}

#hs_cos_wrapper_ft_address {
  padding-top: 35px;
}

#hs_cos_wrapper_ft_address a {
  font-weight: normal; 
  font-size: 14px;
}

#hs_cos_wrapper_ft_logo img {
  width: auto !important;
  max-width: 100%;
}

#hs_cos_wrapper_ft_logo a {
  display: block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding-bottom: 10px;
  max-width: 361px;
  width: 100%;
} 

#hs_cos_wrapper_ft_menu {
  padding-top: 35px;
  padding-left: 100px;
}

#hs_cos_wrapper_ft_menu li {
  position: relative;
  overflow: hidden;
  margin-bottom: 7px;
  padding-left: 25px;
  line-height: 24px;
  font-weight: 500;
}

#hs_cos_wrapper_ft_menu li a {
  font-family: "Montserrat","Helvetica Neue",Helvetica,sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; 
  font-size: 14px;
}

#hs_cos_wrapper_ft_menu li:before {
  position: absolute;
  left: 0;
  text-align: center;
  top: 6px;
  width: 14px;
  font-size: 14px;
  line-height: 14px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto; 
}

#hs_cos_wrapper_ft_menu li:nth-child(1):before {
  content: "\f3ed";
}

#hs_cos_wrapper_ft_menu li:nth-child(2):before {
  content: "\f0c0";
}

#hs_cos_wrapper_ft_menu li:nth-child(3):before {
  content: "\f185";
}

#hs_cos_wrapper_ft_menu li:nth-child(4):before {
  content: "\f2b5";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

#hs_cos_wrapper_ft_menu li:nth-child(5):before {
  content: "\f19d";
}

#hs_cos_wrapper_ft_menu li:nth-child(6):before {
  content: "\f3d1";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

#hs_cos_wrapper_ft_menu li:nth-child(7):before {
  content: "\f3c5";
}

#hs_cos_wrapper_ft_menu li:nth-child(8):before {
  content: "\f007";
}

.ft_cntct {
  padding-top: 35px;
}

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

.ft_cntct ul li {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  padding-left: 25px;
  line-height: 24px;
  font-weight: 500;
}

.ft_cntct ul li i {
  position: absolute;
  left: 0;
  text-align: center;
  top: 3px;
  width: 14px;
  font-size: 14px;
  line-height: 14px; 
}

.ft_cntct ul li a {
  font-weight: 500;
  font-size: 14px;
}

@media only screen and (max-width: 989px) and (min-width: 768px){
  .row_innr .ft_col1 {
    width: 100% !important;
  }

  .row_innr >div {
    margin-bottom: 30px;
    width: 50% !important;
  }


  #hs_cos_wrapper_ft_menu {
    padding-top: 35px;
    position: relative;
    top: -2px;
  }
}

@media only screen and (max-width: 768px){
  .footer .ft_col2, 
  .footer .ft_col3 {
    display: none !important;
  }

  .row_innr>div {
    margin-bottom: 0;
  }

  #hs_cos_wrapper_ft_address {
    padding-top: 30px;
  }
}

.scroll-to-top {
  font-size: 20px;
  line-height: 45px;
  position: fixed;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  width: 2.45em;
  height: 2.45em;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: perspective(300px) rotateY(-120deg) translateZ(-10px);
  -ms-transform: perspective(300px) rotateY(-120deg) translateZ(-10px);
  transform: perspective(300px) rotateY(-120deg) translateZ(-10px);
  z-index: 99;
}

.scroll-to-top.off {
  opacity: 0;
}

#scrollToTop {
  left: 20px !important;
}

.scroll-to-top i {
  line-height: 2.45em;
}

.scroll-to-top:hover,
.scroll-to-top:focus{
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
}

.scroll-to-top.on {
  opacity: 1 !important;
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  -webkit-transform: perspective(300px) rotateY(0deg);
  -ms-transform: perspective(300px) rotateY(0deg);
  transform: perspective(300px) rotateY(0deg);
}

.footer .row-fluid [class*="span"] {
  padding: 0 15px !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 */
.content-wrapper { 
  margin: 0 auto;
}

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 15px;
}
.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: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner_area {
  background-position: center center;
  background-size: cover;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 6.25em 0;
  position: relative;
}

.banner_area .page-center {
  width: 100%;
}

.banner_area h1 {
  padding-top: 76px;
  font-style: normal;
  font-size: 3.052em;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  line-height: 58px;
  text-rendering: optimizeLegibility;
  margin-bottom: .5em;
  text-align: center;
  color: #fff;
  font-family: "Montserrat","Helvetica Neue",Helvetica,sans-serif;
  padding-bottom: 6px;
}

.banner_area .banner_inner {
  padding: 0 15px;
  position: relative;
  z-index: 99;
}

.banner_area:before {
  background-color: rgba(37, 37, 37, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  position: absolute;
  content: '';
}

@media(max-width:768px){
  .banner_area {
    padding-bottom: .5em;
    padding-top: 6.625em;
  }

  .banner_area h1 {
    font-size: 2em;
    line-height: 1em;
    padding-top: 70px;
    padding-bottom: 0;
  }

  .banner_area .banner_inner {
    margin-bottom: 46px;
  }
}

.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: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
} 

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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


@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 100%;
    overflow: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 5rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0; 
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px; 
  color: #4F7D24;
  padding: .75rem .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;
}

@media(max-width:767px){

  .systems-page h1 {
    font-size: 1.75em;
  }

  .systems-page h2 {
    font-size: 1.5em;
  }

}

section.title_container.dima-transparent-breadcrumbs {
  background: #707070;
}

section.title_container.dima-transparent-breadcrumbs .page-section-content {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-top: 285px;
}

section.title_container.dima-transparent-breadcrumbs h1 {
  display: none !important;
}

section.title_container.dima-transparent-breadcrumbs .dima-breadcrumbs {
  z-index: 10;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 30%;
}

section.title_container.dima-transparent-breadcrumbs .dima-breadcrumbs span.sep {
  padding: 0 5px;
}

section.title_container.dima-transparent-breadcrumbs .dima-breadcrumbs a {
  color: #FFFFFF;
}

section.title_container.dima-transparent-breadcrumbs .dima-breadcrumbs a:hover {
  text-decoration: underline;
}

.page-404 .dima-container {
  text-align: center;
}

.page-404 .dima-container h6 {
  font-size: 18px;
  line-height: 18px;
}

.page-404 .dima-container p {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  margin: 0;
}

.page-404 .dima-container  .double-clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  padding-bottom: 30px;
}

.page-404 .dima-container h1 {
  margin: 20px 0 35px;
  font-size: 160px;
  font-weight: 800 !important;
  letter-spacing: 1.6px !important;
  text-transform: uppercase !important;
  line-height: 58px !important;
}

.page-404 .dima-container form {
  width: 450px;
  margin: 0 auto;
  max-width:100%;
  position: relative;
}

.page-404 .dima-container form input {
  margin: 0;
  padding: 15.5px;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  outline: none;
  color: #727272;
  font-size: 14px;
  line-height: 14px;
  height: 50px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0em 0em 0em 0em rgb(0 0 0 / 30%) inset;
  box-shadow: 0em 0em 0em 0em rgb(0 0 0 / 30%) inset;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-404 .dima-container form input:focus {
  border-color: #f0641f !important;
  -webkit-appearance: none;
  -webkit-box-shadow: 0.3em 0em 0em 0em #f0641f inset;
  box-shadow: 0.3em 0em 0em 0em #f0641f inset;
}

.page-404 .dima-container form:before {
  content: '\f002';
  font-size: 22px;
  line-height: 22px;
  font-family: "FontAwesome", "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #707070;
}