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




















 






















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

.body-container-wrapper {
  padding: 60px 0;
} 

.container-fluid { 
  padding-left: 0; 
  padding-right: 0;
}
.dnd-section {
  padding: 0px; 
}
.banner-area .dnd-section {
  padding: 0; 
}

.body-container__pillar .dnd-section > .row-fluid{
  max-width: 100% !important; 
  width: 100% !important; 
  padding: 0 !important; 
}

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

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; 
  padding-left: 15px;
  padding-right: 15px; 
  width: 1200px;
} 
.dnd-section .widget-type-cell {
  padding-left: 15px;
  padding-right: 15px; 
}

/*body every div margin in the bottom*/
.body-container .dnd-module { 
  margin-bottom: 35px; 
}
.blog .body-container form{
  margin-bottom: 0; 
} 

@media(min-width: 480px) {
  .body-container__pillar .dnd-section > .row-fluid{
    max-width: 100% !important; 
    width: 100% !important; 
    padding: 0 !important; 
  }
}

@media(min-width: 768px) {
  .dnd-section > .row-fluid { 
    width:750px;
  } 
} 
@media(min-width: 992px) {
  .dnd-section > .row-fluid {
    width:970px;
  }
}
@media(min-width: 1200px) { 
  .dnd-section > .row-fluid {
    width:1170px;
  }
} 

@media (max-width: 1199px) { 
  .body-container-wrapper {
    padding-bottom: 40px;
    padding-top: 40px; 
  }
}
@media (max-width: 767px) { 
  .body-container-wrapper {
    padding-bottom: 30px ;
    padding-top: 30px ;
  }

  .dnd-section > .row-fluid {
    width:100%; 
  }
}
@media only screen and (max-width: 960px) and (min-width: 768px){ }

@media only screen and (max-width: 767px) and (min-width: 480px){ }
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
 
 /* =============== fonts =============== */
   
 /* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

html {
  font-size: 24px; 
} 
body {    
  color: #494a52; 
  font-family: Lato, serif;
  font-size: 16px; 
  line-height: 1.42857143;
  overflow-x: hidden;
} 
#site-wrapper { 
  height: 100%;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative; 
  -webkit-transition: left .4s ease;
  -moz-transition: left .4s ease;
  -ms-transition: left .4s ease;
  -o-transition: left .4s ease;
  transition: left .4s ease;
  width: 100%;
}  

/* Highlighted Text */
::-moz-selection {
  background: #3399ff;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #3399ff;
  color: #fff;
  text-shadow: none;
}

/* Basic text */
p {
  font-family: Lato, serif; 
} 

/* TODO */
img{
	vertical-align:middle;
}
small {}

strong {
  font-weight: 700;
}
em {}
cite {}
code {
  vertical-align: bottom;
}
pre {}
 
/* TODO */
mark {}

sup,sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1,h2,h3,h4,h5,h6 {
  color: #494a52;
  font-family: Merriweather, serif;
  font-weight: 700;
  line-height: 1.1; 
  word-break: break-word;
} 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
} 
h1 {
  font-size: 2.1rem; 
  line-height: 1; 
  margin: 0 0 15px;
}

h2 {  
  font-size: 1.6rem; 
  line-height: 1; 
  margin: 0 0 35px;
}

h3 {
  font-size: 1.25rem; 
  line-height: 1; 
  margin: 40px 0 35px;
} 
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 { 
  font-size: 1.175rem; 
}

h5 {
  font-size: 1rem; 
}

h6 {
  font-size: .9rem; 
}

/* Anchor Links */ 
a {
  color: #ef3e42;
  color: #0270E0;
  outline: none;
  text-decoration: none;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
a:hover, a:focus {
  color: #d3373b;
  text-decoration: none;
}
ul,ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: inherit;
}
.body-container-wrapper ul {
  list-style: none; 
  margin: 0 0 25px;
  padding: 0;
}

.body-container-wrapper ul li {
  padding: 6px 0 6px 25px;
  background: url(https://7220440.fs1.hubspotusercontent-na1.net/hubfs/7220440/raw_assets/public/NortechControl_May2020/images/bullet.png) 8px 13px no-repeat;  
}
ul ul,ol ul,ul ol,ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* Block Quotes */ 
blockquote {
  border-left: 2px solid #A9A9A9;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; 
  padding-left: 15px;
}
blockquote p {}
blockquote small {}


/* Horizontal Rules */
hr {
  background-color: #ccc;
  border: none;
  color: #ccc;
  height: 1px;
}
 
:focus {
  outline: auto;
  outline-color: #3399ff;
}

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

@media (max-width: 1199px) {

  body { 
    font-size: 18px; 
  }
}
@media (max-width: 767px) {
 
 
  h1 {
    font-size: 26px;
    margin: 0 0 25px;
  }
  h2 {
    font-size: 26px;
    margin: 0 0 25px;
  }
  h3 {
    font-size: 26px;
    margin: 30px 0 25px;
  }
}

@media (max-width: 479px) {
 
  body { 
    font-size: 16px; 
  }
  h1 {
    font-size: 24px; 
  }
  h2 {
    font-size: 24px; 
  }
  h3 {
    font-size: 24px; 
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

.form-title{    }  
form { 
  border-width: 1px;
  border-style: solid;
  font-family: Lato, sans-serif; 
  max-width: 500px;
  padding: 5px;
} 
 
.hs-richtext {
  color: #494a52;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 3px;
}
.hs-richtext hr {
  margin-left: 0;
  text-align: left;
  width: 91%;
} 
.grecaptcha-badge {
  margin: 0 auto;
} 
.email-correction, 
.email-validation {
  font-size: 12px;
  padding-top: 3px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
ul.no-list {
  list-style: none;
}  
.inputs-list {
  margin: 0 0 5px;
  padding: 0;
  width: 100%;
}
.inputs-list > li {
  display: block;
  padding: 0;
  padding-top: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  font-weight: normal;
  line-height: 18px;
  padding: 0;
  text-align: left;
  white-space: normal;
  width: auto;
}
.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;
} 
 


/* ==========================================================================
6. FORMS                                        
========================================================================== */
body .hs-search-field__suggestions,
.blog .blog-sidebar .hs-search-field__suggestions,
body .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0
}
.one-column .body-container form {
  width: 50% !important;
}
#email-prefs-form .email-edit { 
  max-width: 100%  !important;
}
div#comment-form input.hs-button.primary {
  margin-top: 20px;
}

/* =============== Global Form Styles =============== */

.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;
}
 
 
/* Form Field */

.field { } 
.hs-form-field {}

/* Descriptions */  
.hs-field-desc {
  color: #7c98b6;
  font-size: 14px;
  margin: 0px 0px 6px;
} 
/* Labels and Legends */ 
label {  } 
 
.hs-form-field > label { }

.hs-form label {
  color: #4b4b4b;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0px 0 5px 0; 
  max-width: 100%;
  text-align: left;
  width: auto; 
  color: #33475b;
}

.hs-form-required {
  color:#ff0000;
}
/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select { 
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; 
  -webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0px 0px 6px rgba(0,0,0,.1);
  -ms-box-shadow: inset 0px 0px 6px rgba(0,0,0,.1);
  -o-box-shadow: inset 0px 0px 6px rgba(0,0,0,.1);
  box-shadow: inset 0px 0px 6px rgba(0,0,0,.1);
  color: #33475b;
  display: inline-block;
  font-family:"Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: normal;
  height: 50px;
  letter-spacing: normal;
  line-height: 1.42857143;
  margin:0 0 15px 0 !important;
  min-height: 27px;
  outline:0 none;
  padding:10px;
  position:relative;
  transition: border 0.2s linear;
  width: 100% !important; 
} 
.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin: 3px 5px 3px 0px;
  padding: 0;
  width: auto;
}
.hs-input[type=file] {
  background-color: #fff;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
} 
textarea.hs-input {
  height: auto;
} 
select[multiple].hs-input {
  height: inherit;
} 
input.hs-search-field__input {
    margin: 0 !important;
}  
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,.2);
  -moz-box-shadow: inset 0px 0px 6px rgba(0,0,0,.2);
  -ms-box-shadow: inset 0px 0px 6px rgba(0,0,0,.2);
  -o-box-shadow: inset 0px 0px 6px rgba(0,0,0,.2);
  box-shadow: inset 0px 0px 6px rgba(0,0,0,.2);
  outline: none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{ 
  color: #ff0000 !important ; 
  display: block;
  float: none;  
  text-align: left;
  white-space: normal;
  width: auto;
}  

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: #ff0000; */
}
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: #ff0000; */
} 
.submitted-message {
  border-width: 1px;
  border-style: solid;
  padding: 5px;
}
/* Placeholder Text */
::-webkit-input-placeholder {
	color: #bfbfbf;
	opacity: 1;
}
/* Webkit Browsers */
:-moz-placeholder {
	color: #bfbfbf;
	opacity: 1;
}
/* Firefox 18- */
::-moz-placeholder { 
	color: #bfbfbf;
	opacity: 1;
}
/* Firefox 19+ */
:-ms-input-placeholder { 
	color: #bfbfbf;
	opacity: 1;
} 

/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
} 
/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { 
	max-width: none; 
}
form.hs-form fieldset .hs-form-field {
	padding: 0 10px 0 0;
}
form.hs-form fieldset[class*="form-columns"] .input {
	margin-right: 0; 
}
form.hs-form fieldset[class*="form-columns"] .hs-input { 
	width: 100%;
}
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
	width: auto;
}
form.hs-form fieldset.form-columns-3 .hs-form-field {
	width: 33.33%; 
}

@media (max-width: 400px) {
	form.hs-form fieldset .hs-form-field { 
		padding: 0;
	}
	form.hs-form fieldset.form-columns-3 .hs-form-field,
	form.hs-form .form-columns-2 .hs-form-field .hs-input, 
	form.hs-form .form-columns-3 .hs-form-field .hs-input { 
		width: 100%;
	}
	form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { 
		width: auto; 
	}
}

@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;
  }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form label {}
#comment-form .hs-form-field > label {}
 
/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] { 
	margin-right: 10px;
	width: auto;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


.body-container-wrapper ul.inputs-list li , 
.body-container-wrapper ul.hs-error-msgs li {
  background: transparent;
  padding: 0;
}

/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-recaptcha { 
  max-width:250px;
  overflow-x:auto;
} 
.actions {
  margin-top: 18px;
  margin-top: 0px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: left;
} 
 
.hs-button,
.hs-button.primary,
input[type="submit"],
input[type="button"] {  
	-webkit-appearance: none;
	-moz-appearance: none;
  background: #00afd7;
	background-color: #494A52; 
  border: none;
  border-radius: 0;
  color: #ffffff;
	color: #fff; 
	cursor: pointer;
	display:inline-block;
	font-family:"Titillium Web", sans-serif;
	font-size:20px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1;
	margin:0; 
	outline:0 none;
	padding: 18px 45px;
	position: relative;
	text-align: center;
	text-decoration: none;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
	vertical-align:middle;
	white-space:normal;
} 
  
.hs-button:hover,
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover { 
  background-color: #21222a;
  border-color: #21222a; 
  color: #fff;  
  background: #0198bb; 
  color: #fff;

} 

.hs-button:focus,
.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus { 
	background-color: #21222a;
	border-color: #21222a; 
	color: #fff;  

}   
.hs-button:active,
.hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active {  
  background-color: #71727a;
  border-color: #71727a;  
}   

  
/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */


  
.custom-menu-primary .hs-menu-wrapper ul{
  list-style: none;
  margin: 0;
  padding: 0;
} 
 
/* Fix menu disappearing on desktop after toggling mobile menu */
@media (min-width:768px) {
  .custom-menu-primary.js-enabled{}
  .custom-menu-primary.js-enabled > div {
    display: block; 
  }
  .custom-menu-primary .hs-menu-wrapper { 
    display: block !important;
  } 
  /* Override max width on menu links */
  .custom-menu-primary .hs-menu-wrapper > ul li a, 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none;
    width: auto;  
  }
/* =============== Custom Menu Primary =============== */ 
  
  /* Parent List */
    
  .custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul::before,
  .custom-menu-primary .hs-menu-wrapper > ul::after{
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    display: inline-block;
    float: left;
    position: relative;
    width: auto; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    border: none;
    color: #343434;
    cursor: pointer;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 29px 25px; 
    position: relative;
    text-decoration: none; 
    text-transform: uppercase;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li a .text {
    position: relative;
    z-index: 99;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #ef3e42;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before {
    background: #ef3e42;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 25px;
    position: absolute;
    right: 25px;
    width: calc(100% - 50px);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    background: #ef3e42;
    bottom: 0;
    content: "";
    display: none; 
    height: 3px;
    left: 25px;
    margin: 0 auto;
    opacity: 0;
    position: absolute; 
    right: 25px;
    visibility: hidden;
    width:calc(100% - 50px);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.children-open > a:after {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type > a{}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > a{}

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{ }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    background: #fff;
    border-top: 1px solid #ef3d41;
    border-radius: 0;
    box-shadow: 0 2px 2px #ddd;
    display: none;
    left: 0;
    min-height: 275px;
    min-width: 295px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    top: auto;
    transition: all 250ms ease-in-out;
    visibility: hidden;
    z-index: 9999;
  } 

  .custom-menu-primary .hs-menu-wrapper > ul > li.children-open > ul{  
    display: block;
    opacity: 1;
    visibility: visible;
  }
/*   .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul{ 
    width: 980px;
  } */
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) > ul > li{
    position: static; 
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) > ul > li > a {
    width: 295px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul:before ,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul:before {
    background: #ddd;
    bottom: 20px;
    content: "";
    display: block;
    left: 295px;
    position: absolute;
    right: auto;
    top: 20px;
    width: 1px;
    z-index: 9;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul ,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul {
    opacity: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 685px;
  }  
/*   .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul  > li.liactive:hover > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul  > li.liactive:hover > ul {
    opacity: 1;
    visibility: visible; 
  } */
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul  > li.liactive > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul  > li.liactive > ul {
    opacity: 1;
    visibility: visible; 
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul  > li.liactive > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul  > li.liactive > a {
    background-color: rgba(239,61,65,1.0); color: rgba(255,255,255,1.0);
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    line-height: 1;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
	  background: #ffffff; 
    color: #4b4b4b;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    outline: none;
    padding: 8px 25px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul.level-2 > li:hover > a{   
    background: #ef3d41;
    color: #fff;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    white-space: normal !important;
  }
  /* =============== Mobile Toggle Menu =============== */

  /* Hide button on Desktop */
  .mobile-trigger, 
  .child-trigger{ 
    display: none;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) ul.level-3 li { 
    float: left;
    padding: 0 15px 30px;
    text-align: center;
    width: 33.3333%;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) ul.level-3 li > a:before { 
    background: transparent url('') no-repeat center center;
    background-size: contain;
    content: '';
    display: block;
    height: 100px;
    margin: 0 auto 15px auto;
    max-width: 128px;
    width: 100%; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) ul.level-2 li:nth-child(1) ul.level-3 li:nth-child(1) > a:before {
    background-image: url('https://7220440.fs1.hubspotusercontent-na1.net/hubfs/7220440/raw_assets/public/NortechControl_May2020/images/controlled-access.png');
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) ul.level-2 li:nth-child(1) ul.level-3 li:nth-child(2) > a:before {
    background-image: url('https://7220440.fs1.hubspotusercontent-na1.net/hubfs/7220440/raw_assets/public/NortechControl_May2020/images/crc220-box-grey.png');
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) ul.level-2 li:nth-child(1) ul.level-3 li:nth-child(3) > a:before {
    background-image: url('https://7220440.fs1.hubspotusercontent-na1.net/hubfs/7220440/raw_assets/public/NortechControl_May2020/images/membership-access-control.png');
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) ul.level-2 li:nth-child(2) ul.level-3 li:nth-child(1) > a:before {
    background-image: url('https://7220440.fs1.hubspotusercontent-na1.net/hubfs/7220440/raw_assets/public/NortechControl_May2020/images/proximity-readers.png');
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) ul.level-2 li:nth-child(2) ul.level-3 li:nth-child(2) > a:before {
    background-image: url('https://7220440.fs1.hubspotusercontent-na1.net/hubfs/7220440/raw_assets/public/NortechControl_May2020/images/legic-readers.png');
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) ul.level-2 li:nth-child(2) ul.level-3 li:nth-child(3) > a:before {
    background-image: url('https://7220440.fs1.hubspotusercontent-na1.net/hubfs/7220440/raw_assets/public/NortechControl_May2020/images/s40-right.png');
  }  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) ul.level-2 li:nth-child(3) ul.level-3 li:nth-child(1) > a:before {
    background-image: url('https://7220440.fs1.hubspotusercontent-na1.net/hubfs/7220440/raw_assets/public/NortechControl_May2020/images/transit-ultimate-right.png');
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) ul.level-2 li:nth-child(3) ul.level-3 li:nth-child(2) > a:before {
    background-image: url('https://7220440.fs1.hubspotusercontent-na1.net/hubfs/7220440/raw_assets/public/NortechControl_May2020/images/lumo-product-group.png');
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) ul.level-2 li:nth-child(3) ul.level-3 li:nth-child(3) > a:before {
    background-image: url('https://7220440.fs1.hubspotusercontent-na1.net/hubfs/7220440/raw_assets/public/NortechControl_May2020/images/ultrapass-with-transmitters.png');
  }  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) ul.level-2 li:nth-child(4) ul.level-3 li:nth-child(1) > a:before {
    background-image: url('https://7220440.fs1.hubspotusercontent-na1.net/hubfs/7220440/raw_assets/public/NortechControl_May2020/images/7-series-right.png');
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) ul.level-2 li:nth-child(4) ul.level-3 li:nth-child(2) > a:before {
    background-image: url('https://7220440.fs1.hubspotusercontent-na1.net/hubfs/7220440/raw_assets/public/NortechControl_May2020/images/norparc-right-banner-copy.png');
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) ul.level-2 li:nth-child(4) ul.level-3 li:nth-child(3) > a:before {
    background-image: url('https://7220440.fs1.hubspotusercontent-na1.net/hubfs/7220440/raw_assets/public/NortechControl_May2020/images/fms-console.png'); 
  } 


    
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul  {   
    height: 311px;
/*     width: 590px; */
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li {
    position: static;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a{
    width: 295px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul { 
    padding: 20px 0;
    width: 295px;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul > li{
    position: static;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul > li > a {
    font-size: 16px;
    padding: 6px 25px;
    text-transform: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul > li > a:hover {
    color: #ef3d41;
  }
  
  
 
} 


.landing-page .mobile-trigger {
  display: none !important;
}


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width: 1921px){}
@media (max-width: 1920px){}

@media (min-width: 1681px){}
@media (max-width: 1680px){}


@media (min-width: 1441px){}
@media (max-width: 1440px){}
  
@media (max-width: 1499px) and (min-width: 1200px){
  
  
   .custom-menu-primary .hs-menu-wrapper .level-1 li:first-child > ul.level-2.show_class { width:820px; }
  .custom-menu-primary .hs-menu-wrapper .level-1 li:nth-child(2) > ul.level-2.show_class { width:520px; }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    min-width: 260px; 
  }
/*   .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul {
    width: 820px;
  }  */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > a{
    width: 260px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul{
    width: 560px;
  } 
/*   .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul{  
    width: 520px;
  } */
  
  
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a {
    width: 260px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul {
    width: 260px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul:before{
    left: 260px;  
  }
}
@media (min-width: 1367px){}
@media (max-width: 1366px){}


@media (min-width: 1200px){}
@media (max-width: 1199px) and (min-width: 768px){

  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a { 
    padding: 26px 20px; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { 
    left: 20px; 
    right: 20px; 
    width: calc(100% - 40px); 
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    min-width: 240px; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 6px 15px; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul { 
    height: 383px; 
    width: 240px;
  } 
  .custom-menu-primary .hs-menu-wrapper .level-1 li:first-child > ul.level-2.show_class { width:700px; }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > a {
    width: 240px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul{ 
    width: 460px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul:before{
    left: 240px;   
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) ul.level-3 li {
    width: 50%;
  }  
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) ul.level-3 li:nth-child(3) {
    clear: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul { 
    height: 275px;
    width: 240px;
  }
  .custom-menu-primary .hs-menu-wrapper .level-1 li:nth-child(2) > ul.level-2.show_class { width:440px; }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a {
    width: 240px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul {
    width: 240px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul > li > a { 
    padding: 3px 15px; 
  }
 
}

@media (min-width: 1025px){}
@media (max-width: 1200px){ 
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child ul.level-3 li { padding:0; }
}

@media (min-width: 992px){}
@media (max-width: 991px) and (min-width: 768px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 22px 12px 22px;   
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    left: 12px;
    right: 12px;
    width: calc(100% - 24px);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    min-width: 220px;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 6px 12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul {
    width: 220px;
  }
  .custom-menu-primary .hs-menu-wrapper .level-1 li:first-child > ul.level-2.show_class { width:550px; }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul:before {
    left: 220px;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > a {
    width: 220px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul {
    width: 330px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {
    width: 220px;
  }
  .custom-menu-primary .hs-menu-wrapper .level-1 li:nth-child(2) > ul.level-2.show_class { width:440px; }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul:before{
    left: 220px; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a {
    width: 220px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul {
    width: 220px;
  } 
}


@media (min-width: 768px){}
@media (max-width: 767px){}
@media (max-width:991px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child ul.level-3 li>a:before { margin: 0 auto 9px; }
} 
 
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  
  /*=============================================  
  Menu resert
  ============================================= */ 


  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    background-image: none;
    background-color: transparent;
    border: 0px;
    bottom: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    font-weight: normal;
    height: auto;
    left: auto;
    line-height: 1;
    margin: 0px;
    max-width: none;
    padding: 0px;
    position: relative;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    top: auto;
    width: 100%;
  } 

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    background: transparent;
    color: #ef3e42;
    cursor: pointer;
    display: inline-block !important;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.4;
    height: auto;
    padding: 7px;
    position: static;
    text-align: left;
    width: auto;
  }
  .mobile-trigger:hover{
    color: #d3373b;
    text-decoration: none;  
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    text-decoration: none;  
  }
    

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{ 
    border-left: 1px solid rgba(0,0,0,0.15);
    cursor: pointer;
    display: block !important;
    float: right;
    height: 41px !important;
    margin-top: -41px;
    min-width: 40px !important;
    padding: 0 !important;
    position: relative;
    right: 0px;
    top: 0px;
    width: 40px !important;
    z-index: 9;  
  }
    
  .child-trigger:after {
    border: 2px solid rgba(255,255,255,0.3);
    border-top: 0;
    border-left: 0;
    bottom: 50%;
    content: '';
    display: block;
    height: 7px;
    margin: 0 0 -6px 0;
    position: absolute;
    right: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 7px;
  }
  .child-trigger:hover{
    text-decoration: none;
  } 
  /* ===== Mobile Menu Styles ===== */  
  
  .custom-menu-primary.js-enabled{
    background-color: #333;
    height: 100vh;
    left: -440px;
    margin: 0 !important;
    max-width: 440px;
    min-height: 0 !important;
    overflow: hidden;
    padding: 0;
    position: fixed;
    top: 0;
    -webkit-transition: left .4s ease;
    -moz-transition: left .4s ease;
    -ms-transition: left .4s ease;
    -o-transition: left .4s ease;
    transition: left .4s ease;
    width: 100% !important;
    z-index: 9999;
  } 
  .mobile-open .custom-menu-primary.js-enabled{  
    left: 0;
  }  
  /* .mobile-open #site-wrapper {
    left: 440px; 
  }  */

  .header-container-wrapper,
  .banner-section,
  .body-container-wrapper,
  .footer-container-wrapper {
    height: 100%;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: left .4s ease;
    -moz-transition: left .4s ease;
    -ms-transition: left .4s ease;
    -o-transition: left .4s ease;
    transition: left .4s ease;
    width: 100%;
  }

  .mobile-open .header-container-wrapper,
  .mobile-open .banner-section,
  .mobile-open .body-container-wrapper,
  .mobile-open .footer-container-wrapper {
    left: 440px;
  }

  .mobile-open  {
    overflow: hidden; 
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children {
    position: static; 
  }
  /* Make child lists appear below parent items */
  .custom-menu-primary .hs-menu-wrapper > ul ul.hs-menu-children-wrapper{
    background-color: #333;
    height: 100vh !important;
    min-width: 100%;
    opacity: 1 !important;
    padding: 19px 0 0 0;
    position: absolute !important;
    right: -100%;
    top: 0;
    -webkit-transition: right .4s ease;
    -moz-transition: right .4s ease;
    -ms-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
    visibility: visible !important;
    width: 100% !important;
    z-index: 99;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul li.children-open > ul.hs-menu-children-wrapper {
    right: 0;
  }

  .custom-menu-primary.js-enabled > div {
    height: 100%;
  }
  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    clear: both;
    left: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: transparent;
    width: 100%;  
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul { 
    padding: 19px 0 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: inherit;
    display: block;
    font-size: 18px;
    line-height: 20px; 
    margin: 0;
    padding: 10.5px 10px 10.5px 20px;
    position: relative;
    text-overflow: ellipsis; 
    white-space: normal;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul li > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a:after { 
    border-bottom: 1px solid rgba(0,0,0,0.15); 
    bottom: -1px;
    content: '';
    display: block;
    left: 20px;
    position: absolute;
    right: 0;
    top: auto;
    width: calc(100% - 20px);
    z-index: 9;
  } 
  .custom-menu-primary .hs-menu-wrapper>ul ul li a.menu-link.back-btn:before {
    border: 2px solid rgba(255,255,255,0.3);
    border-top: 0;
    border-left: 0;
    bottom: 50%;
    content: '';
    display: block;
    height: 7px;
    margin: 0 0 -15px 4px;
    position: absolute;
    left: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-225deg);
    width: 7px; 
  } 
  .custom-menu-primary .hs-menu-wrapper>ul ul li a.menu-link.back-btn {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3);
    margin: -20px 0 -1px;
    padding: 31px 10px 10px 40px;
  } 
  .custom-menu-primary .hs-menu-wrapper>ul ul li a.menu-link.back-btn:after {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li > a * {
    display: inline-block;
    width: auto;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{}
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{}

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: inherit;
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 10.5px 10px 10.5px 20px;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100% !important; 
  } 
 
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{}

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{} 

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) ul.level-1 li ,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) ul.level-2 li ,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) ul.level-3 li,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) ul.level-4 li  {
    width: 100%;
  }
} 


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 549px) {

  .custom-menu-primary.js-enabled{ 
    width: 80% !important; 
  } 
  /* .mobile-open #site-wrapper {
    left: 80%;
  } */
  .mobile-open .banner-section,
  .mobile-open .header-container-wrapper,
  .mobile-open .body-container-wrapper,
  .mobile-open .footer-container-wrapper {
    left: 80%;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a { 
    font-size: 18px; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 18px;  
  } 
}

@media (max-width: 549px){
 
}

@media (max-width: 479px) {

  .mobile-trigger{
    font-size: 26px;  
    padding: 6px 5px 5px 5px; 
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a { 
    font-size: 16px; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 16px; 
  } 
}
@media (max-width: 767px) and (max-height: 480px) { 
  .custom-menu-primary .hs-menu-wrapper > ul {   
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 736px) and (min-height:414px) { 
  /* =============== iphone 6 7 8 plus vartical =============== */  
} 
@media (max-width: 667px) and (min-height:375px) {
  /* =============== iphone 6 7 8 vartical =============== */
}
@media (max-width: 640px) and (min-height:360px) {
  /* =============== galaxy 5 vartical =============== */
} 
@media (max-width: 568px) and (min-height:320px) {
  /* =============== iphone 5 vartical =============== */ 
}
@media (max-width: 414px) and (min-height:736px) {
  /* =============== iphone 6 7 8 plus horizontal =============== */
} 
@media (max-width: 375px) and (min-height:667px) {
  /* =============== iphone 6 7 8 horizontal =============== */
}
@media (max-width: 360px) and (min-height:640px) {
  /* =============== galaxy 5 horizontal =============== */
}
@media (max-width: 320px) and (min-height:568px) {
  /* =============== iphone 5 horizontal =============== */
} 

@media (max-width:350px) {}
/* ******************************************************************************
*********************************************************************************
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;
}

/* Missing Template at Path: \'NortechControl_May2020\/css\/_homepage.css\' */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.header-container-wrapper {}
.header-container {} 

.custom-header-wrapper {}
.custom-header{
  background-color: transparent;
  left:0;
  padding: 0;
  position: static;
  top:0;  
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  width: 100% !important;
  z-index: 999;
}
.sticky .custom-header{
  position: static;
} 
.header {
  background-color: #F8FAFC;
}

.header__container { 
  margin: 0 auto;  
}    
.hs-header-top {}

.hs-header-link {}
.hs-header-link .hs-menu-wrapper{}
.hs-header-link .hs-menu-wrapper > ul{}
.hs-header-link .hs-menu-wrapper > ul > li{}
.hs-header-link .hs-menu-wrapper > ul > li:hover > a {}
.hs-header-link .hs-menu-wrapper > ul > li > a{}
.hs-header-link .hs-menu-wrapper > ul > li > a:hover{}
.hs-header-link .hs-menu-wrapper > ul > li.active > a{}
.hs-header-link .hs-menu-wrapper > ul > li:first-of-type > a{}
.hs-header-link .hs-menu-wrapper > ul > li:last-of-type > a{}


.hs-header-link .hs-menu-wrapper > ul > li > ul{
  display: block !important; 
  overflow: visible !important;
  opacity: 1 !important;
  position: static !important;
  visibility: visible !important;
}
.hs-header-link .hs-menu-wrapper > ul > li > ul >li{}
.hs-header-link .hs-menu-wrapper > ul > li > ul > li:hover > a {}
.hs-header-link .hs-menu-wrapper > ul > li > ul > li > a{ 
  display: inline-block !important;  
  position: relative;
  text-decoration:none;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  white-space: normal !important;
  width: auto !important; 
}
.hs-header-link .hs-menu-wrapper > ul > li > ul > li > a:hover{}


.hs-header-bottom {}
   
.custom-logo { 
  float: left; 
  height: auto;
  padding: 17px 15px 17.5px 15px;
  width: 250px;
}
.custom-logo a{
  display:inline-block;
  text-decoration:none;
  vertical-align:middle;
}
.custom-logo img{
  display: block;
  height: auto;
  max-width: 100%;
} 
.custom-logo+.right {
  float: left;
  padding: 0 15px 0 40px;
  width: calc(100% - 250px); 
}
.hs-header-icons-with-search{
  float: right; 
  position: relative; 
}
.icon-nav { 
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.icon-nav li {
  background: none;
  float: left;
  font-size: 24px;
  line-height: 1.4; 
  padding: 0;
} 
.icon-nav li:last-of-type {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 22px;
  transition: width .2s ease-in-out;
  width: 0; 
}
.icon-nav li:last-of-type.active {
  width: 280px;
}
.icon-nav li a{
  color: #343434;
  display: inline-block;
  padding: 22px 15px;
} 
form.header-search {
  background-color: #fff;
  border: 0 none;
  border-radius: 3px;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 99; 
} 
form.header-search input.search-query {
  background: #fff;
  border-width: 1px;
  border-style: inset;
  border-color: -internal-light-dark-color(rgb(118, 118, 118), rgb(195, 195, 195));
  border-image: initial;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #4b4b4b;
  font: inherit;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 18px;
  height: auto;
  letter-spacing: normal;
  line-height: 25.2px;
  margin: 0 !important;
  outline: 0;
  overflow: hidden;
  padding: 4px 35px 4px 5px;
}
form.header-search a.submit {
  background: none;
  border: none;
  height: 34px;
  line-height: 35px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 52px;
}

/* =============== Screen sizes smaller than .page-center =============== */

@media (min-width: 768px){
  header.hs-header-mobile {
    display: none;
  }
}
@media (min-width: 992px){}

@media (min-width: 1025px){}
@media (min-width: 1200px){}
@media (min-width: 1367px){}
@media (min-width: 1441px){}
@media (min-width: 1681px){}
@media (min-width: 1921px){}


@media (max-width: 1920px){}

@media (max-width: 1680px){}


@media (max-width: 1440px){}

@media (max-width: 1366px){}

@media (max-width: 1199px){

  .custom-logo { 
    width: 220px;
  }
  .custom-logo+.right { 
    padding: 0 15px 0 15px;
    width: calc(100% - 220px); 
  } 
  .icon-nav li a { 
    padding: 20px 15px;
  }
}

@media (max-width: 1024px){}

@media (max-width: 991px){
  .custom-logo {
    padding: 16px 15px 19px 15px;
    width: 180px;
  } 
  .custom-logo+.right { 
    padding: 0 15px 0 15px;
    width: calc(100% - 180px); 
  }
  .icon-nav li a {
    padding: 17px 10px; 
  } 
  .icon-nav li:last-of-type {
    top: 16px; 
  } 
  .icon-nav li:last-of-type.active { 
    width: 180px; 
  } 
  form.header-search a.submit { 
    width: 42px;
  } 
} 
 
@media(max-width:767px){ 


  header.hs-header-desktop {
    display: none;
  } 
  header.hs-header-mobile {
    background: #fff;
    padding: 15px 0; 
  }
  .mobile-logo {
    text-align: center;
  }
  .mobile-logo a { 
    display: inline-block;
    padding: 7px 0 12px;
  }
  .mobile-logo a img {
    display: inline-block;
    max-width: 180px;
    height: auto;
    width: 100%;
  } 
  .phone-btn {
    text-align: right;
  } 
  .phone-btn a {
    color: #ef3e42;
    display: inline-block;
    font-size: 30px;
    outline: none;
    padding: 7px;
    text-decoration: none;
  }  
  .phone-btn a:hover {
    color: #d3373b;
    outline: none;
    text-decoration: none;
  }
}

@media (max-width: 479px) { 
 
  .phone-btn a {
    font-size: 26px; 
    padding: 5px; 
  }
  .mobile-logo a { 
    padding: 8px 0 11px;
  }
  .mobile-logo a img { 
    max-width: 125px; 
  } 
}

@media (max-width: 767px) and (max-height: 700px) {  }
@media (max-width: 736px) and (min-height:414px) { 
  /* =============== iphone 6 7 8 plus vartical =============== */  
} 
@media (max-width: 667px) and (min-height:375px) {
  /* =============== iphone 6 7 8 vartical =============== */
}
@media (max-width: 640px) and (min-height:360px) {
  /* =============== galaxy 5 vartical =============== */
} 
@media (max-width: 568px) and (min-height:320px) {
  /* =============== iphone 5 vartical =============== */ 
}
@media (max-width: 414px) and (min-height:736px) {
  /* =============== iphone 6 7 8 plus horizontal =============== */
} 
@media (max-width: 375px) and (min-height:667px) {
  /* =============== iphone 6 7 8 horizontal =============== */
}
@media (max-width: 360px) and (min-height:640px) {
  /* =============== galaxy 5 horizontal =============== */
}
@media (max-width: 320px) and (min-height:568px) {
  /* =============== iphone 5 horizontal =============== */
} 

@media (max-width:350px) {}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-wrapper {}
.custom-footer {}

.footer {
  background-color: transparent; 
}
.footer__container { 
  margin: 0 auto; 
} 

.hs-footer-cta-wrapper {
  background: #ef3e42;
  color: #fff; 
  padding: 30px 0;
  text-align: left;
}  
.hs-footer-text p { 
  font-family: 'Titillium Web', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin: 5px 0;
  text-transform: uppercase;
} 
.hs-footer-text p a {
  color: #fff; 
  font: inherit;
} 
.hs-footer-text p a:hover { 
  color: #c9cacc;
}
.hs-footer-cta ul { 
  list-style: none;
  margin: 0; 
  overflow: hidden;
  padding: 14px 0;
}   
.hs-footer-cta ul li {
  background: none;
  float: right;
  padding: 0 20px 0 0;
}   
.hs-footer-cta ul li a { 
  background: rgba(0,0,0,0);
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: 'Titillium Web',sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 15px 20px;
  text-transform: uppercase;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
} 
.hs-footer-cta ul li a:hover {
  background: rgba(0,0,0,0.3);
  border: solid 2px #fff;
  color: #fff;
}
 
.hs-footer-top{ 
  background: #231f20;
  font-size: 14px;
  padding: 50px 0 15px;
}   
.hs-footer-top .row {
  padding-bottom: 20px;
  position: relative;
}
.hs-footer-top .row:first-child:before {
  background: #333;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 16.6666666%;
  top: 0;
  width: 1px;
}
.hs-footer-link {
  position: relative;
}
.hs-footer-link .hs-menu-wrapper{
  position: relative;
}  
.hs-footer-link .hs-menu-wrapper ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hs-footer-link .hs-menu-wrapper span > ul{
  position: relative;
}
.hs-footer-link .hs-menu-wrapper span > ul > li{
  background: none;
  display: block;  
  line-height: 1;
  padding: 3px 0 3px 0;
  position: relative; 
  width: auto !important; 
} 
.hs-footer-link .hs-menu-wrapper span > ul > li > a{
  color: #adafb4;
  display: inline-block !important;  
  font-size: 13px;
  line-height: 1.4;
  position: relative;
  text-decoration:none;
  text-transform: uppercase;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  white-space: normal !important;
  width: auto !important; 
}  
.hs-footer-link .hs-menu-wrapper span > ul > li > a:hover{
  color: #fff;
}   
.hs-footer-top p {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
}
.hs-footer-top .logo-grid ul {
  list-style-type: none;
  margin: -10px -10px 10px;
  overflow: hidden;
  padding: 0px;
} 
.hs-footer-top .logo-grid ul li {
  float: left;
  line-height: 75px;
  padding: 0 10px;
  width: 120px;
} 
.hs-footer-top .logo-grid ul li img {
  vertical-align: middle;
  width: 100%;
} 
.nortech-seal {
  float: right;
  max-width: 100%;
  padding-top: 20px;
  width: 130px;
}
.hs-footer-bottom{ 
  background: #000;
  text-align: left;
}  
.custom-copyright{
  position: relative;
}
.custom-copyright p { 
  font-size: 14px; 
  line-height: 1.4;
  margin: 0;
  padding: 10px 0 9px;
  position: relative;  
}   
.custom-copyright p a{
  color: #fff;
}
.custom-copyright p a:hover {
  color: #A6192E;
} 
.hs-social {
  position: relative;
}
.hs-social ul {
  float: right;
  list-style-type: none;
  margin: 0 0 0 5px;
  padding: 0;
} 
.hs-social ul li { 
  border-left: 1px solid #333;
  background: none;
  display: inline-block;
  float: left;
  padding: 0;
  vertical-align: middle;
}  
.hs-social ul li:last-child {
  border-right: solid 1px #333;
}
.hs-social ul li a {
  color: #d8d8d8;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding: 9.5px 15px 10px; 
  text-decoration: none;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  vertical-align: middle;
} 

.hs-social ul li a:hover {
  background: #00afd7;
  color: #fff;
}

/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width: 1921px){}
@media (max-width: 1920px){}

@media (min-width: 1681px){}
@media (max-width: 1680px){}


@media (min-width: 1441px){}
@media (max-width: 1440px){}

@media (min-width: 1367px){}
@media (max-width: 1366px){}

@media (max-width: 1499px){
  .hs-footer-cta ul { 
    padding: 14px 0 9px; 
  }
}
@media (min-width: 1200px){}
@media (max-width: 1199px){
 
  .hs-footer-cta-wrapper { 
    padding: 20px 0; 
  } 
  .hs-footer-text p { 
    font-size: 22px;    
  }
  .hs-footer-cta ul { 
    padding: 10px 0 5px; 
  }
  .hs-footer-cta ul li { 
    padding: 0 10px 0 0;
  }
  .hs-footer-cta ul li a { 
    font-size: 16px; 
    padding: 12px 15px; 
  }
}

@media (min-width: 1025px){}
@media (max-width: 1024px){}

@media (min-width: 992px){  }
@media (max-width: 991px) {

  .hs-footer-cta-wrapper { 
    padding: 20px 0; 
  } 
  .hs-footer-text p { 
    font-size: 20px;  
  }
  .hs-footer-top {
    padding: 30px 0 10px;
  } 
  .hs-footer-top .row:first-child > div {
    padding: 0 10px;
  } 
  .hs-footer-link .hs-menu-wrapper span > ul > li > a { 
    font-size: 12px; 
  }
}
@media (max-width: 991px) and (min-width: 768px){
  .hs-footer-cta ul{
    padding: 6px 0; 
  }
  .hs-footer-cta ul li {
    padding: 0 10px 0 0; 
  }
  .hs-footer-cta ul li a{ 
    font-size: 15px;
    padding: 12px 15px;
  }
}
@media(max-width:767px){
  .hs-footer-cta ul {
    padding: 6px 0 0px;
  }
  .hs-footer-cta ul li { 
    float: left;  
  }
  .hs-footer-cta ul li a {
    font-size: 15px;
    padding: 12px 15px;
  }
  .hs-footer-top .row:first-child {
    display: none;
  }
  .hs-footer-top .row:first-child:before {
    display: none;
  }
  .hs-footer-top .nortech-seal {
    display: none;
  } 
  .custom-copyright p { 
    font-size: 12px; 
    padding: 10px 0 12px;
  }
} 

@media (max-width: 479px) {
  /*     
  .hs-footer-cta ul {
    padding: 16px 0 0px; 
  }
  */
  .hs-footer-cta ul li {
    padding: 10px 10px 0px 0;
  }
  .hs-footer-cta ul li a {
    font-size: 14px;
    padding: 10px 10px;
  }
  .hs-footer-top .logo-grid ul li{
    line-height: 65px;
    padding: 0 10px;
    width: 95px; 
  }
  .custom-copyright p {
    font-size: 11px; 
    padding: 10px 0 9px;
  }
  .hs-social ul li a { 
    font-size: 16px; 
    padding: 17px 12px; 
  }
}
@media (max-width: 767px) and (max-height: 700px) {  }
@media (max-width: 736px) and (min-height:414px) { 
  /* =============== iphone 6 7 8 plus vartical =============== */  
} 
@media (max-width: 667px) and (min-height:375px) {
  /* =============== iphone 6 7 8 vartical =============== */
}
@media (max-width: 640px) and (min-height:360px) {
  /* =============== galaxy 5 vartical =============== */
} 
@media (max-width: 568px) and (min-height:320px) {
  /* =============== iphone 5 vartical =============== */ 
}
@media (max-width: 414px) and (min-height:736px) {
  /* =============== iphone 6 7 8 plus horizontal =============== */
} 
@media (max-width: 375px) and (min-height:667px) {
  /* =============== iphone 6 7 8 horizontal =============== */
}
@media (max-width: 360px) and (min-height:640px) {
  /* =============== galaxy 5 horizontal =============== */
}
@media (max-width: 320px) and (min-height:568px) {
  /* =============== iphone 5 horizontal =============== */
} 

@media (max-width:479px) {

  .hs-social ul { 
    margin: 0 0 0 -20px; 
  }
} 
@media (max-width:350px) {

  .hs-social ul { 
      margin: 0 0 0 -33px; 
  }
} 
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.hs-blog-listing .content-wrapper { }
.hs-blog-post .content-wrapper {  }

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

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

.blog-header__form {
  margin: 0 1rem;
} 
.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding:0;
}
.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.blog-index__tag-header {
  -webkit-box-flex:1;
  -ms-flex:1 0 100%;
  flex:1 0 100%;
  padding: 16px;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading { }
.blog-index__post { 
  -webkit-box-flex:0;
  -ms-flex:0 0 100%;
  flex:0 0 100%; 
  padding:1rem;
}
.blog-index__post-image {
  background-image:url ("https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  padding-bottom: 63%;
} 
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {}
.blog-index__post-content p { }
.blog-index__post-content a { 
  color: inherit;
} 
.blog-index__post-content a:hover {
  color: inherit;
}
.blog-index__post img {
  height: auto;
  max-width: 100%;
}  
.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  font-family: Lato, sans-serif;
  margin-bottom: 52.8px; 
  margin-bottom: 3.3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
} 
.blog-pagination a.num-link {  
  display: inline-block; 
  margin:0 5px; 
  padding:0 5px;
  position: relative;
  text-decoration: none; 
}
.blog-pagination a.num-link:hover,
.blog-pagination a.num-link:focus { 
  opacity: 1;
}
.blog-pagination a.num-link.active { 
  opacity: 1;
}
.blog-pagination a:hover,
.blog-pagination a:focus {
  text-decoration: none;
}
.blog-pagination a.prev-link,
.blog-pagination a.next-link {   }

.blog-pagination a.prev-link {
  margin-right: .25rem;
  text-align: right;
}
.blog-pagination a.next-link {
  margin-left: .25rem;
  text-align: left;
}
.blog-pagination a.prev-link.disabled,
.blog-pagination a.next-link.disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}
.blog-pagination a.prev-link svg,
.blog-pagination a.next-link svg {
  fill: #494a52;
  margin: 0 5px;
  vertical-align:middle;
}
.blog-pagination a.prev-link.disabled svg,
.blog-pagination a.next-link.disabled svg {
  fill: #B0C1D4;
}  
.blog-header__author-avatar {
  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);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}
.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;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
} 
.blog-post {
  padding-left:20px;
  padding-right:20px;
}
.blog-post h1 { }
.blog-post__meta {
  margin: 1rem 0;
} 
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}  
.blog-psot__timestamp {
  padding: 10px 0;
}
.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}
.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}
.blog-post__tag-link {  } 
.blog-recent-posts {
  background-color: transparent;
  margin-top: 3rem;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.blog-recent-posts__post {
  color: #494a52;
  display: block;
  flex: 0 0 100%;
  margin-bottom: 30px;
  padding: 1rem;
}
.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: 700px;
    margin: 50px auto;
    width: 100%;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
} 
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  color: #494A52;
  background-color: transparent;
  text-decoration: underline;
}

/* Blog Listing with Sidebar */
.post-item .page-center{ 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.post-item .page-center .span4,
.post-item .page-center .span8 { /* Safari */
  -ms-flex: 1; /* IE 10 */
  -webkit-box-flex: 1;
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  -ms-flex-preferred-size: 31.914893614%;
  flex-basis: 31.914893614%; 
}
img.featured-image {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}  
.post-description h2 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 10px;
    text-transform: uppercase;
} 
.post-description h2 a,
.post-description h2 a:hover {
    color: inherit;
}
@media screen and (min-width: 768px) {

  .blog-index__post {
    -webkit-box-flex:0;
    -ms-flex:0 0 calc(100%/2);
    flex:0 0 calc(100%/2);
  }  
  .blog-header__form {
    margin: 0 auto;
    max-width: 500px;
    width:100%;
  }  
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex:1;
    -ms-flex:1 0 100%;
    flex:1 0 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  } 
  .blog-index__post-image--large {
    flex: 1 1 52%;
    padding-bottom: 0;
  } 
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  } 
  .blog-index__post-image--small {
    flex: 1 1 100%;
  }
  .blog-index__post-content--small {
    flex: 1 1 100%;
    padding-left: 0rem;
  } 
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {

  .blog-index__post {
    -webkit-box-flex:0;
    -ms-flex:0 0 calc(100%/3);
    flex:0 0 calc(100%/3);
  } 
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex:1;
    -ms-flex:1 0 100%;
    flex:1 0 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
} 

/* ==========================================================================
blog listing                                    
========================================================================== */
  
.blog-header__subtitle {
  color: #231f20;
  font-family: 'Titillium Web', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 0rem 0 50px;
  text-align: left;
  text-transform: uppercase;
}
.hs-blog-listing {}
.post-listing{   
  width: 100%;
}  
.post-item{ 
  border-bottom:  1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  width: 100%;
} 
.custom-hs-post-item {
  position: relative;
} 
.custom-featured-image-wrapper {
  float: left;
  padding: 0px 0; 
  width: 230px;
}   
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{ 
  border-width: 0;
  display: block !important;
  float: none;
  height: auto;
  margin: 0;
  max-height: 100%;
  max-width: 100%; 
  width: 100%; 
}
.custom-post-content-wrapper{}

.custom-featured-image-wrapper+.custom-post-content-wrapper{
  float: left;  
  padding-left: 20px;
  width: calc(100% - 230px); 
}
.post-item .post-header h2 { 
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 3px;
  text-transform: uppercase;
}
.post-item .post-header h2 a{ 
  color: #ef3e42;
}
.post-item .post-header h2 a:hover{  } 
.post-author { }
.post-item .post-body{
  color: #4b4b4b;
  font-size: 20px;
  line-height: 1.4;
}  
.hs-post-date {
  color: #807f83;
  display: block;
  font-family: 'Titillium Web',sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 15px;
  position: relative;
  text-transform: uppercase; 
} 
/* ==========================================================================
blog post                                    
========================================================================== */
.hs-blog-post{}

.blog-post-wrapper { }
.hs-blog-post .section.post-header h1{
  color: #231f20;
  font-family: 'Titillium Web', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 50px;
  text-align: left;
  text-transform: uppercase;
}
.hs-blog-social-share ul.hs-blog-social-share-list {
  margin: 0;
} 
.hs-blog-social-share ul.hs-blog-social-share-list li {
  background: transparent;
  display: inline-block;
  line-height: 1;
  padding: 0;
  vertical-align: top;
} 
.blog-post-wrapper .post-body {} 

.comment-date {
  display: block !important; 
}
#comments-listing .comment-reply-to {
  color: #4b4b4b;  
  background: url(https://7220440.fs1.hubspotusercontent-na1.net/hubfs/7220440/raw_assets/public/NortechControl_May2020/images/pictos-set1-21.png) no-repeat 5px;  
}
/* ==========================================================================
all post page                                        
========================================================================== */

.post-item h2.post-listing-simple{ 
  margin: 15px 0 15px;
}
.post-item h2.post-listing-simple a {
  color: inherit;
}
/* ==========================================================================
blog sidebar
========================================================================== */

.blog-sidebar { 
  position: relative;
}
.blog-sidebar > div {
  margin-bottom: 40px;
}

.blog-sidebar h3, 
.blog-sidebar h3.form-title  { 
  position: relative;
}  
.blog-sidebar-topic-filter {
  position: relative;
} 
.blog-sidebar-topic-filter ul {
  border: 1px solid  #eee;
  list-style-type: none;
  margin: 0;
  padding: 0;
} 
.blog-sidebar-topic-filter ul li {
  background: transparent;
  border-bottom: 1px solid #eee;
  display: block;
  padding: 0;
} 
.blog-sidebar-topic-filter ul li > a {
  background: rgba(0,0,0,0);
  border-left: 3px solid  transparent;
  display: block;
  padding: 15px;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  vertical-align: middle;
}

.blog-sidebar-topic-filter ul li > a:hover,
.blog-sidebar-topic-filter ul li.active > a {
  background: rgba(0,0,0,0.05);
  border-left-color: #ef3e42;
}
/* ==========================================================================
all post page                                        
========================================================================== */

div.post-listing-simple .post-item {
  float: none;
  margin: 0px 0px 20px 0;
  max-width: none;
  min-height: 0 !important;
  padding:0;
  width: 100% !important;
}
div.post-listing-simple .post-item h2{ 
  margin: 20px 0 10px;
}

/* ==========================================================================
search result                                      
========================================================================== */

.hs-search-results__listing {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs-search-results__listing li {
  border-bottom: 1px solid #e1e1e1;
  margin: 20px 0 0;
  padding: 0;
}
.hs-search-results__listing li a {
  color: #09060a; 
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-align: inherit;
  text-decoration:none;
  text-transform: none;
}
.hs-search-results__listing li a:hover { 
  color: #00416a; 
}

.hs-search-results__listing li p {
  margin: 12px 0 30px 0;
}

@media (max-width: 1199px){

  .blog-header__subtitle {
    font-size: 26px;
    margin: 0rem 0 30px;
  }
  .post-item{ 
    margin-bottom: 20px;
    padding-bottom: 20px; 
  }
  .post-item .post-header h2 { 
    font-size: 18px;     
  }
  .hs-post-date {
    font-size: 14px; 
    margin: 0 0 15px;
  }
  .post-item .post-body{    
    font-size: 16px; 
  }
  .hs-blog-post .section.post-header h1{
    font-size: 26px;
  }
}
@media (max-width: 767px){

  .blog-header__subtitle { 
    margin: 0rem 0 25px;
  }
  .hs-blog-listing {}

  .blog-index__post { 
   padding:1rem 0;
  }
  .post-listing{  
    position: relative;  
  }
  .post-item{ 
    min-height:1px !important;
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
  } 
  .custom-hs-post-item{
    margin-left:0px;
    margin-right:0px;
    min-height:1px !important;
  }   
  .custom-featured-image-wrapper { 
    display: none; 
  }   
  .custom-featured-image-wrapper+.custom-post-content-wrapper {
    float: none;
    padding-left: 0;
    width: 100%;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin: 0 auto 15px;
    max-width: 100px;
  }  
  .section.post-body img {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: auto !important;
  }  
  .blog-recent-posts__post { 
    padding: 1rem 0;
  }
  .blog-comments {
    margin: 50px auto;
    max-width: 680px;
  }
  .blog-sidebar {
    padding-bottom: 50px;
    padding-top: 50px; 
  }
  .post-item .page-center .span4,
  .post-item .page-center .span8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100% !important;
  }
}

@media (max-width: 479px) and (min-width: 0px){
  .hs-blog-post .section.post-header h1{
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px){  } 
 

.custom-banner-wrapper h2{
    color: #4b4b4b;
    font-family: 'Titillium Web',sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: left;
  text-transform: uppercase;}
/* ******************************************************************************
*********************************************************************************
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: 3rem 0; 
  position: relative;
  text-align: center;
}
.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
.error-page_heading {
  margin-bottom: 1rem;
} 
.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  font-size: 1em;
  margin: 2rem 0;
  min-width: 250px;
  padding: 1em;
} 
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  color: #494a52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: .25rem;
  text-decoration: underline;
}
.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;
} 
h1.error-page_heading+.hs-button {
  width: auto;
}
form#email-prefs-form p.header {
  background: transparent;
}
.form-input-validation-message ul {
  margin: 0;
  padding: 0;
} 
input#hs-pwd-widget-password {
  height: inherit !important;
  min-height: inherit !important;
}

.email-prefs .item.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
} 

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
@media screen and (min-width: 768px) { 
  .systems-page .success { 
    min-width: 650px; 
  } 
}  
/* =============== banner =============== */
 
.custom-banner-area {
    background: #efefef;
    padding: 35px 0;
}  
.custom-banner-wrapper .row-fluid-wrapper {
    display: block !important;
    position: relative;
    width: 100% !important;
    z-index: 99;
}   
.custom-banner-wrapper h1  {
    color: #4b4b4b;
    font-family: 'Titillium Web', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}  

/* =============== Screen sizes smaller than .page-center =============== */ 

@media (max-width: 1499px) and (min-width: 1200px){}
@media (max-width: 1499px){
    .custom-banner-area { 
        padding: 30px 0;
    }
    .custom-banner-wrapper h1  {
        font-size: 26px;
    }
} 
@media(max-width:767px){ 
    .custom-banner-area { 
        padding: 25px 0;
    } 
    .custom-banner-wrapper h1  {
        font-size: 26px;
    } 
}   
.font12{ font-size:12px; line-height:14px; font-weight:500; }
.font24{ font-size:24px; line-height:1.2;}
.tbl{ display:table; width:100%; height:100% } 
.tbl-cell{ display:table-cell; vertical-align:middle } 
.dis-flex{ display:flex; flex-wrap:wrap } 
.dis_flex{ display:flex; flex-wrap:wrap } 
.sbetween{justify-content: space-between; }
.vmiddle{ align-items:center } 
.vbottom{ align-items:flex-end } 
.hcenter{ justify-content:center } 
.hright{ justify-content:right } 
.tc{ text-align:center } 
.tr{ text-align:right } 
.tl{ text-align:left }
.dis-flex>.row-fluid-wrapper>.row-fluid:before,.dis-flex>.row-fluid-wrapper>.row-fluid:after{ display:none } 
.cp{ padding:100px 0 }
.clear{ clear:both } 
.overlay{ position:relative; z-index:1 } 
.overlay:before{ position:absolute; content:""; height:100%; width:100%; top:0; left:0; background-color:rgba(31,31,41,0.78); z-index:-1 } 
.overlayblue{ position:relative; z-index:1 } 
.overlayblue:before{ position:absolute; content:""; height:100%; width:100%; top:0; left:0; background-color:rgba(29,40,89,0.80); z-index:-1 } 
.overlayblack{ position:relative; z-index:1 } 
.overlayblack:before{ position:absolute; content:""; height:100%; width:100%; top:0; left:0; background-color:rgba(0,0,0,0.78); z-index:-1 } 
.greencolor,h3.greencolor,h2.greencolor { color: #6DAB3C;}
.bg {background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }

.detail-content>*:last-child{ margin-bottom:0 !important } 
.detail-content ul,.detail-content ol{ padding-left:20px; margin-bottom:20px }
.detail-content.tc ul,.detail-content.tc ol,.tc .detail-content ul,.tc .detail-content ol{ text-align:left } 
.detail-content p{ margin-bottom:25px;}
.detail-content li:not(:last-child){ margin-bottom:12px } 
.detail-content a:not(.cta_button){ color:#1D2859; } 
.detail-content a:not(.cta_button):hover{ text-decoration:underline; }
.detail-content li::marker{ color:#EF3E42; } 
.detail-content ul ul{ margin-top:20px } 
strong{ font-weight:700 } 
.rtp{ padding-top:0 !important } 
.rbp{ padding-bottom:0 !important } 
.white{ color:#fff } 
.yellow{ color: #F59D24; }

.liststyle ul{ list-style:none; margin:0; padding:0;  }
.liststyle li { position:relative; padding-left:30px; margin-bottom:20px; }
.liststyle li:last-child { margin-bottom:0; }
.liststyle li:before{ content:''; background:url(https://7220440.fs1.hubspotusercontent-na1.net/hubfs/7220440/Assets%20May%202022/bullet.svg); background-repeat:no-repeat; background-position:center center; height:20px; width:20px; position: absolute; left: 0; top: 5px; }

/* header-logoonly */
.header-logoonly { padding:25px 0; }
.footer-logoonly { padding:25px 0; }
.footer-logoonly .title{ color:#fff; font-weight: 400; font-size: 15px; line-height: 19px; }

/* Two Column Form Module */
.form-right form input::-webkit-input-placeholder{ color: rgba(55, 70, 89, 0.4); opacity:1; font-size:16px; line-height:20px; } 
.form-right form input:-moz-placeholder{ color: rgba(55, 70, 89, 0.4); opacity:1; font-size:16px; line-height:20px; } 
.form-right form input::-moz-placeholder{ color: rgba(55, 70, 89, 0.4); opacity:1; font-size:16px; line-height:20px; } 
.form-right form input:-ms-input-placeholder{ color: rgba(55, 70, 89, 0.4); opacity:1; font-size:16px; line-height:20px; } 
.form-right form textarea::-webkit-input-placeholder{ color: rgba(55, 70, 89, 0.4); opacity:1; font-size:16px; line-height:20px; } 
.form-right form textarea:-moz-placeholder{ color: rgba(55, 70, 89, 0.4); opacity:1; font-size:16px; line-height:20px; } 
.form-right form textarea::-moz-placeholder{ color: rgba(55, 70, 89, 0.4); opacity:1; font-size:16px; line-height:20px; } 
.form-right form textarea:-ms-input-placeholder{ color: rgba(55, 70, 89, 0.4); opacity:1; font-size:16px; line-height:20px;  }
.two-column-form { padding-top:60px; }
.inner-content { max-width:612px; margin:0 auto 35px; text-align:center; color:#fff; }
.inner-content h1 { text-transform: uppercase; color:#fff; }
.form-left { width:60%;    padding-right: 56px; text-align:center; }
.form-right { width:40%; }
.form-right .inner-form{ box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); padding:30px; background:#fff; }
.form-right h3{ margin:0 0 25px; font-size:25px; font-weight:600; line-height:30px; }
.form-right form { max-width:100%; margin:0; padding:0; }
.form-right form .field { margin-bottom:20px; }
.form-right form .hs-input { font-weight: 400; font-size: 16px; line-height: 20px; color: #374659; border-radius: 0; box-shadow:none; background: #F6F8FA; border: 1px solid #CDD6E1; margin-bottom:0 !important; }
.form-right form label { color: #374659; font-weight: 400; font-size: 16px; line-height: 20px; }
.form-right form input[type="submit"] { padding-top:13px; padding-bottom:13px; font-weight: 700; font-size: 18px; line-height: 24px; width:100%; background: #EF3E42; text-transform: uppercase; }
.form-right form input[type="submit"]:hover { background: #D53A3E; }
.form-right form .actions { margin-bottom:0; padding-bottom:0; }      
.form-right form .hs_error_rollup{ display:none; }
.form-right form .hs-error-msg { margin-bottom:0; margin-top:6px; font-weight: 400; font-size: 14px; line-height: 18px; color: #EF3E42; }
.form-right form .error{ background: #EFDDDE; border: 1px solid #EF3E42; }
.formbtm { margin-bottom: -170px; }
.productbg { padding:30px 0; text-align:center; }
.productbg .detail-content p{ color: #4B4B4B; }
.productbg .detail-content p a{ color:#00afd7; text-decoration:underline; font-weight:700; text-transform: uppercase; }
.productbg .detail-content p a:hover { color: #4097B7; }

/* two-column-content */
.two-column-content { padding-top:183px; padding-bottom: 63px; }
.content-left { width:60%; padding-top: 22px;     padding-right: 56px; }
.content-left h3 { font-weight: 600; margin:0 0 15px; }
.content-left h4 { font-weight: 700; font-size:18px; }
.content-right { width:40%; text-align:center; }
.person-info { max-width:540px; margin-top:62px; padding:30px;box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); border-top:6px solid #00AFD7; }
.person-info h3 { font-weight: 600; margin:0 0 15px; font-size: 25px; line-height: 30px; }
.person-info .detail-content { font-style: italic; margin-bottom:20px; }
.person-info h5 { color: #231F20;font-weight: 600; font-size: 15px; line-height: 19px; margin:0 0 3px; }
.person_designation { font-size: 14px; line-height: 18px;color: #9FA1A4; }
.person-left { width:40px; }
.person-right { width:calc(100% - 40px); padding-left:10px; }
.person-pic { height:40px; width:40px; border-radius:100%; }
.image_field { margin-bottom:53px; }
.image_field:last-child { margin-bottom:0; }
.social-share { margin-top:60px; }
.social-share ul { list-style:none; margin:0; padding:0; display:flex; align-items:center; }
.social-share ul li { list-style:none; margin-right:20px;}
.social-share ul li:first-child{ color: #231F20; font-weight:600; font-size: 16px; line-height: 24px; }
.social-share ul li a:hover { opacity:0.7; }

/* Blog CSS */
.blog-banner { padding:100px 0; color:#fff; }
.blog-banner h1 { color:#fff; margin-bottom:15px; }
.blog-banner .innerblog-content .detail-content { margin-bottom:50px; }
.topicfilter { display:flex; align-items:center; justify-content: center;  }
.topicfilter select { font-size: 16px; padding: 4px 10px; height: 35px; max-width: 300px; margin-bottom: 0 !important; box-shadow:none; border-radius:0; }
.topicfilter option { font-size:16px; }
.topicfilter > div { margin-right:15px; font-weight: 600; font-size: 16px; line-height: 24px; }
.innerblog-content { max-width:600px; margin:0 auto; text-align:center; }
.blognew .featured-image-wrapper { height:260px; position: relative; }
.blognew .post-listing { width:auto; margin-right:-15px; margin-left:-15px;  }
.blognew .post-item .post-header h2 a { font-family: Titillium Web; line-height: 28px;  color: #231F20; display: inline-block; margin-top:22px; }
.blognew .post-item:hover .post-header h2 a {color: #EF3E42;}
.blognew .post-item { padding-bottom:20px; width:calc(33.33% - 30px); margin-right:15px; margin-left:15px;margin-bottom:40px; }
.blognew .hs-featured-image-link { position:absolute; top:0; left:0; bottom:0; right:0; width:100%; height:100%; z-index:2; }
.blognew .detail-content p{ font-size: 16px; line-height: 22px; }
.blogpost_tags{ position:absolute; bottom:0;left:0; background: #EF3E42; padding:8px 30px; z-index:3; }
.blogpost_tags a { font-family: Titillium Web; font-weight: 700; font-size: 14px; line-height: 24px; color:#fff; }
.blognew .post-item:hover .blogpost_tags { background: #D43A3E; }
.blognew .post-item:hover .blogpost_tags a{ color:#fff;  }
.readmorebtn { display:inline-block; margin-top:15px; font-family: Titillium Web; color: #EF3E42;text-transform: uppercase; font-weight: 700; font-size: 14px; line-height: 24px; }
.blognew .post-item:hover .readmorebtn{color: #D43A3E;}
.blognew a#loadmore { margin:10px 0 80px; border: 1.5px solid #EF3E42; font-family: Titillium Web; text-transform: uppercase; padding:13px 37px; display:inline-block; color: #EF3E42;font-weight: 700; font-size: 18px; line-height: 24px; }
.blognew a#loadmore:hover { color:#fff; background: #EF3E42; }

.custom-header-wrapper { border-bottom: 1px solid #eee; }
/* Blog Post Details */
.authorphoto { height: 45px; border-radius: 100%; width: 45px; }
.addtablecontent { height: 0; }
.inner-postdetails { max-width:730px; margin:80px auto 0; }
.inner-postdetails h1{ color: #231F20; margin-bottom:30px; }
.blog-hero-image { height:350px; margin-bottom: 30px; }
.authorpic { height:45px; width:45px; }
.authorname { width:calc(100% - 45px); padding-left:15px; }
.inner-postdetails .detail-content ul { padding-left:22px; margin:15px 0; }
.inner-postdetails .detail-content ul li{ color: #231F20; font-weight:600; margin-bottom:10px; line-height:26px; }
.inner-postdetails .detail-content { margin-top:20px; }
.inner-postdetails .detail-content p{ margin-bottom: 10px; }
.inner-postdetails .detail-content h2 { font-size:30px; color: #231F20;  margin-bottom:15px;}
.inner-postdetails .detail-content h3 { font-size:25px; color: #231F20;  margin-bottom:15px;}
.inner-postdetails .detail-content h4 { font-weight: 600; color: #231F20; margin-bottom:15px; }
.authorname a.time-text { color: #231F20; font-size: 15px; line-height: 19px;  font-weight:600;}
.authorname span.time-text { border-left: 1px solid #4B4B4B; padding-left: 10px; margin-left: 10px; color: #4B4B4B; font-size: 15px; line-height: 19px; }
.authorname .timewatch span { margin-left:8px; color: #4B4B4B; font-size: 15px; line-height: 19px; }
/* .authorname .timewatch { display: flex; align-items: center; margin-top:10px; } */
.watchtime svg{ position: relative; top: 3px; margin-right:5px; }
.blog-header2 { background: #00AFD7;padding:40px 25px; margin-bottom:80px; display: flex; } 
.blog-author-left { width:140px; }
.author-avatar { height:140px; border-radius:100%; width:140px; }
.blog-author-right { width:calc(100% - 140px); padding-left:25px; }
.blog-author-right h3 { margin-top:0; color:#fff; margin-bottom:15px; }
.blog-author-right p { color:#fff; margin-bottom:15px; }
.blog_authorsocial a { background:#fff; display: inline-block; position: relative;border-radius: 50%; width: 30px; height: 30px; margin: 0 5px;}
.blog_authorsocial a svg{ fill: #00AFD7; height: 15px; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); width: auto; }
/* .inner-postdetails .blog-comments { margin-right:0; margin-left:0; } */
.inner-postdetails .blog-comments > div { box-shadow: 0 0 20px 2px rgb(0 0 0 / 10%); padding:20px 20px 20px; }
.inner-postdetails .blog-comments .comment.depth-0 { border-top:0; }
.inner-postdetails .comment { padding-left:0 !important; border-bottom: 1px solid #E6E7E8; margin:30px 0; padding-bottom:30px; }
.inner-postdetails .comment-from h4 { text-transform: capitalize; margin-top:0; margin-bottom:3px; color: #231F20; font-weight: 600; font-size: 15px; line-height: 19px; }
.inner-postdetails .comment-date {  color: #9FA1A4; font-weight: 400; font-size: 14px; line-height: 18px; }
.inner-postdetails .comment-body p { color: #4B4B4B; font-weight: 400; font-size: 15px; line-height: 19px; }
.inner-postdetails .post-footer form { max-width:100%; margin:0; padding:0; }
.inner-postdetails .post-footer form .field { margin-bottom:20px; }
.inner-postdetails .post-footer form .hs-input { font-weight: 400; font-size: 16px; line-height: 20px; color: #374659; border-radius: 0; box-shadow:none; background: #F6F8FA; border: 1px solid #CDD6E1; margin-bottom:0 !important; }
.inner-postdetails .post-footer form label { color: #374659; font-weight: 400; font-size: 16px; line-height: 20px; }
.inner-postdetails .post-footer form input[type="submit"] { padding-top:13px; padding-bottom:13px; font-weight: 700; font-size: 18px; line-height: 24px; width:100%; background: #EF3E42; text-transform: uppercase; }
.inner-postdetails .post-footer form input[type="submit"]:hover { background: #D53A3E; }
.inner-postdetails .post-footer form .actions { margin-bottom:0; padding-bottom:0; }      
.inner-postdetails .post-footer form .hs_error_rollup{ display:none; }
.inner-postdetails .post-footer form .hs-error-msg { margin-bottom:0; margin-top:6px; font-weight: 400; font-size: 14px; line-height: 18px; color: #EF3E42; }
.inner-postdetails .post-footer form .error{ background: #EFDDDE; border: 1px solid #EF3E42; }
.blogrecpost h2 { font-size:40px; line-height: 48px; color: #231F20; margin-top:0; margin-bottom:40px; }
.blogrecpost { padding:20px 0 40px; }
.blog-post-body img{max-width: 100%;}
.blog-post-body.detail-content a{ color:#f00; }

/* Blog Table Content Module */
.accordian-section { margin:52px 0 30px; border: 1px solid #E6E7E8; position:relative; }
.table-title { padding:5px 10px; position: absolute; top: -16px; left: 50%; transform: translateX(-50%); color: #ef3e42; font-weight: 700; font-size: 14px; line-height: 21px; text-transform: uppercase; background: #fff; }
.accordion-title a{ display: inline-block; font-weight: 600; font-size: 16px; line-height: 22px; color: #231F20 !important; padding:15px 0 15px 16px; position:relative; }
.accordion-title a:before { content:''; background: #EF3E42; height:8px; width:8px; border-radius:100%; position:absolute; top: 55%; left: 0; transform: translate(0, -54%);  }
.accordion { padding: 0 20px; border-bottom: 1px solid #E6E7E8; }
.accordion:last-child { border:0; }
.accordion-detail { padding-top:5px; padding-bottom:20px; display:none; }
.accordion-detail ul{ padding:0 0 0 40px; margin:0 !important; }
.inner-postdetails .accordion-detail ul li { font-weight: 600 !important; font-size: 14px; line-height: 18px !important; color: #9FA1A4 !important; }
.inner-postdetails .accordion-detail ul li::marker { color: #9FA1A4 !important; }
.accordion .accordianangle.accordion-title{ cursor:pointer; }
.accordion .accordianangle.accordion-title:after{ content: "\f105"; font-family: fontawesome; position: absolute; width: 15px; height: 15px; right: 0; top: 61%; transform: translateY(-61%) rotate(90deg); transition: all ease .3s; }
.accordion .accordianangle.accordion-title.animation-nav:after { transform: translateY(-61%) rotate(270deg); right:8px; }

.subscribeemail { width:100%; }
.subscribeemail span.hs_cos_wrapper { background: #231F20; padding:58px 35px; width: 100%;  margin-top: 34px; margin-bottom: 60px; }
.subscribeemail > span { display: flex; flex-wrap: wrap; align-items: center; }
.subscribeemail h3 { margin:0;width:46%; text-transform: uppercase; color:#fff;}
.subscribeemail h3 + div { width:54%; } 
.subscribeemail form { padding:0; position:relative; max-width:100%;  }
.subscribeemail form input[type="email"]{ color:#fff; font-size: 16px;  background-image:url(https://7220440.fs1.hubspotusercontent-na1.net/hubfs/7220440/Assets%20May%202022/mail%20icon.svg); background-repeat:no-repeat; background-size:22px; background-position: 3% 55%; padding: 13px 10px 13px 45px; height:auto; border-radius:0; margin:0 !important; width:calc(100% - 194px)!important; border: 1px solid #FFFFFF; background-color:transparent; box-shadow:none;  }
.subscribeemail form input::-webkit-input-placeholder{ color: #7D7E81; opacity:1; font-size:16px; line-height:20px; } 
.subscribeemail form input:-moz-placeholder{ color: #7D7E81; opacity:1; font-size:16px; line-height:20px; } 
.subscribeemail form input::-moz-placeholder{ color: #7D7E81; opacity:1; font-size:16px; line-height:20px; } 
.subscribeemail form input:-ms-input-placeholder{ color: #7D7E81; opacity:1; font-size:16px; line-height:20px; }
.subscribeemail form .actions { margin:0; padding:0 0 0 15px; }
.subscribeemail form .hs_submit.hs-submit { position: absolute; top: 0; right: 0; }
.subscribeemail form input[type="submit"] { padding:15px 45px; }
.subscribeemail form input[type="submit"]:hover { background:#4097B7; }
.subscribeemail form .hs-error-msg { margin-bottom:0; margin-top:6px; font-weight: 400; font-size: 14px; line-height: 18px; color: #EF3E42; }
.subscribeemail form .hs_error_rollup{ display:none; }

.sub-left { width:45%; padding:40px 35px; position:relative; }
.sub-left .hs_cos_wrapper {  position:relative; z-index:3; }
.sub-right { width:55%; }
.sub-left h2 {text-transform: uppercase; color:#fff; font-size:40px;line-height:1.2; margin-bottom:15px; margin-top:50px; }
.sub-left p { margin-bottom:25px; color:#fff; font-weight:400; font-size: 18px; line-height: 26px; }
.sub-left form { position:relative; padding:0; }
.sub-left form input[type="email"]{ font-size: 16px; color:#fff; font-size: 16px; padding: 13px 15px 13px 15px; height:auto; border-radius:0; margin:0 !important; border: 1px solid #FFFFFF; background-color:transparent; box-shadow:none;  }
.sub-left form input[type="submit"]{  background-image:url(https://7220440.fs1.hubspotusercontent-na1.net/hubfs/7220440/Assets%20May%202022/Vector.png) !important; background-repeat:no-repeat !important; background-size:26px !important; background-position: 48% 47% !important; font-size: 0; padding: 24px 23px; }
.sub-left form input[type=submit]:hover { background-color: transparent; color: transparent; border-color: transparent;}
.sub-left form .hs_submit.hs-submit { position: absolute; top:1px; right:1px; }
.sub-left form .actions { margin-top: 0; margin-bottom: 0; padding:0; }
.sub-left form input::-webkit-input-placeholder{ color: #80D7EB; opacity:1; font-size:16px; line-height:20px; } 
.sub-left form input:-moz-placeholder{ color: #80D7EB; opacity:1; font-size:16px; line-height:20px; } 
.sub-left form input::-moz-placeholder{ color: #80D7EB; opacity:1; font-size:16px; line-height:20px; } 
.sub-left form input:-ms-input-placeholder{ color:#80D7EB; opacity:1; font-size:16px; line-height:20px; }
.sub-left form .hs-error-msg { margin-bottom:0; margin-top:6px; font-weight: 400; font-size: 14px; line-height: 18px; color: #EF3E42; }
.sub-left form .hs_error_rollup{ display:none; }
.sub-left:after { content: ''; background: #00AFD7; width: 110px; height: 100%; position: absolute; top: 0; right: -54px; transform: skew(15deg, 0deg); z-index: 1; }

/* Blog Access Module */
.access-main { padding:30px 20px 50px; margin-bottom:30px; }
.access-title { padding:15px 34px; border: 1px solid #EF3E42; background: #EFDDDE; display:flex; align-items:center; }
.access-title span { padding-left:10px; color: #EF3E42; font-weight: 600; font-size: 18px; line-height: 26px; }
.access-content p{ margin-bottom:0 !important; padding-top:20px; color: #231F20; font-weight: 600; font-size: 16px; line-height: 24px; }
.sharetitle { color: #231F20; font-weight: 600; font-size: 16px; line-height: 24px; }
.socialDetails { padding:30px 0 83px; }
.socialDetails ul { list-style:none; margin:0; padding:0; }
.socialDetails ul li { margin-right:20px; }
.socialDetails ul li a:hover { opacity:0.7; }
.tagh3 { font-weight:400 !important; }
.fonth3 { font-weight:400 !important; }
.access-main2 { padding:30px 20px 50px; margin-bottom:30px; }
.access-main2 h5 { padding:15px 34px; border: 1px solid #EF3E42; background: #EFDDDE;   color: #EF3E42; font-weight: 600; font-size: 18px; line-height: 26px; }
.access-main2 p{ margin-bottom:0 !important; padding-top:20px; color: #231F20; font-weight: 600; font-size: 16px; line-height: 24px; }



/* maintrust-module */
.maintrust-module { padding:40px 30px; margin-bottom:60px; }
.maintrust-module h2 { margin-top:0; margin-bottom:15px;font-weight: 700; font-size: 40px; line-height: 48px; color: #231F20; }

@media(max-width:1200px){
  .subscribeemail h3{ width:32%; }
  .subscribeemail h3+div { width: 68%; }
}


@media(max-width:1100px){
  .sub-left:after { transform: skew(12deg,0deg); }
}

@media(max-width:1024px){
  .content-left,.form-left { width:50%; padding-right:20px; }
  .content-right,.form-right { width:50%; }
}

@media(max-width:991px){
.subscribeemail h3 { width:100%; padding-bottom:20px; }
  .subscribeemail h3+div { width: 100%; }
   .subscribeemail form input[type=email]  { width: 100% !important; }
  .subscribeemail { padding: 0 0 50px; }
  .subscribeemail form .actions { margin: 0; padding: 15px 0 0 0; text-align:center }
  .subscribeemail form .hs_submit.hs-submit { position: relative; }
}

@media(max-width:767px){
  .form-left { width:100%; padding-right:0; }
  .form-right { width:100%; }
  .content-left { width:100%; padding-right:0; }
  .content-right { width:100%; margin-top:40px; }
  .person-info { max-width:100%; }
  .person-info { margin-top: 40px; }
  .image_field { margin-bottom: 40px; }
  
  .socialDetails ul li:first-child { width:100%; margin-right:0; margin-bottom:15px; }
  .socialDetails { padding: 30px 0 50px; }
  .blog-author-left { width: 100%; }
  .blog-author-right { width: 100%; padding-left: 0; margin-top:30px; }
  .maintrust-module,.blog-header2 { margin-bottom:50px; }
  .blogrecpost h2,.sub-left h2,.maintrust-module h2 { font-size: 26px; line-height: 1.2; }
  .blognew .post-listing { width: auto; margin-right: 0; margin-left: 0; }
  .blognew .post-item { width:100%; margin-right: 0; margin-left: 0; }
  .blognew.blogrecpost .post-item:last-child{ margin-bottom:0; }
  .blog-header2 { flex-wrap: wrap; }
  .table-title { width: 149px; }
  .subscribeemail span.hs_cos_wrapper { margin: 0;  padding: 58px 20px; }
  .sub-left { width:100%; padding: 40px 20px; }
  .sub-left:after{ display:none; }
  .sub-right { width:100%; height:250px; }
  .blognew a#loadmore { margin:10px 0 50px; }
  .blog-hero-image { height:300px; }
  .inner-postdetails .detail-content ul { padding-left: 32px; }
  .access-title { padding: 15px 20px; }
  .maintrust-module { padding: 40px 20px; }
}


@media(max-width:479px){
  .blogrecpost h2,.sub-left h2,.maintrust-module h2 { font-size: 24px;}
  .topicfilter { flex-wrap: wrap; }
  .topicfilter>div { width:100%; margin-bottom:15px; }
  .blognew .detail-content p,.accordion-title a,.blog-post-body.detail-content { font-size:18px; }
}