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

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

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

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

.dnd-section[class*=“full-width-section”]>.row-fluid {
    padding: 0 !important;
    max-width: 100% !important;
}
div[class*="force-full-width-section"]>.row-fluid {
    padding: 0 !important;
}
@media (max-width: 1320px){
.page-center, .container,.content-wrapper,
.dnd-section>.row-fluid{
padding-left: 20px;
    padding-right: 20px;
}
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://6616966.fs1.hubspotusercontent-na2.net/hubfs/6616966/Cybertrol_Engineering_April2021/fonts/fa-solid-900.eot") format("eot");
  src: url(https://6616966.fs1.hubspotusercontent-na2.net/hubfs/6616966/raw_assets/public/Cybertrol_Template/fonts/fa-solid-900.woff2) format("woff2"),
    url(https://6616966.fs1.hubspotusercontent-na2.net/hubfs/6616966/raw_assets/public/Cybertrol_Template/fonts/fa-solid-900.woff) format("woff"), 
    url(https://6616966.fs1.hubspotusercontent-na2.net/hubfs/6616966/raw_assets/public/Cybertrol_Template/fonts/fa-solid-900.ttf) format("truetype");
  font-style: normal;
  font-weight: 900; 
}

@font-face { 
  font-family: "Font Awesome 5 Brands"; 
  src: url("https://6616966.fs1.hubspotusercontent-na2.net/hubfs/6616966/Cybertrol_Engineering_April2021/fonts/fa-brands-400.eot") format("eot");  
  src: url(https://6616966.fs1.hubspotusercontent-na2.net/hubfs/6616966/raw_assets/public/Cybertrol_Template/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://6616966.fs1.hubspotusercontent-na2.net/hubfs/6616966/raw_assets/public/Cybertrol_Template/fonts/fa-brands-400.woff) format("woff"), 
    url(https://6616966.fs1.hubspotusercontent-na2.net/hubfs/6616966/raw_assets/public/Cybertrol_Template/fonts/fa-brands-400.ttf) format("truetype");
  font-style: normal; font-weight: normal; 
}


html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 1.6rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}


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

}

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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



blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}
.hs_cos_wrapper_type_password_prompt, .hs_cos_wrapper_type_email_simple_subscription, .hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe, .widget-type-google_search, #comment-form, .section.post-footer, .hs-search-field, .hs_cos_wrapper_type_member_login, .hs_cos_wrapper_type_password_reset, .hs_cos_wrapper_type_password_reset_request, .hs_cos_wrapper_type_member_register, .widget-type-google_search, .widget-type-form, .widget-type-blog_subscribe form, .submitted-message {
    padding: 30px 0;
}
.hs-button {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1;
  
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    padding: 20px 50px;
    overflow: hidden;
    position: relative;
    min-width: 200px;
    background: -moz-linear-gradient(to right, #2d3142 0%, #1e3f94 100%);
    background: -webkit-linear-gradient(to right, #2d3142 0%, #1e3f94 100%);
    background: linear-gradient(to right, #2d3142 0%, #1e3f94 100%);
  border:1px solid;
  text-decoration:none !important;
  white-space:normal;
}

.hs-button:hover {
    background: #494949;
}

.hs-search-module a.hs-button.primary {
  margin-top: 17px;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
}

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


.hs-form label {
 
  font-size: 1.4rem;
    font-weight: 700;
    color: #333333;
}

body .field, .hs-form-field {
    margin-bottom: 18px;
}
.hs-error-msgs label {
    padding-top: 5px !important;
    color: red !important;
    font-size: 13px ;
    font-size: 1.3rem !important;
}

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, .hs-input, input[type="password"] {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
    
   
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 100%;
    height: 44px;
    color: #18152e;
    border: none;
    padding: 0;
    padding-left: 10px;
    background-color: #ffffff;
    border: 1px solid #d2d2d1;
    height: 60px;
    max-width: 767px;
}

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

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

ul.no-list {
  list-style: none;
  padding-left: 0 !Important;
}

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

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

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

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

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media(max-width:767px)
{
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, .hs-input, input[type="password"] {
    max-width: 100%;
}
}


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



.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
.hs-search-module a.hs-button.primary ,input[type="password"] {
  margin-top: 17px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

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

.hs-menu-item.active a {
/*   color: rgba(0, 0, 0, 0.9); */
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.header_landing .header_logo a img {
  padding: 35.5px 0px;
}

@media(max-width:1515px)
{
  .header_landing .header_logo a img {
    padding: 34px 0px;
  }
}

@media(max-width:1200px)
{
  .header_landing .header_logo a img {
    padding: 38px 0px 39px;
  }
}

@media(max-width:1024px)
{
  .header_landing .header_logo a img {
    padding: 0px;
  }
  .header_outer_wrapper {
    min-height: 90.6px;
  }
  .header_outer_wrapper.header_landing header.header {
    padding: 27px 0;
  }
}

@media(max-width:767px){
  .header_landing .header_logo a img {
    padding: 0px;
  }
  .header_outer_wrapper.header_landing {
    min-height: 100px;
  }
  .header_outer_wrapper.header_landing header.header {
    padding: 25px 0;
  }
  .header_outer_wrapper {
    min-height: 100.6px;
  }
}
/* ******************************************************************************
*********************************************************************************
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_outer_wrapper {
  min-height: 111px;
}
header.header {
  position: fixed;
  top: auto;
  z-index: 3;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #d7d7d7;
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 0px 5% 0px;
}



.header_left_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.header_logo {
  margin-right: 30px;
  line-height: 0;
}

.header_logo img {
  max-width: 200px;
  max-width: 100%;
  width: 200px !important;
}


.header_right_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

form.search-form.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search_container input {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 100%;
  height: 44px;
  color: #18152e;
  border: none;
  padding: 0;
  padding-left: 10px;
  background-color: #ffffff;
  border: 1px solid #dddce4;
}

.search_container input::placeholder {
  color: #7e8083;
  font-weight: 600;
  /* font-size: 14px; */
  font-size: 1.4rem;
  display: block !important;
}

.search_container button {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #3a4a9a;
  overflow: visible;
}
.search_container button .fa-search {
  webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  padding: 5px;
}

i.fa.fa-search:before {
  content: "\f002";
}




@media(min-width:1025px)
{
  .toggle {
    display: none;
  }
  .mobile_menu{
    display:none !important;
  }

}


@media(max-width:1563px){

  .header_logo img {
    width: 140px !important;
  }
  .header_outer_wrapper {
    min-height: 104px;
  }
}
@media(max-width:1563px)
{
  .header_container {
    padding: 0px 20px;
  }
  .header_right {
    width: auto;
  }
  .header_logo img {
    width: 200px !important;
  }
  .header_logo {
    margin-right: 30px;
  }
}

@media(max-width:1200px)
{
  .header_logo img {
    width: 150px !important;
  }
  .search_container input {
    width: 150px;
  }
  .header_logo {
    margin-right: 20px;
  }
}

@media(max-width:1024px)
{
  .mobile_menu ul>li.child-open.hs-item-has-children>a:after {
    content: "\f0d8";
}
  
  .custom-menu-primary {
    display: none;
  }
  .header_logo img {
    width: 200px !important;
  }
  .header_logo img {
    width: 200px !important;
  }

  .header {
    padding: 25px 0px;
  }

.mobile_menu ul>li>a:hover {
    color: #0d0b1d !important;
}

  .toggle {
    width: 35px;
    order: 2;
    margin-left: 30px;
    display: block;
    cursor: pointer;
  }

  .inner.relative.pointer {
    position: relative;
    height: 24px;
    width: 100%;
  }

  .inner.relative.pointer span {
    width: 100%;
    height: 4px;
    background-color: #0d0b1d;
    position: absolute;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }

  .inner.relative.pointer span:first-child {
    top: 0;
  }

  .inner.relative.pointer span:nth-child(2) {
    top: 10px;
  }

  .inner.relative.pointer span:nth-child(3) {
    top: 20px;
  }

  .search_container input {
    width: 150px;
  }
  .toggle-open .inner.relative.pointer span:first-child {
    -webkit-transform: rotate(
      45deg
    );
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
      45deg
    );
    top: 10px;
  }

  .toggle-open .inner.relative.pointer span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  span {}

  .toggle-open .inner.relative.pointer span:nth-child(3) {
    webkit-transform: rotate(
      -45deg
    );
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(
      -45deg
    );
    top: 10px;
  }
  .mobile_menu {
    position: fixed;
    /* top: 163px; */
    width: 100%;
    z-index: 3;
    background-color: white;
    overflow: scroll;
    bottom: 0;
    top: 95px;
    display:none;
  }

  .mobile_menu ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    display:block;
  }

  .mobile_menu ul>li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    display: block;
  }

  .mobile_menu ul>li>a {
    color: #0d0b1d;
    font-weight: 600;
    padding: 16px 25px;
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
  }

  .mobile_menu ul>li ul {
    opacity: 1;
    position: static;

    visibility: visible;
    display: none;
  }
  .mobile_menu ul>li.hs-item-has-children>a:after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 25px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
  }
  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%!important;
    min-width: 100% !important;
    height: 63px !important;
    padding: 0 !important;
    border-left: none;
    /* background: #000; */
    z-index: 9;
    cursor: pointer;
  }
  .mobile_menu ul>li.hs-item-has-children ul {
    background-color: #f7f7f7;
  }

  .mobile_menu ul>li.hs-item-has-children ul>li {
    display: block;
    border-bottom: 1px solid #d9d9d9;

  }

  .mobile_menu ul>li.hs-item-has-children ul>li>a {
    color: #0d0b1d;
    font-weight: 600;
    padding: 12px 45px;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    text-decoration: none;
  }
  .header_outer_wrapper {
    min-height: 95px;
  }
  .mobile_menu ul>li.hs-item-has-children ul>li:first-of-type {
    border-top: 1px solid #d9d9d9;
  }

  .mobile_menu ul>li.hs-item-has-children ul>li:last-of-type {
    border-bottom: none;
  }
  .toggle .inner {
    box-shadow: none;
  }
}

@media(max-width:767px){
  .header_outer_wrapper {
    min-height: 164.06px;
  }
  .header_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header_left {}

  .header_left_wrapper {
    margin-bottom: 10px;
  }

  .header_right_wrapper {
    width: 100%;
  }

  .header_right {
    width: 100%;
  }

  .toggle {
    position: absolute;
    top: 15px;
    right: 20px;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }

  .search_container {
    width: 100%;
    margin-bottom: 20px;
  }

  .search-box {}

  form.search-form.flex {
    width: 100%;
  }

  .search_container input {
    width: 100% !important;
    max-width: 100%;
  }
  .mobile_menu {
    top: 164px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
    background-color: #0d0b1d ;
    color: #ffffff;
}

.footer_container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
}

.footer_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 60px 0px 75px;
}

.footer_top_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
}

.footer_top_right {
    width: 30%;
}
.footer_location {
    width: 50%;
}

.footer_menu {
    width: 50%;
}

.footer_location p {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

.footer_location ul:last-of-type {
    margin-bottom: 0;
}

.footer_location ul {
    margin-bottom: 40px;
    margin-top: 0;
    padding: 0;
    list-style-type: none;
}
.footer_location ul>li>a {
    color: #fff;
    font-size: 1.4rem;
  text-decoration:none;
}
.footer_location ul>li>a {
    color: #fff;
    font-size: 1.4rem;
}

.footer_menu ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    display: block;
  margin-top: -5px;
}

.footer_menu ul>li {
   
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  
}

.footer_menu ul>li>a {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
  padding: 5px 0px;
 
  
}
.footer_menu ul>li>a:hover{
   text-decoration:underline;
}
h3.form-title {
    margin: 0;
    padding: 0;
}

.footer_form {
    margin-bottom: 30px;
}
.footer_form p {
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer_form p {
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer_form form#hsForm_a12e41ed-ddcf-4075-a8df-cd9ef9cab7dc_6802 {
    display: flex;
    align-items: center;
}

.hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    /* width: 100%; */
    /* max-width: 100%; */
}

.social_media p {
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer_form .field, .hs-form-field{
margin-bottom:0px;
}
footer input.hs-button.primary.large {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    margin: 0px;
    height: 45px;
    width: 100%;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.6);
  min-width:1px;
  padding:0;
      text-transform: capitalize;
  padding-bottom: 1px;
}
.footer_form form {
    padding-right: 25%;
    position: relative;
}
.footer_form .hs_submit.hs-submit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer_form .field, .footer_form  .hs-form-field {
    margin-bottom: 0px;
    padding-right: 5px;
}
.footer_form input {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 100%;
    height: 44px;
    color: #18152e;
    border: none;
    padding: 0;
    padding-left: 10px;
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #d2d2d1;
    max-width: 500px;
    height: 45px;
}


.footer_form input::placeholder {
    font-weight: 600;
    font-size: 14px;
    font-size: 1.4rem;
    color: #343434;
}
.footer_form input::placeholder {
    font-weight: 600;
    font-size: 14px;
    font-size: 1.4rem;
    color: #343434;
  text-transform: capitalize;
}
.footer_form .hs_submit.hs-submit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
}
.footer_bottom {
    padding: 25px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer input.hs-input.error {
    border-color: #fff;
}

.footer_botttom_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
}

.footer_copyright {
    font-size: 14px;
    font-size: 1.4rem;
    width: 60%;
    line-height: 1;
}
.footer_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

.footer_logo img {
    max-width: 100%;
    width: 150px !important;
}
.footer_location ul>li {
    line-height: 23.8px;
      font-size: 14px;
}


@media (max-width: 1320px){
.footer_container {
    padding-left: 20px;
    padding-right: 20px;
}
  .footer_botttom_container {
    padding-left: 20px;
    padding-right: 20px;
}
}

@media(max-width:1024px)
{
  footer input.hs-button.primary.large{
  padding-bottom:0px;
  }
 .footer_form .actions {
    
    margin-top: 10px;
}
  .footer_location {
    width: 60%;
}
  .footer_menu {
    width: 40%;
}
  .footer_form .hs_submit.hs-submit {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
}
  .footer_form .hs_submit.hs-submit{
  width: 30%;
  }
  .footer_form .field, .footer_form .hs-form-field{
      padding-right: 0px;
  }
  .footer_form form{
  padding-right:0px;
  }
}
@media(max-width:935px)
{

  footer input.hs-button.primary.large{
  
  padding-top:0px;
  padding-bottom:0px;
  }
}

@media(max-width:767px)
{
  footer input.hs-button.primary.large{
  padding-top: 1px;
  }
  
.footer_top {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 0px 75px;
}

.footer_top_left {
    width: 100%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.footer_location {
    width: 100%;
}
  .footer_menu {
    width: 100%;
}
  .footer_location ul:last-of-type {
    margin-bottom: 40px;
}
  .footer_top_right {
    width: 100%;
}
  .footer_form p {
    margin-bottom: 26px;
}
  .footer_menu {
    width: 100%;
}

.footer_top_right {
    width: 100%;
}

.footer_form p {
    margin-bottom: 26px;
}

.footer_menu ul>li {
    margin: 10px 0px;
}

.footer_menu ul>li:first-of-type {
    margin: 0px 0px 10px;
}

.footer_menu ul>li>a {
    padding: 0;
}
  .footer_location ul:last-of-type {
    margin-bottom: 45px;
}
  .footer_form form{
  
  padding-right:0px;
  }
  .footer_form input {
    max-width: 100%;
}
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

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

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

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

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

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

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.15);
  color: #3a4a9a;
  border: none;

}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

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

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

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

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

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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





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

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
  margin-top: 50px;
  margin-bottom: 0;
}

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

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



.blog-pagination__link {
  color: #3a4a9a !important;
}

.blog_wrapper {
  background-color: #f2f2f2;
  padding: 90px 0;
}

.blog_wrapper_container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

.blog_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.blog_col_9 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}

.blog_listing_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.blog_listing_wrapper>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog_listing_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.blog_listing_wrapper>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration:none;
}
.recent-blog-wrapper ul>li>a:hover,
.blog-sidebar-topic-filter .widget-module>ul>li>a:hover{
  color: #1a1249;
}
.inner {
  webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
  background-color: #ffffff;
  color: #18152e;
}

.list_header {
  font-weight: 700;
  padding: 20px;
}

.blog_list_image {
  line-height: 0;
  margin-bottom: 30px;
}

img.responsive.lazyloaded {}

.blog_list_image>img {
  max-width: 100%;
  width: 461.25px  !important;
}

.blog_content {
  padding: 0 30px 30px;
}

.blog_content h2 {
  margin: 0 0 20px 0;
  clear: both;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
}

.blog_content p {
  margin-top: 0;
  margin-bottom: 20px;
}

.more-link {
  color: #3a4a9a;
  text-decoration: underline;
  font-weight: 700;
}


.blog_col_3 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.blog_col_3_wrapper {
  background-color: #ffffff;
  padding: 40px 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
}

.block h3 {
  margin: 0 0 20px 0;
  clear: both;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
}

.widget-module>ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin-bottom: 60px;
}

.blog-sidebar-topic-filter .widget-module>ul>li{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-bottom: 15px; */
  line-height: 27.2px;
}
.blog-sidebar-topic-filter .widget-module>ul>li>a {
  color: #3a4a9a;
  text-decoration: underline;
}
.blog-sidebar-topic-filter .widget-module span.filter-link-count {
  display: none;
}
.banner_blog {
  background: -moz-linear-gradient(to bottom right, #2d3142 0%, #6f7378 100%);
  background: -webkit-linear-gradient(to bottom right, #2d3142 0%, #6f7378 100%);
  background: linear-gradient(to bottom right, #2d3142 0%, #6f7378 100%);
  position: relative;
  text-align: center;
  padding-top: 6%;
  padding-bottom: 7%;
  margin-top: -4px;
}

.banner_blog .banner_bg {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .25;
}
.banner_blog.blog_new_post .content {
  clear: both;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  color: #ffffff;
}
.banner_blog .overlay {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.banner_blog .content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

.banner_blog .content h1 {
  margin: 0 0 20px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
  line-height: 68px;
  line-height: 1.7;
}

.banner_blog .desc {
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}

.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active {
  display: block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  margin-right: 5px;
  border: 1px solid #b8b8b8;
  background-color: #e0e0e0;
  color: #545554 !important;
}
.blog-pagination__link {
  color: #494a52;
  margin-right: 5px;
  display: block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  margin-right: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
i.fa.fa-angle-right:before {
  content: "\f105";
}
i.fa.fa-angle-left:before {
  content: "\f104";
}

.blog_bootom_sec {
  background: -moz-linear-gradient(to bottom right, #2d3142 0%, #1e3f94 100%);
  background: -webkit-linear-gradient(to bottom right, #2d3142 0%, #1e3f94 100%);
  background: linear-gradient(to bottom right, #2d3142 0%, #1e3f94 100%);
  position: relative;
}

.blog_bottpm_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 75px;
  padding-bottom: 75px;
}

.blog_bottom_left {
  width: 50%;
}

.blog_bottom_right {
  width: 50%;
}

.blog_bottom_left h3 {
  margin: 0 0 20px 0;
  clear: both;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 32px;
  font-size: 3.2rem;
  color: #ffffff;
  margin-bottom: 30px;
  padding-right: 10%;
  line-height: 1.3;
}

.blog_bottom_left a.cta_button {
  text-decoration: none;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: normal;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
  position: relative;
  min-width: 200px;
  background: -moz-linear-gradient(to right, #443b97 0%, #5f87c5 100%);
  background: -webkit-linear-gradient(to right, #443b97 0%, #5f87c5 100%);
  background: linear-gradient(to right, #443b97 0%, #5f87c5 100%);
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  min-width: 200px;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 15px 39.5px;
}

.blog_bottom_left a.cta_button:focus {
  outline: none;
}
img.responsive.invisible {
  max-width: 100%;
  height: auto;
  visibility: hidden;
}
.blog_bottom_left a.cta_button:hover {
  color: #3a4a9a;
  background-color: #ffffff;
}
.blog_bottom_cover {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
  top: 0;
  max-width: 50%;
}
.recent-blog-wrapper h3 {
  margin: 0 0 20px 0;
  clear: both;
}

.recent-blog-wrapper {}

.recent-blog-wrapper ul {list-style: none;list-style-type: none;margin: 0;padding: 0;list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);margin-bottom: 60px;}

.recent-blog-wrapper ul>li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.recent-blog-wrapper ul>li>a {
  color: #3a4a9a;
  text-decoration: underline;
}

.recent-blog-wrapper ul>li span {
  webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  font-weight: 600;
  display: block;
  width: 100%;
  color: #18152e;
}
.blog_post_detail_wrapper h1 {
  margin: 0 0 20px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.7;
}
.recent-blog-wrapper h3 {
  margin: 0 0 20px 0;
  clear: both;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
}

.blog_wrapper_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.blog_post_col_8 {
  width: 66.66667%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog_post_col_4 {
  width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px;
}

.blog_post_detail_wrapper {
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
  background-color: #ffffff;
  color: #18152e;
}

.blog_post_detail_wrapper img {
  /*   width: 100%;
  height: auto; */
}

.post_details_content {
  padding: 55px 40px;
}

.details_date {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 25px;
}

.blog-post__body p:first-child {
  margin: 0 0 20px 0;
}

.blog-post__body {}

.blog-post__body p {
  margin-top: 0;
  margin-bottom: 20px;
  color: #18152e;
}

.blog-post__body p a {
  color: #3a4a9a;
  text-decoration: none;
}

.blog-post__body p a:hover, 
.blog-post__body p a:active {
  color: #1a1249;
  text-decoration: none;
}

.blog_post_sidebar_wrapper {
  background-color: #ffffff;
  padding: 40px 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
}
.blog_wrapper .actions {
  text-align: left;
  margin-top: 10px;
}
.blog_bootom_sec.blog_new_btm_sec .blog_bottom_left a.cta_button {
  padding: 15px 95px;
}

.blog-pagination.blog-pagination2.span12 {
  padding-bottom: 30px;
}

.blog_post_detail_wrapper img {
  max-width: 100%;
  height: auto;
}

.blog_post_detail_wrapper img.responsive {
  width: 100%;
}

@media(max-width:1400px)
{
  .banner_blog{
    margin-top: 0px;
  }
}

@media(max-width:1320px)
{
  .banner_blog .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog_wrapper_container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog_bottpm_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

}
@media(max-width:1024px)
{
  .blog_post_detail_wrapper h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .blog-pagination.span12{
    margin-bottom:20px;
  }
  .banner_blog .content h1 {
    font-size: 3.2rem;
  }
  .banner_blog{
    margin-top: -1px;
  }
  .blog_col_9 {
    width: 100%;
  }
  .blog_col_3 {
    width: 100%;
  }
  .blog_bottpm_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .blog_bottom_left h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .blog_post_col_8 {
    width: 100%;
  }
  .blog_post_col_4 {
    width: 100%;
  }
  .banner_blog.blog_new_post .content {
    font-size: 32px;
    font-size: 3.2rem;
  }

}
@media(max-width:1021px) and (min-width:768px){
  .blog_bootom_sec.blog_new_btm_sec .blog_bottom_left a.cta_button {
    padding: 15px 20px;
  }
}
@media(max-width:767px)
{
  .banner_blog.blog_new_post .content {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .blog_post_detail_wrapper h1 {
    font-size: 20px;
    font-size: 2rem;
  }
  .blog_bottom_left a.cta_button{
    padding: 15px 39px;
  }
  .post_details_content {
    padding: 30px 20px;
  } 
  .blog_content h2 {
    font-size: 1.6rem;
  }
  .blog_listing_wrapper>a {
    width: 100%;
  }
  .banner_blog {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .banner_blog .content h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .banner_blog .desc {
    display: none;
  }
  .blog_wrapper {
    padding: 50px 0;
  }
  .blog_list_image>img {
    width: 100% !important;
  }
  .blog_list_image>img {
    width: 100% !important;
  }

  .blog_bottpm_wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .blog_bottom_left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    margin-top: 0;
  }

  .blog_bottom_right {
    display: none;
  }

  .blog_bottom_cover {
    display: none;
  }
  .blog_bottom_left h3 {
    padding: 0px;
    margin-bottom: 50px;
    font-size:2.4rem;
  }
  .blog_col_3_wrapper {
    padding: 30px 20px;
  }
  .recent-blog-wrapper h3 {
    font-size: 1.6rem;
  }
  .block h3 {
    font-size: 1.6rem;
  }
  .blog-comments.page-center {
    padding: 0;
  }
  .blog_post_sidebar_wrapper {
    padding: 30px 20px;
  }
}
@media(max-width:500px)
{
  .blog_bootom_sec.blog_new_btm_sec .blog_bottom_left a.cta_button {
    padding: 15px 30px;
  }
  .blog_bottom_left a.cta_button{
    padding: 15px 39px 15px 39.5px;
  }

  .blog-post__body p {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media(max-width:400px)
{
  .blog_bottom_left a.cta_button{
    min-width: 183px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #ddd;
  z-index: -1;
}
.systems-page input#hs-pwd-widget-password {
  height: 50px !important;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 30rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .75rem .75rem;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.systems-page button, .systems-page .hs-button {
  margin: 15px 0;
}

.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
#hs_cos_wrapper_subscription_preferences_email_subscriptions form#email-prefs-form {
  max-width: 100%;
}
p.header {
  position: static !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
ul.no-list.hs-error-msgs {
  padding-left: 2px ;
}
.systems-page form {
    max-width: 767px;
}
.systems-page .hs-form-field {
  margin-bottom: 18px;
}
div#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
  width: 100% !important;
}
@media (max-width: 767px) {
  div#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
    width: 100% !important;
  }
  .systems-page form {
    max-width: 100%;
  }
  .systems-page h1{
    font-size: 26px;
  }
  .systems-page h2, .systems-page h3{
    font-size: 22px;
  }


}