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

main.body-container-wrapper .dnd-section>.row-fluid {
    padding-left:50px;
    padding-right:50px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
 
  .body-container-wrapper .dnd-section>.row-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 80% !important;
    width: 80%;
}
 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'entypo-fontello'; 
 src: url('https://8348528.fs1.hubspotusercontent-na1.net/hubfs/8348528/raw_assets/public/ClarkInsurance_March2021/fonts/entypo-fontello.woff2') format('woff2'),
      url('https://8348528.fs1.hubspotusercontent-na1.net/hubfs/8348528/raw_assets/public/ClarkInsurance_March2021/fonts/entypo-fontello.woff') format('woff'),
      url('https://8348528.fs1.hubspotusercontent-na1.net/hubfs/8348528/raw_assets/public/ClarkInsurance_March2021/fonts/entypo-fontello.ttf') format('truetype'), 
      url('https://8348528.fs1.hubspotusercontent-na1.net/hubfs/8348528/ClarkInsurance_March2021/fonts/entypo-fontello.eot'),
      url('https://8348528.fs1.hubspotusercontent-na1.net/hubfs/8348528/ClarkInsurance_March2021/fonts/entypo-fontello.eot') format('embedded-opentype');
      ont-weight: normal; 
      font-style: normal; 
      font-display: auto;
}

::selection {
    background-color: #7c1822;
    color: #ffffff;
}

html {
  font-size: 24px;
}

body {
  font-family: open sans;
  font-size: 14px;
  color: #444;
  line-height: 1.15em;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: open sans;
  line-height:1.3em;
}

/* Anchor Links */
a {
  color: #7c1822;
  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: open sans;
  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: open sans;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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


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

blockquote {
  border-left: 10px solid #f8fafc;
  border-color: #7c1822 !important;
  color: #919191;
  border-left-style: solid;
  border-left-width: 7px;
  padding-left: 20px;
  margin-bottom: 1em;
  margin-right: 1em;
  font-size: 1.235em;
  line-height: 1.5em;
}

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

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

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

form {
  max-width: 100%;
  font-family: open sans;
}

.hs-button {
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-style: solid;
    text-decoration: none !important;
    margin: 11.19px 0px;
    font-size: 13.333px;
    font-family: Arial;
    outline: none;
}

.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: 14px;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 23.1px;
  padding-top: 0;
  margin-top: 11.19px;
  font-family: open sans;
  margin-bottom:6px;
}

.hs-error-msgs label {
  color: #dc3232 !important;
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.hs-input:focus {
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%);
}

.hs-input {
  display: block;
  width: 100%;
  height: auto;
/*   max-width:700px; */
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  color: #919191;
  border: 1px solid #e1e1e1;
  padding: 8px 6px;
  outline: none;
  font: 14px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 20px;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

.hs-form fieldset {
  max-width: none !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;
}

.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: 14px;
  color: #444;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: open sans;
}

@media(max-width:767px){
  .hs-input {
    max-width: 100%;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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 {
  background-color: #F8FAFC;
}

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


.main-header {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    z-index: 1;
    clear: both;
    position: relative;
    border-top-style: solid;
    border-top-width: 1px;
    z-index:99;
}

.header__container {
    padding: 0px 50px;
}

.header_container-row {
    position: relative;
    width: 100%;
}

.header_logo {
    float: left;
    z-index: 1;
    max-height: 88px;
-webkit-transition: max-height .4s ease-in-out;
    transition: max-height .4s ease-in-out;
}

.header_container-row:after {
  content: "";
  clear: both;
  display: table;
}

.custom-menu-primary {
    position: absolute;
    z-index: 100;
    line-height: 30px;
    height: 100%;
    margin: 0;
    right: 0;
}

.header_logo a {
    overflow: hidden;
    position: relative;
    display: block;
-webkit-transition: max-height .4s ease-in-out;
    transition: max-height .4s ease-in-out;
}

.header_logo img {
    max-height: 88px;
    width: auto !important;
-webkit-transition: max-height .4s ease-in-out;
    transition: max-height .4s ease-in-out;
}

.navigation-primary ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navigation-primary ul li a {
    text-decoration: none;
}

.custom-menu-primary-navbar {
    padding-right: 25px;
    margin-right: 25px;
    border-right-width: 1px;
    border-right-style: solid;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.custom-menu-primary-navbar {
    float: left;
    position: relative;
    z-index: 3;
}

.custom-menu-primary-navbar>div {
    float: left;
}

.custom-menu-primary-navbar:after {
    content: "";
    clear: both;
    display: table;
}

.custom-menu-primary:after {
    content: "";
    clear: both;
    display: table;
}

.social_bookmarks.icon_count_4 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav.navigation-primary {
    position: relative;
    z-index: 110;
}

.noLightbox.social_bookmarks.icon_count_4 {
    position: relative;
    top: 50%;
    right: 0;
    overflow: hidden;
    clear: none;
    float: left;
    height: 30px;
    z-index: 150;
    -webkit-backface-visibility: hidden;
    margin: 0 0 0 -9px;
    margin-top: -16px;

}

.navigation-primary .level-1>li {
    line-height: 30px;
    float: left;
    position: relative;
    z-index: 20;
}

.navigation-primary .level-1>li>a {
    line-height: 88px;
    display: block;
    padding: 0 13px;
    font-weight: 600;
    font-size: 13px;
}

.noLightbox.social_bookmarks.icon_count_4 li a {
    text-decoration: none;
}

.noLightbox.social_bookmarks.icon_count_4 li a {
    text-decoration: none;
}

.noLightbox.social_bookmarks.icon_count_4 .avia_hidden_link_text {
    display: none;
}

.noLightbox.social_bookmarks.icon_count_4>li [data-av_iconfont='entypo-fontello']:before {
    font-family: 'entypo-fontello';
}

[data-av_icon]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: attr(data-av_icon);
    speak: none;
}

.search-form-hdr-icon a {
    text-decoration: none;
}


.noLightbox.social_bookmarks.icon_count_4>li {
    float: left;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 30px;
}

.noLightbox.social_bookmarks.icon_count_4>li>a {
    float: left;
    width: 30px;
    line-height: 29px;
    display: block;
    margin: 0px;
    outline: none;
    padding: 0;
    min-height: 29px;
    height: 100%;
    overflow: visible;
    z-index: 2;
    position: relative;
    text-align: center;
    border-radius: 100px;
}

.noLightbox.social_bookmarks.icon_count_4>li.av-social-link-linkedin:hover a {
    background-color: #419cca;
}

.noLightbox.social_bookmarks.icon_count_4>li.social_bookmarks_twitter:hover a {
    background-color: #46d4fe;
}

.noLightbox.social_bookmarks.icon_count_4>li.social_bookmarks_facebook:hover a {
    background-color: #37589b;
}

.noLightbox.social_bookmarks.icon_count_4>li.social_bookmarks_linkedin:hover a {
    background-color: #419cca;
}

.search-form-hdr-icon a.search-form-hdr-iconss:before {
    font-family: 'entypo-fontello';
}

.search-form-hdr-icon a {
    color: #808080 !important;
    -webkit-transition: background-color 0.4s ease-in-out,color 0.4s ease-in-out,border-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out,color 0.4s ease-in-out,border-color 0.4s ease-in-out;
}

.search-form-hdr-icon a:hover {
    color: #333333 !important;
}

.search-form-hdr {
    line-height: 88px;
    font-size: 17px;
    position:relative;
}

.search-form-hdr-icon a {
    display: block;
    text-decoration: none;
    padding: 0 13px;
}

.avia-search-tooltip.avia-tt form .button.avia-font-entypo-fontello {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: 'entypo-fontello';
}


.navigation-primary .level-1>li>a {
    position: relative;
}



.navigation-primary .level-2 {
    background-color: #ffffff;
    border-top-width: 2px;
    border-top-style: solid;
    margin-left: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 208px;
    z-index: 2;
    padding: 0;
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    margin-top: -1px;
    visibility: hidden;
    opacity: 1;
}

.navigation-primary .level-1>li:hover .level-2 {
    visibility: visible;
    opacity: 1;
}

.navigation-primary .level-3 {
  left: -207px;
  top: 0px;
  margin: 0;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 0px;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  border-color: #e1e1e1;
  position: absolute;
  width: 208px;
  z-index: 2;
  padding: 0;
  box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
}

.navigation-primary .level-2>li:hover .level-3 {
    visibility: visible;
    opacity: 1;
}

.navigation-primary .level-2 li a {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    line-height: 23px;
    padding: 8px 15px;
    font-size: 12px;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    font-family: inherit;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    display: block;
    border-color: #e1e1e1;
}


.navigation-primary .level-2 li {
    float: left;
    position: relative;
    z-index: 20;
    width:100%;
}

.navigation-primary .level-2:after {
    content: "";
    clear: both;
    display: table;
}

.navigation-primary .level-3:after {
    content: "";
    clear: both;
    display: table;
}

.form-open .search-form-hdr .avia-search-tooltip {
    -webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275);
    animation: avia_pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275);
}


.avia-search-tooltip.avia-tt form {
    margin: 0;
    padding: 0;
    border-color: #e1e1e1;
}

.avia-search-tooltip.avia-tt form>div {
    position: relative;
    max-width: 300px;
    margin: 16px;
}

.search-form-hdr .avia-search-tooltip.avia-tt {
    background-color: #ffffff;
    border-color: #e1e1e1;
    position: absolute;
    z-index: 9999999;
    padding: 0;
    width: 300px;
    top: 85% !important;
    margin-left: -120px;
    border-radius: 2px;
    box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 20%);
    border-width: 1px;
    border-style: solid;
    right: -10px;
    opacity:0;
    visibility: hidden;
}

.form-open .search-form-hdr .avia-search-tooltip.avia-tt {
    opacity: 1;
    visibility: visible;
}

.avia-search-tooltip.avia-tt form .button.avia-font-entypo-fontello {
    width: 40px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    margin: 0;
    border-radius: 0;
    min-width: 40px;
    font-size: 17px;
    cursor: pointer;
    border: none;
    background-color: #7c1822;
    color: #ffffff;
    border-color: #5a0600;
}

.avia-search-tooltip.avia-tt form [data-av_iconfont='entypo-fontello']:before {
    content: "";
    font-family: 'entypo-fontello';
}

.avia-search-tooltip.avia-tt form input#s {
    width: 100%;
    position: relative;
    padding: 11px 47px 11px 5px;
    z-index: 1;
    margin: 0;
    box-shadow: none;
    border-color: #e1e1e1;
    background-color: #f8f8f8;
    color: #808080;
    border: 1px solid #e1e1e1;
    font: 14px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    display: block;
    border-radius: 0px;
    outline:none;
}

.avia-search-tooltip .avia-arrow-wrap {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    right: 10px;
    margin-left: -10px;
    overflow: hidden;
    border-color: #e1e1e1;
}

.avia-search-tooltip .avia-arrow-wrap .avia-arrow {
    top: 15px;
    border-color: #e1e1e1;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    border-width: 1px;
    border-style: solid;
    visibility: hidden\9;
    background-color: #fff;
}

@-webkit-keyframes avia_pop {
    0% {
        -webkit-transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes avia_pop {
    0% {
        transform: scale(0.8)
    }

    100% {
        transform: scale(1)
    }
}


/*----------------------------fiexed header-----------------------------*/

.search-form-hdr-icon a {
    cursor: pointer;
}

.humbar-menu {
    display: none;
}

.avia-search-tooltip.avia-tt form .button.avia-font-entypo-fontello:hover {
    background-color: #444444;
    color: #ffffff;
    border-color: #222222;
}

.header-wrapper-section {
    min-height: 90px;
}

.avia-search-tooltip.avia-tt form input#s::placeholder {
    color: #808080;
}


@media(min-width:990px){
  .sticky .header_logo img {
    max-height: 44px;
    width: auto !important;
}

.sticky .main-header {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 99;
}

.sticky .navigation-primary .level-1>li>a {
    line-height: 44px;
    padding:0px 13px;
}

.sticky .search-form-hdr {
    line-height: 44px;
}

.sticky .header_logo {
    height: 44px;
}

.sticky .custom-menu-primary-navbar {
    padding-right: 25px;
    margin-right: 25px;
}
  
.navigation-primary .level-1>li>a:before {
    content: "";
    background-color: #7c1822;
    color: #ffffff;
    border-color: #5a0600;
    position: absolute;
    bottom: -1px;
    height: 2px;
    z-index: 10;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-primary .level-1>li:hover a:before {
    visibility: visible;
    opacity: 1;
}
  
}

@media(max-width:1140px){
  .custom-menu-primary-navbar {
    padding-right: 0px;
    margin-right: 13px;
}
}

@media(max-width:1088px){
  .navigation-primary .level-1>li>a {
    padding: 0 9px;
}
}

@media(max-width:1034px){
  .navigation-primary .level-1>li>a {
    padding: 0 7px;
}
}

@media(max-width:1009px){
  .navigation-primary .level-1>li>a {
    padding: 0 5px;
}
  
.sticky .navigation-primary .level-1>li>a {
    padding: 0px 11px;
}
  
}

@media(max-width:989px){
  .humbar-menu a {
    height: 90px;
    line-height: 90px;
}

.humbar-menu a .av-hamburger {
    padding: 0 0 0 0;
    display: inline-block;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-transform: none;
    border: 0;
    margin: 0;
}

.humbar-menu a .av-hamburger-box {
    height: 8px;
    width: 35px;
    display: inline-block;
    position: relative;
}

.av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
    height: 3px;
    width: 35px;
    border-radius: 3px;
    position: absolute;
    transition: transform 0.15s ease;
    background-color: #808080;
}

.av-hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19) ,background-color 0.15s ease;
    width: 100%;
    bottom: -10px;
    content: "";
    display: block;
}

.av-hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in,background-color 0.15s ease;
    width: 100%;
    content: "";
    display: block;
    top: -10px;
}


.av-hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
}
  
 
.av-burger-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
    overflow: hidden;
    opacity: 0;
}

.av-burger-overlay .cm-av-burger-overlay-scroll {
  width: 350px;
  -webkit-transform: translateX(350px); 
  transform: translateX(350px);
  right: 0;
  max-width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.75,0,0.25,1);
  transition: all 0.5s cubic-bezier(0.75,0,0.25,1);
  overflow: auto;
  position: absolute;
  height: 100%;
  z-index: 10;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
}

.navigation-primary .level-1>li {
    float: none;
}
  
.menu-open .av-burger-overlay .cm-av-burger-overlay-scroll {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.menu-open .av-burger-overlay {
    display: block;
    overflow: visible;
    opacity: 1;
}

.navigation-primary {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 700px;
    display: table;
    vertical-align: middle;
    text-align: center;
}

.navigation-primary .level-1 {
    padding: 92px 0px;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.navigation-primary .level-1>li>a {
    line-height: 18.2px;
    height: auto;
    padding: 15px 50px;
    display: block;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #e1e1e1;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    z-index: 99;
}
  
.humbar-menu a {
    padding: 0 0 0 20px;
    display: block;
}
  
.search-form-hdr-icon a {
    padding: 0 0 0 20px;
    font-size: 24px;
}
  

.header_logo {
    height: 90px;
}
  
.header_logo img {
    max-height: 90px;
    width: auto !important;
}
  
.search-form-hdr {
    line-height: 90px;
    position: relative;
    z-index: 999;
}
  
.noLightbox.social_bookmarks.icon_count_4 {
    margin-top: -15px;
}
  
.search-form-hdr .avia-search-tooltip.avia-tt {
    right: -11px;
}
  
.custom-menu-primary-navbar {
    padding-right: 25px;
    margin-right: 25px;
}
  
.humbar-menu {
    position: relative;
    z-index: 999;
    display: block;
}
  
.noLightbox.social_bookmarks.icon_count_4 {
    z-index: 0;
}
  
  
.cm-av-burger-overlay-bg {
    z-index: 3;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 700px;
    display: table;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
  
.menu-open .cm-av-burger-overlay-bg {
    opacity: 0.3;
    cursor: pointer;
    visibility: visible;
}
  
  
 .cm-av-burger-overlay-scroll {
    width: 350px;
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
    right: 0;
    max-width: 100%;
    -webkit-transition: all .5s cubic-bezier(0.75,0,0.25,1);
    transition: all .5s cubic-bezier(0.75,0,0.25,1);
    overflow: auto;
    position: fixed;
    height: 100%;
    z-index: 10;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    margin-top:-1px;
}
  
.menu-open .cm-av-burger-overlay-scroll {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
  
.menu-open .av-hamburger-inner {
    transform: rotate(
225deg
);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    background-color: #333333;
}
  


.menu-open .av-hamburger--spin .av-hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out,background-color 0.15s ease;
}

.menu-open .av-hamburger--spin .av-hamburger-inner::after {
    bottom: 0;
    transform: rotate(
-90deg
);
    transition: bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),background-color 0.15s ease;
    background-color: #333333;
}
  
  
.navigation-primary .level-2 {
    position: static;
    visibility: visible;
    width: 100%;
    box-shadow: none;
    border: 0;
    display:none;
    margin-top:0px;
}
  
.navigation-primary .level-3 {
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
    box-shadow: none;
    border: 0;
    display:none;
    margin-top:0px;
}
  
.navigation-primary .level-2 li a {
    line-height: 18.2px;
    height: auto;
    padding: 15px 50px;
    display: block;
    text-align: left;
    text-decoration: none;
    padding-left: 70px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left: 0px;
    border-right: 0px;
    border-color: #e1e1e1;
    font-size: 14px;
    font-weight: 400;
}
  
.navigation-primary .level-2>li>a:before {
    content: '';
    height: 1px;
    display: block;
    position: absolute;
    margin-top: -1px;
    opacity: 0.3;
    border: none!important;
    width: 7px;
    left: 50px;
    top: 50%;
    background-color: #333333;
}
  
.sticky .navigation-primary .level-1>li>a {
    padding: 15px 50px;
}
  
div.child-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
  font-size: 11px;
  opacity: .5;
  vertical-align: top;
  float: right;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: absolute;
  right: 30px;
  top: 0%;
  margin-top: 15px;
  height: 20px;
  line-height: 20px;
  z-index: 999;
}

div.child-trigger:before {
    content: "\E87d";
    font-family: 'entypo-fontello';
}

div.child-trigger.child-open {
    -webkit-transform: rotate(
90deg
);
    transform: rotate(
90deg
);
  
}
  
.navigation-primary .level-1>li {
    position: relative;
}
  
.navigation-primary .level-2>li {
    position: relative;
}
  
.navigation-primary .level-3>li {
    position: relative;
}
  
.avia-search-tooltip.avia-tt form input#s {
    padding: 11px 47px 11px 4.5px;
}
  
.avia-search-tooltip.avia-tt form .button.avia-font-entypo-fontello {
    padding-right: 1px;
}
  
.navigation-primary .level-1>li>a:hover {
    background-color: #f8f8f8;
    transition: all 0s;
}

}

@media(max-width:767px){
  .header__container {
    width: 85%;
    max-width: 85% !important;
    padding: 0;
}
  
.custom-menu-primary-navbar {
    margin-right: 34px;
}
  
.header_logo {
    height: 80px;
}

.header_logo img {
    max-height: 80px;
}
  
.humbar-menu a {
    height: 80px;
    line-height: 80px;
}
  
.search-form-hdr {
    line-height: 80px;
}
  
}

@media(max-width:567px){
  .custom-menu-primary-navbar {
    padding-right: 12px;
    margin-right: 15px;
}

}

@media(max-width:532px){
  .custom-menu-primary-navbar {
    padding-right: 8px;
    margin-right: 12px;
}

.noLightbox.social_bookmarks.icon_count_4>li {
    width: 22px;
}

.noLightbox.social_bookmarks.icon_count_4 {
    overflow: visible;
}
}

@media(max-width:479px){
  ul.noLightbox.social_bookmarks.icon_count_4 {
    display: none;
}
  
.custom-menu-primary-navbar {
    padding-right: 0px;
    margin-right: 0px;
    border: 0;
}
  
.header_container-row {
    height: 80px;
}
  
 .header_logo {
    height: 80px;
    width: 80%;
    display: table;
    float: none;
}
  
.header_logo a {
    display: table-cell;
    vertical-align: middle;
}
  
.header_logo img {
    max-height: 80px;
    height: auto !important;
    width: auto !important;
    max-width: 100%;
    display: block;
}
  
.header_logo>div>span {
    display: block;
}
  
.header_logo>div {
    display: table-cell;
    vertical-align: middle;
}
  
.custom-menu-primary {
    top: 0;
    height: 80px;
    left: auto;
    right: 0;
    display: block;
}
  
  
}

@media(max-width:380px){
  .search-form-hdr .avia-search-tooltip.avia-tt {
    right: -58px;
    top: 92% !important;
}
}

@media(max-width:342px){
  .search-form-hdr .avia-search-tooltip.avia-tt {
    right: -77px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
  padding: 0px 50px;
}
.footer__copyright {
  font-family: open sans;
}

.container_wrap.footer_color .footer-row-main {
    padding: 15px 0 30px 0;
    z-index: 1;
}

.container_wrap.footer_color {
    clear: both;
    position: relative;
    border-top-style: solid;
    border-top-width: 1px;
}

.footer-row-main .av_one_fourth {
    margin-left: 6%;
    width: 20.5%;
}

.footer-row-main .cm_flex_column {
    z-index: 1;
    float: left;
    position: relative;
    min-height: 1px;
}

.footer-row-main:after {
    content: "";
    clear: both;
    display: table;
}

.footer-row-main .cm_av_one_fourth {
    margin-left: 6%;
    width: 20.5%;
}

.footer-row-main .cm_av_one_fourth:nth-child(1) {
    margin-left: 0%;
}

.footer-row-main .el_before_av_one_fourth-row {
    padding: 0;
    margin: 30px 0 30px 0;
    overflow: hidden;
}

.footer-row-main .el_before_av_one_fourth-row h3 {
    margin-top: 13.09px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
    font-family: 'open sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
    line-height: 1.1em;
    margin-bottom: 8px;
}

.footer-row-main .el_before_av_one_fourth.about-ftr {
    line-height: 23.1px;
}

.ftr_wrap-cont p {
    margin-top: 11.9px;
    font-size: 14px;
    margin-bottom: 11.9px;
    line-height: 23.1px;
    font-weight: 400;
    font-family: open sans;
}

.ftr_wrap-cont p a {
    text-decoration: none;
}

.cm-av-mailchimp-fter form label.hs-error-msg {
    display: block;
    font-size: 14px;
    color:#DF653E !important;
    margin: 7px 0px;
}

.footer-row-main a:hover {
    text-decoration: underline;
}

.cm-av-mailchimp-fter form .hs-input.invalid.error {
    border: 1px solid #DF653E !important;
}

.cm-av-mailchimp-fter form label {
    display: none;
}


.cm-av-mailchimp-fter form .field {
    margin: 2px 0;
}

.cm-av-mailchimp-fter form .hs-input {
    height: auto;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
    display: inline;
    min-width: 50px;
    padding: 13px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    font: 14px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-color: #444444;
    background-color: #7c1822;
    color: #919191;
    outline: none;
}

.cm-av-mailchimp-fter form .hs-button {
    margin-top: 5px;
    width: 100%;
    padding: 13px 10px;
    border-radius: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: normal;
    font-size: 0.92em;
    min-width: 142px;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    color: #7c1822;
    border-color: #dddddd;
}

.cm-av-mailchimp-fter form .hs-button:hover {
    background-color: #aaaaaa;
    color: #7c1822;
    border-color: #888888;
}

.container_wrap.socket_color.copyrights ul {
    padding: 0;
    list-style-type: none;
}

[data-av_icon]:before {
    font-family: 'entypo-fontello';
}

.container_wrap.socket_color.copyrights span.avia_hidden_link_text {
    display: none;
}

.container_wrap.socket_color.copyrights {
    font-size: 11px;
    margin-top: -1px;
    z-index: 1;
    clear: both;
    position: relative;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #444444;
}

.copyrights-row {
    padding-top: 15px;
    padding-bottom: 15px;
}

.copyrights-row:after {
    content: "";
    clear: both;
    display: table;
}

.copyrights-row .copyright {
  float: left;
  display: block;
  line-height: 23.1px;
    
}

.social_bookmarks.ftr-social {
    float: right;
    margin: -10px 0 0 30px;
    position: relative;
    height: 30px;
    z-index: 150;
}

.social_bookmarks.ftr-social>li {
    border-radius: 300px;
    border: none;
    top: 5px;
    position: relative;
    height: 100%;
    float: left;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 30px;
    display: block;
    text-align: center;
}

.social_bookmarks.ftr-social>li>a {
    text-decoration: none;
    float: left;
    width: 30px;
    line-height: 30px;
    display: block;
    margin: 0px;
    outline: none;
    padding: 0;
    min-height: 30px;
    height: 100%;
    overflow: visible;
    z-index: 2;
    position: relative;
    text-align: center;
    border-radius: 300px;
}


.social_bookmarks.ftr-social>li.social_bookmarks_linkedin:hover a {
    background-color: #419cca;
}

.social_bookmarks.ftr-social>li.social_bookmarks_twitter:hover a {
    background-color: #46d4fe;
}

.social_bookmarks.ftr-social>li.social_bookmarks_facebook:hover a {
    background-color: #37589b;
}

.social_bookmarks.ftr-social>li.social_bookmarks_linkedin:hover {
    background-color: #419cca;
}

#scroll-top-link {
    position: fixed;
    border-radius: 2px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    right: 50px;
    bottom: 50px;
    z-index: 9;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.7;
    color: #eeeeee;
    border: 1px solid #444444;
    background-color: #333333;
    display:none;
}

#scroll-top-link .avia_hidden_link_text {
    display: none;
}


.hs-related-blog-byline, .hs-rss-byline{
   opacity: 1 !important;
}

.hs-related-blog-byline, .hs-rss-byline {
    opacity: 1 !important;
}

.hs-related-blog-byline, .hs-rss-byline{
  opacity: 1 !important;
}

/*---------------*/
.footer-row-main .hs-rss-item {
    padding: 7px 0 3px 0;
    line-height: 20.23px;
    position: relative;
    overflow: hidden;
    font-size: 11.9px;
    display: block;
    clear: both;
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
}

.footer-row-main .hs-rss-item .hs-rss-item-text {
  float: right !important;
  overflow: hidden;
  font-weight: 700;
  margin-top: 2px;
  display: block;
  font-family: 'Open Sans';
  font-size: 11.9px;
  width: 100% !important;
  padding-right: 0px !important;
}

.footer-row-main .hs-rss-item .hs-rss-item-image-wrapper {
  margin-right: 9px;
  padding: 3px;
  float: left;
  margin-top: 4px;
  border-style: solid;
  border-width: 1px;
  height: 36px;
  width: 36px !important;
  display: block !important;
  border-color: #444;
}

.footer-row-main .hs-rss-item .hs-rss-item-text .hs-rss-byline {
    font-weight: normal;
    clear: both;
    font-size: 10.948px;
    display: block;
    color: #919191;
}

.footer-row-main .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
    max-width: 100%;
    display: block;
    float: left;
    border: none;
    padding: 0;
    margin: 0;
    width: 28px;
    height: 28px;
    object-fit: cover;
}

.footer-row-main .hs-rss-item .hs-rss-item-text a.hs-rss-title {
    text-decoration: none;
    font-size: 11.9px;
    font-weight: 600;
    color: #fff !important;
}

.ftrlgo {
    margin-top: 11.9px;
    margin-bottom: 11.9px;
}

.cm-av-mailchimp-fter form .hs-input::placeholder {
    color: #919191;
}

.about-ftr .el_before_av_one_fourth-row img {
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
    image-rendering: optimizeQuality;
}

.about-ftr .el_before_av_one_fourth-row .image-overlay.overlay-type-extern {
    position: absolute;
    background: #fff;
    z-index: 300;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    top: 0%;
    width: 100%;
    height: 95%;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

@-webkit-keyframes avia_pop_small {
    0% {
        -webkit-transform: rotate(-175deg) scale(0.2)
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1)
    }
}

@keyframes avia_pop_small {
    0% {
        transform: rotate(-175deg) scale(0.2)
    }

    100% {
        transform: rotate(0deg) scale(1)
    }
}

.about-ftr .el_before_av_one_fourth-row .image-overlay .image-overlay-inside:before {
    position: absolute;
    border-radius: 50px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    z-index: 500;
    text-align: center;
    background-color: #ffffff;
    color: #7c1822;
    border-color: #dddddd;
    font-size: 18px;
    font-weight: normal;
}

.footer-row-main .el_before_av_one_fourth.about-ftr .ftr_wrap-cont p a:hover .image-overlay.overlay-type-extern {
    opacity: 0.7;
    
}

.footer-row-main .el_before_av_one_fourth.about-ftr .ftr_wrap-cont p a:hover .image-overlay-inside {
    -webkit-animation: avia_pop_small .5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
    animation: avia_pop_small .5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
}

.footer-row-main .el_before_av_one_fourth.about-ftr p a {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

#scroll-top-link:hover {
    background-color: #fcfcfc;
    color: #7c1822;
    border: 1px solid #e1e1e1;
}


/*------------------*/

@media(max-width:767px){
  .footer__container {
    width: 85%;
    max-width: 85% !important;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
  
.footer-row-main .cm_av_one_fourth {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
}
  
.footer-row-main .av_one_fourth {
  margin-left: 0%;
  width: 100%;
  margin-bottom: 20px;
}

  
.cm-av-mailchimp-fter form .hs_submit.hs-submit {
    margin: 2px 0px;
}
  
.ftr_wrap-cont strong {
    font-weight: 600;
    font-family: 'Open Sans';
    font-size: 14px;
}
  
.cm-av-mailchimp-fter form .field {
    margin: 2px 0;
}
  
.footer-row-main .el_before_av_one_fourth.about-ftr p a {
    display: inline-block;
}
  
  
.cm-av-mailchimp-fter form .hs-button {
    margin-bottom: 0;
    line-height: 14px;
}
  
.footer-row-main .el_before_av_one_fourth-row h3 {
    margin-bottom: 10px;
}

#scroll-top-link {
    display: none !important;
}
  
.cm-av-mailchimp-fter form .field {
    margin-top: 4px!important;
}
  
.cm-av-mailchimp-fter form .hs_submit.hs-submit {
    margin-top: 4px !important;
}
  
}

@media(max-width:479px){
  .cm-av-mailchimp-fter form .field {
    margin-top: 2px!important;
}
  
.cm-av-mailchimp-fter form .hs_submit.hs-submit {
    margin-top: 2px !important;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 50px;
  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: open sans;
}
.blog-index__post-content a {
  color: #444;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

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

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #444;
}
.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: #444;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: open sans;
  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: #444;
  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 ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

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

/*-------------style--------------*/

.page-center {
  padding: 10px 50px;
}

.blog-banner-section h1 {
  font-family: 'open sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
  margin: 0;
  font-size: 16px;
  position: relative;
  z-index: 2;
  min-height: 36px;
  line-height: 2.3em;
  top: 0;
  font-weight: 400;
}

.blog-banner-section {
  background-color: #fcfcfc;
  color: #666666;
}

.blog-banner-section h1 a {
  text-decoration: none;
  color: #666666;
}

/*----------*/

.main_color.container_wrap_first {
  background-color: #ffffff;
  color: #666666;
  border-color: #e1e1e1;
  clear: both;
  position: relative;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: -1px;
}

.main_color.container_wrap_first {
  background-color: #ffffff;
  color: #666666;
  border-color: #e1e1e1;
  clear: both;
  position: relative;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: -1px;
}

.main_color.container_wrap_first .cm-template-page.content {
  width: 73%;
  border-right-style: solid;
  border-right-width: 1px;
  margin-right: -1px;
  border-color: #e1e1e1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  min-height: 1px;
  z-index: 1;
}

.cm-content-wrapper-row:after {
  content: "";
  clear: both;
  display: table;
}

.main_color.container_wrap_first .alpha.units {
  float: left;
  display: inline;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sidebar_right.alpha.units .inner_sidebar.extralight-border {
  margin-left: 50px;
}

.sidebar_right.alpha.units .inner_sidebar.extralight-border h3 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1em;
  font-family: 'open sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
  line-height: 1.1em;
  margin-bottom: 8px;
}

.sidebar_cm_avia_mailchimp_form form label {
  display: none;
}

.sidebar_cm_avia_mailchimp_form form .hs-input {
  border-color: #e1e1e1;
  background-color: #fcfcfc;
  color: #919191;
  width: 100%;
  margin-bottom: 0;
  display: inline;
  min-width: 50px;
  padding: 13px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}

.sidebar_cm_avia_mailchimp_form form .hs-input::placeholder {
  color: #919191;
  display: block;
}

.sidebar_right.alpha.units {
  width: 27%;
}

.sidebar_cm_avia_mailchimp_form form .hs_submit.hs-submit .hs-button.primary {
  margin: 0;
  display: block;
  margin-top: 5px;
  width: 100%;
  padding: 13px 10px;
  border-radius: 2px;
  outline: none;
  line-height: 14px;
  letter-spacing: -.2px;
}

.sidebar_cm_avia_mailchimp_form form .hs_submit.hs-submit {
  padding: 2px 0px;
}

.sidebar_cm_avia_mailchimp_form form .field {
  padding: 2px 0px;
  margin: 0px;
}

.sidebar_right.alpha.units .inner_sidebar.extralight-border section {
  clear: both;
  position: relative;
  padding: 30px 0 30px 1px;
  float: none;
}

.sidebar_right.alpha.units .inner_sidebar.extralight-border section:nth-child(1) {
  padding-top: 0;
}




.search-blog>div {
  position: relative;
  margin: 0;
  max-width: 100%;
}

.search-blog input.hs-search-field__input {
  width: 100%;
  position: relative;
  padding: 11px 47px 11px 5px;
  z-index: 1;
  margin: 0;
  box-shadow: none;
  color: #919191;
  border: 1px solid #e1e1e1;
  outline: none;
  font: 14px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  display: block;
  max-width: 100%;
  border-radius: 0px;
}

.search-blog button {
  width: 40px;
  height: 100%;
  line-height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  margin: 0;
  border-radius: 0;
  min-width: 40px;
  font-size: 17px;
  background-color: #7c1822;
  color: #ffffff;
  border: 1px solid #5a0600;
  cursor: pointer;
  outline: none;
}

.search-blog button:before {
  font-family: 'entypo-fontello';
  content: "";
  color: #fff;
}

.search-blog .hs-search-field__bar button svg {
  height: 14px;
  fill: #fff;
}

.search-blog .hs-search-field__bar form label {
  display: none;
}

section.sidebar_categories ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

section.sidebar_categories ul>li>a {
  color: #919191;
}

section.sidebar_categories ul>li {
  line-height: 23.1px;
}

section.sidebar_categories ul>li>a:hover {
  color: #eb3b3b;
}

.cm-avia-content-slider-inner {
  margin-bottom: 40px;
  width: 100%;
}

.cm-avia-content-slider-inner article.cm-slide-entry-main {
  margin-left: 6%;
  width: 29.333333333333332%;
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
  margin-bottom:40px;
}

.cm-avia-content-slider-inner img {
  max-width: 100%;
  height:auto;
}

.cm-avia-content-slider-inner article.cm-slide-entry-main:nth-child(1) {
  margin-left: 0%;
}

.cm-avia-content-slider-inner article.cm-slide-entry-main:nth-child(4) {
  margin-left: 0%;
}

.main_color.container_wrap_first .cm-post-entry {
  padding-right: 50px;
}

.cm-avia-content-slider-inner article.cm-slide-entry-main:before {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.cm-avia-content-slider-inner article.cm-slide-entry-main:before {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.cm-avia-content-slider-inner article.cm-slide-entry-main .slide-image {
  overflow: hidden;
  border-radius: 3px;
  display: block;
  position: relative;
  margin: 0 auto;
  text-decoration: none;
  margin-bottom: 6px;
}

.cm-avia-content-slider-inner .image-overlay {
  left: 0;
  top: 0px;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  background: #fff;
  z-index: 300;
  visibility: hidden;
  opacity: 0;
}

.cm-avia-content-slider-inner .image-overlay .image-overlay-inside {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cm-avia-content-slider-inner article.cm-slide-entry-main .slide-image:hover span.image-overlay-inside{
  -webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
  animation: avia_pop_small 0.5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
}
.image-overlay.overlay-type-extern .image-overlay-inside:before {
  content: '\E832';
  font-family: 'entypo-fontello';
  font-size: 18px;
  font-weight: normal;
}

.image-overlay .image-overlay-inside:before {
  position: absolute;
  border-radius: 50px;
  background: #000;
  height: 80px;
  width: 80px;
  line-height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 500;
  text-align: center;
  background-color: #7c1822;
  color: #ffffff;
  border-color: #5a0600;
}

.image-overlay .image-overlay-inside {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cm-avia-content-slider-inner article.cm-slide-entry-main .slide-image:hover .image-overlay {
  opacity: 0.7;
  visibility: visible;
}

.cm-avia-content-slider-inner img {
  max-width: 100%;
  border-radius: 3px;
  display: block;
  position: relative;
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
  margin: 0 auto;
}

.cm-slide-content .blog-categories.minor-meta a {
  text-decoration: none;
  color: #7c1822;
  outline: none;
  font-size: 12.6px;
  line-height: 23.1px;
  font-weight: 700;
}

.sidebar_right.alpha.units ul.hs-search-field__suggestions {
    border-color: #e1e1e1;
}

.sidebar_right.alpha.units ul.hs-search-field__suggestions>li {
    padding: 3px 10px;
}

.cm-slide-content .blog-categories.minor-meta {
  top: 15px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: bold;
  position: relative;
  font-family: 'open sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
}

.cm-slide-content h3.slide-entry-title.entry-title {
  font-size: 1.4em;
  text-align: center;
  text-transform: uppercase;
  padding: 0px 0 15px;
  letter-spacing: 2px;
  line-height: 1.3em;
  margin-bottom: 10px;
  color: #222222;
  padding-top: 15px;
}

.cm-slide-content h3.slide-entry-title.entry-title a {
  text-decoration: none;
  color: #222222;
}

.cm-slide-content h3.slide-entry-title.entry-title:hover a {
  opacity: 0.7;
}


.cm-entry-content-header span.av-vertical-delimiter {
  position: relative;
  top: -5px;
  display: block;
  margin: 0 auto;
  width: 40px;
  border-top-width: 3px;
  border-top-style: solid;
  padding-bottom: 16px;
  border-color: #e1e1e1;
}

.cm-slide-content .slide-entry-excerpt.entry-content {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #666;
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 23.1px;
}

.cm-slide-content .slide-entry-excerpt.entry-content {
  font-size: 14px;
  color: #666;
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 23.1px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cm-slide-content .slide-entry-excerpt.entry-content .read-more-link {
  position: relative;
  top: 18px;
  padding-bottom: 10px;
  right: 0;
}

.cm-slide-content .slide-entry-excerpt.entry-content .read-more-link a {
  display: block;
  text-align: center;
  margin: 30px auto 20px auto;
  clear: both;
  width: 100%;
  border: none;
  border-style: solid;
  border-width: 1px;
  padding: 10px 0;
  border-radius: 2px;
  text-decoration: none;
  outline: none;
  color: #7c1822;
}

.cm-slide-content .slide-entry-excerpt.entry-content .read-more-link a .more-link-arrow {
  display: none;
}

.cm-avia-content-slider-inner .cm-entry-footer .slide-meta {
  display: block;
  text-align: center;
  padding: 10px 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-top: 40px;
  width: 100%;
  clear: both;
  float: left;
  color: #919191;
  position: relative;
  border-color: #e1e1e1;
  line-height: 23.1px;
}

.cm-avia-content-slider-inner .cm-entry-footer .slide-meta time.slide-meta-time.updated {
  display: inline-block;
  font-size: 12.6px;
  line-height: 23.1px;
  color: #919191;
  font-family: 'Open Sans';
  font-weight: 400;
}

.cm-slide-content .blog-categories.minor-meta a:hover {
  text-decoration: underline;
}

.cm-slide-content .slide-entry-excerpt.entry-content .read-more-link a:hover {
  color: #eb3b3b;
}

span.filter-link-count {
  display: none;
}

.blog-pagination .pagination {
  padding: 1px 0 10px 0;
  width: 100%;
}

.blog-pagination .pagination-meta {
  float: right;
  font-size: 11px;
  line-height: 35px;
  color: #919191;
  display: block;
  padding: 2px 9px 1px 9px;
}

.blog-pagination a {
  float: left;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0;
  border-radius: 100px;
  margin-right: 3px;
  box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 20%);
  background: #fcfcfc;
  color: #919191;
  border-color: #e1e1e1;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
  font-size: 11px;
  display: block;
  text-decoration: none;
}

.blog-pagination .pagination:after {
  content: "";
  clear: both;
  display: table;
}

.blog-pagination {
  padding-right: 50px;
  margin: 0 !important;
}

.blog-pagination a:hover {
  background: #919191;
  color: #ffffff;
}

.blog-pagination a.active {
  pointer-events: none;
  color: #222222;
  font-weight: 700;
  font-size: 11px;
  font-family: 'Open Sans';
}

.cm-avia-content-slider-inner:after {
  content: "";
  clear: both;
  display: table;
}

.sidebar_cm_avia_mailchimp_form form label.hs-error-msg {
  display: block;
  color: #DF653E;
  margin: 5px 0px;
  font-size: 14px;
}

.sidebar_cm_avia_mailchimp_form form .hs-input.invalid.error {
  border: 1px solid #DF653E;
}
@-webkit-keyframes avia_pop_small {
  0% {
    -webkit-transform: rotate(-175deg) scale(0.2)
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1)
  }
}

@keyframes avia_pop_small {
  0% {
    transform: rotate(-175deg) scale(0.2)
  }

  100% {
    transform: rotate(0deg) scale(1)
  }
}

.sm-avia-content-slider-inner img {
    max-width: 100%;
}

.sm-post-entry h1 a {
    color: #222;
    text-decoration: none;
}

.sm-post-entry h1:hover a {
    opacity: 0.7;
}

.sm-post-entry h1 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding: 0px 0 15px;
    letter-spacing: 2px;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.sm-post-entry h1 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding: 0px 0 16px;
    letter-spacing: 2px;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.cm-post-page-main .alpha.units {
    padding-top: 49px !important;
}

.cm-post-page-main .av-vertical-delimiter {
    top: 0px !important;
}

.cm-post-page-main .cm-slide-content {
    margin-top: 20px;
}

.sm-avia-content-slider-inner img {
    border-radius: 5px;
    margin-bottom:10px;
}

.cm-post-page-main .inner_sidebar.extralight-border {
    margin-right: -1px;
}

.sm-post-entry .slide-meta {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 40px;
    width: 100%;
    clear: both;
    float: left;
    color: #919191;
    position: relative;
    border-color: #e1e1e1;
    line-height: 23.1px;
}




.cm-post-av-share-box h5 {
    margin-bottom: 20px;
    display: block;
    text-align: center;
    color: #222222;
    font-family: 'open sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.1em;
}

.cm-post-av-share-box {
    width: 100%;
    clear: both;
    float: left;
    font-size: 13px;
    margin-top: 30px;
    overflow-x: hidden;
}

.cm-post-av-share-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-style: solid;
    border-width: 1px;
    display: table;
    width: 100%;
    text-align: center;
    table-layout: fixed;
    border-radius: 3px;
    background: transparent;
    color: #666666;
    border-color: #e1e1e1;
    position:relative;
}

.cm-post-av-share-box ul li {
    margin: 0;
    padding: 0;
    display: table-cell;
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #e1e1e1;
    position:relative;
}

.cm-post-av-share-box ul li:nth-child(1) {
    border: none;
}

.cm-post-av-share-box ul li a {
    display: block;
    padding: 15px 0;
    color: inherit;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: 0;
    text-decoration: none;
    line-height: 23.1px;
}

.cm-post-av-share-box ul li a .avia_hidden_link_text {
    display: none;
}

.cm-post-av-share-box .av-social-link-facebook:hover a {
    color: #fff;
    background-color: #37589b;
}

.cm-post-av-share-box .av-social-link-twitter:hover a {
    color: #fff;
    background-color: #46d4fe;
}

.cm-post-av-share-box .av-social-link-whatsapp:hover a {
    color: #fff;
    background-color: #00e676;
}

.cm-post-av-share-box .av-social-link-linkedin:hover a {
    color: #fff;
    background-color: #419cca;
}


.cm-post-av-share-box .av-social-link-mail:hover a {
    color: #fff;
    background-color: #9fae37;
}

.avia-related-tooltip {
  position: absolute;
  z-index: 9999999;
  border-radius: 2px;
  box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 10%);
  border-width: 1px;
  border-style: solid;
  padding: 15px;
  margin-top: -10px;
  width: 150px;
  background-color: #fff;
  color: #919191;
  border-color: #e1e1e1;
  top: -92px;
  left: 9px;
  visibility: hidden;
  opacity: 0; 
}

.cm-post-av-share-box ul li:hover .avia-related-tooltip {
    visibility: visible;
    opacity: 1;
    top: -48px;
}

.avia-related-tooltip .avia-arrow-wrap {
    top: auto;
    bottom: 0;
    position: absolute;
    left: 50%;
}

.avia-related-tooltip .avia-arrow-wrap .avia-arrow {
  top: -4px;
  background-color: #fff;
  color: #919191;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate( 
    45deg
  );
  transform: rotate( 
    45deg
  );
  border-width: 1px;
  border-style: solid;
  visibility: hidden\9;
  border-top: 0;
  border-left: 0;
  border-color: #e1e1e1;
}

.cm-post-av-share-box ul li:nth-child(3):hover .avia-related-tooltip {
    top: -64px;
}

article.sm-post-entry.sm-post-entry-type-standard {
    margin-bottom: 184px;
}

.search-blog input.hs-search-field__input::placeholder {
    color: #919191;
}
.search-blog form {
    position: relative;
}

.sidebar_right.alpha.units ul.hs-search-field__suggestions {
    margin-top: 5px;
}

@media(max-width:989px){
  .main_color.container_wrap_first {
    margin-top: 0px;
  }
}

@media(max-width:767px){
  .page-center {
    width: 85%;
    max-width: 85% !important;
    padding: 10px 0px;
  }

  .content-wrapper {
    width: 85%;
    max-width: 85% !important;
    padding-left: 0;
    padding-right: 0;
  }

  .main_color.container_wrap_first .sidebar_right.alpha.units {
    display: none;
  }

  .main_color.container_wrap_first .cm-template-page.content {
    width: 100%;
    border: 0;
  }

  .main_color.container_wrap_first .cm-post-entry {
    padding-right: 0px;
  }

  .cm-avia-content-slider-inner article.cm-slide-entry-main {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 20px;
  }

  .cm-avia-content-slider-inner article.cm-slide-entry-main:nth-child(1) {
    margin-left: 0;
    width: 100%;
  }

  .cm-avia-content-slider-inner article.cm-slide-entry-main:nth-child(2) {
    margin-left: 0;
  }

  .cm-avia-content-slider-inner article.cm-slide-entry-main:nth-child(4) {
    margin-left: 0%;
    width:100%;
  }

  .main_color.container_wrap_first .alpha.units {
    margin-bottom: 20px;
  }


}

@media(max-width:667px){
  .cm-post-av-share-box ul li:nth-child(5):hover .avia-related-tooltip {
    right: 0%;
    left: auto;
}
}

@media(max-width:479px){
  .cm-avia-content-slider-inner article.cm-slide-entry-main {
    width: 100%;
    margin-left: 0%;
  }
}

@media(max-width:404px){
  .cm-post-av-share-box ul li:nth-child(4):hover .avia-related-tooltip {
    right: 0;
    left: auto;
}
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: open sans;
  font-size: 1.25rem;
  color: #444;
  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: #444;
}

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

.systems-page .no-list.hs-error-msgs {
    margin: 0px 0px;
    padding: 0;
}

.systems-page input#hs-pwd-widget-password {
    display: block;
    width: 100%;
    max-width: 700px;
    height: auto !important;
    font-size: 16px;
    font-weight: normal;
    box-sizing: border-box;
    color: #919191;
    border: 1px solid #e1e1e1;
    padding: 8px 6px;
    font: 14px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 20px;
    outline: none;
}

.systems-page input#hs-pwd-widget-password:focus {
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%);
}

.systems-page input#hs-login-widget-remember {
    display: inline-block;
}

.systems-page .form-floating-alert-wrapper .form-floating-alert-error {
    border-color: #dc3232;
    max-width:700px;
    color:#dc3232 !important;
}

.systems-page .form-floating-alert-wrapper .form-floating-alert-error .form-floating-alert-close-button {
    color:#dc3232 !important;
}


@media(max-width:767px){
  .systems-page .success {
  min-width: 100%;
}
  
.systems-page input#hs-pwd-widget-password {
    max-width: 100%;
}
  
.systems-page .form-floating-alert-wrapper .form-floating-alert-error {
    max-width:100%;
}
  
.systems-page .page-header h2 {
    font-size: 24px !important;
}

.systems-page .page-header h1 {
    font-size: 28px !important;
}
  
}